

@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.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: '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.black{
    background: #252527;
    color: white;
}

.box1_text .content{
    margin-bottom: 1.7rem;
}
.box1_text_box{
    font-size: 2.5rem;
    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;
}
.section_title{
    font-size: 2.5rem;
    text-transform: uppercase;
    margin-bottom: 0.9rem;
}
.section_title.big_mar {
    margin-bottom: 2.7rem;
}
.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: #FFF;
    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: 1rem;
    top: 1.3rem;
    background: transparent;
    border-radius: 0;
}
.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;
}
.prod_stick{
    font-size: 0.875rem;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    padding: 0.35rem 0.7rem;
    font-family: InvolveSemiBold, sans-serif;
    display: inline-block;
}
.prod_img{
    margin-top: 0.5rem;
    margin-bottom: 0.4rem;
    height: 14rem;
    overflow: hidden;
}
.prod_img .slick-slide > div{
    height: 14rem;
}
.prod_img img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.prod_title{
    font-family: InvolveSemiBold, sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.15rem;
    letter-spacing: 0.1rem;
}
.prod_text{
    text-align: center;
    opacity: 0.5;
    letter-spacing: 0.1rem;
}
.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: 13px!important;
    height: 13px;
    border-radius: 50%;
    margin: 0 0.25rem;
    position: relative;
    border: 1px solid #e8e8e8;
    display: block;
    line-height: 0;
}
.go_to_slide button img, .go_to_slide2 button img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.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: 50%;
    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: 4.7rem;
}
.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: 4.7rem;
}
.preim_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: 1.1rem 1.1rem;
    text-align: center;
}
.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: 1;
    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: 4.5rem;
}
.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;
}

.filter_check_title{
    font-size: 1.5rem;
    letter-spacing: -0.04rem;
    margin-bottom: 1.4rem;
}
.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;*/
/*}*/
.filter_check_item{
    margin-bottom: 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;
}
.red_circle{
    position: absolute;
    top: -0.2rem;
    right: -0.3rem;
    width: 1.1rem;
    height: 1.1rem;
    font-size: 0.7rem;
    line-height: 1;
    background-color: red;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.header_link{
    display: block;
    width: 2rem;
    margin-left: 1rem;
    position: relative;
}
.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_item_img{
    display: block;
    height: 7rem;
    width: 13rem;
    overflow: hidden;
}
.cart_item_text{
    width: calc(100% - 13rem);
    padding-left: 0.9rem;
}
.cart_item_title{
    font-family: InvolveSemiBold, sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.15rem;
    letter-spacing: 0.1rem;
}
.cart_item_articul{
    margin-top: 0.4rem;
}
.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: 19.2rem;
    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: 19.3rem;
    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;
}

.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: 10rem;
    height: 10rem;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}
.profile_form_img_upload > img{
    position: absolute;
    bottom: -0.8rem;
    left: 51%;
    transform: translateX(-50%);
    width: 2rem;
    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;
}