@import url('header.css');

.blockRedLine3103{
    display:none!important;
}
/*general*/
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
}
body {
    font-family: "Poppins", sans-serif;
    background: rgba(255, 255, 255, 1);
}
button {
    outline: none;
    border: none;
    padding: 0;
}
/*button*/
.intro__btn {
    font-family: "Poppins", sans-serif;
    text-align: center;
    background: rgba(198, 23, 25, 1);
    padding: 12px 24px;
    border-radius: 32px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border: none;
    text-decoration: none;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    cursor: pointer;
}
    .intro__btn:hover {
        background: rgba(156, 19, 21, 1);
        cursor: pointer;
    }
    .intro__btn:focus {
        background: rgba(156, 45, 47, 1);
    }
        /*button*/
        /*general*/
h1 {
    color: rgba(198, 23, 25, 1);
    font-size: 72px;
    font-weight: 600;
    line-height: 1;
}
h2 {
   color: rgba(74, 70, 69, 1);
    font-size: 36px;
    font-weight: 600;
    line-height: 38px;
    margin:24px 0px;
}
h3 {
    color: rgba(74, 70, 69, 1);
    font-size: 48px;
    font-weight: 600;
    line-height: 50px;
}

p {
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    color: rgba(88, 81, 75, 1);
}
.container{
    margin:0px auto;
    max-width:1296px;
}
main{
    overflow:hidden;
}
/*BLOCK1*/
.block-1 {
    background:url(../images/block-1.png) no-repeat center bottom, linear-gradient(270deg, #F5F5F7 0%, #F5F5F7 100%);
    padding: 170px 0px 60px;
    position: relative;
}
.block-11 {
    padding:50px 0px;
}
    .block-1 .block-1__main {
    display:flex;
    justify-content:space-between;
}
.block-1__left {
    background: rgba(255, 255, 255, 0.9);
    border-radius:32px;
    padding:24px;
    max-width:470px;
}
.intro__item{
    margin-bottom:24px;
}
.intro__item p {
    color: rgba(88, 81, 75, 1);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    display: flex;
    align-items: center;
}
    .intro__item p:before{
        content:"";
        background:url(../images/done.svg) center no-repeat;
        height:36px;
        min-width:36px;
        margin-right:14px;
    }
.intro__item1 p:before {
    content: "1";
    background: rgba(24, 199, 72, 1);
    border-radius: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color:white;
    display:flex;
    align-items:center;
    justify-content:center;
}
.intro__item2 p:before {
    content: "2";
    background: rgba(24, 199, 72, 1);
    border-radius: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.intro__item3 p:before {
    content: "3";
    background: rgba(24, 199, 72, 1);
    border-radius: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.intro__item4 p:before {
    content: "4";
    background: rgba(24, 199, 72, 1);
    border-radius: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
    /*
form*/
.sale_block {
    position: absolute;
    top: -8%;
    right: 5%;
    background: url(../images/sale.png) no-repeat center;
    width: 211px;
    height: 161px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .sale_block p {
        text-transform: uppercase;
        font-size: 36px;
        font-weight: 400;
        line-height: 36px;
        color: rgba(255, 255, 255, 1);
        text-align:center;
    }
        .sale_block p span {
            display:block;
            font-weight: 800;
        }
        .price {
            display: flex;
            flex-direction: column;
            align-items: start;
        }

.al-cost {
    color: rgba(198, 23, 25, 1);
    font-size: 54px;
    font-weight: 600;
    line-height: 56px;
}

.al-cost-promo {
    font-size: 36px;
    font-weight: 400;
    line-height: 44px;
    color: rgba(74, 70, 69, 1);
    text-decoration: line-through;
}

.form{
    padding:12px 0px 0px;
}
.block-1__form {
    background: rgba(255, 255, 255, 0.9);
    border-radius:32px;
    padding:36px 24px 24px;
   max-width:413px;
    width:100%;
    position:relative;
}
    .block-1__form .text {
        font-weight: 600;
        line-height: 26px;
        margin-top:24px;
    }
    .form__wrap {
        position: relative;
        margin-bottom: 12px;
    }
        .form__wrap p {
            color: rgba(88, 81, 75, 1);
            font-size: 14px;
            font-weight: 500;
            line-height: 21px;
            margin-bottom:5px;
        }
.form__input {
    font-family: "Poppins", sans-serif;
    width: 100%;
    box-sizing: border-box;
    height: 50px;
    padding: 0 12px;
    background: rgba(255, 255, 255, 1);
    border-radius: 8px;
    border: 1px solid rgba(180, 179, 177, 1);
    color: rgba(88, 81, 75, 1);
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
}
input::placeholder {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: rgba(88, 81, 75, 1);
}
input:focus {
    background: rgba(245, 245, 247, 1);
    border: 1px solid rgba(220, 219, 217, 1);
    outline:none;
}
form .intro__btn{
    margin-top:24px;
}
.form__input.success {
    border: 1px solid rgba(9, 120, 119, 1)
}

.form__input.error {
    background: linear-gradient(0deg, rgba(198, 23, 25, 0.1), rgba(198, 23, 25, 0.1));
    border: 1px solid rgba(198, 23, 25, 1)
}

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


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

.al-form .form__input.error + .form__error {
    display: block;
    width: 100%;
    height: 100%;
    color: #FF0000;
    font-size: 11px;
    line-height: 5px;
    position: absolute;
    left: 5px;
    text-align: start;
}

.form__error {
    color: #f42222;
    display: block;
    font-size: 12px;
    margin-top: 5px;
    display: none;
}


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

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

.offer-wrapper {
    display: flex;
}

/*form*/
/*BLOCK1*/
/*BLOCK-2*/
.block-2 {
    padding: 160px 0px;
    background: url(../images/block-2.png) no-repeat center, url(../images/block-2_back.png) no-repeat center, linear-gradient(97.42deg, #D9D9D9 30.01%, rgba(115, 115, 115, 0) 100%);
}
.block-2 .block-2__main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.block-2__right{
    max-width:750px;
    margin-left:auto;
}
.block-2 ul {
    color: rgba(88, 81, 75, 1);
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
}
        .block-2 ul li{
            margin-top:24px;
        }
    .block-2 p {
        margin-top: 24px;
       color: rgba(198, 23, 25, 1);
       font-weight:600;
    }
        /*BLOCK-2*/
        /*BLOCK-3*/
        .block-3{
            background:url(../images/block-3_back.png) center;
            padding:40px 0px;
        }
.block-3 .block-3__main {
    position: relative;
}
.block-3__left {
    max-width: 900px;
}
    .block-3__left h3 {
        color: white;
        margin-bottom: 24px;
        max-width:90%;
    }
    .block-3__right {
        position: absolute;
        bottom:-35.6%;
        right: 0px;
    }
.block-3__left-main{
    display:flex;
}
.block-3 .item{
    display:flex;
    align-items:center;
    
}
    .block-3 .item:first-child {
        margin-right: 48px;
        max-width:450px;
    }
    .item__icon {
    background: rgba(255, 255, 255, 1);
    min-width:72px;
    max-width:72px;
    height:72px;
    border-radius:100%;
    display:flex;
    align-items:center;
    justify-content:center;
}
.block-3 .item p {
    color:white;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    margin-left:12px;
}
.block-3 .item p span{
font-weight:600;
}
    /*BLOCK-3*/
    /*BLOCK-4*/
.block-4 {
    padding:96px 0px;
    background:url(../images/block-4_back.png) no-repeat center, linear-gradient(0deg, #F5F5F7, #F5F5F7), linear-gradient(180deg, #FFFFFF 0%, #FFF6E1 100%);
}
.block-4__main {
    position:relative;
    display: flex;
    justify-content: space-between;
}
.block-4__left{
    position:absolute;
    bottom:-20%;
    left:0;
}
.block-4__right{
    max-width:820px;
    margin-left:auto;
}
    .block-4__right .text {
        line-height: 36px;
    }
    .block-4 h3 span {
        color: rgba(198, 23, 25, 1);
    }
.block-4 h3{
    margin-bottom:24px;
}
.name_block-4{
       margin-top: 24px;
}
.name_block-4 p {
 
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: rgba(88, 81, 75, 1);
}
    .name_block-4 p:first-child {
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
    }
    /*BLOCK-4*/
    /*BLOCK-5*/
.block-5 {
    padding: 96px 0px;
    background: url(../images/block-5_back.png) center;
}
.block-5 h3{
    color:white;
    text-align:center;
}
.block-5 h4 {
    font-size: 29px;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
    color: rgba(198, 23, 25, 1);
    margin:6px 0px 0px;
}
    .block-5 p{
        text-align:center;
    }
    .block-5 .item__icon{
        margin:auto;
    }
    .flex_block {
        display: flex;
        margin:48px -12px 0px;
    }
.flex_block__item {
    background: rgba(255, 255, 255, 0.9);
    border-radius:32px;
    padding:24px;
    max-width:306px;
    width:100%;
    margin:0px 12px;
}
/*BLOCK-5*/
/*BLOCK-6*/
.block-6 {
    padding: 96px 0px;
    background: url(../images/block-6.png) no-repeat center, linear-gradient(270deg, #E2E2E0 49.37%, #F5F5F7 100%);

}
    .block-6_item{
    margin-top:48px;
    display:flex;
    align-items:center;
}
.proc_block {
    color: rgba(198, 23, 25, 1);
    font-size: 48px;
    font-weight: 600;
    line-height: 50px;
    margin-right:24px;
}
.line {
    background: rgba(255, 255, 255, 1);
    border-radius:32px;
    height:10px;
    width:522px;
    margin-bottom:16px;
    position:relative;
}
    .line:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        border-radius: 32px;
        height: 10px;
        background: rgba(198, 23, 25, 1);
        
    }
.line1:before {
    width: 86%;
}
.line2:before {
    width: 92%;
}
.line3:before {
    width: 94%;
}
.line4:before {
    width: 80%;
}
.line5:before {
    width: 98%;
}
        /*BLOCK-6*/
        /*BLOCK-7*/
.block-7 {
    padding:90px 0px;
    background:url(../images/block-7.png) no-repeat center, linear-gradient(270deg, #F5F5F7 0%, #E2E2E0 50.63%);
}
.block-7__main {
    background: rgba(255, 255, 255, 0.9);
    border-radius:32px;
    max-width:856px;
    margin-left:auto;
    padding:24px;
}
.block-7 h2 {
    line-height: 54px;
    margin:24px 0px 12px;
}
/*BLOCK-7*/
/*BLOCK-8*/
.block-8{
    background:url(../images/block-8.png) no-repeat center;
    padding:85px 0px;
}

.block-8 h3{
    text-align:center;
}
video{
    border-radius:32px;
    margin-top:40px;
    width:100%;
}

/*BLOCK-8*/
/*BLOCK-10*/
.block-10 {
    background: url(../images/block-9.png) no-repeat center, linear-gradient(360deg, rgba(115, 115, 115, 0) 2.55%, #D9D9D9 100%);
    padding: 96px 0px;
}
    .block-10 .intro__btn{
        margin:auto;
        width:fit-content;

    }
    .block-10 h3 {
        text-align: center;
    }
.slider{
    display:flex;
    justify-content:space-between;
    margin:48px 0px;
}
.slider-1 {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 32px;
    max-width: 416px;
    padding: 24px;
}
    .slider-1 p {
        color: rgba(0, 0, 0, 1);
        font-size: 16px;
        font-weight: 400;
        line-height: 19.2px;
    }
.one-block-slider {
    display: flex;
}
.slider-1 div{
    order:2;
}
.one-block-slider .name {
    color: rgba(88, 81, 75, 1);
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}
.one-block-slider .age {
    color: rgba(88, 81, 75, 1);
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
}
    .comment-name {
        display: flex;
        align-items: center;
        margin-top: 12px;
    }
.comment-name div {
    margin-left: 12px;
}


.comment-text p {
    margin: 12px 0px 0px;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
}
.popUp {
    background: rgba(0, 0, 0, 0.25);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    display:none;
    transition: opacity 0.5s ease;
}
.popUp_main {
    background: rgba(255, 255, 255, 1);
    border-radius:32px;
    padding:24px 0px;
    max-width:990px;

}
.popUp_main h2{
    color: rgba(198, 23, 25, 1);
    text-align:center;
    line-height:54px;
    margin-top:24px;

}
    .popUp_main .intro__btn{
        width:fit-content;
        margin:0px auto;
    }
    .popUp_main p {
        font-size: 18px;
        font-weight: 500;
        line-height: 27px;
        padding:24px 30px;
    }
.top_popup{
    display:flex;
    justify-content:space-between;
    align-items:center;
   
}
    .top_popup .close img{
        display:block;
        margin-right:48px;
        margin-left:auto;
        cursor:pointer;
    }
    .top_popup div {
        flex: 0 0 33.33%;
    }
    .sale_popup {
    color: white;
    font-size: 36px;
    font-weight: 800;
    line-height: 36px;
    background: linear-gradient(270deg, #18C748 0%, #2D9C4B 100%);
    width:fit-content;
    padding:24px;
    position:relative;
}
        .sale_popup:before{
            content:"";
            position:absolute;
            right:-61px;
            top:0;
            bottom:0;
            background:url(../images/popup.svg) no-repeat center;
            width:64px ;
            height:84px;
        }
#popup.show {
    opacity: 1;
    z-index: 100;
    display:flex;
}

        /*BLOCK-10*/
.floating__block {
    display: none;
    position: fixed;
    width: 100%;
    margin: 0 auto;
    bottom: 100%;
    left: 0;
    right: 0;
    text-align: center;
    padding: 12px;
    z-index: 10;
    pointer-events: all;
    background: rgba(255, 255, 255, 0.9);
    height: fit-content;
    justify-content: space-between;
}

    .floating__block .intro__btn {
       max-width:360px;
    }

    .floating__block.active {
        bottom: 0;
    }



@media (max-width: 1350px) {
    .container {
        padding: 0px 20px;
    }

    .block-2__right {
        max-width: 650px;
    }

    .block-3__right {
        right: calc(0px + 150*(100vw - 1100px) / 250);
        bottom: -25.5%;
    }

    .block-3__left-main {
        flex-direction: column;
    }

    .block-3 .item:first-child {
        margin: 0px 0px 24px;
    }

    .block-3{
        background-size:cover;
    }
    .block-4__right{
        max-width:700px;
        position:relative;
        z-index:1;
    }
    .block-4__left {
        bottom: -16%;
        left: calc(-60px + 150*(100vw - 1100px) / 250);
    }
    .flex_block__item{
        margin:12px;
    }
    .flex_block {
        flex-wrap: wrap;
        max-width:700px;
        margin:48px auto 0px;
        justify-content:center;
    }
    .slider-1{
        max-width:32%;
    }
    .block-5 {
        background-size: cover;
    }
}
@media (max-width: 1250px) {
    .block-7__main{
        max-width:700px;
    }
    .block-7 {
        background: url(../images/block-7.png) no-repeat center right 60%, linear-gradient(270deg, #F5F5F7 0%, #E2E2E0 50.63%);
        padding:48px 0px;
    }
 
}
@media (max-width: 1024px) {
    .block-2__right {
        max-width: 100%;
    }

    .block-2 {
        padding: 48px 0px 680px;
        background: url(../images/block-2.png) no-repeat left bottom, url(../images/block-2_back.png) no-repeat left bottom, rgba(229, 229, 227, 1);
    }

        .block-2 ul {
            padding-left: 20px;
        }
    h3 {
        font-size: 34px;
        line-height: 1.2;
    }
    .block-3__left{
        max-width:450px;
    }
    .block-3__right {
        right: calc(-100px + 150*(100vw - 768px) / 256);
        bottom:-23.8%;
    }
    .block-4__right{
        max-width:100%;
        order:1;
    }
    .block-4__left{
        position:relative;
        left:25%;
        margin-bottom:-20px;
        order:2;
    }
    .block-4__main{
        flex-direction:column;
    }
    .block-4 {
        padding: 48px 0px 0px;
        overflow: hidden;
        background: url(../images/block-4_back.png) no-repeat center top, linear-gradient(0deg, #F5F5F7, #F5F5F7), linear-gradient(180deg, #FFFFFF 0%, #FFF6E1 100%);
    }
    .block-7__main{
        max-width:100%;
    }
    .slider{
        flex-direction:column;
       align-items:center;
    }
    .slider-1{
        max-width:400px;
        margin-bottom:24px;
    }
    .block-1 .block-1__main{
        flex-direction:column;
        align-items:center;
    }
    .block-1__left{
        margin-bottom:48px;
    }
    .block-1 {
        background: url(../images/block-1.png) no-repeat right 63% bottom, linear-gradient(270deg, #F5F5F7 0%, #F5F5F7 100%);
        background-size: cover;
    }
}

.leaf{
    display:none;
}
.leaf-2 {
    display: none;
}
.leaf-3 {
    display: none;
}
.leaf-4 {
    display: none;
}
@media (max-width: 768px) {
    h1 {
        font-size: 48px;
        line-height: 72px;
    }

    h2 {
        font-size: 24px;
        line-height: 26px;
        margin: 8px 0px 24px;
    }

    h3 {
        font-size: 24px;
    }

    p {
        font-size: 18px;
        font-weight: 500;
        line-height: 20px;
    }

    #block-1 .block-1__form .text {
        display: none;
    }

    #block-1 .form {
        display: none;
    }

    .block-1__right {
        width: 100%;
    }

    .floating__block {
        display: block;
    }

    .container {
        max-width: 320px;
        padding: 0px;
    }

    .block-1 {
        padding: 0px;
    }

    .block-1__left {
        padding: 0;
        background: 0;
        max-width: 100%;
    }

    .al-cost {
        font-size: 38px;
        line-height: 1.2;
    }

    .al-cost-promo {
        font-size: 24px;
        line-height: 1.2;
    }

    .block-3 {
        background: url(../images/block-3_mob.png) center;
    }

    .block-1__form {
        border-radius: 20px;
        padding: 12px;
    }

    .sale_block p {
        font-size: 24px;
        font-weight: 400;
        line-height: 1.2;
        margin-top:-5px;
        margin-left:-5px;
    }

        .sale_block p span {
            font-size: 32px;
            font-weight: 600;
            line-height: 1;
        }

    .sale_block {
        background: url(../images/sale_mob.png) no-repeat center;
        top: -51%;
        right: -5%;
    }

    .intro__item p {
        font-size: 18px;
        font-weight: 600;
        line-height: 20px;
        background: rgba(255, 255, 255, 1);
        border-radius: 32px;
        padding: 12px;
    }

        .intro__item p:before {
            margin-right: 8px;
        }

   

    .single-item {
        position: absolute;
        bottom: 80px;
        left: 12px;
        right: 12px;
    }

    #block-1 .block-1__right {
        margin-bottom: 450px;
    }

    #block-1 .block-1__left {
        margin: 0;
    }

    .slick-slide {
        margin: 0 2px;
    }

    .block-1 {
        background: url(../images/block-1_mob.png) no-repeat center bottom 50px, linear-gradient(0deg, rgba(229, 229, 227, 1) 0%, rgba(229, 229, 227, 1) 5%, #C9C9C9 5%, #F5F5F7 100%);
    }
        .block-1 .block-1__main {
            position: relative;
            background: url(../images/1_mob.png) no-repeat center bottom;
            padding: 66px 12px 60px;
        }
    .block-2 ul li {
        margin-top: 12px;
    }

    .block-2 ul {
        font-size: 18px;
        font-weight: 400;
        line-height: 20px;
    }

    .block-2 {
        padding: 0px;
        background: rgba(229, 229, 227, 1);
    }

        .block-2 .block-2__main {
            padding: 20px 12px 300px;
            background: url(../images/block-2_mob2.png) no-repeat center bottom, url(../images/block-2_mob.png) no-repeat center bottom;
        }

        .block-2 p {
            margin-top: 12px;
            font-size: 18px;
            font-weight: 600;
            line-height: 20px;
        }

    .block-3__right {
        right: 0;
        width: 300px;
        bottom: -4.05%;
    }

        .block-3__right img {
            width: 100%;
        }

    .block-3 {
        padding: 0;
    }

        .block-3 .block-3__main {
            padding: 48px 12px 290px;
        }

    .block-3__left h3 {
        text-align: center;
        margin-bottom: 24px;
    }

    .block-3 .item p {
        font-size: 18px;
        text-align: center;
        line-height: 20px;
    }

    .block-3 .item {
        flex-direction: column;
        margin-bottom: 24px;
    }

    .item__icon {
        min-width: 60px;
        max-width:60px;
        height: 60px;
        margin-bottom: 12px;
    }

    .block-4 {
        padding: 0px;
        background: rgba(245, 245, 247, 1);
    }

    .block-4__main {
        padding: 66px 12px 230px;
        background: url(../images/4_mob1.png) no-repeat bottom 230px right 12px,url(../images/4_mob2.png) no-repeat top 24px right 12px;
    }

    .block-4 h3 {
        margin-bottom: 12px;
    }

    .block-4__right .text {
        line-height: 20px;
    }

    .name_block-4 p:first-child {
        font-size: 20px;
        line-height: 30px;
    }

    .name_block-4 p {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }

    .name_block-4 {
        margin-top: 12px;
    }

    .block-4__left {
        width: 250px;
        left: 10%;
        bottom: -7%;
        position: absolute;
    }

        .block-4__left img {
            width: 100%;
        }

    .block-5 {
        padding: 0px;
    }

    .block-5__main {
        padding: 48px 12px;
        background: url(../images/block-5_mob.png) center;
    }

    .flex_block {
        margin-top: 24px;
    }

    .flex_block__item {
        margin: 6px 0px;
        padding: 12px;
    }

    .block-5 h4 {
        font-size: 24px;
        font-weight: 600;
        line-height: 26px;
        text-align: center;
    }

    .block-6 {
        background: linear-gradient(270deg, #E2E2E0 49.37%, #F5F5F7 100%);
        padding: 0px;
    }

    .block-6__main {
        padding: 60px 12px 285px;
        background: url(../images/block-6-mob.png) no-repeat center bottom;
        position: relative;
    }

    .line {
        width: 296px;
        margin-bottom: 8px;
    }

    .block-6_item {
        flex-direction: column;
        margin-top: 24px;
        align-items: start
    }

    .proc_block {
        margin: 0px 0px 12px;
        font-size: 48px;
        font-weight: 600;
        line-height: 50px;
        text-align: left;
    }

    .leaf {
        display: block;
        position: absolute;
        top: -30px;
        right: 40px;
    }

    .leaf-2 {
        display: block;
        position: absolute;
        bottom: -30px;
        left: 40px;
    }

    .leaf-3 {
        display: block;
        position: absolute;
        bottom: -30px;
        left: 40px;
    }

    .leaf-4 {
        display: block;
        position: absolute;
        bottom: -30px;
        left: 40px;
    }

    .block-7 {
        max-width: 320px;
        padding: 48px 12px 280px;
        margin: auto;
        position: relative;
        background: url(../images/block-7_mob.png) no-repeat center bottom, linear-gradient(0deg, #E2E2E0 49.37%, #F5F5F7 100%);
    }

    body {
        background: linear-gradient(270deg, #E2E2E0 49.37%, #F5F5F7 100%);
    }

    .block-7 h2 {
        margin: 12px 0px 8px;
        font-size: 20px;
        font-weight: 600;
        line-height: 22px;
    }

    .block-7__main {
        padding: 12px;
    }

    .block-8 {
        padding: 48px 0px 0px;
        background: rgba(255, 255, 255, 1);
    }

    video {
        border-radius: 0px;
        margin-top: 24px;
    }

    .block-10 {
        padding: 48px 12px;
        position: relative;
        z-index: 1;
        background: url(../images/block-9_mob.png) no-repeat center top, linear-gradient(180deg, #F5F5F7 0%, #E2E2E0 50.63%);
    }

        .block-10 h3 {
            max-width: 90%;
            margin: auto;
        }

    .slider-1 {
        padding: 12px;
        margin-bottom: 12px;
    }

    .block-10 .intro__btn {
        border: 2px solid rgba(198, 23, 25, 1);
        background: rgba(252, 252, 252, 1);
        color: rgba(198, 23, 25, 1);
    }

    #block-11 h1 {
        display: none;
    }
    #block-11 {
        background: url(../images/block-1_mob.png) no-repeat center top 230px, linear-gradient(0deg, #C9C9C9 0%, #F5F5F7 100%);
    }
    #block-11 .block-1__main {
        padding: 48px 12px 0px;
        background: url(../images/1_mob.png) no-repeat center bottom;
    }
    #block-11 .block-1__left {
        background: rgba(255, 255, 255, 0.9);
        border-radius:32px;
        padding:12px 12px 0px;
        margin-bottom:315px;
    }
    #block-11 h2{
        margin:0px 0px 12px;
    }
    #block-11 .intro__item{
        margin-bottom:16px;
    }
        #block-11 .intro__item p{
            padding:0px;
            background:none;
        }
    #block-11 .sale_block{
        top:-11%;
    }
    #block-11 .block-1__right{
        margin-bottom:24px;
    }
        #block-11 .block-1__form{
            margin-bottom:40px;
        }
    .popUp_main .intro__btn{
        width:100%;
        max-width:280px;
    }
    .popUp_main h2 {
        position: absolute;
        top: 70px;
        left: 50%;
        transform: translate(-50%, 0);
        padding: 12px 0px;
        font-size: 36px;
        font-weight: 600;
        line-height: 54px;
        white-space:nowrap;
    }
    .top_popup{
        padding-bottom:80px;
        position:relative;
    }
    #popup.show{
        padding:12px;
    }
    .popUp_main p{
        padding:12px;
    }
    .top_popup div{
        flex:0 0 auto;
    }
    .top_popup .close img{
        margin-right:12px;
    }
    }



