
.alumni-sans-font {
    font-family: "Alumni Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.manrope-font{
    font-family: "Manrope", serif;
    font-optical-sizing: auto;
    font-style: normal;
}


html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*{
    box-sizing: border-box;
}

:root {
    --alumini: "Alumni Sans", sans-serif;
    --manrope: "Manrope", serif;
}

button:focus,
button:focus-visible{
    outline: unset;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}

img {
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

body{
    font-family: "Manrope", serif;
    background-color: #FBFAF8;
    margin: 0;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body.lock{
    overflow: hidden;
}

.container {
    max-width: 1110px;
    margin: 0 auto;
    padding: 0 15px;
}

header{
    width: 100%;
    min-height: 151.55px;
}

header .header_sticky{
    transition: all 0.3s ease;
    padding: 30px 0;
    width: 100%;
    background-color: #FBFAF8;
}

header.sticky .header_sticky{
    position: fixed;
    transition: all 0.3s ease;
    padding: 20px 0;
    top: 0;
    z-index: 10;
    background-color: #fff;
}

.header_inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo{
    width: 55px;
    height: 30.56px;
}

.logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header_inner ul{
    display: flex;
    gap: 40px;
}

.header_inner ul li a{
    font-size: 15px;
    font-weight: 600;
    line-height: 19.5px;
    text-align: left;
    color: #151515;
}

.banner{
    overflow: hidden;
}

.result .btn,
.about_us .btn,
.banner .btn{
    transition: all 0.6s ease;
}

.result .btn:hover,
.about_us .btn:hover,
.banner .btn:hover{
    transition: all 0.6s ease;
    box-shadow: 0px 0px 30px 0px #00000000;
}

.mobile_menu_container{
    padding: 9.5px 0;
    display: none;
}

.banner_inner{
    padding: 202px 0 216px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 240px;
}

.banner_inner .content_text{
    max-width: 375px;
}

.banner_inner .content_text h1{
    font-family: var(--alumini);
    font-size: 106px;
    font-weight: 400;
    line-height: 95.4px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #151515;
    margin-bottom: 20px;
}

.banner_inner .content_text p{
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    text-align: left;
    color: #15151580;
    margin-bottom: 40px;
}

.btn{
    font-family: var(--manrope);
    padding: 24.5px 34px;
    font-size: 15px;
    font-weight: 600;
    line-height: 16.5px;
    letter-spacing: -0.02em;
    color: #fff;
    background-color: #9FA48E;
    border-radius: 100px;
    box-shadow: 0px 19px 30px 0px #0000001A;
    border: unset;
    display: block;
    width: fit-content;
}

.banner_inner .content_img{
    width: 368px;
    min-width: 368px;
    height: 366px;
    position: relative;
}

.banner_inner .content_img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0px 24px 34px  #0000001A);
}


.banner_inner .content_img::after{
    content: '';
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background-image: url('../img/circle_grenn_1.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 488.63px;
    height: 488.63px;
    z-index: 4;
}

.banner_inner .content_img::before{
    content: '';
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url('../img/circle_green_2.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 641.33px;
    height: 641.33px;
    z-index: 4;
}

.banner_inner .content_img span{
    display: flex;
    gap: 8.18px;
    padding: 13.63px 21.82px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.8px;
    text-align: left;
    align-items: center;
    background-color: #fff;
    border-radius: 136px;
    box-shadow: 0px 32.72px 32.72px 0px #0423101A;
}

.banner_inner .content_img span i{
    width: 13.63px;
    height: 13.63px;
    background-color: #5E930C;
    border-radius: 100%;
}

.banner_inner .content_img .first_pos{
    position: absolute;
    top: 103px;
    left: -79px;
    z-index: 5;
}

.banner_inner .content_img .second_pos{
    position: absolute;
    top: 50px;
    right: -44px;
    z-index: 5;
}

.banner_inner .content_img .third_pos{
    position: absolute;
    bottom: -61px;
    right: 16.15px;
    z-index: 5;
}

.about_us{
    padding: 120px 0;
    background-color: #F4F4F4;
    position: relative;
}

.about_us_inner{
    min-height: 670px;
    display: flex;
    gap: 39px;
    align-items: center;
}

.about_us_inner .content_text .content_text_block{
    max-width: 471px;
    margin-bottom: 40px;
}

.about_us_inner .content_text .content_text_block h2{
    font-family: var(--alumini);
    font-size: 76px;
    font-weight: 400;
    line-height: 68.4px;
    letter-spacing: -0.03em;
    color: #151515;
    margin-bottom: 20px;
}

.about_us_inner .content_text .content_text_block sub{
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #151515;
}

.about_us_inner .content_text .content_text_block p:first-of-type{
    margin-top: 32px;
}

.about_us_inner .content_text .content_text_block p{
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    color: #15151580;
}

.about_us_inner .content_text .content_text_block p:last-of-type{
    margin-bottom: 0;
}

.about_us_inner .content_text .buttons {
    display: flex;
    gap: 6px;
}

.about_us_inner .content_text .buttons .white_btn{
    cursor: pointer;
}


.btn.white_btn {
    background-color: #FFFFFF;
    color: #1C2022;
}

.about_us_inner .content_text .buttons .social_bg_icon{
    padding: 23px;
    border-radius: 100%;
    background-color: #fff;
    display: flex;
}

.about_us_inner .content_img{
    height: 100%;
    width: 529px;
}

.about_us_inner .content_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 32px;
}

.marathon{
    padding: 120px 0;
}

.marathon_inner{
    display: flex;
    gap: 107px;
    align-items: center;
}

.marathon_inner .content_img{
    width: 390px;
    height: 372px;
}

.marathon_inner .content_img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0px 24px 16px #0000001A);

}

.marathon_inner .content_text{
    max-width: 521px;
}

.marathon_inner .content_text h2{
    font-family: var(--alumini);
    font-size: 76px;
    font-weight: 400;
    line-height: 68.4px;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
    color: #151515;

}

.marathon_inner .content_text sub{
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #151515;

}

.marathon_inner .content_text p:first-of-type{
    margin-top: 40px;
}

.marathon_inner .content_text p{
    font-size: 17px;
    font-weight: 500;
    line-height: 23.8px;
    text-align: left;
    color: #15151580;
    margin-bottom: 20px;
}

.marathon_inner .content_text p:last-of-type{
    margin-bottom: 0;
}

.result{
    height: 760px;
    background-image: url('../img/bgbeforeafter.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
}

.result .container{
    height: 100%;
}

.result_inner{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
}

.result_inner .content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 32px;
    border-radius: 32px;
    background-color: #FFFFFF;
    border: 1px solid #1C20221A;
    box-shadow: 0px 44px 24px 0px #00000024;
    margin-bottom: 80px;
    max-width: 433px;
}

.result_inner .content h3{
    font-family: var(--alumini);
    font-size: 56px;
    font-weight: 400;
    line-height: 50.4px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #151515;
    margin-bottom: 20px;
}

.result_inner .content p{
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    text-align: center;
    color: #15151580;
    margin-bottom: 32px;
}


.steps{
    padding: 120px 0;
}

.steps_inner h2{
    font-family: var(--alumini);
    font-size: 76px;
    font-weight: 400;
    line-height: 68.4px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #151515;
    margin-bottom: 60px;
}

.steps_inner .content_top{
    display: flex;
    justify-content: space-between  ;
    align-items: flex-start;
    height: 164px;
}

.steps_inner .content_top .step_item.special_width{
    width: 227px;
}

.steps_inner .content_top .step_item.last_first_row{
    margin-right: 40px;
}

.steps_inner .content_top .step_item.special_width_2{
    width: 305px;
}

.steps_inner .content_bottom{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: -2.5px;
    height: 141px;
}

.steps_inner .content_bottom .step_item{
    width: 314.67px;
    height: 139px;
}

.steps_inner .step_item{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    position: relative;
}

.steps_inner .step_item i{
    padding: 18px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F4F4F4;
    border: 1px solid transparent;
    transition: all 0.7s ease;
    z-index: 5;
}

.steps_inner .step_item.active i{
    transition: all 0.7s ease;
    border: 1px solid #9FA48E;
    background-color: #fff;
}

.steps_inner .step_item.active i svg path{
    stroke: #9FA48E;
    transition: all 0.7s ease;
}

.steps_inner .step_item.active i svg g{
    opacity: 1;
    transition: all 0.7s ease;
}

.steps_inner .step_item.active p,
.steps_inner .step_item.active span{
    opacity: 1;
    transition: all 0.7s ease;
}

.steps_inner .step_item i svg path{
    stroke: #151515;
}

.steps_inner .step_item p{
    font-size: 16px;
    font-weight: 600;
    line-height: 20.8px;
    text-align: center;
    color: #151515;
    opacity: 0.5;
    position: relative;
    z-index: 5;
}

.steps_inner .step_item p{
    display: flex;
    flex-direction: column;
}

.steps_inner .step_item span{
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: 600;
    line-height: 23.4px;
    text-align: center;
}

.stpes_content{
    display: flex;
    flex-direction: column;
    gap: 69.55px;
    position: relative;
}

.stpes_content::after{
    content: '';
    position: absolute;
    top: 30px;
    right: 0;
    background-image: url('../img/anim_shape.svg');
    background-position: center;background-repeat: no-repeat;
    background-size: contain;
    width: 986px;
    height: 237px;
}

.steps_inner .step_item.text_shrink p{
    max-width: 182px;
}

.steps_inner .step_item.text_shrink_2 p{
    max-width: 197px;
}


/* .steps_inner .step_item .step_item_icon::before{
    content: '';
    position: absolute;
    top: 50%;
    left: -50%;
    transform: translate(0, -50%);
    width: 100%;
    height: 1px;
    background-color: #151515;
    opacity: 0.2;
    z-index: 3;
} */



.steps_inner .step_item .step_item_icon::after{
    content: '';
    position: absolute;
    top: 50%;
    left: -100%;
    transform: translate(0, -50%);
    width: 0%;
    height: 1px;
    background-color: #929783;
    z-index: 4;
    transition: all 0.7s linear;
}

.custom_message_icon{
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 6;
    padding: 25px;
}

.curved_growing_line{
    position: absolute;
    top: 24px;
    right: 85px;
}



.curved_growing_line_inner{
    position: relative;
}


.coasterLineBottom.active{
    transition: all 0.3s ease;
    height: 165px;
}

.steps_inner .content_bottom .step_item.right_last.active .step_item_icon::after,
.steps_inner .content_bottom .step_item.right_last.active .step_item_icon::before{
    right: 63px;
    top: 35px;
    width: 101px;
}

.steps_inner .content_bottom .step_item.right_last .step_item_icon::after{
    height: 1px;
    right: 63px;
}

.steps_inner .content_bottom .step_item.active .step_item_icon::after{
    top: 35px;
    width: 100%;
}

.steps_inner .content_bottom .step_item .step_item_icon::after,
.steps_inner .content_bottom .step_item .step_item_icon::before{
    top: 35px
}

.coasterRoundBottom{
    position: absolute;
    bottom: 160px;
    right: 8px;
    height: 100px;
    rotate: 0deg;
    width: 100px;
    background-color: unset;
    background-image: url('../img/right_corner_anim3.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 3;
    transition: all 0.3s ease;
}

.coasterRoundBottom.active{
    transition: all 0.3s ease;
    rotate: 90deg;
}

.whiteScreenBottom{
    width: 100px;
    height: 100px;
    background-color: #FBFAF8;
    position: absolute;
    bottom: 207px;
    right: 9px;
    z-index: 4;
}

.steps_inner .content_bottom .curved_line.step_item .step_item_icon::after{
    right: -25px;
    top: 52%;
}

.steps_inner .content_bottom .curved_line.step_item.active .step_item_icon::after{
    right: -25px;
    top: 52%;
    width: 50%;
    height: 0.5px;
}

.whiteScreen{
    width: 100px;
    height: 100px;
    background-color: #FBFAF8;
    position: absolute;
    top: 32px;
    right: 40px;
    z-index: 4;
}

.steps_inner .step_item.active .step_item_icon::after{
    width: 160%;
    transition: all 0.7s linear;  
}


.steps_inner .content_bottom .step_item .step_item_icon::after,
.steps_inner .content_bottom .step_item .step_item_icon::before{
    left: unset;
    right: -50%;
}

.steps_inner .content_top .step_item:first-of-type .step_item_icon::after,
.steps_inner .content_top .step_item:first-of-type .step_item_icon::before{
    display: none;
}



.step_item_icon{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}



#tariffs,
#data-marathon,
#gifts,
#result,
#marathon{
    scroll-margin-top: 70px;
}

.questions{
    scroll-margin-top: 130px;
}

.curved_line{
    position: absolute;
    height: 237px;
    width: 237px;
    top: 30px;
    right: 4px;
    background-color: unset;
    background-image: url('../img/circle.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: rotate(-186deg);
}

.curved_line_white{
    position: absolute;
    height: 237px;
    width: 237px;
    top: 34px;
    right: 99px;
    background-color: #FAFAF8;
}

.curved_line.active + .curved_line_white {
    animation: whiteBox 0.7s linear forwards;
}

.curved_line.active{
    animation: curvingLine 0.7s linear forwards;
}


@keyframes curvingLine {
   0%{
    transform: rotate(-186deg);
   }
   100%{
    transform: rotate(0deg);
   }
} 

@keyframes whiteBox {
    0%{
    right: 99px;
    }
    100%{
        right: 140px;
    }
 } 


.gifts{
    padding-top: 120px;
    background-color: #F4F4F4;
    position: relative;
}

.gifts_inner h2{
    font-family: var(--alumini);
    font-size: 76px;
    font-weight: 400;
    line-height: 68.4px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #151515;
    margin-bottom: 158px;
}

.gifts_slider {
    max-width: 448px;
}

.gifts_inner{
    /* display: flex; */
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.gifts_slider .gift_item{
    background-color: #FFFFFF;
    border-radius: 32px;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 15px;
    margin-top: 158px;
}

.gifts_slider .gift_item .gift_item_img{
    width: 256px;
    height: 200px;
    margin-bottom: 20px;
    margin-top: -35%;
}

.gifts_slider .gift_item .gift_item_img img{
    width: 100%;
    height: 100%;
    filter: drop-shadow(0px 30px 30px #7A736F94);
    object-fit: contain;
}

.gifts_slider .gift_item span{
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: #151515;
    margin-bottom: 17px;
}


.gifts_slider .gift_item p{
    font-size: 15px;
    font-weight: 500;
    line-height: 19.5px;
    text-align: center;
    color: #15151580;
    max-width: 246px;
}

.gifts_prev.slick-arrow{
    position: absolute;
    top: -1%;
    left: -111px;
    padding: 18px;
    border-radius: 100%;
    background-color: #fff;
    box-sizing: unset;
    cursor: pointer ;
    box-shadow: 0px 14px 20px -14.47px #0000000D;
}

.gifts_next.slick-arrow{
    box-sizing: unset;
    position: absolute;
    top: -1%;
    right: -111px;
    padding: 18px;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0px 14px 20px -14.47px #0000000D;
    cursor: pointer ;
}

.gifts_prev.slick-arrow.slick-disabled,
.gifts_next.slick-arrow.slick-disabled{
    cursor: unset;
}

.gifts_prev.slick-arrow.slick-disabled path,
.gifts_next.slick-arrow.slick-disabled path{
    opacity: 0.3;
}

.slick-dots{
    display: flex;
    justify-content: center;
    gap: 6px;
    align-items: center;
    margin-top: 30px;
}

.slick-dots li svg:focus-visible,
.slick-dots li svg:focus{
    outline: unset;
}

.slick-dots li{
    cursor: pointer;
    display: flex;
}

.slick-dots li.slick-active svg {
    width: 10px;
    height: 10px;
}

.slick-dots li.slick-active svg circle{
    fill: #3E3E3E;
    fill-opacity:1 ;
}

.date_marathon{
    overflow: hidden;
    padding-top: 120px;
    background-color: #F4F4F4;
    position: relative;
}

.date_marathon_block{
    position: relative;
    background-color: #FBFAF8;
}

.date_marathon_block::after{
    content: '';
    position: absolute;
    right: 0;
    top: -90px;
    width: 460px;
    height: 460px;
    transform: translate(50%, 0);
    background-image: url('../img/dish3.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 3;
}



.date_marathon_inner{
    padding: 120px 0 60px 0;
    display: flex;
    gap: 80px;
    border-bottom: 1px solid #1515151A;
}

.date_marathon .content_text{
    max-width: 468px;
}

.date_marathon .content_text h2{
    font-family: var(--alumini);
    font-size: 76px;
    font-weight: 400;
    line-height: 68.4px;
    letter-spacing: -0.03em;
    text-align: left;
    margin-bottom: 20px;
    color: #151515;
}

.date_marathon .content_text p{
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    text-align: left;
    color: #151515;
    max-width: 436px;
}

.date_marathon .content_date{
    display: flex;
    flex-wrap: wrap;
    max-width: 415px;
    gap: 7px;
    height: fit-content;
    margin-top: 17px;
    z-index: 4;
}

.date_marathon .content_date span{
    font-size: 14px;
    font-weight: 600;
    line-height: 18.2px;
    text-align: left;
    padding: 10px 16px;
    border-radius: 100px;
    background-color: #F2F2F2;
    color: #15151580;
    border: 1px solid #F2F2F2;
    height: fit-content;
    width: fit-content;
}

.date_marathon .content_date span.active{
    border: 1px solid #0000001A;
    color: #151515;
    background-color: #fff;
    box-shadow: 0px 14px 24px 0px #0423100D;
}


.tariffs{
    padding: 60px 60px 120px 60px;
}

.tariffs_inner h2{
    font-family: var(--alumini);
    font-size: 76px;
    font-weight: 400;
    line-height: 68.4px;
    letter-spacing: -0.03em;
    text-align: center;
    margin-bottom: 40px;
}

.tariffs_slide{
    /* margin: 0px 10px; */
    margin-right: 20px;
    height: 544px;
    border-radius: 28px;
    padding: 28px;
    background-color: #F4F4F4;
    box-shadow: 0px 24px 44px 0px #00000000;
    width: 346px;
}


.tariffs_slide_inner{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.tariffs_slide .type{
    font-size: 14px;
    font-weight: 600;
    line-height: 18.2px;
    letter-spacing: -0.03em;
    background-color: #9FA48E;
    padding: 10px 16px;
    border-radius: 100px;
    color: #FFFFFF;
    margin-bottom: 40px;
    box-shadow: 0px 19px 30px 0px #0000001A;
    width: fit-content;
}

.tariffs_slide .price{
    font-family: var(--alumini);
    font-size: 56px;
    font-weight: 400;
    line-height: 50.4px;
    letter-spacing: -0.03em;
    text-align: left;
    margin-bottom: 12px;
    color: #1C2022;
}


.tariffs_slide .tariffs_listing{
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}


.tariffs_slide .tariffs_listing li{
    font-size: 15px;
    font-weight: 500;
    line-height: 19.5px;
    text-align: left;
    color: #151515;
    position: relative;
    margin-left: 20px;
}

.tariffs_slide .tariffs_listing li::before{
    content: '';
    position: absolute;
    left: -10px;
    top: 11px;
    transform: translate(-50%, -50%);
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #000;
}

.tariffs_listing.tariffs_mobile_text{
    display: none;
}

.tariffs_slide p{
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
    color: #151515;
    padding-bottom: 24px;
}

.tariffs_slide span.additional{
    font-size: 14px;
    font-weight: 600;
    line-height: 19.6px;
    letter-spacing: -0.03em;
    text-align: left;
    padding-top: 24px;
    border-top: 1px solid #1515151A;
    color: #15151566;
}

.tariffs_slide .tariffs_button{
    padding: 24.5px;
    width: auto;
    border-radius: 100px;
    color: #3E3E3E;
    background-color: #FFFFFF;
    font-size: 15px;
    font-weight: 600;
    line-height: 16.5px;
    letter-spacing: -0.02em;
    text-align: center;
    transition: all 0.6s ease;
    margin-top:auto ;
}

.tariffs_slide .tariffs_button:hover{
    background-color: #E9E9E9;
    transition: all 0.6s ease;
}

.tariffs_slider .slick-dots{
    margin-top:40px ;
}

.tariffs_slider .slick-list{
    left: 0px;
    width: calc(100% + 20px);
}


.tariffs_slider .gifts_prev.slick-arrow{
    left: -70px;
    top: 36%;
}

.tariffs_slider .gifts_next.slick-arrow{
    top: 36%;
    right: -70px;
}

.protocol{
    padding-bottom: 60px;
}

.protocol_inner h2{
    font-family: var(--alumini);
    font-size: 76px;
    font-weight: 400;
    line-height: 68.4px;
    letter-spacing: -0.03em;
    text-align: center;
    margin-bottom: 60px ;
    color: #151515;
}

.protocol_content{
    padding: 60px;
    border-radius: 28px;
    background-color: #F4F4F4;
    min-height: 904px;
}

.protocol_tab_content .last_has_border li:last-of-type{
    border-bottom: 1px solid #1C20221A;
}

.protocol_tab{
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 60px;
}

.protocol_tab button{
    padding: 16px 28px;
    color: #151515;
    font-family: var(--manrope);
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    line-height: 15.4px;
    letter-spacing: -0.02em;
    text-align: center;
    border: 0;
    width: auto;
    box-shadow: 0px 0px 30px 0px #00000000;
    background-color: #FFFFFF;
    cursor: pointer;
    transition: box-shadow 0.6s ease;
}

.protocol_tab button.active{
    background-color: #9FA48E;
    color: #FFFFFF;
    box-shadow: 0px 19px 30px 0px #0000001A;
    cursor: unset;
    transition: box-shadow 0.6s ease;
}

.protocol_tab_content b{
    font-size: 15px;
    font-weight: 600;
    line-height: 19.5px;
    text-align: left;
}

.protocol_tab_content ul.protocol_ul li{
    padding: 30px 0;
    border-top: 1px solid #1C20221A;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.protocol_tab_content ul.protocol_ul li:first-of-type{
    border-top: unset;
}

.protocol_tab_content .unordered_list{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    margin-bottom: 10px;
}


.protocol_tab_content .unordered_list span{
    color: #151515;
    font-size: 15px;
    font-weight: 600;
    line-height: 19.5px;
}

.protocol_tab_content .unordered_list li{
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    margin-left: 20px;
    text-align: left;
    color: #15151580;
    position: relative;
}

.protocol_tab_content .unordered_list li::before{
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #15151580;
}

.protocol_tab_content.new_style p{
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
    color: #15151580;
    margin-bottom: 30px;
    margin-top: 30px;
    display: block;
}

.protocol_tab_content .additional_information{
    margin-bottom: 30px;
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
    color: #15151580;
    margin-top: 30px;
}

.protocol_tab_content .protocol_ul li span{
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #151515;
}

.protocol_tab_content ul.protocol_ul li p{
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
    color: #15151580;

}

.protocol_tab_content{
    display: none;
}

.protocol_tab_content.active{
    display: block;
}

.questions{
    padding: 60px 0 30px 0;
}

.questions_inner > h2{
    font-family: var(--alumini);
    font-size: 76px;
    font-weight: 400;
    line-height: 68.4px;
    letter-spacing: -0.03em;
    text-align: center;
    margin-bottom: 20px;
    color: #151515;
}

.questions_inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.questions_content{
    max-width: 860px;
}

.questions_inner > span{
    font-size: 15px;
    font-weight: 500;
    display: block;
    line-height: 21px;
    text-align: center;
    margin-bottom: 40px;
    color: #15151580;
    max-width: 428px;
}

.questions_content .question{
    padding: 24px 0;
    padding-bottom: 24px;
    /* margin-bottom: 24px; */
    border-top: 1px solid #1C20221A;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    /* height: 57px; */
    position: relative;
    transition: all 0.3s ease;
    box-sizing: unset;
}

.questions_content .question .question_text{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /* margin-bottom: 24px; */
    /* position: relative; */
}

.questions_content .question .question_overlay{
    content: '';
    position: absolute;
    top: -24px;
    left: 0;
    width: 100%;
    height: calc(100% + 48px);
}

.questions_content .question .question_text h4{
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #151515;
    transition: all 0.3s ease;
    padding: 16px 0;
}

.questions_content .question.active .question_text h4{
    padding-bottom: 20px;
    transition: all 0.3s ease;
}

.questions_content .question .question_text button{
    padding: 0 ;
    border-radius: 100%;
    background-color: #9FA48E;
    position: relative;
    border: 0;
    width: 56px;
    height: 56px;
}

.questions_content .question .question_text button::after{
    content: '';
    position: absolute;
    width: 14px;
    height: 1.5px;
    left: 50%;
    transform: translate(-50%, 0) rotateZ(0deg);
    background-color: #FFFFFF;
    transition: all 0.3s ease;

}

.questions_content .question .question_text button::before{
    content: '';
    position: absolute;
    rotate: 90deg;
    left: 38%;
    top: 50%;
    width: 14px;
    height: 1.5px;
    transition: all 0.3s ease;
    background-color: #FFFFFF;
    opacity: 1;
}

.questions_content .question .question_text button.active::before{
    rotate: 180deg;
    opacity: 0;
    transition: all 0.3s ease;
}

.questions_content .question .question_text button.active::after{
    transform: translate(-50%, 0) rotateZ(180deg);
    transition: all 0.3s ease;

}

main{
    overflow: hidden;
}

.questions_content .question p{
    padding-right: 95px;
    font-size: 15px;
    font-weight: 600;
    line-height: 21px;
    text-align: left;
    color: #15151580;
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    /* padding-bottom: 10px; */
}

.show_all_questions{
    font-family: var(--manrope);
    font-size: 15px;
    font-weight: 600;
    line-height: 16.5px;
    letter-spacing: -0.02em;
    text-align: center;
    padding: 24.5px 34px;
    border: 1px solid #0000001A;
    border-radius: 100px;
    color: #151515;
    background-color: transparent;
    display: block;
    margin: 0 auto;
    transition: all 0.3s ease;
    cursor: pointer;
}

.show_all_questions:hover{
    background-color: #F0F0F0 ;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.show_all_questions.hidden,
.question.hidden{
    display: none;
}

footer{
    overflow: hidden;
    padding-top: 200px;
    position: relative;
}

footer::after{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 552px;
    height: 415px;
    z-index: 3;
    transform: translate(-50%, 0);
    background-image: url('../img/dish4.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.footer_block{
    background-color: #1C2022;
    padding: 60px 0;
    z-index: 4;
    position: relative;
}

.footer_inner h2{
    font-family: var(--alumini);
    font-size: 56px;
    font-weight: 400;
    line-height: 50.4px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 40px;
}


.footer_inner .social_icons{
    display: flex;
    gap: 13px;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}

.footer_inner .social_icons a{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 24.5px 54px;
    background-color: #FFFFFF1A;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 600;
    line-height: 16.5px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #fff;
    transition: all 0.3s ease;
}

.footer_inner .social_icons a:hover{
    transition: all 0.3s ease;
    background-color: #272B2D;
}

.footer_inner .rights{
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.04em;
    text-align: center;
    color: #FFFFFF4D;

}

.mobile_menu{
    display: none;
    cursor: pointer;
}

.modal_menu{
    display: none;
}

.social_bg_mobile_text{
    display: none;
}

.desctop_mobile_sub{
    display: none;
}

.marathon_inner .content_text h2 br{
    display: none;
}

.mobile_date_mathon_button{
    display: none;
}

.tariffs::after{
    display: none;
}

.tariffs_mobile_text{
    display: none;
}

.protocol_mobile{
    display: none;
}

.steps_content_mobile{
    display: none;
}

.mar-b-50{
    display: block;
    margin-bottom: 20px;
}

.mar-t-50{
    display: block;
    margin-top: 50px;
}

.mar-t-40{
    display: block;
    margin-top: 40px;
}

.mar-t-30{
    margin-top: 30px;
}

.chat_block{
    width: 100%;
    height: 100%;
    z-index: 9;
}

.chat_icon_container{
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 20px;
    width: fit-content;
    height: fit-content;
}

.chat_block .chat_icon{
    position: relative;
    padding: 19px 17px;
    border-radius: 100%;
    background-color: #9FA48D;
    z-index: 7;
    display: flex;
    cursor: pointer;
    box-shadow: 0px 9px 30px 0px #0000000A; 
}

.chat_block .chat_icon::after{
    content: '';
    position: absolute;
    top: 4px;
    right: 3px  ;
    width: 11px;
    height: 11px;
    background-color: #FF0000;
    border-radius: 100%;
}



.chat_block .chat_content{
    display: none;
    height: 381px;
    max-width: 356px;
    /* padding-left: 50px; */
    width: 100%;
    border-radius: 20px;
    position: fixed;
    bottom: 70px;
    right: 20px;
    z-index: 8;
    animation: arrearingFromBottom 0.3s ease forwards;
    box-shadow: 0px 24px 34px 0px #00000040;
}

.chat_block .chat_content.anim{
    animation: arrearingBackBottom 0.1s ease forwards;
    transition: all 0.3s ease;
}

.chat_block .chat_content.active{
    display: block;
}

@keyframes arrearingFromBottom {
    0%{
        opacity: 0;
        bottom: 50px;
    }
    100%{
        bottom: 70px;
        opacity: 1;
    }
}

@keyframes arrearingBackBottom {
    0%{
        bottom: 70px;
        opacity: 1;
       
    }
    100%{
        opacity: 0;
        bottom: 50px;
    }
}



.chat_block .chat_content .chat_content_header{
    padding: 20px;
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: relative;
}

.chat_block .chat_content .chat_content_header .chat_logo{
    position: relative;
    margin-right: 15px;
}
/* 
.chat_block .chat_content .chat_content_header .chat_logo::after{
    content: '';
    position: absolute;
    bottom: 0;
    right: -8px;
    border: 1px solid #fff;
    background-color: #00DA00;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    margin-right: 15px;
} */

.chat_block .chat_content .chat_content_header .chat_header_text{
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.chat_block .chat_content .chat_content_header .chat_header_text span{
    font-size: 16px;
    font-weight: 700;
    line-height: 20.8px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #151515;
}

.chat_block .chat_content .chat_content_header .chat_header_text p{
    font-size: 15px;
    font-weight: 500;
    line-height: 19.5px;
    text-align: left;
    color: #BCBBBB;
}

.chat_block .chat_content .chat_content_header .chat_block_close{
    display: flex;
    align-items: flex-start;
    position: absolute;
    top: 6px;
    right: 6px;
    padding: 10px;
    cursor: pointer;
}

.chat_block .chat_content .chat_content_header .chat_block_close i{
    display: flex;
    width: fit-content;
    height: fit-content;
}

.chat_block .chat_content .chat_content_header .chat_block_close svg{
    width: 22.31px;
    height: 22.31px;
}

.chat_block .chat_content .chat_content_body{
    display: flex;
    flex-direction: column;
    height: 74%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-image: url('../img/chat_background.webp');
    background-position: center;
    background-repeat: repeat-y;
    background-size: cover;
}

.chat_block .chat_content .chat_content_body .chat_content_message{
    margin-top: 50px;
    padding: 15px;
    background-color: #FFFFFF;
    border-radius: 14px;
    position: relative;
    max-width: 252px;
    margin-left: 35px;
    position: relative;
    box-shadow: 0px 24px 24px 0px #00000017;
}


.chat_block .chat_content .chat_content_body .chat_content_message::before{
    content: '';
    position: absolute;
    top: -2px;
    left: -12px;
    background-image: url('../img/triangle.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    overflow: hidden;    
}

.chat_block .chat_content .chat_content_body .chat_content_message p{
    font-size: 15px;
    font-weight: 500;
    line-height: 19.5px;
    text-align: left;
    color: #151515;
}

.chat_block .chat_content .chat_content_body .chat_content_button{
    margin: auto;
    margin-bottom: 50px;
}

.chat_block .chat_content .chat_content_body .chat_content_button a{
    font-size: 15px;
    padding: 15px 33px;
    font-weight: 600;
    background-color: #C1C1C1;
    line-height: 16.5px;
    border-radius: 100px;
    letter-spacing: -0.02em;
    text-align: center;
    box-shadow: 0px 19px 30px 0px #0000001A;
    transition: all 0.3s ease;
    color: #FFFFFF;
}

.chat_block .chat_content .chat_content_body .chat_content_button a:hover{
    background-color: #ccc9c9;
    transition: all 0.3s ease;
}

.modal_window{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: #3E3E3EF2;
    display: none;
}

.modal_window.active.certificate .modal_sertificates_switcher{
    display: flex;
}

.modal_window.active.certificate .modal_diplomas_slider.active,
.modal_window.active.certificate .modal_sertificates_slider.active{
    display: block;
}

.modal_window.active.before_after .modal_beforeafter_slider{
    display: block;
}

.modal_window.active{
    display: block;
}

.modal_window .container{
    height: 100%;
}

.modal_window .container .modal_window_inner{
    height: 100%;
}

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

.modal_sertificates_slider{
    max-width: 628px;
    width: 100%;
    height: 466px;
    display: none;
}

.modal_window .slick-dots li.slick-active svg circle{
    fill: #FFFFFF;
}

.modal_sertificates_slider .modal_sertificates_slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal_sertificates_slider .modal_sertificates_slide{
    height: 466px;
}



.modal_beforeafter_slider {
    max-width: 527px;
    height: 527px;
    width: 100%;
    display: none;
}

.modal_beforeafter_slider .modal_beforeafter_slide img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gifts_block {
    max-width: 418px;
    margin: 0 auto;
    height: 278px;
    background-color: #FFFFFF;
    box-shadow: 0px 24px 24px 0px #0000000D;
    border-radius: 32px;
}

.gifts_block .gifts_block_img_slider{
    height: 226px;
    position: relative;
    top: -115px;
}

.gifts_block_img_slide{
    width: 100%;
    height: 226px;
    display: flex !important;
    justify-content: center;
    align-items: flex-end;
}

.gift_block_title_slider {
    top: -115px;
    z-index: 2;
}

.gift_block_title_slider .slick-list{
    height: 171px;
}

.gift_block_title_slide {
    display: flex !important;
    align-items: center;
    justify-content: center ;
}

.gift_block_title_slide span{
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #151515;
    margin-top: 33px ;
}

.gift_block_static_text{
    position: relative;
    top: -230px;
    max-width: 246px;
    font-size: 15px;
    font-weight: 500;
    line-height: 19.5px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #00000099;
    margin: 0 auto;
}

.gifts_block_img_slide[data-slick-index="2"] img{
    position: relative;
    top: 60px;
    width: 313px;
    height: 299px;
}

.gifts_block_img_slide[data-slick-index="0"] img{
    width: 239px;
    height: 226px;
}

.gifts_block_img_slide[data-slick-index="1"] img{
    width: 189px;
    height: 192px;
}

.gifts_block_img_slide[data-slick-index="3"] img{
    width: 212px;
    height: 190px;
}

.gifts_block_img_slide[data-slick-index="4"] img{
    width: 200px;
    height: 153px;
}

.gifts{
    padding-bottom: 45px;
}

.modal_sertificates_switcher{
    margin-bottom: 52px;
    display: none;
    
    gap: 8px;
}

.modal_sertificates_switcher button{
    padding: 10px 16px;
    border: 0;
    background-color: transparent;
    font-family: var(--manrope);
    font-size: 14px;
    font-weight: 600;
    line-height: 18.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF99;
    border-radius: 100px;
    cursor: pointer;
}

.modal_sertificates_switcher button.active{
    background-color: #FFFFFF;
    color: #00000080;
}

.modal_window.certificate .modal_window_inner{
    flex-direction: column;
}

.modal_diplomas_slider .modal_diplomas_slide{
    height: 566px;
}

.modal_diplomas_slider .modal_diplomas_slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal_diplomas_slider {
    display: none;
    max-width: 416px;
    width: 100%;
    height: 566px;
}


.modal_sertificates_slider {
    display: none;
    min-height: 566px;
}


@media only screen and (max-width: 1265px) {
    .tariffs_slider .gifts_next.slick-arrow {
        top: 36%;
        right: -66px;
    }

    .tariffs_slider .gifts_prev.slick-arrow {
        top: 36%;
        left: -66px;
    }
}

@media only screen and (max-width: 1300px){
    .stpes_content {
        display: none;
    }

    .steps_content_mobile{
        display: flex;
    }

    .steps_content_mobile{
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .steps_content_mobile .mobile_step{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 16px;
        position: relative;
    }

    .steps_content_mobile .mobile_step:last-of-type{
        align-items: flex-start;
    }

    .steps_content_mobile .mobile_step i{
        display: flex;
        border:  1px solid transparent;
        padding: 18px;
        background-color: #F4F4F4;
        border-radius: 100%;
        position: relative;
        transition: all 0.3s ease;
        z-index: 4;
    }

    .result .btn:hover,
    .about_us .btn:hover,
    .banner .btn:hover{
        transition: all 0.6s ease;
        box-shadow: 0px 19px 30px 0px #0000001A;
    }



    .steps_content_mobile .mobile_step i svg path{
        stroke: #9FA48E;
    }
    
    .steps_content_mobile .mobile_step p{
        color: #8C8C8C;
        font-size: 18px;
        font-weight: 600;
        line-height: 23.4px;
        text-align: left;
    }

    .steps{
        padding: 60px 0;
    }

    .steps_inner h2{
        text-align: start;
        margin-bottom: 40px;
    }


    .steps_content_mobile .mobile_step::before{
        content: '';
        position: absolute;
        top: -51px;
        left: 30px;
        width: 1px;
        height: 100%;
        background-color: #DEDEDE;
        z-index: 2;
    }
    
    .steps_content_mobile .mobile_step:last-of-type.active::after{
        height: 50%;
    }

    .steps_content_mobile .mobile_step:last-of-type:before{
        height: 50%;
    }

    .steps_content_mobile .mobile_step:first-of-type::after,
    .steps_content_mobile .mobile_step:first-of-type::before{
        display: none;
    }


    .steps_content_mobile .mobile_step::after{
        content: '';
        position: absolute;
        top: -51px;
        left: 30px;
        width: 1px;
        height: 0%;
        transition: all 0.3s ease;
        background-color: #9FA48E;
        z-index: 3;
    }

    .steps_content_mobile .mobile_step.active i{
        border: 1px solid #9FA48E;
        transition: all 0.3s ease;
        background-color: #FFFFFF;
    }

    .steps_content_mobile .mobile_step.active::after{
        height: 100%;
        transition: all 0.3s ease;
    }

    .steps_content_mobile .mobile_step i g{
        opacity: 1;
    }

    .questions_content .question.active .question_text h4{
        padding-bottom: 17px;
    }

    .questions_content .question .question_text h4{
        padding: 1% 0;
    }

    .steps_content_mobile .mobile_step.active i g{
        opacity: 1;
    }

    .questions{
        padding-top: 50px;
    }

    .date_marathon .content_date{
        margin-top: 0;
    }

    .steps_content_mobile .mobile_step.active p{
        color: #151515;
    }

    .steps_content_mobile .mobile_step span{
        color: #8C8C8C;
        font-size: 15px;
        font-weight: 500;
        line-height: 22.5px;
        text-align: left;
        margin-top: 6px;
    }

    .steps_content_mobile .mobile_step.active span{
        color: #151515;
    }

    .about_us_inner .content_text .buttons .white_btn,
    .about_us_inner .content_text .buttons .btn{
        padding: 24px 20px;
    }
}

@media only screen and (max-width: 1024px) {



    .header_inner ul{
        display: none;
    }

    .modal_diplomas_slider .modal_diplomas_slide,
    .modal_diplomas_slider{
        height: 417px;
    }

    .modal_diplomas_slider{
        padding: 0 10px;
    }

    .mobile_menu{
        display: block;
        position: relative;
        width: 31px;
        height: 13px;
    }

    .mobile_menu span:first-of-type{
        width: 100%;
        height: 1px;
        position: absolute;
        top: 1px;
        background-color: #A1A899;
        transition: all 0.3s ease;
    }

    .modal_beforeafter_slider .modal_beforeafter_slide{
        height: 325px;
    }
    

    .modal_sertificates_slider .modal_sertificates_slide{
        height: 241px;
    }

    .modal_sertificates_slider .modal_sertificates_slide img{
        object-fit: contain;
    }

    .modal_beforeafter_slider{
        height: 325px;
    }


    .modal_sertificates_slider {
        height: 241px;
        min-height: 417px;
    }

    .mobile_menu span.line{
        width: 100%;
        height: 1px;
        position: absolute;
        transform: translate(0px, -50%);
        top: 50%;
        background-color: #A1A899;
        transition: all 0.3s ease;
    }

    .mobile_menu span:last-of-type{
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: 1px;
        background-color: #A1A899;
        transition: all 0.3s ease;
    }

    .chat_block .chat_content{
        max-width: 306px;
        box-shadow: 0px 4px 34px 0px #00000040;
    }

    .mar-t-40,
    .mar-t-50{
        margin-top: 30px;
    }

    .mar-b-50{
        margin-bottom: 0px;
    }

    .mobile_menu_container{
        display: block;
    }

    .mobile_menu.active span:first-of-type{
        transform: rotate(45deg);
        top: 6px;
        transition: all 0.3s ease;
    }

    .tariffs_listing.tariffs_mobile_text{
        display: flex;
    }

    .tariffs_listing.tariffs_desctop_text{
        display: none;
    }

    .mobile_menu.active span.line{
        opacity: 0;
    }

    .mobile_menu.active span:last-of-type{
        bottom: 5px;
        transform: rotate(-45deg);
        transition: all 0.3s ease;
    }

    .modal_menu.active{
        display: block;
    }

    .tariffs_slide .tariffs_button:hover{
        background-color: #FFFFFF;
    }

    .tariffs_slide.third span.additional{
        border-top: 0;
    }

    .tariffs_slide.third p{
        border-bottom: 1px solid #1515151A;
    }

    .tariffs_slide.third .tariffs_mobile_text{
        max-width: 222px;
    }

    .modal_menu{
        position: fixed;
        top: 71px;
        height: calc(100% - 71px);
        width: 100%;
        background-color: #FBFAF8;
        display: none;
        z-index: 10;
        overflow-x: auto;
    }

    .tariffs_slider .slick-list{
        width: 100%;
        left: unset ;
    }

    header .header_sticky{
        padding: 30px 0;
        position: fixed;
    }

    .container{
        padding: 0 25px;
    }

    

    .modal_menu ul{
        display: flex;
        flex-direction: column;
        gap: 30px;
        width: 100%;
        margin-bottom: 70px;
        margin-top: 55px;
    }

    .modal_menu ul li{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .modal_menu ul li a{
        font-family: var(--alumini);
        font-size: 36px;
        font-weight: 400;
        line-height: 32.4px;
        letter-spacing: -0.03em;
        text-align: center;
        color: #151515;
    }

    .modal_menu .social_icons{
        display: flex;
        flex-direction: column;
        gap: 13px;
        width: 100%;
        margin-bottom: 90px;
    }

    .modal_menu .social_icons a{
        width: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 24.5px;
        font-size: 15px;
        font-weight: 600;
        line-height: 16.5px;
        letter-spacing: -0.02em;
        text-align: center;
        gap: 12px;
        background-color: #9FA48E;
        border-radius: 100px;
        color: #FFFFFF;
    }

    .modal_menu .social_icons a svg{
        width: 20px;
        height: 20px;
    }

    header{
        min-height: 90px;
    }

    .banner_inner{
        padding-top: 20px;
        flex-direction: column;
        padding-bottom: 117px;
    }
    
    .banner_inner .content_text{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .questions_content .question .question_text h4{
        font-size: 18px;
    }

    .protocol_tab_content .protocol_ul li span{
        font-size: 17px;
        font-weight: 700;
    }

    .questions_content .question .question_text{
        gap: 19px;
    }

    .show_all_questions{
        margin-top: 50px;
        width: 100%;
    }
    
    .show_all_questions:hover{
        border: 1px solid #0000001A;
        background-color: transparent;
    }

    .banner_inner .content_text h1{
        font-size: 76px;
        font-weight: 400;
        line-height: 68.4px;
        letter-spacing: -0.03em;
        text-align: center;
    }

    .banner_inner .content_text p{
        font-size: 15px;
        font-weight: 500;
        line-height: 19.5px;
        text-align: center;     
        text-align: center;
        color: #151515;
        max-width: 300px;
    }


    .banner_inner{
        gap: 80px;
    }
    
    .banner_inner .content_img{
        width: 257px;
        min-width: 257px;
        height: 256px;
    }

    .banner_inner .content_img::after{
        width: 341px;
        height: 341px;
    }

    .banner_inner .content_img::before{
        width: 448px;
        height: 448px;
    }

    #tariffs{
        scroll-margin-top: 0px;
    }

    .banner_inner .content_img span{
        font-size: 11px;
        padding: 9.3px 15.1px;
    }

    .banner_inner .content_img span i{
        width: 9.54px;
        height: 9.54px;
    }

    .banner_inner .content_img span{
        gap: 5px;
    }

    .banner_inner .content_img .first_pos{
        top: 76px;
        left: -38px;
    }

    .footer_inner .social_icons a:hover{
        transition: all 0.3s ease;
        background-color: #FFFFFF1A;
    }

    .banner_inner .content_img .third_pos{
        bottom: -48px;
        right: 16.15px;
    }

    .about_us_inner .content_text .content_text_block h2,
    .marathon_inner .content_text h2,
    .result_inner .content h3,
    .gifts_inner h2,
    .date_marathon .content_text h2,
    .tariffs_inner h2,
    .protocol_inner h2,
    .questions_inner > h2,
    .steps_inner h2{
        font-size: 56px;
        font-weight: 400;
        line-height: 50.4px;
        letter-spacing: -0.03em;
    }

    .about_us_inner .content_text .content_text_block p:first-of-type{
        margin-top: 22px;
    }

    .about_us_inner{
        flex-direction: column;
        position: relative;
        gap: 0;
    }

    .about_us{
        padding: 60px 0 0 0;

    }

    .about_us_inner .content_img{
        margin-bottom: 222px;
    }

    .about_us_inner .content_text .buttons{
        position: absolute;
        bottom: 0;
        flex-direction: column-reverse;
        width: 100%;
        left: 0;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .tariffs_slide[data-slick-index="5"] span.additional{
        padding-top: 21px;
    }

    .social_bg_mobile_text{
        display: block;
        font-family: var(--manrope);
        font-size: 15px;
        font-weight: 600;
        line-height: 16.5px;
        letter-spacing: -0.02em;
        text-align: center;

    }

    .social_bg_icon svg{
        display: none;
    }

    .about_us_inner .content_text .buttons .social_bg_icon{
        border-radius: 100px;
    }

    .about_us_inner .content_text .buttons .social_bg_icon,
    .about_us_inner .content_text .buttons .btn{
        max-width: 471px;
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .about_us_inner .content_img{
        height: 398px;
        max-width: 471px;
        width: 100%;
    }

    .marathon{
        padding: 60px 0 0 0;
        background-color: #F4F4F4;
        overflow: hidden;
    }

    .marathon_block{
        padding: 60px 0;
        background-color: #FBFAF8;
    }

    .marathon_inner .content_img {
        width: 436px;
        height: 415px;
        position: absolute;
        left: 0;
        transform: translate(37%, 0px);
        top: -91px;
    }

    .banner_inner .content_img::before{
        background-image: url('../img/circle_green_mobile_2.svg');
    }

    .marathon_inner .content_img img{
        filter: drop-shadow(10px 55px 49px #00000047);
    }

    .marathon_inner{
        position: relative;
    }

    .desctop_marathon_sub{
        display: none;
    }

    .desctop_mobile_sub{
        display: block;
    }
    .marathon_inner .content_text{
        position: relative;
        z-index: 4;
    }

    .marathon_inner .content_text sub{
        max-width: 318px;
    }

    .marathon_inner .content_text h2 br{
        display: block;
    }

    .marathon_block .container{
        display: flex;
        justify-content: center;
    }

    .result{
        height: 478px;
        background-image: url('../img/mobilebeforeafter.webp');
    }

    .result_inner .content{
        padding: 20px;
    }

    .result_inner .content .btn{
        width: 100%;
        text-align: center;
    }

    .gifts{
        padding-top: 60px;
    }

    .gifts_slider{
        max-width: 100%;
    }

    .gifts_slider .gift_item{
        min-height: 290px;
        padding: 57px 32px;
        margin: 0 25px;
        margin-top: 130px;
    }

    .gifts_slider .gift_item .gift_item_img{
        margin-top: -150px;
    }

    .date_marathon{
        padding-top: 60px;
    }

    .protocol_tab_content b.mar-t-50 br{
        display: none;
    }

    .date_marathon_block::after{
        display: none;
    }

    .date_marathon_inner{
        flex-direction: column;
        gap: 0px;
        padding: 60px 0;
    }

    .date_marathon .content_date{
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .mobile_date_mathon_button{
        display: block;
        width: 100%;
        max-width: 325px;
        text-align: center;
        box-shadow: unset;
    }

    .date_marathon .content_date span{
        padding: 10px 14px;
    }

    .date_marathon_inner{
        border-bottom: unset;
        padding-bottom: 0;
    }


    .tariffs_inner h2{
        display: none;
    }

    .tariffs_slide{
        height: 493px;
        padding: 30px 23px;
        margin: 0 25px;
    }

    .tariffs_slide .type{
        margin-bottom: 30px;
    }

    .tariffs{
        padding: 0;
        padding-top: 60px;
        background-color: #FBFAF8;
        position: relative;
    }

    .tariffs_block{
        background-color: #fff;
        padding-top: 60px;
    }

    .tariffs::after{
        display: none;
        content: '';
        position: absolute;
        left: 0;
        top: 99px;
        width: 325px;
        height: 325px;
        transform: translate(63%, 0);
        background-image: url(../img/dish3.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 3;
        filter: drop-shadow(0px 24px 34px #0000001A);
        border-radius: 100%;
    }

    .tariffs_slide{
        height: 577px;
    }

    .tariffs_desctop_text{
        display: block;
    }

    .tariffs_mobile_text{
        display: none;
    }

    .protocol{
        padding-top: 60px;
    }   

    .protocol_inner h2{
        margin-bottom: 40px;
    }


    .protocol_mobile .question_text button::after,
    .protocol_mobile .question_text button::before{
        display: none;
    }

    .protocol_mobile .question .question_text button{
        width: 100%;
        font-family: var(--manrope);
        border-radius: 100px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 27px 30px;
        font-size: 15px;
        font-weight: 600;
        line-height: 16.5px;
        letter-spacing: -0.02em;
        text-align: left;
        color: #151515;
        background-color: #FFFFFF;
        height: fit-content;
        transition: all 0.3s ease;
    }

    .protocol_mobile .protocol_tab_content.protocol_accardion_content  .questions_content .question p{
        padding-right: 0;
    }

    .protocol_mobile .question .question_text button svg{
        transition: all 0.3s ease;
        rotate: 0deg;
    }

    .protocol_mobile .question .question_text button.active{
        background-color: #9FA48E;
        transition: all 0.3s ease;
        color: #fff;
    }

    .protocol_mobile .question .question_text button.active svg{
        rotate: -180deg;
        transition: all 0.3s ease;
    }

    .protocol_mobile .question .question_text button.active svg path {
        stroke:#fff ;
    }

    .protocol_mobile .question .question_text button i{
        display: flex;
    }

    .desctop_protocol{
        display: none;
    }

    .protocol_mobile{
        display: block;
        padding: 35px 20px;
        border-radius: 32px;
        background-color: #F4F4F4;
    }

    .protocol_mobile.questions_content .question{
        border: 0;
        padding-top: 0;
        margin-bottom: 10px;
    }

    .protocol_mobile.questions_content .question:last-of-type{
        margin-bottom: 0;
    }

    .protocol{
        background-color: #fff;
    }

    .protocol_mobile.questions_content .question .question_text{
        margin-bottom: 30px;
    }

    .protocol_mobile.questions_content .question p{
        padding-right: 0;
    }

    .protocol_accardion_content{
        padding: 0 24px;
        padding-bottom: 35px;
    }

    .protocol_accardion_content.protocol_tab_content{
        display: block;
    }

    .questions_inner > h2{
        text-align: start;
        width: 100%;
    }

    .questions_inner > span{
        text-align: start;
        width: 100%;
        max-width: unset;
    }

    .questions_content .question p{
        padding-right: 75px;
    }

    /* .questions_content .question .question_text{
        margin-bottom: 15px;
    } */

    .about_us_inner .content_text .buttons .white_btn{
        box-shadow: unset;
    }

    /* .questions_content .question{
        height: 52px;
    } */

    .protocol .questions_content .question{
        height: 71px;
        padding-bottom: 0;
    }

    .questions_content .question .question_text button{
        min-width: 56px;
    }

    .footer_inner .social_icons{
        flex-direction: column;
        margin-bottom: 40px;
    }

    .footer_inner .social_icons a{
        max-width: 328px;
        justify-content: flex-start;
        text-align: start;
        width: 100%;
        padding: 24.5px 44px;
    }

    .questions{
        scroll-margin-top: 70px;
    }

    .gifts .container{
        padding: 0;
    }

    .tariffs_block .container{
        padding: 0;
    }
  }    

  @media only screen and (max-width: 768px) {
      .modal_sertificates_slider .modal_sertificates_slide img{
            object-fit: cover;
            
        }
  }

  @media only screen and (max-width: 580px) {
    .tariffs::after{
        display: block;
    }
    .tariffs_slide p{
        max-width: 260px;
    }

    .tariffs_desctop_text{
        display: none;
    }

    .tariffs_mobile_text{
        display: block;
    }
  }

  @media only screen and (max-width: 487px){
    .gifts_block{
        margin: 0 25px;
    }
  }