
@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", sans-serif;
    background: #C6ECEA;
}
button {
    outline: none;
    border: none;
    padding: 0;
}
#wrapper {
    display: flex;
    flex-direction: column;
}
/*button*/
.intro__btn {
    font-family: "Roboto", sans-serif;
    background: rgba(234, 67, 53, 1);
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 10px 20px 0px rgba(9, 120, 119, 0.6);
    padding: 12px 0px;
    border-radius: 60px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border: none;
    text-decoration: none;
    display: block;
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    font-weight: 900;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
}
    .intro__btn:hover {
        background: rgba(190, 21, 6, 1);
        cursor:pointer;
    }
    .intro__btn:focus {
        background: rgba(234, 67, 53, 1);
    }
    /*button*/
    /*general*/
h1 {
    font-family: "Roboto Condensed", sans-serif;
    color: rgba(255, 255, 255, 1);
    font-size: 140px;
    font-weight: 500;
    line-height: .8;
    text-transform: uppercase;
    margin-bottom: 20px;
}
h2 {
    color: rgba(0, 0, 0, 1);
    font-size: 36px;
    font-weight: 300;
    line-height: 1.13;
}
h3 {
    font-family: "Roboto Condensed", sans-serif;
    color: rgba(39, 171, 164, 1);
    font-size: 60px;
    font-weight: 500;
    line-height: 51.6px;
    text-transform: uppercase;
}
h4 {
    color: rgba(0, 0, 0, 1);
    font-size: 36px;
    font-weight: 600;
    line-height: 41.4px;
    margin:16px 0px 20px;
}
h5 {
    font-family: "Roboto Condensed", sans-serif;
    color: rgba(255, 255, 255, 1);
    text-shadow: 0px 4px 10px rgba(9, 120, 119, 0.4);
    font-size: 100px;
    font-weight: 900;
    line-height: 86px;
    letter-spacing: -0.04em;
    text-transform: uppercase;
}
    h5 span {
        display:block;
        margin-left: 130px;
    }
p {
   color: rgba(0, 0, 0, 1);
    font-size: 18px;
    font-weight: 300;
    line-height: 20.7px;
}
    p span {
        font-weight: 600;
    }
.container{
    margin:auto;
    max-width:1440px;
    padding:0px 20px;
}
main{
    overflow:hidden;
}
/*BLOCK1*/

.block-1 .container .main_block {
    background: url(../img/block-1.png) no-repeat left 51% top, linear-gradient(107.22deg, #73D4CF 30.27%, #B6EFEC 67.25%);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    display: flex;
    justify-content: space-between;
    padding:75px 80px;
}

.block-1 .container .main_block-top {
padding-bottom:160px;
}
.left_block{
    max-width:600px;
    position:relative;
}
.block-1 .left_block h2 {
    max-width: 80%;
}
.google_block {
    background: rgba(190, 255, 252, 1);
    border-radius: 22px;
    box-shadow: 0px 10px 20px 0px rgba(9, 120, 119, 0.6);
    padding: 4px 10px;
    text-align: center;
}


.google_block img{
    width:100%;
}
.intro {
    margin-top: 40px;
    display: flex;
}
.intro__item {
    padding: 10px ;
    border-radius: 60px;
    display: flex;
    align-items: center;
    width:fit-content;
    margin:0px 8px;
}

    .intro__item img {
        margin-right: 6px;
    }

    .intro__item div p {
        color: rgba(255, 255, 255, 1);
        font-size: 18px;
        font-weight: 700;
        line-height: 1.2;
    }

.item-1 {
    background: rgba(104, 217, 211, 1);
    margin-left:0;
}

.item-2 {
    background: rgba(91, 203, 197, 1);
}

.item-3 {
    background: rgba(79, 192, 186, 1);
}

/*
form*/
.form_container {
    border-radius: 20px;
    z-index: 1;
    box-shadow: 0px 10px 20px 0px rgba(9, 120, 119, 0.6);
}

.order-block {
    max-width: 400px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 10px 20px 0px rgba(9, 120, 119, 0.3);
    padding: 14px 14px 18px;
    border-radius: 20px;
}

.price {
    padding: 6px 20px 6px 0px;
    border-radius: 20px;
    margin-bottom: 40px;
    width: fit-content;
    background: rgba(206, 245, 243, 1);
    box-shadow: 0px 4px 10px 0px rgba(9, 120, 119, 0.3);
    display: flex;
    align-items: center;
    position:relative;
    margin-left:30px;
    margin-right:10px;
}
.price_text{
    position:absolute;
    left:-20px;
    width:fit-content;
}
    .price_text p {
        color: rgba(255, 255, 255, 1);
        font-size: 17px;
        font-weight: 900;
        line-height: 20px;
        letter-spacing: -0.04em;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .cost{
        margin-left:120px;
    }
.al-cost {
    color:#097877 ;
    font-size: 54px;
    font-weight: 900;
    line-height: 48.06px;
    display:block;

}

.al-cost-promo {
    color: #097877;
    font-size: 24px;
    font-weight: 400;
    line-height: 21.36px;
    text-align: left;
    text-decoration: line-through;
    display: block;
    margin-bottom:4px;
    margin-left:4px;
}

.intro__form{
    max-width:320px;
    margin:0px auto 40px;
}
.form__wrap p {
    font-size: 14px;
    font-weight: 400;
    line-height: 12px;
    color: rgba(9, 120, 119, 0.3);
    margin-bottom: 6px;
}

.form__wrap {
    position: relative;
    margin-bottom: 20px;
}

.form__input {
    width: 100%;
    box-sizing: border-box;
    height: 50px;
    padding: 0 12px;
    border: 1px solid rgba(9, 120, 119, 0.3);
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    color: rgba(9, 120, 119, 0.6);
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
}

input::placeholder {
    color: rgba(9, 120, 119, 0.6);
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
}


.form__input.success {
    border: 1px solid rgba(9, 120, 119, 1)
}

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

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

.form__input:focus {
    border: 1px solid rgba(9, 120, 119, 1);
}

.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;
    left: 0;
    text-align: left;
}

input.error {
    background: rgba(182, 239, 236, 0.2);
}

.form__error {
    color: #f42222;
    display: block;
    font-size: 12px;
    margin-top: 3px;
    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{
    margin-top:-60px;
}
.block-2 .container .main_block {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 10px 20px 0px rgba(9, 120, 119, 0.6);
    border-radius: 40px;
    padding: 40px 80px;
}
.flex-block{
    display:flex;
    justify-content:space-between;
}
    .flex-block p{
        width:47%;
    }
    /*BLOCK-2*/
/*BLOCK-3*/
.block-3 .container .main_block {
    padding:120px 90px 114px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.block-3 h4{
    text-align:center;
}
video {
    box-shadow: 0px 10px 20px 0px rgba(9, 120, 119, 0.6);
    border-radius:20px;
}
.block-3 .img-abs-1 {
    position: absolute;
    top: -50%;
    right: -31%;
    z-index: -1;
}
.block-3 .img-abs-2 {
    position: absolute;
    left:-35%;
    bottom:-45%;
}
.block-3 .main_block_back {
    background:url(../img/video-2.png) no-repeat center top;
}
/*BLOCK-3*/
/*BLOCK-4*/
.block-4 .container .main_block {
    padding: 0px 50px 114px;
}
    .block-4 .container {
        max-width:1295px;
    }
    .flex-block-4 {
        display: flex;
        justify-content: space-between;
    }
.advantages-block {
    box-shadow: 0px 10px 20px 0px rgba(9, 120, 119, 0.6);
    border-radius: 20px;
    padding: 157px 22px 20px;
     width:345px;
     height:fit-content;
}
.advantages-block-2 {
    background: url(../img/block-3-1.png) no-repeat top 20px left, rgba(255, 255, 255, 1);

}

    .advantages-block h4 {
        font-size: 24px;
        line-height: 27.6px;
        margin:0px 0px 10px;
    }
.advantages-block-3 {
    background: url(../img/block-3-2.png) no-repeat top 20px left, rgba(255, 255, 255, 1);
}

.advantages-block-4 {
    background: url(../img/block-3-3.png) no-repeat top -10px right, rgba(255, 255, 255, 1);

}
/*BLOCK-4*/
/*BLOCK-5*/
.block-5 .container .main_block {
    border-radius:40px;
    padding: 32px 50px 20px 0px;
    background: rgba(159, 230, 226, 1);
    box-shadow: 0px 0px 20px 0px rgba(9, 120, 119, 0.6);
    display:flex;
    justify-content:space-between;
}
.block-5 .logo-img{
    margin:0px auto 16px;
    display:block;
}
.block-5 .intro__item{
    border-radius:0px 60px 60px 0px;
    padding-left:122px;
    margin:0px 0px 10px;
}
.block-5 h5{
    margin-left:50px;
}
.left_block-5{
    max-width:700px;
}
.item-4 {
    background: rgba(39, 171, 164, 1);
    box-shadow: 0px 10px 20px 0px rgba(9, 120, 119, 0.6);
    padding: 12px 15px;
    display:flex;
    align-items:center;
    width:100%;
}
    .item-4 .price_block-5 .al-cost {
        color:  #FFFFFF;
    }
    .item-4 .price_block-5 .al-cost-promo {
        color: #FFFFFF;
    }
    .item-4 .intro__btn{
        padding:12px 75px;
      

    }
    .item-4  .visible_button_js {
        margin-left: 40px;
    }
.block-5 .flex_block {
    display: flex;
    padding: 30px 0px 0px 50px;
}
        .block-5 .flex_block img{
            width:69px;
            margin-right:8px;
            height:69px;
          
        }
.img_block-5{
    margin-top:-40px;
}
/*BLOCK-5*/
/*BLOCK-6*/
.block-6{
    margin-top:-60px;
    margin-bottom:-40px;
    position:relative;
}
.block-6 .container .main_block {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 10px 20px 0px rgba(9, 120, 119, 0.6);
    border-radius: 40px;
    padding: 40px 80px 56px;
}
.block-6 .container6 p {
    display: flex;
    align-items: center;
    margin: 0px 0px 26px;
    width:100%;
}
.block-6 .container6 p img{
    margin-right:5px;
}
    .block-6 .container6 {
  width:350px;
}

.main_block5 {
    position: relative;
}
    .main_block5 img{
        width:100%;
    }
    .before_img {
        position: relative;
        width: 173px;
        border-radius: 25px;
    }

.after_img {
    position: absolute;
    top: -16px;
    right: 0;
    width: 206px;
    box-shadow: 0px 10px 20px 0px rgba(9, 120, 119, 0.6);
    border-radius: 25px;
}

.main_block5 .text_block {
    color: rgba(255, 255, 255, 1);
    font-size: 22.34px;
    font-weight: 900;
    line-height: 25.69px;
    text-align: center;
    background: rgba(86, 194, 189, 1);
    border-radius: 0px 0px 25px 25px;
    padding: 7px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
/*BLOCK-6*/
/*BLOCK-8*/
.block-8 .container .main_block {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 10px 20px 0px rgba(9, 120, 119, 0.6);
    border-radius: 40px;
    padding: 60px 80px 50px;
    position:relative;
}
.block-8 .abs-9{
    position:absolute;
    top:90px;
    right:10px;
}
.comparison_block {
    position: relative;
    padding-top: 180px;
    max-width: 710px;
}
    .comparison_block .us{
        position:absolute;
        top:-20px;
        right:90px;
    }
    .block-8 .another_char ul li img {
        width: 16px;
        height: 16px;
        margin-right: 10px;
        display: block;
    }
.block-8 .product_char ul li img {
    width: 25px;
    height: 25px;
    margin-right:10px;
}
.product_char {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 15.76px 63.06px 0px rgba(9, 120, 119, 0.6);
    max-width: 385px;
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 1;
    padding: 130px 30px 40px;
    border-radius: 20px;
}

.block-6-img-1 {
    position: absolute;
    top: 5px;
    left: 0;
}

.block-6-img-2 {
    position: absolute;
    top: -20px;
    right: -50px;
}

.another_char {
    background: rgba(156, 217, 214, 1);
    max-width: 360px;
    margin-left: auto;
    margin-right: 0px;
    position: relative;
    padding: 35px 25px 25px 50px;
    border-radius:20px;
}

    .another_char ul li {
        color: rgba(255, 255, 255, 1);
        font-size: 22.07px;
        font-weight: 400;
        line-height: 22.07px;
        margin-top: 12px;
        display:flex;
        align-items:start;
    }

    .another_char h6 {
        color: rgba(255, 255, 255, 1);
        font-size: 26px;
        font-weight: 900;
        line-height: 1;
        text-transform: uppercase;
        padding-bottom: 10px;
    }



.comparison_block div ul {
    list-style: none;
}

.product_char ul li {
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
    font-weight: 400;
    line-height: 19.8px;
    padding-top: 16px;
    display: flex;
    align-items: center;
}

    .product_char ul li img {
        margin-right: 4px;
    }

.product_char h6 {
    font-size: 28px;
    font-weight: 900;
    line-height: 30.8px;
    color: rgba(86, 194, 189, 1);
    text-transform: uppercase;
    width: 90%;
}

.char_block {
    margin-top: 90px;
    position: relative;
}

    .char_block .main_block1 {
        display: flex;
        flex-wrap: wrap;
        max-width:1000px;
        margin-top: 30px;
    }

        .char_block .main_block1 div {
            margin:10px 60px 10px 0px;
            width: 188px;
        }

        .char_block .main_block1 .title {
            color: rgba(39, 171, 164, 1);
            font-size: 18px;
            font-weight: 400;
            line-height: 20.7px;
            margin-bottom: 4px;
        }

        .char_block .main_block1 .text {
            font-size: 20px;
            font-weight: 300;
            line-height: 23px;
        }
/*BLOCK-8*/
/*BLOCK-10*/
.block-10 .container{
    max-width:1188px;
}
.reviews {
    padding: 90px 0px;
}


.slider-1 {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 6px 12px 0px rgba(14, 32, 50, 0.2);
    border-radius: 20px;
    padding: 20px;
    margin:20px 0px;
}

.one-block-slider {
    display: flex;
}

    .one-block-slider .name {
        font-size: 22px;
        font-weight: 800;
        line-height: 26px;
        margin-bottom: 4px;
    }

.comment-name {
    display: flex;
    align-items: center;
}

    .comment-name div {
        margin-left: 12px;
    }


.comment-text p {
    margin: 12px 0px;
}

.char_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin: 12px 0px 20px;
}

.slick-dots {
    margin-top: 40px;
    z-index: 1;
    display: flex;
    justify-content: center;
    margin: 20px 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: 250%;
        font-size: 0;
        border: none;
        outline: transparent;
        cursor: pointer;
        background: rgba(9, 120, 119, 0.3);
        padding: 0px;
        margin: 0px 4px;
    }

    .slick-dots li.slick-active button {
        width: 70px;
        border-radius: 20px;
        background: rgba(9, 120, 119, 1);
    }

.paginate {
    border: none;
    background: none;
    cursor: pointer;
    opacity:50%;
}
    .paginate:hover{
        opacity:1;
    }
    .paginate.right {
        position: absolute;
        right: 25%;
        bottom: 0;
    }

    .paginate.left {
        position: absolute;
        left: 25%;
        bottom:0;
        transform: rotate(180deg);
    }
 .slick-slide {
    margin: 0 12px;
    max-width: 380px;
}

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

    .floating__block .intro__btn {
        box-shadow: 0px 10px 20px 0px rgba(9, 120, 119, 0.6);
    }

    .floating__block.active {
        bottom: 0;
    }

.floating-image-1 {
    animation: levitation linear reverse infinite;
}
.google_block-top {
    display: none;
}
h1 img{
    display:none;
}
.dop_btn{
    display:none;
}
.item-3 p{
    font-weight:900!important;
}
@media (max-width: 1400px) {
    .block-1 .container .main_block {
        padding: 75px 20px;
    }
    .order-block{
        max-width:320px;
    }
    .cost{
        margin-left:90px;
    }
    .price {
        margin-left: 20px;
        padding: 15px 20px 15px 0px;
    }
    .al-cost {
        font-size: 40px;
        line-height: 35.6px;
    }
    .al-cost-promo {
        font-size: 18px;
        line-height: 16.02px;
    }
    .block-2 .container .main_block {
        padding: 40px;
    }
    .block-2{
        margin-top:-30px;
    }
    .block-3 .container .main_block {
        padding: 180px 40px 114px;
        flex-direction:column;
    }
    .video_block{
        margin-top:40px;
    }
    .block-4 .container .main_block {
        padding: 0px 20px 114px;
    }
    .advantages-block {
        padding: 157px 15px 20px;
        width:300px;
        background-size:contain;
    }
    .block-5 .container .main_block{
        padding-bottom:150px;
        position:relative;
        overflow:hidden;
    }
    .img_block-5 {
        position: absolute;
        right: 0;
        top:0;
    }
    .left_block-5{
        position:relative;
        z-index:1;
    }
    .block-6 .container .main_block {
        padding: 40px 20px 56px;
    }
    .block-6 .container6{
        width:286px;
    }
    .after_img {
        width: 166px;
        top: -13px;
    }
    .before_img{
        width:140px;
    }
    .main_block5 .text_block {
        font-size: 18px;
        line-height: 20.7px;
        padding:5px;
    }
    .block-8 .abs-9{
        display:none;
    }
    .comparison_block{
        margin:auto;
    }
    .char_block .main_block1{
        max-width:100%;
    }
    .block-8 .container .main_block {
        padding: 60px 20px 50px;
    }
}

@media (max-width: 1024px) {

    .block-1 .container .main_block {
        flex-direction: column;
        align-items: center;
        background: url(../img/block-1.png) no-repeat right -100px top, linear-gradient(180deg, #73D4CF 12.5%, #B6EFEC 44.5%);
    }
    .order-block {
        margin-top: 40px;
        max-width: 450px;
    }
    .intro__form{
        max-width:400px;
    }
    .flex-block{
        flex-direction:column;
    }
        .flex-block p{
            width:100%;
            margin-top:10px;
        }
    .flex-block-4{
        flex-wrap:wrap;
        justify-content:center;
    }
    .advantages-block{
        margin:10px;
    }
    .img_block-5{
        top:30%;
    }
    .img_block-5 img {
        max-width: 350px;
    }
    .block-6 .flex-block{
        align-items:center;
    }
    .container6{
        margin-bottom:40px;
    }
    
    .slick-slide{
        max-width:100%;
    }
    .rev-slider{
        max-width:700px;
        margin:auto;
    }
}

@media (max-width: 768px) {

    .slick-dots li button {

        height: 6px;
        width: 6px;

    }

    .slick-dots li.slick-active button {
        width: 59px;
    }
        body {
        background: rgba(182, 239, 236, 1);
    }

    .container {
        padding: 0px 10px;
    }

    h1 {
        line-height: .8;
        font-size: calc(40px + 30 * (100vw - 320px) / 448);
        max-width: 80%;
    }

    h2 {
        font-size: 22px;
        line-height: 25.3px;
    }

    h3 {
        font-size: 40px;
        line-height: 34.4px;
        margin: 0px 10px;
    }

    h4 {
        font-size: 20px;
        line-height: 23px;
        margin: 16px 10px 20px;
    }

    h5 {
        font-size: 47px;
        line-height: 45.58px;
    }

    .block-1 .container .main_block {
        align-items: start;
    }

    .google_block-top {
        width:100%;
        display: block;
        margin: 10px 0px;
        max-width: 100%;
    }

    .google_block {
        padding: 4px 25px;
        border-radius: 16px;
    }

    .order-block .google_block {
        display: none;
    }

    .block-1 .container .main_block {
        background: url(../img/block-1-mob.png) no-repeat bottom 56% right, linear-gradient(180deg, #73D4CF 12.5%, #B6EFEC 44.5%);
        box-shadow: none;
        border-radius: 40px;
        display: flex;
        justify-content: space-between;
        padding: 0px 20px;
    }

    .left_block {
        max-width: 100%;
        position: relative;
        margin: 10px 0px 10px;
    }

    h1 img {
        display: block;
        width: 60%;
        margin-bottom: 20px;
    }

    .intro__item {
        padding: 10px 10px 10px 20px;
        border-radius: 0px 60px 60px 0px;
        margin-bottom: 6px;
        width: 200px;
    }

        .intro__item div p {
            font-size: 16px;
            font-weight: 400;
        }

    .block-1 .intro {
        flex-direction: column;
        margin-left: -20px;
        margin-top: 30px;
    }

    .intro__item {
        margin: 0px 0px 6px;
    }

    .order-block {
        width: 100%;
        margin: 57px auto 35px;
        background: rgba(255, 255, 255, 0.8);
        padding: 20px 10px;
    }

    .form__input {
        border: 1px solid rgba(9, 120, 119, 0.2);
        background: rgba(182, 239, 236, 0.2);
    }

    .block-2 {
        margin: 20px 0px 40px auto;
    }

        .block-2 .container .main_block {
            border-radius: 40px 0px 0px 40px;
            padding: 40px 20px;
        }

    .block-3 .container .main_block {
        padding: 40px 20px 20px;
        position: relative;
    }

    .block-3 .img-abs-2 {
        position: absolute;
        left: -70px;
        transform: rotate(10deg);
        bottom: auto;
        top: 25%;
        height: 40%;
    }

    .block-3 .left_block {
        position: static;
    }

    video {
        width: 100%;
    }

    .video_block {
        margin-top: 10px;
    }

    .block-3 .img-abs-1 {
        position: absolute;
        top: 0%;
        right: -100px;
        height: 40%;
        z-index: 1;
    }

    h5 span {
        margin-left: 60px;
    }

    .block-4 .container .main_block {
        padding: 40px 20px;
    }

    .advantages-block {
        padding: 155px 20px 20px;
        width: 100%;
    }

    .advantages-block-2 {
        background: url(../img/block-3-1.png) no-repeat top 20px left, rgba(234, 255, 254, 1);
        border-radius: 20px 0px 0px 20px;
        margin: 10px -20px 10px auto;
    }

    .advantages-block-3 {
        background: url(../img/block-3-2.png) no-repeat top 20px left, rgba(234, 255, 254, 1);
        border-radius: 0px 20px 20px 0px;
        margin: 10px auto 10px -20px;
    }

    .advantages-block-4 {
        padding: 180px 20px 20px;
        background: url(../img/block-3-3.png) no-repeat top right, rgba(234, 255, 254, 1);
        border-radius: 20px 0px 0px 20px;
        margin: 10px -20px 10px auto;
    }

    .block-5 .container .main_block {
        background: rgba(182, 239, 236, 0);
        box-shadow: none;
        border-radius: 0px;
        padding: 20px 15px 20px;
    }

    .block-5 .intro__item {
        padding: 10px 20px;
        margin: 0px auto 10px -10px;
    }

    .item-4 {
        min-width: 200px;
        width: fit-content;
    }

        .item-4 .intro__btn {
            display: none;
        }

    .dop_btn {
        display: block;
        margin: 87px auto 0px;
        max-width: 350px;
    }

    .block-5 .intro__slider {
        width: 100%;
    }

    .block-5 .flex_block {
        padding: 30px 0px 0px;
    }

    .block-5 h5 {
        width: fit-content;
        margin: auto;
    }

    .block-5 .logo-img {
        width: 188px;
    }

    .block-6 {
        margin: 50px 0px -30px;
        z-index: 1;
    }

    .block-3 .main_block_back {
        background: url(../img/video-2.png) no-repeat center top;
    }
    #block-7 .container .main_block{
        padding-top:60px;
    }
    .block-8 .container .main_block {
        background: rgba(255, 255, 255, 0);
        box-shadow: none;
        border-radius: 0px;
        padding:40px 20px;
    }
    .product_char {
        max-width: 240px;
        top: 20px;
        left: 0;
        z-index: 1;
        padding: 80px 10px 16px 23px;
        border-radius: 20px;
        overflow:hidden;
    }
    .block-6-img-1 {
        width:100%;
        position: absolute;
        top: 0px;
        left: -20px;
    }
    .product_char h6 {
        font-size: 18px;
        line-height: 19.8px;
        width: 100%;
    }
    .product_char ul li {
        font-size: 16px;
        line-height: 17.6px;
        align-items:start;
        padding-top:10px;
    }
    .block-8 .product_char ul li img {
        width: 16px;
        height: 16px;
        margin-right: 4px;
    }
    .another_char {
        max-width: 220px;
        position: relative;
        padding: 20px 17px 25px 20px;
        border-radius: 20px;
    }
        .another_char h6 {
            font-size: 16px;
            line-height: 1;
        }
        .another_char ul li {
            font-size: 14px;
            line-height: 14px;
            margin-top:4px;
        }

    .block-8 .another_char ul li img {
        width: 10px;
        height: 10px;
        margin-right: 4px;
    }

    .block-6-img-2 {
      width:110px;
        top: -30px;
        right: -35px;
    }
    .comparison_block {
        max-width: 450px;
        padding-top: 100px;
    }
        .comparison_block .us {
            top: -50px;
        }
    .char_block {
        margin: 60px -20px 40px 0px;
        background: url(../img/mob.png) no-repeat right bottom 10px, rgba(255, 255, 255, 1);
        border-radius: 20px;
        padding: 40px 20px;
    }
        .char_block .main_block1 {
            display: flex;
            flex-wrap: wrap;
            justify-content:flex-start;
            margin-top: 20px;
        }
            .char_block .main_block1 div {
                margin:0;
                margin-bottom: 20px;
                width: 130px;
                padding:0px 10px;
            }
        }


@media (max-width: 520px) {
    .char_block {

        border-radius: 20px 0px 0px 20px;
    }
 
    .floating__block {
        display: flex;
    }
    .product_char {
        max-width: 62%;
        border-radius: 0px 20px 20px 0px;
        left:-20px;
        overflow:inherit;
    }

    .another_char {
        max-width: 50%;
        border-radius: 20px 0px 0px 20px;
        margin-right:-20px;
    }
        .another_char h6{
            width:80%;
        }
        .img_block-5 {
            right: -50px;
        }
    .img_block-5 img {
        max-width:306px;
    }
    h1{
       max-width:100%;
    }
    .order-block {
        width: 100%;
    }
    .comparison_block .us {
        top: -40px;
        right: 0px;
    }
    .block-6-img-2 {
        width:70px;
        top: -10px;
        right: -15px;
    }
    .block-6-img-1{
        left:0;
        width:auto;
        top:-20px;
    }
    .reviews{
       padding:40px 0px 60px;;
    }
        .reviews .slick-slide img {
            width:100%;
        }
    .paginate.right{
        right:0;
    }
    .paginate.left {
       left: 0;
    }
    }
@media (max-width: 380px) {
    .char_block {
   
        background: url(../img/mob.png) no-repeat right -15px bottom 10px, rgba(255, 255, 255, 1);
    }
        .block-6-img-2 {
        width: 100px;
        top: -10px;
        right: -15px;
    }
    .comparison_block .us{
        display:none;
    }
    .comparison_block {
        padding-top: 300px;
    }
    .product_char{
        top:10px;
        max-width:100%;

    }
    .another_char{
        max-width:100%;
    }
    .advantages-block {
        background-size: contain;
    }
    .block-1 .container .main_block {
        padding: 0px 10px;
    }
    .block-1 .left_block h2 {
        max-width: 100%;
    }
    .block-1  .intro {
        margin-left: -10px;
    }
}
@media (max-width: 340px) {
    .char_block {
        background: white;
    }
}
