@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap');
body {
    font-family: 'Roboto', sans-serif;
   
    margin: 0;
    padding: 0;
}
    body.active {
        overflow: hidden;
    }
section {
    max-width: 360px;
    margin: 0 auto;
    padding: 0px;
  
}
li {
list-style-type:none;
}

.paginate {
    position: relative;
    margin: 10px 10px 25px;
    width: 25px;
    height: 50px;
    border: 0;
    cursor: pointer;
    z-index: 10;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-filter: drop-shadow(0 2px 0 rgba(0, 0, 0, .2))
}

    .paginate i {
        position: absolute;
        bottom: 100%;
        left: 30%;
        width: 20px;
        height: 4px;
        border-radius: 1px;
        background: #2C6E7069;
        -webkit-transition: all .15s ease;
        transition: all .15s ease
    }

.slick-arrow {
    background: none;
    height: 30px;
    width: 30px;
border:none;
}

.paginate.left {
    position: absolute;
    left: 16%;
    bottom: -25px;
}

    .paginate.left i:first-child {
        -webkit-transform: translate(0,24px) rotate(50deg);
        transform: translate(0,24px) rotate(50deg)
    }

    .paginate.left i:last-child {
        -webkit-transform: translate(0,24px) rotate(-50deg);
        transform: translate(0,24px) rotate(-50deg)
    }

    .paginate.left i {
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%
    }

    .paginate.left:active i:first-child {
        -webkit-transform: translate(1px,24px) rotate(35deg);
        transform: translate(1px,24px) rotate(35deg)
    }

    .paginate.left:active i:last-child {
        -webkit-transform: translate(1px,24px) rotate(-35deg);
        transform: translate(1px,24px) rotate(-35deg)
    }

.paginate.right {
    position: absolute;
    right: 16%;
    bottom: -25px
}

    .paginate.right i:first-child {
        -webkit-transform: translate(0,24px) rotate(50deg);
        transform: translate(0,24px) rotate(50deg)
    }

    .paginate.right i:last-child {
        -webkit-transform: translate(0,24px) rotate(-50deg);
        transform: translate(0,24px) rotate(-50deg)
    }

    .paginate.right i {
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%
    }

    .paginate.right:active i:first-child {
        -webkit-transform: translate(1px,24px) rotate(35deg);
        transform: translate(1px,24px) rotate(35deg)
    }

    .paginate.right:active i:last-child {
        -webkit-transform: translate(1px,24px) rotate(-35deg);
        transform: translate(1px,24px) rotate(-35deg)
    }
    .paginate.right:hover i {
        background: #2C6E70;
    }
.paginate.left:hover i {
    background: #2C6E70;
}
    .slick-dots {
        position: absolute;
        right: 110px;
        bottom: -30px;
        z-index: 10;
        text-align: center;
        display: flex;
    }

 .slick-dots li {
    margin-bottom: 16px
}

    .slick-dots li button {
        -webkit-transition: all .5s;
        transition: all .5s;
        height: 12px;
        width: 8px;
        border-radius: 50%;
        font-size: 0;
        border: none;
        outline: transparent;
        cursor: pointer;
       
        margin-right: 10px;
        margin-left: 10px;
        background: #2C6E7069;
    }

    .slick-dots li.slick-active button {
        -webkit-transform: scale(1.35);
        transform: scale(1.35);
        background: #0D686A;
        height: 8px;
        width: 24px;
        border-radius: 300px;
    }

.floating__block {
    position: fixed;
    bottom: -100%;
    display:flex;
    justify-content:center;
    z-index:200;
    max-width: 400px;
    width:106%;
    text-align: center;
    padding: 10px 0;
    z-index: 100;
    background: linear-gradient(180deg, rgba(44, 110, 112, 0) 0%, #0D686A 100%);
    -webkit-transition: all .5s;
    transition: all .5s;
    margin-left:-20px;

}

.slick-dots li::marker {
    color: #11ffee00 !important;
}
    .floating__block.active {
        bottom: 0
    }
.btn-bottom {
width:80%;

}
/*HEADER
*/
.header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 998;
    -webkit-transition: background .5s;
    transition: background .5s
}



.header__inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content:end;
    -webkit-box-align: center;
    align-items: center;
    padding: 20px 0;
    max-width: 360px;
    margin: 0 auto;
  
}



.header__menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: #FFFFFF;
    overflow: hidden;
    -webkit-transition: height .4s;
    transition: height .4s;
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

    .header__menu.active {
        height: 100vh;
     
    }

.header__menu-box {
    position: relative;
  
    width: 100%;
    margin: 0 auto;
    z-index: 2
}



.header__menu-logo-link {
    margin-top: 50px;
    color: black;
    font-size: 40px;
    line-height: 120%;
    font-weight: 600;
}

    .header__menu-logo-link img {
        width: 138px;
    }

.header__menu-logo-img {
    position: absolute;
    left: -110px;
    top: 15px;
    pointer-events: none;
    width: 80%;
}

.header__nav {
    font-weight: 900;
    font-size: 32px;
    line-height: 120%;
    margin-top:50px;
    text-align:center;
}

.header__nav-item {
    position: relative;
    display: inline-block;
    color: #000000;
    text-decoration:none;
    margin-bottom: 28px;
    -webkit-transition: color .3s;
    transition: color .3s
}
    .header__nav-item:hover {
        color: #3EE4FF;
        text-decoration:revert;
    }
    .header__nav-item:active {
        color: #0D686A;
        text-decoration: revert;
    }

    .header__nav-item::after {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 0;
        height: 2px;
        width: 100%;
        opacity: 0;
        background-color: #fff;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .header__nav-item:hover::after {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .header__nav-item:active {
        color: #000
    }

        .header__nav-item:active::after {
            display: none
        }

.header__btn {
    margin-bottom: 30px;
    width:70%;
    margin-left:auto;
    margin-right:auto;
    
}

.header__images {
    margin: 10px 0 40px
}

    .header__images span {
        display: inline-block;
        margin-right: 10px
    }

        .header__images span:last-child {
            margin-right: 0
        }

        .header__images span svg .path {
            stroke: #fff
        }

        .header__images span svg .path-fill {
            fill: #fff
        }

.header__burger {
    position: relative;
    display: inline-block;
    margin-top: -10px;
    z-index: 999;
    cursor: pointer;
    margin-right: 20px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 10px;
    padding-top:5px;
}

    .header__burger span {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 4px;
        background: #3EE4FF;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

        .header__burger span::after,
        .header__burger span::before {
            content: '';
            position: absolute;
            background: #3EE4FF;
            width: 20px;
            height: 4px;
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out
        }

        .header__burger span::before {
            top: -8px
        }

        .header__burger span::after {
            top: 8px
        }

    .header__burger.active span {
        background: 0 0
    }

        .header__burger.active span::before {
            -webkit-transform: rotate(45deg) translate(5px, 6px);
            transform: rotate(45deg) translate(5px, 6px)
        }

        .header__burger.active span::after {
            -webkit-transform: rotate(-45deg) translate(5px, -6px);
            transform: rotate(-45deg) translate(5px, -6px)
        }


.popup-background {
    height:210px!important;
}
.popup-background img{
    width:60%;
}
.product-img-pop {
    left:10%;
    top:8%;
}
.product-img-2-pop {
  right:5%!important;
}
    /*BLOCK1*/
.product-background {
    background-color: #3EE4FF;
   
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    position: relative;
    height: 250px;
    
}

.slick-active .img-prod-comm {
    animation: img-pr-animation 2s;
    width:43%;
}

@keyframes img-pr-animation {
    0% {
        width:10%
    }

  

    100% {
        width: 43%
    }
}

.product-background {
    animation: bg-animation 2s linear infinite;
    background-image: url(../img/back.png);
}

.product-img {
    animation: pr-animation 2s linear infinite;
}
.product-img-2 {
    animation: pr-animation2 2s linear infinite;
}
@keyframes pr-animation2 {
    0% {
        top: -3%
    }

    20% {
        top: -1%
    }

    40% {
        top: 0%
    }

    60% {
        top: 0%
    }

    80% {
        top: -1%
    }

    100% {
        top: -3%
    }
}
 @keyframes pr-animation {
    0% {
        top: 3%
    }

    20% {
        top: 1%
    }

    40% {
        top: 0%
    }

    60% {
        top: 0%
    }

    80% {
        top: 1%
    }

    100% {
        top: 3%
    }
}
@keyframes bg-animation {
    0% {
        background-position-y: 10%
    }

    10% {
        background-position-y: 20%
    }

    20% {
        background-position-y: 30%
    }

    30% {
        background-position-y: 40%
    }

    40% {
        background-position-y: 50%
    }

    50% {
        background-position-y: 60%
    }

    60% {
        background-position-y: 70%
    }

    70% {
        background-position-y: 80%
    }

    80% {
        background-position-y: 90%
    }

    90% {
        background-position-y: 95%
    }

    100% {
        background-position-y: 100%
    }
}


.price {
    position: absolute;
    bottom: 6%;
    right: 5%;
    background: #FFC247;
    border-radius: 60px;
    padding: 13px 28px 13px 28px;
    display: flex;
    flex-direction: column;
    z-index: 2;
}
.al-cost-promo {
    font-family: Roboto;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF99;
    display:flex;
    justify-content:center;
    text-decoration:line-through;
    position:relative;
   
}
/*    .al-cost-promo::after {
        bottom: 2px;
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }

    .al-cost-promo::after {
        border-bottom: 1px solid;
        content: "";
        display: block;
        left: 60%;
        margin-left: -50%;
        position: absolute;
        right: 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        width: 80%;
        color: #FFFFFF99;
    }*/

        .al-cost {
    font-family: Roboto;
    font-size: 18px;
    line-height: 16px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
}
.product-img-2 {
    position: absolute;
    top: 0%;
    right: 0%;
    z-index:1;
}
.product-img {
    position: absolute;
   
   
    z-index: 50;
}
.background-text {
    position: absolute;
    color: #FFFFFF;
}

.title-block h1 {
    font-size: 18px;
    font-weight: 300;
    font-size: 18px;
    font-weight: 300;
}
.title-block h1 span{
    font-size: 42px;
    font-weight: 900;
    line-height: 50px;
    
}
.title-block ul {
    margin:0;
    padding:0;
    margin-bottom:10px;
}
.title-block li {
    position: relative;
    padding-left: 50px;
    font-size:18px;
    list-style-type: none;
    margin-bottom: 10px;
}
    .title-block li::before {
        content: '';
        position: absolute;
        display: block;
        left: 0;
        top: 50%;
        height: 38px;
        width: 46px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-image: url(../img/done.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
        /*TIMER*/
        .order-wrapper {
        background: #7DB2FF;
        border-radius: 20px;
        padding: 8px 0px 8px 0px;
    }
    .order-wrapper div {
        color: #FFFFFF;
   font-size: 18px;
   line-height: 21px;
    text-align: center;
    font-weight:300;
    margin-bottom:10px;
    }
        .order-wrapper div span {
            font-weight: 900;
           
        }
.validator__tooltip div {
margin-bottom:0px!important;
font-size:14px!important;
}
.timer {
    color: #FFFFFF;
    font-size: 32px !important;
    line-height: 21px;
    text-align: center;
    margin-bottom: 0px !important;
    font-weight: 900 !important;
}
    .timer span {
        margin-left: 10px;
        margin-right: 10px;
      
    }

.timer-text span {
    font-size: 12px !important;
    font-weight: 300 !important;
    margin-left: 16px;
    margin-right: 10px;
}

/*TIMER*/


.btn {
    text-decoration: none;
    background: #FF4343;
    border-radius: 60px;
    padding: 17px 25px 17px 25px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    text-align: center;
    display:flex;
    justify-content:center;
    margin-top:20px;
    border:none;
    text-transform:uppercase;
    cursor:pointer;
}
    .btn:hover {
        background: #FFC247;
        text-decoration: none;
        color: white;
    }

    .btn:active {
        background: #FF8A00;
        text-decoration: none;
        color: white;
    }
    .coin-block {
display:flex;
}

    .coin-block p {
  
        font-size: 14px;
        font-weight: 300;
        line-height: 16px;
        text-align: center;
        margin-left:5px;
        margin-right:5px;
        margin-top:-20px;

    }

/*    BLOCK2*/
.block-2 {
    background: #E4E4E433;
    box-shadow: 0px 10px 20px 0px #6F6F6F33;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    padding: 10px;

    padding-bottom: 20px;
}

.block-2-top {
    background: #0D686A;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    padding: 10px;
    padding-left: 20px;
    color: #FFFFFF;
    position: relative;
    padding-bottom: 150px;
}
    .block-2-top h2 {
      
        font-size: 28px;
        font-weight: 700;
        line-height: 33px;
  
    }
    .block-2-top p {
        font-size: 18px;
        font-weight: 400;
        line-height: 21px;
        margin-top: 0;
        margin-bottom: 25px;
    }
.tit-text {
    font-weight: 700!important;
    margin-bottom:6px!important;
}
.block-2-top img{
position:absolute;
bottom:-10%;
left:13%;
}

.block-2-title2 {
margin-top:100px;
}

/*BLOCK3*/
.block3 {
    background: #E4E4E433;
}



.problem-1 {
    display: flex;
    background: #E4E4E433;
    box-shadow: 0px 10px 20px 0px #6F6F6F33;
    height: 130px;
    padding: 10px;
   
}
.problem-animation {
    animation: showRight 2s;
}
.right {
    position: relative;
  
}
.right2 {
    position: relative;
}
.left2 {
    position: relative;
}
.problem-animation-left {
    animation: showLeft 2s;
}
.problem-animation2 {
    animation: showRight2 2s;
}



.problem-animation-left2 {
    animation: showLeft2 2s;
}
.left {
    position: relative;
  
}
@keyframes showRight {

    from {
        right: -100%;
    }

    to {
        right: 0;
    }
}
@keyframes showLeft {
    from {
        left: -100%;
    }

    to {
        left: 0;
    }
}
@keyframes showRight2 {

    from {
        right: -100%;
    }

    to {
        right: 0;
    }
}

@keyframes showLeft2 {
    from {
        left: -100%;
    }

    to {
        left: 0;
    }
}
.problem-img-animation {
    animation: imgproblem 5s;
}

@keyframes imgproblem {
    from {
        width: 10%;
        border-radius: 50%;
    }

    to {
        width:40%;
    }
}
.problem-img3-animation {
    animation: imgproblem3 5s;
}

@keyframes imgproblem3 {
    from {
        width: 10%;
        border-radius: 50%;
    }

    to {
        width: 40%;
    }
}
.problem-img1-animation {
    animation: imgproblem1 5s;
}

@keyframes imgproblem1 {
    from {
        width: 10%;
      
    }

    to {
        width: 30%;
    }
}

.problem-img2-animation {
    animation: imgproblem1 5s;
}

@keyframes imgproblem2 {
    from {
        width: 10%;
    }

    to {
        width: 30%;
    }
}



.problem-1 img {
    max-height: 136px;
    max-width: 260px;
    border-radius: 50%;
}
    .problem-1 p {
     width:60%;
        font-size: 18px;
        font-weight: 400;
        line-height: 21px;
        padding-left:20px;
        padding-top:10px;
      
    }
.block-3 .left {
    flex-direction: row-reverse;
}

/*BLOCK4*/

.block-4 div {
    font-size: 22px;
    font-weight: 600;
    line-height: 23px;
    text-align: center;
    margin:40px 0px;
}

/*BLOCK5*/

.block-5 {
    background: #7DB2FF;
    border-radius: 40px;
    padding: 20px 10px 40px 10px;
    color: #FFFFFF;
}

.block-5-top {
    display: flex;
    margin: -15px;
}
    .block-5-top h2 {
        font-size: 18px;
        font-weight: 700;
        line-height: 21px;
        margin: 0;
        display: flex;
        align-items: center;
        margin-top: -20px;
        margin-left:-10px;
    }
    .block-5 p {
         font-size: 18px;
        font-weight: 400;
        line-height: 21px;
        margin:0;
        margin-bottom:20px;
    
    }
.block-5-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 33px;
   
}

/*BLOCK6*/

.block-6-title{
    display:flex;
}
.coma-block {
position:relative;
}
.coma1 {
position:absolute;
left:3%;
}
.coma2 {
    position: absolute;
}
.block-6-title h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    margin-top:30px;
 
}
.doctor-img {
    margin-top: -60px;
}
.block-6-text {
    box-shadow: 0px 10px 20px 0px #5A5A5A33;
    background: #FFFFFF;
    border-radius: 40px;
    padding: 20px;
}
.block-6-text p{
    font-size: 18px;
    font-weight: 300;
    line-height: 21px;
}


/*BLOCK7*/
.block-7 {
    position: relative;
}
.slider-1 {
    padding: 20px;
    padding-top: 0px;
    
}
.one-block-slider {
    display: flex;
}

    .one-block-slider p {
        font-size: 16px;
        font-weight: 700;
        line-height: 21px;
        margin:0;
       
    }
    .one-block-slider h2 {
        font-size: 28px;
        font-weight: 700;
        line-height: 33px;
        margin-top:50px;
    }
.comment-name {
    display: flex;
    margin-top:30px;
}
    .comment-name div {
        margin-left:15px;
        margin-top:8px;
    }
    .img-prod-comm {
        margin-left: 10px;
    }


.comment-text {
    font-size: 18px;
    font-weight: 300;
    line-height: 21px;
    width:94%;
}
.btn-comment {
    background: #FFC247;
    margin-left:auto;
    margin-right:auto;
    margin-top:40px;
    margin-bottom:40px;
}
    .btn-comment:hover {
        background: #3EE4FF;
    }
    .btn-comment:active {
        background: #0D686A;
    }


/*POPUP*/

.background-popup {
    display:none;
    background-color: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    position: fixed;
    max-width:400px;
    top: 0;

    z-index: 999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left:-20px;
    margin-right:auto;
  
}
.comment-popup {
    background: #7DB2FF;
    border-radius: 40px;
    padding: 20px;
    display: none;
    position: absolute;
    top: 30%;
}
    .comment-popup p {
        color: #FFFFFF;
        font-size: 18px;
        font-weight: 400;
        line-height: 21px;
        text-align: center;
        padding:0px 30px;
    }
.close_button {
 display:flex;
margin-left:auto;
}


/*BLOCK6*/

.block-6 {
    background: #FFFFFF;
    box-shadow: 0px 10px 20px 0px #5A5A5A33;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    padding: 30px 10px 30px 10px;
}
.block-6 ul {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.block-6 li {
    position: relative;
    padding-left: 110px;
    font-size: 18px;
    list-style-type: none;
    margin-bottom: 25px;
}
    .block-6 li span {
        font-size: 18px;
        font-weight: 700;
        line-height: 21px;
        margin:0;
    }
    .block-6 li p {
        font-size: 18px;
        font-weight: 400;
        line-height: 21px;
        margin: 0;
    }
    .block-6 li::before {
        content: '';
        position: absolute;
        display: block;
        left: 0;
        top: 50%;
        height: 66px;
        width: 105px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

.block-li-1::before {
    background-image: url(../img/1.png);
}
.block-li-2::before {
    background-image: url(../img/2.png);
}
.block-li-3::before {
    background-image: url(../img/3.png);
}
.block-li-4::before {
    background-image: url(../img/4.png);
}
.block-6-text-bottom {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;

}
/*BLOCK7 */

input {
    display: block;
    width: 90% !important;
    height: 45px;
    border: none;
    border-radius: 5px;
    margin: 0;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #2C6E70B2;
    background: #FFFFFF80;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    margin-left: auto;
    margin-right: auto;
}
.btn-form {
    margin-left: auto;
    margin-right: auto;
    width:86%;
    margin-bottom:15px;
    margin-top:15px;
}
.price-form {
position:static;
width:30%;
margin-left:auto;
margin-right:auto;
}


@media screen and (max-width:550px) {
    section {
        max-width:100%;
    }
    .background-popup {
        margin-left:0px;
    }
    .floating__block {
        margin-left:-7px;
    }
}
