header{-ms-flex-negative:0;flex-shrink:0;position:relative;z-index:999;position: sticky;
    top: -74px;
    left: 0;}
.lazy:not(.loaded){-o-object-fit:scale-down;object-fit:scale-down}
/* .lazy.loaded{-o-object-fit:cover;object-fit:cover} */

.header__bottom,.header__center,.header__top{position:relative}
.header__top{background:var(--bg-second);color:#fff;height:50px;transition:all .5s ease;display:flex;align-items:center}
.header__center{color:var(--body-text);padding: 10px 0;z-index: 20;}
.header__bottom,.fn_header__sticky{background:#FFFFFF;padding:0;box-shadow: 0px 6px 10px 0px #0700300D;}
.header__bottom.fixed{position:fixed;top:0;z-index:9999}
.switcher__item{position:relative;padding:1px 10px;white-space:nowrap}
.switcher__name{padding:0;cursor:pointer;font-size:16px;text-transform:uppercase;font-weight:400}
.switcher__hidden{background:#fff;border-radius:4px;box-shadow:0 2px 5px #0000004d;display:none;left:-12px;padding:8px 0;position:absolute;top:100%;width:auto}
.switcher__language .switcher__hidden{left:0}
.switcher__item:last-child .switcher__hidden{left:inherit;right:0}
.switcher__item:first-child{border-right:1px solid var(--svg-color)}
.switcher__link{font-size:16px;font-weight:600;line-height:1;text-decoration:none;color:#A5A5A5;position:relative;cursor:pointer;white-space:nowrap;transition:all .3s;border:none;width:100%;background:none}
.switcher__visible.active{color:var(--svg-color);text-decoration:underline}
.switcher__visible img,.switcher__link img{-webkit-box-flex:0;-webkit-flex:0 0 20px;-ms-flex:0 0 20px;flex:0 0 20px;max-width:20px;margin-right:4px}
.header__logo{-webkit-box-flex:0;max-width:fit-content;display: flex;align-items: center;}
.logo__link{position:relative;display:block;height:fit-content;text-decoration: none;}
.site_logo_text{display: block; color: var(--boxed-text);font-size: 12px;font-weight: 500;text-align: center;margin-top: 2px;}
.logo__link img,.logo__link svg{display:block;max-height:100%;max-width:194px}
.header-contact{height:40px;position:relative;min-width:250px}
.header-contact__inner{padding:9px 15px 0;position:absolute;right:0;left:0;top:0;cursor:pointer;border-radius:4px;height:45px}
.header-contact__inner--adress{padding:10px 15px 0;height:45px}
.header-contact__inner--adress .header-contact__item--visible::after{content:none!important}
.header-contact__item{position:relative;opacity:0;visibility:hidden}
.header-contact__item--visible{opacity:1;visibility:visible;height:auto}
.header-contact__section svg{width:24px;height:24px;margin-right:8px;line-height:1;color:var(--body-text)}
.header-contact__section .phone_icon, .header-contact__section .email_icon {width:24px;height:24px;margin-right:8px;line-height:1;color:var(--body-text); background-position: center;background-size:contain;background-repeat: no-repeat;}
.header-contact__section .phone_icon, .footer__contact_item .phone .phone_icon {
    background-image: url(../images/phone-icon.svg);
}
.header-contact__section .email_icon, .footer__contact_item .email .email_icon {
    background-image: url(../images/email-icon.svg);
}
.header-contact__item .dottes_icon{position:absolute;top:0;right:-10px;width:24px;height:24px;background-position:center;background-size:contain;background-repeat: no-repeat;
  background-image: url(../images/dots.svg);
}
.header-contact__item{position:relative}
.header-contact__inner:hover .dottes_icon{display:none}
.header-contact--phone,.header-contact--email,.header-contact--time{position:relative;font-size:16px;font-weight:500;text-decoration:none;margin-bottom:7px;line-height:1.2;word-break:break-all}
.header-contact--time,.header-contact--time p,.header-contact--time span{font-size:14px;font-weight:500}
.header-contact--phone a,.header-contact--email a,.header-contact--time{text-decoration:none;color:#21293C;font-weight: 600;}
.header_informers__item{
    position: relative;
    cursor: pointer;
    min-width: 70px;
    transition: .3s;
    color: var(--second-company-text);
    height: 100%;
    transition: var(--tr-3s);
}
.header_informers{margin-left:auto;}
.header_informers__link{
    color: var(--basic-company-text);
    text-decoration: none;
    flex-direction: column;
    width: 100%;
    transition: all .3s;
    padding: 0 30px;
    gap: 4px;
    position: relative;
    z-index: 10;
}
.header_informers_right .header_informers__link{
        padding: 20px 16px;
        position: relative;
}
.header_informers_right .header_informers__item:not(:last-child) .header_informers__link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 10%;    
    right: 10%;  
    height: 1px;
    background: #E8E8E8;
}
.header_informers_icon {
    position: relative;
    display: flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
}
.header_informers_icon::before {
    content: '';
    width: 40px;
    height: 41px;
    top: 51%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    background-color: #C6EB5F26;
    border-radius: 50%;
    background: #FFFFFF26;
    opacity: 0;
    transition: all .3s ease;
    z-index: 2;
}
.header_informers_right{
    position: fixed;
    display: flex;
    flex-direction: column;
    right: 0;
    top: 42%;
}
.header_informers_right{
    box-shadow: -2px 0px 14px 0px #02002414;
    background: #FFFFFF;
    border-radius: 10px 0 0 10px;
}
.header_informers_right .informer_name{display: none;}
.header_informers__item:first-child{padding-left:0}
.header_informers__item:last-child{padding:0}
.informer_name{font-size:13px;font-weight:500;color:#7C7C7C;}
.header_cart_link .informer_name{color:var(--button-text)}
.header_informers__link:hover::after{opacity:1}
.header_cart__item,.header_search__item {
    height: 100%;
    min-width: 70px;
    position: relative;
    cursor: pointer;
    color: var(--second-company-text);
}
.header_cart__item{
    width: 200px;
    height: 100%;
    background: var(--basic-company);
}
.header_cart_link {
    border-radius: 0;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 15px;
    padding: 0 20px;
    width: 100%;
    text-decoration: none;
    z-index: 10;
}
.cart_title{color:var(--basic-company-text)}
.cart_total{font-size: 16px;font-weight: 500;line-height: 1.8;color: #ffffff;}
.header_informers__item.icon-search,.header_informers__link i{width:32px;height:32px}
.header_informers__link i:before{font-size:30px;line-height:1}
.header_informers__link i.fa-balance-scale:before{font-size:26px;line-height:1}
.header_informers__item.icon-search{font-size:32px;min-width:45px;padding:0 5px}
.header_informers__link svg path,.informer_name{transition:all .3s}
.header_informers__link svg{width:32px;height:32px; min-width: 32px;}
.header_cart_link svg{color:var(--button-text);width: 35px;height: 35px;}
.counter_wrp {
    position: relative;
}
.header_cart_link .counter_wrp {
    position: relative;
    flex-direction: column;
}
.header_informers__item .compare_counter, 
.header_informers__item .wishlist_counter, 
.header_informers__item .cart_counter,
.header_cart__item   .cart_counter{
    background: #FFE973;
    border: 3px solid var(--basic-company);
    border-radius: 50%;
    color: var(--body-text);
    padding: 1px 0px 0 1px;
    position: absolute;
    right: -10px;
    top: -5px;
    width: 24px;
    height: 24px;
    font-size: 11px;
    text-align: center;
    font-weight: 400;
    line-height: 17px;
    display: block;
}
.header__center_grid{
    display: grid;
    grid-template-columns: 1fr 250px;
    gap: 10px;
}
.header_informers_right .header_informers__item .compare_counter, .header_informers_right .header_informers__item .wishlist_counter, .header_informers_right .header_informers__item .cart_counter{
    background: var(--basic-company);
    border: 3px solid #ffffff;
    color: #ffffff;
}
.cart_icon_info{display:flex;width: max-content;}
.search{position:relative;margin:auto 30px;-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:430px;width:100%;align-items:center}
.search__input{background:var(--bg);border:1px solid #FBFBFB;color:var(--body-text);height:50px;max-width:430px;width:100%}
.search__button{border-radius:4px;cursor:pointer;font-size:20px;height:50px;position:absolute;text-align:center;right:0;top:0;width:50px;border:none;background:transparent;color:var(--second-company-text);transition:all .3s}
.search__button svg{width: 26px;
    height: 26px;
    color: #3f3f3f;}
 .form_search_content{padding: 0 20px;position: relative;z-index: 20;margin: 0 auto;}
.form_search_mobile {
    display: block;
    width: 100%;
    height: 60px;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
    min-width: 320px;
    max-width: 660px;
}
.form_search_mobile input{background:var(--bg);border:none;color:var(--body-text);height:50px;width:100%}
.fn_serch_mobile.form_search{background: rgb(43 43 43 / 90%);flex-direction:row;justify-content:center;align-items:stretch;width:100%;height:100%;position:fixed;top:0;left:0;z-index:1000;backdrop-filter:saturate(180%) blur(20px);display:none;margin:0}
.header__bottom_panel{height:80px}
.catalog_button{-webkit-box-flex:0;-webkit-flex:1 0 320px;-ms-flex:1 0 320px;flex:1 0 320px;max-width:320px;position:relative;margin:0;border-radius:0}
.catalog_button__heading{position:relative;cursor:pointer;font-size:20px;font-weight:600;justify-content:space-between;gap:40px;width:100%;background:#E6F1FB;color:#21293C;border-radius:5px;height:fit-content;padding:15px 20px;margin:auto 0}
.main_page .catalog_button__heading{pointer-events:none}
.catalog_button .catalog_icon{width:30px;height:30px;display:flex;align-items:center;justify-content:center}
.catalog_text{line-height:1;margin-left:0}
.catalog_button .catalog_icon:before{font-size:20px}
.catalog_button .catalog_button__arrow{position:absolute;right:15px}
.catalog_button .arrow_right{height:14px;width:14px;display:block;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}
.catalog_button.active .arrow_right{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}
.categories_nav{display:block;transition:all .3s;opacity:1;visibility:visible; width: 100%;margin: 0 auto;}
.categories_nav .categories_nav__menu{display:block;width:max-content;max-width:100%;    margin: 0 auto;}
.fn_catalog_menu.hidden{opacity:0;visibility:hidden;transform:translateY(-20px)}
.categories_nav .categories_nav__menu .categories_menu__item{margin:0}
.categories_menu__item:hover .categories_nav__menu{background:#fff}
.categories_nav .level_2 .categories_menu__link{    font-size: 18px;font-weight: 600;margin-bottom: 14px;color: var(--body-text);}
.categories_nav .level_2 .subcategory{display:flex;flex-wrap:wrap;column-gap:118px;margin:0 auto;row-gap:5px;list-style-type: none;}
.categories_nav .level_2 .subcategory .categories_menu__item{max-width:100%;width:100%}
.categories_nav .level_2 .subcategory{width:100%;align-items:flex-start;z-index:100}
.categories_menu li:nth-last-child(3) .categories_menu__link{border-bottom:none}
.categories_nav__menu_hover{ padding: 30px 0 30px 0;}
.categories_nav__menu_hover{ 
    position:absolute;
    top: 20%;
    left: 0;
    height:auto;
    width:100%;
    box-shadow:0 2px 5px #0000004d;
    background: #ffffff;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: 0.5s;
    will-change: transform;
    pointer-events: none;
}
.categories_menu__item.has_child:hover .categories_nav__menu_hover {
    top:80px;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
.cat_tab {
    position: relative;
}
.cat_tab::after {
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(247 247 247) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(247 247 247) 100%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(247 247 247) 100%);
    content: '';
    display: block;
    width: 4rem;
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.categories_nav .categories_menu,.categories_nav .subcategory{padding:8px 0;}
.categories_nav .level_3.categories_nav__subcategory{max-height:100%;max-width:100%;width:auto;box-shadow:none;position:relative;/* visibility:hidden;opacity:0;transform:translateX(0px) translateZ(0px); */z-index:0;background: transparent;top: 0;}
.categories_nav .categories_menu__link{padding:24px 26px;position:relative;transition:.3s;text-decoration:none;color: var(--body-text);line-height:1.2;font-size:16px;font-weight:600;}
.categories_nav .level_1 .categories_menu__item .categories_menu__link{
    padding: 30px 0;
    margin: 0 24px;
    height: 100%;
}
.categories_nav .level_1 .categories_menu__item:first-child  .categories_menu__link{
    margin: 0 24px 0 0;
}
.categories_nav .level_2 .subcategory  .categories_menu__item  .categories_menu__link{
    padding: 0;
    margin: 0;
    margin-bottom: 14px;
    width: max-content;
}
.categories_menu__item{
    list-style: none;
}
.categories_menu__link{color:var(--body-text);text-decoration:none;position:relative}
.categories_nav .categories_menu{display: flex;width: 100%;margin: 0;height: 100%;padding: 0;}
.categories_nav .categories_menu__link .categories_menu__icon{height:28px;width:28px;margin-right:12px;-webkit-box-flex:0;-webkit-flex:0 0 28px;-ms-flex:0 0 28px;flex:0 0 28px;max-width:28px;}
.categories_nav .categories_menu__link .categories_menu__icon svg{max-height:22px;max-width:22px}
.categories_nav .categories_menu__link .categories_menu__icon svg path{fill:currentColor!important}
.categories_menu__link .categories_menu__name{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}
.categories_nav__subcategory:not(.level_3) .categories_menu__link .categories_menu__name{text-overflow:ellipsis}
.categories_nav .categories_menu__link .arrow_right{position:relative;right:-5px;top: calc(50% - 10px);-webkit-transform:rotate(0);transform:rotate(0);transition:.3s;width:20px;height:20px;-webkit-box-flex:0;-webkit-flex:0 0 20px;-ms-flex:0 0 20px;flex:0 0 20px;max-width:20px;color: var(--basic-company);
  background-image: url(../images/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.categories_nav__subcategory.level_3 .categories__no_image .arrow_right{width:50px;height:50px;display:block;position:relative;top:inherit;max-width:50px;flex:inherit}
.categories_nav .level_2.categories_nav__subcategory > .subcategory{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    padding-bottom: 24px;
    max-width: 1380px;
    padding: 0 7px;
}
.categories_nav .subcategory .categories_menu__item{background:transparent;position:static;}
.bottom_categories{padding: 17px 0 37px;}
.categories_nav .level_3 .subcategory .categories_menu__item{position:relative;width:100%;min-height:1px;padding:0;-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%;text-align:center;max-width:336px}
.categories_nav .level_3 .subcategory .categories_menu__item .categories_menu__link{height:100%;width:max-content;padding:0;text-align:left;margin-bottom: 0;}
.categories_nav .level_3 .categories_menu__link{font-size:16px;font-weight:400;color: var(--body-text);line-height: 130%;}
.categories_nav .level_3 .subcategory .categories_menu__item .categories_menu__image{height:100px}
.level_3.categories_nav__subcategory .subcategory{padding: 0;}
.categories_nav .level_3 .subcategory .categories_menu__item .categories_menu__image svg{max-height:65px;max-width:100%}
.categories_nav .level_3 .subcategory .categories_menu__item .category_name{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:100px}
.categories_nav ul::-webkit-scrollbar{width:0;background:transparent;}
.item_arrow {
    transform: rotate(-60deg);
    color: #242824;
}
.section_main_banner_content {
    display: flex;
    align-items: center;
    gap: 20px;
}
.main_banner {
    max-width: 663px;
}
.fn_main_banner .swiper-wrapper{
        padding-bottom: 26px;
}
.fn_main_banner .swiper-slide {
    padding: 10px 16px;
}
.fn_main_banner:not(.swiper-initialized) .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.fn_main_banner:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+3) {
    display: none;
}
@media (max-width : 991px){
    .fn_main_banner:not(.swiper-initialized) .swiper-wrapper {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }
    .fn_main_banner:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
        flex: 0 0 calc(100% / 1.5);
    }
    .fn_main_banner:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(n+2) {
        display: none;
    }
} 
@media (max-width : 861px){
    .fn_main_banner:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
        flex: 0 0 calc(100%);
    }
    .fn_main_banner:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(n+2) {
        display: none;
    }
}
@media (max-width : 769px){
    .fn_main_banner:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
         flex: 0 0 calc(100% / 2);
    }
    .fn_main_banner:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(n+2) {
         display: block;
    }
   .fn_main_banner:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(n+3) {
        display: none;
    }
}
@media (max-width : 520px){
     .fn_main_banner:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
        flex: 0 0 calc(100% / 1.5);
    }
    .fn_main_banner:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(n+2) {
        display: none;
    }
}
@media (max-width : 340px){
       .fn_main_banner:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
        flex: 0 0 calc(100%);
    }
    .fn_main_banner:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(n+2) {
        display: none;
    }
}
.section_main_banner {
    background: url(../images/nature2-opt.jpg) no-repeat;
    width: 100%;
    height: 716px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.section_main_banner::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 19.97%, rgba(255, 255, 255, 0.3) 100%);
}
.section_main_banner .container{
    display: flex;
    align-items: center;
    height: 100%;
    z-index: 200;
}
.main_banner_info_h1 h1{margin-top: 40px;}
.main_banner_info_desc {
    font-size: 20px;
    margin-bottom: 40px;
    max-width: 600px;
}
.main_banner_info_buttons {
    display: flex;
    align-items: center;
    gap: 26px;
}
.main_banner_link{
    box-shadow: 0px 6px 12px 0px #02003066;
    border-radius: 5px;
    display: block;
    height: 420px;
    width: 300px;
}
.main_banner_image{
    overflow: hidden;
    border-radius: 5px;
    border-radius: 5px;
    height: 100%;
    width: 100%;
}
.main_banner_image picture,
.main_banner_image img{
    width: 100%;
    height: 100%;
    display: block;
}
.main_banner_image:hover img{
    transform: scale(1.03);
}
.main_banner_image img{
    border-radius: 5px;
    transition: transform .8s ease;
}
.subcategory_link {
    box-shadow: 0px 4px 20px 0px #0B002D0D;
    background: #fff;
    display: block;
    border-radius: 10px;
    text-decoration: none;
}
.subcategory_wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    position: relative;
    padding: 20px;
}
.subcategory_img {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.subcategory_img img{
    transition: all .5s ease !important;
}
.subcategory_element{
     width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--second-company);
    border-radius: 7px;
    position: absolute;
    top: calc(50% - 30px);
    left:50%;
    transform:translate(-50%, -50%);
    z-index: 1;
    transition: all .5s ease;
}
.categories__no_image {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--second-company);
    border-radius: 7px;
    position: relative;
    z-index: 2;
}
.categories__no_image svg{
   width: 50px;
   height: 50px;
}
.categories__no_image svg path{
    fill: var(--body-text); 
}   
.fn_cat_list .swiper-slide {
    padding: 10px;
}
.fn_category_slide .swiper-slide {
    padding: 10px;
}
.subcategory_name{
    text-align: center;
    margin-top: 16px;
    color: var(--body-text);
    font-weight: 600;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 42px;
    position: relative;
    z-index: 2;
}
.category_items_container {
    position: relative;
    margin-bottom: 24px !important;
}
.category_items_container.more-than-visible{
    max-width: 1320px;
    margin: 0 auto;
}
.section_advantages{background-color: var(--section_bg);padding: 80px 0;}
.section_advantages .block__title{justify-content: flex-start;margin-bottom: 60px;}
.main_h1{margin: 22px 0 30px;font-size: 50px;font-weight: 700;color: var(--boxed-text);}
.main{width:100%;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;position:relative}
.sidebar{width:254px;position:relative;float:left}
.products_sidebar{position:sticky;top:90px;color:var(--boxed-text);border-radius:10px;display:block;margin-bottom:0;}
.sidebar_blog{width:430px;position:relative}
.sidebar--right{float:right}
.sidebar__boxed--user{background: #1eab5b0a;color:var(--boxed-text);border-radius:10px;display:block;z-index:1;padding:30px 20px;margin-bottom:0}
.sidebar_blog .sidebar__boxed{display: flex;flex-direction: column;gap: 30px;}
.sidebar__boxed--subscribe{background:#1b84ec;color:#fff;padding:30px 15px;position:relative}
.products_title h1{margin:0}
.products_title{margin-bottom:40px}
.user_container,.blog_container{margin-left:366px;width:calc(100% - 366px)}
.products_container{margin-left: 278px;width:calc(100% - 278px)}
.one_product_cont{margin-left:0;width:100%}
.post_container{margin-left:344px;width:calc(100% - 460px);margin-right:auto}
.blog_container--left,.post_container--left{margin-left:0}
.user_container__boxed{background:transparent;padding:0}
.no_product_container{margin-left:0;width:100%}
.no_product_container .boxed{background:#e7f7e4;padding:16px 30px;border-radius:10px;color:var(--boxed-text);}
.user_container .tab{padding:0;display:none}
.sidebar_subscribe__title{font-size:16px;line-height:1.4;cursor:pointer;font-weight:500;margin-bottom:25px;text-align:center}
.sidebar_subscribe__form{position:relative}
.form__input--aside_subscribe{height:32px;font-weight:400;font-size:12px;width:100%;margin-bottom:5px}
.button--aside_subscribe{display:flex;align-items:center;justify-content:center;text-align:center;white-space:nowrap;user-select:none;font-family:inherit;text-decoration:none;border-radius:4px;cursor:pointer;font-size:12px;height:24px;position:absolute;right:4px;top:4px;border:none;background:transparent;color:var(--second-company);opacity:.8;transition:all .3s;line-height:24px;padding:0 7px;text-transform:uppercase}
.button--aside_subscribe:hover{color:var(--second-company);opacity:1}
.button--aside_subscribe svg{width:16px;height:16px}
.post_container__wrapper{padding:0;margin-bottom:15px;overflow:hidden}
.post_container__wallpaper{background-size:cover;min-height:200px;position:relative;padding:0;padding-bottom:67%;height:0;overflow:hidden;background-color:#F4F6F9;margin-bottom:15px;border-radius:10px}
.post_container__img picture,.post_container__img img{display:block;height:100%;width:100%;border-radius:10px;max-height:500px;object-fit:cover}
.post_container__boxed{position:relative;max-width:100%;margin:0 auto}
.sidebar_heading{font-size:14px;line-height:1.2;padding:10px 0;cursor:pointer;font-weight:600;position:relative;color:var(--body-text)}
.sidebar_blog_heading{font-size:22px;line-height:1.2;cursor:pointer;font-weight:600;position:relative;color:var(--basic-company-text);margin-bottom:12px}
.sidebar_item_title{font-size:16px;font-weight:400;color:#6B6B6B;margin-bottom:20px}
.sidebar_item:last-child{border-bottom:0}
.sidebar_heading:before{font-size:14px}
.sidebar_heading.active .sidebar_heading_arrow:before{content:"\f077"}
.blog_catalog{margin:0}
.blog_catalog__list{margin:0;padding:0;list-style:none}
.blog_catalog__list--inner{padding-left:15px;margin-bottom:10px;display:none}
.blog_catalog__item{position:relative;margin:0}
.blog_catalog__list--inner .blog_catalog__item,.blog_catalog__item:last-child{border:none}
.blog_catalog__link{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-decoration:none;padding:0;padding-right:20px;color:var(--basic-company-text);font-size:16px;font-weight:400;min-height:30px}
.blog_catalog__item:last-child .blog_catalog__link{padding-right:0}
.blog_catalog__no_image,.blog_catalog__link img{-webkit-box-flex:0;-webkit-flex:0 0 20px;-ms-flex:0 0 20px;flex:0 0 20px;max-width:20px}
.blog_catalog__name{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%;padding-left:10px}
.blog_catalog__list--inner .blog_catalog__link{padding:3px 25px 3px 0;font-size:12px;font-weight:400}
.blog_catalog__link.selected{color:var(--second-company-text)}
.opened > .blog_catalog__list--inner{display:block}
.blog_catalog__switch{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;justify-content:center;position:absolute;top:10px;right:-6px;width:28px;height:28px;font-size:0;cursor:pointer;text-align:center;-webkit-box-flex:0;-webkit-flex:0 0 26px;-ms-flex:0 0 26px;flex:0 0 3026;max-width:26px}
.blog_catalog__switch svg{width:15px;height:15px}
.blog_catalog__switch.active svg{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}
.post__labels{position:absolute;top:0;left:0;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.post__label{text-decoration:none;display:inline-block;margin-bottom:2px;padding:5px 15px;background:var(--second-company);color:var(--second-company-text);font-size:13px;font-weight:600;border-radius:0 0 3px 0;transition:all .3s}
.post__label:hover{background:var(--basic-company);color:var(--basic-company-text)}
.post_information{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:16px 0;}
.post_information__item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:0 24px 0 0;font-size:13px;color:#aaa}
.post_information__item:last-child{margin-right:0}
.post_item_rating{margin: 8px 15px 8px auto}
.post_information__item svg{width:20px;height:20px;margin-right:7px}
.post_information__avatar{width:32px;-webkit-box-flex:0;-webkit-flex:0 0 32px;-ms-flex:0 0 32px;flex:0 0 32px;max-width:32px;height:32px;border:1px solid #eee;border-radius:50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-right:10px;overflow:hidden}
.post_information__avatar svg{margin-right:0;}
.post__heading{margin-bottom: 24px;}
.post__update_date{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:13px;border:none;padding:12px 15px;margin-bottom:20px;background:#6db36d33;color:#0b8a0b;border-radius:2px}
.post__update_date svg{width:20px;height:20px;margin-right:10px}
.post__update_date_text{margin-right:5px}
.post__table_contents{background-color:#f0f0f0;padding:25px 20px 10px;margin-bottom:20px}
.post__table_contents_title{font-size:16px;font-weight:600;margin-bottom:15px;padding-left:5px}
.post__table_contents ol{padding-left:0}
.post__table_contents ol li{position:relative;margin-bottom:13px;padding-left:5px}
.post__table_contents ol li a{font-weight:400}
.post_share{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;justify-content:space-between;border-bottom:1px solid #D5D5D5;min-height:50px;padding-bottom:24px}
.block_post_comments{padding:30px 0 0;gap:40px;flex-direction:column}
.post_tags{border-radius:3px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:20px 0}
.post_tags svg{width:20px;height:20px;margin:1px 15px 5px 5px;color:#5e5e5e}
.post_tag{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border:none;border-radius:3px;padding:5px 10px;font-size:12px;margin:0 5px 5px 0;color:#777;text-decoration:none;background:#f0f0f0;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}
.post_tag:hover{text-decoration:none;color:#fff;background:var(--basic-company)}
.post_author{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background-color:var(--second-company);color:var(--second-company-text);border-radius:3px;padding:20px 25px 18px;margin:20px 0}
.post_author__images{-webkit-box-flex:0;-webkit-flex:0 0 120px;-ms-flex:0 0 120px;flex:0 0 120px;max-width:120px}
.post_author__img img{width:100px;height:100px;border-radius:50%;object-fit:cover;border:1px solid #f0f0f0}
.post_author__infobox{-webkit-box-flex:0;-webkit-flex:0 0 calc(100% - 120px);-ms-flex:0 0 calc(100% - 120px);flex:0 0 calc(100% - 120px);max-width:calc(100% - 120px);padding-left:10px}
.post_author__name{font-size:16px;font-weight:600;margin-bottom:6px}
.post_author__position{font-size:13px;font-weight:400;margin-bottom:20px;color:var(--second-company-text);opacity:.8}
.post_author__link{display:inline-block;font-size:12px;font-weight:500;color:var(--second-company-text);opacity:.8}
.post_author__link:hover{color:var(--second-company-text);text-decoration:none}
.post_author__social .social__link{width:26px;height:26px;line-height:24px;font-size:13px}
.filter__tag_menu{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:10px;margin-top:15px}
.filter__tag_item{margin:0 7px 7px 0}
.filter__tag_link{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border:none;border-radius:3px;padding:5px;font-size:13px;font-weight:500;border:1px solid #dbdbdb;color:#333;text-decoration:none;background:#fff;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}
.filter__tag_link:hover{color:#fff;background:var(--basic-company)}
.post_container__body{margin-bottom:30px}
.post_container__footer .pager{margin-top:25px;margin-bottom:0}
.filter__group_wrapper {
    border: 1px solid #C3C3C3;
    padding: 16px 12px;
    border-radius: 5px;
    margin-bottom: 16px;
}
.filter__name{font-size:16px;line-height:1.2;margin-bottom:16px;cursor:pointer;font-weight:600;position:relative;color: var(--body-text);padding: 0;}
.filter__name_arrow:before{transition:all .3s ease;transform:rotate(180deg)}
.filter__name.active .filter__name_arrow:before{transform:rotate(0deg)}
.filters .filter__group:last-child{border-bottom:none;padding-bottom:0}
.filter__selected_feature .filter__sf_link{background:#fff;border-radius:10px;padding:9px 12px;cursor:pointer;transition:all .3s ease;border:1px solid #C3C3C3;min-height:32px}
.filter__selected_feature .filter__sf_link i,.filter__selected_feature .filter__sf_link span{font-size:12px;color:#7C7C7C;font-weight: 500;}
.filter__selected_feature .filter__sf_link i{color:#7C7C7C}
.filter__selected_feature .filter__sf_link svg{width:14px;height:14px;color:#7C7C7C;position:relative;left:8px;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}
.filter__selected_feature_reset .filter__sf_reset{width:fit-content; background:transparent; font-weight:500;font-size:14px;color:#E14D4F;cursor:pointer;transition:all .3s ease;position:relative;text-decoration:none;display:flex;border:none}
/* .filter__selected_feature_reset .filter__sf_reset::after{content:'';position:absolute;width:100%;height:1px;bottom:0;left:0;background:#FF970E;transition:all .3s ease} */
.filter__item{margin:10px 0;position:relative}
.filter__item:first-child {display: none;}
.filter__link{transition:color .3s;display:block;width:100%;text-align:left;line-height:26px;padding-left:34px;position:relative;font-size:14px;color:var(--body-text);font-weight:400;background:transparent;border:none;cursor:pointer;text-decoration:none}
.filter__link .filter__checkbox{transition:border-color .3s;border-radius:2px;border:1px solid #B4B4B4;display:block;height:26px;position:absolute;left:0;top:0;width:26px;background:#fdfdfd}
.filter__link .filter__checkbox svg{height:26px;opacity:0;width:26px}
.filter__link .filter__label{display:block;line-height:26px;color:var(--body-text);cursor:pointer;font-weight:400;font-size:14px}
@-webkit-keyframes checkmarkAnimation {
100%{stroke-dashoffset:0}
}
@keyframes checkmarkAnimation {
100%{stroke-dashoffset:0}
}
.filter__checkbox.checked svg{color:var(--basic-company)}
.filter__link.checked svg path{fill:#ffffff;stroke-width:1px;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;stroke-miterlimit:10;opacity:1;stroke-dasharray:48;stroke-dashoffset:48;-webkit-animation:checkmarkAnimation .5s 0s forwards;animation:checkmarkAnimation .5s 0s forwards}
.filter__link.checked .filter__label{border:none}
.filter__link.checked .filter__checkbox rect{fill: var(--button-color);}
.filter__link.checked .filter__checkbox svg{opacity:1}
.filter__link.checked .filter__checkbox{border:none}
.filter_group_top{display:flex;gap:12px;padding-bottom:0;}
.filter_group_top .filter__name{margin-bottom:0}
.filter__selected_features{gap:6px}
.view_all_feature{color:#363636;font-size:14px;line-height:1.2;cursor:pointer;font-weight:400;-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;border-bottom:1px dashed;border-color:var(--basic-company);margin-bottom:10px;text-decoration:none;display:inline-block}
.feature_content .filter__item.closed{display:none}
.feature_content.opened .filter__item.closed{display:block}
.filter__catalog_menu{margin-bottom:0;}
.category_items {padding-bottom: 24px;}
b.filter__catalog_link,a.filter__catalog_link{position:relative;font-family:inherit;width:90px;text-align:left;background:transparent;border:none;text-decoration:none;color:var(--body-text);line-height:1.2;font-size:12px;font-weight:500;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;transition:all .3s ease 0s;flex-direction: column;text-align: center;gap: 16px;}
.category_item {flex-direction: column;display: flex;}
a.filter__catalog_link{cursor:pointer}
.filter_catalog__no_image{border: 1px solid #DCDCDC;}
b.filter__catalog_link img,a.filter__catalog_link img{width: 100%;height: 100%;border-radius: 50rem;}
.filter_catalog__no_image{
    max-width: 90px;
    width: 90px;
    height: 90px;
    border-radius: 50rem;
}
a.filter__catalog_link svg{width:12px;height:12px;position:relative;}
.filter_catalog__no_image svg{width:90px!important;height:90px!important}
b.filter__catalog_link.selected{color:var(--basic-company);font-weight:500}
.price_range{overflow:hidden;margin-bottom:16px}
.price_range span{font-size: 12px;font-weight: 500;}
.price_label{-webkit-box-flex:0;-webkit-flex:0 0 calc(50% - 35px);-ms-flex:0 0 calc(50% - 35px);flex:0 0 calc(50% - 35px);max-width:calc(50% - 35px)}
.price_range .separator,.price_range .price_currency{line-height:22px;color:#8b8b8b;font-weight:500;font-size:16px;-webkit-box-flex:0;-webkit-flex:0 0 35px;-ms-flex:0 0 35px;flex:0 0 35px;max-width:35px;text-align:center}
.price_range .separator{font-size:1.5rem}
.max_input,.min_input{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding:0 15px;border-radius:10px;border:1px solid #C3C3C3;height:40px;color:#242824;font-size:14px;font-weight:400; background-color: #ffffff;}
.max_input:focus,.min_input:focus{border-color:var(--basic-company)}
.switch_mobile_filter svg{margin-right:15px;display:inline-block;position:relative;}
.products_container__sort{padding:24px;background-color:#F5F5F5;margin-bottom:24px}
.browsed.products .block__title,.section_browsed .block__title,.cart_main_products .block__title{justify-content:space-between!important;margin-bottom:20px}
.browsed.products,.cart_main_products{margin-top:100px}
.boxed_description{background-color:#F1F4F7;padding:80px 0;margin:100px 0}
.description_img{transform:translateX(35px)}
.block__description h2, .block__description .h2{margin-bottom:30px}
.block__description h3, .block__description .h3{margin-bottom:16px; font-size: 24px;font-weight: 700;}
.block__description h4, .block__description .h4{margin-bottom: 16px;}
.block__description p{font-size:16px;font-weight:400;line-height:22px;color:var(--boxed-text)}
.sort_title{display:flex;align-items:center;gap:10px}
.product_sort__title{color:var(--basic-company-text);font-size:16px;line-height:1.2;font-weight:400}
.product_sort__link{position:relative;background:transparent;cursor:pointer;font-size:16px;line-height:1;padding:5px 10px;font-weight:600;transition:all .3s ease 0s;border:1px solid #7f7f7f;color:#454545;text-decoration:none;border-radius:4px}
.product_sort__link.active_down,.product_sort__link.active_up{color:var(--button-color);border-color:var(--button-color)}
.product_sort__link .sorting_icon{width:13px;height:13px;margin-left:5px}
.product_sort__link .sorting_icon--right,.product_sort__link .sorting_icon--left{fill:#a1a1a1}
.product_sort__link.active_down .sorting_icon--left{fill:var(--button-color)}
.product_sort__link.active_up .sorting_icon--right{fill:var(--button-color)}
.post_sort_list{flex-direction:column;gap:30px}
.pagination{list-style:none;text-align:center;padding:0;margin:0 auto}
.pagination__item{display:inline-block;margin-bottom:0;padding:0 2px; transition: all .5s ease;}
.pagination__link {
    display: block;
    min-width: 40px;
    text-align: center;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #E1E1E1;
    color: var(--basic-company);
    font-size: 16px;
    font-weight: 400;
    border-radius: 3px;
    height: 40px;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease;
}
.active .pagination__link{    color: #ffffff;background-color:var(--pagination-color);border-color:var(--pagination-color)}
.pagination__link:hover{ background: #F0FEF1;color: var(--basic-company);border-color: var(--pagination-color);}
.products_pagination{margin:30px auto 0}
.breadcrumbs{width:100%;border:none;padding:0 3px 5px;background:transparent;list-style:none;margin:24px 0;color:var(--body-text);overflow-x:auto}
.breadcrumbs .breadcrumbs__item{padding:0;color:inherit;margin:0;font-size:14px;font-weight:400;white-space:nowrap}
.breadcrumbs .breadcrumbs__item:last-child span{color:#C3C3C3;}
.breadcrumbs .breadcrumbs__item:first-child{margin-right:3px}
.breadcrumbs .breadcrumbs__item + .breadcrumbs__item:before{padding:0 10px;content: url('../images/arrow.png');width: 100%;height: 100%;pointer-events: none;}
.breadcrumbs svg{width:18px;height:18px}
.breadcrumbs a{transition:all .2s ease;text-decoration:none;font-weight:400;color:var(--boxed-text)}
.breadcrumbs a:hover{color:var(--button-color)}
.product__rating{position:relative}
.post__rating{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.rating_starOff{display:inline-block;vertical-align:top}
.rating_starOff,.rating_starOn{width:90px;height:18px;background:url(../images/rating.png) repeat-x left top}
.rating_starOn{display:block;background-position:left bottom}
.rating_text {
    vertical-align: middle;
    line-height: 1;
    display: inline-block;
    position: relative;
    margin: 0 8px;
    font-size: 16px;
    font-weight: 400;
    color: #D89A00;
    white-space: nowrap;
}
.rating_text.hidden{display:none}
.product_rating,.post_rating{position:relative}
.prod_rating{display:flex;align-items:center}
.rating_comments{display:flex;padding:0 6px;margin-bottom:16px}
.main_brands{width:100%}
.main_brands__item{height:160px;max-width:160px;padding:0}
.main_brands__image,.main_brands__name,.main_brands__link{height:100%;text-align:center}
.brand_list{gap:40px;-webkit-animation:linear infinite alternate;-webkit-animation-name:run;-webkit-animation-duration:10s}
@keyframes run {
0%{right:0}
50%{right:calc(240px + 60px)}
100%{right:0}
}
.main_brands__image,.main_brands__name{padding:10px}
.main_brands__image img{opacity:.8;transition:.3s}
.author_list,.brand{padding-bottom:120px}
.author_list__item,.brand__item{margin-bottom:15px}
.author_list__preview,.brand__preview{border:1px solid #EBE9E9;height:100%;padding:10px;position:relative;transition:.3s;width:100%;background:#fff;border-radius:5px}
.brand__link{height:100px;margin:auto;position:relative;text-decoration:none}
.brand__image img{display:block}
.brand__name{color:var(--body-text);text-align:center;line-height:1.2;font-size:14px;font-weight:600;text-transform:uppercase;padding:0;overflow:hidden}
.boxed .product_item,.fn_products_slide .product_item{margin-bottom:0}
.product-page__gallery{width:100%;max-width:550px;position:sticky;top:150px;height:fit-content}
.product-page__details{width:calc(100% - 576px);}
.top_details_product h1{
    font-size: 33px;
}
.top_details_product_wrapper{margin-bottom: 24px;}
.top_details_product_wrapper h1{font-size: 33px; margin-bottom: 16px;}
.svg_icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 10px 0px #00095D1A;
    border: 1px solid #ffffff;
    border-radius: 8px;
    color: #7C7C7C;
}
.fn_anchor_comments{
    text-decoration: none;
}
.top_details_product_wrapper .product_choose-item{
    font-size: 16px;
    margin-right: 10px;
    padding: 8px 12px;
}
.product_page_flex{justify-content:flex-start;gap:20px;margin:0;align-items: flex-start;}
.product_item{margin-bottom: 0}
.product_item.swiper-slide{height:100%;padding: 10px 8px; }
.product_item{height:100%;padding: 10px 8px; }
.table_form_wrapper .product_item{height:100%;padding:0;}
.comparison_block__item .product_item {
    margin: 0;
    max-height: 220px !important;
}
.product_variants_wrapper {
    display: flex;
    flex-flow: row wrap;
    row-gap: 12px;
}
.product_tab_name {display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.form_login_left,.form_register_left,.form_remind_left{width:46%}
.product_sidebar_item.swiper-slide{max-width:100%}
.product_sidebar_item .product_preview{max-width:310px;margin:0 auto}
.comparison_item{margin-bottom:0!important}
.product_preview{    box-shadow: 0px 4px 12px 0px #00033D0F;padding:12px 12px;position:relative;transition:all .3s ease; height: 100%; width:100%;background:#ffffff;border-radius:5px;border: 1px solid #F2F2F2;display: flex;flex-direction: column;}
.fn_product_slide.products_list{ padding-bottom:80px;}
.product_preview__sku{color:var(--body-text);font-size:11px;margin:5px 0;font-style:italic;opacity:.7;font-weight:500}
.sku__nubmer{font-weight:600}
.product_preview__center{position:relative;}
.product_preview__image{position:relative;}
.preview_img{
    margin-bottom: 12px;display: block;
}
.product_preview__image a{height:100%;width:100%;flex-direction:column;text-decoration:none;}
.product_preview__image a.adult_btn_no{width:80px;height:45px}
.product_preview__image picture,.product_preview__no_image{height:240px;width:100%;display:flex;align-items:center;justify-content:center}
.product_preview__no_image{background-color:#FFF;border-radius:5px;width:100%}
.product_preview__image .sticker__image{max-height:inherit}
.product_preview__no_image svg{width:auto;height:auto;color:#ECECEC}
.product_preview__no_image span{
width:120px;height:120px;display: block;
  background-image: url(../images/no-image.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.stickers_product-page,.stickers{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;position:absolute;top:0;left:0;z-index:20}
.stickers{flex-direction: row; align-items: flex-end; gap: 5px;}
.table_form_wrapper .stickers{top: 6px;
left: 6px;}
.stickers_product-page{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;left:inherit;right:0}
.sticker{display:inline-block;padding:5px 10px;height:25px;line-height:100%;color:var(--body-text);font-size:12px;font-weight:400;margin-bottom:0;border-radius:5px;white-space:nowrap;border: 1px solid #FFFFFF;}
.sticker--hit{background-color:var(--second-company)}
.stickers--sale{background-color:#FFA599}
.sticker--discount{background-color:#FFA599}
.sticker--special{-webkit-box-flex:0;-webkit-flex:0 0 60px;-ms-flex:0 0 60px;flex:0 0 60px;max-width:60px;width:60px}
.sticker__image{display:inline-block;width:60px;max-height:inherit}
.sticker_pct{position:absolute;top:0;right:0;display:inline-block;text-align:center;line-height:1;background-color:#fb3f4c;color:#fff;font-weight:600;padding:5px 5px 3px;font-size:10px;border-radius:4px;}
.product_preview__name{overflow:hidden;text-overflow:ellipsis;position:relative;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;padding:0;text-align:left;width:100%;margin-bottom:4px;max-height: calc(1.4em * 2);}
.name_annotation .product_preview__name{max-height: 36px;}
.product_preview__brand {color: #7C7C7C;font-size: 14px;margin-bottom: 12px;}
.product_preview__name a{color:var(--body-text);line-height:1.2;font-size:15px;transition:.3s;display:block;position:relative;font-weight:600;padding-bottom:5px;min-height:38px;text-decoration:none}
.product_preview__prices{position:relative;gap:2px;align-items:flex-start;margin-bottom: 12px;    justify-content: center;}
.no_in_stock_preview .product_preview__prices{filter: grayscale(1.5);opacity: .5;}
.no_in_stock_preview .product_td__prices{filter: grayscale(1.5); opacity: .5;}
.no_in_stock_preview  .product_td__rrs,.no_in_stock_preview  .product_sku_value,.no_in_stock_preview  .product_td__stock,.no_in_stock_preview  .product_td__name  {color: #C3C3C3;}
.comparison_block__item .product_preview_mini .product_preview__prices{flex-direction:column;gap:2px;margin: 0;}
.popup_prices,.popup_prices .old_price .currency,.popup_prices .price .currency{font-size:30px;font-weight:600}
.product_preview__prices .old_price,.popup_prices .old_price,.product_td__prices .old_price {    color: #7C7C7C;font-size:18px;position:relative;font-weight:400}
.popup_prices .old_price{font-size:30px}
.product_preview__prices .old_price .currency{font-size:16px;font-weight:400;position:relative;margin: 0;}
.product_preview__prices .old_price::after,.popup_prices .old_price::after,.product_td__prices .old_price::after{border-bottom:1px solid #A5A5A5;content:"";left:0;position:absolute;top:45%;width:100%}
.product_preview__prices .price{color:var(--body-text);font-size:18px;font-weight:600;}
.product_preview__prices .price--red,.popup_prices .price--red{color: #FC4B1F;margin-right: 10px;}
.product_td__prices .price--red {color: #FC4B1F;}
.product_preview__bottom{display:none}
.preview_form{display:flex;flex-direction:column;gap:10px}
.product_preview__buttons{position:relative;height:50px}
.wishlist_button__remove,.wishlist_button,.comparison_button{width:40px;min-height:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;background: #F7F7F7;transition:all .3s ease;border: 1px solid transparent;cursor: pointer;}
.product_icon_block .wishlist_button,.product_icon_block .comparison_button{width:45px;min-height:45px;height:45px;border: 1px solid #E8E8E8;}
.wishlist_button span, .comparison_button span, .wishlist_button__remove span{   
    width:26px;
    height:26px;
    transition:all .3s;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.wishlist_button:hover span, 
.comparison_button:hover span,
.wishlist_button__remove:hover span{transform: scale(1.05);}
.wishlist_button.selected,.comparison_button.selected{background-color: var(--basic-company);}
.wishlist_button span {
     background-image: url(../images/heart-new.svg);
}
.comparison_button span {
    background-image: url(../images/scale-new.svg);
}
.comparison_button.selected span {
    background-image: url(../images/scale-new-white.svg);
}
.comparison_button.selected.remove_link {
    background: #F7F7F7;
}
.wishlist_button.selected span {
  background-image: url(../images/heart-new-white.svg);
}
.wishlist_button__remove span, .comparison_button.selected.remove_link span {
    background-image: url(../images/remove-new.svg);
}
.product_preview_icons{position:absolute;display:flex;flex-direction:column;gap:15px;top:10px;right:10px;z-index:2}
.product_icons {display: flex;align-items: flex-start;gap: 30px;}
.product_preview__image_mini .product_icon {
    top: 0;
    right: 0;
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 2;
}
.product_icon_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
}
.product_icon__ttl {
    font-size: 12px;
    color: #5D5D5D;
}
.wishlist_button::before{font-size:26px;line-height:1}
.wishlist_button__remove::before{color:#b10707!important;font-size:23px;line-height:1}
.product_preview__variants select {
    height: 45px;
    border-radius: 5px;
    border: 1px solid var(--basic-company);
    width: 100%;
    font-weight: 400;
    padding: 0 6px;
    font-size: 14px;
    color: var(--basic-company-text);
}
.product_preview__buttons .product_preview__button{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%;height:50px}
.product_preview__buttons .product_preview__button:before{font-family:FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1;padding:0 5px}
.product_preview__buttons .remove_link{color:#b10707!important;font-size:38px}
.product_preview__button.hidden{display:none}
.product_preview__button{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;cursor:pointer;background:transparent;border:none;white-space:nowrap;padding:0 5px;color:var(--body-text);border-radius:5px;transition:all .3s;height:30px}
.product_preview__button .product_preview__button_text{visibility:hidden;opacity:0;font-size:16px;font-weight:500;width:0;overflow:hidden}
.product_preview__button{background:var(--button-color);color:var(--basic-company-text);padding:0}
.product_preview__button.fn_notify_av{width:100%;height:50px;justify-content:center;border:1px solid #21293C;background:transparent;color:#21293C}
.no_img_text{position:absolute;background-color:#FFF;font-size:16px;font-weight:400;height:30px;display:flex;margin-top:-15px;align-items:center;color:#A5A5A5}
.product_preview__button .product_preview__button_text{visibility:visible;overflow:visible;opacity:1;width:auto}
.product_preview__button--pre_order{background:transparent;border-color:#7f7f7f;color:#454545;-webkit-transition:all .3s;-o-transition:all .3s;-moz-transition:all .3s;transition:all .3s;-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}
.product_preview__out_stock{background:transparent;border:1px solid transparent;line-height:1.2;color:#CBCBCB;height:31px;margin:0;font-size:16px;font-weight:400;-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:300px;height:50px;border:1px solid #CBCBCB;border-radius:10px;justify-content:center}
.product_preview__button--pre_order .product_preview__button_text{padding:0;visibility:visible;opacity:1;font-size:16px;font-weight:400}
.block__title_popup{justify-content:space-between;align-items: baseline;}
.product_preview__button .icon::before{font-size:20px}
.product_preview__buttons .comparison_button,.product_preview__buttons .fast_order_button{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;height:30px;line-height:30px;white-space:nowrap;border-radius:3px;text-decoration:none;background:transparent;border:1px solid #7f7f7f;color:#454545;opacity:.7;font-size:0;transition:all .2s;padding:0 5px;-webkit-box-flex:0;-webkit-flex:0 0 35px;-ms-flex:0 0 35px;flex:0 0 35px;max-width:35px;width:35px;margin-left:5px}
.product_preview__buttons .comparison_button::before{font-size:16px;line-height:1}
.product_preview__buttons .fast_order_button::before{font-size:16px;line-height:1}
.product_preview__buttons .comparison_button.selected{position:relative;opacity:.8;border-color:var(--button-color);color:var(--button-color)}
.product_preview__annotation{display:block;margin-top:10px;max-height:36px;height:36px;overflow:hidden;position:relative;font-size:14px;line-height:1.1;font-weight:400;color:#A5A5A5}
.product_preview__annotation p{line-height:1.2}
.product_center_bottom{display:flex;flex-direction:column;width:100%;padding:0;gap:10px;margin: 0;margin-top: auto;}
.product_center_bottom .product_preview_icons{position:static;flex-direction:row;gap:10px}
/* .product_item .product_center_bottom{flex-direction:row-reverse;justify-content:space-between;    margin-top: auto;} */
.product_preview__name_link{font-size:16px;font-weight:600;line-height:1.4;color:var(--body-text);word-break: break-word; text-align: center;}
.product_preview__annotation ul li{margin:0;font-size:12px}
.product_preview__annotation ol,.product_preview__annotation ul{margin:10px 0 0 15px}
.product_preview__variants.hidden{display:none!important}
.product_preview__variants .select2{margin-top:0}
.product_preview__variants .select2-container{width:100%!important;max-width:100%}
.select2-container--open
.products_list.no_gutters{position:relative}
.no_in_stock{opacity:.3!important}
.no_in_stock_preview .product_preview__name_link {color:#CBCBCB!important}
.product_preview__button:hover{background:var(--button-color-hover)}
.fn_product_images{background-color:#FFF;border-radius:5px;width:100%}
.no_in_stock_img{opacity:.4}
.swiper-btn-next_pr,.swiper-btn-prev_pr{opacity:0;visibility:hidden;z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;font-size:22px;line-height:1;cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:none;outline:none;left:inherit;background:transparent;text-align:center;color:var(--svg-color);transition:all .2s ease-in-out 0s;margin:0;position:absolute;top:calc(50% - 20px);border-radius:50%}
.swiper-btn-next_pr:hover,.swiper-btn-prev_pr:hover{background:#FDFDFD;border-radius:50%;box-shadow:0 2px 8px 0 #4C5D7D2B}
.swiper-btn-next_pr{right:7px}
.swiper-btn-prev_pr{left:7px}
.swiper-btn-prev_pr svg{transform:rotate(180deg)}
.browsed__item:hover .swiper-btn-next_pr,.browsed__item:hover .swiper-btn-prev_pr,.product_item:hover .swiper-btn-next_pr,.product_item:hover .swiper-btn-prev_pr{opacity:1;visibility:visible}
.product_item:hover .fn_products_slide{z-index:100}
.z-index_prod{z-index:20}
.boxed .article_item,.fn_articles_slide .article_item{margin-bottom:0}
.article_item{margin-bottom:20px;height:490px}
.article_item:first-child{margin-left:0}
.blog_list .article_item{height:100%;/* max-width:543px; */padding:0;margin:0}
.blog_list .article_list{gap:10px;margin:0;display:grid;grid-template-columns:repeat(3,1fr)}
.article__preview{border: 1px solid #F7F7F7;height:100%;padding:10px 10px 20px;position:relative;transition:.3s;width:100%;background:#ffffff;border-radius:5px;box-shadow: 0px 5px 18px 0px #000F0D0D;}
.article__title{transition:.3s;display:block;position:relative;font-size: 20px;font-weight: 700;color: var(--basic-company-text);line-height: 120%;height: 48px;    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;margin-top: 8px;}
.post_item_sidebar .article__title{max-width:435px;background:transparent;font-size:18px;height:100%;display:block;padding:0;line-height:24px}
.article__body{flex-direction:column;height: 100%;}
.brand_img{max-height:90px; display: grid; place-items: center;overflow: hidden; width: 100%;}
.article__image_link{height:270px;display:flex;align-items:center;justify-content:center;background-color:#F9F9FC;border-radius:10px;}
.post_item_sidebar .article__image_link{min-height:70px;max-height:70px;background: transparent;min-width: 100px;
    display: block;}
.post_item_sidebar{text-decoration:none;padding:7px 0;border-bottom:1px solid #D8E0E8;transition:all .3s;gap:10px}
.post_item_sidebar:last-child{border-bottom:none}
.sidebar_post_date{font-size:14px;color:#6e6e6e}
.post_item_sidebar:hover .article__title{color:var(--button-color)}
.fn_products_sidebar {
    padding: 0 10px 10px;
}
.fn_products_sidebar:not(.swiper-initialized) .swiper-wrapper {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
}
.fn_products_sidebar:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
    flex: 0 0 calc(100% / 1.5);
}
.fn_products_sidebar:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(n+2) {
    display: none;
}
    
@media only screen and (max-width : 1200px) {
    .fn_products_sidebar:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
    flex: 0 0 calc(100%);
    }
    .fn_products_sidebar:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(n+2) {
        display: none;
    }
}
@media only screen and (max-width : 991px) {
    .fn_products_sidebar:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
        flex: 0 0 calc(100%/3);
    }
    .fn_products_sidebar:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(n+2) {
         display: block;
    }
    .fn_products_sidebar:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(n+4) {
        display: none;
    }
}
@media only screen and (max-width : 768px) {
    .fn_products_sidebar:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
        flex: 0 0 calc(100%/2);
    }
    .fn_products_sidebar:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(n+3) {
        display: none;
    }
}
.post_item_sidebar .article__image_link img{height:100%;border-radius:5px}
.article__image{text-decoration:none;height: 100%;display: block;}
.article__image img{display:block;width:100%;height:100%;max-height:320px;border-radius:10px;object-fit:cover}
.article__image picture{max-width:523px;max-height:350px;width:100%;height:100%}
.article__preview .more_button_underline {margin-top: 16px;}
.article__avatar{width:24px;height:24px;display:flex;align-items:center;justify-content:center}
.article__labels{position:absolute;top:0;left:0;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.article__label{text-decoration:none;display:inline-block;margin-bottom:2px;padding:3px 10px;background:var(--second-company);color:var(--second-company-text);font-size:12px;font-weight:500;border-radius:0 0 3px 0;transition:all .3s}
.article__label:hover{background:var(--basic-company);color:var(--basic-company-text)}
.article__info{display:flex;flex-direction: column;padding:16px 6px 10px;width:100%;}
.article__info_item{font-weight:400;padding-right:25px;font-size:12px;display:flex;align-items:center;color:#C3C3C3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1;transition:all .3s;height:24px;gap:8px}
.article__info_item:last-child{padding-right:0}
.article__info_item svg{width:18px;height:18px;}
.article__image .article__no_image{height:100%;align-items:center}
.article__image .article__no_image svg{width:100%;height:200px;color:#ECECEC}
.article__info_item--author{display:flex;align-items:center;margin:0}
.post_item_sidebar .article__no_image{background:#fff;border-radius:5px;border:1px solid #F6DADA;padding:12px}
.post_item_sidebar .article__no_image svg{width:60px;height:35px}
.article__avatar img{border-radius:50%;width:24px;height:24px;overflow:hidden}
.article__avatar svg{width:18px;height:18px;margin:0}
.article__author{color:#000}
.article__annotation{position:relative;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size: 14px;font-weight: 400;color: #7C7C7C;margin-top: 10px;min-height: 40px;}
.article__annotation p{line-height:1.4}
.article__footer{height:24px;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:100%;padding:0 10px;margin-top:20px}
.author_card{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}
.author_card__image{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:0;-webkit-flex:0 0 30%;-ms-flex:0 0 30%;flex:0 0 30%;max-width:30%;min-height:280px;height:100%}
.author_card__no_image svg{width:120px;height:120px}
.author_card__info{-webkit-box-flex:0;-webkit-flex:0 0 70%;-ms-flex:0 0 70%;flex:0 0 70%;max-width:70%;padding-left:30px}
.author_card__name{margin-bottom:5px}
.author_card__position{font-size:16px;color:#aaa;margin-bottom:20px;font-weight:500}
.author_card__social{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:20px}
.author_card__social .social__link{border:1px solid;border-color:var(--second-company);background-color:var(--second-company);color:var(--second-company-text)}
.author_card__social .social__link:hover{border-color:var(--basic-company);background-color:var(--basic-company);color:var(--basic-company-text)}
.author_list__link{text-decoration:none}
.author_list__image{margin-bottom:10px;min-height:160px}
.author_list__name{font-weight:600;color:var(--body-text)}
.comment__item {
    margin-bottom: 12px;
    padding: 20px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #F5F5F5;
    box-shadow: 0px 4px 18px 0px #06003F0F;
}
.comment__item:first-child .comment__inner{margin-top:0}
.comment_heading{color:#222;font-size:24px;line-height:1.2;font-weight:600;margin-bottom:50px;text-align:center;position:relative;margin-top:60px}
.comment_heading::after{content:"";height:2px;background:#c1c1c1;position:absolute;top:55%;right:0;display:block;width:100%}
.comment_heading span{background:#fff;padding:0 20px;position:relative;z-index:1}
.comment__icon{-webkit-box-flex:0;-webkit-flex:0 0 45px;-ms-flex:0 0 45px;flex:0 0 45px;max-width:45px}
.comment__author{gap:10px;align-items: flex-start;}
.comment__icon svg{width:45px;height:45px}
.admin_note .comment__icon svg{width:42px;height:42px}
.comment__icon .comment__image{max-width:40px;height:auto}
.comment__boxed{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;flex-direction:column;gap:8px}
.admin_note {margin: 0 0 0 20px;box-shadow: none;border: none;padding: 20px 0 0;border-radius: 0;}
.admin_note .comment__inner {border-left: 1px solid #DCDCDC;border-radius: 4px 0 0 5px;padding-left: 16px;}
.comment__name{font-weight: 600;font-size: 18px; line-height: 1.2;color: var(--boxed-text);display: flex;align-items: center;justify-content: center;gap: 10px;}
.comments_btn{border:none;opacity:1;visibility:visible}
.comments_btn.hidden{opacity:0;visibility:hidden}
.cancel_comment_btn{width:fit-content;height:50px;background:transparent;border-radius:5px;line-height:38px;color:#21293C;padding:0 50px;text-decoration:none;display:flex;font-size:16px;font-weight:500;align-items:center;transition:all .3s;cursor:pointer;border:1px solid #21293C;transition:all .3s ease}
.comment__status{font-weight:400;font-size:13px;color:#0b982f;margin-left:10px;margin-right:10px;white-space:nowrap}
.comment__date{font-weight:400;font-size:14px;color:#C3C3C3;white-space:nowrap}
.comment__body{font-weight:400;font-size:16px;line-height:1.3;color: var(--boxed-text);}
.comment_form_img{max-width:530px;width:100%;max-height:450px}
.comment_form_img img{max-height:400px;height:100%;}
.comment_form_wrapper .product-page__image{width: 100%;max-width: 400px;display: flex;align-items: center;justify-content: center;}
.comment_form_wrapper {width: 100%;display: flex;gap: 30px;max-width: 1090px;}
.fn_comments_form{width: 100%;max-width: 1090px!important;}
.form_comment_right{flex-direction:column;width:100%;gap:24px}
.tab_product_img{margin-right:14px;width:55px;height:55px;display: flex;align-items: center;}
.tab_product_img picture{display:flex;}
.tab_product_img img{width:100%}
.block_header_comments .form_product_title{font-size:22px;font-weight:700;color:var(--boxed-text);}
.your_rating{font-size: 16px;font-weight: 600;color: var(--boxed-text);margin-right: 20px;}
.form__header.hidden{display:none!important}
.product-page__sku .sku_nubmer{font-size:14px;font-weight:500}
.product-page__images{position:relative;width:100%;min-height:1px;-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;-webkit-box-ordinal-group:0;text-align:center;max-height:120px;height:100%;margin-top:10px;padding-bottom:20px !important}
.product-page__image{position:relative;margin:0;width:100%;min-height:1px;-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;text-align:center;border-radius:10px;background-color:#fff;border: 1px solid #ECECEC;overflow:hidden;}
.product-page__image--full{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
.product-page__img{padding:0;width:100%}
.gallery_image a{min-height:554px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
.gallery_image a.adult_btn_no{min-height:45px}
.product-page__no_image{width:100%;height:100%;padding:10px;border-radius:10px;background-color:#fff;border:1px solid #B7B7B7;overflow:hidden}
.wish_icon{position:relative}
.product-page__no_image svg{width:200px;height:200px;margin:100px;color:#ECECEC}
.product-page__no_image span{width:200px;height:200px;margin:100px;color:#ECECEC;display: block;
    background-image: url(../images/no-image.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.product-page__images-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:90px;min-height:90px;border-radius:10px;cursor:pointer;overflow:hidden;transition:all .2s ease-out;background-color:#fff;border:1px solid #ECECEC;overflow: hidden;}
.product-page__images-item picture{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%}
.product-page__images-item picture img{width:auto;max-height:100%;}
.product-page__images-item.swiper-slide-thumb-active{border: 1px solid #5CB647;}
.product-page__image .disabled_wishlist.visible{top:77px;right:-113px}
.product-page__image .disabled_wishlist{top:77px;right:-113px}
.product-page__item{position:relative}
.product-page__promo_img{position:absolute;max-width:100px;max-height:100px;top:0;left:0}
.details_boxed{background-color:#fff;overflow:hidden}
.details_boxed__item{position:relative;border-bottom:3px solid #e9eaed;padding:15px;background-color:#fff}
.details_boxed__item--one{padding:15px}
.details_boxed__item--inner{padding:0}
.details_boxed__item:last-child{border-bottom:none}
.details_boxed__item ul,.details_boxed__item ol{padding:0;margin:0 0 0 15px}
.details_boxed__item ul li,.details_boxed__item ol li{margin-bottom:10px}
.details_boxed__item ul li:last-child,.details_boxed__item ol li:last-child{margin-bottom:0}
.details_boxed__title{color: var(--body-text);font-size:16px;}
.brand_name {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    margin-left: 6px;
}
.features__value .brand_name{margin: 0;}
.details_boxed__brand{width:130px;height:84px;background:#ffffff;border-radius:10px;overflow: hidden;display: flex;align-items: center;justify-content: center;border: 1px solid #ECECEC;}
.product-page__sku{font-size:16px;font-weight:400;color:var(--basic-company-text)}
.details_product{padding-bottom:40px;position:relative;}
.details_boxed__anchor_comments{margin-top:0}
.anchor_comments__link{color:#A5A5A5;font-size:16px;font-weight:400;margin-left:5px;line-height:1.2;cursor:pointer;transition:all .3s ease 0s;text-decoration:none}
.details_boxed__select .variant_select{font-family:inherit;font-size:16px;border:1px solid #EBE9E9;border-radius:5px;font-weight:400;padding:0 10px;height:50px;color:var(--basic-company-text);margin:0;overflow:visible;text-transform:none}
.available__no_stock,.available__in_stock{font-weight:400;font-size:16px;line-height:1}
.details_boxed__select{gap:20px;margin-top:40px}
.available__no_stock:before,.available__in_stock:before{margin-right:5px;font-size:18px}
.available__no_stock{color: #7C7C7C;}
.available__in_stock{color:var(--basic-company)}
.product_rating_wrapper{gap: 12px;}
.rating_star {width: 20px;height: 20px;}
.details_boxed__select .select2{margin-bottom:15px}
.details_boxed__select .select2-container{min-width:50%;max-width:100%}
.details_boxed__select ul li{margin:0}
.details_boxed__select .select2-selection--single{height:32px!important}
.details_boxed__select .select2-selection__rendered{line-height:32px!important}
.details_boxed__select .select2-selection__arrow{height:32px!important}
.details_boxed_pct{    
    text-align: center;
    position: absolute;
    right: 0;
    top: -4px;
    background-color: #FFA599;
    display: inline-block;
    padding: 5px 10px;
    height: 25px;
    line-height: 100%;
    color: var(--body-text);
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
    border-radius: 5px;
    white-space: nowrap;
    border: 1px solid #FFFFFF;}
.gallery_image .details_boxed_pct{position:absolute;top:0;left:0}
.amount {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    height: 45px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    min-width: 110px;
    max-width: 110px;
    border: 1px solid #C3C3C3;
    border-radius: 5px;
}
.amount__plus, .amount__minus {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    min-width: 40px;
    cursor: pointer;
    font-weight: 400;
    line-height: 1;
    font-size: 26px;
    height: 45px;
    transition: all .3s ease;
    border: none;
}
.amount__plus:hover,.amount__minus:hover{opacity:.6}
.amount__input {
    border: 0 none;
    display: block;
    width: calc(100% - 10px);
    text-align: center;
    font-weight: 500;
    padding: 0;
    font-size: 14px;
    height: 45px;
    background-color: transparent;
}
.details_boxed__prices,.tab_details_price{position:relative;flex-direction:column}
.details_boxed__prices{flex-direction: row; align-items: flex-end;gap: 30px;padding-bottom: 8px;margin-bottom: 8px;border-bottom: 1px solid #E1E1E1;}
.boxed__rrs {
    display: flex;
    align-items: center;
    padding: 20px 16px;
    background: #EAEAEA;
    border-radius: 5px;
    gap: 5px;
    min-width: 175px;
}
.preorder_label {
    color: var(--basic-company-text);
    transition: .3s;
    display: block;
    position: relative;
    font-weight: 700;
    text-decoration: none;
}
.price_title{font-size:23px;font-weight:500;line-height:42px}
.details_boxed__price_amount{    gap: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;}
.details_boxed__price,.details_boxed__old_price{position:relative}
.details_boxed__old_price,.tab_old_price{font-weight:500;color:#5D5D5D;position:relative;font-size:25px;gap:5px}
.details_boxed__old_price{font-size: 22px;font-weight: 400;color: #5D5D5D;line-height: 1.8;}
.boxed__price_one_unit{font-size: 18px;font-weight: 600;display: flex;align-items: flex-end;gap: 5px;}
.tab_old_price,.tab_old_price .currency{font-size:14px!important}
.details_boxed__price .currency,.details_boxed__old_price .currency{font-size:22px;font-weight:600;position:relative;-webkit-align-self:flex-start;-ms-flex-item-align:start;align-self:flex-start;margin-left:5px}
.tab_details_price{margin-left:30px;margin-right:30px}
.details_boxed__buttons{padding-top:24px;gap:30px;flex-wrap: wrap;}
.details_boxed__old_price .currency{font-weight:400;font-size:22px;margin-left:0}
.details_boxed__price .currency{font-weight:600;font-size:40px;margin-left:10px}
.tab_old_price .currency{font-weight:500;font-size:18px;margin-left:0}
.tab_price{font-weight:700;color:var(--body-text);font-size:28px}
.tab_price .currency{font-size:28px}
.tab_price.price--red{font-size:18px;color:#FC4B1F;}
.tab_price .currency{font-size:20px;margin-left:5px}
.boxed_old_price{position:relative}
.boxed_old_price::after{border-bottom:1px solid #5D5D5D;content:"";left:0;position:absolute;top:45%;width:100%}
.details_boxed__price{font-weight:600;color:var(--body-text);font-size:42px;}
.details_boxed__price.price--red{color:#FC4B1F}
.details_boxed__buttons > :first-child{padding-right:0}
.product-page__button{border:none;border-radius:10px;cursor:pointer;display:block;font-weight:500;font-size:16px;line-height:1;text-align:center;white-space:nowrap;width:100%;height:50px;transition:all .3s ease;opacity:1;padding:0 50px}
.product_button_tab.disabled{
    background: #b8b8b8;
    pointer-events: none;
    border: 1px solid #b8b8b8;
}
.product_button_tab.disabled svg {opacity: .5;}
.product_button_tab{}
.product_button_tab svg{height: 30px;}
.product-page__button,.next_step_btn{background:var(--button-color);color:var(--second-company-text);padding:0 80px}
.next_step_btn{max-width:348px;display:flex;align-items:center;justify-content:center}
.product-page__button.fn_notify_av{max-width:280px;padding:0}
.product-page__button:focus{opacity:.8}
.product-page__out_stock{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background:transparent;border:1px solid #dbdbdb;color:#9c9c9c;white-space:nowrap;cursor:not-allowed}
.product-page__button--preloader{cursor:pointer;border:1px solid #7f7f7f;background:transparent;color:#454545;white-space:nowrap;transition:all .3s}
.details_boxed__buttons .fn_not_preorder,.details_boxed__buttons .fn_is_preorder{padding-right:10px;margin-bottom:0}
.details_boxed__other .fast_order_button,.callback,.product-page__compare,.product-page__wishlist{color:var(--svg-color);border-radius:3px;font-size:16px;cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;line-height:1;text-align:center;white-space:nowrap;text-transform:none;height:50px;transition:all .3s;text-decoration:underline}
.fast_order_button.hidden{display:none}
.details_boxed__other .fast_order_button:before{position:relative;font-size:22px}
.block__title_popup{font-size:32px;font-weight: 600;margin-bottom:24px !important}
.callback_popup .form__button{display:flex;align-items:center;justify-content:center;width:100%}
.product-page__compare i{position:relative;font-size:20px}
.product-page__wishlist i:before{content:"\f08a";position:relative;font-size:24px}
.product-page__wishlist.selected,.product-page__compare.selected{border-color:var(--button-color);color:var(--button-color)}
.product-page__wishlist.selected i:before{content:"\f004"}
.product_description,.product_features,.product_comments{padding:0;border:none;}
.product_comments{border:none;}
.product_comments .block__title{justify-content:space-between!important}
.product_comments_top_wrapper{display: flex;align-items: center;padding: 0 20px;flex-wrap: wrap; row-gap: 12px;column-gap: 12px;}
.comment_question_text{font-size:14px;font-weight:400;color:#A5A5A5}
.product_comments .block__title h3{margin-right:20px}
.comment_question{margin-bottom:20px;gap:15px}
.input_icons{display:flex;gap:20px;color:var(--second-company-text)}
.dislike_icon svg{transform:rotate(180deg)}
.tabs_navigation_product.fixed{position:fixed;top:80px;width:100%;z-index:99;box-shadow: 0px 6px 20px 0px #00061E1C;border-bottom:4px solid #F7F7F7;background:#F7F7F7;opacity: 1;visibility: visible;height: 64px;}
.rating_price_flex{display:flex;flex-direction:column;gap:10px}
.details_boxed__share{padding-top:10px;padding-bottom:10px}
.share{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.share__text{color:var(--body-text);font-size:13px;font-weight:500;opacity:.8;margin-right:10px}
.share__icons .jssocials-share-logo{font-size:30px}
.share__icons .jssocials-share-link{padding:5px;border-radius:4px}
.product-page__details .block__title h3{font-size:22px;color: #fff;font-weight: 600;}
.tabs_product_card{max-width:590px;width:100%;margin-left:auto;visibility:hidden;opacity:0;display:none;transition:all .3s;justify-content:flex-end;}
.tabs_product_card.show{opacity:1;visibility:visible;display:flex}
.tabs_product_card .product_button_tab{width:50px;padding:6px;display:flex;align-items:center;justify-content: center;}
.tab_product_info{flex-direction:column;max-width:280px;font-size:14px;font-weight:500}
.fn_cart_tabs.hidden{display:none}
.features,.data_list{list-style:none;margin:0;padding:0;width:100%;flex-direction:column}
.no_comments_bl{font-size: 16px; font-weight: 600;color: #343434;}
.data_item{max-width:650px;margin:0}
.features__wrap,.data_item{gap:10px;padding:5px 0}
.data_name,.data_value{width:fit-content;white-space:nowrap;position:relative;min-height:1px;font-size:16px;line-height:22px;color:var(--body-text)}
.features__value{padding:12px;font-size:16px;color:#282828}
.features__name {
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    color: #242824;
}
.features__item:not(:last-child) {border-bottom: 1px solid #DFDFDF;}
.features .features__name{font-weight:600;width:50%;}
.features tr:nth-child(odd){background:#F7F7F7;border-radius: 10px;overflow: hidden;}
.features tr:nth-child(even){background:#ffffff;border-radius: 10px;overflow: hidden;}
.features_table{border-radius:10px;overflow:hidden;padding: 0 20px;margin-bottom: 60px;}
.mobile_tab__content{padding: 16px 24px;border: 1px solid #C5C5C5;border-radius: 0 0 10px 10px;}
.tabs__content .mobile_tab__content{
    padding: 0;
    border: none;
    border-radius: 0;
}
.mobile_tab_top{margin-bottom: 20px;}
.data_value{font-weight:400}
.data_name{font-weight:600;color:#282828;}
.features_dash,.personal_data_dash{width:100%;border-bottom:1px dashed #DADADA;position:relative;top:-6px}
.order_details .features_dash{top: auto;bottom: -5px;}
.details_name{font-weight:600}
.no_in_stock_preview .preview_img {opacity: .3;}
.details_item{margin:7px 0}
.details_item .features__wrap{padding:0;align-items:center}
.pager{margin-top:30px;margin-bottom:20px;padding:0;list-style:none;overflow:hidden}
.pager li{margin-bottom:10px}
.pager a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;justify-content:center;text-decoration:none;font-size:13px;opacity:.7;color:var(--body-text);position:relative;background-color:#fff;padding:10px;min-height:45px;border:1px solid #dbdbdb;border-radius:3px;line-height:1.2}
.pager a svg{-webkit-box-flex:0;-webkit-flex:0 0 50px;-ms-flex:0 0 50px;flex:0 0 50px;max-width:50px;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}
.pager li:last-child a svg{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}
.sidebar_card__item{margin-top:5px;margin-bottom:5px;min-height:80px;padding:0 5px!important}
.sidebar_card__link{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border:1px solid #dbdbdb;text-decoration:none;border-radius:4px;width:100%;min-height:80px;padding:5px}
.sidebar_card__image{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:0;-webkit-flex:0 0 70px;-ms-flex:0 0 70px;flex:0 0 70px;max-width:70px}
.sidebar_card__no_image{height:70px}
.sidebar_card__no_image svg{width:40px;height:40px}
.sidebar_card__content{-webkit-box-flex:0;-webkit-flex:0 0 calc(100% - 70px);-ms-flex:0 0 calc(100% - 70px);flex:0 0 calc(100% - 70px);max-width:calc(100% - 70px);padding-left:10px}
.sidebar_card__title{color:#222;font-size:13px;line-height:1.2;font-weight:500;margin-bottom:8px}
.sidebar_card__prices{font-size:12px}
.sidebar_card__prices .old_price{margin:0 10px 0 0;color:#575757;font-size:12px;position:relative;font-weight:400;line-height:1}
.sidebar_card__prices .old_price::after{border-bottom:1px solid #575757;content:"";left:0;position:absolute;top:45%;width:100%;transform:rotate(-10deg)}
.sidebar_card__prices .price{color:#222;font-size:12px;font-weight:700;line-height:1}
.sidebar_card__prices .price--red{color:#b10707}
.sidebar_card__more{white-space:nowrap;margin:5px 0;font-size:12px;font-weight:500;transition:all .3s}
.sidebar_card__more svg{position:relative;top:1px;width:11px;height:11px;margin-left:3px;transition:all .3s}
.browsed__item{margin-top:5px;margin-bottom:5px;height:100%;padding:0 5px!important;max-width:320px;max-height:545px;z-index:10}
.browsed__link{border:1px solid #dbdbdb;border-radius:4px;width:100%;height:80px;padding:5px}
.browsed__no_image{height:70px}
.browsed__no_image svg{width:40px;height:40px}
footer{background-color: #F1F1F1; color:var(--second-company-text);-ms-flex-negative:0;margin-top:0;padding:50px 0 0;position:relative}
.footer .container{position:relative;z-index:10}
.footer__title{font-size:20px;line-height:1.2;font-weight:600;color:var(--boxed-text);position:relative;padding-bottom:20px;}
.product_page .block__heading{margin-bottom: 40px;}
.details_product_rating{padding-bottom:0;border-bottom:none;flex-direction: column;align-items: flex-start;gap: 16px;}
.footer__title_arrow{position:absolute;top:28%;cursor:pointer;transition:all .3s ease;width:100%;text-align:right;left:0;}
.footer__title_arrow span{height:30px;width:30px;-webkit-transform:rotate(-180deg);-moz-transform:rotate(-180deg);-ms-transform:rotate(-180deg);-o-transform:rotate(-180deg);transform:rotate(-180deg);transition: transform .3s ease ;
background-image: url(../images/arrow-mob.svg);display: inline-block;
background-position: center;
background-size: contain;
background-repeat: no-repeat;}
.footer__title_arrow.down span,.footer__title.active .footer__title_arrow span{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}
.footer__content{color:var(--second-company-text);margin-bottom:0;}
.footer__social {margin-top: 30px;}
.header_wishlist_link .informer_name{display: none;}
.footer__contact_item{position:relative;padding-left:0; margin-bottom: 16px;}
.open_hours{display:flex;gap:12px;color:#fbfbfb;margin-bottom:20px}
.shop_address{display:flex;flex-direction:column;gap:12px;color:#fbfbfb;margin-bottom:20px;width:326px}
.shop_address_bottom a{color:#fbfbfb;text-decoration:none}
footer a:hover{color:var(--basic-company);}
.shop_address_top{display:flex;font-size:20px;gap:12px;font-weight:600;border-bottom:1px solid #FFF3;width:fit-content}
.shop_address_bottom{margin-left:auto}
.footer__contact_item .contacts_info_title{font-weight:400}
.footer__contact_item .email,.footer__contact_item .open_hours,.footer__contact_item .phone{position:relative;margin-bottom:0;color:var(--boxed-text);font-weight:400;font-size:16px;text-decoration:none;line-height:1.3;transition:all .3s}
.footer__contact_item .phone,.footer__contact_item .email{font-weight:400}
.footer_bottom{gap:18px}
.footer_bottom .payment_content{gap:20px}
.copyright{font-size:12px;color:var(--boxed-text);}
.footer__contact_item .email svg,.footer__contact_item .open_hours svg,.footer__contact_item .phone svg{width:24px;height:24px;margin-right:12px;position:relative}
.footer__contact_item .email svg,.footer__contact_item .open_hours svg{width:24px;height:24px}
.footer__contact_item .email .email_icon,.footer__contact_item .phone .phone_icon{width:24px;height:24px;margin-right:12px;position:relative;display: block; background-size: contain; background-position: center;background-repeat: no-repeat;}
.footer__contact_item .open_hours,.footer__contact_item .open_hours p,.footer__contact_item .open_hours span{color:var(--second-company-text)!important;font-size:12px!important;font-weight:400!important}
.footer__contact_item .callback{border:1px solid;border-color:var(--second-company-text);color:var(--second-company-text);font-size:12px;height:auto;padding:5px 20px;margin:0}
.footer__contact_item .callback svg{width:16px;height:16px;margin-right:7px;position:relative;top:1px}
.footer__menu_item{margin-bottom:0}
.footer__content .footer__menu_item.closed{display:none}
.footer__content.opened .footer__menu_item.closed{display:block}
.footer__view_all{color:var(--second-company-text);font-size:12px;border-bottom:1px dashed;border-color:var(--second-company-text);text-decoration:none;display:inline-block;font-weight:600}
.footer__view_all:hover,.footer__view_all:focus{color:var(--second-company-text);border-color:transparent}
.footer__menu_link{position:relative;display:block;width:100%;text-align:left;-webkit-user-select:no-select;-moz-user-select:no-select;-ms-user-select:no-select;user-select:no-select;background:transparent;color:var(--boxed-text);font-weight:400;text-decoration:none;font-size:16px;transition:color .3s ease 0s;padding:6px 0;white-space:nowrap}
.subscribe_form__group,.notify_form__group{position:relative}
.subscribe__title{color:var(--second-company-text);font-weight:400;font-size:12px;margin:0 0 8px}
.notify_flex{flex-direction:column;gap:20px}
.subscribe_form__group .form__group--subscribe,.form__group_notify{width:100%;margin-bottom:0}
.social__link{width:45px;height:45px;border-radius:50rem;font-size: 28px;background-color:#ffffff;margin-bottom:0;color:var(--basic-company);position:relative;float:left;text-decoration:none;transition:all 300ms;display:flex;justify-content:center;align-items:center;box-shadow: 0px 4px 15px 0px #0009280F;}
.social__link:not(:last-child){margin-right:20px;}
.social__link svg{
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin: 0;
}
.sales_info_item{padding:30px 0 10px;border-top:1px solid #A5A5A5}
.sales_info_item .data_item,.total_cart_price .data_item{max-width:100%;white-space:nowrap}
.total_cart_price .cart_form_title{margin-bottom:0}
.total_cart_price .data_value{font-size:40px;font-weight:600}
.total_cart_price .personal_data_dash{top:-26px}
.total_cart_price .price--red{color:#FF5252}
.call_recipient{font-size:16px}
.btn_order_submit,.btn_feedback{width:100%;justify-content:center}
.btn_order_submit{width:45%}
.footer__payments{text-align:right}
.payments__list{position:relative;padding:0;margin:0;list-style:none;width:auto;text-align:right}
.contacts_info a:hover{color:var(--button-color)}
.payments__item{border:1px solid #dbdbdb;background-color:#fffdfd;height:32px;padding:0 5px;margin:0 0 0 5px;border-radius:4px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
.payments__item picture,.payments__item img{display:block;max-height:30px;min-width:30px}
.footer__copyright{background:#E3E3E3;padding:18px 0;margin-top:60px;}
.footer_menu{display:grid;grid-template-columns:repeat(1,1fr);}
.copyright_icons{display:flex;align-items:center;gap:20px;width:100%;max-width:40%;}
.copyright_icons img {display: block;width:100%;height:auto;}
.copyright_icons svg{height:auto!important;margin:0!important}
.footer__copyright a{text-decoration:none;color:var(--boxed-text);font-weight:700}
.footer_first_column{flex-direction:column;gap:30px}
.copyright svg{height:24px;width:auto;margin-left:5px}
.footer_slogan{font-size:16px;font-weight:400;max-width:240px;color:var(--boxed-text);line-height:1.3}
.shop_address_bottom ul{margin:0 0 0 20px}
.comparison_block__left{float:left;width:25%}
.comparison_block__products{width:100%!important;position:relative;margin:0;overflow:revert !important;contain:paint}
.swiper-wrapper.comparison_wrapper{z-index:9999;position:sticky;top:70px}
.cell{padding:17px 15px;line-height:1;font-size:16px;position:relative;font-weight:500}
.cell span{display:block}
.comparison_block__item .cell,.comparison_block__item .cprs_rating{text-align:center}
.cprs_rating{padding:17px 15px;font-size:16px;font-weight:500;height:50px}
.features_names_comp{background-color:var(--boxed-color);text-align:center;border:1px solid #D5D5D5}
.features_values_comp{background-color:#FBFBFB;text-align:center;border-left:1px solid #D5D5D5;border-right:1px solid #D5D5D5}
.rating_comparison .cprs_rating{border-bottom:1px solid #D5D5D5}
.tabs_block_comparison{margin-bottom:30px}
.compare_delete_btns{gap:40px}
.compare_controls{position:relative}
.compare_show a{font-size:16px;font-weight:400;color: var(--body-text);text-decoration:none;position:relative;display:flex;align-items:center;gap:8px}
.comparison_unique_btn {
    cursor: pointer;
    position: relative;
    transition: border-color .3s;
    border-radius: 2px;
    border: 1px solid #B4B4B4;
    display: block;
    height: 26px;
    left: 0;
    top: 0;
    width: 26px;
}
.unique svg{opacity: 0;}
.unique svg rect {fill: var(--button-color);}
.unique.active svg{opacity: 1;}
.unique.active  .comparison_unique_btn {border: none; }
.stock_label {
    min-width: 26px;
    max-width: 26px;
    min-height: 26px;
    max-height: 26px;
    margin-bottom: 0;
    position: relative;
}
.stock_input:checked ~ .stock_checkbox:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 8px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    left: 50%;
    top: 40%;
    z-index: 999;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.stock_input:checked ~ .stock_checkbox{border: none;background: var(--basic-company);}
.stock_checkbox {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 26px;
    max-width: 26px;
    min-height: 26px;
    max-height: 26px;
    border: 1px solid #A6A6A6;
    transition: 0.2s linear;
    border-radius: 5px;
    display: block;
    background: transparent;
    cursor: pointer;
}
.stock_input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0 !important;
    padding: 0;
    cursor: pointer;
}
.fn_switch_mobile_filter.switch_mobile_filter {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    max-width: 180px;
    width: 100%;
    font-weight: 400;
    border-radius: 5px;
    background: var(--basic-company);
    color: rgb(255 255 255 / 98%);
    text-decoration: none;
    cursor: pointer;
    position: relative;
    overflow: hidden !important;
    box-shadow: inset 0 0 0 1px transparent;
    transition: all .3s ease;
    flex-shrink: 0;
    padding: 0 26px;
    text-align: center;
    z-index: 2;
    border: none;
}
.compare_show a.active .comparison_unique_btn::before{opacity:1;visibility:visible}
.compare_show a span{line-height:1.6}
.compare_show .active{text-decoration:none}
.comparison_block__item .comparison_button{color: #fff;font-size:30px}
.comparison_block__item .fn_product_images{max-width:100%;border-radius:0}
.comparison_block__item .product_preview__bottom{display:none!important}
.comparison_block__item .product_preview_mini{min-height:200px;padding:10px;justify-content: center;}
.product_preview__image img {width: 100%;object-fit: contain;height: 85%;}
.product_preview__image_mini a{flex-direction:row;gap: 10px;}
.name_annotation{display:flex;flex-direction:column;width:70%}
.product_img_comp{width:75px}
.product_preview__image_mini img{max-width:75px;max-height:80px}
.product_preview__image_mini picture{height:80px}
.product_img_comp{border-radius:5px;background:#fff;border:1px solid #F6DADA}
.product_name_mini{padding:0;height:100%}
.product_preview_mini .product_preview__no_image{max-width:75px;max-height:80px}
.product_preview_mini .product_preview__no_image svg{max-width:55px;max-height:60px}
.product_preview_mini .product_preview__no_image .no_img_text{font-size:12px;margin-top:19px;text-align:center}
.product_preview__image_mini{flex-direction:column;gap:12px}
.product_center_bottom_mini{padding:0;margin:10px auto;flex-direction: row;}
.product_name_mini .product_preview__name_link{font-size:14px}
.product_name_mini .product_preview__annotation{height:32px;font-size:12px}
.product_preview__image_mini .product-page__sku,.product_preview__image_mini .product-page__sku .sku_nubmer{font-size:12px;line-height:1.7}
.product_preview__image_mini .comparison_button {
    padding: 2px;
    width: 20px;
    min-height: 20px;
    height: 20px;
    border: 1px solid #C60000;
    background: transparent;
}
.product_name_mini .product_preview__name_link {font-size: 14px;}
.product_preview__image_mini .product_preview_icons{top:0;right:0}
.product_preview_mini{visibility:visible;opacity:1;transition:all .3s}
.product_preview_mini.hidden{visibility:hidden;opacity:0}
.product_preview_normal.hidden{visibility:hidden;opacity:0;display: none;}
.product_preview_normal{visibility:visible;opacity:1;transition:all .3s;min-height: 480px;}
.block_comparison_values{margin-top:324px}
.comp_margin{margin-top:110px}
.product_list_mini .comparison_block__item{border-right:none}
.product_list_mini .product_item{height:fit-content!important}
.purchase__item{padding-bottom:16px;padding-top:16px;border-bottom:1px solid #D8D8D8;width:100%}
.last_step_purchases .purchase__item{border-bottom:1px solid #D8D8D8}
.purchase__image{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:0;-webkit-flex:0 0 100px;-ms-flex:0 0 100px;flex:0 0 100px;max-width:100px;border-radius:5px;height:100px;overflow:hidden;background-color:#fff;border:1px solid #D8D8D8}
.purchase__image img{display:block;height:100%;max-height:100px;width:100%;object-fit: contain;}
.purchase__image svg{width:100px;height:100px;color:#ECECEC}
.purchase__content{-webkit-box-flex:0;padding-left:15px;position:relative}
.purchase__name{display:flex;flex-direction:column;gap:10px;max-width:390px}
.purchase__name .purchase__name_link{color:var(--basic-company-text);line-height:22px;font-size:18px;transition:.3s;display:block;position:relative;font-weight:700;text-decoration:none}
.purchase__name span{font-size:14px;display:block;line-height:1;font-weight:400;color:#A5A5A5;line-height:18px}
.popup_purchase_sku{font-size:14px;font-weight:400;color:#121212;line-height:25px}
.purchase__group{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;flex-direction:column;margin-left:auto;gap:15px}
.purchase__group_title{font-size:11px;font-weight:400;color:gray;margin-bottom:5px}
.purchase__group_content{min-height:24px;font-size:28px;font-weight:700}
.order_boxeded .purchase__group_content,.last_step_purchases .purchase__group_content{min-height:1px;font-size:16px;gap:5px;font-weight:600;width:65px}
.order_boxeded .purchase__group_content{width:max-content}
.last_step_purchases .purchase__price_total .purchase__group_content{font-weight:700}
.order_boxeded .purchase__group,.last_step_purchases .purchase__group{flex-direction:row;margin-top:auto;margin-bottom:auto}
.last_step_purchases{max-width:800px;width:100%}
.purchase__price{color:var(--boxed-text);position: relative;}
.purchase__price .currency, .coupon__group {position:relative}
.purchase__price_total{color:var(--boxed-text);font-size:16px;font-weight:600}
.purchase__price_total .currency{font-size:11px;font-weight:600;position:relative;top:-10px}
.purchase__amount .amount{height:50px;max-width:115px}
/* .purchase__remove{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:0;right:0;width:20px;height:20px;color:red;border:1px solid;border-radius:50%}
.purchase__remove svg{width:14px} */
.coupon{padding:20px 0;border-bottom:1px solid #dbdbdb}
.coupon__title{font-size:16px;line-height:1.2;margin:0 0 15px;font-weight:600;color:var(--body-text)}
.form__button--coupon{border-radius:5px;cursor:pointer;border-top-left-radius:0;border-bottom-left-radius:0;font-size:16px;height:50px;width:auto!important;position:absolute;right:0;top:19px;border:none;background:var(--button-color);color:var(--second-company-text);transition:all .3s;line-height:32px;padding:0 10px}
.message_success_coupon{display:flex;justify-content:space-between;font-size:16px;font-weight:400;padding-top:20px;align-items:center}
.coupon svg{position:absolute;right:7px;top:31px}
.cart_info_item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:20px 0 0;flex-wrap: wrap;}
.before_coupon_price{font-size:25px;font-weight:600;color:#A5A5A5;position:relative}
.success_coupon_sale{font-weight:600;font-size:20px}
.coupon__group .form__group--coupon{width:100%}
.purchase_detail__item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:5px 0}
.purchase_detail__column_name{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%;    white-space: nowrap;}
.purchase_detail__name{font-size:16px;line-height:1.8;font-weight:400;color:var(--basic-company-text);text-align:left}
.purchase_detail__name--total{font-size:16px;font-weight:400;color:var(--basic-company-text)}
.purchase_detail__item:nth-child(3){border-bottom:1px solid #A5A5A5;padding-bottom:20px}
.popup_cart_content .purchase_detail__item{border-bottom:none;padding:16px 0 0;justify-content:right;gap:16px}
.empty_cart_description{font-size:16px;font-weight:400}
.empty_cart_description a{color:var(--basic-company-text)}
.empty_cart_description a:hover{color:var(--button-color);text-decoration:underline}
.purchase_detail__price{color:var(--basic-company-text);font-size:25px;font-weight:600;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.purchase_detail__price .currency{font-size:11px;font-weight:600;position:relative;top:-10px}
.purchase_detail__price i{background:var(--basic-company);padding:3px 5px;font-size:10px;font-weight:600;color:#fff;margin-right:10px;border-radius:4px;line-height:1;display:inline-block}
.purchase_detail__price--total{color: var(--basic-company);font-size:30px}
.purchase_detail_popup_total{margin-bottom:10px;text-align:center;font-size:22px;font-weight:600}
.detail_last_item{padding:20px 0}
.fn_purchases_wrap{max-width:1200px;width:100%}
.purchase_detail__price--total .price--red{color:var(--button-color)}
.purchase_detail__price--total .currency{font-size:30px;top:0}
.before_coupon_price .currency{font-size:25px;top:0}
.purchase_detail__price .price--red .currency{font-size:40px;top:0}
.before_coupon_price::after{border-bottom:1px solid #A5A5A5;content:"";left:0;position:absolute;top:45%;width:100%}
.block__popup_cart{width:100%;max-height:380px;overflow-y:auto;padding-right:10px}
.purchase_detail,.purchases--user{padding-left:40px}
/* .cart_order_placing{width:100vw;height:100vh;position:fixed;top:0;left:0;z-index:1000;overflow:auto;background:var(--bg)} */
.arrow_down_btn{margin-left:auto;width:40px;height:auto;justify-content:center;display:flex;align-items:center}
.arrow_down_btn.hidden{display:none}
.arrow_down_btn svg{transform:rotate(90deg);transition:all .5s}
.fn_switch1.active .arrow_down_btn svg,.fn_switch2.active .arrow_down_btn svg{transform:rotate(270deg)}
.success_item.hidden{display:none}
.next_step_btn.hidden{display:none}
.cart_logo{display:flex;width:100%;padding-bottom:20px;border-bottom:1px solid #D5D5D5;position:relative}
.cart_btn_goback{color:var(--basic-company-text);font-size:16px;font-weight:400;text-decoration:none;display:flex;height:100%;align-items:center;max-height:72px;gap:10px;transition:all .3s;cursor: pointer;}
.cart_body,.last_step_cart{display:flex;justify-content:space-between;margin-top:20px;gap:100px}
.last_step_cart.hidden{display:none}
.cart_form_description{font-size:16px;font-weight:400;padding-bottom:30px}
.cart_form_description a,.delivery__description a{color:var(--button-color)}
.cart_form_description a:hover,.delivery__description a:hover{color:#FF8383;text-decoration:underline}
/* .categories_nav li:hover > .categories_nav__subcategory{transform:translateX(0) translateZ(0px);visibility:visible;opacity:1;} */
.cart_body.hidden{display:none}
.phone_input_cart{position:relative}
.phone_input_cart svg{position:absolute;right:14px;top:31px}
.checkbox_cart{padding:15px 0;display:flex;gap:10px;align-items:center}
.another_recipient_text{font-size:16px;color:var(--basic-company-text);font-weight:400}
.another_recipient_form{display:grid;grid-template-columns:repeat(2,1fr);max-width:715px;width:100%;column-gap:15px}
.another_recipient_form input{border-color:#DCDCDC;background-color:#F9F9F9}
.another_recipient_form.hidden{display:none}
.cart_body_information{max-width:390px;width:100%;border-radius:10px;background:var(--boxed-color);border:1px solid #E2E2E2;box-shadow:0 6px 25px 0 #4C5D7D2E;height:fit-content;padding:30px 20px;position:sticky;top:85px}
.count_purchases_cart{font-size:16px;font-weight:400;color:var(--basic-company-text);padding-bottom:15px}
.cart_count{border-bottom:1px solid #D5D5D5}
.cart_body_forms{max-width:1070px;width:100%}
.cart_btn_goback:hover{color:var(--button-color)}
.cart_logo_link{position:relative}
.cart_logo_link img{display:block}
.payment_method__item,.delivery__item{margin-bottom:20px}
.delivery__item .select2-results__option[aria-disabled=true]{display:none}
.delivery__label{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}
.delivery__image{-webkit-box-flex:0;-webkit-flex:0 0 80px;-ms-flex:0 0 80px;flex:0 0 80px;max-width:80px;text-align:center;padding-left:3px}
.delivery__image img{display:block;margin:0 auto;max-height:30px}
.delivery_image_form img{display:block;margin:0 auto;max-height:30px}
.delivery__name{display:block;-webkit-box-flex:0;-webkit-flex:0 0 calc(100% - 80px);-ms-flex:0 0 calc(100% - 80px);flex:0 0 calc(100% - 80px);max-width:calc(100% - 80px);padding-left:5px;color:var(--body-text);font-size:14px;font-weight:500;line-height:1.2}
.delivery__label .checkbox__icon{top:calc(50% - 13px)}
.delivery__name_price{color:var(--body-text);font-style:italic;font-weight:600;white-space:nowrap}
.delivery__description{display:none;margin:10px 0 0 35px;padding:10px;font-weight:400;font-size:16px;line-height:1.3; color: #747474}
.delivery_name_form{padding-left:10px;font-size:16px;font-weight:400;color:var(--basic-company-text)}
.order_boxeded{max-width:100%;margin-top: 40px;}
table.order_details{min-width:auto}
.order_purchase_count{font-size:14px;font-weight:600;position:relative;width:30px;top:-3px;left:0;text-align:center}
.fn_deliveries_block,.fn_payments_block{padding-top:60px;padding-bottom:40px;border-top:1px solid #D5D5D5}
.form_cart_items{padding-bottom:40px}
.order_payment__description{margin:15px 0;padding:10px;border-left:4px solid #bcbcbc;background:#f7f7f7;border-radius:5px;font-weight:400;font-size:12px;color:#4a4a4a;line-height:1.3}
.order_payment__title{color:#222;line-height:1.2;font-size:14px;position:relative;font-weight:500}
.order_payment__name{font-weight:600;font-size:15px;margin-left:10px}
.order_payment__form{margin:5px 0}
.order_payment__button{cursor:pointer;font-size:12px;font-weight:500;color:var(--button-color);border:none;background:transparent;text-decoration:underline}
.order_payment__button:hover,.order_payment__button:focus{color:var(--button-color);text-decoration:none}
.order_payment__checkout .button{display:block;background-color:var(--button-color);text-align:center;white-space:nowrap;border-radius:5px;height:40px;line-height:38px;font-weight:400;cursor:pointer;user-select:none;padding:0 20px;font-size:14px;font-family:inherit;text-decoration:none;transition:all .3s ease-in-out;color:var(--basic-company-text)}
.order_payment__checkout .button:hover{background:var(--button-color-hover)}
.delivery__description p{margin-bottom:0}
.checkbox.active + .delivery__description{display:block}
.user_order_block{width:100%}
.order_bottom_text {
    background: #1eab5b0a;
    padding: 16px 30px;
    border-radius: 6px;
    color: #414141;
    font-size: 18px;
    max-width: 800px;
    margin-bottom: 30px;
}
.block_order_details{flex-direction:column;gap:30px}
.block-cart_details{background-color:var(--boxed-color);border-radius:5px;padding:30px}
.sidebar_order_status{display:flex;flex-direction:column;font-size:14px;font-weight:400;color:var(--basic-company-text)}
.order_status_name{line-height:1.7}
.order_checkbox{position:relative;width:24px;height:24px;border:2px solid #D5D5D5;border-radius:100%;transition:all .3s}
.order_status_item{display:flex;align-items:flex-start;gap:8px;padding-bottom:30px}
.order_status_item:last-child{padding-bottom:0}
.order_status_date{color:#A5A5A5}
.order_checkbox::after{content:'';position:absolute;width:2px;height:51px;top:21px;left:9px;bottom:-15px;background:#D5D5D5}
.order_status_item.active .order_checkbox::before{content:'';cursor:pointer;position:absolute;width:14px;height:14px;top:3px;left:3px;border:1px solid #2F9C08;background-color:#2F9C08;border-radius:100%}
.order_status_item:last-child .order_checkbox::after{display:none}
.order_status_item.active .order_checkbox{border-color:#2F9C08}
.order_status_item.active .order_checkbox::after{background-color:#2F9C08}
.profile{padding: 0 0 24px;border-bottom:1px solid #D5D5D5;margin-bottom:0}
.profile__image{-webkit-box-flex:0;-webkit-flex:0 0 60px;-ms-flex:0 0 60px;flex:0 0 60px;max-width:60px}
.profile__icon svg{width:60px;height:60px}
.profile__icon img{width:60px;border-radius:50%}
.profile__information{-webkit-box-flex:0;-webkit-flex:0 0 calc(100% - 60px);-ms-flex:0 0 calc(100% - 60px);flex:0 0 calc(100% - 60px);max-width:calc(100% - 60px);}
.tabs__link.profile__name{font-size:20px;font-weight:600;color:#6B6B6B;line-height:1.2;padding-top: 0;}
.profile__logout{margin:10px 0 5px}
.profile__logout a{font-size:12px;color:var(--button-color);font-weight:500;text-decoration:none}
.profile__logout a svg{width:18px;height:18px;margin-right:10px}
.user_tab__switch{position:relative;cursor:pointer}
.tabs--user .table_wrapper{max-height:inherit}
.user_tab__switch:after{width:8px;height:8px;border-right:2px solid;border-bottom:2px solid;border-color:#222;position:absolute;content:" ";top:calc(50% - 2px);right:20px;left:inherit;margin-left:10px;transform:rotate(-45deg);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.user_tab__switch.active::after{top:calc(50% - 3px);transform:rotate(45deg);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.button__logout{position:relative;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-decoration:none;position:relative;margin:0;border-bottom:none;cursor:pointer;text-decoration:none;padding:20px 0 0;color:#6B6B6B;font-size:16px;font-weight:400;min-height:40px;height:inherit;width:100%;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}
.button__logout svg{width:28px;height:28px;margin-right:15px}
.button__logout:hover{color: var(--basic-company-text);}
.user_orders_hidden{display:none}
.user_orders_hidden.fn_user_orders_show{display:table-row}
.fn_user_orders_switch{margin:auto;display:block;width:10px;padding:5px;height:10px;background-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.75 0C5.33582 0 5 0.335815 5 0.75V5.25H0.75C0.335815 5.25 0 5.58582 0 6C0 6.41418 0.335815 6.75 0.75 6.75H5V11.25C5 11.6642 5.33582 12 5.75 12C6.16418 12 6.5 11.6642 6.5 11.25V6.75H11.25C11.6642 6.75 12 6.41418 12 6C12 5.58582 11.6642 5.25 11.25 5.25H6.5V0.75C6.5 0.335815 6.16418 0 5.75 0Z' fill='%23030F4B'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-size:contain;background-position:center}
.fn_user_orders_active .fn_user_orders_switch{background-image:url("data:image/svg+xml,%3Csvg width='12' height='2' viewBox='0 0 12 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='1.75' width='1.5' height='12' rx='0.75' transform='rotate(-90 0 1.75)' fill='%23030F4B'/%3E%3C/svg%3E%0A")}
.order_details{list-style:none;margin:0;padding:0;flex-direction:column}
.features__wrap div{white-space:nowrap}
.user_counter{margin-left:auto;padding:7px;background:var(--bg);border-radius:5px;border:1px solid #EBE9E9;font-size:13px;font-weight:400;color:#6B6B6B;width:30px;text-align:center}
.menu_switcher{-webkit-box-flex:0;-webkit-flex:1 0 45px;-ms-flex:1 0 45px;flex:1 0 45px;position:relative;border-radius:4px}
.menu_switcher__heading,.go_back_user{cursor:pointer;font-size:16px;font-weight:500;justify-content:center;width:100%;background:var(--button-color);border-radius:4px;height:45px;}
.go_back_user{max-width:45px}
.go_back_user svg{color:#ffffff;transform:rotate(180deg)}
.menu_switcher__heading svg{height:25px;width:25px}
.to_top{position:fixed;z-index:999;left:2%;bottom:40px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;justify-content: center;width:45px;height:45px;cursor:pointer;visibility:hidden;color:var(--basic-company);border:1px solid var(--basic-company);border-radius:100%;background-color:#fff;opacity:0;-webkit-box-shadow:0 0 13px #001d4640;box-shadow:0 0 13px #001d4640;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:all .3s ease-in-out}
.to_top.show{visibility:visible;opacity:.8}
.to_top span {
    display: block;
    width: 29px;
    height: 30px;
    stroke: var(--basic-company);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/arrow-up.svg);
    transform: rotate(180deg);
}
.user_mobile_btn.main_button{margin-bottom: 30px;}
.fn_contacts_label.show{opacity:1;visibility:visible}
.fn_contacts_label{opacity:0;visibility:hidden;transition:all .3s}
.contacts_label{position:fixed;z-index:100;right:2%;bottom:47px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:60px;height:60px;cursor:pointer;color:var(--basic-company-text);border-radius:50%;background-color:var(--button-color);opacity:1;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:all .3s ease-in-out}
.contacts_label svg{position:absolute}
.contacts_box_info{flex-direction:column;position:fixed;background-color:var(--bg);width:100%;bottom:40px;max-width:264px;height:auto;border-radius:10px;padding:30px;right:130px;box-shadow:0 7px 20px 0 #4C5D7D33;opacity:0;visibility:hidden;transition:all .3s;z-index:9999;gap:20px}
.contacts_label::before,.contacts_label::after{content:'';position:absolute;border:1px solid var(--button-color);left:-20px;opacity:0;right:-20px;top:-20px;bottom:-20px;border-radius:50%;box-shadow:inset 0 0 20px var(--button-color);animation:2s ease-in-out 1s normal none infinite running pulse-btn-out}
.contacts_label::after{animation:2s ease-in-out 0s normal none infinite running pulse-btn-in}
@keyframes pulse-btn-out {
0%{transform:scale(0.5);opacity:0}
50%{opacity:1}
100%{transform:scale(0.8);opacity:0}
}
@keyframes pulse-btn-in {
0%{transform:scale(0.8);opacity:0}
50%{opacity:1}
100%{transform:scale(0.5);opacity:0}
}
.contacts_box_info.show{opacity:1;visibility:visible}
.contacts_box_info::after{content:'';display:block;position:absolute;width:25px;height:25px;right:-13px;bottom:25px;transform:rotate(45deg);background-color:var(--bg)}
.contacts_box_item a{color:var(--basic-company-text);font-size:16px;font-weight:600;text-decoration:none;gap:15px;transition:all .3s}
.contacts_box_item a:hover{color:var(--second-company-text)}
.contacts_box_item span{line-height:1}
.advantages__item{-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch}
.advantages__item:last-child{margin-bottom:0}
.advantages__preview{text-align:center;height:100%;color:#3a3a3a;background:#fff;border-right:1px solid;border-color:#dbdbdb;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
.advantages__item:last-child .advantages__preview{border:none}
.advantages__icon{max-width:65px;text-align:center;margin-bottom:5px}
.advantages__icon svg{width:55px;height:55px;color:var(--basic-company)}
.advantages__title{display:block;margin-top:5px;font-size:14px;font-weight:500;padding-left:0;max-width:150px;line-height:1.2;min-height:36px}
.not_found{width:900px;max-width:100%;text-align:center;margin:20px auto 40px}
.not_found__image{display:flex;justify-content:center;margin-top:75px;position:relative;width:600px;margin-left:auto;margin-right:auto}
.not_found__image .cat_icon{position:absolute;top:-199px;left:-100px;z-index:20}
.not_found__image .flowers_icon{top:-67px;left:18px;position:absolute;z-index:10;animation:8s linear forwards fall_down;width:183px;height:140px}
.not_found__image .flowers_icon svg{width:150px;height:187px}
@keyframes fall_down {
0%{transform:rotate(0deg);left:18px;z-index:30}
15%{z-index:1}
25%{transform:rotate(-90deg) translate(-260px,0px);z-index:1}
100%{transform:rotate(-90deg);left:-650px;top:550px;z-index:1}
}
.cat_eyes{opacity:0;animation:1.5s linear .3s forwards cat_eyes}
@keyframes cat_eyes {
0%{opacity:0}
50%{opacity:.5}
100%{opacity:1}
}
.hidden_cat_eyes{opacity:1;animation:1s linear forwards hidden_cat_eyes}
@keyframes hidden_cat_eyes {
0%{opacity:1}
50%{opacity:.5}
100%{opacity:0}
}
.not_found__image img{position:relative;top:72px;z-index:15}
.not_found__menu{text-align:center}
.not_found__description{font-size:16px;font-weight:400;width:100%;padding:60px 0;background:#EAF0DD;display:flex;flex-direction:column;align-items:center;position:relative;z-index:10}
.not_found__description h1{color:var(--basic-company-text);font-weight: 400;}
.not_found__description ul li{font-weight:400}
.not_found__description a{color:var(--svg-color)}
.not_found__description a:hover{color:var(--button-color)}
.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{display:none}
.purchase_discount__item{position:relative;margin-bottom:10px;padding-bottom:10px;text-align:left;border-bottom:1px solid #dbdbdb}
.purchase_discount__item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}
.purchase_discount__name{margin-bottom:10px;color:#222;line-height:1.2;font-size:14px;display:block;position:relative;font-weight:600}
.purchase_discount__group{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}
.purchase_discount__title{font-size:11px;font-weight:400;color:gray;margin-bottom:5px}
.purchase_discount__group_content{min-height:25px}
.purchase_discount__price_before{color:#222;font-size:16px;font-weight:600;padding-right:25px}
.purchase_discount__discount{padding-right:25px}
.purchase_discount__price_after{color:#00afee;font-size:16px;font-weight:600}
.purchase_discount__price_before .currency,.purchase_discount__price_after .currency{font-size:11px;font-weight:600;position:relative;top:-10px}
.purchase__price .price--red{color:#E50101}
.block_purchases{width:100%}
.last_step_right{background:var(--boxed-color);border-radius:10px;border:1px solid #E2E2E2;box-shadow:0 6px 25px 0 #4C5D7D2E;padding:30px;height:fit-content;width:100%;max-width:810px}
.client_info_item{padding-bottom:20px}
.client_info_item .cart_form_title{margin-bottom:15px}
.left_info{display:flex;gap:40px;max-width:840px;width:100%;flex-direction:column;height:68vh}
.order_btns_flex{gap:30px}
.order_page_images{position:absolute;width:100%;max-width:1170px;right:0}
.first_gif,.second_gif,.third_gif{position:absolute;left:30%;z-index:100;top:-60px;width:500px}
.second_gif{top:40px}
.order_complete{overflow:visible}
.third_gif{top:8px;left:32%}
.hand_order{top:-100px;right:0;position:absolute}
.order_id_cart{color:var(--second-company-text)}
.our_networks_cart{display:flex;gap:30px;color:var(--basic-company-text);font-size:18px;font-weight:500;align-items:center;margin-top:auto}
.our_networks_cart .social__link{background-color:#121212;margin-right:30px;margin-bottom:0;color:#fff}
.order_step_description{font-size:16px;font-weight:400;color:var(--basic-company-text)}
.num_of_order{font-size:18px;font-weight:500;color:var(--basic-company-text)}
.block_purchases .purchase__image,.order_boxeded .purchase__image{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:0;-webkit-flex:0 0 100px;-ms-flex:0 0 100px;flex:0 0 100px;max-width:100px;border-radius:10px;min-height:100px;overflow:hidden;background-color:#fff;border:1px solid #D8D8D8}
.order_boxeded .purchase__image{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:0;-webkit-flex:0 0 100px;-ms-flex:0 0 100px;flex:0 0 100px;max-width:100px;border-radius:10px;min-height:100px;overflow:hidden;background-color:#fff;border:1px solid #D8D8D8}
.order_boxeded .purchase__name_link{font-size:16px;line-height:1.3}
.order_boxeded .purchase__price_total,.last_step_purchases .purchase__price_total{margin-left:120px;display:flex;gap:5px}
.order_boxeded .purchase_detail__price{font-weight:400;font-size:16px}
.order_boxeded .purchase_detail__price.purchase_detail__price--total{font-weight:600;font-size:22px}
.order_boxeded .purchase_detail__item{white-space:nowrap}
.order_boxeded .features_dash{top: auto;
    bottom: -5px;margin:0 10px}
.block_purchases{display:flex;justify-content:space-between;gap:30px}
.block_purchases .purchase__content{display:flex;flex-direction:column;max-height:220px;height:fit-content;justify-content:space-between}
.order_boxeded .purchase__name{max-width:450px;gap:7px}
.block_purchases .purchase__item,.order_boxeded .purchase__item,.last_step_purchases .purchase__item{padding:20px 0}
.block_purchases .purchase__item:first-child,.order_boxeded .purchase__item:first-child,.last_step_purchases .purchase__item:first-child{padding:0 0 20px}
.block_purchases .purchase__remove{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;top:0;position:relative;border:none;box-shadow:0 2px 10px 0 #00095D1F;color:#fff;right:0;width:50px;height:50px;margin-left:130px;transition:all .3s}
.block_purchases .purchase__remove svg{width:24px;height:24px}
.block_purchases .product_preview_icons{position:relative;display:flex;flex-direction:row;gap:40px;top:0;right:0;z-index:2;width:fit-content}
.block_purchases .product_preview_icons a{width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:var(--svg-color);border:1px solid}
.block_purchases .disabled_wishlist{right:-12px;top:70px}
.block_purchases .disabled_wishlist.visible{right:-12px;top:70px}
.block_purchases .product_preview_icons a:hover{color:var(--second-company-text)}
.block_purchases .product_preview_icons a.selected{background-color:var(--button-color);color:#FBFBFB}
.purchase__old_price_content{font-size:16px;font-weight:500;color:#A5a5a5;display:flex;gap:10px}
.purchase_detail{max-width:400px;width:100%;background:#EDEDED;height:fit-content;border-radius:10px;border:1px solid #DEDEDE;box-shadow:0 6px 25px 0 #4C5D7D2E;padding:24px 34px;position:sticky;top:100px}
.order_boxeded .purchase_detail{max-width:400px;width:100%;height:fit-content;padding:24px 0;margin-left:auto;background:transparent;box-shadow:none;border:none;border-radius:0;position:relative;top:0}
.count_purchases,.contacts_title{font-size:20px;font-weight:600;color:var(--basic-company-text);padding-bottom:15px}
.contacts_description{font-size:16px;font-weight:400;color:var(--basic-company-text)}
.contacts_item{display:flex;border-top:1px solid #D5D5D5;gap:12px;padding:10px 0;font-size:16px;color:var(--basic-company-text);font-weight:400}
.contacts_info a{text-decoration:none;line-height:1.8}
.contacts_info p{margin:0}
.contacts_info p:first-of-type{margin-bottom:3px}
.contact_left_block .contacts_info p{color:#121212}
.pickup_time,.contacts_address{line-height:1.8}
.ya_map iframe{width:100%;height:100%;border-radius:5px;}
.ya_map {width: 100%;max-width: 846px;height: 535px;}
.contacts_info_title{font-weight:600;padding-bottom:12px}
.contacts_description{padding-bottom:15px}
.sidebar_order_details{max-width:40%;width:100%;margin-left:30px;border:1px solid #EBE9E9;height:fit-content;box-shadow:0 4px 24px 0 #4C5D7D26;border-radius:10px;padding:25px;position:sticky;top:100px}
.sidebar_details_title{font-size:16px;font-weight:600;color:var(--basic-company-text)}
.delivery_date{color:#2F9C08;font-weight:400;margin:10px 0 20px}
.old_price_content{position:relative}
.old_price_content::after{border-bottom:1px solid #A5A5A5;content:"";left:0;position:absolute;top:45%;width:100%}
.discount_tooltip{width:16px;height:16px;margin-left:3px;position:relative;top:-3px;color:#f65050;transition:all .3s}
.discount_tooltip svg{width:16px;height:16px}
.discount_tooltip:focus,.discount_tooltip:hover{color:#B10707}
.novaposhta_types_inputs{margin:20px 0}
.novaposhta_delivery .form-group{max-width:348px}
.novaposhta_redelivery_input{margin:20px 0 0}
select.error ~ .select2-container--default .select2-selection--single .select2-selection__rendered{color:#e74747!important}
select.error ~ .select2-container--default .select2-selection--single{display:block;border:1px solid #e74747!important}
.question_text{font-size:18px;color:var(--boxed-text);margin-bottom:0;font-weight:700;transition:all .3s ease;max-width: 90%;width: 100%;}
.category_name_faq{font-size: 42px;font-weight: 700;margin-bottom: 40px;}
.item_question.active{background-color: #FAFDEE;}
.item_question.active .question_text{color:var(--second-company-text)}
.see_more_plus{
    transition:all .3s ease;
    width: 65px;
    height: 65px;
    position: absolute;
    top: -15px;
    right: 16px;
    background: var(--button-color);
    border-radius: 50rem;
    border: 10px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item_question.active .see_more_plus{transform:rotate(180deg)}
.item_answer{font-size:16px;font-weight:400;color:var(--body-text);margin-bottom:0;padding:0 16px 24px;}
.faq_wrapper{margin:30px 0 120px;width:100%;max-width:680px}
.delivery_content{flex-direction:column;gap:10px;padding-top:15px}
.delivery_content_item{gap:12px}
.delivery_info{font-size:16px}
.payment_content{gap:10px}
.payment_content_item{width:80px;height:45px;background:var(--boxed-color);border-radius:5px}
.payment_content_item img{padding:10px}
.payment_item,.delivery_item{gap:24px}
.disabled_wishlist.visible{position:absolute;background:var(--basic-company-text);box-shadow:0 7px 17px 0 #4C5D7DA6;border-radius:10px;padding:20px;z-index:1;font-size:16px;top:60px;right:-123px;font-weight:400;width:310px;height:85px;display:block;white-space:normal;color:#D9D9D9}
.disabled_wishlist{position:absolute;background:var(--basic-company-text);box-shadow:0 7px 17px 0 #4C5D7DA6;border-radius:10px;padding:20px;visibility:hidden;z-index:1;opacity:0;font-size:16px;top:60px;right:-123px;font-weight:400;width:310px;height:85px;display:block;white-space:normal;color:#D9D9D9;transition:all .3s}
.disabled_wishlist.visible{visibility:visible;opacity:1}
.disabled_wishlist::before{content:'';position:absolute;width:0;height:0;border-top:30px solid #121212;border-right:30px solid #121212;transform:rotate(45deg);left:49.2%;top:-10px;z-index:1}
.fancybox-slide--image .fancybox-content{background:var(--boxed-color)!important;border-radius:5px}
.fn_wishlist_page .comparison_button{order:-1}
.wishlist_empty_page{margin-bottom:120px}
.wishlist_button__remove:hover, .comparison_button.selected.remove_link{box-shadow:0 3px 12px 0 #4C5D7D2B}
.subscribe_success{border-radius:10px;background-color:#fbfbfb;color:var(--basic-company-text);font-size:18px}
.one_variant_select{width:100%;height:50px;display:flex;align-items:center;background:#fff;border:1px solid #EBE9E9;border-radius:5px;justify-content:center;padding:10px;font-weight:400;color:var(--basic-company-text)}
.one_variant_select div{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}
.several_variants{width:100%;height:50px;display:flex;align-items:center;background:#fff;border:1px solid #EBE9E9;border-radius:5px;justify-content:space-between;padding:10px;font-weight:400;color:var(--basic-company-text)}
.several_variants svg{transform:rotate(90deg);width:15px;height:15px}
.variants_flex{display:flex;flex-wrap:wrap;gap:5px}
.product_variant_item{display:flex;flex-direction:column;height:140px;padding:20px 10px;border:1px solid #EBE9E9;border-radius:5px;font-size:14px;font-weight:400;color:var(--basic-company-text);align-items:flex-start;justify-content:center;gap:20px;max-width:215px;width:100%;transition:all .3s;cursor:pointer}
.form_variants_product{width:58%;display:flex;flex-direction:column;gap:30px}
.product_variant_item:hover{border:1px solid var(--basic-company-text)}
.variants_product_img{width:39%}
.popup_btns,.popup_prices{gap:20px}
.product_variant_item.selected{border:1px solid var(--basic-company-text)}
.category_tabs{overflow:hidden}
.p1::after{content:url(../images/title.svg);position:absolute;position:absolute;left:15px;top:44%}
.footer_column{width:100%;position:relative;padding: 0 15px;
flex-grow: 1;}
.footer_column:nth-child(1){padding: 0; padding-right: 20px;grid-column: span 2;}
.footer_column:nth-child(2){display: flex;padding: 0; padding-left: 20px;grid-column: span 2;}
.footer_column:last-child{padding: 0; padding-left: 20px;}
.footer_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    row-gap: 26px;
}
.footer_column .main_button{max-width: 228px;}
.block_callback {
    justify-content: flex-end;
    gap: 30px;
    align-items: center;
    width: 100%;
}
.footer_column_border {
    grid-column: span 4;
    background: #CECECE;
    height: 0.5px;
    width: 100%;
}
.footer__title_arrow {
    position: absolute;
    top: 0;
    cursor: pointer;
    transition: all .3s ease;
    width: 100%;
    height: 100%;
    text-align: right;
    left: 0;
}
.phones_list{display:flex;gap:12px;margin-bottom:0}
.phones_list svg{color:#fff;width:20px;height:20px;margin-right:12px}
.phones_list_right{gap:12px;display:flex;flex-direction:column}
.form_feedback_flex{gap:20px}
.categories_nav li:hover > .autocomplete-suggestions{display:none!important}
.product-page__img img{max-height:350px;height:100%; border-radius: 10px}
.product-page__img picture {display: flex;}
.features__wrap div.order_address{white-space:normal}
.about_us_wrapper{display:flex;align-items:flex-start;gap:26px;justify-content:space-between}
.about_us_body{width:100%;max-width:790px;}
.about_us_body .block__title{margin-bottom: 30px!important;}
.about_us_body .section_h1{font-size:44px;font-weight:700;line-height:60px;color:var(--body-heading);margin-bottom:40px}
.about_us_body .block__description{font-size:16px;line-height:24px;font-weight:400;position: relative;}
.about_us_body .block__description::before{
    content: ' ';
    width: 100%;
    height: 7rem;
    background: linear-gradient(180deg, rgba(247, 247, 247, 0) 0%, #F7F7F7 76.1%);
    position: absolute;
    bottom: -5px;
    left: 0;
}
.about_us_link{font-size:16px;line-height:22px;font-weight:700;text-decoration:none;color:var(--button-color);border-bottom:1px solid var(--button-color);transition:all .3s ease;display:block;margin-top:28px;width:max-content}
.about_us_image{position:relative;padding-left: 70px;}
.about_us_image img{z-index: 3;}
.about_us_image picture{display:flex;border-radius: 13px;overflow: hidden;}
.about_us_link:hover{border-bottom:1px solid transparent}
.section_advertising{display:flex;gap:26px;padding-bottom:120px}
.advertising_image,.advertising_image img{border-radius:10px;transition:all .3s ease-out!important}
.advertising_image:hover img{transform:scale(1.05)}
.advertising_image{position:relative;overflow:hidden;max-height:394px}
.banner_advertising_link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2222}
.product_block__body{margin:0 -10px}
.second-page .block__title{justify-content:flex-start}
.page_about_text{display:flex;flex-direction:column;gap:20px;max-width:760px}
.page_about_img{max-width:455px;max-height:455px}
.page_about_img picture{width: 100%;height: 100%;}
.page_about_img img{border-radius:10px;width: 100%;height: 100%;object-fit: cover;}
.page_about_content{display:flex;gap:30px;}
.page_about_preview{position:relative;transition:.3s;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;flex-direction:column}
.comparison_block__item .product_preview_mini .product_button_tab{padding:6px;min-width: 50px;}
.page{margin-bottom:100px}
.main-products .block__title{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px}
.main-products .block__more{color:#21293C;margin:20px auto 0;display:block;width:max-content;text-decoration:none;border-bottom:1px solid #21293C;font-weight:700}
.details_boxed__buttons .callback:hover{border-bottom:1px solid transparent;color:var(--basic-company)}
.swiper-buttons .swiper-button-prev,.swiper-buttons .swiper-button-next{background:#FFFFFF26;border:1px solid #FFF3;border-radius:5px;width:38px;height:38px}
.swiper-buttons .swiper-button-prev:hover,.swiper-buttons .swiper-button-next:hover{background:#D1660029;border:1px solid var(--svg-color)}
.swiper-buttons .swiper-button-next{right:100px}
.swiper-buttons .swiper-button-prev{left:100px}
.swiper-buttons .swiper-button-prev:after,.swiper-buttons .swiper-button-next:after{font-size:18px;color:var(--svg-color)}
.details_boxed__buttons .callback{font-size:16px;line-height:22px;font-weight:700;text-decoration:none;border-bottom:1px solid;height:auto;border-radius:0}
.fn_product_slide:not(.swiper-initialized) .swiper-wrapper{display:grid;grid-template-columns:repeat(5,20%);}
.fn_product_slide:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+6){display:none}
.fn_wishlist_page{position:relative;display: grid;grid-template-columns:repeat(5,20%);}
.product__sizes_slider .swiper-wrapper{padding-bottom: 0;}
.product_choose .product__sizes_slider::after {
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 100%);
    content: '';
    display: block;
    width: 4rem;
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.fn_articles_slide:not(.swiper-initialized) .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}
.fn_articles_slide:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+4) {display: none;}
.fn_cat_list:not(.swiper-initialized) .swiper-wrapper {display: grid;grid-template-columns: repeat(7, 1fr);}
.fn_cat_list:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+8) {display: none;}
.fn_comparison_products:not(.swiper-initialized) .swiper-wrapper {display:grid;grid-template-columns:repeat(5,20%);}
.fn_comparison_products:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+6) {display: none;}
@media (max-width: 1199px) {
    .fn_product_slide:not(.swiper-initialized) .swiper-wrapper{display:grid;grid-template-columns: repeat(4, calc(25%));}
    .fn_product_slide:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+5){display:none}
    .fn_comparison_products:not(.swiper-initialized) .swiper-wrapper {display:grid;grid-template-columns:repeat(4, calc(25%));}
    .fn_comparison_products:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+5) {display: none;}
    .fn_wishlist_page{display:grid;grid-template-columns: repeat(4, calc(25%));}
    .fn_articles_slide:not(.swiper-initialized) .swiper-wrapper {display: grid;grid-template-columns: repeat(3, 1fr);gap: 16px;}
    .fn_articles_slide:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+4) {display: none;}
    .fn_cat_list:not(.swiper-initialized) .swiper-wrapper {grid-template-columns: repeat(6, 1fr);}
    .fn_cat_list:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+7) {display: none;}
}

@media (max-width: 991px) {
.fn_product_slide:not(.swiper-initialized) .swiper-wrapper{display:grid;grid-template-columns: repeat(3, calc(33%));}
.fn_product_slide:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+4){display:none}
.fn_comparison_products:not(.swiper-initialized) .swiper-wrapper {display:grid;grid-template-columns:repeat(3, calc(33%));}
.fn_comparison_products:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+4) {display: none;}
.fn_wishlist_page {display:grid;grid-template-columns:repeat(3, calc(33%));}
.fn_articles_slide:not(.swiper-initialized) .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.fn_articles_slide:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+3) {display: none;}
.fn_cat_list:not(.swiper-initialized) .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}
.fn_cat_list:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+6) {display: none;}
}
@media (max-width: 767px) {
.fn_product_slide:not(.swiper-initialized) .swiper-wrapper{display:grid;grid-template-columns: repeat(2, calc(50%));}
.fn_product_slide:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+3){display:none}
.fn_comparison_products:not(.swiper-initialized) .swiper-wrapper {display:grid;grid-template-columns:repeat(2, calc(50%));}
.fn_comparison_products:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+3) {display: none;}
.fn_wishlist_page {display:grid;grid-template-columns:repeat(2, calc(50%));}
.fn_cat_list:not(.swiper-initialized) .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.fn_cat_list:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+5) {
    display: none;
}
}

@media (max-width: 575px) {
.fn_cat_list:not(.swiper-initialized) .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.fn_cat_list:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+4) {display: none;}
}

@media (max-width: 480px) {
.fn_articles_slide:not(.swiper-initialized) .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
}
.fn_articles_slide:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+2) {
    display: none;
}
.fn_cat_list:not(.swiper-initialized) .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.fn_cat_list:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+3) {
    display: none;
}
}
.fn_product_images:not(.swiper-initialized) .swiper-wrapper{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:0;gap:0}
.fn_product_images:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+2){display:none}
.faq_title{gap:40px;margin-bottom:40px; font-size: 16px;font-weight: 400;text-align: left;width: 100%;max-width: 460px;}
.faq_title_h2{font-size: 42px;font-weight: 700;}
.faq_description{max-width:464px;}
.product_sku{color:var(--boxed-text);font-size:16px;font-weight:400}
.wishlist_button {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    font-weight: 400;
    color: var(--boxed-text)!important;
}
.top_details_product{
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin: 24px 0;
    padding: 16px 20px;
    flex-wrap: wrap;
    gap: 16px;
    border: 1px solid #F4F4F4;
    background: #FFFFFFCC;
    box-shadow: 0px 4px 12px 0px #0100290A;
}
.product_page_choose_wrapper {display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap-reverse; row-gap: 24px;padding-bottom: 24px;margin-bottom: 24px;border-bottom: 1px solid #E1E1E1}
.product_sku svg{width:21px;height:21px;color:#5CB647;margin-left:12px;cursor:pointer;transition:all .3s ease}
.product_sku svg:hover{opacity:.6}
.features th{text-align:left;padding:16px 12px;background:#E3E8ED;font-size:18px;font-weight:700;color:#21293C}
.comments_list{margin-top:24px;}
.comment_form{box-shadow:0 4px 27px 0 #00154B2E;padding:30px;border-radius:10px;max-width: 1090px !important;}
.contacts_page{margin: 0 auto 100px;}
.close_fl.active{
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;height: 100%
}
.sidebar__header, .fn_selected_features, .fn_features {position: relative;z-index: 10}
.change_pass span {
    text-decoration: none;
    transition: all .3s;
    width: fit-content;
    font-weight: 600;
    font-size: 16px;
    color: var(--basic-company);
    cursor: pointer;
    transition: all .3s ease;
    position: relative;
    text-decoration: none;
    display: flex;
}
.change_pass span::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: var(--basic-company);
    transition: all .3s ease;
}
.change_pass span:hover {
    color: var(--boxed-text);
    text-decoration: none;
}
.change_pass span:hover::after {background: var(--boxed-text);}
.main_articles {background: #fff;}
.block__header_flex{
    display: flex;
    align-items: flex-end;
    margin-bottom: 50px;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}
.padding_bottom_main .block__header_flex{
    border-top: 1px solid #E1E1E1;
    padding-top: 80px !important;
}
.block__header{
   display: flex;
   align-items: flex-start;
   gap: 16px;
}
.main-products .block__header{margin-bottom: 20px;}
.block__title{gap: 30px;margin: 0;}
.main_news_text{
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
}
.fn_articles_slide.article_list {padding: 16px 16px 80px;}
.link{
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    color: var(--basic-company);
    border-bottom: 1px solid var(--basic-company);
    display: block;
    width: max-content;
    transition: all .3s ease;
}
.link:hover{color: #062F27;border-color: #062F27;}
.article_item .link{margin-top: 16px;margin-left: 6px;}
.section_advantages .block__title, .section_categories .block__title{margin-bottom: 60px;}
.product_preview_prices_wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.product__sizes_slider .swiper-slide {width: auto!important;}
.product_choose-input{display: none;}
.product_choose-item {
    font-size: 13px;
    font-weight: 400;
    color: #7C7C7C;
    padding: 6px 8px;
    border: 1.5px solid #C3C3C3;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 0;
    transition: all .3s ease;
    cursor: pointer;
    white-space: nowrap;
    user-select: none;
}
.product__sizes_slider .fn_variant:checked ~ .product_choose-item {color: var(--basic-company);border: 1.5px solid var(--basic-company);}
.product_variants_wrapper .fn_variant:checked ~ .product_choose-item {color: var(--basic-company);border: 1.5px solid var(--basic-company);}
.product_variant_title{
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-bottom: 2px;
}
.product_choose{margin-bottom: 12px;}
.product_page_choose_wrapper .product_choose{margin-bottom: 0;display: flex;flex-direction: column;align-items: baseline;flex-wrap: wrap;row-gap: 12px;}
.product_page_choose_wrapper .product_choose.hidden{display: none;}
.product_page_choose_wrapper .product_variant_title{margin-bottom: 0;margin-right: 16px;font-size: 16px;}
.filters_title{
    font-size: 30px;
    font-weight: 700;
    color: #7C7C7C;
    display: block;
    margin-bottom: 24px;
}
.category_items_wrapper{
    background-color: #F6F6F6;
    border-radius: 20px;
    padding: 20px 10px;
    margin-bottom: 24px;
}
.fn_category_slide.category_items{padding-bottom: 10px !important;}
.fn_category_slide:not(.swiper-initialized) .swiper-wrapper {display: grid;grid-template-columns: repeat(7, 1fr);}
.fn_category_slide:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+8) {display: none;}
@media only screen and (max-width : 1200px) {
.fn_category_slide:not(.swiper-initialized) .swiper-wrapper {grid-template-columns: repeat(6, 1fr);}
.fn_category_slide:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+7) {display: none;}
}
@media only screen and (max-width : 991px) {
.fn_category_slide:not(.swiper-initialized) .swiper-wrapper {grid-template-columns: repeat(5, 1fr);}
.fn_category_slide:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+6) {display: none;}
}
@media only screen and (max-width : 767px) {
.fn_category_slide:not(.swiper-initialized) .swiper-wrapper {grid-template-columns: repeat(4, 1fr);}
.fn_category_slide:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+5) {display: none;}
}
@media only screen and (max-width : 576px) {
.fn_category_slide:not(.swiper-initialized) .swiper-wrapper {grid-template-columns: repeat(3, 1fr);}
.fn_category_slide:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+4) {display: none;}
}
@media only screen and (max-width : 480px) {
.fn_category_slide:not(.swiper-initialized) .swiper-wrapper {grid-template-columns: repeat(2, 1fr);}
.fn_category_slide:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+3) {display: none;}
}
.second-page .featured_products .block__title{margin: 0;}
.filter__catalog_link span{
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.fn_fast_order_button {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: var(--basic-company);
    border-bottom: 1px solid;
}
.fn_fast_order_button:hover{border-color: var(--boxed-text);color: var(--boxed-text);}
.anchor_comments {font-size: 16px;font-weight: 600;line-height: 100%;gap: 12px;}
.comments_count {color: #5D5D5D;text-decoration: underline;font-weight: 600;}
.comments_count svg{height: 18px;width: 18px;display: block;margin-right: 6px;}
.dot {width: 6px;height: 6px;background: gray;border-radius: 50%;display: block;margin: 0 12px;}
.product_comments_wrapper {display: flex;align-items: center;justify-content: space-between;margin-bottom: 20px;flex-wrap: wrap;gap: 10px;}
.product_description_content{margin-bottom: 60px;}
.page_about_preview h1, .page_about_preview .h1{margin-bottom: 40px;}
.feedback_form_wrapper{display: flex;align-items: flex-start;gap: 60px;margin-top: 70px;}
.feedback_form_wrapper b{width: 100%;}
.feedback_form_wrapper .form--boxed{
    width: 100%;
    max-width: 460px;
    border-radius: 5px;
    box-shadow: 0px 4px 40px 0px #0002251A;
    border: 1px solid #F0F0F0;
    background-color: #ffffff;
    padding: 30px;
}
.feedback_form_wrapper .form__header{font-size: 30px;font-weight: 700;margin-top: 0;}
.feedback_form_wrapper .form__button {max-width: 100%;width: 100%;    justify-content: center;}
.tabs--user .sidebar{width: 330px;}
.fn_product_slide .swiper-pagination, .fn_articles_slide .swiper-pagination,
.mobile_button_second{display: none;}
.fn_cat_list .swiper-horizontal>.swiper-pagination-bullets, .fn_cat_list .swiper-pagination-bullets.swiper-pagination-horizontal{bottom: 30px;}
.product__sizes_slider {width: 100%; max-width: 100%;overflow: hidden;padding: 2px 0;position: relative;}
.feedback_subtitle {display: block;font-size: 14px;font-weight: 500;margin-bottom: 24px;}
.product_button_icon {
    width: 50px;
    height: 50px;
    display: block;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.add_cart_arrow {
    width: 18px;
    height: 18px;
    display: none;
    border-radius: 50%;
    background: #ffff;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 7px;
    right: 7px;
    border: 2px solid var(--button-color);
}
.add_cart_arrow.add_cart_arrow_open{display: flex;}
.icon_card_open{width: 24px;height: 24px;transform: translateX(-4px);}
.product-page__images:not(.swiper-initialized) .swiper-wrapper {display: grid;grid-template-columns: repeat(5, 1fr);gap: 16px;}
.product-page__images:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+6) {display: none;}

@media only screen and (max-width : 1200px) {
    .product-page__images:not(.swiper-initialized) .swiper-wrapper {grid-template-columns: repeat(4, 1fr);}
    .product-page__images:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+5) {display: none;}
}
@media only screen and (max-width : 991px) {
    .product-page__images:not(.swiper-initialized) .swiper-wrapper {
        grid-template-columns: repeat(6, 1fr);
    }
     .product-page__images:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+5) {
        display: block;
    }
     .product-page__images:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+6) {
        display: block;
    }
    .product-page__images:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+7) {
        display: none;
    }
}
@media only screen and (max-width : 768px) {
    .product-page__images:not(.swiper-initialized) .swiper-wrapper {
        grid-template-columns: repeat(5, 1fr);
    }
    .product-page__images:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+6) {
        display: none;
    }
}
@media only screen and (max-width : 576px) {
    .product-page__images:not(.swiper-initialized) .swiper-wrapper {
        grid-template-columns: repeat(4, 1fr);
          gap: 10px;
    }
    .product-page__images:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+5) {
        display: none;
    }
}
@media only screen and (max-width : 576px) {
    .product-page__images:not(.swiper-initialized) .swiper-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
    .product-page__images:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+4) {
        display: none;
    }
}
.product-page__images-item{
    width: 90px ;
    height: 70px;
}
li.custom-class {
    grid-column: span 6;
    height: 1px;
    background: #ffffff78;
    margin: 0;
}
.form_comment_center.d-flex.align-items-center {margin-bottom: 20px;}
::-webkit-scrollbar-track {background: rgb(236, 236, 236);width: 7px;border-radius: 20px;}
::-webkit-scrollbar-thumb {background-color: rgb(146, 146, 146);border-radius: 20px;}
::-webkit-scrollbar{border-radius: 20px;width: 7px;height: 7px;}
.sidebar::-webkit-scrollbar-track{background: rgb(236, 236, 236);border-radius:20px;width:6px;}
.sidebar::-webkit-scrollbar-thumb{background-color:#5D5D5D;width:6px;border-radius:20px;border:1px solid transparent;height: 10px;}
.search_features::-webkit-scrollbar{width:7px}
.search_features::-webkit-scrollbar-track{background: rgb(236, 236, 236);border-radius:20px;width:6px;}
.search_features::-webkit-scrollbar-thumb{background-color:#C3C3C3;width:6px;border-radius:20px;border:1px solid transparent;height: 10px;}
.breadcrumbs::-webkit-scrollbar{border-radius: 20px;height: 4px;}
.tabs_buttons::-webkit-scrollbar {width: 0px;height: 0px;background: transparent;}
.swiper_buttons {
    position: absolute;
    gap: 17px;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.swiper-btn-prev, .swiper-btn-next {
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 40px;
    padding: 0;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    outline: none;
    left: inherit;
    text-align: center;
    color: #5D5D5D;
    transition: all .3s ease-in-out 0s;
    border-radius: 5px;
    box-shadow: 0px 3px 15px 0px #0006250F;
    border: 1px solid #F3F3F3;
    transition: color .3s ease;
}
.category_items_container .swiper-btn-prev, .category_items_container .swiper-btn-next{position: absolute;width: 50px;}
.category_items_container .swiper-btn-prev{
    top: 0;
    background: var(--button-text);
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
}
.category_items_container .swiper-btn-next{
    top: 0;
    background: var(--button-text);
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
}    
.recommended_product_grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
}
.recommended_product_link {
    padding: 24px 20px;
    background: #fff;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    color: var(--body-text);
    border: 1px solid #F6F6F6;
    border-radius: 10px;
    box-shadow: 0px 4px 30px 0px #0600340F;
}
.recommended_product_item{display: flex;flex-direction: column;}
.recommended_product_ttl {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
    transition: color .6s ease;
}
.recommended_product_subttl{margin-bottom: 14px;}
.recommended_product_subttl_image {
    width: 274px;
    height: 248px;
    transform: translate(30px, 26px);
    overflow: hidden;
    border-top-left-radius: 170px;
    border-top-right-radius: 170px;
    border-bottom-left-radius: 170px;
}
.recommended_product_subttl_image img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 170px;
    border-top-right-radius: 170px;
    border-bottom-left-radius: 170px;
    transition: transform .6s ease !important;
}
.main_product {background: #fff;}
.block_advantages_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.banner_advantages_preview {flex-direction: column;}
.banner_advantages_icon {
    width: 72px;
    height: 72px;
    margin-bottom: 16px;
}
.banner_advantages_title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
}
.banner_advantages_description {max-width: 350px;text-align: center;}
.banner_advantages_preview:not(:last-child){border-right: 1px solid #E1E1E1;}
.banner_advantages_preview{padding: 20px;}
.block_promotion_grid{display: grid;grid-template-columns: repeat(2, 1fr);gap: 26px;}
.promotion_image {
    max-height: 440px;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.promotion_image img,
.promotion_image picture{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: all .5s ease !important;
}
.promotion_image:hover img{transform: scale(1.03);}
.section_about_us{position: relative;}
.section_about_us .block__description {max-height: 500px;overflow: hidden;}
.about_us_image {
    transform: translateX(20%);
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 60%;
    background-position: bottom right;
    background-repeat: no-repeat;
    z-index: 1;
    pointer-events: none;
}
.products_sort {width: max-content;position: relative;}
.select_arrow {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    width: 40px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    color: var(--basic-company);
}
.select_arrow_top {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10;
    width: 40px;
    height: 45px;
    display: flex; 
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    color: var(--basic-company);
}
.visible.select_arrow,.visible.select_arrow_top  {opacity: 1;visibility: visible;}
.select_arrow_top svg{
    transition: transform .3s ease ;
    position: relative;
    right: inherit;
    top: inherit;
}
.select_arrow_top.rotate svg{transform:rotate(-180deg);}
.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #aaa !important;
    border-radius: 1px !important;
    background: #fff;
    border: 1px solid var(--basic-company) !important;
    height: 50px !important;
    width: 100%;
    padding-left: 30px;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: var(--basic-company);
    margin-top: 0px;
    position: relative;
    border-radius: 5px !important;
}
.products_sort .select2-container--default .select2-selection--single{background: #F0FEF1 !important;}
.delivery__item .select2-container--default .select2-selection--single{padding-left: 0;}
.product_preview__variants .select2-container--default .select2-selection--single{height: 45px !important;padding-left: 0 !important;}
.calculator_variants .select2-container--default .select2-selection--single{height: 45px !important;padding-left: 0 !important;}
.calculator_variants .select_arrow_top {pointer-events: none;}
.product_preview__variants  .select2-container .select2-selection--single .select2-selection__rendered{padding-left: 12px !important;padding-right: 12px !important;}
.select2-container--default .select2-selection--single .select2-selection__arrow {display: none !important;}
/* .select2-search--dropdown {
    display: none !important;
} */
.select2-container {
   max-width: 250px !important;
   min-width: 250px !important;
    width: 100% !important;
}
.delivery__item  .select2-container {
   max-width: inherit !important;
   min-width: inherit !important;
    width: 100% !important;
}
.product_preview__variants .select2-container {
    max-width: 140px !important;
    min-width: 140px !important;
    width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--body-text) !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px !important;
}
.product_preview__variants  .select2-container--default .select2-selection--single .select2-selection__rendered{
        line-height: 45px !important;
}
.calculator_variants  .select2-container--default .select2-selection--single .select2-selection__rendered{
        line-height: 45px !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--basic-company) !important; 
    color: #ffffff !important;
}
.products_header {
    background: #1C3C28;
    padding: 18px 2px;
    border-radius: 10px;
    color: white;
    font-size: 14px;
    margin-bottom: 12px;
}
.products_header_grid, .product_grid {
    display: grid;
    grid-template-columns: 7% 24% 14% 10% 6% 10% 7% 12% 10%;
    align-items: center;
}
.products_header_grid .product_th {
    display: flex;
    flex-direction: column;
    align-content: center;
    width: max-content;
    align-items: center;
}
.table_form {
    border: 1px solid #E8E8E8;
    border-radius: 10px;
    padding: 10px 2px;
    background: white;
    margin-bottom: 10px;
    transition: all .3s ease;
    position: relative;
}
.products_header_grid > *, .product_grid > * {padding: 0 10px;}
.product_grid .currency{display: none;}
.table_ttl {
    display: none;
    font-size: 12px;
    color: #6d6d6d;
    margin-bottom: 6px;
}
.product_td_image {
    display: block;
    width: auto;
    height: 80px;
}
.product_td_image img,
.product_td_image svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product_td__name {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #191919;
}
.product_td__prices .price {
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
}
.product_preview__variants{
    position: relative;
    width: max-content;
}
.product_td__sku {
    display: flex;
    align-items: center;
    font-size: 14px;
    gap: 6px;
    cursor: pointer;
}
.product_td__sku svg{
    color: var(--basic-company);
    width: 18px;
    height: 18px;
}
.product_td__sku span{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    max-width: 80px;
}
.product_td__rrs, .product_td__stock{font-size: 14px;}
.select2-results__option, .product_preview__variants  .select2-container--default .select2-selection--single .select2-selection__rendered {font-size: 14px !important;}
.filter_panel {
    margin: 24px 0 40px 0;
    display: grid;
    grid-template-columns: 250px 1fr 200px;
    gap: 60px;
    align-items: center;
}
.filter_in_stock_btn {
    display: flex;
    align-items: center;
    gap: 10px;
}
.sidebar_custom {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: -320px;
    width: 320px;
    max-width: calc(100vw - 50px);
    height: 100vh;
    display: block;
    padding: 45px 12px 12px;
    overflow-y: auto;
    transition: 0.3s;
    background: #ffffff;
}
.sidebar_custom  .sidebar__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    transition: .3s;
    color: var(--basic-company-text);
    margin-bottom: 30px
}
.sidebar_custom.opened {
    left: 0;
    overscroll-behavior: none;
    box-shadow: 20px 0 11px 0 #a7a7a71f;
}
.sidebar_custom .sidebar__header.opened {
    right: 5px;
    z-index: 5;
}
body.opened:after {
    background: rgba(0, 0, 0, 0.6);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.sidebar__header h2, .sidebar__header .h2 {
    font-size: 33px;
    color: #272727;
    font-weight: 600;
}
.fn_switch_mobile_filter.sidebar__header--close {
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.fn_switch_mobile_filter.sidebar__header--close svg{
    width: 100%;
    height: 100%;
    color: #6E6E6E;
}
.category__description_flex {display: flex;}
.category__description {
    width: 100%;
    max-width: 780px;
    position: relative;
    z-index: 10;
}
.image-overlay-wrapper {
    aspect-ratio: 652 / 692;
    z-index: 8;
    width: 100%;
    height: 100%;
    display: block;
    max-width: 652px;
    position: sticky;
    top: 85px;
    border-radius: 4px;
}
.image-bg {
    background-image: url(../images/square_bg.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
}
.block__description  .image-overlay {
  position: relative;
    width: 100%;
    height: 100% !important;
    pointer-events: none;
    margin: 0;
    border-radius: 0;
}
.background_white{background: #fff;}
.page_subttl{max-width: 700px;}
.features_search {position: relative;}
.search_features_inp {
    width: 100%;
    border: 1px solid #C3C3C3;
    border-radius: 5px;
    background: #FFFFFFFA;
    color: #C3C3C3;
    height: 45px;
    padding: 8px 12px;
    font-size: 14px;
}
.search_features {
    max-height: 225px;
    overflow-y: auto;
    margin-top: 12px;
}
.search_remove {
    position: absolute;
    right: 4px;
    top: 13px;
    cursor: pointer;
}
.nothing_found {
    font-size: 12px;
    color: #ff6464;
}
.search_remove svg{
    width: 24px;
    height: 24px;
    vertical-align: middle;
}
.search_remove:hover svg{color: red;}
.search_remove svg{transition:color .3s ease;}
.product_ordering_items {
    display: flex;
    border: 1px solid #E1E1E1;
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 40px;
    gap: 20px;
}
.product_ordering_item {width: 50%;}
.product_ordering_name {
    font-size: 20px;
    font-weight: 600;
    color: #5D5D5D;
    margin-bottom: 16px;
    display: flex;
    gap: 10px;
}
.product_ordering_info ul {margin-bottom: 0;}
.product_ordering_info ul li:last-child{margin: 0;}
.product_files_wrp {margin-top: 40px;}
.product_files {gap: 10px;}
.product_files .main_button {gap: 6px;}
.page__heading {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fn_variant_unit {
    font-size: 18px;
    font-weight: 600;
    color: #5D5D5D;
}
.calculator_text{
    margin-bottom: 20px; 
    max-width: 440px;
    text-align: left;
}
.calculator_variants {
    position: relative; 
    width: 100%;
}
.calculator_variants .select2-container {
    max-width: 100% !important;
    min-width: 100% !important;
    width: 100% !important;
}
.calculator_variants .select2-container .select2-selection--single .select2-selection__rendered {text-align: left;}
.calculator_variants .form__input {
    height: 45px;
    display: block;
    width: 100%;
    max-width: 100%;
    width: 100%;
}
.nav-close_btn {
    padding: 20px 0;
    font-size: 16px;
    padding: 0 10px;
    display: flex;
    margin-top: 20px;
    height: max-content;
    height: 48px;
    align-items: center;
    justify-content: center;
}
.nav-close_btn a {
    background: #ffffff;
    color: var(--basic-company);
    font-weight: 600;
    border: 1px solid var(--basic-company);
    text-align: center;
    border-radius: 10px;
    padding: 12px 20px;
    text-decoration: none;
    width: 100%;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}