/*
Theme Name: LP Glycolic
Description: 
Version: 1.0.0
Author: Concepta Team
*/
*{
    padding: 0;
    margin:0;
}
body,html{
    overflow-x: hidden;
}
a{
    text-decoration: none;
}
.main{
    background-color: #FFDDE3;
    margin-bottom: 100px;
}
.main_top{
    display: flex;
    align-items: center;
}
.main_top_left,.main_top_right{
    width: 50%;
}
.main_top_left{
    height: calc(50vw);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("img/main_img.webp");
    display: flex;
    align-items: flex-end;
    padding: 60px 120px;
    box-sizing: border-box;
}
.main_top_left .main_left_center,.main_top_left .title{
    display: none;
}
.main_top_right{
    display: flex;
    flex-direction: column;
    padding: 100px 130px 60px 80px;
    box-sizing: border-box;
}
.title{
    color: #01103B;
    font-family: "Proxima Nova";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 48px */
}
.main_top_title{
    margin-bottom: 74px;
}
.main_item{
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #01103B;
    border-radius: 40px;
    padding: 40px 45px 45px 45px;
    position: relative;
    box-sizing: border-box;
}
.main_item .title{
    color: #FFF;
}
h3{
    color: #FFF;
    text-align: center;
    font-family: "Proxima Nova";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.2px;
    margin-bottom: 24px;
}
h3 span{
    text-transform: uppercase;
}
.copy{
    background: #01103B;
    display: flex;
    width: 100%;
    max-width: 366px;
    height: 60px;
    padding: var(--Gap-Small-4, 4px) 20px;

    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 12px;
    border: 1px solid var(--Color-White-100, #FFF);
    color: #FFF;

    text-align: center;
    font-family: "Proxima Nova";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.copy img{
    margin-left: 16px;
}
.fixed_timer{
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}
.time-section{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.time-section:not(:last-child){
    border-right: 1px solid #fff;
    padding-right: 52px;
    margin-right: 52px;
}
.hours,.minutes,.seconds{
    color: #FFF;

    text-align: center;
    font-family: "Proxima Nova";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.time-section .label{
    color: #FFF;
    text-align: center;
    font-family: "Proxima Nova";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}
.shop{
    display: flex;
    width: 85%;
    max-width: 373px;
    padding: var(--Gap-Small-16, 16px) var(--Gap-Middle-24, 24px);
    justify-content: center;
    align-items: center;
    gap: var(--Gap-Middle-24, 24px);
    border-radius: var(--Border-radius-Absolute, 200px);
    border: 1px solid var(--Color-White-80, #E2E0DF);
    background-color: #fff;
    color: var(--Color-Black-20, #282828);
    text-align: center;
    /* P1 – Bold */
    font-family: "DM Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 23.8px */
    letter-spacing: -0.34px;
    text-transform: capitalize;
}
.main_bottom{
    max-width: 1750px;
    display: grid;
    row-gap: 40px;
    column-gap: 40px;
    grid-template-columns: repeat(4,1fr);
    padding: 30px 120px;
}
.main_bottom_col{
    display: flex;
    align-items: center;
    position: relative;
}
.main_bottom .fixed_timer{
    background-color: #01103B;
    align-items: center;
    border-radius: 12px;
    padding: 10px 23px;
    margin-bottom: 0;
}
.main_bottom .time-section:not(:last-child){
    padding-right: 30px;
    margin-right: 30px;
}
.main_bottom .hours,.main_bottom .minutes,.main_bottom .seconds{
    color: #FFF;

    text-align: center;
    font-family: "Proxima Nova";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.main_bottom .label{
    color: #FFF;

    text-align: center;
    font-family: "Proxima Nova";
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.main_bottom_text{
    display: flex;
    align-items: center;
    color: #01103B;

    text-align: center;
    font-family: "Proxima Nova";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.main_bottom .copy{
    width: min-content;
    background-color: #fff;
    color: #01103B;
    margin-bottom: 0;
    box-sizing: border-box;
}
.main_bottom .shop{
    max-width: 300px;
    height: 56px;
    background-color: #000;
    color: #fff;
    box-sizing: border-box;
}
.copy_text{
    display: none;
    position: absolute;
    padding: 5px 10px;
    font-family: "Proxima Nova";
    background-color: rgba(203, 203, 226, 0.8);
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 5px;
    z-index: 10;
}
.main_item .copy_text{
    top:25%;
}
.main_bottom .copy_text{
    top:-50%;
}
/*==============exist==================*/
.exist{
    max-width: 1750px;
    display: flex;
    align-items: center;
    padding: 0 120px;  
    margin:0 auto 80px;
}
.exist_left{
    flex:1 1 auto;
    margin-right:160px;
}
p{
    color: #01103B;

    font-family: "Proxima Nova";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%; /* 24.3px */
}
.exist_left p{
    max-width: 540px;
}
.exist_right{
    display: flex;
    align-items: center;
}
.exist_right img{
    max-width: 102px;
    margin-right: 37px;
}
.exist_right h3{
    color: #01103B;
}
/*==============product==================*/
.product{
    max-width: 1750px;
    display: flex;
    align-items: center;
    padding: 0 120px;
    margin-bottom: 91px;
}
.product_left,.product_right{
    width: 50%;
}
.product_left{
 max-width: 700px;
}
.product_left img{
    width: 100%;
}
.product_right{
    display: flex;
    justify-content: center;
}
.product_right_container{
    width: 100%;
    max-width: 400px;
    position: relative;
}
.product_right_container .copy_text{
    top:40%;
}
.product_right .title{
    margin-bottom: 28px;
}
.product_price{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.original_price{
    color: #01103B;
    font-family: "Proxima Nova";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 26.4px */
    text-decoration:line-through;
    text-transform: uppercase;
    margin-right: 10px;
}
.actual_price{
    color: #E12530;
    font-family: "Proxima Nova";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 44px */
    text-transform: uppercase;
}
.product_right .copy{
    min-width: 100%;
    height: 48px;
    background-color: #fff;
    color: var(--Black-20, #282828);
    border: 1px solid var(--Color-White-80, #E2E0DF);
    border-radius: var(--Border-radius-Absolute, 200px);
    box-sizing: border-box;
    padding: 12px 24px;
    margin-bottom: 16px;
}
.product_right .shop{
    min-width: 100%;
    min-height: 56px;
    border-radius: var(--Border-radius-Absolute, 200px);
    background: var(--Color-Black-0, #000);
    color:#fff;
    box-sizing: border-box;
}
/*=============reviews===============*/
.reviews,.reviews2{
    margin-bottom: 100px;
}
.swiper-reviews,.swiper-reviews2{
    display: grid;
    position: relative;
}
.swiper-slide{
    opacity: 0.4 !important;
}
.swiper-slide-active{
    opacity: 1 !important;
}
.reviews_item_top{
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.reviews_item_top_left img{
    max-width: 150px;
    border-radius: 50%;
    margin-right: 24px;
}
.name{
    color: #010F3A;
    font-family: "Proxima Nova";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 33px */
    margin-bottom: 16px;
}
.rate{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.reviews_item_content p{
    color: #010F3A;
    font-family: "Proxima Nova";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
}
.reviews .swiper-slide,.reviews2 .swiper-slide{
    display: grid;
    box-sizing: border-box;
}
.reviews_item{
    max-width: 960px;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: -10px 15px 50px 0px rgba(0, 0, 0, 0.10);
    align-self: stretch;
    padding: 48px 60px 60px;
}
.swiper-slide-active{
    margin:0 auto;
}
.swiper-pagination,.reviews2-swiper-pagination{
    position: relative;
    text-align: center;
    margin-top: 57px;
}
.swiper-pagination-bullet{
    width: 15%;
    max-width: 175px;
    min-width: 60px;
    height: 12px;
    border-radius: 50px;
    background: #EFEFEF;
    opacity: 1 !important;
    opacity: 0.4;
}
.swiper-pagination-bullet-active{
    background: #010F3A;
    opacity: 1;
}
.swiper_buttons{
    max-width: 160px;
    min-height: 80px;
    display: flex;
    align-items: center;
    position: relative;
    background-color: #010F3A;
    border-radius: 20px;
    margin:32px auto 0;
    box-sizing: border-box;
}
.swiper-button-prev,.swiper-button-next,.swiper-button-prev2,.swiper-button-next2{
    width: 27px;
    height: 44px;
    position: relative;
    color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    margin:0 !important;
}
.swiper-button-prev,.swiper-button-prev2{
    background-image: url("img/arrow_left.svg");
    left:20px;
}
.swiper_buttons_item{
    width: 50%;
    min-height: 54px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.swiper_buttons_item:first-child{
    border-right: 2px solid #E6E8EC;
}
.swiper-button-next,.swiper-button-next2{
    background-image: url("img/arrow_right.svg");
    right:-35px;
}
.reviews_pagination{
    width: 100%;
    height: 5px;
}
.swiper-button-disabled{
    opacity: .35 !important;
    cursor: auto !important;
    pointer-events: none !important;
}
/*==============steps==================*/
.steps{
    background: #EFEFEF;
    padding: 100px 120px;
    box-sizing: border-box;
    overflow-x: hidden;
}
.steps_top{
    width: 100%;
    max-width: 1750px;
    display: flex;
    margin-bottom: 100px;
}
.swiper-steps .swiper-slide{
    box-sizing: border-box;
}
.steps_top_item{
    width: 33%;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    gap: 10px;
    flex-shrink: 0;
    color: #010F3A;
    background-color: #fff;
    font-family: "Proxima Nova";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    text-transform: uppercase;
    box-sizing: border-box;
    margin-right: 4px;
}
.steps_active{
    color: #fff;
    background: linear-gradient(0deg, #010F3A 0%, #010F3A 100%), #FFF;
}
.steps_top_item:first-child{
    border-radius: 30px 0px 0px 30px;
}
.steps_top_item:last-child{
    border-radius: 0 30px 30px 0;
    margin-right: 0;
}
.swiper-steps{
    width: 100%;
    max-width: 1750px;
    margin:0 auto;
}
.steps .swiper-slide{
}
.steps_item{
    width: 100%;
    display: flex;
    align-items: center;
}
.steps_item_img,.steps_item_content{
    width: 50% !important; 
}
.steps_item_img img{
    width: 100% ;
    max-width: 590px;
    border-radius: 40px;
}
.steps_item_content{
    display: flex;
    justify-content: center;
    padding: 0 20px;
}
.steps_item_content h3{
    max-width: 490px;
    color: #01103B;

    font-family: "Proxima Nova";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 45px */
    text-align: left;
    margin-bottom: 0;
}
/*==============features==================*/
.features{
    max-width: 1750px;
    display: grid;
    column-gap: 24px;
    grid-template-columns: repeat(5,1fr);
    padding: 100px 0 117px;
    margin:0 auto;
}
.features_item{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.features_item img{
    max-width: 200px;
}
.features_item_title{
    color: #010F3A;

    text-align: center;
    font-family: "Proxima Nova";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%; /* 25px */
    text-transform: uppercase;
    margin-bottom: 8px;
}
.features_item p{
    text-align: center;
}
/*==============use==================*/
.use{
    background: #FFDDE3;
    padding: 60px 0 80px;
    margin-bottom: 147px;
}
.use_top,.use_content{
    max-width: 1750px;
    margin:0 auto;
}
.use_top{
    padding: 0 20px;
}
.use_content,.use_left_row{
    display: flex;
    align-items: center;
}

.use_left,.use_right{
    width: 50%;
}
.use_left{
    padding: 0 40px 0 20px;
}
.use_left_row{
    margin-bottom: 40px;
}
.use_left_number{
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 60px;
    min-height: 60px;
    background-color: #010F3A;
    color:#fff;
    border-radius: 50%;
    font-family: "Proxima Nova";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 39px */
    margin-right: 40px;
}
.use_left_row p{
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 26px */
}
.use_right{
    display: flex;

    align-items: center;
    position: relative;
}
.swiper-use{
    width: 100%;
    max-width: 360px;
    overflow: hidden;
    position: relative;
}
.swiper-use .swiper-slide img,.swiper-use .swiper-slide video{
    width: 100%;
    border-radius: 40px;
    border: 2px solid #FFF;
    box-sizing: border-box;
}
.use-swiper-pagination{
    width: 100%;
    max-width: 360px;
    margin-top:16px;
}
.use-swiper-pagination .swiper-pagination-bullet{
    width: 31%;
}
.use-swiper-button-prev,.use-swiper-button-next{
    width: 60px;
    height: 60px;
    border-radius: 10px;
    position: relative;
    transform: translateY(-50%);
    background-color: #010F3A;
    background-position: center;
    background-repeat: no-repeat;
    color: transparent;
}
.use-swiper-button-prev{
    left:-20px;
    background-image: url("img/arrow_left.svg");
}
.use-swiper-button-next{
    left:20px;
    
    background-image: url("img/arrow_right.svg");
}
.use_right .swiper_buttons{
    display: none;
}
/*==============advantages==================*/
.advantages{
    max-width: 1750px;
    padding: 0 120px;
    margin:0 auto 100px;
}
.advantages{
    display: grid;
    row-gap: 24px;
    column-gap: 24px;
    grid-template-columns: repeat(5,1fr);
}
.advantages_item{
    max-width: 215px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.advantages_item img{
    max-width: 60px;
    margin-bottom: 30px;
}
.advantages_item p{
    color: #010F3A;
    text-align: center;
    font-family: "Proxima Nova";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%; /* 25px */
}
/*=============sale===============*/
.sale {
    background-color: #FFDDE3;
    padding: 60px 120px 85px;
}
.sale .main_item{
    background: transparent;
    margin:0 auto;
}
.sale .main_item .title,.sale .main_item h3,.sale .main_item .copy,.sale .main_item .hours,.sale .main_item .minutes,.sale .main_item .seconds{
    color: #010F3A;
}
.sale .main_item .title{
    text-transform: uppercase;
}
.sale .main_item .copy{
    background-color: transparent;
    border: 1px solid var(--Color-Black-20, #282828);
}
.sale .time-section:not(:last-child){
    border-right: 2px solid #02103A;
}
.sale .main_item .label{
    display: none;
}
.sale .main_item .shop{
    width: 100%;
    background-color: #000;
    color: #fff;
}
/*==============footer==================*/
    footer{
        display: flex;
        align-items: center;
        padding: 34px 120px;
        background: #02103A;
    }
    .footer_left{
        flex:1 1 auto;
    }
    .footer_right{
        color: #FFF;

        font-family: "Proxima Nova";
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 36px */
    }
/*==============media==================*/
@media(max-width:1440px){
    .main_top_left{
        height: calc(60vw);
        padding: 0 0 60px 60px;
    }
    .main_top_left img{
        max-width: 200px;
    }
    .main_top_right{
        padding: 64px 64px 64px 30px;
    }
    .title{
        font-size: 32px;
    }
    h3{
        font-size: 24px;
    }
    .copy{
        font-size: 20px;
    }
    .hours,.minutes,.seconds{
        font-size: 30px;
    }
    .time-section:not(:last-child){
        padding-right: 30px;
        margin-right: 30px;
    }
    .main_bottom{
        padding: 30px 60px;
    }
    .main_bottom_text{
        font-size: 18px;
    }
    .exist{
        padding: 0 60px;
    }
    .exist_left{
        margin-right: 60px;
    }
    .product{
        padding: 0 60px;
    }
    .product_left{
        max-width: 540px;
        padding-right: 40px;
    }
    .steps{
        padding: 64px;
    }
    .steps_top{
        margin-bottom: 64px;
    }
    .steps_item_content h3{
        font-size: 24px;
        line-height: 100%;
    }
    .features{
        padding: 64px 10px;
    }
    .features_item img{
        max-width: 170px;
    }
    .use{
        margin-bottom: 64px;
    }
    .advantages{
        padding: 0 10px;
    }
}
@media(max-width:1200px){
    .main_top_left{
        height: calc(70vw);
    }
    .main_top_right{
        padding: 64px 64px 64px 30px;
    }
    .use_left{
        max-width: 450px;
    }
}
@media(max-width:1024px){
    .main{
        margin-bottom: 40px;
    }
    .main_top{
        flex-direction: column;
    }
    .main_top_left,.main_top_right{
        width: 100%;
    }
    .main_top_left{
        height: 100vw;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 30px;
    }
    .main_top_left .title,.main_top_left .main_left_center{
        display: inline-block;
    }
    .main_top_left .title{
        color: #FFF;
        font-family: "Proxima Nova";
        font-size: 40px;
        font-style: normal;
        font-weight: 600;
        line-height: 115%; /* 34.5px */
    }
    .main_left_center{
        flex:1 1 auto;
    }
    .main_top_right{
        align-items: center;
        padding: 40px 10px;
    }
    .main_top_title{
        display: none;

    }
    .main_bottom{
        display: none;
    }
    .exist,.exist_right{
        flex-direction: column;
    }
    .exist{
        padding: 0 10px;
        margin-bottom: 54px;
    }
    .exist_left.exist_right{
        width: 100%;
    }
    .exist_left{
        margin:0 0 32px 0;
    }
    .exist_left p{
        text-align: center;
    }
    .exist_right img{
        max-width: 60px;
        margin:0 0 32px 0;
    }
    .exist_right h3{
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%; /* 24px */
    }
    .product{
        flex-direction: column;
        padding: 0 10px;
        margin-bottom: 48px;
    }
    .product_left{
        width: 100%;
        padding: 0 !important;
        margin-bottom: 32px;
    }
    .product_right{
        width: 100%;
    }
    .product_right .title{
        text-align: center;
        margin-bottom: 16px;
    }
    .product_price{
        justify-content: center;
        margin-bottom: 24px;
    }
    .original_price{
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 110%; /* 22px */
    }
    .actual_price{
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: 110%; /* 33px */
        text-transform: uppercase;
    }
    .product .copy img{
        margin-left: 32px;
    }
    .reviews,.reviews2{
        margin-bottom: 64px;
    }
    .reviews_item{
        
        padding: 32px;
    }
    .reviews_item_top_left img{
        max-width: 120px;
        border-radius: 50%;
        margin-right: 12px;
    }
    .rate_info{
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%; 
    }
    .reviews_content_title{
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%; /* 19.2px */
    }
    .reviews_content_subtitle{
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 19.2px */
    }
    .reviews_item_content p{
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 19.2px */
    }
    .reviews .swiper-slide,.reviews2 .swiper-slide{
        padding: 0 16px;
    }
    .swiper-pagination{
        margin-top: 32px;
    }
    .swiper-pagination-bullet{
        height: 8px;
    }
    .swiper_buttons{
        min-height: 50px;
        margin:24px auto 0;
    }
    .swiper_buttons_item{
        height: 30px;
        min-height: 30px;
    }
    .swiper-button-prev,.swiper-button-next{
        top:0;
        background-size: 20px;
        box-sizing: border-box;
    }
    .steps{
        padding: 50px 10px;
    }
    .steps_top_item{
        height: 40px;
        min-height: 40px;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%; /* 21px */
        text-transform: uppercase;
    }
    .steps_item{
        flex-direction: column;
        box-sizing: border-box;
    }
    .steps_item_img,.steps_item_content{
        width: 100% !important;
    }
    .steps_item_img{
        display: flex;
        justify-content: center;
        margin-bottom: 32px;
    }
    .steps_item_img img{
        border-radius: 20px;
    }
    .steps_item_content h3{
        text-align: center;
    }
    .features{
        row-gap: 32px;
        grid-template-columns: repeat(1,1fr);
        padding: 60px 10px;
    }
    .features_item{
        flex-direction: row;
    }
    .features_item_title,.features_item p {
        text-align: left;
    }
    .use{
        padding: 40px 10px;
        margin-bottom: 60px;
    }
    .use_content{
        flex-direction: column;
    }
    .use_left,.use_right{
        width: 100%;
        max-width: unset;
        padding: 0;
    }
    .use_top{
        margin-bottom: 32px;
    }
    .use_top .title{
        font-size: 30px;
    }
    .use_left_row{
        margin-bottom: 36px;
    }
    .use_left_number{
        min-width: 40px;
        min-height: 40px;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%; /* 31.2px */
        margin-right: 20px;
    }
    .use_left_row p{
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%; /* 18.2px */
    }
    .use_right{
        justify-content: center;
    }
    .use-swiper-pagination .swiper-pagination-bullet{
        width: 30.5%;
    }
    .use_desktop_buttons{
        display: none;
    }
    .use_right .swiper_buttons{
        display: flex;
    }
    .use-swiper-button-prev,.use-swiper-button-next{
        width: 27px;
        height: 44px;
        left:0;
        transform: translateY(0);
    }
    .use-swiper-button-prev{
        left:20px;
    }
    .use-swiper-button-next{
        left:35px;
    }
    .advantages{
        grid-template-columns: repeat(1,1fr);
        margin-bottom: 60px;
    }
    .advantages_item{
        max-width: unset;
        flex-direction: row;
    }
    .advantages_item img{
        margin: 0 20px 0 0;
    }
    .advantages_item p{
        text-align: left;
    }
    .sale{
        padding: 40px 10px;
    }
    .sale .main_item .label{
        display: flex;
        color: #010F3A;
    }
    footer{
        padding: 15px 10px;
    }
    .footer_left img{
        max-width: 55px;
    }
    .footer_right{
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 15px */
    }
}
@media(max-width:768px){
    .main_top_left .title{
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: 115%; /* 34.5px */
    }
    .main_top_left{
        padding: 15px 12px 12px 12px;
    }
    .main_top_left img{
        max-width: 80px;
    }
    .main_item {
        border-radius: 20px;
        padding: 24px 16px;
    }
    .main_item .title{
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    h3{
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .copy{
        max-width: 300px;
        height: 40px;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        padding: 6px 30px;
        box-sizing: border-box;
    }
    .shop{
        min-width: unset;
        padding: 12px 24px;
    }
    .exist_left p{
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 135%; /* 18.9px */
    }
    .features_item img{
        max-width: 100px;
    }
    .reviews2 .swiper-pagination-bullet{
        min-width: unset !important;
    }
    .sale .main_item .shop{
        max-width: 300px;
        box-sizing: border-box;
    }
}