@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: "Roboto", serif;
}
button {
    outline: none;
    border: none;
    padding: 0;
}
/*button*/
.intro__btn {
    font-family: "Roboto", serif;
    text-align: center;
    background: rgba(249, 56, 39, 1);
    padding: 11px;
    border-radius: 60px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-decoration: none;
    display: block;
    font-size: 22px;
    font-weight: 500;
    line-height: 26.4px;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    cursor: pointer;
    transition: all 0.5s ease;
}
    .intro__btn:hover {
        background: linear-gradient(180deg, #FAD928 0%, #FA5E28 50%, #F13827 100%);
        cursor: pointer;
    }
    .intro__btn:focus {
        background: linear-gradient(180deg, #EED75A 0%, #F87A4E 50%, #EF6A5E 100%);
    }
        /*button*/
        /*general*/
h1 {
    font-family: 'Agency FB';
    text-transform: uppercase;
    font-size: 120px;
    font-weight: 700;
    line-height: 1;
    color: rgba(58, 139, 56, 1);
    margin-bottom:8px;
}
h2 {
    font-size: 36px;
    font-weight: 500;
    line-height: 39.6px;
    color: rgba(35, 48, 34, 1);
    max-width:480px;
    margin-bottom:48px;
}
p {
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
}
.container{
    margin:0px auto;
    max-width:1336px;
    padding:0px 20px;
}
main{
    overflow:hidden;
}
/*BLOCK1*/
.block-1 {
    background:url(../img/block-1_back.png) no-repeat center , linear-gradient(98.49deg, #88D6FA -1.45%, #FFFFFF 32.37%, #8AEAD4 66.18%, #88D6FA 100%);
    padding:94px 0px;
    position: relative;
}
    .block-1 .block-1__main {
    display:flex;
    justify-content:space-between;
}
.block-1__left {
  position:relative;
  width:100%;
}
.product-1{
    position:absolute;
   right:-50px;
    bottom:-180px;
}
.prod_abs-1{
    position:absolute;
    bottom:0;
    right:-380px;
}
.google_block {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 8px 16px 0px rgba(58, 139, 56, 0.24);
    border-radius: 14px;
    padding: 12px;
    width: fit-content;
    margin-top: 48px;
}
    .google_block .google {
        border-left: 1px solid rgba(75, 55, 49, 0.3);
        margin-left:36px;
        padding-left:36px;

    }
.intro__item {
    margin-bottom: 18px;
    display: flex;
    align-items: center;
}
    .intro__item p {
        color: rgba(35, 48, 34, 1);
        font-size: 24px;
        font-weight: 400;
        line-height: 26.4px;
        margin-left: 10px;
    }
    /*
form*/
.block-1__form .text {
    font-size: 24px;
    font-weight: 400;
    line-height: 33.6px;
    text-align: center;
   color: rgba(35, 48, 34, 1);
}
    .block-1__form .text .sale {
        font-size: 32px;
        font-weight: 700;
        line-height: 44.8px;
    }
    .block-1__form .text .data {
        font-size: 24px;
        font-weight: 700;
        line-height: 33.6px;
    }
    .block-1__form .text .product_name {
        font-family: 'Agency FB';
        font-size: 40px;
        font-weight: 700;
        line-height: 56px;
        color: rgba(58, 139, 56, 1);
        text-transform:uppercase;
    }
    .price {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin:30px auto;
    }
.al-cost {
    font-family: "Poppins", serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.5;
    color: rgba(55, 114, 255, 1);
}

.al-cost-promo {
    font-family: "Poppins", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: line-through;
    color: rgba(139, 130, 131, 1);
}

.block-1__form {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.25), 0px 8px 16px 0px rgba(58, 139, 56, 0.24);
    border-radius: 20px;
    padding: 20px 20px 30px;
    width: 340px;
    margin-left: 20px;
}
    .form__wrap {
        position: relative;
        margin-bottom: 15px;
    }
        .form__wrap p {
            font-size: 12px;
            font-weight: 400;
            line-height: 14.06px;
            color: rgba(35, 48, 34, 1);
            margin-bottom: 4px;
        }
.form__input {
    font-family: "Roboto", sans-serif;
    width: 100%;
    box-sizing: border-box;
    height: 48px;
    padding: 0 12px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(157, 145, 167, 1);
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    color: rgba(35, 48, 34, 1);
}
input::placeholder {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    color: rgba(35, 48, 34, 1);
}
input:focus {
    background: rgba(58, 139, 56, 0.1);
    border: 1px solid rgba(58, 139, 56, 1);
    outline: none;
}
form .intro__btn{
    margin-top:28px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.form__input.error {
    background: rgba(255, 0, 0, 0.1);
    border: 1px solid rgba(255, 0, 0, 1);
    color: rgba(255, 0, 0, 1);
}

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

.block-1__right{
    position:relative;
}
.form__input.error ~ label {
    opacity: 1;
}

.al-form .form__input.error + .form__error {
    display: block;
    width: 100%;
    height: 100%;
    color: rgba(255, 0, 0, 1);
    font-size: 11px;
    line-height: 5px;
    position: absolute;
    left: 5px;
    text-align: start;
}

.form__error {
    color: rgba(255, 0, 0, 1);
    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 {
    position: relative;
    overflow: hidden;
    z-index: 2;
    background:url(../img/block-2_back.png) no-repeat center / cover, linear-gradient(270deg, #6A144C 0%, #9C1F51 25%, #95001D 75%, #5E1B1C 100%);
}
.block-2__main {
    position: relative;
    padding: 94px 0px 0px;
    display:flex;
    justify-content:space-between;
    align-items:start;
}
.block-2__right{
    position:relative;
    bottom:0;
    padding-top:80px;
    width:100%;
    display:flex;
    justify-content:center;
}
.arrow-box {
    position:absolute;
    font-size: 24px;
    font-weight: 400;
    line-height: 26.4px;
    background: rgba(49, 11, 26, 1);
    color: #fff; 
    padding: 10px 20px;
    width:fit-content;
}
.arrow-box-2 {
    position: absolute;
    font-size: 24px;
    font-weight: 400;
    line-height: 26.4px;
    background: rgba(49, 11, 26, 1);
    color: #fff;
    padding: 10px 20px;
    width: fit-content;
}


    .arrow-box::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -71.5px; 
        transform: translateY(-50%);
        border-width: 36.5px;
        border-style: solid;
        border-color: transparent transparent transparent rgba(49, 11, 26, 1);
    }
.arrow-box-2::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -71.5px;
    transform: translateY(-50%) rotate(180deg);
    border-width: 36.5px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(49, 11, 26, 1);
}
.block-2__left{
    max-width:400px;
    position:relative;
}
    .block-2__left h3 {
        color:white;
        font-size: 50px;
        font-weight: 500;
        line-height: 55px;
        margin-bottom:8px;
    }
    .block-2__left p  {
    color:white;
}
.arrow-1 {
    top: 0;
    left: 15%;
    transform: rotate(40deg);
}
.arrow-2 {
    top: 20%;
    left: 0;
    transform: rotate(30deg);
}
.arrow-3 {
    top: 50%;
    left: -10%;
    transform: rotate(-10deg);
}
.arrow-4 {
    top: 80%;
    left: -10%;
    transform: rotate(-10deg);
}
.arrow-5 {
    top: 0;
    right: 10%;
    transform: rotate(-40deg);
}

.arrow-6 {
    top: 20%;
    right: 0;
    transform: rotate(-30deg);
}

.arrow-7 {
    top: 50%;
    right: -10%;
    transform: rotate(10deg);
}

.arrow-8 {
    top: 80%;
    right:-10%;
    transform: rotate(20deg);
}
/*BLOCK-2*/
/*BLOCK-3*/
.block-3 {
    overflow:hidden;
    background:url(../img/block-3_back.png) no-repeat center top /cover, linear-gradient(98.49deg, #88D6FA -1.45%, #8AEAD4 32.37%, #FFFFFF 66.18%, #88D6FA 100%);
}
.block-3_right {
    margin: 94px 0px;
    background: rgba(255, 255, 255, 1);
    border-radius: 20px;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.25), 0px 8px 16px 0px rgba(58, 139, 56, 0.24);
    padding:24px;
    width:630px;
    position:relative;
}
    .block-3_right h2{
        margin-bottom:24px;
    }
    .block-3_right p {
        color: rgba(35, 48, 34, 1);
        margin-top:12px;
    }
    .block-3__main {
        display: flex;
        justify-content: right;
        position:relative;
    }
    .block-3__main .prod{
       position:absolute;
       bottom:0;
       left:-300px;
    }
    /*BLOCK-3*/
    /*BLOCK-4*/
.block-4 {
    background: url(../img/block-4_back.png) no-repeat center / cover;
}
.block-4__main {
    padding:94px 0px;
    position:relative;
}
.block-4_left{
    max-width:650px;
}
    .block-4_left h2{
        margin-bottom:30px;
    }
    .block-4_left p {
        color: rgba(35, 48, 34, 1);
        margin-top:12px;
    }
.block-4__man{
    position:absolute;
    bottom:0;
    right:-280px;
}
.author{
    position:absolute;
    top:130px;
    left:50%;
}
/*BLOCK-4*/
/*BLOCK-5*/
.block-5 {
    overflow:hidden;
    background:url(../img/block-5_back.png) no-repeat center, linear-gradient(98.49deg, #88D6FA -1.45%, #FFFFFF 32.37%, #8AEAD4 66.18%, #88D6FA 100%);
}
.block-5__main {
    padding: 94px 0px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 50px;
    position: relative;
}
.block5_left{
    position:relative;
}
.block-5_abs {
    position: absolute;
    left: -60%;
    bottom: 0;
}
.block-5 h2 {
    max-width: 100%;
}
    .block5_right {
        max-width: 850px;
    }
.block-5_flex {
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
    gap:24px;
}
    .block-5_flex div {

        background:url(../img/number/1.png) no-repeat right 20px center, rgba(255, 255, 255, 1);
        box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.25), 0px 8px 16px 0px rgba(58, 139, 56, 0.24);
        border-radius:20px;
        padding:24px;
        position:relative;
        width:calc(50% - 24px);

    }
    .block-5_flex .num-2 {
        background: url(../img/number/2.png) no-repeat right  center, rgba(255, 255, 255, 1);
    }
    .block-5_flex .num-3 {
        background: url(../img/number/3.png) no-repeat right  center, rgba(255, 255, 255, 1);
    }
    .block-5_flex .num-4 {
        background: url(../img/number/4.png) no-repeat right center, rgba(255, 255, 255, 1);
    }
    .block-5_flex div h6 {
        font-size: 28px;
        font-weight: 700;
        line-height: 1;
        color: rgba(58, 139, 56, 1);
        margin-bottom: 8px;
    }
.number {
    position:absolute;
    right:20px;
    top:-20px;
}
        /*BLOCK-5*/
        /*BLOCK-6*/
.block-6 {
    background:url(../img/product/block-6.png) no-repeat center / cover, rgba(237, 238, 240, 1);
    overflow: hidden;
}
.block-6__main {
    display: flex;
    justify-content:end;
    position:relative;
    padding:90px 0px;

}
.block-6 h6 {
    font-size: 50px;
    font-weight: 500;
    line-height: 55px;
    color: rgba(35, 48, 34, 1);
    margin-bottom: 8px;
}
    .block-6 h6 span {
        font-family: 'Agency FB';
        font-size: 54px;
        font-weight: 700;
        line-height: 59.4px;
        color: rgba(58, 139, 56, 1);
        text-transform:uppercase;
    }
.block-6_num{
    margin:30px 0px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    gap:16px;
}
.block-6 .number-6 {
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    color: white;
    background: rgba(58, 139, 56, 1);
    box-shadow: 0px 2px 4px 0px rgba(58, 139, 56, 0.5);
    border-radius: 100px;
    min-width: 40px;
    min-height: 40px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:10px;
}
.number_block-6{
    display:flex;
    align-items:start;
 
}
    .number_block-6 h5 {
        color: rgba(58, 139, 56, 1);
        font-size: 28px;
        font-weight: 700;
        line-height: 28px;
        margin-bottom:8px;
    }
.block-6__right{
    max-width:680px;
    position:relative;
}
/*BLOCK-6*/

/*BLOCK-8*/
.block-8 {
    background: url(../img/block-7.png) no-repeat center / cover;
    padding: 94px 0px;
}

video{
    border-radius:20px;
    width:100%;
}

/*BLOCK-8*/
/*BLOCK-10*/
.block-7 {
    background:url(../img/product/block-8.png) no-repeat center / cover;
    padding: 94px 0px;
    position:relative;
}
.block-7 h6 {
    font-size: 50px;
    font-weight: 500;
    line-height: 55px;
    color: rgba(35, 48, 34, 1);
    text-align:center;
}

    .block-7 h6 span {
        font-family: 'Agency FB';
        font-size: 54px;
        font-weight: 700;
        line-height: 59.4px;
        color: rgba(58, 139, 56, 1);
        text-transform: uppercase;
    }
    .block-7 .intro__btn {
        max-width: fit-content;
        text-transform: none;
        padding: 11px 24px;
        text-transform: uppercase;
        color: rgba(58, 139, 56, 1);
        background: rgba(255, 255, 255, 1);
        border: 1px solid rgba(58, 139, 56, 1)
    }

.slider{
    margin:48px 0px;
}
.slider-1 {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 8px 0px rgba(58, 139, 56, 0.24);
    padding: 24px;
    border-radius: 20px;
}
.one-block-slider {
    display: flex;
}
.slider-1 div{
    order:2;
}
.one-block-slider .name {
    font-size: 20px;
    font-weight: 700;
    line-height: 23.44px;
    color: rgba(35, 48, 34, 1);
    margin-bottom: 8px;
}
    .comment-name {
        display: flex;
        align-items: center;
    }
.comment-name div {
    margin-left: 12px;
}

.comment-text p {
    color: rgba(35, 48, 34, 1);
    font-size: 18px;
    font-weight: 300;
    line-height: 23.4px;
    margin-top: 12px;
}
.custom-arrows {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position:absolute;
    top:25%;
    left:-8%;
    right:-8%;

}
.rev-slider{
    position:relative;
}
.paginate {
    border: none;
    background: none;
    cursor: pointer;
    box-shadow: 0px 8px 16px 0px rgba(58, 139, 56, 0.24);
    border-radius: 100%;

}


.slick-slide {
    margin: 0 12px;
    max-width: 416px !important;
}
.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(253, 253, 253, 1);
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.25), 0px 8px 16px 0px rgba(58, 139, 56, 0.24);
    border-radius: 20px;
    max-width: 850px;
    position: relative;
    padding: 48px;
}
    .popUp_main h6 {
        font-size: 24px;
        font-weight: 500;
        line-height: 26.4px;
        text-align: left;
        color: rgba(35, 48, 34, 1);
    }
    .popUp_main p {
        color: rgba(35, 48, 34, 1);
        font-size: 24px;
        font-weight: 400;
        line-height: 31.2px;
        text-align: center;
        max-width:600px;
        margin: 25px auto 48px;
    }
    .popUp_main .img {
       width:100%;
    }
.popUp_main .intro__btn {
    max-width: 300px;
}
    .close {
        position: absolute;
        top: 25px;
        right: 25px;
        cursor: pointer;
    }
#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(0, 0, 0, 0.8);
    height: fit-content;
    justify-content: space-between;
}

    .floating__block .intro__btn {
       max-width:360px;
       display:flex;
       justify-content:center;
    }

    .floating__block.active {
        bottom: 0;
    }

    @media (max-width: 1550px) {
        .block-7 .container{
            max-width:1200px;
        }
    }

    @media (max-width: 1500px) {
        .block-2__main{
            flex-direction:column;
        }
        .block-2__right{
            width:900px;
            margin:100px auto 0px;
        }
        .block-2__left{
            max-width:100%;
        }
        .google_block{
            position:relative;
        }
    }
@media (max-width: 1400px) {
    .block-7 .container {
        max-width: 1100px;
    }
}
@media (max-width: 1300px) {
    .custom-arrows{
        display:none;
    }
    .product-1 {
        bottom: 0;
        right: -90px;
        width: 500px;
    }

.product-1 img{
    width:100%;
}
.prod_abs-1{
    width:auto!important;
    bottom:-200px;
}
.block-3__main .prod{
    left:-400px;
}
    .block-4__man{
        right:-400px;
    }
    .block-1 {
        background: url(../img/block-1_back.png) no-repeat center left, linear-gradient(98.49deg, #88D6FA -1.45%, #FFFFFF 32.37%, #8AEAD4 66.18%, #88D6FA 100%);
    }
    .prod_abs-1 {
        display: none;
    }
}
@media (max-width: 1200px) {
    .block-3__main .prod {
        left: 50%;
        transform: translate(-50%, 0);
        bottom: auto;
        top: 0;
        width: 700px;
    }

    .block-3__main {
        justify-content: center;
    }

    .block-3_right {
        margin-top: 500px;
    }

    .block-4_left {
        max-width: 100%;
    }

    .block-4__man {
        position: static;
        display: flex;
        margin: auto;
        width: 700px;
    }

    .block-4__main {
        padding-bottom: 0;
    }

    .author {
        top: auto;
        bottom: 600px;
        left: 10%;
        width: 200px;
    }

    .block-5__main {
        flex-direction: column;
    }

    .block5_right {
        order: -1;
        max-width: 100%;
    }

    .block-5 {
        background: linear-gradient(98.49deg, #88D6FA -1.45%, #FFFFFF 32.37%, #8AEAD4 66.18%, #88D6FA 100%);
        overflow: hidden;
    }

    .block-5_abs {
        left: 70%;
        bottom: -2%;
        transform: translate(-50%, 0);
    }

    .block5_left {
        margin: auto;
        left: 150px;
    }

    .block-6__right {
        max-width: 100%;
        
    }

    .block-6 {
        background: url(../img/block-6_mob.png) no-repeat center bottom, rgba(237, 238, 240, 1);
        padding-bottom: 380px;
    }
    .block-7 .container {
        max-width: 100%;
    }
    .rev-slider{
        margin-right:-20px;
    }
    .product-1{
        width:400px;
    }

}
@media (max-width: 1100px) {
    .block-1 .block-1__main{
        flex-direction:column;
    }
    .product-1{
        right:0;
        width:500px;
    }
    .block-1__form {
        max-width: 500px;
        margin: 50px auto 0px;
        width: 100%;
    }
    .arrow-box {
        position: relative;
        transform: none;
        left: 0;
        right: auto;
    }
    .arrow-box-2 {
        position: relative;
        left: 0;
        right: auto;
        transform: none;
    }
    .block-2__right{
        flex-direction:column;
        gap:4px;
        margin-bottom:50px;
    }
    .arrow-box-2::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -71.5px;
        left:auto;
        transform: translateY(-50%);
        border-width: 36.5px;
        border-style: solid;
        border-color: transparent transparent transparent rgba(49, 11, 26, 1);
    }
    .abs_block2{
        width:600px;
        margin-left:auto;
        position:absolute;
        right:-50px;
        bottom:-50px;
    }
}
@media (max-width: 900px) {
    .product-1{
        width:400px;
        right:-20px;
    }
    #popup.show{
        padding:0px 20px;
    }
}
    @media (max-width: 768px) {
        .block-1__right {
            position: static;
        }

        .floating__block {
            display: block;
        }

        .google_block {
            display: flex;
            flex-direction: column;
            margin:0px;
            order: -1;
        }

            .google_block .google {
                border-top: 1px solid rgba(75, 55, 49, 0.3);
                border-left: none;
                margin-left: 0px;
                padding-left: 20px;
                padding-right: 20px;
                padding-top: 12px;
                margin-top: 12px;
         
            }
        .block-1__left{
            display:flex;
            flex-direction:column;

        }
        h1 {
            font-size: 80px;
            font-weight: 700;
            line-height: 80px;
            margin-bottom:0;
        }
        h2 {
            font-size: 24px;
            font-weight: 500;
            line-height: 26.4px;
            margin-bottom:12px;
        }
        .intro__item {
            background: rgba(255, 255, 255, 0.8);
            border-radius: 20px;
            box-shadow: 0px 8px 16px 0px rgba(58, 139, 56, 0.24);
            padding:14px 12px;
            display: flex !important;
        }
            .intro__item p {
                font-size: 20px;
                font-weight: 400;
                line-height: 22px;
            }
            .f-screen__slider .slick-slide {
                max-width: 100% !important;
            }

        .f-screen__slider {
            margin-top: 150px;
            margin-bottom:40px;
        }

        .block-1 {
            padding: 58px 0px 0px;
        }

        .container {
            padding: 0px 12px;
        }

        .block-1 .block-1__main {
            position: relative;
        }

        .price {
            background: rgba(255, 255, 255, 0.8);
            box-shadow: 0px 8px 16px 0px rgba(58, 139, 56, 0.24);
            border-radius: 20px;
            padding: 20px;
            width: fit-content;
            position: absolute;
            top: 235px;
            left: 0;
            margin: 0;
        }

        .al-cost-promo {
            font-size: 20px;
            font-weight: 400;
            line-height: 30px;
        }

        .al-cost {
            font-size: 40px;
            font-weight: 600;
            line-height: 60px;
            color: rgba(249, 56, 39, 1);
        }

        .block-1__form {
            padding: 24px 12px;
            border-radius:0;
            max-width:400px;
            margin:12px auto 0px;
        }

        .intro__item {
            margin-bottom: 0px;
        }

        .block-1 {
            background:url(../img/block-1_mob.png) no-repeat center top 40px, linear-gradient(180deg, #88D6FA 0%, #EFFCF9 40.9%, #8AEAD4 77.9%, #88D6FA 100%);
        }

        .block-1__right {
            margin: 0px -12px;
        }


        .product-1 {
            left: 55%;
            transform: translateX(-50%);
            top: 220px;
            width: 100%;
            max-width: 200px;
        }

        .product-1{
            top:210px;
            left:auto;
        }
        .block-2__main{
            padding:48px 0px;
        }
        .block-2__left h3 {
            font-size: 36px;
            font-weight: 500;
            line-height: 39.6px;
            margin-bottom:4px;
        }
        .abs_block2{
           right:0;
            width:280px;
        }
        .block-2__right{
            width:100%;
            margin:auto;
            padding-top:20px;
        }
        .arrow-box {
            font-size: 20px;
            font-weight: 400;
            line-height: 22px;
        }
        .arrow-box-2 {
            font-size: 20px;
            font-weight: 400;
            line-height: 22px;
        }
        .arrow-box::after {
            border-width: 32.8px;
            right:-64px;
        }
        .arrow-box-2::after {
            border-width: 32.8px;
            right: -64px;
        }
        .block-3_right{
            padding:12px;
            margin:300px auto 12px;
        }
        .block-3__main .prod{
            width:400px;
        }
        .block-4__main{
            padding:48px 0px 0px;
        }
        .block-4__man{
            width:400px;
            margin-right:0;
        }
        .author{
            width:160px;
            bottom:330px;
            left:12px;
        }
        .block-5__main{
            padding:48px 0px;
        }
        .block-5_flex div{
            width:100%;
        }
        .block-5_flex{
            gap:12px;
            margin:24px auto 0;
        }
        .block5_right{
            width:100%;
        }
        .block-5_flex div{
            padding:12px;
        }
        .block5_left img{
            width:180px;
        }
        .block-5_abs{
            width:1000px;
            bottom:0;
            left:50%;
        }
        .block5_left{
            left:0px;
        }
        .block-5 {
            background:linear-gradient(98.49deg, #88D6FA -1.45%, #FFFFFF 32.37%, #8AEAD4 66.18%, #88D6FA 100%);
        }
        .block-6__main{
            padding:48px 0px;
        }
        .block-6 h6 {
            font-size: 36px;
            font-weight: 500;
            line-height: 39.6px;
        }
            .block-6 h6 span {
                font-size: 40px;
                font-weight: 700;
                line-height: 44px;
            }
        .block-6_num{
            margin:12px 0px;
        }
        .block-8{
            padding:24px 0px;
        }
        .block-7{
            padding:48px 0px;
            background:url(../img/product/block-7_mob.png) no-repeat center bottom / cover;
        }
        .slider{
            margin:24px 0px;
        }
        .block-7 .intro__btn{
            margin:150px auto 0px;
        }
        .block-7 .slick-slide {
            margin: 0px 6px !important;
            width: 284px !important;
        }
        h1{
            margin:5px 0px;
        }
        .popUp_main{
            padding:24px;
        }
        .block-1__form .text{
            margin-bottom:20px;
        }
    }

@media (max-width: 500px) {
    .product-1{
        top:230px;
        transform:none;
    }
    .abs_block2{
        position:static;
        margin-left:0;
        margin-bottom:-5px;
    }
    .arrow-box{
        width:90%;
    }
    .arrow-box-2 {
        width: 90%;
    }
    .price{
        top:270px;
    }
    h2{
        max-width:300px;
    }

}
@media (max-width: 400px) {
    .block-6 {
        background: url(../img/block-6_mob.png) no-repeat left -500px bottom, rgba(237, 238, 240, 1);
    }
}