

@font-face {
    font-family: 'suisseintl';
    src: url('../fonts/suisseintl.eot');
    src: url('../fonts/suisseintl.eot?#iefix') format('embedded-opentype'),
    url('../fonts/suisseintl.woff2') format('woff2'),
    url('../fonts/suisseintl.woff') format('woff'),
    url('../fonts/suisseintl.ttf') format('truetype'),
    url('../fonts/suisseintl.svg#suisseintl') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'InvolveSemiBold';
    src: url('../fonts/suisseintl-semibold.eot');
    src: url('../fonts/suisseintl-semibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/suisseintl-semibold.woff2') format('woff2'),
    url('../fonts/suisseintl-semibold.woff') format('woff'),
    url('../fonts/suisseintl-semibold.ttf') format('truetype'),
    url('../fonts/suisseintl-semibold.svg#suisseintl') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'InvolveBold';
    src: url('../fonts/suisseintl.eot');
    src: url('../fonts/suisseintl.eot?#iefix') format('embedded-opentype'),
    url('../fonts/suisseintl.woff2') format('woff2'),
    url('../fonts/suisseintl.woff') format('woff'),
    url('../fonts/suisseintl.ttf') format('truetype'),
    url('../fonts/suisseintl.svg#suisseintl') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'InvolveRegular';
    src: url('../fonts/suisseintl.eot');
    src: url('../fonts/suisseintl.eot?#iefix') format('embedded-opentype'),
    url('../fonts/suisseintl.woff2') format('woff2'),
    url('../fonts/suisseintl.woff') format('woff'),
    url('../fonts/suisseintl.ttf') format('truetype'),
    url('../fonts/suisseintl.svg#suisseintl') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'InvolveMedium';
    src: url('../fonts/suisseintl.eot');
    src: url('../fonts/suisseintl.eot?#iefix') format('embedded-opentype'),
    url('../fonts/suisseintl.woff2') format('woff2'),
    url('../fonts/suisseintl.woff') format('woff'),
    url('../fonts/suisseintl.ttf') format('truetype'),
    url('../fonts/suisseintl.svg#suisseintl') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'InvolveOblique';
    src: url('../fonts/suisseintl.eot');
    src: url('../fonts/suisseintl.eot?#iefix') format('embedded-opentype'),
    url('../fonts/suisseintl.woff2') format('woff2'),
    url('../fonts/suisseintl.woff') format('woff'),
    url('../fonts/suisseintl.ttf') format('truetype'),
    url('../fonts/suisseintl.svg#suisseintl') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body{
    line-height: 1.4;
    font-family: 'InvolveRegular', sans-serif;
    padding-top: 6.239rem;
}
footer.fixed{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}
.test{
    width: 1440px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.8;
}

.container {
    width: 81.3rem;
}
header {
    padding: 1.55rem 0;
    background: white;
    position: absolute;
}
.logo{
    display: block;
    width: 10.313rem;
}
.search_form{
    position: relative;
}
.search_form input{
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #F8F8F8;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.10);
    width: 12.6rem;
    padding: 0.8rem 0.8rem;
    padding-right: 3rem;
    font-family: InvolveOblique, sans-serif;
    font-size: 0.9rem;
}
.search_form button{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 3rem;
    background: transparent;
    transition: all 0.35s;
}
.search_form button:hover{
    opacity: 0.5;
}
.search_form button img{
    width: 1.5rem;
}
.menu{
    /*position: absolute;*/
    /*left: 48.9%;*/
    /*top: 50%;*/
    /*transform: translate(-50%, -50%);*/
    text-transform: uppercase;
    display: flex;
    align-items: center;
    width: max-content;
}
.menu_item{
    margin: 0 1.3rem;
    position: relative;
    padding: 1rem 0;
}
.menu_item > a{
    display: flex;
    align-items: center;
}
.menu_item > a img{
    margin-left: 0.35rem;
    width: 1.5rem;
    transition: all 0.35s;
}

.menu_drop a:last-child{
    margin-bottom: 0;
}
#box-1{
    position: relative;
}
#box-1 .container{
    position: relative;
    z-index: 1;
}
.slider_bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.box1{
    color: white;
    display: flex;
    align-items: flex-end;
    height: 35.2rem;
    padding: 3.9rem 0;
    position: relative;
}
.box1_logo{
    position: absolute;
    left: 0;
    top: 2rem;
    width: 5.438rem;
}
.btn{
    background: #FFF;
    display: inline-block;
    padding: 1.2rem 3rem;
    text-align: center;
    min-width: 19.4rem;
    transition: all 0.35s;
    font-family: 'InvolveRegular', sans-serif;
}

.btn.bordered{
    border: 1px solid #000;
}
.btn.black{
    background: #252527;
    color: white;
}

.box1_text .content{
    margin-bottom: 1.7rem;
}
.box1_text_box{
    font-size: 1.7rem;
    margin-bottom: 1rem;
    line-height: 1.3;
}
.box2{
    padding: 2.4rem 2.4rem;
    position: relative;
    color: white;
    text-align: right;
}
#box-2{
    padding-top: 3.1rem;
}
#box-1{
    padding-top: 4rem;
}
.section_title{
    font-size: 2.5rem;
    text-transform: uppercase;
    margin-bottom: 0.9rem;
}
.section_title.not_upper{
    text-transform: unset;
}
.section_title.w400{
    font-weight: 400;
}
.section_title.big_mar {
    margin-bottom: 2rem;
}
.section_text{
    line-height: 1.35;
    margin-bottom: 1.8rem;
}
.box2_btns{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.box2_btns .btn{
    min-width: unset;
    width: 48.5%;
}
.box2_text {
    padding-left: 3.9rem;
}
.box2_row{
    position: relative;
    z-index: 1;
}
#box-3 {
    padding-top: 4.6rem;
}
.prod_item{
    /*border: 1px solid rgba(0, 0, 0, 0.10);*/
    background: #F7F7F7;
    /*box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.11);*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 1.1rem 1.2rem;
    position: relative;
}
.fav_btn{
    position: absolute;
    right: 1.4rem;
    top: 4.1rem;
    background: transparent;
    border-radius: 0;
    z-index: 2;
}
.addToFav img{
    width: 1.813rem;
}
.addToFav .in_active{
    display: none;
}
.addToFav.active .active{
    display: none;
}
.addToFav.active .in_active{
    display: block;
}

.prod_item:hover{
    opacity: 1;
    /*box-shadow: 0px 4px 50px 0px transparent;*/
    color: black;
}
.section_title .prod_stick{
    margin-left: 1rem;
}
.prod_stick{
    font-size: 0.875rem;
    border-radius: 100px;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    padding: 0.35rem 0.7rem;
    font-family: InvolveSemiBold, sans-serif;
    display: inline-block;
}
.prod_stick.prod_collect{

}
.prod_img{
    margin-top: 0.5rem;
    margin-bottom: 0.4rem;
    height: 16rem;
    overflow: hidden;
}
.prod_img .slick-slide > div{
    height: 16rem;
}
.prod_img img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.prod_title{
    font-family: InvolveSemiBold, sans-serif;
    text-transform: uppercase;
    text-align: left;
    font-size: 1.15rem;
    margin-bottom: 0.2rem;
}
.prod_text{
    text-align: left;
    opacity: 0.5;
    margin-bottom: 0.2rem;
}
.prod_avalaible{
    font-family: InvolveSemiBold, sans-serif;
    font-size: 1.25rem;
    color: #109104;
}
.prod_avalaible.red{
    color: red;
}
.prod_bottom{
    margin-top: 1.2rem;
    padding-bottom: 0.1rem;
}
.prod_bottom .go_to_slide, .go_to_slide2{
    display: flex;
    justify-content: center;
}
.go_to_slide{
    cursor: pointer;
}
.prod_bottom .btn{
    margin-top: 1rem;
    min-width: unset;
    width: 100%;
}
.go_to_slide button, .go_to_slide2 button{
    width: 3.438rem!important;
    height: 2.3rem;
    border-radius: 0;
    margin: 0 0.25rem;
    position: relative;
    border: 1px solid transparent;
    display: block;
    line-height: 0;
    background: transparent;
}
.banner_box_cat .breadcrumbs{
    margin-bottom: 0;
    margin-top: 3rem;
}
.banner_box_cat .breadcrumbs a:hover{
    opacity: 0.6;
}
.banner_box_cat_text{
    min-height: 19.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.banner_box_cat .breadcrumbs *{
    color: white!important;
}
.banner_box_cat .breadcrumbs li:after{
    color: white;
}
.banner_box_cat{
    position: relative;
    padding: 3rem;
    color: white;
}
.go_to_slide button.active{
    border-color: black;
}
.go_to_slide button img, .go_to_slide2 button img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;

}
.prod_price_card{
    font-family: InvolveSemiBold, sans-serif;
    font-size: 2rem;
}
/*.go_to_slide button:after, .go_to_slide2 button:after{*/
/*    position: absolute;*/
/*    left: -4px;*/
/*    right: -4px;*/
/*    top: -4px;*/
/*    bottom: -4px;*/
/*    border-radius: 0;*/
/*    content: "";*/
/*    border: 1px solid rgba(0, 0, 0, 0.30);*/
/*    opacity: 0;*/
/*    transition: all 0.35s;*/
/*}*/
/*.go_to_slide button.active:after, .go_to_slide2 button.active:after{*/
/*    opacity: 1;*/
/*}*/
.prod_text.text-left{
    text-align: left;
    opacity: 1;
    color: black;
}
.prod_price_flex{
    padding-top: 1.5rem;
}
.prod_price{
    font-size: 1.25rem;
    font-family: InvolveSemiBold, sans-serif;
}
.ful_cat_btn{
    padding-top: 0.5rem;
    text-align: right;
}
#box-4 {
    padding-top: 4.3rem;
}
.part_item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 37.5rem;
    padding: 2.1rem 2.5rem;
    color: white;
    overflow: hidden;
    position: relative;
}
.part_item .slider_bg{
    transition: all 0.25s;
}
.part_item:hover{
    color: white;
}
.part_item:hover .slider_bg{
    transform: scale(1.05);
}
.part_item:hover .btn.black{
    background: white;
    color: black;
}
.part_item .section_text{
    margin-bottom: 2.6rem;
}
.part_logo {
    width: 7.4rem;
}
.part_top, .part_bottom{
    position: relative;
    z-index: 1;
}
.part_item.sm{
    color: black;
    height: 18.05rem;
}
.part_item.sm .section_text {
    margin-bottom: 1.1rem;
}
.part_item.sm .section_title{
    margin-bottom: 0;
}
.part_item.sm:first-child {
    margin-bottom: 1.4rem;
}

.part_item.sm:first-child .part_logo {
    width: 5.8rem;
}
.part_item.sm:last-child .part_logo {
    width: 3.6rem;
}
#box-5 {
    padding-top: 3.5rem;
    padding-bottom: 2.5rem;
    background: #F8F3F0;
    margin-top: 5rem;
}
.step_item{
    /*border: 1px solid rgba(0, 0, 0, 0.10);*/
    background: #FFF;
    /*box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.10);*/
    height: 100%;
    padding: 1rem 1.2rem;
    text-align: center;
}
.step_img{
    height: 12.7rem;
    overflow: hidden;
}

.step_text {
    padding-top: 0.9rem;
}
.step_title{
    font-family: InvolveSemiBold, sans-serif;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.step_content{
    font-size: 0.875rem;
    opacity: 0.5;
}
#box-6{
    padding-top: 3.8rem;
}
#box-6 .box2{
    text-align: left;
    padding-right: 0;
    color: black;
}
#box-6 .box2_text{
    padding-left: 0;
    padding-right: 5.4rem;
}
#box-7 {
    padding-top: 4rem;
}
.preim_item{
    /*border: 1px solid rgba(0, 0, 0, 0.10);*/
    background: #F7f7f7;
    /*box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.10);*/
    height: 100%;
    padding: 1.1rem 1.1rem;
    text-align: center;
}
#reviews{
    padding-top: 4rem;
}
.preim_icon{
    height: 4.375rem;
    width: 4.375rem;
    margin: 0 auto;
}
#box-8 {
    padding-top: 3.4rem;
    padding-bottom: 3.7rem;
}
.footer_logo{
    display: block;
    width: 10.313rem;
}
footer{
    padding-top: 3.1rem;
    padding-bottom: 1.4rem;
    background: #252527;
    color: white;
}
footer a{
    color: white;
}
.f_title{
    font-family: InvolveSemiBold, sans-serif;
    text-transform: uppercase;
    margin-bottom: 1.6rem;
}

.f_item ul{
    list-style-type: none;
    text-transform: uppercase;
}
.f_item ul li {
    margin-bottom: 1.8rem;
}
.f_item ul li a, .f_contacts a{
    opacity: 0.5;
}
.f_item ul li a:hover, .f_item ul li a.active, .f_contacts a:hover{
    opacity: 0.8;
    color: white;
    /*text-decoration: none;*/
}
.f_contacts{
    padding-top: 1.1rem;
    text-transform: uppercase;
}
.f_cont_title{
    margin-bottom: 0.3rem;
}
.f_cont_text a{
    text-decoration: underline;
}
.f_cont_text.address{
    margin-top: 1.5rem;
}
footer .subscribe .result{
    position: absolute;
    top: 102%;
    left: 0;
}
.subscribe input{
    border-bottom: 1px solid white;
    width: 100%;
    padding: 0.6rem 0;
    background: transparent;
    color: white;
}
.subscribe input::placeholder{
    color: rgba(255,255,255,0.5);
}
.subscribe{
    display: block;
    margin-top: -1.3rem;
    position: relative;
}
.subscribe button{
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: 'InvolveRegular', sans-serif;
    background: white;
    padding: 0.4rem 1.6rem;
    transition: all 0.35s;
    overflow: hidden;
}
.subscribe button:hover{
    background: #c6c4c4;
}
.socials{
    text-align: right;
    margin-top: 5rem;
}
.socials a{
    display: inline-block;
    margin-left: 1rem;
    font-size: 2.1rem;
}
.copy{
    text-transform: uppercase;
    text-align: right;
    margin-top: 0.5rem;
}
.socials a:hover{
    color: white;
    opacity: 0.5;
}
.page{
    padding-top: 0.6rem;
    
}
.all_page, .bizness_page{
    padding-bottom: 4rem;
}
.page h1.section_title{
    margin-bottom: 1.2rem;
}
.about_text .content{
    margin-bottom: 2rem;
}
.mission {
    padding-top: 3.5rem;
}
.banner_box{
    text-align: left;
    padding: 2rem 2.5rem;
    min-height: 29.1rem;
    display: flex;
    align-items: center;
    position: relative;
}
.banner_box .box2_btns {
    width: 79.4%;
}
.banner_box_text{
    padding-bottom: 1.4rem;
    
}
/*.banner_box_text.white{
    color: white;
}*/
.banner_box_text .section_text {
    margin-bottom: 2.2rem;
}
.brands_row {
    margin-top: 3.3rem;
}
.brand_item{
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.10);
    padding: 1rem 1.2rem;
    display: flex;
    align-items: flex-start;
    height: 100%;
}
.brand_text{
    width: calc(100% - 12rem);
    padding-left: 0.55rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.brand_logo{
    height: 12rem;
    width: 12rem;
}
.brand_anons{
    font-size: 0.875rem;
    margin-bottom: 1.1rem;
}
.brand_title{
    text-transform: uppercase;
    font-family: InvolveSemiBold, sans-serif;
    margin-bottom: 1rem;
}
.scale_img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    display: block;
}
#box-2.page_bottom_banner{
    padding-top: 4rem;
    padding-bottom: 5.3rem;
}
.brand_banner{
    position: relative;
    color: white;
    padding: 2.2rem 2.4rem;
    min-height: 26.875rem;
    display: flex;
    align-items: center;
}
.max_full{
    display: block;
    max-width: 100%;
}
.brand_banner_logo{
    width: 10.6rem;
    margin-bottom: 1rem;
    min-height: 3.7rem;
}
.brand_banner_logo img{
    filter: brightness(0) invert(1);
}
.cats {
    margin-top: 3rem;
}
.filter_item {
    margin-bottom: 0.7rem;
}
.filter_item ul{
    list-style-type: none;
    margin: 0;
    margin-top: 0.7rem;
    letter-spacing: -0.03rem;
    display: none;
}
.filter_item ul li:not(:last-child) {
    margin-bottom: 0.6rem;
}
.filter_title{
    display: flex;
    justify-content: space-between;
    font-size: 1.5rem;
    letter-spacing: -0.04rem;
    align-items: center;
}
.filter_title.factive img{
    transform: rotate(180deg);
}
.filter_title span{
    width: calc(100% - 1.5rem);
}
.filter_title img{
    transition: all 0.35s;
    width: 1.5rem;
}
.gor_filter{
    position: relative;
    z-index: 4;
}
.filter_checks{
    gap: 1rem;
    margin-bottom: 2rem;
}
.filter_checks_list{
    gap: 1rem;
}
.result_count, .filter_clear{
    font-family: InvolveSemiBold, sans-serif;
}
.isset_filters{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2rem;
}
.isset_filters a{
    cursor: pointer;
    transition: all 0.35s;
    display: inline-flex;
    align-items: center;
    border-radius: 100px;
    background: #252527;
    color: white;
    font-family: InvolveSemiBold, sans-serif;
    height: 3rem;
    padding: 0 1rem;
    font-size: 0.875rem;
}
.isset_filters a:hover{
    color: white;
}
.isset_filters a img{
    width: 0.75rem;
    margin-left: 1rem;
    /*filter: brightness(0) invert(0);*/
}
.filter_clear:hover{
    opacity: 0.6;

}
.filter_check_item{
    position: relative;
}
.filter_check_title{
    letter-spacing: -0.04rem;
    /*border: 1px solid rgba(0, 0, 0, 0.20);*/
    background: #f7f7f7;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.8rem;
    cursor: pointer;
}
.filter_check_title.active img{
    transform: rotate(-180deg);
}
.filter_clear{

}
.filter_check_title img{
    width: 1.4rem;
    transition: all 0.35s;
    margin-left: 1rem;
}
.check_lables{
    min-width: 100%;
    padding: 0.8rem;
    /*border: 1px solid rgba(0, 0, 0, 0.20);*/
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.10);
    background: #FFF;
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: max-content;
}
.check_lables label{
    font-weight: normal;
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem;
    letter-spacing: -0.03rem;
    transition: all 0.35s;
    cursor: pointer;
}
.check_lables label:hover{
    color: rgba(0,0,0,0.5);
}
.check_lables label input{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 1rem;
    height: 1rem;
    border: 1px solid black;
    background-size: 0.75rem;
    background-position: center center;
    background-repeat: no-repeat;
}
.check_lables label input:checked{
    background-image: url("../img/check.png");
}
.check_lables label span{
    width: calc(100% - 1rem);
    padding-left: 0.5rem;
}
/*.filter_checks {*/
/*    padding-top: 1.2rem;*/
/*}*/

.card_slider_box:not(.factive){
    display: none;
}
.card_img{
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.10);
    height: 23.4rem;
    overflow: hidden;
    padding-bottom: 1rem;
    
}
.gal_thimbs{
    margin-top: 10px;
}
.gal_thimbs .slick-list{
    margin: 0 -10px;
}

.gal_thimbs .slick-slide{
    padding: 0 10px;
}

.gal_thimbs .slick-slide > div{
    border: 1px solid #e8e8e8;
    padding: 0 5px;
    height: 9rem;
}




.card_img .slick-slide > div{
    height: 23.4rem;
}
.card_text .content{
    /*font-size: 1.25rem;*/
    padding-top: 1.5rem;
}
.card_text .prod_bottom{
    justify-content: flex-start;
    margin-top: 1.6rem;
    padding-bottom: 0.1rem;
}
.card_text .prod_bottom button {
    margin: 0;
    margin-right: 0.5rem;
}
.card_add_btns{
    margin-top: 1rem;
    display: flex
}
.card_add_btns .btn{
    margin-right: 1rem;
    min-width: 18rem;
    padding: 0;
    height: 3.4rem;
}
.card_add_btns .addToFav img{
    filter: brightness(0) invert(1);
    margin-right: 0.5rem;
}
.preim_content_box{
    margin-bottom: 2.5rem;
}
.bizness_row{
    margin-top: 3.6rem;
}
.bizness_text .content b{
    font-size: 1.25rem;
}
.bizness_text .section_title.big_mar {
    margin-bottom: 1.7rem;
}
.bizness_row .full_img{
    padding-top: 0.5rem;
}
.faq_title{
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    font-family: InvolveSemiBold, sans-serif;
    text-transform: uppercase;
    padding: 1rem 0;
}
.faq_title span{
    width: calc(100% - 2.5rem);
    padding-right: 1rem;
}
.faq_title img{
    transition: all 0.35s;
    width: 2.5rem;
}
.faq_title.factive img{
    transform: rotate(-225deg);
}
.faq_box{
    width: 67.2rem;
    margin: 0 auto;
    padding-top: 2rem;
    padding-bottom: 1rem;
}
.faq_content{
    display: none;
}
.faq_item{
    border-bottom: 1px solid rgba(0, 0, 0, 0.30);
}
.form-group {
    margin-bottom: 1.2rem;
}
.form-control{
    font-family: 'InvolveRegular', sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    /*box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10)!important;*/
    width: 100%;
    padding: 0.9rem 0.9rem;
    font-size: 1rem;
}
.form-control:focus{
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15)!important;
}
.form-control::placeholder{
    color: rgba(0,0,0,0.4);
}
.cont_form_btn{
    padding-top: 0.8rem;
}
.cont_right_info_title {
    width: 10.313rem;
    margin-bottom: 1.5rem;
}
.cont_right_info{
    height: 100%;
    border-left: 1px solid rgba(0, 0, 0, 0.30);
    padding-left: 1.4rem;
}
.cont_right_item {
    margin-bottom: 1.1rem;
}
.cont_right_item_title{
    text-transform: uppercase;
    margin-bottom: 0.3rem;
}
.cont_right_info .socials{
    margin-top: 1.8rem;
    text-align: left;
}
.cont_right_info .socials a{
    margin-right: 1rem;
    margin-left: 0;
}
.cont_right_info .socials a:hover{
    color: rgba(0,0,0,0.5);
}
.no_img{
    width: 100%;
    height: 100%;
    position: relative;
}
.no_img:after{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    background-image: url("../img/no_image.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 7rem;
    filter: grayscale(1);
    opacity: 0.6;
}
#box-1 .box1{
    padding: 0;
    height: 40rem;
}
.red_circle{
    position: absolute;
    top: -0.2rem;
    right: -0.3rem;
    width: 1rem;
    height: 1rem;
    font-size: 0.6rem;
    line-height: 1;
    background-color: red;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.header_link{
    display: block;
    text-align: center;
    font-size: 0.75rem;
    margin-left: 1.5rem;
    position: relative;
}
.header_link img{
    width: 2rem;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.1rem;
}
.header_link_title{

}
.header_link:hover{
    opacity: 0.5;
}
.login_box{
    width: 40rem;
    margin: 0 auto;
}
.login_box_top{
    text-align: center;
}
.login_box_top .section_title {
    font-size: 2.38rem;
}
.login_flex .check_lables label{
    margin: 0;
    letter-spacing: 0;
}
.login_policy{
    font-size: 0.875rem;
    margin-bottom: 0.7rem;
}
.login_policy a, .login_text a{
    text-decoration: underline;
}
.alert{
    padding: 1rem;
    margin-bottom: 0.7rem;
    font-size: 0.9rem;
    text-align: center;
    display: none;
}
.alert.alert-danger{
    background: #e9a4a7;
    color: #500b0e;
}
.alert.alert-success{
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d;
}
.op_text{
    opacity: 0.5;
}

.title_flex {
    margin-bottom: 2.5rem;
}
.cart_items_list.top{
    font-size: 0.875rem;
    margin-bottom: 1.2rem;
    /*opacity: 0.5;*/
}
.cart_count_all{
    opacity: 0.5;
    margin-right: 1rem;
}
.cart_item_img{
    display: block;
    height: 7rem;
    width: 13rem;
    overflow: hidden;
}
.cart_item_text{
    width: calc(100% - 15rem);
    padding-left: 0.9rem;
}
.delete_all_cart{
    font-family: InvolveSemiBold, sans-serif;
    text-decoration: underline;
    pointer-events: none;
    opacity: 0.5;
}
.delete_all_cart.clickable{
    pointer-events: painted;
    opacity: 1;
}
.cart_item_title{
    font-family: InvolveSemiBold, sans-serif;
    text-transform: uppercase;
    text-align: left;
    /*font-size: 1.15rem;*/
    margin-bottom: 0.3rem;
    display: block;
}
.cart_item_articul{
    /*margin-top: 0.4rem;*/
    font-size: 0.875rem;
}
.cart_count{
    border: 1px solid rgba(0, 0, 0, 0.20);
    display: flex;
    width: max-content;
}
.btn.added{
    pointer-events: none;
    opacity: 0.6;
}
.cart_count button{
    color: black!important;
    width: 2rem;
    height: 2.4rem;
    background: white;
    border: none;
    border-radius: 0;
    font-family: InvolveSemiBold, sans-serif;
    font-size: 1.3rem;
    line-height: 1;
}
.cart_count input{
    pointer-events: none;
    border-radius: 0;
    text-align: center;
    width: 2.5rem;
    background: transparent;
    font-family: InvolveSemiBold, sans-serif;
}
.cart_price{
    font-size: 1.5rem;
    font-family: InvolveSemiBold, sans-serif;
}
.cart_remove_flex img{
    width: 24px;
}
.cart_item {
    margin-bottom: 1rem;
}
.subscribe_form input{
    border-bottom: 1px solid #000000;
    width: calc(100% - 13rem);
    margin-right: 1.5rem;
    padding: 1.2rem 0;
    background: transparent;
    font-family: 'InvolveRegular', sans-serif;
}
.subscribe_form input::placeholder, .cart_item_size, .cart_item_articul{
    color: rgba(0,0,0,0.5);
}
.subscribe_form button{
    border: 1px solid #252527;
    background: white;
    border-radius: 0;
    padding: 1.15rem 1rem;
    width: 11.6rem;
    font-family: 'InvolveRegular', sans-serif;
    transition: all 0.35s;
    position: relative;
    overflow: hidden;
}
.subscribe_form button:hover{
    background: #252527;
    color: white;
}
.cart_bottom_row {
    padding-top: 2rem;
}
.cart_total_box p{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}
.cart_total_box p span:last-child{
    font-family: InvolveSemiBold, sans-serif;
}
.cart_total_box p.cart_total{
    font-size: 2rem;
    margin-top: 1.8rem;
    margin-bottom: 1.3rem;
}
.cart_total_box{
    margin-top: 1.5rem;
}
.profile_menu{
    background: #FFF;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.10);
    padding: 1.3rem 1.9rem;
}
.profile_menu a{
    display: block;
    padding: 0.5rem 0;
}
.profile_menu a.active{
    opacity: 1;
    color: black;
    /*pointer-events: none;*/
}
.profile_menu a.active span{
    border-bottom: 1px solid black;
    font-family: InvolveSemiBold, sans-serif;
}
.profile_menu a span{
    display: inline-block;
}
.profile_form_box{
    background: #FFF;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.10);
    padding: 1.7rem 1.8rem;
}
.profile_title{
    font-size: 2rem;
    margin-bottom: 1rem;
}
.profile_title.sm{
    font-size: 1.5rem;
}
.profile_form{

}
.profile_form label{
    font-size: 0.75rem;
    color: rgba(0,0,0,0.5);
    margin-bottom: 0.3rem;
    display: block;
}
.input_value{
    font-family: InvolveSemiBold, sans-serif;
    font-size: 1.2rem;
    text-align: center;
    margin-top: 1.3rem;
}
.profile_form_img{
    background: #FFF;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.10);
    padding: 1.8rem;
    padding-bottom: 2.5rem;
}
.profile_form_img_box{
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}
.profile_form_img_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile_form_img_upload{
    display: block;
    background: #D9D9D9;
    width: 7.5rem;
    height: 7.5rem;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}
.profile_form_img_upload > img{
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 1.4rem;
    z-index: 2;
}
.profile_input{
    font-family: InvolveSemiBold, sans-serif;
    border: none;
    display: block;
    padding: 0;
    border-radius: 0;
    pointer-events: none;
    width: 15.625rem;
    transition: all 0.15s;
    font-size: 1rem;
}
.profile_input.active{
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.10);
    pointer-events: painted;
    padding: 0.7rem 1rem;
}
.profile_input::placeholder{
    color: rgba(0,0,0,0.5);
}
.show_input{
    width: 1rem;
    margin-right: 0.7rem;
}
.profile_form_group{
    display: flex;
    align-items: center;
}
.show_input:hover{
    opacity: 0.5;
}
.profile_form .rel{
    width: max-content;
}
.profile_order_item{
    border: 1px solid rgba(0, 0, 0, 0.10);
    padding: 1.5rem;
}
.order_btns .btn{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0.5rem;
    min-width: unset;
}
.order_btns .btn img, .profile_order_view_btn .btn img{
    width: 1rem;
    margin-left: 1rem;
}
.order_btns .btn:first-child{
    margin-bottom: 0.5rem;
}
.btn.border_btn{
    border: 1px solid #252527;
}
.order_id{
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
    opacity: 0.4;
}
.order_date{
    font-family: InvolveSemiBold, sans-serif;
    margin-bottom: 1rem;
}
.order_status{
    font-family: InvolveSemiBold, sans-serif;
}
.order_status.green{
    color: #449B0D;
}
.order_status.red{
    color: red
}
.order_prod_item{
    border: 1px solid rgba(0, 0, 0, 0.10);
    padding: 0.5rem;
    display: block;
    height: 100%;
}
.order_prod_item_img{
    height: 4.1rem;

}
.profile_order_view_btn .btn{
    display: flex;
    align-items: center;
    justify-content: center;
}
.color_articules .prod_text:not(.factive){
    display: none;
}

.profile_order_view{
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    padding-top: 1.5rem;
}
.profile_order_view .order_prod_item_img {
    height: 6rem;
    padding: 0.5rem;
}
.profile_order_view .order_status{
    margin-bottom: 1rem;
}
.color_add_btn:not(.factive){
    display: none;
}
.brand_text_content{
    margin-top: 3rem;
    margin-bottom: -1rem;
}
.blur_link{
    filter: blur(7px);
}
.none_point{
    pointer-events: none;
}
.color_slide_item{
    display: flex!important;
    align-items: center;
}
.color_slide_item span{
    margin-right: 0.7rem;
    font-size: 0.9rem;
}
.extm{
    background: white!important;
}
.new_btn{
    background: black;
    color: white;
    font-size: 1rem;
    padding: 0.5rem 1.6rem;
}
.new_btn:hover{
    background: #585858;
    color: white;
}


.welcome_banner{
    overflow: hidden;
    color: white;
    padding: 2rem 2.5rem;
    display: flex;
    align-items: center;
    min-height: 27.1rem;
    padding-top: 3.5rem;
    position: relative;
}
.welcome_banner_text{
    position: relative;
    z-index: 1;
    width: 29rem;
}

.page.welcome_page h1.section_title {
    margin-bottom: 1.2rem;
    text-transform: unset;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.3;
}
.page.welcome_page .section_title{
    font-family: 'InvolveRegular', sans-serif;
}
.ab_img{
    position: absolute;
    left: 0;
    top: 0;
}
.welcome_box2{
    padding-top: 3.4rem;
}
.welcome_box2 .section_title{
    margin-bottom: 1.7rem;
}
.welcome_box3{
    padding-top: 3.8rem;
}
.welcome_box3 .section_title{
    margin-bottom: 2.5rem;
}
.welcome_brand_item{
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.10);
    height: 100%;
    display: flex;
    align-items: center;
    padding: 1.2rem 1.2rem;
    transition: all 0.35s;
    cursor: pointer;
}
.welcome_brand_item.selected{
    box-shadow: 0 4px 50px 0 transparent;
}
.welcome_brand_img{
    width: 11.25rem;
}
.welcome_brand_text{
    width: calc(100% - 11.25rem);
    padding-left: 1.3rem;
}
.welcome_brand_text p{
    font-family: InvolveSemiBold, sans-serif;
    text-transform: uppercase;
}
.welcome_brand_text span{
    font-size: 0.875rem;
    display: block;
    opacity: 0.5;
}

.welcome_form{
    padding: 2.8rem 1.8rem;
    margin-top: 3.8rem;
    color: white;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #294C6E;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.10);
}
.welcome_form_text_box{
    font-size: 1.25rem;
    text-transform: uppercase;
    padding-right: 1rem;
}
.welcome_products{
    padding-top: 1rem;
}


.w_prod_img{
    background: white;
    height: 14.5rem;
    margin-bottom: 0.8rem;
}
.w_prod_title{
    font-family: 'InvolveSemiBold';
    font-size: 1.25rem;
}
.w_prod_titles{
    margin-bottom: 0;
    opacity: 0.7;
}

.w_pord_data{
    line-height: 1.2;
}
.w_prod_price{
    font-family: 'InvolveSemiBold';
    font-size: 1.25rem;
    line-height: 1.2;
}
.welcome_products_row > .mb_30{
    margin-bottom: 2.4rem;
}
.welcome_products_more .btn{
    min-width: 22rem;
}
.w_hidden_prod{
    display: none;
}
.w_hidden_prod.factive{
    display: block;
}
.show_all_products .in_active{
    display: none;
}
.show_all_products.factive .in_active{
    display: block;
}
.show_all_products.factive .active{
    display: none;
}

.thank_page .section_title{
    margin-top: 3rem;
    text-align: center;
}

.check_lables label.with_image_filter{
    border: 1px solid transparent;
    height: 5.125rem;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
    background: #e7e7e7;
}
.with_image_filter img{
    width: 7.563rem;
}
.with_image_filter input{
    display: none;
}

.check_lables label.with_image_filter span {
    width: calc(100% - 7.563rem);
    padding-left: 0;
    padding-right: 0.5rem;
}
.check_lables label.with_image_filter:has(input[type="checkbox"]:checked){
    border-color: #3478F6;
}

.circle_slider{
    position: relative;
}
.circle_slider:after{
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    content: "";
    background: white;
    width: 100%;
}
.circle_slider .slick-list{
    margin: - 10px;
    overflow: unset;
}
.circle_slider .slick-slide{
    padding: 0 10px;
}
.circle_img{
    border-radius: 50%;
    overflow: hidden;
    height: 12.4rem;
    padding: 3px;
    background: white;
    position: relative;
}
.circle_img img{
    position: relative;
    z-index: 2;
    border-radius: 50%;
}
.circle_img:after{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-image: url("../img/cirlce_bg.jpg");
    background-size: cover;
}
#circle_cats{
    padding-top: 5rem;
}
.circle_title{
    text-align: center;
    margin-top: 0.5rem;
    font-size: 1.25rem;
    text-transform: uppercase;
}
.circle_item img{
    transition: all 0.35s;
}
.circle_item:hover img{
    transform: scale(1.05);
}


.circle_slider_scroll::-webkit-scrollbar {
    height: 3px;
}

.circle_slider_scroll::-webkit-scrollbar-thumb {
    background: #636262;
    /*border-radius: 10px;*/
}

.main_welcome_banner{
    display: flex;
    align-items: flex-end;
    padding: 4rem 2rem;
    position: relative;
}
.main_welcome_banner .box1_text{
    position: relative;
    z-index: 1;
    color: white;
}
.form_bottom_text{
    font-size: 0.88rem;
    text-align: right;
    margin-top: 1.5rem;
}
.radios{
    display: flex;
    align-items: center;
    font-size: 0.88rem;
    padding-top: 0.5rem;
}

.radios label{
    cursor: pointer;
    margin-right: 0.75rem;
    display: flex;
    align-items: center;
}
.radios label input{
    margin-right: 0.3rem;
}
.with_image_filter.sm_img img{
    filter: brightness(1) invert(0);
    width: 7.563rem;
    height: 4.7rem;
    object-fit: scale-down;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box1_btns .btn{
    margin-right: 0.5rem;
}

.circle_slider_scroll{
    overflow-x: auto;
    padding-bottom: 1rem;
    cursor: grab;
    padding-left: 1rem;
}
.circle_slider_scroll.factive {
  cursor: grabbing;
}
.circle_slider_scroll[data-dragging="true"] a {
  pointer-events: none;
}
.circle_slider_flex{
    width: max-content;
}
.circle_slider_flex .circle_item {
    width: 12.4rem;
    margin-right: 1.3rem;
}

.btn_header{
    height: 3.125rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
     border: 1px solid black;
    padding: 0 1.5rem;
    margin-left: 1.5rem;
    background: black;
    color: white;
    font-size: 0.75rem;
    text-align: center;
}
.btn_header:hover{
    background: white;
    color: black;
}
.card_items_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.card_items_list p{
    width: 49%;
    border: 1px solid #e8e8e8;
    padding: 0.8rem 0.7rem;
    font-size: 0.9rem;
    margin-bottom: 0.9rem;
}

.new_box1 .box1_text{
    position: relative;
    z-index: 1;
    padding: 2rem;
}
.rev_item{
    height: 100%;
    /*border: 1px solid rgba(0, 0, 0, 0.20);*/
    background: #F7F7F7;
    padding: 1.25rem;
    line-height: 1.2;
}
.rev_stars{
    color: #FBC531;
    display: flex;
}
b, strong{
    font-family: InvolveSemiBold, sans-serif;
}
.rev_stars .fa{
    margin-right: 0.24rem;
}
.rev_date{
    font-size: 0.875rem;
    font-family: InvolveSemiBold, sans-serif;
    color: rgba(0, 0, 0, 0.50);
    margin-left: 0.5rem;
}
.rev_user_img{
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    overflow: hidden;
    background: #D9D9D9;
}
.rev_user_info{
    width: calc(100% - 2.25rem);
    padding-left: 0.5rem;
    line-height: 1;
}
.rev_user_info p{
    margin-bottom: 0;
}
.rev_user_info span{
    font-size: 0.625rem;
}
.rev_user_text{
    padding-top: 1rem;
}
.rev_user_text.content p{
    margin-bottom: 0.5rem;
}
.rev_user_text b, .rev_user_text strong{
    color: rgba(0, 0, 0, 0.70);
}
.rev_top_flex{
    margin-bottom: 1rem;
}
.hidden_rev:not(.show_rev){
    display: none;
}
.new_title_flex{
    margin-bottom: 2rem;
}
.new_card_img{
    height: 26.3rem;
}
.new_fav{
    width: 1.4rem;
    background: transparent;
}
.new_card_title_flex{
    margin-bottom: 1.3rem;
}
.new_card_texts{

}
.new_card_texts .prod_text{
    opacity: 1;
    font-size: 1.3rem;
    margin-bottom: 0.85rem;
}
.new_card_texts .prod_text.op_text{
    opacity: 0.5;
}
.new_card_texts .prod_avalaible{

}
.new_card_colors{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.9rem;
}
.new_card_colors a{
    overflow: hidden;
    border: 0.5px solid rgba(149, 152, 154, 0.26);
    width: 5.625rem;
    height: 3.375rem;
}
.new_card_colors a.active{
    border-color: black;
}
.new_card_btns{
    margin-top: 1.9rem;
}
.new_card_chars{
    margin-top: 1rem;
}
.new_card_char_item{
    display: flex;
}
.new_card_char_item span{
    width: 50%;
    min-height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.35rem;
}
.new_card_char_item span:first-child{
    border-bottom: 1px solid #6B8189;
    background: #252527;
    color: white;
}
.new_card_char_item span:last-child{
    opacity: 0.8;
}
.new_card_slider{
    margin-top: 1.7rem;
}
.new_card_slider_title{
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-bottom: 1.1rem;
}
.new_card_slider_title.link{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.7rem;
}
.new_card_slider_title.link img{
    width: 0.6rem;
}
.new_card_slider_item{
    display: flex!important;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.new_card_slider_img{
    height: 5rem;
    margin-bottom: 0.5rem;
    position: relative;
}
.new_card_slider_img .fav_btn {
    top: 0;
    right: 0;
}
.new_card_slider_img .fav_btn img{
    width: 1.2rem;
}
.new_card_slider_item_title{
    text-transform: uppercase;
    font-family: InvolveSemiBold, sans-serif;
}
.new_card_slider_item_articul{
    font-size: 0.875rem;
    opacity: 0.5;
}
.new_card_slider_bottom .btn{
    font-size: 0.8rem;
    margin-top: 0.3rem;
    padding: 0.8rem 0;
}
.btn.full{
    min-width: unset;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.new_card_slider_box .slick-list{
    display: flex;
    margin: 0 -5px;
}
.new_card_slider_box .slick-track{
    display: flex;
}
.new_card_slider_box .slick-slide > div{
    height: 100%;
    padding: 0 5px;
}
.new_search_box{
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 2rem;
    background: white;
    border: 1px solid rgba(0,0,0,0.1);
    display: none;
}
.search_backdrop{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 10;
    cursor: pointer;
    display: none;
}
.account_backdrop{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 20;
    cursor: pointer;
    display: none;
}
.search_title{
    margin-bottom: 1rem;
    font-family: InvolveSemiBold, sans-serif;
    font-size: 1.25rem;
}
.search_shapes{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-transform: uppercase;
}
.search_center input{
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #F8F8F8;
    height: 2.875rem;
    padding: 0 1rem;
    font-style: italic;
}
.search_center input::placeholder{
    color: rgba(0,0,0,0.5);
}
.search_center button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.6rem;
    width: 1.5rem;
    background: transparent;
    transition: all 0.35s;
}
.search_center button:hover{
    opacity: 0.7;
}
.search_close_btn{
    display: inline-block;
    width: 1.5rem;
}
.search_recoms{
    margin-top: 2rem;
}
.recom_item{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.recom_img{
    width: 49%;
    height: 4.688rem;
}
.recom_info{
    width: 50%;
}
.recom_title{
    font-family: InvolveSemiBold, sans-serif;
    text-transform: uppercase;
}
.recom_size{
    opacity: 0.5;
    font-size: 0.875rem;
}
.recom_price{
    font-size: 0.75rem;
}
/* Scroll style */
.new_account::-webkit-scrollbar {
    width: 6px;
}

.new_account::-webkit-scrollbar-thumb {
    background: #636262;
    /*border-radius: 10px;*/
}
.new_account{
    position: fixed;
    z-index: 22;
    background: white;
    width: 37.5rem;
    height: 100vh;
    overflow-y: auto;
    padding: 1.5rem 4rem;
    top: 0;
    right: -37.5rem;
    transition: all 0.5s;
}
.new_account.factive{
    right: 0;
}
.new_account_close{
    width: 1.2rem;
}
.new_account_close img{
    transition: all 0.35s;
}
.new_account_close:hover img{
    transform: rotate(-180deg);
}
.new_account_top{
    margin-bottom: 1.5rem;
}
.section_title_24{
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.check_lables.static{
    display: block!important;
    border: none;
    padding: 0;
    position: static;
    width: auto;
    min-width: unset;
    background: transparent!important;
    box-shadow: none;
}
.account_back_btn{
    width: 2rem;
    margin-right: 0.8rem;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2rem;
    border: 1px solid black;
}
.account_back_btn:hover img{
    filter: brightness(0) invert(1);
}
.account_back_btn img{
    width: 2.2rem;
    transition: all 0.35s;
}
.account_back_btn:hover{
    background: black;
}
.op_label{
    opacity: 0.5;
}
.new_login_text{
    font-size: 0.875rem;
    font-family: InvolveSemiBold, sans-serif;
    text-transform: uppercase;
}
.new_login_text a{
    text-decoration: underline;
}
.new_login_bottom p{
    margin-bottom: 0.5rem;
}

.account_modal:not(.factive){
    display: none;
}
.addToFav img.full{
    width: 100%!important;
}
.card_fav_and_price .prod_price{
    margin: 0;
    margin-left: 1rem;
}
.new_sort_btn{
    display: flex;
    align-items: center;
    letter-spacing: -0.04rem;
    background: #F7F7F7;
   
    height: 3rem;
    justify-content: space-between;
    padding: 0 0.8rem;
    cursor: pointer;
}
.new_sort_btn:hover{
    
}
.new_sort_btn img{
    width: 1.25rem;
    margin-right: 0.5rem;
}
.new_sort{
    position: relative;
}
.new_sort .check_lables{
    left: unset;
    right: 0;
}
.a_bonus{
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    background-image: url("../img/acc_bg.jpg");
    background-size: cover;
    background-position: center center;
    color: white;
    align-items: center;
    margin-bottom: 1rem;
}
.a_bonus_left{
    display: flex;
    align-items: center;
}
.a_bonus_img{
    width: 3.375rem;
    border-radius: 5px;
    overflow: hidden;
}
.a_bonus_text{
    padding-left: 1rem;
}
.a_bonus_title{

}
.a_bonus_title2{
    font-size: 0.75rem;
    opacity: 0.5;
}
.a_bonus_right{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.a_bonus_right p{
    margin-bottom: 0;
}
.a_bonus_right span{
    font-size: 0.625rem;
}
.acc_favs{
    padding-top: 3rem;
}
.new_acc_menu{
    margin-top: 3rem;
}
.new_acc_menu a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 2.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    padding: 0 0.8rem;
}
.new_acc_menu a.active{
    background: #171717;
    color: white;
}
.new_acc_menu a.active img{
    filter: brightness(0) invert(1);
}
.new_acc_menu a img{
    width: 1.5rem;
}
.profile_fixed{
    /*display: flex;*/
    /*border-top: 0.5px solid #252527;*/
    /*position: relative;*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*width: 37.5rem;*/
    /*text-transform: uppercase;*/
    /*background: white;*/
    /*z-index: 10;*/

    display: flex;
    border-top: 0.5px solid #252527;
    position: relative;
    left: 0;
    bottom: 0;
    /* width: 37.5rem; */
    text-transform: uppercase;
    background: white;
    z-index: 10;
    margin-left: -4rem;
    margin-right: -4rem;
    margin-bottom: -1.5rem;
}
.fixed_padding{
    height: 2.25rem;
}
.acc_company_title {
    margin-top: 0.9rem;

}
.profile_fixed a{
    width: 50%;
    font-size: 0.75rem;
    height: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile_fixed a.active{
    background: #171717;
    color: white;
}
.acc_datas_bottom{
    margin-top: 1rem;
}
.acc_data_item{
    margin-top: 1rem;
}
.acc_data_item p{
    font-size: 0.75rem;
    opacity: 0.4;
    margin: 0;
}
.border_btn.red{
    border-color: #D91111;
    color: #D91111;
}
.border_btn.red:hover{
    background: #D91111;
    color: white;
}
.new_acc_menu2{
    margin-top: 2rem;
}
.acc_arr_title{
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.25rem;
}
.acc_arr_title img{
    width: 2rem;
}
.acc_shipping{
    border: 1px solid #E6E6E6;
    background: #FFF;
    padding: 0.8rem;
    font-size: 0.875rem;
    margin-top: 0.4rem;
    display: block;
    position: relative;
}
.acc_shipping:hover{
    color: #333333;
}
.acc_shipping:hover .acc_pencil{
    opacity: 0.5;
}
.acc_shipping p{
    margin: 0;
}
.acc_pencil{
    width: 1.5rem;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    transition: all 0.35s;
}
.new_acc_menu2_item{
    margin-bottom: 1.5rem;
}
.acc_datas .profile_form.disabled .form-control{
    border: none;
    padding: 0;
    height: auto;
    pointer-events: none;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0) !important;
}
.empty_text{
    font-size: 1.25rem;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}
.acc_order_date{
    font-size: 0.75rem;
    color: #95989A;
    text-align: center;
    margin-bottom: 0.5rem;
}
.aop_img {
    display: flex;
    height: 5.3rem;
    align-items: center;
    justify-content: center;
}
.acc_order_product{
    border: 1px solid #E6E6E6;
    background: #FFF;
    padding: 1.5rem;
    /*margin-bottom: 0.5rem;*/
}
.aop_art{
    font-family: InvolveSemiBold, sans-serif;
    text-transform: uppercase;
    margin-bottom: 0.4rem;
}
.aop_chars{
    opacity: 0.5;
    font-size: 0.75rem;
}
.aop_price{
    font-size: 0.75rem;
    font-family: InvolveSemiBold, sans-serif;
}
.acc_order_more{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: InvolveSemiBold, sans-serif;
    background: white;
    color: black;
    border: 1px solid black;
    padding: 0.5rem 2rem;
    /*padding-right: 0.1rem;*/
    width: 7rem;
}
.acc_order_more:hover{
    color: white;
    background: black;
}
.acc_order_more img{
    display: none!important;
    width: 1.8rem;
    filter: brightness(0) invert(1);
}
.acc_order_item:not(:last-child){
    margin-bottom: 1.5rem;
}
.acc_order_cart_date{
    font-family: InvolveSemiBold, sans-serif;
    margin-top: 1rem;
}
.acc_order_cart_date.green{
    color: #449B0D;
}
.acc_order_cart_date.red{
    color: red;
}
.not_border{
    margin-top: 1rem;
}
.not_border .acc_order_product{
    border: none;
    padding: 0;
    margin-top: 1.5rem;
}
.re_btn img{
    width: 1rem;
    margin-left: 0.35rem;
}
.re_btn{
    padding: 1rem 0;
    margin-top: 1rem;
}
.ship_title{
    display: block;
    margin-bottom: 0.5rem;
}
.ship_flex{
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.10);
    padding: 0.9rem;
}
.ship_flex img{
    width: 1.5rem;
}
.ship_flex span{
    width: calc(100% - 1.5rem);
    padding-left: 0.5rem;
}
.acc_order_card_address{
    margin-top: 1.5rem;
}
.acc_order_chars{
    margin-top: 1.5rem;
}
.acc_order_chars p{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.acc_order_chars span:first-child{
    font-family: InvolveSemiBold, sans-serif;
}
.acc_order_product .btn.sm{
    padding: 0.8rem 0;
    font-size: 0.875rem;
    margin-top: 0.6rem;
}
.acc_order_product .fav_btn {
    right: 1.5rem;
    top: 1.2rem;
}
.acc_order_product .fav_btn img{
    width: 1.5rem;
}
.w_prod_titles{
    margin-top: 0.2rem;
}
.w_prod_price{
    font-family: InvolveSemiBold, sans-serif;
    text-align: right;
    padding-right: 0.5rem;
}
.new_check{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.new_check span{
    opacity: 0.5;
    line-height: 1.2;
    transition: all 0.35s;
}
.new_check:hover span{
    opacity: 1;
}
.new_check_input{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 50%;
    border: 1px solid black;
    margin-right: 0.5rem;
    position: relative;
    /*overflow: hidden;*/
    transition: all 0.35s;
}
.new_check_input:checked{
    background-color: black;
}
.new_check_input:checked:after{
    opacity: 1;
}
.new_check_input:after{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-image: url("../img/check2.png");
    background-size: 105% 105%;
    background-position: center center;
    transition: all 0.35s;
    opacity: 0;
    z-index: 1;
}
.deals_box{
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
    padding: 1.25rem 1.875rem;
    margin-top: -2rem;
    margin-bottom: 1.5rem;
}
.deals_box p{
    font-family: InvolveSemiBold, sans-serif;
    margin-bottom: 0.5rem;
}

.deals_box span{
    font-size: 0.875rem;
    opacity: 0.5;
}
.cart_new_bottom_row{
    margin-top: 2rem;
}
.cart_new_bottom_item{
    display: flex;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
    padding: 1.25rem;
    text-align: center;
    height: 100%;
}
.cart_new_bottom_item p{
    font-family: InvolveSemiBold, sans-serif;
    margin-bottom: 0.5rem;
}
.cart_new_bottom_item span{
    font-size: 0.875rem;
    opacity: 0.5;
    line-height: 1.2;
    display: block;
}
.cart_new_bottom_img{
    width: 4.375rem;
}
.cart_new_bottom_text{
    width: calc(100% - 4.375rem);
    padding-left: 0.5rem;
}
#promo_modal.modal .modal__block{
    text-align: left;
    width: 56.25rem;
    border-radius: 0;
}
.modal_promo_title{
    font-size: 1.5rem;
    font-family: InvolveSemiBold, sans-serif;
    margin-bottom: 0.5rem;
}
.modal_promo_sub_title{
    margin-bottom: 0.5rem;
}
.promo_img{
    width: 6.75rem;
    display: block;
    margin: 0 auto;
    margin-bottom: 1rem;
}
.new_promo_form .form-control{
    margin-bottom: 1.5rem;
}
.new_promo_btns .btn{
    margin-left: 1rem;
    padding: 0.8rem 3rem;
    min-width: unset;
}

.right_alert{
    transition: all 0.35s;
    right: -100%;
    pointer-events: none;
    visibility: hidden;
    top: 5rem;
    position: fixed;
    z-index: 100;
    background: #30B324;
    color: white;
    padding: 1rem 1.5rem;
    width: max-content;
}
.right_alert.active{
    right: 0;
    visibility: visible;
}
.right_alert img{
    width: 1.35rem;
    margin-right: 0.5rem;
    position: relative;
    top: 0.1rem;
}
.new_account_box{
    min-height: calc(100vh - 3rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.new_card_slider_box{
    overflow-x: auto;
    padding-bottom: 0.5rem;
}
.new_card_slider_box_custom{
    width: max-content;
    display: flex;
    gap: 1rem;
}
.new_card_slider_item{
    width: 10rem;
}

.js-drag-scroll{
    overflow-x: auto;
    overflow-y: hidden;
    cursor: grab;
    user-select: none;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: auto;
}

.js-drag-scroll.is-dragging{
    cursor: grabbing;
}

.js-drag-scroll *{
    user-select: none;
}

.js-drag-scroll img{
    -webkit-user-drag: none;
}

.js-drag-scroll::-webkit-scrollbar {
    height: 2px;
}

.js-drag-scroll::-webkit-scrollbar-track {
    background: #ddd;
}

.js-drag-scroll::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.new_old_price{
    font-size: 1.1rem;
    text-decoration: line-through;
    opacity: 0.6;
    display: inline-block;
    padding-left: 0.5rem;
}
.free-ship{
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
    padding: 1.25rem 1.875rem;
    margin-top: -2rem;
    margin-bottom: 3rem;
}

.free-ship-text{
    font-size: 14px;
    color: rgba(0,0,0,0.6);
    margin-bottom: 8px;
}

.free-ship-text .amount{
    font-family: InvolveSemiBold, sans-serif;
    color: #111;
}

/* Progress bar */
.free-ship-bar{
    width: 100%;
    height: 8px;
    background: #e5e7eb;
    border-radius: 999px;
    overflow: hidden;
}

.free-ship-progress{
    height: 100%;
    width: 0%; /* Динамикалық өзгереді */
    background: linear-gradient(90deg, #4ade80, #22c55e);
    border-radius: 999px;
    transition: width 0.4s ease;
}
.new_add{
    padding: 0.7rem 0;
    margin-top: 0.7rem;
    font-size: 0.875rem;
}