/*
Theme Name: LP Hair
Description: 
Version: 1.0.1
Author: Concepta Team
*/
*{
    padding:0;
    margin:0;
}
body,html{
    overflow-x: hidden;
    background: #F2F2F2;
}
a{
    text-decoration: none;
}
.container{
    max-width: 1170px;
    padding: 0 10px;
    margin:0 auto;
}
.main{
    min-height: 600px;
    height: calc(50vw);
    background-position: center;
    background-size: cover;
    background-image: url("img/main_background.webp");
    padding-top: 280px;
}
.main_top{
    display: flex;
    justify-content: center;
    margin-bottom: 6px;

}
.logo{
    max-width: 200px;
}
h1{
    color: #FFF;
    text-align: center;
    font-family: 'Perfetto';
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 80px; /* 100% */
    margin-bottom: 64px;
}
.main_content{
    width: 100%;
    display: grid;
    row-gap: 40px;
    column-gap: 134px;
    grid-template-columns: repeat(4,1fr);
}
.main_item{
    width: min-content;
    display: flex;
    padding: 40px;
    justify-content: center;
    align-items: center;
    gap: 30px;
    border-radius: 24px;
    border: 3px solid #FFF;
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(17.5px);
    color: #FFF;
    font-family: "Proxima Nova";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 36px */
    text-transform: uppercase;
    box-sizing: border-box;
}
/*=============product===============*/
.product{
    background: linear-gradient(114deg, #16C1C9 30.77%, #17A8AF 87.41%);
    padding: 100px 0;
}
.product .container{
    display: flex;
    align-items: center;
}
.title{
    color: #FFF;
    font-family: 'Perfetto';
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%; /* 54px */
    margin-bottom: 30px;
}
.product_left{
    width: 48%;
    margin-right:90px;
}
.product_left p{
    color: #FFF;
    font-family: "Proxima Nova";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; /* 30px */
    margin-bottom: 48px;
}
.product_left_row{
    display: grid;
    row-gap: 40px;
    column-gap: 40px;
    grid-template-columns: repeat(3,1fr);
}
.product_left_item{
    display: flex;
    flex-direction: column;
}
.product_left_item_img{
    width: 100%;
    max-width: 160px;
    margin-bottom: 12px;
}
.product_left_item_img img{
    width: 100%;
}
.product_left_item p{
    color: #FFF;
    text-align: center;
    font-family: "Proxima Nova";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 24px */
    letter-spacing: 0.4px;
    text-transform: uppercase;
}
.product_right{
    width: 50%;
}
.product_right img{
    width: 100%;
}
/*=============advantages===============*/
.advantages{
    background: #F2F2F2;
    padding:100px 0;
}
.advantages .container{
    display: grid;
    row-gap: 40px;
    column-gap: 40px;
    grid-template-columns: repeat(4,1fr);
}
.advantages_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #252F3D;

    text-align: center;
    font-family: "Proxima Nova";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%; /* 25px */
    letter-spacing: 0.4px;
    text-transform: uppercase;
}
.advantages_item img{
    max-width: 120px;
    margin-bottom: 24px;
}
/*=============reviews===============*/
.reviews{
    padding: 100px 0 80px;
}
.swiper-reviews{
    display: grid;
    position: relative;
}
.reviews_item_top{
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.reviews_item_top_left img{
    max-width: 120px;
    border-radius: 50%;
    margin-right: 24px;
}
.name{
    color: #171616;
    font-family: "Proxima Nova";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 26.4px */
    margin-bottom: 8px;
}
.rate{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.rate_info{
    color: #F90;

    font-family: "Proxima Nova";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 21.6px */
}
.reviews_content_title{
    color: #171616;

    font-family: "Proxima Nova";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 21.6px */
    margin-bottom: 8px;
}
.reviews_content_subtitle{
    color: #959C9C;
    font-family: "Proxima Nova";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
    margin-bottom: 24px;
}
.reviews_item_content p{
    color: #171616;
    font-family: "Proxima Nova";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
}
.swiper-slide{
    display: grid;
    box-sizing: border-box;
}
.reviews_item{
    max-width: 960px;
    align-self: stretch;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: -10px 15px 50px 0px rgba(0, 0, 0, 0.10);
    padding: 48px 60px 54px;
}
.swiper-slide-active{
    margin:0 auto;
}
.swiper-pagination{
    position: relative;
    margin-top: 40px;
}
.swiper-pagination-bullet{
    width: 15%;
    max-width: 175px;
    min-width: 60px;
    height: 12px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 1);
    opacity: 0.4;
}
.swiper-pagination-bullet-active{
    opacity: 1;
}
.swiper_buttons{
    max-width: 160px;
    min-height: 80px;
    display: flex;
    align-items: center;
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    margin:32px auto 0;
    box-sizing: border-box;
}
.swiper-button-prev,.swiper-button-next{
    position: relative;
    color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    margin:0 !important;
}
.swiper-button-prev{
    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{
    background-image: url("img/Arrow_right.svg");
    right:-35px;
}
.reviews_pagination{
    width: 100%;
    height: 5px;
}
/*=============complex===============*/
.complex{
    display: flex;
    align-items: center;
    padding-bottom: 80px;
}
.complex_left{
    width: 50%;
    height: calc(35vw);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("img/maree_product_2.webp");
    display: flex;
    justify-content: flex-end;
    align-items: center;
 
}
.complex_left img{
    display: none;
}
.complex_left_title{
    max-width: 350px;
    color: #252F3D;
    font-family: 'Perfetto';
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%; /* 54px */
    position: relative;
    top:-30px;
}
.complex_right{
    width: 45%;
    margin-left: 90px;
}
.complex_right_container{
    max-width: 400px;
}
.complex_title{
    color: #252F3D;
    text-transform: uppercase;
    font-family: "Proxima Nova";
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 55px */
    margin-bottom: 20px;
}
.complex_row{
    display: flex;
    align-items: center;
    color: rgba(37, 47, 61, 0.40);

    font-family: "Proxima Nova";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 19.8px */
}
.complex_rate{
    color: #252F3D;

    font-family: "Proxima Nova";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 26.4px */
}
.complex_imgs{
    margin-left: 24px;
}
/*=============discount===============*/
.discount{
    padding: 0 16px;
    margin-bottom: 80px;
}
.discount_item{
    width: 100%;
    max-width: 1160px;
    border-radius: 80px;
    background: #252F3D;
    background-position: 0 100%;
    background-size: auto;
    background-repeat: no-repeat;
    background-image: url("img/background_arrow.svg");
    padding: 60px 20px 83px;
    margin:0 auto;
    box-sizing: border-box;
}
.discount_title{
    color: #FFF;

    text-align: center;
    font-family: "Proxima Nova";
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 75px */
    text-transform: uppercase;
    margin-bottom: 48px;
}
.copy{
    width: 100%;
    max-width: 560px;
    border-radius: 100px;
    background: #47515F;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* H6 */
    font-family: "DM Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 38.4px */
    letter-spacing: -0.64px;
    padding: 20px 60px;
    margin:0 auto 34px;
    box-sizing: border-box;
}
.copy img{
    margin-left: 32px;
}
.textChange{
    color: #FFF;

    text-align: center;
    font-family: "Proxima Nova";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 36px */
    margin-bottom: 48px;
}
.order{
    display: flex;
    width: 100%;
    max-width: 560px;
    height: 88px;
    padding: var(--Gap-Small-16, 16px) var(--Gap-Middle-24, 24px);
    justify-content: center;
    align-items: center;
    gap: var(--Gap-Middle-24, 24px);
    flex-shrink: 0;
    border-radius: var(--Border-radius-Absolute, 200px);
    border: 1px solid var(--Color-White-80, #E2E0DF);
    background: var(--Color-White-100, #FFF);
    color: var(--Color-Black-20, #282828);
    text-align: center;
    /* H6 */
    font-family: "DM Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 38.4px */
    letter-spacing: -0.64px;
    box-sizing: border-box;
    margin:0 auto;
}
/*=============footer===============*/
footer{
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("img/footer_img.webp");
}
/*=============media===============*/
@media(max-width:1440px){
    .main{
        height: calc(60vw);
        padding: 100px 0 0 0;
    }
    .main_content{
        column-gap: 60px;
    }
    .complex_left{
        width: 60%;
        height: calc(40vw);
    }
    .complex_left_title{
        top:-70px;
    }
}
@media(max-width:1024px){
    .main{
  
        padding: 30px 0 0 0;
    }
    .main_top{
        margin-bottom: 200px;
    }
    .logo{
        max-width: 140px;
    }
    h1{
        font-size: 48px;
        font-style: normal;
        font-weight: 400;
        line-height: 85%; /* 40.8px */
        margin-bottom: 35px;
    }
    .main_content{
        row-gap: 8px;
        column-gap: 8px;
        grid-template-columns: repeat(2,1fr);
    }
    .main_item{
        min-width: 146px;
        max-width: 146px;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%; /* 24px */
        border-radius: 24px;
        padding: 20px 40px;
    }
    .main_item:nth-child(2n+1){
        justify-self: end;
    }
    .product{
        padding: 48px 0;
    }
    .product .container{
        flex-direction: column;
    }
    
    .product_left{
        width: 100%;
        max-width: 800px;
        order: 2;
        margin:0 auto;
    }
    .title{
        text-align: center;
        font-size: 48px;
        font-style: normal;
        font-weight: 400;
        line-height: 80%; /* 38.4px */
        margin-bottom: 24px;
    }
    .product_left p{
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 125%; /* 20px */
        text-align: center;
        margin-bottom: 34px;
    }
    .product_left_row{
        max-width: 600px;
        row-gap: 12px;
        column-gap: 12px;
        margin:0 auto;
    }
    .product_left_item{
        justify-self: center;
    }
    .product_left_item_img{
        max-width: 120px;
    }
    .product_right{
        width: 100%;
        max-width: 800px;
        margin-bottom: 34px;
    }
    .advantages{
        padding:48px 0;
    }
    .advantages_item{
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 125%; /* 17.5px */
        letter-spacing: 0.28px;
        text-transform: uppercase;
    }
    .reviews{
        padding: 0 0 52px 0 !important;
    }
    .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 */
    }
    .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;
    }
    .complex{
        flex-direction: column;
        padding-bottom: 48px;
    }
    .complex_left{
        width: 100%;
        height: calc(70vw);
    }
    .complex_right{
        width: 100%;
        margin-left: 0;
    }
    .complex_right_container{
        width: 100%;
        max-width: unset;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
    }
    .complex_title{
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 110%; /* 35.2px */
        margin-bottom: 24px;
    }
    .discount{
        padding-bottom: 48px;
        margin-bottom: 0;
    }
    .discount_item{
        background-position: 0 10%;
        background-size: 200px;
        border-radius: 30px;
        padding: 32px 16px;
        box-sizing: border-box;
    }
    .discount_title{
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 125%; /* 30px */
        text-transform: uppercase;
        margin-bottom: 33px;
    }
    .copy{
        
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 24px */
        letter-spacing: -0.4px;
        margin-bottom: 24px;
    }
    .copy img{
        max-width: 25px;
    }
    .textChange{
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 24px */
        margin-bottom: 24px;
    }
    .order{
        height: 64px;
        padding: var(--Gap-Small-12, 12px) var(--Gap-Middle-24, 24px);

        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 24px */
        letter-spacing: -0.4px;
    }
    footer{
        height: 200px;
    }
    footer img{
        max-width: 195px;
    }
}
@media(max-width:768px){
    .advantages .container{
        max-width: 400px;
        grid-template-columns: repeat(2,1fr);
    }
    .advantages_item img{
        max-width: 90px;
    }
    .reviews_item_top_left img{
        max-width: 80px;
    }
    .complex_left_title{
        max-width: 200px;
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: 80%; /* 24px */
        top:-50px;
    }
    .discount_item{
        background-size: 100px;
    }
    .copy,.order{
        max-width: 270px;
        height: 48px;
    }
}