:root {
    --accent: #c8964c;
    --size12: 0.75rem;
    --size14: 0.875rem;
    --size20: 1.125rem;
    --size24: 1.5rem;
}
.wow{
    visibility: hidden;
}
body{
    line-height: 1.2;
    font-family: 'Manrope', sans-serif;
    padding-top: 10.274rem;
    color: #252527;
}
.section{
    padding-top: 5rem;
}
.hero{
    padding-top: 2rem;
}
.section.bottom_pad{
    padding-bottom: 5rem;
}
.container{
    width: 81.25rem;
    margin: 0 auto;
    padding: 0;
    max-width: none;
}
.btn{
    align-items: center;
    display: inline-flex;
    font-size: 0.875rem;
    font-weight: 500;
    justify-content: center;
    line-height: 1;
    height: 3.25rem;
    padding: 0 1rem;
    text-align: center;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    background: white;
    font-family: 'Manrope', sans-serif;
    color: #252527;
}
.btn.header_register:hover{
    background: white!important;
    color: #252527!important;
}

footer.fixed{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}
.btn.black_btn{
    background: #252527;
    color: white;
    border-color: #252527;
}
.btn.sm{
    height: 2.5rem;
}
.btn.full{
    padding: 0;
    width: 100%;
}
.btn.min_width{
    min-width: 19.1875rem;
}
.btn.gr_btn span{
    position: relative;
    z-index: 2;
}
.btn.hover_gr span{
    position: relative;
    z-index: 1;
}
.btn.hover_gr:hover{
    color: white;
}
.btn.hover_gr:hover:after{
    opacity: 1;
}
.btn.gr_btn{
    color: white;
}
.btn.hover_gr:after, .btn.gr_btn:after{
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(90deg, #E8CE97 0%, #C8964C 100%);
    transition: all 0.35s;
    opacity: 0;
}

.btn.gr_btn:after{
    opacity: 1;
}
.header_auth .btn{
    border: 0.0625rem solid transparent;
}
.btn.white{
    background: #ffffff;
    color: #252527;
}
.btn.white:hover{
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
}
.btn.border_btn{
    background: transparent;
    border: 0.0625rem solid #ffffff;
    color: #ffffff;
}
.btn.border_btn:hover{
    background: #ffffff;
    color: #252527;
}


.btn.border_btn.black{
    background: transparent;
    border: 0.0625rem solid #252527;
    color: #252527;
}
.btn.border_btn:hover{
    background: #252527;
    color: #ffffff;
}

.btn.gr_btn:before{
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(90deg, #E8CE97 0%, #C8964C 100%);
    transition: all 0.35s;
    opacity: 0;
    z-index: 1;
}
.btn.gr_btn:hover:before{
    opacity: 1;
}
/*.btn.gr_btn:hover:after{*/
/*    opacity: 0;*/
/*}*/
.btn.gr_btn:hover{
    color: white;
}

.section_title{
    font-weight: 600;
    line-height: 1;
    margin: 0;
    font-size: 2rem;
}
.section_title.big2_5{
    font-size: 2.5rem;
}
.section_title.sm{
    font-size: 1.25rem;
}
.section_title.big{
    font-size: 3rem;
}
.site-header{
    background: #252527;
    box-shadow: 0 0.375rem 0.75rem rgba(0,0,0,0.1);
    color: #ffffff;
    min-height: 9.25rem;
    padding: 1.25rem 0;
    transition: all .35s;
}
.site-header.shadow{
    top: -4.6rem;
}
.header_top,
.header_bottom{
    width: 100%;
}
.header_top{
    margin-bottom: 1.375rem;
}
.header_top_left,
.header_catalog_search{
    gap: 1.25rem;
}
.header_auth,
.header_icons,
.header_address,
.catalog_btn,
.header_search{
    gap: 0.5rem;
}
.site-header .logo{
    display: block;
    flex: 0 0 8.0625rem;
    width: 8.0625rem;
}
.header_address{
    color: #ffffff;
    font-size: 0.75rem;
    line-height: 1.2;
}
.header_address a{
    color: white;
}
.header_address a:hover{
    color: var(--accent);
}
.header_address_icon{
    flex: 0 0 2rem;
    height: 2rem;
    width: 2rem;
}
.header_auth .btn{
    height: 2.875rem;
    padding-left: 1.625rem;
    padding-right: 1.625rem;
}
.header_bottom{
    gap: 1.25rem;
}
.header_catalog_search{
    flex: 0 0 43.75rem;
}
.catalog_btn{
    height: 3rem;
    border: 0.0625rem solid white;
}
.catalog_btn img{
    transition: all 0.35s;
}
.catalog_btn:hover{
    background: transparent;
    color: white;
}
.catalog_btn:hover img{
    filter: brightness(0) invert(1);
}
.catalog_btn_icon{
    flex: 0 0 2rem;
    width: 2rem!important;
}

.header_search{
    flex: 1 1 auto;
    min-width: 0;
}
.header_search input{
    background: #5c5c5c;
    color: #ffffff;
    flex: 1 1 auto;
    font-size: 0.875rem;
    font-weight: 500;
    height: 3rem;
    line-height: 1;
    min-width: 0;
    padding: 0.5rem 1rem;
    border: 0.0625rem solid #858585;
    transition: all 0.35s;
}
.header_search input:focus{
    border-color: white;
}
.header_search input::placeholder{
    color: rgba(255,255,255,0.5);
}
.header_search button{
    align-items: center;
    background: #ffffff;
    display: flex;
    flex: 0 0 4rem;
    height: 3rem;
    justify-content: center;
    padding: 0.5rem 1rem;
    transition: all 0.35s;
    border: 0.0625rem solid white;
}
.header_search button:hover{
    background: transparent;
}
.header_search button:hover img{
    filter: brightness(0) invert(1);
}
.header_search button img{
    display: block;
    width: 2rem;
    transition: all 0.35s;
}
.header_nav{
    align-items: center;
    display: flex;
    flex: 0 0 27.875rem;
    justify-content: space-between;
}
.header_nav a{
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
}
.header_nav a:hover, .header_nav a.active{
    color: #c8964c;
}
.header_icons{
    gap: 0.625rem;
}
.header_icons a{
    align-items: center;
    color: #ffffff;
    display: flex;
    height: 1.75rem;
    justify-content: center;
    width: 1.75rem;
}
.header_icons a:hover{
    opacity: 0.7;
}
.header_icons a img{
    display: block;
    width: 100%;
}

.hero_slide{
    overflow: hidden;
}
.hero_inner,
.hero_slider,
.hero_slide{
    position: relative;
}
.hero_inner,
.hero_slider,
.hero_slider .slick-list,
.hero_slider .slick-track,
.hero_slider .slick-slide,
.hero_slider .slick-slide > div{
    height: 27.5rem;
}
.hero_slider{
    overflow: hidden;
}
.hero_slide{
    height: 27.5rem;
    width: 100%;
}
.hero_img{
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.hero_content{
    color: #ffffff;
    left: 6.875rem;
    position: absolute;
    top: 4.5625rem;
    z-index: 2;
}
.hero_subtitle{
    color: rgba(255,255,255,0.5);
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0.875rem;
    white-space: nowrap;
}
.hero .section_title{
    color: #ffffff;
    margin-bottom: 1rem;
    text-align: center;
}
.hero_content p{
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    max-width: 17.4375rem;
}
.hero_notice{
    background: rgba(255,255,255,0.3);
    bottom: 2.75rem;
    color: #ffffff;
    gap: 0.625rem;
    left: 0;
    padding: 0.5rem 1rem;
    position: absolute;
}
.hero_notice_icon{
    flex: 0 0 1.6875rem;
    height: 1.6875rem;
    width: 1.6875rem;
}
.hero_notice span{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    white-space: nowrap;
}
.hero_btn{
    bottom: 2.75rem;
    height: 3.25rem;
    padding-left: 1.625rem;
    padding-right: 1.625rem;
    position: absolute;
    right: 3.125rem;
    width: 19.1875rem;
    z-index: 2;
}
.hero_arrow{
    align-items: center;
    background: transparent;
    border: 0.0625rem solid #ffffff;
    display: flex;
    height: 2.5rem;
    justify-content: center;
    padding: 0.5625rem;
    position: absolute;
    top: 12.5rem;
    width: 2.5rem;
    z-index: 3;
    transition: all 0.35s;
}

.hero_arrow img{
    transition: all 0.35s;
    display: block;
    height: 1.5rem;
    width: 1.5rem;
}
.hero_arrow_prev{
    left: 1rem;
}
.hero_arrow_next{
    right: 1rem;
}
.hero_dots{
    bottom: 2.75rem;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 5;
}
.hero_dots .slick-dots{
    align-items: center;
    bottom: auto;
    display: flex;
    gap: 0.5rem;
    left: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    position: static;
    width: auto;
}
.hero_dots .slick-dots li{
    height: 0.5rem;
    margin: 0;
    width: 0.5rem;
}
.hero_dots .slick-dots button{
    background: rgba(255, 255, 255, 0.50);
    display: block;
    font-size: 0;
    height: 0.5rem;
    padding: 0;
    width: 0.5rem;
    border-radius: 50%;
    transition: all 0.35s;
}
.hero_dots .slick-dots .slick-active button{
    background: #ffffff;
}


.section_head{
    margin-bottom: 2rem;
    width: 100%;
}
.section_arrows{
    gap: 0.5rem;
}
.section_arrow{
    align-items: center;
    background: #ffffff;
    border: 1px solid #252527;
    display: flex;
    height: 2.5rem;
    justify-content: center;
    padding: 0.5625rem;
    transition: all 0.35s;
    width: 2.5rem;
    position: relative;
}



.section_arrow img{
    display: block;
    height: 1.5rem;
    transition: all 0.35s;
    width: 1.5rem;
    position: relative;
    z-index: 1;
    filter: brightness(0) invert(0);
}


.products_slider .slick-list{
    overflow: hidden;
    margin: 0 -5px;
    display: flex;
}
.products_slider .slick-track{
    display: flex;
}
.products_slider .slick-slide > div{
    padding: 0 5px;
    height: 100%;
}
.product_card{
    background: #F3F3F3;
    color: #252527;
    gap: 0.625rem;
    padding: 0.5rem;
    height: 100%;
    display: flex!important;
    flex-direction: column;
    justify-content: space-between;
}
.product_card:hover{
    background: #ececec;
}
.product_card .btn{
    height: 2.5rem;
}
.product_card_top, .product_card_bottom{
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}
.product_card:hover{
    color: #252527;
}
.product_img_wrap{
    background: #ffffff;
    height: 12.5rem;
    overflow: hidden;
    padding: 0.5rem;
    position: relative;
    width: 100%;
}
.product_img_wrap img{
    object-fit: scale-down!important;
}
.product_favorite{
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    width: 1.375rem;
    background: transparent;
}
.product_favorite img{
    width: 100%;
    display: block;
}
.product_favorite .like_active{
    display: none;
}
.product_title{
    color: #252527;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}
.product_specs{
    color: rgba(37, 37, 39, 0.5);
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}
.product_specs p,
.product_status p{
    margin: 0;
}
.product_status{
    gap: 0.25rem;
    justify-content: flex-start;
}
.product_status.red span{
    background: red;
}
.product_status span{
    background: #68b46b;
    border-radius: 50%;
    flex: 0 0 0.5rem;
    height: 0.5rem;
    width: 0.5rem;
}
.product_status p{
    color: #252527;
    font-size: 0.75rem;
    line-height: 1.2;
}
.product_price{
    color: #252527;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    margin-top: auto;
}
.product_btn{
    color: #ffffff;
    min-height: 2.5rem;
    width: 100%;
}
.product_btn:after{
    opacity: 1;
}

.hunt_banner{

}
.hunt_banner_box{
    overflow: hidden;
    position: relative;
}
.hunt_banner_box:after{
    position: absolute;
    inset: 0;
    background: linear-gradient(246deg, rgba(0, 0, 0, 0.00) 24.69%, #000 92.87%);
    /*backdrop-filter: blur(6.300000190734863px);*/
    content: "";
}
.hunt_banner .absolute_img{
    position: absolute;
    top: 0;
    left: 0;
}
.hunt_banner .container{
    position: relative;
    z-index: 1;
}
.hunt_banner_inner{
    height: 31.0625rem;
    position: relative;
}
.hunt_banner_content{
    bottom: 2.75rem;
    color: #ffffff;
    left: 2.5rem;
    position: absolute;
    width: 39.5625rem;
}
.hunt_banner .section_title{
    color: #ffffff;
    font-weight: 600;
    line-height: 1.15;
    margin-bottom: 1.5rem;
}

.hunt_banner_notice{
    background: #ffffff;
    color: #252527;
    gap: 0.625rem;
    padding: 0.5rem 1rem;
    position: absolute;
    right: 0;
    top: 2rem;
}
.hunt_banner_notice_icon{
    flex: 0 0 1.6875rem;
    height: 1.6875rem;
    width: 1.6875rem;
}
.hunt_banner_notice span{
    font-size: 1rem;
    line-height: 1.2;
    white-space: nowrap;
}

.special_choice_head{
    gap: 2rem;
    margin-bottom: 2rem;
}
.special_choice_head .section_title{
    flex: 0 0 32.5rem;
}
.special_choice_head p{
    color: #252527;
    flex: 0 0 40rem;
    line-height: 1.2;
    margin: 0;
    font-weight: 500;
    font-size: 1.25rem;
}
.special_choice_grid{
    gap: 1.25rem;
}
.special_choice_card{
    color: #252527!important;
    flex: 1 1 0;
    position: relative;
    overflow: hidden;
}
.special_choice_card:after{
    background: linear-gradient(205deg, rgba(239, 239, 239, 0.82) 19.19%, rgba(239, 239, 239, 0.00) 44.27%);
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1;
}
.special_choice_card.white_text{
    color: #ffffff!important;
}
.special_choice_card:hover .btn:after{
    opacity: 1;
}
.special_choice_card:hover .btn{
    color: white!important;
}
.special_choice_card.white_text:after{
    background: linear-gradient(180deg, rgba(0,0,0,0) 15%, rgba(0,0,0,0.5) 100%);
}
.special_choice_card img{
    display: block;
    height: 100%;
    transition: all 0.35s;
    width: 100%;
}
.special_choice_card:hover img{
    transform: scale(1.05);
}
.special_choice_card > img{
    position: absolute;
    left: 0;
    top: 0;
}
.special_choice_card_content{
    height: 25rem;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 2;
    padding: 1.25rem;
}
.special_choice_card_content h3{
    color: inherit;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 1rem;
}
.special_choice_card_content p{
    color: inherit;
    line-height: 1.2;
    margin: 0 0 1rem;
}

.order_steps .section_title{
    margin-bottom: 2rem;
    width: 100%;
}
.order_steps_grid{
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    /*grid-template-rows: repeat(2, minmax(0, 1fr));*/
    /*height: 17.5rem;*/
    width: 100%;
}
.order_step_card{
    align-items: flex-start;
    border: 1px solid #E8CE97;
    display: flex;
    padding: 1rem;
}
.order_step_content{
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 0.5rem;
    min-width: 0;
}
.order_step_num{
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1;
    opacity: 0.5;
    width: 100%;
}
.order_step_content h3{
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.8px;
    line-height: normal;
    margin: 0;
    width: 100%;
}
.order_step_content p{
    margin: 0;
    width: 100%;
}
.order_steps_box{
    background: #252527;
    color: white;
    padding: 2.5rem 0;
}

.faq_content{
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
}
.faq_content .section_title{
    
    width: 100%;
}
.faq_list{
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 56.25rem;
}
.faq_card{
    background: #f3f3f3;
    padding: 1rem 1.25rem;
    width: 100%;
    cursor: pointer;
    transition: all 0.35s;
}
.faq_card:hover{
    background: #eaeaea;
}
.faq_card_head{
    align-items: flex-start;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    width: 100%;
}
.faq_question{
    color: #252527;
    flex: 1 1 auto;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.8px;
    min-width: 0;
    display: flex;
    line-height: 1.2;
}
.faq_question span{
    display: inline-block;
    min-width: 1.4rem;
}
.faq_icon{
    background: linear-gradient(90deg, #e8ce97 0%, #c8964c 100%);
    flex: 0 0 1.875rem;
    height: 1.875rem;
    position: relative;
    width: 1.875rem;
}
.faq_icon:before,
.faq_icon:after{
    background: #ffffff;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: transform 0.35s, opacity 0.35s;
}
.faq_icon:before{
    height: 1px;
    width: 1rem;
}
.faq_icon:after{
    height: 1rem;
    width: 1px;
}
.faq_card.active .faq_icon:before{
    transform: translate(-50%,-50%) rotate(180deg);
}
.faq_card.active .faq_icon:after{
    opacity: 0;
    transform: translate(-50%,-50%) rotate(90deg);
}
.faq_text{
    padding-left: 1.45rem;
    padding-top: 0.625rem;
}
.faq_text p{
    margin: 0;
}

.blog_content{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
}
.blog_head{
    color: #252527;
    line-height: normal;
    width: 100%;
}

.blog_all{
    color: #252527;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: normal;
    text-decoration: underline;
    text-underline-position: from-font;
    white-space: nowrap;
    text-underline-offset: 4px;
}
.blog_all:hover{
    color: var(--accent);
}
.blog_grid{
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
}
.blog_card{
    color: #ffffff;
    display: flex;
    flex-direction: column;
    min-width: 0;
    justify-content: space-between;
    height: 100%;
    background: #252527;
}
.blog_card:hover .btn:before{
    opacity: 1;
}
.blog_card:hover{
    color: #ffffff;
}
.blog_img{
    height: 16.75rem;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.blog_img img{
    display: block;
    height: 100%;
    transition: all 0.35s;
    width: 100%;
}
.blog_card:hover .blog_img img{
    transform: scale(1.05);
}
.blog_card_body{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 1rem;
    width: 100%;
}
.blog_card_bottom{
    padding: 1rem;
}
.blog_card_text{
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    text-align: left;
    width: 100%;
}
.blog_card_text h3{
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.8px;
    margin: 0;
    width: 100%;
    line-height: 1.2;
}
.blog_card_text p{
    color: #ffffff;
    display: -webkit-box;
    line-height: 1.2;
    margin: 0;
    opacity: 0.7;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: 100%;
}
.blog_btn{
    color: #ffffff;
}
.reviews_slider.products_slider .slick-list{
    margin: 0 -10px;
}
.reviews_slider.products_slider .slick-slide > div{
    padding: 0 10px;
}
.review_card{
    border: 1px solid rgba(37,37,39,0.2);
    color: #252527;
    display: flex!important;
    flex-direction: column;
    gap: 1.5625rem;
    height: 100%;
    justify-content: space-between;
    padding: 1.25rem;
}
.review_card.opened{
    height: auto;
}
.review_card_content{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
}
.review_top{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
}
.review_head{
    width: 100%;
}
.review_head h3{
    color: #252527;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}
.review_head span{
    color: rgba(37,37,39,0.5);
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
}
.review_stars{
    color: #252527;
    display: flex;
    gap: 0.42rem;
    height: 0.9375rem;
    line-height: 1;
    width: 7.1875rem;
}
.review_stars .fa{
    font-size: 0.875rem;
    line-height: 1;
}
.review_text{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}
.review_text p{
    color: #252527;
    display: -webkit-box;
    line-height: 1.2;
    margin: 0;
    max-height: 6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    width: 100%;
}
.review_text.opened p{
    display: block;
    max-height: none;
    -webkit-line-clamp: unset;
}
.review_more{
    align-self: flex-start;
    background: transparent;
    border: 0;
    color: rgba(37,37,39,0.5);
    cursor: pointer;
    display: none;
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.2;
    padding: 0;
    transition: color .2s ease;
}
.review_text.has_more .review_more{
    display: inline-flex;
}
.review_more:hover{
    color: var(--accent);
}
.review_imgs{
    gap: 10px;
    width: 100%;
}
.review_img{
    flex: 1 1 0;
    height: 5.5rem;
    min-width: 0;
    overflow: hidden;
}
.review_img img{
    display: block;
    height: 100%;
    width: 100%;
}
.mb_2{
    margin-bottom: 2rem;
}
.brand_item{
    border: 1px solid rgba(37, 37, 39, 0.20);
    display: flex!important;
    height: 9.375rem;
    padding: 0 2.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.brand_item img{
    transition: all 0.35s;
}
.brand_item:hover img{
    transform: scale(0.9);
}
.brands_slider .slick-list{
    overflow: unset;
    margin: 0 -15px;
}
.brands_slider .slick-slide > div{
    padding: 0 15px;
}
.contacts_info{
    border: 1px solid rgba(37, 37, 39, 0.20);
    padding: 1.25rem;
    flex-direction: column;
    gap: 1.25rem;
    display: flex;
    height: 100%;
}
.contacts_img{
    height: 100%;
}
.cont_title{
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.cont_data{
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}
.socials{
    display: flex;
    gap: 1rem;
}
.socials a{
    background: linear-gradient(90deg, #E8CE97 0%, #C8964C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 1.8rem;
}
.socials a:hover{
    opacity: 0.7;
}
footer{
    margin-top: 5rem;
    color: white;
    background: #252527;
    padding: 2.5rem 0;
}
footer a{
    color: white;
}
.footer_logo{
    display: block;
    width: 8.4rem;
}
.footer_menu{
    display: flex;
    gap: 2rem;
    margin-bottom: 4rem;
    margin-top: 2rem;
}
.footer_bottom{
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.5);
    color: rgba(255,255,255,0.5);
    font-size: 0.875rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_bottom a{
    color: rgba(255,255,255,0.5);
}
.footer_bottom a:hover{
    color: rgba(255,255,255,1);
}
.fb_right{
    gap: 0.5rem;
}
.pt_2{
    padding-top: 2rem;
}

.content h1{
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1.8rem;
}
.content h1{
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1.8rem;
}
.content h2{
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1.65rem;
}
.content h3{
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}
.content h4{
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
.content h5{
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}
.content h6{
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}
.about_page_top{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.about_mission .content h4{
    font-weight: 700;
}
.about_advantages_img{
    height: 100%;
}
.about_advantages_box{
    background: #252527;
    color: white;
    padding: 2.5rem 0;
}
.about_advantages_list{
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
    background: rgba(255,255,255,0.2);
    justify-content: space-between;
}
.about_advantage_item{
    width: calc(50% - 0.5px);
    background: #252527;
    padding: 1.25rem;
    padding-right: 0.5rem;
}
.about_advantage_item p{
    background: linear-gradient(90deg, #E8CE97 0%, #C8964C 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0.8rem;
}
.about_advantage_item span{
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    opacity: 0.5;
    letter-spacing: -0.05rem;
}
.about_advantages_left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.preims_row{
    row-gap: 20px;
}
.preim_item{
    border: 1px solid rgba(37, 37, 39, 0.20);
    height: 100%;
    padding: 1rem;
    display: flex;
}
.preim_icon{
    width: 2.5rem;
    height: 2.5rem;
}
.preim_text{
    width: calc(100% - 2.5rem);
    padding-left: 1rem;
}
.preim_text p{
    letter-spacing: -0.04rem;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.preim_text span{
    display: block;
}
.ab_img{
    position: absolute;
    left: 0;
    top: 0;
}
.client1{
    position: relative;
    height: 27.375rem;
    color: white;
    display: flex;
    align-items: flex-end;
    padding: 1.75rem;
}
.client1:after{
    position: absolute;
    inset: 0;
    content: "";
    z-index: 1;
    background: linear-gradient(246deg, rgba(0, 0, 0, 0.00) 24.69%, #000 92.87%);
}
.client1_content{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
    z-index: 2;
    width: 45rem;
}
.client1_content .section_title{

}
.client1_text{
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 1rem;
}
.client1_text2{
    font-size: 0.875rem;
    font-weight: 500;
}
.client1_btn{

}
.client1_btn .btn{
    min-width: 16.875rem;
}

.client_preims .preim_item p{
    margin: 0;
}
.client_preims .preim_item{
    align-items: center;
}
.client_advantages .about_advantages_box{
    position: relative;
}
.client_advantages .about_advantages_left{
    padding-left: 2rem;
}
.client_advantages .about_advantage_item{
    padding: 2rem;
}
.client_advantages .col-md-6{
    position: static;
}
.client_advantages .about_advantages_img{
    position: absolute;
    right: calc(50% - 10px);
    width: calc(50% + 10px);
    top: 0;
    height: 100%;
}
.client_last_img{
    height: 100%;
}



.wholesale__list {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
}

.wholesale__item {
    position: relative;
    display: grid;
    grid-template-columns: 2.375rem 1fr;
    column-gap: 1rem;
    margin-bottom: 2rem;
}
.wholesale__item:last-child{
    margin-bottom: 0;
}
.wholesale__item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 2.875rem;
    bottom: -1.5rem;
    left: 1.125rem;
    width: 0.125rem;
    background-color: #E8CE97;
}

.wholesale__number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.375rem;
    height: 2.375rem;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 500;
    background: linear-gradient(90deg, #E8CE97 0%, #C8964C 100%);
}

.wholesale__content {
    padding-top: 0.25rem;
}

.wholesale__item-title {
    margin: 0 0 0.375rem;
    color: #292929;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
}

.wholesale__text {
    margin: 0;
    color: #252527
}
.client_last_left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.services_list{
    display: flex;
    flex-direction: column;
    gap: 5rem;
}
.services_list .col-md-6{
    position: static;
}
.services_list .about_advantages_box{
    position: relative;
}

.services_list .about_advantages_box:nth-child(odd){
    min-height: 33.5rem;
}
.services_list .about_advantages_box:nth-child(even){
    background: white;
    color: #252527;
    padding: 0;
}

.services_list .about_advantages_box:nth-child(odd) .about_advantages_img{
    position: absolute;
    top: 0;
    height: 100%;
    width: calc(50% + 10px);
    right: unset;
    left: calc(50% + 10px);
}
.services_list .about_advantages_box:nth-child(even) .about_advantages_row{
    flex-direction: row-reverse;
}

.services_list_bottom{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
}
.services_list .about_advantages_box:nth-child(odd) .preim_item{
    border: 1px solid rgba(255, 255, 255, 0.20);
}
.services_list .about_advantages_box:nth-child(even) .btn{
    background: #252527;
    color: white;
}
.services_list_bottom .preim_item{
    align-items: center;

}
.services_list_bottom .preim_item p{
    margin: 0;
}

.cat_row{
    row-gap: 20px;
}
.cat_item{
    background: #F3F3F3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.875rem 1.25rem;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    height: 18.5rem;
    position: relative;
    overflow: hidden;
    color: #252527!important;
}
.cat_img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.cat_item:hover .cat_img img{
    transform: scale(0.9);
}
.cat_item:hover .cat_arrow img{
    transform: rotate(45deg);
}
.cat_item .cat_img img{
    transition: all 0.35s;
    transform: scale(1.0);
}
.cat_arrow{
    width: 2.5rem;
    height: 2.5rem;
    background: linear-gradient(90deg, #E8CE97 0%, #C8964C 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.cat_arrow img{
    transition: all 0.35s;
    width: 0.875rem;
    display: block;
}

.cat_title, .cat_arrow{
    position: relative;
    z-index: 1;
}
.products_row{
    row-gap: 20px;
}

.filters {
    width: 100%;
    color: #202126;
}

.filters__sort {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid rgba(37, 37, 39, 0.20);
}

.filters__sort-button,
.filters__item-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    color: #252527;
    font-family: Manrope, sans-serif;
    font-weight: 700;
    text-align: left;
    background: none;
    border: 0;
    cursor: pointer;
}

.filters__sort-button {
    height: 2.75rem;
    padding: 0.625rem 1.25rem;
}

.filters__arrow {
    flex: 0 0 auto;
    width: 0.55rem;
    height: 0.55rem;
    margin-left: 1rem;
    border-right: 0.125rem solid currentColor;
    border-bottom: 0.125rem solid currentColor;
    transform: rotate(45deg) translateY(-0.25rem);
    transition: transform 0.25s ease;
}

.filters__sort-button.is-active .filters__arrow,
.filters__item--open .filters__arrow {
    transform: rotate(225deg) translate(-0.125rem, -0.125rem);
}

.filters__sort-list {
    position: absolute;
    z-index: 10;
    top: calc(100% + 0.125rem);
    right: -0.125rem;
    left: -0.125rem;
    display: none;
    background-color: #fff;
    border: 1px solid rgba(37, 37, 39, 0.20);
}

.filters__sort-option {
    display: block;
    width: 100%;
    padding: 0.75rem 1.75rem;
    color: #202126;
    font-family: inherit;
    font-size: 1rem;
    text-align: left;
    background: none;
    border: 0;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.filters__sort-option:hover {
    background-color: #f2f2f2;
}

.filters__form {
    padding: 1.25rem;
    border: 1px solid rgba(37, 37, 39, 0.20);
}

.filters__title {
    margin: 0 0 0.5rem;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 700;
}

.filters__item {
    border-bottom: 1px solid rgba(37, 37, 39, 0.20);
}

.filters__item:last-child {
    border-bottom: 0;
}

.filters__item-button {
    min-height: 3rem;
    line-height: 1.25;
}

.filters__panel {
    display: none;
    padding: 0 0 1.25rem;
}

.filters__panel--open {
    display: block;
}

.filters__option {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: fit-content;
    margin-bottom: 0.75rem;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    cursor: pointer;
}

.filters__option:last-child {
    margin-bottom: 0;
}

.filters__checkbox {
    position: absolute;
    width: 0.0625rem;
    height: 0.0625rem;
    opacity: 0;
    pointer-events: none;
}

.filters__checkbox-view {
    position: relative;
    flex: 0 0 auto;
    width: 1rem;
    height: 1rem;
    border: 1px solid rgba(0,0,0,0.7);
}

.filters__checkbox:checked + .filters__checkbox-view {
    background-color: #202126;
}

.filters__checkbox:checked + .filters__checkbox-view::after {
    content: "";
    position: absolute;
    top: 0.0875rem;
    left: 0.3rem;
    width: 0.19rem;
    height: 0.3875rem;
    border-right: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #fff;
    transform: rotate(45deg);
}

.filters__price {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.filters__price-input {
    width: 100%;
    height: 2.5rem;
    padding: 0 0.75rem;
    color: #202126;
    font-family: inherit;
    border: 1px solid rgba(37, 37, 39, 0.20);
    outline: none;
    font-size: 0.95rem;
    font-weight: 600
}

.filters__price-input:focus {
    border-color: #c8953d;
}


.card_img{
    display: block;
    height: 31.25rem;
    border: 1px solid rgba(37, 37, 39, 0.20);
}

.card_row .hunt_banner_notice{
    border: 1px solid rgba(37, 37, 39, 0.20);
    position: static;
    margin-left: auto;
    width: max-content;
    max-width: 100%;
}
.card_article{
    font-size: 0.75rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
    opacity: 0.8;
}
.card_aval{
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 700;
}
.card_aval.red span{
    background: red;
}
.card_aval span{
    width: 0.625rem;
    height: 0.625rem;
    background: #31DC22;
    border-radius: 50%;
}
.mb_15{
    margin-bottom: 1.5rem;
}
.card_btns{
    display: flex;
    gap: 1rem;
}
.card_description{
    margin-bottom: 1.5rem;
}
.btn{
    gap: 0.5rem;
}
.btn img{
    width: 1.5rem;
}
.counter_box{
    border: 1px solid rgba(37, 37, 39, 0.20);
    display: flex;
}
.counter_box button{
    height: 2.25rem;
    width: 2.25rem;
    color: #252527;
    font-size: 1.25rem;
    font-weight: 500;
    background: white;
}
.counter_box input{
    color: #252527;
    height: 2.25rem;
    width: 2.25rem;
    text-align: center;
    font-weight: 500;
    pointer-events: none;
}
.card_tabs_links{
    display: flex;
    gap: 1rem;
}
.card_tabs_body{
    margin-top: 2rem;
}
.tab_title{
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
}
.card_tabs_body_item:not(.factive){
    display: none;
}
.card_tabs_body_item .content{
    margin-bottom: -0.5rem;
}
.card_tabs_body_item .content *{
    margin-bottom: 0.5rem;
}

#similar{
    color: #ffffff;
    background: #141415;
    padding: 2.5rem 0;
    margin-top: 5rem;
    margin-bottom: -5rem;
}
#similar .section_arrow{
    border: 1px solid white;
    background-color: transparent;
}

#similar .section_arrow img{
    filter: brightness(0) invert(1);
}

.btn.selected{
    pointer-events: none;
}
.brands_row{
    row-gap: 20px;
}
.page_brand_item{
    background: #F3F3F3;
    padding: 2px;
    height: 100%;
    display: block;
    color: #252527!important;
}
.page_brand_item:hover{
    background: #e6e6e6;
}
.page_brand_img img{
    transition: all 0.25s ease-in-out;
}
.page_brand_item:hover .page_brand_img img{
    transform: scale(0.95);
}
.page_brand_img{
    overflow: hidden;
    height: 9.375rem;
    padding: 2rem;
    background: white;
}
.page_brand_title{
    padding: 1rem;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
}
.page_brand_item:hover .cat_arrow img{
    transform: rotate(45deg);
}
.pt_3{
    padding-top: 3rem;
}
.blog_detail_section{
    padding-bottom: 0;
}
.blog_detail_layout{
    align-items: flex-start;
    display: flex;
    gap: 3.75rem;
    position: relative;
    width: 100%;
}
.blog_detail_layout:after{
    background: rgba(37,37,39,0.2);
    bottom: 0;
    content: "";
    position: absolute;
    right: 19.6875rem;
    top: 0;
    width: 1px;
}
.blog_article{
    color: #252527;
    display: flex;
    flex: 0 0 59.0625rem;
    flex-direction: column;
    gap: 1.5rem;
    padding-right: 3rem;
}


.blog_article_img{
    width: 100%;
}
.blog_article_content{
    color: #252527;
    display: flex;
    flex-direction: column;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: -0.8px;
    line-height: 1.2;
}
.blog_article_content h2{
    color: #252527;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 0.75rem;
}
.blog_article_content p{
    margin: 0;
}
.blog_article_content p + p{
    margin-top: 0;
}
.blog_article_content p + h2,
.blog_article_content ul + h2{
    margin-top: 1.5rem;
}
.blog_article_content ul{
    list-style: disc;
    margin: 0;
    padding-left: 1.7rem;
}
.blog_article_bottom{
    border-top: 1px solid rgba(37,37,39,0.2);
    color: #252527;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-top: 2rem;
    /*width: 55.3125rem;*/
}
.blog_article_bottom p{
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: -0.8px;
    line-height: normal;
    margin: 0;
}
.blog_article_meta{
    width: 100%;
}
.article_share{
    color: #252527;
    gap: 0.5rem;
    font-weight: 500;
    line-height: normal;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-underline-position: from-font;
}
.article_share:hover{
    color: var(--accent);
}
.article_share img{
    display: block;
    flex: 0 0 1.5rem;
    width: 1.5rem;
}
.blog_article_meta time{
    color: rgba(37,37,39,0.5);
    font-weight: 500;
    line-height: normal;
    margin-left: auto;
}
.blog_related{
    color: #252527;
    display: flex;
    flex: 0 0 19.6875rem;
    flex-direction: column;
    gap: 1.25rem;
}
.blog_related > h2{
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.96px;
    line-height: normal;
    margin: 0;
}
.blog_related_list{
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    width: 100%;
}

.related_blog_card{
    color: #ffffff;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.related_blog_card:hover{
    color: #ffffff;
}
.related_blog_card:hover .related_blog_img img{
    transform: scale(1.05);
}
.related_blog_img{
    height: 8.625rem;
    overflow: hidden;
    width: 100%;
}
.related_blog_img img{
    transition: all 0.35s;
}
.related_blog_body{
    background: #252527;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 1rem;
    width: 100%;
}
.related_blog_text{
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    height: 6.3125rem;
    width: 100%;
}
.related_blog_text h3{
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.8px;
    line-height: normal;
    margin: 0;
    width: 100%;
}
.related_blog_text p{
    color: #ffffff;
    display: -webkit-box;
    flex: 1 1 auto;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    overflow: hidden;
    opacity: 0.7;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: 100%;
}
.related_blog_card .btn{
    color: #ffffff;
}
.cart_content{
    margin-top: 2rem;
    width: 100%;
}
.cart_table{
    border-collapse: separate;
    border-spacing: 0;
    color: #252527;
    table-layout: fixed;
    width: 100%;
}
.cart_table th{
    color: rgba(37,37,39,0.5);
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1;
    padding: 0 0 1.5rem;
    text-align: left;
    vertical-align: top;
}
.cart_table th:nth-child(1){
    width: 48.125rem;
}
.cart_table th:nth-child(2){
    width: 13.75rem;
}
.cart_table th:nth-child(3){
    width: 11.75rem;
}
.cart_table th:nth-child(4){
    text-align: right;
    width: 7.625rem;
}
.cart_table td{
    padding: 0 0 1.25rem;
    vertical-align: middle;
}
.cart_table tbody tr:last-child td{
    padding-bottom: 0;
}
.cart_product{
    align-items: center;
    display: flex;
    gap: 1.25rem;
    width: 100%;
}
.cart_product_img{
    border: 1px solid rgba(37,37,39,0.2);
    flex: 0 0 12.5rem;
    height: 12.5rem;
    overflow: hidden;
    width: 12.5rem;
}
.cart_product_img img{
    object-fit: scale-down;
    padding: 1rem;
}
.cart_product_info{
    align-items: flex-start;
    color: #252527;
    display: flex;
    flex: 0 0 26.25rem;
    flex-direction: column;
    height: 10.75rem;
    justify-content: space-between;
}
.cart_product_title{
    color: #252527;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.96px;
    line-height: normal;
}
.cart_product_article{
    color: rgba(37,37,39,0.5);
    font-size: 0.75rem;
    font-weight: 400;
    line-height: normal;
    margin-top: 0.5rem;
}
.cart_product_price,
.cart_item_total{
    color: #252527;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.8px;
    line-height: normal;
    white-space: nowrap;
}

.cart_clear,
.cart_remove{
    background: transparent;
    color: rgba(37,37,39,0.5);
    font-family: 'Manrope', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1;
    padding: 0;
    transition: all 0.35s;
}
.cart_clear:hover,
.cart_remove:hover{
    color: #252527;
}
.cart_remove{
    display: block;
    width: 1.5rem;
    line-height: 1;
    margin-left: auto;
}
.cart_remove:hover{
    opacity: 0.5;
}
.cart_info{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-left: auto;
    margin-top: 2rem;
    width: 33.0625rem;
}
.cart_info_total{
    color: #252527;
    font-weight: 700;
    line-height: normal;
    width: 100%;
}
.cart_info_total span{
    font-size: 1.5rem;
    letter-spacing: -0.96px;
}
.cart_info_total strong{
    font-size: 1.75rem;
    font-weight: 700;
    margin-left: auto;
    text-align: right;
    white-space: nowrap;
}
.cart_info p{
    color: rgba(37,37,39,0.7);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    white-space: nowrap;
}
.order_page_title{
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
}
.mb_1{
    margin-bottom: 1rem;
}
.checkout_right{
    border: 1px solid rgba(37, 37, 39, 0.20);
    padding: 1.25rem 1.1875rem;
}
.checkout_left{
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}
.checkout_form_block{
    width: 100%;
}
.checkout_fields{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.checkout_fields_row{
    display: flex;
    gap: 1.25rem;
    width: 100%;
}
.checkout_fields_row.three{
    gap: 1rem;
}
.checkout_field,
.checkout_option{
    background: #f3f3f3;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    height: 3.125rem;
    min-width: 0;
    padding: 4px 1.875rem;
    width: 100%;
}
.checkout_fields_row .checkout_field,
.checkout_fields_row .checkout_option{
    flex: 1 1 0;
}
.checkout_field input{
    background: transparent;
    height: 100%;
    color: #252527;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    width: 100%;
}
.checkout_field input::placeholder{
    color: rgba(37,37,39,0.5);
}
.checkout_option{
    cursor: pointer;
    gap: 0.75rem;
}
.checkout_option input{
    appearance: none;
    border: 1px solid #252527;
    border-radius: 50%;
    height: 0.9375rem;
    position: relative;
    width: 0.9375rem;
}
.checkout_option input:checked:after{
    background: #252527;
    border-radius: 50%;
    content: "";
    height: 0.4375rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0.4375rem;
}
.checkout_option span{
    color: #252527;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    white-space: nowrap;
}
.checkout_order_list{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}
.checkout_order_item{
    align-items: flex-start;
    display: flex;
    gap: 1.25rem;
    width: 100%;
}
.checkout_order_img{
    border: 1px solid rgba(37,37,39,0.2);
    flex: 0 0 7.25rem;
    height: 7.25rem;
    overflow: hidden;
    width: 7.25rem;
}
.checkout_order_img img{
    height: 100%;
    object-fit: scale-down;
    padding: 0.625rem;
    width: 100%;
}
.checkout_order_info{
    color: #252527;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 1.125rem;
    min-width: 0;
}
.checkout_order_name{
    color: #252527;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.8px;
    line-height: normal;
    max-width: 100%;
}
.checkout_order_bottom{
    align-items: center;
    display: flex;
    gap: 1.25rem;
    width: 100%;
}
.checkout_order_meta{
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 1.5rem;
    min-width: 0;
}
.checkout_order_article{
    color: rgba(37,37,39,0.5);
    font-size: 0.75rem;
    font-weight: 400;
    line-height: normal;
}
.checkout_order_price{
    color: #252527;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.8px;
    line-height: normal;
    white-space: nowrap;
}
.checkout_counter{
    flex: 0 0 auto;
}
.checkout_order_total{
    color: #252527;
    flex: 0 0 auto;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: right;
    white-space: nowrap;
    min-width: 6rem;
}
.checkout_remove{
    flex: 0 0 1.5rem;
}
.checkout_order_line{
    background: rgba(37,37,39,0.2);
    height: 1px;
    width: 100%;
}
.checkout_summary{
    margin-top: 1.875rem;
    width: 100%;
}
.checkout_summary_head{
    align-items: center;
    color: #252527;
    display: flex;
    justify-content: space-between;
    line-height: normal;
    width: 100%;
}
.checkout_summary_head span,
.checkout_summary_head strong{
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.96px;
}
.checkout_summary_head strong{
    text-align: right;
    white-space: nowrap;
}
.checkout_summary p{
    color: rgba(37,37,39,0.7);
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1;
    margin: 0.5rem 0 0;
}
.checkout_submit{
    height: 3.125rem;
}
.checkout_submit_box{
    margin-top: 1.5rem;
}
.checkout_agreement{
    color: rgba(37,37,39,0.7);
    font-size: 0.75rem;
    font-weight: 400;
    line-height: normal;
    margin: 1rem 0 0;
}
.checkout_agreement a{
    color: rgba(37,37,39,0.7);
    text-decoration: underline;
}
.big_content{
    font-weight: 500;
    font-size: 1.25rem;
}
.page_block_toggle{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    font-size: 1.25rem;
    padding-right: 1.5rem;
}
.page_block_toggle img{
    width: 0.75rem;
    transition: all 0.35s;
}
.page_block_toggle.factive img{
    transform: rotate(-180deg);
}
.page_block_toggle span{
    padding-right: 0.5rem;
    width: calc(100% - 0.75rem);
}
.page_rows{
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    padding-top: 0.5rem;
}

.login_box{
    width: 40rem;
    margin: 0 auto;
}
.login_header{
    text-align: center;
    margin-bottom: 1.5rem;
}
.login_header_switch{
    display: flex;
    background: #F3F3F3;
    border-radius: 0.5rem;
    padding: 0.25rem;
    justify-content: space-between;
}
.btn.gray{
    background: #F3F3F3;
}
.btn.gray:hover{
    background: #252527;
    color: white;
}
.login_header_switch .btn{
    padding: 0;
    width: 49.5%;
    height: 2.25rem;
}
.login_form{
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    margin-top: 1.5rem;
}
.form-control{
    font-family: Manrope, sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    height: 3.125rem;
    padding: 0.25rem 1.875rem;
    background: #F3F3F3;
    width: 100%;
}

.form-control::placeholder{
    color: rgba(0,0,0,0.5);
}
.login_form_checks{
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.875rem;
}
.login_form_checks a{
    opacity: 0.5;
}
.login_form_checks a:hover{
    color: black;
    opacity: 1;
}
.login_form_checks label{
    display: flex;
    align-items: center;
    gap: 0.4rem;
    cursor: pointer;
}
.login_form_checks input{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 1.25rem;
    height: 1.25rem;
    border: 1px solid black;
    opacity: 0.5;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.login_form_checks input:checked:after{
    opacity: 1;
}
.login_form_checks input:after{
    background-image: url(../img/check.png);
    background-size: 100% 100%;
    content: "";
    width: 0.75rem;
    height: 0.7rem;
    transition: all 0.35s;
    opacity: 0;
}
.login_page_bottom{
    margin-top: 1rem;
    text-align: center;
    font-size: 0.875rem;
}
.login_page_bottom a{
    font-weight: 700;
}
.btn.sm2{
    height: 2.875rem;
}
.pass_view{
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.125rem;
}
.pass_view img{
    width: 100%;
    display: block;
}
.pass_view .in_active{
    display: none;
}
.pass_view.active .active{
    display: none;
}
.pass_view.active .in_active{
    display: block;
}
.profile_status{
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    opacity: 0.5;
}

.profile_menu{
    border: 1px solid rgba(37, 37, 39, 0.20);
    box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.05);
    padding: 1.875rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
}
.profile_menu a{
    border-bottom: 1px solid transparent;
    padding-bottom: 0.2rem;
}
.profile_menu a:hover{
    color: black;
    border-color: black;
}
.profile_menu a.active{
    pointer-events: none;
    font-weight: 700;
    color: black;
    border-color: black;
}
.profile_menu a.logout_btn{
    color: #D31C1C!important;
    border: none!important;
    padding: 0!important;
}
.profile_menu a.logout_btn:hover{
    opacity: 0.7;
}
.portfolio_form{
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}
.profile_box{
    padding-left: 2rem;
}

.portfolio_edit_password{
    margin-top: 2rem;
}
.edit_pass_title{
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.profile_orders_box{
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.profile_order_item{
    border: 1px solid rgba(37, 37, 39, 0.20);
    padding: 0.625rem;
}
.profile_order_id{
    font-size: 0.75rem;
    opacity: 0.4;
}
.profile_order_products{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0.5rem;
}
.profile_order_info{
    margin-top: 0.3rem;
    margin-bottom: 0.7rem;
}
.profile_order_product{
    height: 5.875rem;
    overflow: hidden;
    display: block;
    border: 1px solid rgba(37, 37, 39, 0.20);
}
.profile_order_product:hover{
    opacity: 0.5;
}
.profile_order_total{
    margin: 1rem 0;
}
.btn.repeat_btn img{
    width: 1rem;
}
.toast_alert{
    align-items: center;
    background: #f5f5f5;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    color: #252527;
    display: flex;
    gap: 0.875rem;
    min-height: 3px;
    opacity: 0;
    padding: 0.625rem 0.875rem 0.625rem 1.5rem;
    pointer-events: none;
    position: fixed;
    right: 1.25rem;
    top: 1.25rem;
    transform: translateY(-12px);
    transition: opacity 0.25s ease, transform 0.25s ease;
    z-index: 9999;
}
.toast_alert.active{
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
.toast_alert_text{
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
}
.toast_alert_line{
    background: rgba(37, 37, 39, 0.2);
    display: block;
    flex: 0 0 1px;
    height: 1.75rem;
    width: 1px;
}
.toast_alert_close{
    align-items: center;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: flex;
    flex: 0 0 1.25rem;
    height: 1.25rem;
    justify-content: center;
    padding: 0;
    width: 1.25rem;
}
.toast_alert_close img{
    display: block;
    height: 100%;
    width: 100%;
}

.catalog_index_page .cat_img img{
    display: block;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
    padding: 3.25rem 0.75rem 0.75rem;
    transition: all 0.35s;
    width: 100%;
}
.no_img{
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    color: black;
    opacity: 0.3;
}
.no_img:after{
    content: "Нет фото";
}
.btn.disabled{
    pointer-events: none;
    opacity: 0.6;
    filter: grayscale(1);
}
.filters__price-field{
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}
.filters__price-field span{
    color: rgba(37, 37, 39, 0.7);
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1;
}

.result{
    display: none;
    margin-bottom: 0.875rem;
}
.result:not(:empty){
    display: block;
}
.result p{
    align-items: flex-start;
    background: rgba(210, 37, 37, 0.08);
    border: 1px solid rgba(210, 37, 37, 0.18);
    border-radius: 8px;
    color: #D22525 !important;
    display: flex;
    font-size: 0.875rem;
    font-weight: 500;
    gap: 0.625rem;
    line-height: 1.45;
    margin: 0;
    padding: 0.875rem 1rem;
    width: 100%;
}
.result p:before{
    background: #D22525;
    border-radius: 50%;
    color: #fff;
    content: "!";
    display: inline-flex;
    flex: 0 0 1.125rem;
    font-size: 0.75rem;
    font-weight: 700;
    height: 1.125rem;
    justify-content: center;
    line-height: 1;
    margin-top: 0.0625rem;
    width: 1.125rem;
    align-items: center;
}

.header_icon_link{
    position: relative;
}
.header_icon_counter{
    align-items: center;
    background: #c8964c;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    font-size: 0.625rem;
    font-weight: 700;
    height: 1rem;
    justify-content: center;
    line-height: 1;
    min-width: 1rem;
    padding: 0 3px;
    position: absolute;
    right: -0.375rem;
    top: -0.375rem;
}
.product_favorite.active .like{
    display: none;
}
.product_favorite.active .like_active{
    display: block;
}
.addToFav.loading{
    pointer-events: none;
    opacity: 0.7;
}
.empty_text{
    background: #F3F3F3;
    color: rgba(37, 37, 39, 0.7);
    font-size: 1rem;
    line-height: 1.4;
    padding: 1.25rem;
}

.card_add_fav .fav_icon_active,
.card_add_fav .fav_text_active{
    display: none;
}
.card_add_fav.active .fav_icon,
.card_add_fav.active .fav_text{
    display: none;
}
.card_add_fav.active .fav_icon_active,
.card_add_fav.active .fav_text_active{
    display: inline-flex;
}
.card_add_fav.active{

}
.card_add_fav.active img{
    filter: brightness(0) invert(1);
}
.product-card-counter{
    display: none;
    height: 2.5rem;
}
.product-card-counter .counter_box {
    width: 100%;
    justify-content: space-around;
    border: 1px solid rgba(37, 37, 39, 0.20);

}
.product-card-counter .counter_box button{
    width: 25%;
    background: #F3F3F3;
    height: 2.5rem;
}
.product-card-counter .counter_box input{
    width: 50%;
    height: 2.5rem;
    background: #F3F3F3;
}
.card_add_cart .cart_text_active{
    display: none;
}
.card_add_cart.in_cart .cart_text{
    display: none;
}
.card_add_cart.in_cart .cart_text_active{
    display: inline-flex;
}
