a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
            box-sizing: border-box
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    background-repeat: no-repeat;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #042236;
    background-size: cover;
}

.background__wrapper {
    background:url(../img/desk.png) no-repeat center, -webkit-gradient(linear, left top, left bottom, from(#4089CC), to(#042236));
    background:url(../img/desk.png) no-repeat center, linear-gradient(180deg, #4089CC 0%, #042236 100%);
    display: block;
    width: 1920px;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 50.2%;
    -webkit-transform: translateX(-50%);
}
    .background__wrapper img {
        position:absolute;

    }
.back-1 {
    left:30%;
    top:-10%;
}
.back-2 {
    right: 19%;
    top: 0%;
}
.back-3 {
    left: 22%;
  bottom: -10%;
}
.top_desk {
    position:absolute;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(44, 242, 255, 1);
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
.background__wrapper .price_block {
    top: 10px !important;
    left: 30% !important;
    -webkit-transform: rotate(20deg)!important;
            transform: rotate(20deg)!important;
}
.top_desk p {
    font-family: 'Montserrat', sans-serif;
    font-size: 27px;
    font-weight: 800;
    line-height: 29px;
    color: rgba(0, 202, 215, 1);
    text-transform: uppercase;
    padding: 15px 25px;
}
    .wrapper {
        margin: 0 auto;
        width: 316px;
        font-size: 16px;
        background: rgba(47, 92, 121, 1);
        z-index: 100;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-bottom: 20px;
        overflow: hidden;
    }



html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

a:-moz-focusring, select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

:active, :focus, :hover, :visited {
    outline: 0 !important
}

a {
    outline: 0 !important
}

    a:active, a:focus, a:hover, a:visited {
        outline: 0 !important
    }

::-moz-focus-inner {
    border: 0;
    outline: 0
}
.btn-block-menu {

    padding: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.intro__btn {
    font-family: 'Montserrat', sans-serif;
    background: -webkit-gradient(linear, left bottom, left top, from(#00F0FF), to(#00F0FF));
    background: linear-gradient(0deg, #00F0FF, #00F0FF);
    border: 3px solid rgba(255, 255, 255, 1);
    border-radius: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 50px;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 20px;
    font-weight: 800;
    line-height: 22px;
    color: rgba(30, 38, 53, 1);
    text-transform: uppercase;
    -webkit-box-shadow: 0px 7px 0px 0px rgba(30, 38, 53, 1);
            box-shadow: 0px 7px 0px 0px rgba(30, 38, 53, 1);
    margin-top: 20px;
    position: relative;
    -webkit-transition: 3s;
    transition: 3s;
}
.btn_img {
    position: absolute;
    right: -40px;
    bottom: -100px;
   opacity:0;
    -webkit-transition: .8s;
    transition: .8s;
}
/*HEADER*/
.link {
    cursor: pointer;
}



    .form-btn {
        z-index: 4;
        margin-top:15px;
    }

.header {
    padding: 0px 13px;
    padding-right:0px;
    position: fixed;
    top: 0;
    left: calc(50% - 158px);
    right: calc(50% - 158px);
    z-index: 12;
    -webkit-transition: background .1s;
    transition: background .1s
}

.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}

.header__left {
    position: relative
}

.menu-mobile {
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 316px;
    height: 100%;
    z-index: 11;
    pointer-events: none;
    opacity: 0;
    display: block;
    -webkit-transition: opacity .4s cubic-bezier(.38,.005,.215,1);
    transition: opacity .4s cubic-bezier(.38,.005,.215,1);
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
    background: rgba(47, 92, 121, 1);
}


.menu-mobile.active {
    pointer-events: auto;
    opacity: 1;
}
.menu-mobile.active .menu-mobile__wrap {
}
.menu-mobile__wrap {
    overflow-y: auto;
    height: 100%;
    width: 100%;
    background: rgba(47, 92, 121, 1);
    margin: 0 auto;
    margin-right: 0;
    position: absolute;
    -webkit-transition: 1s;
    transition: 1s;
}
.menu-mobile.active .menu-mobile__wrap {

    -webkit-transition: 1s;

    transition: 1s;
}
.menu-mobile__list {
    margin-top:67px;
    display: block;
    padding: 20px;
    list-style: none;
    min-height: 300px;
    z-index: 3;
}

    .menu-mobile__list .menu__item:not(:last-of-type) {
        margin-bottom: 27px
    }

.menu-mobile__product-wrap {
    position: relative;
    margin-bottom: 30px
}

.menu-mobile__product {
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 1
}




.menu-mobile__btn {
    width: 100%;
    margin-bottom: 20px
}

.menu__item:hover .menu__link {
    color: rgba(255, 229, 0, 1);
}

.menu__link {
    color: rgba(255, 255, 255, 1);
    font-size: 15px;
    font-weight: 800;
    line-height:16px;
    text-transform:uppercase;
}

.burger {
    width: 41px;
    height: 41px;
    padding: 12px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-transition: background .2s;
    transition: background .2s;
    cursor: pointer;
    z-index: 12;
    position: relative;
    margin-left: auto;
    margin-top: 14px;
    margin-right: 10px;
    background: rgba(47, 92, 121, 0.8);
    border-radius: 10px;
}

    .burger.active {
        background: rgba(44, 242, 255, 0.2);
    }
    .burger.active .burger__line {
        width: 22px;
        -webkit-transform-origin: center;
        transform-origin: center;
        position: absolute;
        top: 20px;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

        .burger.active .burger__line:nth-of-type(1) {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .burger.active .burger__line:nth-of-type(2) {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }


.burger__line {
    display: inline-block;
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
}


.header-burger-active {
    height: 75px;
    border-radius: 20px 20px 0px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.title-menu {
    color: #FFF7E3;
    font-size: 25px;
    font-weight: 800;
    line-height: 30px;
    width:50%;
    text-transform:uppercase;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
   padding-left:10px;
}

.al-cost {
    white-space: nowrap;
}

.al-cost-promo {
    white-space: nowrap;
}


/*HEADER*/
/*
intro-container*/
.price_block {
    background: #FFF500;
    border: 3px solid rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 0px 36.900001525878906px 0px rgba(0, 240, 255, 1);
            box-shadow: 0px 0px 36.900001525878906px 0px rgba(0, 240, 255, 1);
    padding: 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    border-radius: 10px;
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
    right: 40px;
    top: 38%;
}
.old_price {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 19px;
    -webkit-text-decoration: line-through 1.96px rgba(255, 104, 104, 1);
            text-decoration: line-through 1.96px rgba(255, 104, 104, 1);
    text-align:center;
}
.new_price {
    font-family: 'Montserrat', sans-serif;
    font-size: 27px;
    font-weight: 800;
    line-height: 29px;
    color: rgba(0, 41, 255, 1);
    text-align: center;
}
    .intro-container {
        background: url(../img/block-1.png) no-repeat center top;
        padding: 15px 15px 8px;
        position: relative;
    }
.title_text {
    font-size: 27px;
    font-weight: 500;
    line-height: 26px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 10px;

}
.intro-container h2 span {
    font-family: 'Montserrat', sans-serif;
    font-size: 85px;
    font-weight: 900;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    line-height: 46px;
}
.intro-container .text {
    color: rgba(255, 245, 0, 1);
    font-size: 15px;
    font-weight: 800;
    line-height: 16px;
    text-transform: uppercase;
    padding: 10px 0px;
    width:70%;
}
.star_block-1 {
    margin-top:15px;
}
    .star_block-1 p {
        font-size: 12px;
        font-weight: 300;
        line-height: 16px;
        color: rgba(255, 255, 255, .7);
        margin-top:5px;
    }
        .star_block-1 p strong {
            font-weight: 700;
            color: rgba(255, 255, 255, 1);
        }
        /*intro-container*/
        /*intro-slider*/
        .intro {
            margin-top: 110px;
        }


.slider-fix {
    margin-top: -50px;
    margin-left: 5px;
    opacity: 0;
}

.slick-active .slider-fix {
    -webkit-animation: showslider 1s;
            animation: showslider 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

@-webkit-keyframes showslider {
    0% {
        opacity: 0%;
    }

    100% {
        opacity: 1;
    }
}

@keyframes showslider {
    0% {
        opacity: 0%;
    }

    100% {
        opacity: 1;
    }
}
/*.intro__slider {
    margin-left:15px;
}*/
.intro__slider .slick-slide {
    width: 310px;
    margin: 0px 2px;
}
/*.intro .slick-list {
    margin-right: -20px;
    margin-left: -20px;
    padding-left: 20px
}
*/

.intro__item {
    background: rgba(255, 255, 255, .9);
    padding: 5px 7px;
    padding-left:15px;
    border-radius: 10px;
    margin-top: 10px;
}

    .intro__item div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
        .intro__item div p {
            font-family: 'Montserrat', sans-serif;
            font-size: 15px;
            font-weight: 800;
            line-height: 16px;
            text-transform: uppercase;
        }
        .intro__item div img {
            width:42px;
            margin-left:15px;
        }
.sale_block {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
margin-left:-30px;
}
    .sale_block p {
        color: rgba(0, 240, 255, 1);
        font-family: 'Montserrat', sans-serif;
        font-size: 27px;
        font-weight: 800;
        line-height: 29px;
        text-transform:uppercase;
        padding:15px 10px;
    }

.order-block {
    background: url(../img/form.png) no-repeat top, rgba(255, 255, 255, 1);
    border-radius: 20px;
    padding-bottom:30px;
}

        .order-block .container h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 20px;
            font-weight: 800;
            line-height: 22px;
            text-align: center;
            color: white;
            text-transform: uppercase;
            padding:10px 0px;
        }

    .order-block .container {
        position: relative;
    }
.form-block {
padding:0px 20px;
}
        .form__wrap {
        position: relative;
        margin-bottom:10px;
    }

.form__input {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 4px;
    height: 40px;
    line-height: 36px;
    padding: 0 15px;
    border: none;
    padding-top: 5px;
    border: 1px solid rgba(234, 234, 234, 1);
    background: rgba(235, 235, 235, 1);
    border-radius: 4px;
}

input::-webkit-input-placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    color: #1B2437;
    opacity: 70%;
}

input::-moz-placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    color: #1B2437;
    opacity: 70%;
}

input:-ms-input-placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    color: #1B2437;
    opacity: 70%;
}

input::-ms-input-placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    color: #1B2437;
    opacity: 70%;
}

input::placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    color: #1B2437;
    opacity: 70%;
}


input.success {
    border: 1px solid rgba(2, 126, 7, 1);
    color: rgba(2, 126, 7, 1);
}

.al-form .form__input.success + .form__error:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 13%;
    width: 17px;
    height: 17px;
    background: url(../img/doneForm.svg) no-repeat;
}

.al-form .form__input.success + .form__error {
    display: block;
    width: 100%;
    height: 100%;
    color: rgba(25, 51, 77, 0);
    font-size: 11px;
    line-height: 17px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    padding-left: 10px;
    overflow: hidden;
    opacity: 1;
}

.form__input.error {
    border: 1px solid #f42222
}

    .form__input.error ~ span {
       display:block;
    }

.form__input:focus {
    border: 1px solid rgba(61, 53, 46, 1);
    background:white;
}

.form__input.error ~ label {
    opacity: 1;
}

.al-form .form__input.error + .form__error {
    display: block;
    width: 100%;
    height: 100%;
    color: red;
    font-size: 11px;
    line-height: 8px;
    position: absolute;
    top: 2px;
    left: 0;
    text-align: left;
    padding-left: 12px;
}
input.error {
    border-bottom: 1px solid rgba(255, 0, 0, 1);
    background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#FFFFFF)), -webkit-gradient(linear, left bottom, left top, from(#FF0000), to(#FF0000));
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(0deg, #FF0000, #FF0000);
}
.form__error {
    color: #f42222;
    display: block;
    font-size: 12px;
    margin-top: 3px;
    display:none;

}
.al-form .form__input.error + .form__error:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 13%;
    width: 17px;
    height: 17px;
    background: url(../img/error.svg) no-repeat;
}

.form__labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center
}

.form__label:not(:last-of-type) {
    margin-right: 8px
}

.offer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.btn-form .sale {
    position:absolute;
    top:-25px;
    left:5px;
}
/*
form*/


/*advantages*/


.advantages-block {
    padding: 30px 15px 50px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(71.35%, #FFFFFF), color-stop(99.99%, rgba(241, 244, 250, 0.79)));
    background: linear-gradient(360deg, #FFFFFF 71.35%, rgba(241, 244, 250, 0.79) 99.99%);
    border-radius:20px;
}
    .advantages-block h2 {
        font-family: 'Montserrat', sans-serif;
        text-transform:uppercase;
        font-size: 27px;
        font-weight: 800;
        line-height: 29px;
        color: rgba(0, 41, 255, 1);
    }

    .advantages-block .container {
        margin: 30px 0px;
    }
        .advantages-block .container h3 {
            font-family: 'Montserrat', sans-serif;
            text-transform:uppercase;
            font-size: 20px;
            font-weight: 800;
            line-height: 22px;
            color: rgba(12, 93, 145, 1);
        }

        .advantages-block .container p {
            font-size: 15px;
            font-weight: 300;
            line-height: 21px;
        }
        .advantages-block .container img {
           border-radius:20px;
           margin:15px 0px;
        }
        .advantages-block .container p span {
            font-weight: 700;
            color: #0C5D91;
            font-size:16px;
        }


.dop_section {
    position:relative;
}
.title_dop_block {
    position: absolute;
    top: 50%;
    left: 57%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, 1);
}
    .title_dop_block p {
        font-size: 11px;
        font-weight: 500;
        line-height: 21px;
    }
    .title_dop_block span {
        font-family: 'Montserrat', sans-serif;
        font-size: 33px;
        font-weight: 900;
        line-height: 18px;
        text-transform: uppercase;
    }
.sale_dop_block {
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    color: rgba(0, 41, 255, 1);
    font-size: 12px;
    font-weight: 900;
    line-height: 13px;
    text-transform: uppercase;
    top: 23%;
    left: 12.5%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
/*advantages*/
/*about*/
.about-block {
    padding: 30px 15px 50px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(71.35%, #FFFFFF), color-stop(99.99%, rgba(241, 244, 250, 0.79)));
    background: linear-gradient(360deg, #FFFFFF 71.35%, rgba(241, 244, 250, 0.79) 99.99%);
    border-radius: 20px;
}

    .about-block h2 {
        font-family: 'Montserrat', sans-serif;
        text-transform:uppercase;
        font-size: 27px;
        font-weight: 800;
        line-height: 29px;
        color: rgba(0, 41, 255, 1);
    }
    .about-block .container p {
        font-size: 15px;
        font-weight: 300;
        line-height: 21px;
    }

    .about-block .container img {
        border-radius: 20px;
        margin: 15px 0px;
    }
    .about-block .container video {
        border-radius: 20px;
        margin: 15px 0px;
    }
    .about-block .container p span {
        font-weight: 700;
        color: #0C5D91;
        font-size: 16px;
    }
    .about-block .container {
        margin: 30px 0px;
    }
        /*about*/
        /*use*/



.use {
    padding: 30px 15px 50px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(71.35%, #FFFFFF), color-stop(99.99%, rgba(241, 244, 250, 0.79)));
    background: linear-gradient(360deg, #FFFFFF 71.35%, rgba(241, 244, 250, 0.79) 99.99%);
    border-radius: 20px;
}

    .use h2 {
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
        font-size: 27px;
        font-weight: 800;
        line-height: 29px;
        color: rgba(0, 41, 255, 1);
    }

    .use p {
        font-size: 15px;
        font-weight: 300;
        line-height: 21px;
        margin: 15px 0px;
    }

    .use img {
        border-radius: 20px;
    }



    .use  p span {
        font-weight: 700;
        color: #0C5D91;
        font-size: 16px;
    }
.use-2 {
    padding: 0px 15px 0px;
}
    .use-2 h2 {
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
        font-size: 27px;
        font-weight: 800;
        line-height: 29px;
        color: white;
    }
.use-2 p {
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
    margin: 15px 0px;
    color:white;
}
.use-2 p span {
    font-weight: 700;
    color: #0C5D91;
    font-size: 16px;
}
    .use-2 .container {
        background:white;
        border-radius:20px;
        position:relative;
        margin:30px 0px;
    }
        .use-2 .container img {
            border-radius:20px 20px 0px 0px;
        }
        .use-2 .container p {
            font-size: 16px;
            font-weight: 300;
            line-height: 21px;
          color:black;
          padding:20px;
          margin:0;
        }
        .use-2 .container .num_block {
            position: absolute;
            right: 10px;
            top: 10px;
            background: rgba(255, 245, 0, 1);
            border-radius: 0 55px 55px 55px;
            width: 31px;
            height: 31px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            color: rgba(0, 41, 255, 1);
            font-family: 'Montserrat', sans-serif;
            font-size: 15px;
            font-weight: 800;
            line-height: 16px;
        }
        /*use*/
.important_block {
    background:url(../img/svg/important.svg) no-repeat top 10px right 10px, #57EFF8;
    padding:20px 17px;
    border-radius:20px;
    margin-top:30px;
}
ul {
list-style:none;
}
.important_block h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 900;
    line-height: 19px;
}
.important_block li {
    padding: 15px 0px;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
}
    .important_block li span {
        font-weight:700;
    }
    /*characteristics-block*/
.characteristics-block {
    padding: 30px 0px 50px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(71.35%, #FFFFFF), color-stop(99.99%, rgba(241, 244, 250, 0.79)));
    background: linear-gradient(360deg, #FFFFFF 71.35%, rgba(241, 244, 250, 0.79) 99.99%);
    border-radius: 20px;
}
    .characteristics-block h2 {
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
        font-size: 27px;
        font-weight: 800;
        line-height: 29px;
        padding:0px 15px;
    }
    .characteristics-block p {
        font-size: 15px;
        font-weight: 300;
        line-height: 21px;
    }
    .characteristics-block .bold {
        font-weight: 700;
    }
    .characteristics-block .main_block div{
        padding:13px 15px;
    }
.flex_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;

}
.blue {
    background: rgba(87, 239, 248, 1);
}
.characteristics-block .img_block {
    background: rgba(87, 239, 248, 1);
    border-radius: 20px;
    margin:0 15px;
    padding:17px 15px 15px 26px;
}
/*characteristics-block*/
/*reviews*/
.reviews {
    padding: 0px 15px 50px;
    margin-top: -60px;
    background: url(../img/block-7.png) no-repeat bottom 65px center;
}
    .reviews h2 {
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
        font-size: 27px;
        font-weight: 800;
        line-height: 29px;
        color: white;
        text-align:center;
    }
.static_block {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-box-align:start;
        -ms-flex-align:start;
            align-items:start;
    margin:30px 0px;
}

        .static_block .right div {
            display:-webkit-box;
            display:-ms-flexbox;
            display:flex;
            -webkit-box-align:center;
                -ms-flex-align:center;
                    align-items:center;
            margin:1px 0px;
        }
            .static_block .right div p {
                color: white;
                font-size: 14px;
                font-weight: 300;
                line-height: 19px;
                margin: 0 5px;
            }
            .static_block .right div .star_img {
                width:15px;
                height:15px;
              margin-right:5px;
            }
    .static_block .left h6 {
        color: white;
        font-size: 20px;
        font-weight: 700;
        line-height: 19px;
        text-align: center;
    }
    .static_block .left p {
        font-size: 14px;
        font-weight: 300;
        line-height: 18px;
        color: rgba(255, 255, 255, .7);
        text-align:center;
    }
    .static_block .left p strong{
        font-weight: 700;
        color: rgba(255, 255, 255, 1);
    }
    .static_block .left .star_block {
        margin: 10px 0px;
    }

        .slider-1 {
            background: -webkit-gradient(linear, left bottom, left top, color-stop(71.35%, #F1F4FA), color-stop(99.99%, rgba(241, 244, 250, 0.79)));
            background: linear-gradient(360deg, #F1F4FA 71.35%, rgba(241, 244, 250, 0.79) 99.99%);
            border-radius: 20px;
            padding: 15px 15px 30px;
        }
.one-block-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .one-block-slider .name {
        font-size: 16px;
        font-weight: 700;
        line-height: 19px;
    }
.comment-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    position:relative;
    width:100%;
}

    .comment-name div {
        margin-left: 15px;

    }

.slider-1 .star_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom:20px;
}
    .slider-1 .star_block p {
        font-size: 16px;
        font-weight: 700;
        line-height: 19px;
    margin-right:10px;
    }
    .comment-text {
        font-size: 16px;
        font-weight: 300;
        line-height: 16px;
    }
        .comment-text p {
            font-size: 16px;
            font-style: italic;
            font-weight: 300;
            line-height: 21px;
            margin-top:20px;
        }
    .comment-text span {
        font-weight: 700;
        font-style:normal;
    }
.slick-dots {

    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin: 60px 0px 0px;
    height:35px;
}

.slick-dots li::marker {
    color: #11ffee00 !important;
}
    .slick-dots li button {
        -webkit-transition: all .5s;
        transition: all .5s;
        height: 10px;
        width: 10px;
        border-radius: 38px;
        font-size: 0;
        border: none;
        outline: transparent;
        cursor: pointer;
        background: rgba(255, 255, 255, 0);
        border: 2px solid rgba(12, 93, 145, 1);
        padding: 0px;
        margin: 0px 6px;
    }
    .slick-dots li.slick-active button {
        background: rgba(12, 93, 145, 1);
        width: 145px;
        height:4px;
    }
.reviews_slider .slick-dots li button {
    -webkit-transition: all .5s;
    transition: all .5s;
    height: 10px;
    width: 10px;
    border-radius: 38px;
    font-size: 0;
    border: none;
    outline: transparent;
    cursor: pointer;
    background: rgba(255, 255, 255, 0);
    border: 2px solid white;
    padding: 0px;
    margin: 0px 6px;
}

.reviews_slider .slick-dots li.slick-active button {
    background: white;
    width: 145px;
    height: 4px;
}

/*reviews*/
/*HOVER*/
.intro__btn:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#FFF500), to(#FFF500));
    background: linear-gradient(0deg, #FFF500, #FFF500);
    cursor: pointer;
}
    .intro__btn:hover .btn_img {
        opacity:1;
    }
.burger:hover {
    background: rgba(0, 240, 255, 0.2);
}

/*HOVER*/
.bottom {
    background: url(../img/bottom-back.png) no-repeat bottom;
    padding-bottom:40px;
    margin-bottom:-1px;
}

.sale-mini-bottom {
    font-size: 26px;
    font-weight: 800;
    line-height: 30px;
    color: rgba(255, 255, 255, 1);
    z-index:2;
}
.prod-img-bottom {
    position: absolute;
    bottom: -60px;
    left: 20px;
}
.botton-btn {
    background: none !important;
    padding: 20px 0px !important;
    z-index:8;

}
.sale-img-bottom {
    position: absolute;
    top: 0px;
    right: 10px;
}

.f-screen__slider {
    margin-left: 0px;
}

    .f-screen__slider .slick-slide {
        margin: 0 3px;
        width: 264px;
    }

    .f-screen__slider .slick-list {
        margin-right: -20px;
        width:103%;

    }

.f-screen__slider-3 .slick-slide {
    margin: 0 10px;
    width: 234px;
}
.f-screen__slider-3 .slick-list {
    margin-right: -15px;
    margin-left: -20px;
    padding-left: 20px
}


.reviews_slider .slick-slide {
    margin: 0 5px;
    width: 260px;
}

.reviews_slider .slick-list {
    margin-right: -15px;
    margin-left: -25px;
    padding-left: 20px;

}
/*bottom*/
/*bottom*/

.btn_menu {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    webkit-transform: translateX(-50%);
    background: rgba(3, 30, 47, 0.6);
    width: 100%;
    padding: 10px 30px 15px;
}
    .btn_menu .intro__btn {
        margin-top:0;
    }


.floating__block {
    position: fixed;
    width: 316px;
    margin: 0 auto;
    bottom: -100%;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px 30px 15px;
    z-index: 10;
    pointer-events: all;
    -webkit-transform: translateX(0%) !important;
            transform: translateX(0%) !important;
}


    .floating__block.active {
        bottom: 0
    }
@media only screen and (max-width: 480px) {
    .back-1 {
        display:none;
    }
    .back-2 {
        display: none;
    }
    .back-3 {
        display: none;
    }
    .top_desk {
        display:none;
    }
}

.pink_block {
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    padding: 8px 0px;
    text-align: center;
    margin: 15px;
}

.logo_block {
    text-align: center;
    margin: 0px auto 15px;
}
