
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;
    box-sizing: border-box
}

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

body {
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    flex-direction: column;
    background: rgba(216, 197, 186, 1);
    background-size: cover;
}

.background__wrapper-1 {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 50.2%;
    -webkit-transform: translateX(-50%);
    z-index: 101;
    width: 1920px;
}
.desk-1 {
    position:absolute;
    right: 29%;
    top:3%;
    
}
.desk-2 {
    position: absolute;
   left: 30%;
    top: -110px;
}
.background__wrapper-2 {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 50.2%;
    -webkit-transform: translateX(-50%);
    width: 1920px;
}
.background__wrapper-2 img {
    position: absolute;
}
.desk-3 {
    right: 32%;
    top: 60%;
}

.desk-4 {
    left: 22%;
    top: -18%;
    z-index: 1;
    transform: rotate(90deg);
}
.desk-5{
    left: 19%;
    top: 10%;
}

.desk-6 {
    right: 30%;
   top:29%;
}
.desk-7 {
    left: 14%;
    top: 25%;
}

.desk-8 {
    right: 16%;
    top: 20%;
}
.ads_name_desk {
    position: absolute;
    left: 22%;
    bottom: 30%;
    transform: rotate(-90deg);
    display: flex;
}
    .ads_name_desk div {
       
        color: rgba(238, 230, 225, 1);
        font-family: Roboto;
        font-size: 186px;
        font-style: italic;
        font-weight: 900;
        line-height: 150px;
        letter-spacing: -0.03em;
    }
        .ads_name_desk div span {
            font-weight: 400;
            letter-spacing: -0.06em;
            z-index:2;
        }
        .background__wrapper {
            background-image: linear-gradient(to bottom, rgba(4, 150, 148, 1), rgba(4, 150, 148, 1)), linear-gradient(to bottom, rgba(22, 169, 167, 1), rgba(22, 169, 167, 1)), linear-gradient(to bottom, rgba(216, 197, 186, 1), rgba(216, 197, 186, 1));
            background-size: 100% 28.33%;
            background-repeat: no-repeat;
            background-position: 0 0, 0 7.33%, 0 66.66%;
            display: block;
            width: 100%;
            height: 100%;
            overflow: hidden;
            position: fixed;
            top: 0;
            left: 50.2%;
            -webkit-transform: translateX(-50%);
        }
    
  
    .wrapper {
        margin: 0 auto;
        width: 316px;
        background: rgba(236, 221, 212, 1);
        z-index: 100;
        position: relative;
        display: flex;
        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: flex;
}
.intro__btn {
    font-family: "Montserrat", sans-serif;
    background: linear-gradient(0deg, #FE7605, #FE7605), radial-gradient(43.55% 115% at 20.9% 115%, #F5C9AF 0%, #FF7A00 100%);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 50px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 800;
    line-height: 22px;
    color: white;
    text-transform: uppercase;
    margin-top: 20px;
    position: relative;
    transition: .5s;
    border: none;
    border-radius: 40px;
    box-shadow: 0px 14px 21.200000762939453px 0px rgba(24, 108, 107, 0.7);
    z-index:104;
}
.btn_img {
    position: absolute;
    right: -40px;
    bottom: -100px;
   opacity:0;
    transition: .8s;
}
/*HEADER*/
.link {
    cursor: pointer;
}



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

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

.header__container {
    display: flex;
    justify-content: space-between;
    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;
    transition: opacity .4s cubic-bezier(.38,.005,.215,1);
    transition-delay: .1s;
    background: rgba(3, 150, 148, 1);
    padding:15px;
}


.menu-mobile.active {
    pointer-events: auto;
    opacity: 1;
}

.menu-mobile__wrap {
    overflow-y: auto;
    height: 100%;
    width: 100%;
    background:url(../images/menu.png) no-repeat center top 20px , rgba(22, 169, 167, 1);
    border-radius:30px;
    margin: 0 auto;
    margin-right: 0;
    transition: 1s;
    padding: 46px 13px 0px;
}
.menu-mobile.active .menu-mobile__wrap {

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

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

.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 {
    font-size: 20px;
    font-weight: 800;
    line-height: 22px;
    color: white;
    text-transform: uppercase;
}
.menu-mobile__list .menu__item {
text-align:center;
}
.burger {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    transition: background .2s;
    cursor: pointer;
    z-index: 12;
    position: relative;
    margin-left: auto;
    margin-top: 23px;
    margin-right: 25px;
}
    .burger.active .logo{
        display:none;
    }
    .burger.active .burger__line {
        display: block;
        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.active .burger__line:nth-of-type(3) {
            display:none;
        }

.burger__line {
    display: inline-block;
    width: 100%;
    height: 3px;
    background: rgba(255, 255, 255, 1);
    display:none;
}


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

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

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


/*HEADER*/
/**/

/*intro-container*/
.sale_block-abs {
    background: white;
    border: 2.19px solid rgba(31, 72, 126, 1);
    padding:12px 18px;
    width: fit-content;
    position: absolute;
    border-radius: 18px;
    transform: rotate(10deg);
    right: 10px;
    bottom: 48%;
}
    .sale_block-abs h1 {
        color: rgba(79, 79, 79, 1);
        font-size: 24px;
        font-weight: 400;
        line-height: 35px;
        text-align: center;
        margin:0;
    }
    .sale_block-abs p {
        font-size: 39px;
        font-weight: 700;
        line-height: 35px;
        text-align: center;
        color: rgba(2, 157, 217, 1);
        padding:0;
    }
.price_block {
    background: rgba(255, 245, 0, 1);
    padding: 10px 15px;
    width: fit-content;
    position: absolute;
    border-radius: 10px;
    transform: rotate(-15deg);
    left: 25px;
    bottom: 48%;
    box-shadow: 12px 18px 15.199999809265137px 0px rgba(69, 36, 5, 0.18);
}
.old_price {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    color: rgba(79, 79, 79, 1);
    text-align: center;
    position:relative;
    padding:0;
    text-decoration:line-through;
    margin-bottom:2px;

}

.new_price {
    font-size: 32px;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: center;
    background: linear-gradient(241.13deg, #000000 13.43%, rgba(0, 0, 0, 0) 123.87%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.intro-container {
    background:url(../images/block-1-back.png) no-repeat center top 10px, radial-gradient(55.05% 31.26% at 24.3% 74.4%, #F5C9AF 0%, #FF7A00 100%) ;
    border-radius:30px;
    padding:45px 10px;
    margin:13px 15px;
    position: relative;
}
.title_text {
    font-family: "Roboto", sans-serif;
    color: rgba(244, 238, 235, 1);
    font-size: 67px;
    font-weight: 400;
    line-height: 62px;
    letter-spacing: -0.12em;
    text-align: center;
    text-shadow: 0px 0px 5.547368049621582px  rgba(148, 11, 11, 0.71);
}
    .title_text span {
        font-style: italic;
        font-weight: 900;
        letter-spacing: -0.03em;
        margin-left:2px;
    }
.intro-container .text {
    font-size: 18px;
    font-weight: 800;
    line-height: 19px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    margin-top:10px;
    margin-left:auto;
    margin-right:auto;
}
.intro-container .prod_img {
    width: 100%;
    margin-top:15px;
    margin-left:auto;
    margin-right:auto;
    display:block;
}
.intro-container .img_abs-1 {
 position:absolute;
 bottom:-20px;
 left:0;
}
.intro-container .img_abs-2 {
    position: absolute;
    right:5px;
    bottom:80px;
}
.logo_block {
    background: rgba(22, 169, 167, 1);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}
.intro {
margin:15px 12px;
z-index:104;
}

    .intro ul li {
        font-size: 18px;
        font-weight: 800;
        line-height: 19px;
       color: rgba(30, 38, 53, 1);
    }
        .intro ul li .slider_block {
            display:flex;
        }
            .intro ul li .done_block {
            background: rgba(22, 169, 167, 1);
            width:34px;
            height:34px;
            min-width:34px;
            border-radius:50%;
            display:flex;
            justify-content:center;
            align-items:center;
            margin-right:15px;
        }
.dop_block {
    background: url(../images/prod-block-2.png) no-repeat top left, url(../images/block-2-1.png) no-repeat bottom right,url(../images/block-2-2.png) no-repeat center, rgba(22, 169, 167, 1);
    border-radius: 30px;
    padding: 20px 15px;
    margin: 0px 15px;
    z-index:104!important;
}
    .dop_block p {
        font-size: 18px;
        font-weight: 800;
        line-height: 19px;
        letter-spacing: -0.01em;
        text-align: center;
        color: rgba(255, 255, 255, 1);
    }
        .dop_block p span {
            color: rgba(255, 245, 0, 1);
        }
.price_dop {
    border: 2px dashed rgba(255, 245, 0, 1);
    width:fit-content;
    border-radius:10px;
    margin:10px auto;
    padding:4px 17px;
    margin-top:20px;
}
.old_price_dop span {
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
    text-decoration:line-through;
}
.new_price_dop span{
    font-size: 32px;
    font-weight: 800;
    line-height: 35px;
    letter-spacing: -0.01em;
    text-align: center;
}
.form-block {
   padding-top:10px;
}
        .form__wrap {
        position: relative;
        margin-bottom:10px;
    }

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

input::placeholder {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    color: rgba(30, 38, 53, .7);
}


input.success {
    border: none;
    color: white;
    background:rgba(0,0,0,0);
}

.al-form .form__input.success + .form__error:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 30%;
    width: 17px;
    height: 17px;
    background: url(../images/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: 15px;
}
input.error {
    border: 2px solid rgba(255, 60, 60, 1);
    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: 24%;
    width: 17px;
    height: 17px;
    background: url(../images/error.svg) no-repeat;
}

.form__labels {
    display: flex;
    align-items: center;
    justify-content: center
}

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

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


/*advantages*/
.top_block {
    background: url(../images/prod-block-2-3.png) no-repeat center;
    padding:60px;
    margin-top:-60px;
    position:relative;
    display:flex;
}
.name_prod {
    background: rgba(255, 122, 0, 1);
    border-radius: 50px;
    padding: 20px;
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: rgba(244, 238, 235, 1);
    font-family: "Roboto", sans-serif;
    /* font-size: 50px; */
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.06em;
    text-shadow: 0px 0px 4px rgba(148, 11, 11, 0.71);
}
    .name_prod span {
        font-size: 30px;
        font-style: italic;
        font-weight: 900;
        line-height: 40px;
        letter-spacing: -0.03em;
       margin-left:55px;
    }
.top_dop_block {
    background:url(../images/block-3.png) no-repeat bottom center, rgba(255, 122, 0, 1);
    padding: 35px 31px 260px;
    box-shadow: 0px 23px 33px 0px rgba(34, 29, 25, 0.1);
    border-radius:30px;
}
    .top_dop_block p {
        color: rgba(255, 255, 255, 1);
        font-size: 27px;
        font-weight: 800;
        line-height: 29px;
        text-transform:uppercase;
    }
.advantages-1{
    margin:20px 0px;
}
.advantages-1 h2 {
    display: flex;
    align-items: center;
    color: rgba(30, 38, 53, 1);
    font-size: 18px;
    font-weight: 800;
    line-height: 19px;
    max-width: 95%;
}
.advantages-1 h2 span {
    background: rgba(255, 122, 0, 1);
    width: 34px;
    height: 34px;
    min-width:34px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right:15px;
}
.advantages-1 p {
    color: rgba(30, 38, 53, 1);
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    margin-top:10px;
}
.advantages-block {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 23px 33px 0px rgba(34, 29, 25, 0.1);
    padding:20px 15px 50px;
    margin-top:-20px;
    border-radius:0px 0px 30px 30px;
}
/*advantages*/
/*about*/
.about-block {
    background: radial-gradient(107.59% 53.48% at 134.49% 72.6%, #F5C9AF 0%, #FF7A00 100%);
    border-radius: 30px;
    margin-top: 60px;
    box-shadow: 0px 23px 33px 0px rgba(34, 29, 25, 0.1);
}
.top_block-2 {
    background: url(../images/block-4.png) no-repeat center, url(../images/block4.png) no-repeat center bottom 20px;
    margin-top: -90px;
}
    .top_block-2 .name_prod {
        background: rgba(22, 169, 167, 1);
        text-shadow: none;
    }
        .top_block-2 .name_prod span {
            margin-left: 50px;
        }
.about-block h1 {
    color: rgba(255, 255, 255, 1);
    font-size: 27px;
    font-weight: 800;
    line-height: 29px;
    margin: 0px 15px 20px;
    text-transform:uppercase;
    margin-top:-50px;
}
.about-block p {
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-weight: 800;
    line-height: 19px;
    display:flex;
    align-items:center;
}
.about-block .done_block {
    background: rgba(22, 169, 167, 1);
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}
.about-block .container{
    margin: 15px;
}
.about-block{
    padding-bottom:50px;
}
/*about*/
/*use*/
.use{
    display:flex;
    flex-direction:column;
}
.use .container {
    background: rgba(255, 255, 255, 1);
    border-radius: 30px;
    box-shadow: 0px 23px 33px 0px rgba(34, 29, 25, 0.1);
    padding: 30px 15px 40px;
    margin-top: -30px;
    z-index:1;
}
    .use .container h1 {
       color: rgba(255, 122, 0, 1);
        font-size: 27px;
        font-weight: 800;
        line-height: 29px;
        text-transform:uppercase;
        margin-bottom:30px;
    }
.slider_block_use h2 {
    color:white;
    font-size: 79px;
    font-weight: 800;
    line-height: 85px;
    display:flex;
    align-items:center;
}
.slider_block_use p {
    color: white;
    font-size: 18px;
    font-weight: 800;
    line-height: 19px;
    max-width:90%;
}
.slider_block_use{
    position:relative;
}
    .slider_block_use .abs_use {
        position: absolute;
        left:16px;
        top:16px;
    }
@keyframes changeColor {
    0% {
        background: radial-gradient(50% 50% at 50% 50%, rgba(255, 245, 0, 0) 0%, #FFF500 0.01%, #EB3947 32.4%, rgba(255, 122, 0, 0) 95%);

        }

    12.5% {
        background: radial-gradient(50% 50% at 50% 50%, rgba(255, 245, 0, 0) 3.5%, #FFF500 4%, #EB3947 34%, rgba(255, 122, 0, 0) 95%);
    }

    25% {
        background: radial-gradient(50% 50% at 50% 50%, rgba(255, 245, 0, 0) 7%, #FFF500 8%, #EB3947 35.5%, rgba(255, 122, 0, 0) 95%);
    }

    37.5% {
        background: radial-gradient(50% 50% at 50% 50%, rgba(255, 245, 0, 0) 10.5%, #FFF500 12%, #EB3947 37%, rgba(255, 122, 0, 0) 95%);
    }

    50% {
        background: radial-gradient(50% 50% at 50% 50%, rgba(255, 245, 0, 0) 14%, #FFF500 17%, #EB3947 38.5%, rgba(255, 122, 0, 0) 95%);
    }

    62.5% {
        background: radial-gradient(50% 50% at 50% 50%, rgba(255, 245, 0, 0) 17.5%, #FFF500 22%, #EB3947 40%, rgba(255, 122, 0, 0) 95%);
    }

    75% {
        background: radial-gradient(50% 50% at 50% 50%, rgba(255, 245, 0, 0) 21%, #FFF500 27%, #EB3947 41.5%, rgba(255, 122, 0, 0) 95%);
    }

    87.5% {
        background: radial-gradient(50% 50% at 50% 50%, rgba(255, 245, 0, 0) 24.5%, #FFF500 32%, #EB3947 43.5%, rgba(255, 122, 0, 0) 95%);
    }

    100% {
        background: radial-gradient(50% 50% at 50% 50%, rgba(255, 245, 0, 0) 26.5%, #FFF500 37%, #EB3947 45.5%, rgba(255, 122, 0, 0) 95%);
    }
}

.animat_block {
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 245, 0, 0) 26.5%, #FFF500 37%, #EB3947 45.5%, rgba(255, 122, 0, 0) 95%);
    width: 192px;
    height: 192px;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    right: -35px;
}
.show {
    animation-name: changeColor;
    animation-duration: .7s;
    animation-timing-function: ease;
}
/*use*/
/*characteristics-block*/
.dop2_block {
    position:relative;
    padding-top: 20px;
}
.abs_dop2 {
    position: absolute;
    top: -101px;
}
.abs2_dop2 {
display: block;
margin: 0 auto;
}
.characteristics-block {
    background: rgba(255, 122, 0, 1);
    box-shadow: 0px 23px 33px 0px rgba(34, 29, 25, 0.1);
    border-radius:30px;
    z-index:1;
    padding:35px 15px 50px;
    margin-top:10px;
}
    .characteristics-block h1 {
        color: white;
        font-size: 27px;
        font-weight: 800;
        line-height: 29px;
        text-align: center;
        margin-bottom:10px;
    }
    .characteristics-block h2 {
        color: rgba(255, 255, 255, 1);
        font-size: 18px;
        font-weight: 800;
        line-height: 19px;
        display: flex;
        align-items: center;
        margin:25px 0px 15px;
    }
    .characteristics-block .done_block {
        background: rgba(22, 169, 167, 1);
        width: 34px;
        height: 34px;
        min-width: 34px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 15px;
    }
.characteristics-block .main_block p {
    color: rgba(253, 237, 228, 1);
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    margin-top:10px;
}
    .characteristics-block .main_block p span{
        font-weight:700;
    }
    /*characteristics-block*/
/*exspert_block*/
.exspert_block .main_block {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 23px 33px 0px rgba(34, 29, 25, 0.1);
    padding:30px 15px 20px;
    border-radius:30px;
}
    .exspert_block .main_block h1 {
        color: rgba(22, 169, 167, 1);
        font-size: 27px;
        font-weight: 800;
        line-height: 29px;
        text-align: center;
        text-transform:uppercase;
        margin-bottom:30px;
    }
    .exspert_block .main_block h2 {
        color: rgba(22, 169, 167, 1);
        font-size: 18px;
        font-weight: 800;
        line-height: 19px;
        margin:30px 0px 10px;
    }
    .exspert_block .main_block h3 {
        color: rgba(22, 169, 167, 1);
        font-family: Roboto;
        font-size: 16px;
        font-style: italic;
        font-weight: 300;
        line-height: 21px;
        width:90%;
        margin-bottom:30px;
    }
.exspert_block .main_block p {
    font-family: Roboto;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    line-height: 21px;
    margin-top:20px;
}
    .exspert_block .main_block p span {
        color: rgba(22, 169, 167, 1);
        font-weight: 700;
        line-height: 19px;
        font-style: normal;
    }
    /*exspert_block*/
    /*reviews*/
.reviews .main_block {
    background: url(../images/block-8-2.png) no-repeat top left,url(../images/block-8-1.png) no-repeat bottom -20px right, radial-gradient(107.59% 53.48% at 134.49% 72.6%, #F5C9AF 0%, #FF7A00 100%);
    border-radius: 30px 30px 0px 0px;
    padding: 30px 15px 70px;
}
    .reviews .main_block h1 {
        color: rgba(255, 255, 255, 1);
        font-size: 27px;
        font-weight: 800;
        line-height: 29px;
        text-align: center;
        text-transform:uppercase;
        margin-bottom:10px;
    }
.rev-slider{
    margin-top:-80px;
}
.main_slider {
    background: rgba(255, 255, 255, 1);
    border-radius: 0px 0px 30px 30px;
}
.comment-name{
    display:flex;
    align-items:center;
    padding:10px 15px;
    justify-content:space-between;
}
.one-block-slider .name {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    margin-left:5px;
}
.subscribe_block{
    display:flex;
}
.subscribe_block p {
    background: rgba(235, 235, 235, 1);
    border-radius: 6px;
    padding: 5px;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: black;
    margin-right:10px;
}
.comment-text p {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    padding:15px;
}
    .comment-text p span {
        font-weight: 700;
    }
.like_block{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:15px 15px 0px;
}
.hashtag_block{
    padding:0px 15px; 15px
}
    .hashtag_block p {
        font-family: Roboto;
        font-size: 16px;
        font-weight: 300;
        line-height: 21px;
        color: rgba(0, 55, 107, 1);
    }
.data_block {
    font-family: Open Sans;
    font-size: 11px;
    font-weight: 400;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.4);
    padding:15px 15px 20px;
    text-transform:uppercase;
}
.top_name{
    padding:15px;
}
    .top_name .name {
        color: rgba(255, 255, 255, 1);
        font-size: 18px;
        font-weight: 800;
        line-height: 19px;
        margin-bottom:5px;
    }
    .top_name .year {
        font-family: Roboto;
        font-size: 16px;
        font-style: italic;
        font-weight: 300;
        line-height: 21px;
       color: rgba(255, 255, 255, 1);
    }
.slick-dots {
    z-index: 1;
    display: flex;
    margin: 30px 0px 0px;
    height: 35px;
    justify-content: space-evenly;
}

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


/*reviews*/
/*HOVER*/
.intro__btn:hover {
    background: radial-gradient(92.19% 202.38% at 2.34% 83%, #FFF500 0%, #FF7A00 43.28%), radial-gradient(43.55% 115% at 20.9% 115%, #F5C9AF 0%, #EB3947 100%);
    box-shadow: 0px -4px 11.600000381469727px 0px rgba(112, 255, 253, 1), 0px 10px 7.300000190734863px 0px rgba(179, 24, 37, 0.58) inset;
    cursor: pointer;
   color: rgba(157, 56, 0, 1);
}



/*HOVER*/


.btn_menu {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    webkit-transform: translateX(-50%);
    background: rgba(22, 169, 167, 1);
    width: 100%;
    padding: 10px 16px 15px;
}
    .btn_menu .intro__btn {
        margin-top: 0;
        box-shadow: 0px 14px 21.200000762939453px 0px rgba(24, 108, 107, 0.7);
    }


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


    .floating__block.active {
        bottom: 0
    }


@media only screen and (max-width: 480px) {
    .background__wrapper {
        background: rgba(236, 221, 212, 1);
    }
    .background__wrapper-2{
        display:none;
    }
}
