@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(239, 255, 73, 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: 1.2;
    color: rgba(69, 95, 75, 1);
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    cursor: pointer;
    transition: all 0.5s ease;
}
    .intro__btn:hover {
        background: rgba(164, 255, 74, 1);
        cursor: pointer;
    }
    .intro__btn:focus {
        background: rgba(155, 213, 97, 1);
    }
        /*button*/
        /*general*/
h1 {
    font-size: 72px;
    font-weight: 500;
    line-height: 1;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 8px;
}
h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 33px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 53px;
}
h3 {
    font-size: 50px;
    font-weight: 500;
    line-height: 1;
    color: rgba(255, 255, 255, 1);
}
p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    color: rgba(255, 255, 255, 1);
}
.container{
    margin:0px auto;
    max-width:1336px;
    padding:0px 20px;
}
main{
    overflow:hidden;
}
/*BLOCK1*/
.block-1 {
    background: url(../img/block-1.png) no-repeat center top , linear-gradient(270deg, #0E5978 0%, #0E5978 43.75%, #1AA5DE 71.04%, #1AA5DE 84.58%, #0E5978 100%);
    background-size: cover;
    padding: 110px 0px 64px;
    position: relative;
}
    .block-1 .block-1__main {
    display:flex;
    justify-content:right;
}
.block-1__left {
  position:relative;
}
.product-1{
    position:absolute;
    left:-400px;
    bottom:-90px;
}
.google_block {
    background: rgba(13, 69, 93, 1);
    border-radius: 14px;
    padding: 12px;
    width: fit-content;
    margin-top: 54px;
}
    .google_block .google {
        border-left: 1px solid rgba(220, 219, 217, 0.3);
        margin-left:36px;
        padding-left: 36px;
    }
.intro__item {
    margin-bottom: 23px;
    display: flex;
    align-items: center;
}
    .intro__item p {
        color: rgba(255, 255, 255, 1);
        font-size: 20px;
        font-weight: 400;
        line-height: 1.1;
        margin-left: 10px;
    }
    /*
form*/
.block-1__form h2{
    font-weight:500;
    margin-bottom:5px;
    text-align:center;
}
.block-1__form .text {
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
}
    .block-1__form .text span {
        font-size: 16px;
        font-weight: 700;
    }
    .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(239, 255, 73, 1);
}

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

.block-1__form {
    background: rgba(0, 52, 76, 1);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    padding: 20px 20px 30px;
    width: 306px;
    margin-left: 20px;
}
    .form__wrap {
        position: relative;
        margin-bottom: 15px;
    }
        .form__wrap p {
            color: rgba(188, 213, 224, 1);
            font-size: 12px;
            font-weight: 400;
            line-height: 14.06px;
            margin-bottom: 4px;
        }
.form__input {
    font-family: "Roboto", sans-serif;
    width: 100%;
    box-sizing: border-box;
    height: 48px;
    padding: 0 12px;
    background: rgba(63, 119, 143, 1);
    border: 1px solid rgba(220, 219, 217, 1);
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    color: rgba(255, 255, 255, 1);
}
input::placeholder {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    color: rgba(188, 213, 224, 1);
}
input:focus {
    background: rgba(13, 69, 93, 1);
    border: 1px solid rgba(220, 219, 217, 1);
    outline: none;
}
form .intro__btn{
    margin-top:24px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.form__input.error {
    background: rgba(46, 32, 51, 1);
    border: 1px solid rgba(253, 35, 72, 1);
    color: rgba(253, 35, 72, 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(253, 35, 72, 1);
    font-size: 11px;
    line-height: 5px;
    position: absolute;
    left: 5px;
    text-align: start;
}

.form__error {
    color: rgba(253, 35, 72, 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) center no-repeat,linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), radial-gradient(50% 50% at 50% 50%, #EF314B 0%, #A80019 100%);
}
.block-2__main {
    position: relative;
    padding: 60px 0px;
}
.block-2__right{
    position:absolute;
    right:20px;
    bottom:0;
}
    .block-2__right div {
        background: rgba(47, 47, 47, 0.7);
        border-radius: 0px 20px 20px 0px;
        padding: 20px 20px 20px 5px;
        color: rgba(255, 255, 255, 1);
        font-size: 40px;
        font-weight: 400;
        line-height: 1;
        width:fit-content;
        position:relative;
    }
        .block-2__right div img{
            position:absolute;
            top:-1.5px;
            height:104%;
        }
.block-2-1 {
    transform: rotate(-35deg);
    margin-bottom:100px;
}
    .block-2-1 img {
        left: -21.5px;
        transform: rotate(-2.5deg);
    }
.block-2-2 {
    min-width: 270px;
    transform: rotate(-25deg);
    margin-bottom:100px;
}
    .block-2-2 img {
        left: -32px;
        transform: rotate(-2.5deg);
    }
.block-2-3 {
    margin-bottom: 80px;
    transform: rotate(5deg);
}
    .block-2-3 img {
        left: -32px;
        transform: rotate(-2.5deg);
    }
.abs_block2 {
    position: absolute;
    bottom: 0;
    right: 0;
}
.block-2 p {
    color: white;
}
.block-2__left{
    max-width:580px;
    position:relative;
}
.block-2__left .text {
    margin: 8px 0px 30px;
}
 ul{
    list-style:none;
    margin-bottom:18px;
}
     ul li {
        display: flex;
        align-items: center;
       color:white;
        font-size: 30px;
        font-weight: 400;
        line-height:1.1;
        margin-top:18px;
    }
         ul li img{
            margin-right:10px;
        }
        /*BLOCK-2*/
        /*BLOCK-3*/
.block-3 {
    background: url(../img/block-3.png) no-repeat center / cover, linear-gradient(270deg, #00344C 0%, #0E5978 43.75%, #1AA5DE 71.04%, #1AA5DE 84.58%, #0E5978 100%);
    padding: 60px 0px;
}
    .block-3 h3 {
        margin-bottom:8px;
    }
        .block-3 h2{
            margin-bottom:30px;
        }
        .block-3 p{
            margin-bottom:20px;
        }
.block-3__main {
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.block-3__main div {
    max-width: 850px;
}
    .block-3__main .prod{
        margin-left:100px;
    }
    /*BLOCK-3*/
    /*BLOCK-4*/
.block-4 {
    padding: 45px 0px 0px;
    background: url(../img/block-4.png) no-repeat center / cover, radial-gradient(56.32% 202.34% at 63.54% 43.68%, #FFFFFF 0%, #BFDAEE 100%) ;
}
.block-4__main {
    display:flex;
    justify-content:space-between;
    align-items:center;
    position:relative;
}
.abs_block-4 {
  display:none;
}
.block-4__man {
position:relative;
z-index:1;
}


.block-4__main h3 {
    margin-bottom: 30px;
    color: rgba(21, 25, 48, 1);
}
.block-4__main p {
    color: rgba(47, 47, 47, 1);
    margin-top: 18px;
}
.block-4__left{
    max-width:700px;
    padding-bottom:48px;
}
.author_block p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    color: rgba(47, 47, 47, 1);
    margin-top: 0px;
}
.author_block .name {
    font-size: 16px;
    font-weight: 700;
    line-height: 20.8px;
    margin-bottom:10px;
    margin-top:20px;
}
.author_block{
    position:relative;
}
.author {
    position: absolute;
    bottom:-50px;
    right:-80px;
}
/*BLOCK-4*/
/*BLOCK-5*/
.block-5 {
    padding: 60px 0px;
    background: url(../img/block-5.png) no-repeat center / cover, linear-gradient(270deg, #00344C 0%, #0E5978 43.75%, #1AA5DE 71.04%, #1AA5DE 84.58%, #0E5978 100%);
}
    .block-5 h3 {
        color: rgba(255, 255, 255, 1);
        text-align: center;
        margin-bottom: 30px;
    }
    .block-5 p{
        text-align:center;
        margin:20px auto 0px;
        max-width:850px;
    }
    .block-5 .block-5__flex {
        display:flex;
        margin:50px auto;
        gap:24px;
    }
        .block-5 .block-5__flex .block-5_block {
            width: 55%;
            background: linear-gradient(251.99deg, #00344C 45.83%, #007AB2 100%);
            border: 1px solid rgba(255, 255, 255, 0.5);
            border-radius: 20px;
            padding: 48px;
        }
        .block-5 .block-5__flex .block-5__flex-right {
            background: rgba(63, 119, 143, 0.8);
            width: 45%;
        }
    .block-5__flex-left{
    display:flex;
    align-items:center;
    gap:24px;
}
    .block-5__flex-left img{
        max-width:150px;
        height:auto;
    }
.block-5 h2 {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    text-align: start;
}
        .block-5 h2 img{
            width:56px;
            height:56px;
            margin-right:18px;
        }
.block-5 .block-5__flex .block-5_block p {
    display: flex;
    align-items: start;
    margin-top:8px;
    text-align:start;
}
    .block-5 .block-5__flex .block-5_block p img{
        width:24px;
        height:24px;
        margin-right:8px;
    }
.block-5 .block-5__flex .block-5__flex-right p {
    color: rgba(188, 213, 224, 1);
}
.block-5 .block-5__flex .block-5__flex-right h2 {
    color: rgba(188, 213, 224, 1);
}
/*BLOCK-5*/
/*BLOCK-6*/
.block-6 {
    overflow: hidden;
    background: url(../img/block-6.png) no-repeat center / cover, radial-gradient(56.32% 202.34% at 63.54% 43.68%, #FFFFFF 0%, #BFDAEE 100%) ;
}
.block-6__main {
    display: flex;
    justify-content:space-between;
    position:relative;
}
.block-6 p {
    color: rgba(47, 47, 47, 1);
    margin-top: 20px;
}
.block-6 h3 {
    color: rgba(21, 25, 48, 1);
    margin-bottom: 30px;
}
.block-6__right{
    max-width:750px;
    margin-left:auto;
    padding:60px 0px;
}
.block-6__left{
    position:absolute;
    bottom:-10px;
    left:-270px;
}
/*BLOCK-6*/
/*BLOCK-9*/
.block-9 {
    background: url(../img/block-9_back.png) no-repeat center / cover, linear-gradient(270deg, #0E5978 0%, #1AA5DE 15.42%, #1AA5DE 28.96%, #0E5978 56.25%, #00344C 100%);
}
.block-9__main{
    display:flex;
    justify-content:space-between;
}
.block-9__left{
    max-width:700px;
    padding:60px 0px;
}
    .block-9__left h3 {
        color: white;
        margin-bottom:30px;
    }
    .block-9__left .item .number {
        font-size: 28px;
        font-weight: 700;
        line-height: 1;
        color: rgba(239, 255, 73, 1);
        border: 1px solid rgba(255, 255, 255, 1);
        background: rgba(0, 52, 76, 1);
        border-radius: 100%;
        min-width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
        position:relative;
        z-index:2;
    }
    
        .block-9__left .item {
            display: flex;
            margin-top: 10px;
            position:relative;
        }

.text_dop:before {
    content: "";
    width: 1px;
    background: white;
    height: 110%;
    position: absolute;
    left: 20px;
}
      
.block-9__left .item h2 {
    margin-bottom: 8px;
    font-weight: 500;
}
.block-9__right{
    width:100%;
    margin-right:-200px;
}
.block-9_abs{
   height:100%;
}
.block-9_img{
 display:none;
}
/*BLOCK-8*/
.block-8 {
    background: url(../img/block-8.png) no-repeat center / cover, rgba(34, 70, 147, 1);
    padding: 60px 0px;
}

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

/*BLOCK-8*/
/*BLOCK-10*/
.block-7 {
    background:url(../img/product/block-7.png) no-repeat center / cover;
    padding: 60px 0px;
    position:relative;
}
    .block-7 .intro__btn{
        max-width:430px;
        text-transform:none;
        padding:17px;
    }

    .block-7 h3 {
        text-align: center;
    }
.slider{
    margin:24px 0px 45px;
}
.slider-1 {
    background: rgba(0, 52, 76, 1);
    border: 1px solid rgba(255, 255, 255, 0.5);
    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;
    margin-bottom:8px;
}
    .comment-name {
        display: flex;
        align-items: center;
    }
.comment-name div {
    margin-left: 12px;
}

.comment-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    color: rgba(188, 213, 224, 1);
    margin-top: 12px;
}
.custom-arrows {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 48px;
}
.rev-slider{
    position:relative;
}
.paginate {
    border: none;
    background: none;
    cursor: pointer;
    border-radius:100%;
 
}

.slider-counter {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: white;
    margin:0px 48px;
}

.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(0, 52, 76, 1);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    max-width: 980px;
    position: relative;
    padding: 24px 24px 48px;
}
    .popUp_main h6 {
        font-size: 20px;
        font-weight: 700;
        line-height: 23.44px;
        color:white;
    }
    .popUp_main p {
        color: rgba(188, 213, 224, 1);
        font-size: 18px;
        font-weight: 400;
        line-height: 23.4px;
        margin: 25px 0px 48px;
    }
    .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, 34, 50, 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: 1300px) {
        .block-7 {
            background: url(../img/block-7_mob.png) no-repeat bottom right,  linear-gradient(360deg, #0E5978 0%, #1AA5DE 28.96%, #0E5978 56.25%, #00344C 100%);
        }
        .block-3__main .prod {
            margin: 0px 50px 0px 0px;
        }

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

        .block-4__main {
            align-items: end;
        }

        .block-4__man {
            margin-left: 30px;
            margin-right: -50px;
        }

        .author {
            position: relative;
            bottom: 0;
            right: auto;
        }

        .block-6__left {
            position: relative;
            left: auto;
            order: 2;
            display: flex;
            justify-content: center;
        }

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

        .block-6__right {
            margin: auto;
        }
        .block-1 {
            background:  linear-gradient(270deg, #0E5978 0%, #0E5978 43.75%, #1AA5DE 71.04%, #1AA5DE 84.58%, #0E5978 100%);
        }
    }

    @media (max-width: 1200px) {
        .block-7 .container {
            padding-right: 0px;
        }
        .block-9__right{
            display:none;
        }
        .block-9__left{
            margin:auto;
        }
    }


    @media (max-width: 1100px) {
        .popUp{
            padding:0px 20px;
        }
        .block-1 .block-1__main {
            flex-direction: column;
        }

        .block-1__left {
            display: flex;
            flex-direction: column;
        }

        .google_block {
            order: -1;
            margin-top: 0px;
            margin-bottom: 12px;
        }

        .block-1__form {
            margin: 20px auto 0px;
            max-width: 500px;
            width: 100%;
        }

   
        .product-1 {
            left: auto;
            right: 20px;
            bottom: auto;
            top: 0;
        }

        .abs_block2 {
            position: relative;
            top: -60px;
            right: 0;
            left: -150px;
        }

        .block-2__right {
            bottom: auto;
            top: 150px;
        }

        .block-2 {
            background: linear-gradient(89.3deg, #860A1B -22.25%, #860A1B 51.98%, #E8949E 126.21%);
        }

        .block-2__left {
            margin: auto;
        }

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

        .block-4__man {
            margin: auto;
        }

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

            .block-5 .block-5__flex .block-5_block {
                width: 100%;
            }
        .block-6 {
            background: radial-gradient(56.32% 202.34% at 63.54% 43.68%, #FFFFFF 0%, #BFDAEE 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
        }
    }
@media (max-width: 900px) {
    .product-1{
        right:-50px;
        width:42%;
    }
    .abs_block2{
        left:-270px;
    }
    .block-9__main{
        flex-direction:column;
    }
    .block-9__right{
        width:700px;
        margin:auto;
    }
    .block-9_abs{
        top:-80px;
    }
}
.mob-1 {
    display: none;
}
@media (max-width: 768px) {
    .block-1__right{
        position:static;
    }
    .floating__block {
        display: block;
    }

    .google_block {
        display: flex;
        flex-direction: column;
    }

        .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;
        }

    h1 {
        font-size: 40px;
        font-weight: 500;
        line-height: 40px;
    }

    h2 {
        margin-top: 6px;
        font-size: 24px;
        font-weight: 400;
        line-height: 26.4px;
    }

    .intro__item {
        border-radius: 14px;
        background: rgba(0, 52, 76, 0.9);
        border: 1px solid rgba(255, 255, 255, 0.5);
        padding: 12px;
        display: flex !important;
    }

    .f-screen__slider .slick-slide {
        max-width: 100% !important;
    }

    .f-screen__slider {
        margin-top: 230px;
    }

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

    .container {
        padding: 0px 12px;
    }

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

    .price {
        background: rgba(0, 52, 76, 0.9);
        border: 1px solid rgba(255, 255, 255, 0.5);
        border-radius: 14px;
        padding: 20px;
        width: fit-content;
        position: absolute;
        top: 220px;
        left: 0;
    }

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

    .al-cost {
        font-size: 40px;
        font-weight: 600;
        line-height: 60px;
    }

    .block-1__form h2 {
        display: none;
    }

    .block-1__form .text {
        margin-bottom: 24px;
    }

    .block-1__form {
        padding: 12px 12px 24px;
        margin-top: 12px;
    }

    .intro__item {
        margin-bottom: 0px;
    }

    .block-1 {
        background: url(../img/block-1_mob.png) no-repeat center top 40px, #B9F2EC;
    }

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

    .block-1__form {
        max-width: 100%;
    }

    .al-form {
        max-width: 400px;
        margin: auto;
    }

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

    .block-1 {
        z-index: 3;
        border-radius: 0px 0px 20px 20px;
    }

    .block-2 {
        margin-top: -20px;
        background: url(../img/block-2_mob.png) no-repeat top center, linear-gradient(89.3deg, #860A1B -22.25%, #860A1B 51.98%, #E8949E 126.21%);
    }

    .abs_block2 {
        display: none;
    }

    .block-2__main {
        padding: 370px 0px 48px;
    }

    .block-2__right div {
        font-size: 20px;
        font-weight: 400;
        line-height: 20px;
        padding: 5px 20px 5px 5px;
        border-radius: 0px;
    }

    .block-2__right {
        top: 80px;
    }

        .block-2__right div img {
            top: -1px;
        }

    .block-2-1 img {
        left: -8px;
    }

    .block-2-1 {
        margin-bottom: 30px;
    }

    .block-2-2 {
        min-width: 55px;
        margin-block: 50px;
    }

        .block-2-2 img {
            left: -13.5px;
        }

    .block-2-3 img {
        left: -13.5px;
    }

    h3 {
        font-size: 30px;
        font-weight: 500;
        line-height: 30px;
    }

    p {
        font-size: 18px;
        font-weight: 400;
        line-height: 23.4px;
    }

    .block-2__left .text {
        margin: 8px 0px 24px;
    }

    ul li {
        font-size: 20px;
        font-weight: 400;
        line-height: 22px;
        margin-top: 13px;
    }

    .block-3 {
        padding: 48px 0px 310px;
        position: relative;
        background: url(../img/block-3_mob.png) no-repeat center bottom -10px,  linear-gradient(0deg, #0E5978 0%, #1AA5DE 15.42%, #1AA5DE 28.96%, #0E5978 56.25%, #00344C 100%);
    }

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

        .block-3__main .prod {
            order: 2;
            width: 150px;
            position: absolute;
            left: 55%;
            transform: translateX(-50%);
            bottom: 30px;
        }

    .block-3 h2 {
        margin-bottom: 24px;
    }

    .block-4 {
        padding: 0;
        background: url(../img/block4.png) no-repeat top -100px right -100px,url(../img/block-4_mob.png) no-repeat right bottom, linear-gradient(180deg, #BFDAEE 0%, #FFFFFF 50%, #BFDAEE 100%);
    }

    .block-4__main {
        padding: 48px 0px 0px;
        border: none;
        background: none;
    }

    .abs_block-4 {
        display: none;
    }

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

    .block-4__main p {
        margin-top: 8px;
    }

    .author {
        width: 250px;
        right: 0;
        left: auto;
        margin-left: auto;
        display: block;
    }

    .block-4__man {
        width: 300px;
    }

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

    .block-5 {
        padding: 48px 0px;
        background: url(../img/block-5.png) no-repeat center right / cover, linear-gradient(270deg, #C6F1EC 0%, #F7F1E6 50%, #C5DFEC 100%);
    }

        .block-5 h3 {
            margin-bottom: 24px;
        }

    .block-5__flex-left {
        flex-direction: column;
    }

    .block-5 .block-5__flex .block-5_block {
        padding: 48px 12px 24px;
    }

    .block-5 h2 img {
        display: none;
    }

    .block-5 h2 {
        font-size: 18px;
        font-weight: 400;
        line-height: 19.8px;
        margin-bottom: 12px;
    }

    .block-5 .block-5__flex .block-5_block p {
        margin-top: 12px;
        font-size: 12px;
        font-weight: 400;
        line-height: 17.6px;
    }

        .block-5 .block-5__flex .block-5_block p img {
            display: none;
        }

    .block-5 .block-5__flex {
        flex-direction: row;
        gap: 0;
        align-items: end;
    }

    .block-5__flex-left img {
        max-width: 75px;
    }

    .block-5 .block-5__flex .block-5__flex-right {
        padding-left: 32px;
        margin-left: -20px;
        margin-bottom: -20px;
        width: 47%;
    }

    .block-5__flex-left {
        z-index: 1;
        width: 53% !important;
    }

    .block-5_block {
        position: relative;
    }

    .mob-1 {
        display: block;
        position: absolute;
        top: -20px;
        right: 0px;
    }

    .block-6__right {
        padding: 48px 0px 20px;
    }

    .block-6 h3 {
        margin-bottom: 24px;
    }

    .block-6 p {
        margin-top: 8px;
    }

    .block-6__left img {
        max-width: 300px;
    }

    .block-6 {
        background: url(../img/block-6_mob.png) no-repeat center bottom, linear-gradient(180deg, #BFDAEE 0%, #FFFFFF 50%, #BFDAEE 100%);

    }

    .block-9__left {
        padding: 48px 0px;
    }

        .block-9__left h3 {
            margin-bottom: 24px;
        }
    .block-9__right{
        max-width:300px;
    }
    .block-9_abs {
        max-width: 250px;
        right: auto;
        left: 70%;
        transform: translateX(-50%);
        top: 0;
    }

    .block-9_img {
        max-width: 150px;
        left: 30%;
        transform: translateX(-50%);
        margin-top: 0px;
    }

    .block-9 {
        background: url(../img/block-9_mob.png) no-repeat top right,  linear-gradient(360deg, #00344C 0%, #0E5978 43.75%, #1AA5DE 71.04%, #0E5978 100%);
    }

    .block-9__right {
        padding-bottom: 40px;
    }

    .block-8 {
        padding: 0;
    }

        .block-8 .container {
            padding: 0;
        }

    video {
        border-radius: 0;
        margin-bottom: -10px;
    }

    .block-7 {
        padding: 48px 0px;
    }

    .slider-1 {
        padding: 12px;
    }

    .block-7 .slick-slide {
        max-width: 284px !important;
        margin: 0 6px;
    }
    .block-5 .block-5__flex{
        justify-content:center;
    }
}
        @media (max-width: 500px) {
            .product-1{
                left:70%;
                max-width:180px;
                top:240px;
            }
            .block-1 {
                background: url(../img/block-1_mob.png) no-repeat left 40% top 40px, #0E5978;
            }
            .block-2 {
                background: url(../img/block-2_mob.png) no-repeat top left 60%, linear-gradient(89.3deg, #860A1B -22.25%, #860A1B 51.98%, #E8949E 126.21%);
            }
            .block-2__right{
                right:-10px;
            }
            .popUp_main h6{
                max-width:200px;
            }
        }
@media (max-width: 400px) {
    .block-5 .block-5__flex {
        margin: 50px -20px;
    }
}