header{
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    z-index: 999;
    position: sticky;
    top: -50px;
    left: 0;
}
header.active{
        box-shadow: 0px 3px 18px 0px #79532C33;
}
.header__bottom,
.header__center,
.header__top{position: relative;}

.header__top{
    background: #F7F0E8;
    color: #fff;
    /* padding: 2px 0; */
    height: 50px;
    transition: all .3s
}
.top_flex {
    height: 50px
}
.header__center{
    background-color: var(--bg);
    color: var(--body-text);
    /* padding: 15px 0; */
}
.header__bottom,
.fn_header__sticky{
    background: #4E0808;
    color: var(--second-company-text);
    padding: 0;
    height: 60px;
}
.header__bottom.fixed {
    position: fixed;
    top: 0;
    z-index: 9999
}
.header_informers_right {
    position: fixed;
    display: flex;
    flex-direction: column;
    right: 0;
    top: 42%;
    box-shadow: -2px 0px 14px 0px #02002414;
    background: #FFFFFF;
    border-radius: 10px 0 0 10px;
}
.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__item:first-child {
    padding-left: 0;
}
.header_informers__item:last-child {
    padding: 0;
}
.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 .informer_name {
    display: none;
}
.comparison_item {
    margin-bottom: 0 !important;
}
.switcher__item{
    position: relative;
    padding: 1px 10px;
    white-space: nowrap;
}
.switcher__name{
    padding: 0;
    cursor: pointer;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
}
.switcher__hidden{
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    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 #C60000;
}
.switcher__link{
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    color: #A5A5A5;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s;
    border: none;
    width: 100%;
    background: none;
}
.switcher__visible.active{
    color: #C60000;
    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;
}
.callback{
    position: relative;
    padding: 0 10px;
    border-radius: 3px;
    margin-left: 5px;
    line-height: 1;
    height: 25px;
    font-size: 13px;
    text-decoration: none;
    font-weight: 400;
    border: 1px solid transparent;
    color: var(--second-company-text);
    margin-right: 10px;
}
.callback svg{
    width: 18px;
    height: 18px;
    margin-right: 7px;
    position: relative;
    top: 1px;
}
.header__logo {
    -webkit-box-flex: 0;
    max-width: fit-content;
}
.logo__link{
    position: relative;
    display: block;
    /* padding-right: 30px; */
    height: fit-content;
}
.logo__link img,
.logo__link svg{
    display: block;
    max-height: 100%;
    max-width: 300px;
}
.header-contact{
    height: 50px;
    position: relative;
    width: 100%;
    max-width: 225px;
    min-width: 240px;
}
.header-contact__inner{
    padding: 15px 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{
    margin-right: 10px;
    line-height: 1;
    color: #2A2928
}
.header-contact__item svg{
    color: #545353;
}
.header-contact__item .dottes_icon {
    position: absolute;
    top: 0;
    right: -10px;
}
.header-contact__section .dottes_icon {
    margin-right: 0;
    margin-left: 10px
}
.header-contact__inner:hover .dottes_icon {
    display: none
}
.header-contact--phone,
.header-contact--email,
.header-contact--time{
    position: relative;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    margin-bottom: 13px;
    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__item--visible.header-contact--phone a,
.header-contact--phone a,
.header-contact--email a,
.header-contact--time{
    text-decoration: none;
    color: var(--body-text);
}
.header_informers__item{
    position: relative;
    cursor: pointer;
    min-width: 70px;
    transition: .3s;
    color: var(--second-company-text);
    height: 100%;
}
.header_informers {
    margin-left: auto;
}
.header_informers__link{
    color: var(--basic-company-text);
    text-decoration: none;
    flex-direction: column;
    max-width: 185px;
    width: 100%;
    transition: all .3s ease;
    padding: 0 30px;
}
.counter_wrp {
    position: relative;
}
.header_informers__item .compare_counter, 
.header_informers__item .wishlist_counter, 
.header_informers__item .cart_counter, 
.header_cart__item .cart_counter {
    border-radius: 50%;
    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;
    background: var(--button-color);
    border: 3px solid #ffffff;
    color: #ffffff;
}
/* .hc-nav-trigger.hc-nav-1 {
    display: flex !important;
} */
.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;
}
.nav-close_btn a {
    background: #ffffff;
    color: var(--basic-company);
    font-weight: 600;
    border: 1px solid var(--button-color);
    text-align: center;
    border-radius: 5px;
    padding: 12px 20px;
    text-decoration: none;
    width: 100%;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.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;
}
.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: 100%;
    position: absolute;
    text-align: center;
    right: 0;
    top: 0;
    width: 50px;
    border: none;
    background:  transparent;
    color: var(--second-company-text);
    transition: all 0.3s;
}
.search__button svg {
    width: 20px;
    height: 20px;
    color: #A5A5A5;
}
.header__bottom_panel{position: relative; height: 70px}
.catalog_button {
    -webkit-box-flex: 0;
    -webkit-flex: 1 0 330px;
    -ms-flex: 1 0 330px;
    flex: 1 0 330px;
    max-width: 330px;
    position: relative;
    margin: 0;
    border-radius: 0;
}
.catalog_button__heading {
    position: relative;
    cursor: pointer;
    font-size: 22px;
    font-weight: 600;
    justify-content: center;
    gap: 40px;
    width: 100%;
    background: var(--second-company);
    color: #4E0808;
    border-radius: 0px;
    height: 100%;
}
.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: 7px}
.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{
    background: #fff;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    transition: all .3s;
    width: 250px;
    z-index: 10;
    height: fit-content;
    opacity: 1;
    visibility: visible;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);

}
.categories_nav .categories_nav__menu{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    max-width: 100%;
    background: var(--bg);
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.fn_catalog_menu.hidden {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
}
.categories_nav .categories_nav__menu .categories_menu__item{margin: 0; padding: 7px 0}
.categories_menu__item:hover .categories_nav__menu {
    background: #fff;
}
.categories_nav .level_2 .categories_menu__link {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}
.categories_nav .level_2 .subcategory {
    display: flex;
    flex-wrap: wrap;
    column-gap: 118px;
    margin: 0 auto;
    row-gap: 0;
}
.categories_nav .level_2 .subcategory .categories_menu__item {
    max-width: 100%;
}
.categories_nav .level_2 .subcategory {
    width: 100%;
    align-items: flex-start;
    padding: 30px 20px;
    z-index: 100
}
.categories_nav .categories_nav__subcategory {
    position: absolute;
    top: 0;
    height: auto;
    z-index: -4;
    visibility: hidden;
    opacity: 0;
    width: auto;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateX(330px) translateZ(0px);
    transform: translateX(330px) translateZ(0px);
    -webkit-transition: -webkit-all .3s ease-in-out;
    transition: -webkit-all .3s ease-in-out;
    transition: all .3s ease-in-out;
    transition-delay: 0s, 0s;
    -webkit-transition-delay: .15s;
    background-color: #fff;
}
.categories_nav .categories_menu,
.categories_nav .subcategory {
    height: auto;
    padding: 30px 0 ;
    display: flex;
    flex-direction: column;
    max-height: 500px;
    margin: 0
}
.categories_menu:not(.scroll)  {overflow: hidden;}

.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
}
.categories_nav .categories_menu__link {
    padding: 10px 10px;
    position: relative;
    transition: .3s;
    text-decoration: none;
    color: var(--body-text);
    line-height: 1.2;
    font-size: 18px;
    font-weight: 400;
    min-height: 29px;
    white-space: nowrap;
}
.categories_menu__link{
    color: var(--body-text);
    text-decoration: none;
    position: relative;
}
.categories_nav .categories_menu__link .categories_menu__icon {
    height: 30px;
    width: 30px;
    margin-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30px;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    max-width: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}
.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: absolute;
    right: 13px;
    top: calc(50% - 5px);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: .3s;
    width: 12px;
    height: 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 15px;
    -ms-flex: 0 0 15px;
    flex: 0 0 15px;
    max-width: 15px;
}
.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 {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
}
.categories_nav .subcategory .categories_menu__item{
    background: transparent;
    position: static;
}
.categories_nav .level_3 .subcategory{
    display: none!important
}
.bottom_categories {
    padding: 17px 0 37px;
}
.categories_nav .level_3 .subcategory .categories_menu__item{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 0px 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    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;
    background: #fff;
    height: 100%;
    text-align: center;
    max-width: 336px
}
.categories_nav .level_3 .subcategory .categories_menu__item .categories_menu__link{
    height: 100%;
    background: #fff;
    width: 100%;
    padding: 2px 0
}
.categories_nav .level_3 .categories_menu__link {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.categories_nav .level_3 .subcategory .categories_menu__item .categories_menu__image{
    height: 100px;
}
.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;
}
.scroll{
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.hover_scroll {
    position: absolute;
    left: 0;
    height: 60px;
    width: 100%;
    opacity: 1;
    transition: all 300ms;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    margin: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) -6.57%, #FFFFFF 91.24%);
}
.hover_scroll.hover_scroll_up {
    top: 0;
    transform: rotate(180deg);
}
.hover_scroll:hover::before {
    background-color: #4E0808;
}
.hover_scroll:before {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    position: absolute;
    width: 60px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 90px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    color: #FFFFFF;
    background-color: #C60000;
    bottom: 5px
}
.hover_scroll.hover_scroll_up:before {
    transform: rotate(180deg);
}
.hover_scroll.hover_scroll_up:before {
    content: "\f106";
}
.hover_scroll.hover_scroll_down {
    bottom: 0;
}
.main_banner{
    width: 100%;
    margin: 24px 0 0;
    height: 590px!important;
}
.main_banner .banner_group__item{
    height: 100%; 
    border: none;
    border-radius: 10px; 
}
.fn_banner_main:not(.swiper-container-initialized) .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

@media (max-width : 1440px){
     .fn_banner_main:not(.swiper-container-initialized) .swiper-wrapper {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }
    .fn_banner_main:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide {
        flex: 0 0 calc(100% / 2.5);
    }
    .fn_banner_main:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide:nth-child(n+4) {
        display: none;
    }
}
@media (max-width :1200px){

    .fn_banner_main:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide {
        flex: 0 0 calc(100% / 2);
    }
    .fn_banner_main:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide:nth-child(n+3) {
        display: none;
    }
}
@media (max-width : 768px){

    .fn_banner_main:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide {
        flex: 0 0 calc(100% / 1.5);
    }
    .fn_banner_main:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide:nth-child(n+3) {
        display: none;
    }
}
@media (max-width : 567px){

    .fn_banner_main:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide {
        flex: 0 0 calc(100% / 1);
    }
    .fn_banner_main:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide:nth-child(n+2) {
        display: none;
    }
}

.fn_banner_main:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+4) {
    display: none;
}
.main_banner .banner_group{margin-bottom: 0;
    height: 590px;
    display: flex;
    flex-direction: row;
    gap: 24px;
    z-index: 0
}

.main {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
}
.sidebar{
     width: 360px;
     position: relative;
     float: left;
 }
 .products_sidebar {
    position: sticky;
    top: 90px
 }
 .sidebar_blog {
    width: 610px;
     position: relative;
 }
.sidebar--right{
    float: right;
}
.sidebar__boxed{
    background: var(--bg);
    color: var(--boxed-text);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    display: block;
    z-index: 1;
    padding: 30px 15px;
    margin-bottom: 15px;
}
.sidebar__boxed--user {
    background: var(--boxed-color);
    color: var(--boxed-text);
    border-radius:5px;
    display: block;
    z-index: 1;
    padding: 30px 20px;
    margin-bottom:0px;
}
.sidebar_blog .sidebar__boxed {
    padding: 30px 10px;
    background: var(--boxed-color);
    box-shadow: none;
    border-radius: 10px;
    border: 1px solid #EBE9E9;
}
.sidebar__boxed--subscribe{
    background: #1b84ec;
    color: #fff;
    padding: 30px 15px 30px;
    position: relative;
}
.sidebar__boxed--subscribe:before{
    content: '';
    opacity: 0.15;
    position: absolute;
    top: -6px;
    left: 15%;
    width: 180px;
    height: 180px;
    background-size: contain;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48ZyB0cmFuc2Zvcm09Im1hdHJpeCgtMSAwIDAgMSA1MTIgMCkiPjxnPgoJPGc+CgkJPHBhdGggZD0iTTUwNi45NTUsMS4zMTRjLTMuMTE5LTEuNzgtNi45NTUtMS43NS0xMC4wNDUsMC4wNzhMMzEzLjY1NiwxMDkuNzU2Yy00Ljc1NCwyLjgxMS02LjMyOSw4Ljk0My0zLjUxOCwxMy42OTcgICAgYzIuODEsNC43NTMsOC45NDIsNi4zMjgsMTMuNjk3LDMuNTE4bDEzMS40ODItNzcuNzQ5TDIxMC40MTEsMzAzLjMzNUw4OC42MDMsMjY2LjA2OWwxNTguOTY1LTk0ICAgIGM0Ljc1NC0yLjgxMiw2LjMyOS04Ljk0NCwzLjUxOC0xMy42OThjLTIuODEtNC43NTMtOC45NDMtNi4zMy0xMy42OTctMy41MThMNTguOTEsMjYwLjM5MmMtMy40MSwyLjAxNy01LjMwOSw1Ljg1Ni00Ljg0LDkuNzkxICAgIHMzLjIxNiw3LjIyMSw3LjAwNCw4LjM4bDE0NS40NjksNDQuNTA0TDI3MC43Miw0MzkuODhjMC4wNjcsMC4xMjEsMC4xMzYsMC4yMjMsMC4yMDcsMC4zMTRjMS4wNzEsMS43ODYsMi42NzYsMy4yNDUsNC42NzgsNC4wODcgICAgYzEuMjUzLDAuNTI3LDIuNTcsMC43ODQsMy44NzgsMC43ODRjMi41NjMsMCw1LjA4Ni0wLjk4Niw2Ljk5MS0yLjg0OWw3My43OTQtNzIuMTJsMTM4LjgwNiw0Mi40NjYgICAgYzAuOTYsMC4yOTMsMS45NDUsMC40MzgsMi45MjUsMC40MzhjMi4xMTYsMCw0LjIwNi0wLjY3Miw1Ljk0OC0xLjk2MUM1MTAuNDk2LDQwOS4xNTMsNTEyLDQwNi4xNyw1MTIsNDAzVjEwICAgIEM1MTIsNi40MDksNTEwLjA3NCwzLjA5Myw1MDYuOTU1LDEuMzE0eiBNMjcxLjI2NSwzMjkuMjNjLTEuMTU4LDEuNjczLTEuNzc5LDMuNjU5LTEuNzc5LDUuNjk0djYxLjE3MWwtNDMuODIzLTc5Ljc2NSAgICBsMTkzLjkyMS0yMDEuMjFMMjcxLjI2NSwzMjkuMjN6IE0yODkuNDg2LDQxMS4zMDl2LTYyLjg2N2w0OC45OSwxNC45ODhMMjg5LjQ4Niw0MTEuMzA5eiBNNDkyLDM4OS40ODNsLTE5Ni40OTktNjAuMTE2ICAgIEw0OTIsNDUuNzA0VjM4OS40ODN6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiNGRkZGRkYiIGRhdGEtb2xkX2NvbG9yPSIjMDAwMDAwIj48L3BhdGg+Cgk8L2c+CjwvZz48Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0xNjQuNDIzLDM0Ny41NzdjLTMuOTA2LTMuOTA1LTEwLjIzNi0zLjkwNS0xNC4xNDMsMGwtOTMuMzUyLDkzLjM1MmMtMy45MDUsMy45MDUtMy45MDUsMTAuMjM3LDAsMTQuMTQzICAgIEM1OC44ODIsNDU3LjAyNCw2MS40NDEsNDU4LDY0LDQ1OHM1LjExOC0wLjk3Niw3LjA3MS0yLjkyOWw5My4zNTItOTMuMzUyQzE2OC4zMjgsMzU3LjgxNSwxNjguMzI4LDM1MS40ODMsMTY0LjQyMywzNDcuNTc3eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojRkZGRkZGIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCI+PC9wYXRoPgoJPC9nPgo8L2c+PGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNDAuMDcxLDQ3MS45MjhjLTMuOTA2LTMuOTAzLTEwLjIzNi0zLjkwMy0xNC4xNDIsMC4wMDFsLTIzLDIzYy0zLjkwNSwzLjkwNS0zLjkwNSwxMC4yMzcsMCwxNC4xNDMgICAgQzQuODgyLDUxMS4wMjQsNy40NDEsNTEyLDEwLDUxMnM1LjExOC0wLjk3Nyw3LjA3MS0yLjkyOWwyMy0yM0M0My45NzYsNDgyLjE2Niw0My45NzYsNDc1LjgzNCw0MC4wNzEsNDcxLjkyOHoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6I0ZGRkZGRiIgZGF0YS1vbGRfY29sb3I9IiMwMDAwMDAiPjwvcGF0aD4KCTwvZz4KPC9nPjxnPgoJPGc+CgkJPHBhdGggZD0iTTE0Mi42NDksNDk0LjM0Yy0xLjg1OS0xLjg2LTQuNDM5LTIuOTMtNy4wNjktMi45M2MtMi42NDEsMC01LjIxLDEuMDctNy4wNywyLjkzYy0xLjg2LDEuODYtMi45Myw0LjQzLTIuOTMsNy4wNyAgICBjMCwyLjYzLDEuMDY5LDUuMjEsMi45Myw3LjA3YzEuODYsMS44Niw0LjQ0LDIuOTMsNy4wNywyLjkzczUuMjEtMS4wNyw3LjA2OS0yLjkzYzEuODYtMS44NiwyLjkzMS00LjQ0LDIuOTMxLTcuMDcgICAgQzE0NS41OCw0OTguNzcsMTQ0LjUxLDQ5Ni4yLDE0Mi42NDksNDk0LjM0eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojRkZGRkZGIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCI+PC9wYXRoPgoJPC9nPgo8L2c+PGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMjE3LjA1MSw0MTkuOTM1Yy0zLjkwMy0zLjkwNS0xMC4yMzMtMy45MDUtMTQuMTQyLDBsLTQ5LjQ0Niw0OS40NDVjLTMuOTA1LDMuOTA1LTMuOTA1LDEwLjIzNywwLDE0LjE0MiAgICBjMS45NTMsMS45NTMsNC41MTIsMi45MjksNy4wNzEsMi45MjlzNS4xMTgtMC45NzcsNy4wNzEtMi45MjlsNDkuNDQ2LTQ5LjQ0NUMyMjAuOTU2LDQzMC4xNzIsMjIwLjk1Niw0MjMuODQsMjE3LjA1MSw0MTkuOTM1eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojRkZGRkZGIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCI+PC9wYXRoPgoJPC9nPgo8L2c+PGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMzg3LjcwNCw0MTYuMTM5Yy0zLjkwNi0zLjkwNC0xMC4yMzYtMy45MDQtMTQuMTQyLDBsLTQ5LjU4LDQ5LjU4Yy0zLjkwNSwzLjkwNS0zLjkwNSwxMC4yMzcsMCwxNC4xNDMgICAgYzEuOTUzLDEuOTUyLDQuNTEyLDIuOTI5LDcuMDcxLDIuOTI5czUuMTE4LTAuOTc3LDcuMDcxLTIuOTI5bDQ5LjU4LTQ5LjU4QzM5MS42MDksNDI2LjM3NywzOTEuNjA5LDQyMC4wNDUsMzg3LjcwNCw0MTYuMTM5eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojRkZGRkZGIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCI+PC9wYXRoPgoJPC9nPgo8L2c+PGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMjgzLjUsMTM2LjMxYy0xLjg2LTEuODYtNC40NC0yLjkzLTcuMDctMi45M3MtNS4yMSwxLjA3LTcuMDcsMi45M2MtMS44NTksMS44Ni0yLjkzLDQuNDQtMi45Myw3LjA4ICAgIGMwLDIuNjMsMS4wNyw1LjIsMi45Myw3LjA2YzEuODYsMS44Nyw0LjQ0LDIuOTMsNy4wNywyLjkzczUuMjEtMS4wNiw3LjA3LTIuOTNjMS44NTktMS44NiwyLjkzLTQuNDMsMi45My03LjA2ICAgIEMyODYuNDMsMTQwLjc1LDI4NS4zNiwxMzguMTcsMjgzLjUsMTM2LjMxeiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojRkZGRkZGIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCI+PC9wYXRoPgoJPC9nPgo8L2c+PC9nPiA8L3N2Zz4=)
}
.user_container,
.blog_container,
.products_container{
     margin-left:0;
     width: 100%;
}
.user_container{
    margin-left: 366px;
    width: calc(100% - 366px);
}
.sidebar--user{
        width: 330px;
}
.post_container{
    margin-left: 380px;
    width: calc(100% - 660px);
    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 {
    border: 1px solid #1212123b;
    padding: 20px;
    color: #121212;
}
.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
}
.post_container__boxed{

    position: relative;
    max-width: 100%;
    margin: 0px 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: 20px;
    line-height: 1.2;
    cursor: pointer;
    font-weight: 600;
    position: relative;
    color: var(--basic-company-text);
    margin-bottom: 30px
}
.sidebar_item_title {
    font-size: 16px;
    font-weight: 400;
    color:#6B6B6B;
    margin-bottom: 20px
}
.sidebar_item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #D5D5D5;
}
.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: 0px;
}
.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 0.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: 20px 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: 8px 35px 8px 0;
    font-size: 13px;
    color: rgb(170, 170, 170);
}
.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{
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 30px;
    color: var(--basic-company-text);
}
.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: rgba(109, 179, 109, 0.2);
    color: rgb(11, 138, 11);
    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: 40px;
}
.block_post_comments {
    padding: 30px 0 120px;
    gap: 60px;
    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 0px ;
}
.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: rgb(119, 119, 119);
    text-decoration: none;
    background: rgb(240, 240, 240);
    -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 0px;
}
.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: 0.8;
}
.post_author__link{
    display:inline-block;
    font-size: 12px;
    font-weight: 500;
    color: var(--second-company-text);
    opacity: 0.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 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: 0px;
}
.filter__name {
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 20px;
	cursor: pointer;
	font-weight: 600;
	position: relative;
    color: var(--basic-company-text);
}
.filter__name_arrow:before{font-size: 14px;}
.filter__name.active .filter__name_arrow:before{content: "\f077";}
.filters .filter__group{
    border-bottom: 1px solid #EBE9E9;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.filters .filter__group:last-child{
    border-bottom: none;
    padding-bottom: 0;
}

.filter__selected_feature .filter__sf_link{
    background: var(--bg);
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid #EBE9E9;
    min-height: 30px;
}
.filter__selected_feature .filter__sf_link i,
.filter__selected_feature .filter__sf_link span{font-size: 12px;}
.filter__selected_feature .filter__sf_link span{color: var(--basic-company-text);}
.filter__selected_feature .filter__sf_link i{color: rgb(51, 62, 74);}
.filter__selected_feature .filter__sf_link svg{
    width: 14px;
    height: 14px;
    color: #A5A5A5;
    position: relative;
    left: 4px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}
.filter__selected_feature_reset{margin: 10px 0;}
.filter__selected_feature_reset .filter__sf_reset{
    background: transparent;
    padding: 0;
    border: none;
    cursor: pointer;
    font-size: 12px;
    line-height: 1.2;
    color: #FF5252;
    font-weight: 600;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    display: inline-block;
    font-family: inherit;
}
.filter__item{
    margin: 10px 0;
    position: relative;
}
.filter__link{
    transition: color 0.3s;
    display: block;
    width: 100%;
    text-align: left;
    line-height: 24px;
    padding-left: 30px;
    position: relative;
    font-size: 14px;
    color: var(--body-text);
    font-weight: 500;
    background: transparent;
    border: none;
    cursor: pointer;
    text-decoration: none;
}
.filter__link .filter__checkbox{
    transition: border-color 0.3s;
    border-radius: 4px;
    border: 1px solid var(--button-color);
    display: block;
    height: 22px;
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
}
.filter__link .filter__checkbox svg{
    height: 20px;
    opacity: 1;
    width: 20px;
}
.filter__link .filter__label{
    display: block;
    line-height: 22px;
    color: var(--body-text);
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
}
@-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 {
    stroke: var(--boxed-text);
    stroke-width: 2px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    stroke-miterlimit: 10;
    opacity: 1;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    -webkit-animation: checkmarkAnimation 0.5s 0s forwards;
    animation: checkmarkAnimation 0.5s 0s forwards;
}
.filter__link.checked .filter__label {
    color: var(--basic-company);
}
.filter__link.checked .filter__checkbox {
    border-color: var(--button-color);
    background: var(--button-color);
}
.filter_group_top {
    display: flex;
    gap: 20px
}
.filter__selected_features {
    gap: 10px
}
.view_all_feature {
    color: #363636;
    font-size: 13px;
    line-height: 1.2;
    cursor: pointer;
    font-weight: 400;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.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: 5px;}
b.filter__catalog_link,
a.filter__catalog_link{
    position: relative;
    font-family: inherit;
    display: block;
    width: 100%;
    text-align: left;
    background: transparent;
    border: none;
    text-decoration: none;
	color: var(--body-text);
    line-height: 1.2;
    font-size: 13px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
    transition: all 0.3s ease 0s;
}
a.filter__catalog_link{cursor: pointer;}
a.filter__catalog_link span{padding-right: 5px;}
.filter_catalog__no_image,
b.filter__catalog_link img,
a.filter__catalog_link img{
    width: 18px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20px;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    max-width: 20px;
    margin-right: 10px;
    height: auto;
}
a.filter__catalog_link svg{
    width: 12px;
    height: 12px;
    position: relative;
    top: 1px;
}
.filter_catalog__no_image svg{
    width: 20px!important;
    height: 20px!important;
}
b.filter__catalog_link.selected{
    color: var(--basic-company);
    font-weight: 500;
}
.price_range {
    overflow: hidden;
    margin-bottom: 15px;
}
.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: #363636;
    font-weight: 400;
    font-size: 0.9em;
    -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.2em;}
.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 5px;
    border-radius: 3px;
    border: 1px solid #d1d1d1;
    height: 30px;
    color: rgb(54, 54, 54);
	font-size: 14px;
	font-weight: 500;
}
.max_input:focus,
.min_input:focus {border-color: var(--basic-company);}
.switch_mobile_filter svg {
    margin-right: 5px;
    display: inline-block;
    height: 14px;
    position: relative;
    width: 14px;
}
.products_container__sort{
    padding-bottom: 20px
}
.products_sort{
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    gap: 20px
}
.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 0.3s ease 0s;
	border: 1px solid rgb(127, 127, 127);
    color: rgb(69, 69, 69);
	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 7px;
}
.pagination__link {
    display: block;
    padding: 8px 0px;
    min-width: 40px;
    text-align: center;
    text-decoration: none;
    border: 1px solid var(--button-color);
    background-color: var(--bg);
    color: var(--button-color);
    font-size: 16px;
    font-weight: 500;
    border-radius: 100%;
    height: 40px;
    line-height: 24px;
}
.pagination__link:hover,
.active .pagination__link {
    color: var(--boxed-text);
    background-color: var(--button-color);
    border-color: var(--button-color);
}
.products_pagination{margin: 30px auto 0;}
.breadcrumbs {
    width: 100%;
    border: none;
    padding: 0 3px 5px;
    background: transparent;
    list-style: none;
    margin: 30px 0;
    color: var(--body-text);
    overflow-x: auto;
}
.breadcrumbs .breadcrumbs__item {
    padding: 0;
    color: inherit;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
}
.breadcrumbs .breadcrumbs__item:first-child {margin-right: 3px;}
.breadcrumbs .breadcrumbs__item + .breadcrumbs__item:before { 
    padding: 0 10px;
    content: "\f101";
    font: normal normal normal 16px/1 "FontAwesome";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.breadcrumbs svg{width: 18px;height: 18px;}
.breadcrumbs a{
    transition: all 0.2s ease;
    text-decoration: none;
    font-weight: 500;
    color: var(--body-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-left: 5px;
    font-size: 16px;
    font-weight: 400;
    color: var(--basic-company-text);
    white-space: nowrap;
    z-index: 2;
}
.rating_text.hidden {
    display: none;
}
.product_rating,
.post_rating
{
    position: relative;
}
.prod_rating {
    display: flex;
    align-items: center;
}
.rating_comments {
    display: flex;
    margin-left: -3px;
}
.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: 41%;
    max-height: 470px;
    position: sticky;
    top: 100px;
}
.product__variants_list {
    gap: 2px
}
.product_var_item {
    position: relative;
}
.product_var_item:not(.swiper-slide){
    margin-right: 12px;
}
.product-page__details {
    width: 57%
}
.product_page_flex {
    justify-content: flex-start;
    gap: 20px
}
.product_item{
    margin-bottom: 25px;
}

.product_item.swiper-slide{
    height: 100%; 
    min-height: 535px;
}
.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{
    border: 1px solid #E3E3E3;
    padding: 10px;
    position: relative;
    transition: .3s;
    width: 100%;
        min-height: 535px;
    background: #FFFFFF;
    border-radius: 10px;
    transition: all .3s ease-out!important;
}
.product_preview__sku{
    color: var(--body-text);
    font-size: 11px;
    margin: 5px 0 5px;
    font-style: italic;
    opacity: .7;
    font-weight: 500;
}
.sku__nubmer{font-weight: 600;}
.product_preview__center {position: relative;}
.product_preview__image {
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.product_preview__image img{transition: all .3s ease-out!important;}
.product_preview__image a{
    height: 100%;
    width: 100%;
    flex-direction: column;
    text-decoration: none;
    gap: 24px;
}
.product_preview__image a.adult_btn_no {
    width: 80px;
    height: 45px;
}
.product_preview__image picture, .product_preview__no_image {
    height: 300px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product_preview__no_image {
    background-color: #FFFFFF;
    border-radius: 5px;
    width: 100%;
}
.product_preview__image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.product_preview__image .sticker__image {max-height: inherit;}
.product_preview__no_image svg{width: auto;height:auto;}
.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: 2;
}
.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: 35px;
    line-height: 25px;
    color: #121212;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    border-radius: 5px;
    white-space: nowrap;
}
.sticker--hit{background-color: #DEF4BE;}
.sticker--discount{background-color: #F6DADA;}
.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: rgb(251, 63, 76);
    color: #fff;
    font-weight: 600;
    padding: 5px 5px 3px;
    font-size: 10px;
    border-radius: 4px;
}
.product_preview__name {
    height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding: 0;
    text-align: left;
    width: 100%;
}
.product_preview__name a {
    color: var(--body-text);
    background: rgba(255,255,255,0.9);
	line-height: 1.2;
	font-size: 14px;
	transition: .3s;
	display: block;
	position: relative;
	font-weight: 500;
	padding-bottom: 5px;
    min-height: 63px;
	text-decoration: none;
}
.product_preview__prices {
    position: relative;
    flex-direction: column-reverse;
}
.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{
    color: #A5A5A5;
    font-size: 18px;
    position: relative;
    font-weight: 400;
    line-height: 1;
}
.popup_prices .old_price {
    font-size: 30px
}
.product_color_wrapper {
    margin-bottom: 20px;
}
.product-preview_color_wrapper{
    margin-bottom: 10px;
}
.product_color_wrapper,
.product_size_wrapper {
    display: flex;
    flex-direction: column;
}
.product__color,
.product__size {
    display: flex;
    margin-top: 6px;
}
.product_preview__prices .old_price .currency{
    font-size: 18px;
    font-weight: 400;
    position: relative;
}
.product_preview__prices .old_price::after,
.popup_prices .old_price::after{
    border-bottom: 1px solid #A5A5A5;
    content: "";
    left: 0;
    position: absolute;
    top: 45%;
    width: 100%;
}
.product_variants_text {
    font-size: 14px;
}
.product_preview__prices .price{
    color: var(--body-text);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
}
.product_preview__prices .price--red,
.popup_prices .price--red{color: #FF5252;}
.product_preview__prices .price .currency{
    font-size: 22px;
    font-weight: 700;
    position: relative;
}
.product_preview__bottom {
    display: none
}
.preview_form {
    display: flex;
    flex-direction: column;
    gap: 10px
}
.product_preview__buttons {
    position: relative;
	height: 50px;
}

.product__variants_slider .swiper-slide {
    height: 40px;
    width: auto;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product_preview_variant {
    min-width: 40px;
    height: 40px;
    border-radius: 5px;
    margin-bottom: 0;
    border: 1px solid #CBCBCB;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 6px;
    user-select: none;
}
.product__variant_empty {
    opacity: .5;
    position: relative;
}
.product__variant_empty::before {
    background: rgba(255, 0, 0, 0.7);
    content: '';
    display: block;
    height: 1px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: rotate(45deg);
}
.product_radio:checked + .product_preview_variant {
    border: 1px solid var(--button-color);
}
.product_preview__center .wishlist_button__remove,
.product_preview__center .wishlist_button,
.product_preview__center .comparison_button{
    position: absolute;
    top: 14px;
    right: 14px;
    background: #F7F7F7;
    z-index: 20;
}

.details_boxed__select.hidden {
    display: none
}

.product_preview__center .wishlist_button.selected svg,
.product_preview__center .wishlist_button.selected:hover svg,
.gallery_image .wishlist_button.selected svg,
.gallery_image .wishlist_button.selected:hover svg,
.product_preview__center .comparison_button.selected svg,
.product_preview__center .comparison_button.selected:hover svg,
.gallery_image .comparison_button.selected svg,
.gallery_image .comparison_button.selected:hover svg {
    color: #FBFBFB;
}
.product_icons {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 15px;
    top: 10px;
    right: 10px;
    z-index: 2
}
.product_preview__center .wishlist_button::before{
    font-size: 26px;
    line-height: 1;
}
.product_preview__center .wishlist_button__remove::before{
    color: #b10707 !important;
    font-size: 23px;
    line-height: 1;
}
.product_preview__variants select {
    height: 50px;
    border-radius: 5px;
    border: 1px solid #EBE9E9;
    width: 100%;
    font-weight: 400;
    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 0.3s;
    height: 30px;
}
.product_preview__button .product_preview__button_text{
    visibility: hidden;
    opacity: 0;
    font-size: 16px;
    font-weight: 400;
    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;
    margin-top: 10px;
}
.no_img_text {
    position: absolute;
    background-color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    height: 30px;
    display: flex;
    margin-top: 0px;
    align-items: center;
    bottom: 35%;
    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: rgb(127, 127, 127);
    color: rgb(69, 69, 69);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.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: rgb(156, 156, 156);
    height: 25px;
    margin: 0;
    font-size: 14px;
    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: 100%;
}
.product_preview__button--pre_order .product_preview__button_text{
    padding: 0;
    visibility: visible;
    opacity: 1;
    font-size: 12px;
    font-weight: 500;
    width: auto;
}
.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 rgb(127, 127, 127);
    color: rgb(69, 69, 69);
    opacity: 0.7;
    font-size: 0px;
    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 10px;
    gap: 5px;
    margin-top: 10px
}
.product_preview__name_link {
    font-size: 16px;
    font-weight: 600;
}
.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{
	margin: 10px 0 0;
	padding: 10px 0 0;
}
.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%;}
.products_list.no_gutters .product_preview{
    position: absolute;  
    border-right: 1px solid #dbdbdb;
}
.products_list.no_gutters{position: relative;}
.no_in_stock {
    opacity: 0.3!important;
}
.no_in_stock_text {
    color: #A5A5A5;
}
.product_preview__button:hover {
    background: var(--button-color-hover);
}
.products_list:not(.no_gutters) .product_preview{border: 1px solid #dbdbdb; }
.fn_product_images {
    background-color: #FFFFFF;
    border-radius: 10px;
    width: 100%;
}

.no_in_stock_img {
    opacity: 0.5
}
.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: #ffffff;
    text-align: center;
    color: #c60000;
    transition: all .2s ease-in-out 0s;
    margin: 0;
    position: absolute;
    top: calc(50% - 20px);
    border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #9b9b9b33;
    box-shadow: 0px 3px 18px 0px #79532C33;
} 
.swiper-btn-next_pr:hover, 
.swiper-btn-prev_pr:hover {
    background: #FDFDFD;
    border-radius: 50%;
    box-shadow: 0px 2px 8px 0px #4C5D7D2B;
}
.swiper-btn-next_pr {
    right: 7px
}
.swiper-btn-prev_pr {
    left: 7px
}
.swiper-btn-prev_pr svg{
transform:rotate(180deg)
}
.swiper-button-disabled {
    color: #adadad;
    background: #ffffff82;
}
.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_list:not(.no_gutters) .article__preview {border: 1px solid #dbdbdb;}
.article_list.no_gutters .article__preview {
    position: absolute;
    border: 1px solid #EBE9E9;
    border-radius: 5px;
}
.article_list {
    padding: 20px 0 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);
}
.blog_block {
    padding-bottom: 120px
}
.article__preview{
    border-right: 1px solid transparent;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1),0 0 0 rgba(0, 0, 0, 0.1),0 0 0 rgba(0, 0, 0, 0.1);
    height: 100%;
    padding: 10px 10px 15px;
    position: relative;
    transition: .3s;
    width: 100%;
    background: #fff;
    border-radius: 5px;
}
.article__title {
    color: var(--body-text);
	background: #fff;
	line-height: 27px;
	font-size: 22px;
	transition: .3s;
	display: block;
	position: relative;
	font-weight: 500;
    padding: 0 10px;
	text-decoration: none;
   height: 30px
}
.post_item_sidebar .article__title {
    max-width: 435px;
    background: transparent ;
}
.article__body{
    flex-direction: column;
}
.brand_img {
    max-height: 100px;
    width: 100%;
}
.article__image_link{
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.post_item_sidebar .article__image_link{
    min-height: 60px;
    max-height: 60px;
}
.post_item_sidebar {
    text-decoration: none;
    padding: 7px 0;
    transition: all .3s;
}
.post_item_sidebar:hover .article__title{
    color:var(--button-color)
}
.fn_products_sidebar .product_item.swiper-slide {
    margin: 0 2px;
    max-width: 290px
}
.post_item_sidebar .article__image_link img{
    max-height: 60px;
    height: 100%;
    border-radius: 5px;
}
.article__image{
    text-decoration: none
}
.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__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 0.3s;
}
.article__label:hover{
    background: var(--basic-company);
    color: var(--basic-company-text);
}
.article__info{
    display: flex;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px;
    width: 100%;
    padding: 15px 10px;
}
.article__info_item{
    font-weight: 400;
    padding-right: 25px;
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #757575;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
    transition: all 0.3s;
    height: 24px;
    gap: 8px
}
.article__info_item:last-child{
    padding-right: 0px;
}
.article__info_item svg{
    width: 24px;
    height: 22px;
}
.article__image .article__no_image{height: 100%;
    align-items: center;}
.article__image .article__no_image svg{    width: 100%;
    height: 200px;}
.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: #000000;
}
.article__annotation{
	position: relative;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    color: #595959;
    padding: 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.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: rgb(170, 170, 170);
    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__inner {
    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;
    margin: 20px 0;
    gap: 15px
}
.comment__item {
    border-bottom: 1px solid #EBE9E9;
}
.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: 0px 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: 70px
}
.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 calc(100% - 50px);
    -ms-flex: 0 0 calc(100% - 50px);
    flex: 0 0 calc(100% - 50px);
    max-width: calc(100% - 50px);
    flex-direction: column;
    gap: 20px

}
.admin_note {margin-left: 50px; border-bottom: none}
.comment__header{flex-direction: column;}
.comment__name{
    font-weight: 600;
    font-size: 16px;
    line-height: 1.8;
    color: rgb(34, 34, 34);
}
.comment__status{
    font-weight: 400;
    font-size: 13px;
    color: rgb(11, 152, 47);
    margin-left: 10px;
    margin-right: 10px;
    white-space: nowrap;
}
.comment__date{
    font-weight: 400;
    font-size: 14px;
    color: #A5A5A5;
    white-space: nowrap;
}
.comment__body{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: var(--basic-company-text);
}
.comment_form_img {
    max-width: 530px;
    width: 100%;
    max-height: 450px
}
.comment_form_img img{
    max-height: 400px;
    height: 100%
}
.form_comment_right {
    flex-direction: column;
    width: 100%;
    max-width: 700px;
    gap: 30px;
    /* max-height: 500px */
}
.tab_product_img {
    margin-right: 10px;
}
.block_header_comments .form_product_title{
    font-size: 30px;
    font-weight: 400;
    color: var(--basic-company-text)
}
.block__title_popup span {
    font-size: 40px;
    font-weight: 400;
    color: var(--basic-company-text)
}
.your_rating {
    font-size: 18px;
    font-weight: 500;
    color: var(--basic-company-text);
    margin-right: 25px;
}
.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 130px;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    max-width: 130px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    text-align: center;
    max-height: 660px;
    height: 100%;
}
.product-page__image{
    position: relative;
    margin: 0;
    width: 100%;
    min-height: 1px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 150px);
    -ms-flex: 0 0 calc(100% - 150px);
    flex: 0 0 calc(100% - 150px);
    max-width: calc(100% - 150px);
    text-align: center;
    background-color: var(--boxed-color);
    border-radius:10px;
    background-color: #ffffff;
    border: 1px solid #cecece;
    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%;height: 100%;}
.gallery_image a{
    min-height: 400px;
    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;
}
.gallery-thumbs:not(.swiper-container-initialized) .swiper-wrapper {
    display: grid;
    grid-template-rows: repeat(4, 1fr); 
    gap: 10px;
}

.gallery-thumbs:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide:nth-child(n+5) {
    display: none;
}
@media only screen and (max-width : 768px) {
    .gallery-thumbs:not(.swiper-container-initialized) .swiper-wrapper {
       grid-template-rows: repeat(4, 1fr); 
    }

    .gallery-thumbs:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide:nth-child(n+5) {
        display: none;
    }
}
@media only screen and (max-width : 480px) {
    .gallery-thumbs:not(.swiper-container-initialized) .swiper-wrapper {
        grid-template-rows: repeat(3, 1fr); 
    }

    .gallery-thumbs:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide:nth-child(n+4) {
        display: none;
    }
}


.product-page__no_image{
    width: 100%;
    height: 100%;
    padding: 10px;
}
.product-page__no_image svg{width: 120px;height: 120px;}
.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: 110px;
    min-height: 100px;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 10px;
    background-color: #ffffff;
    border: 1px solid #cecece;}
.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: 110px;
    height: 100%
}
.product-page__images-item.swiper-slide-thumb-active{
border: 1px solid #F6DADA;
}
.product-page__images-item picture img {
    width: auto;
    max-height: 100px;
}
.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: rgb(255, 255, 255);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: 0px;}
.details_boxed__item:last-child{border-bottom: none;}
.details_boxed__item ul,
.details_boxed__item ol{
    padding: 0px;
    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(--basic-company-text);
    font-size: 18px;
    font-weight: 500;
}
.details_boxed__brand{
    width: 160px;
    position: absolute;
    top: 60px;
    right: 0;
    height: 100px;
    background: var(--boxed-color);
    border-radius: 5px;
    text-align: right;
}
.product-page__sku {
    font-size: 16px;
    font-weight: 400;
    color: var(--basic-company-text);
}
.details_product {
    padding-bottom: 40px;
    border-bottom: 1px solid #cecece;
    position: relative
}
.details_prod_item {
    padding-top: 40px
}
.details_boxed__no_brand{padding-left: 60px;}
.details_boxed__available{margin-top: 5px;}
.details_boxed__available{margin-top: 5px;}
.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 0.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;
    margin-top: 20px;
}
.details_boxed__select {
    gap: 20px;
    /* margin-top: 40px */
    padding: 20px 0 40px;
    border-bottom: 1px solid #cecece;
}
.available__no_stock:before,
.available__in_stock:before{
    margin-right: 5px;
    font-size: 18px;
}
.available__no_stock{color: #b10707;}
.available__in_stock{color:#2F9C08;}
.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{
    display: inline-block;
    text-align: center;
    line-height: 1;
    background-color: #F6DADA;
    color: var(--basic-company-text);
    font-weight: 400;
    padding: 5px;
    font-size: 14px;
    border-radius: 5px;
    position: absolute;
    top: -4px;
    right: 0;
}
.purchase__group .details_boxed_pct {
    top: -15px;
    right: -15px;
}
.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;
    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;
}
.price_title {
    font-size: 18px;
    font-weight: 600;
    line-height: 42px;
}
.details_boxed__price_amount {
    column-gap: 60px;
    justify-content: flex-start;
    align-items: center;
}

.details_boxed__price {
    font-weight: 600;
    color: var(--body-text);
    font-size: 42px;
    position: relative;
}

.details_boxed__old_price {
    font-size: 22px;
    font-weight: 500;
    color: #7C7C7C;
    line-height: 1.8;
    position: relative;
    gap: 5px;
}
.details_boxed__old_price::after {
    border-bottom: 1px solid #7C7C7C;
    content: "";
    left: 0;
    position: absolute;
    top: 38%;
    width: 100%;
    transform: rotate(-4deg);
}
.tab_old_price {
    font-size: 18px;
}

.details_boxed__price .currency {
    font-weight: 600;
    font-size: 40px;
    margin-left: 10px;
    position: relative;
    align-self: flex-start;
}
.details_boxed__old_price .currency {
    font-weight: 400;
    font-size: 22px;
    margin-left: 0;
     position: relative;
    align-self: flex-start;
}
.tab_details_price {
    margin-left: auto;
}
.details_boxed__buttons {
    padding-top: 30px;
    gap: 20px;
    flex-wrap: wrap;
}
.details_boxed__price .currency {
    font-weight: 500;
    font-size: 40px;
    margin-left: 10px;
}
.tab_old_price .currency{
    font-weight: 500;
    font-size: 18px;
    margin-left: 0px;
}
.tab_price {
    font-weight: 600;
    color: var(--body-text);
    font-size: 28px;
}
.tab_price .currency {
    font-size: 28px;
}
.tab_price.price--red {
    font-size: 24px;
    color: #FF5252;
}
.tab_price .currency {
    font-size: 24px;
    margin-left: 5px
}
.boxed_old_price {
    position: relative
}
.boxed_old_price::after {
    border-bottom: 1px solid #A5A5A5;
    content: "";
    left: 0;
    position: absolute;
    top: 45%;
    width: 100%;
}
.details_boxed__price{
    font-weight: 600;
    color: var(--body-text);
    font-size: 40px;
}
.details_boxed__price.price--red{color: #FC4B1F;}
.details_boxed__buttons > *:first-child{padding-right: 0;}
.product-page__button, 

.product_button_tab {
    background: var(--button-color);
    color: var(--second-company-text);
    padding: 0;
    width: 50px;
    margin-left: 30px
}


.product-page__button.fn_notify_av {
    max-width: 280px;
    padding: 0 ;
}
.product-page__button:focus{opacity: 0.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 0.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,
.product-page__compare,
.product-page__wishlist{
    color: #C60000;
    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 0.3s;
    text-decoration: underline;
}
.fast_order_button.hidden {
    display: none
}
.details_boxed__other .fast_order_button:before{
    position: relative;
    font-size: 22px;
}
.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: 40px 0;
    border-bottom: 1px solid #E3E3E3;
}
.product_features {
    border-bottom: none;
}
.product_comments { 
    border: none;
}
.comments_count {
    color: #A5A5A5
}
.comment_question_text {
    font-size: 14px;
    font-weight: 400;
    color: #A5A5A5;
}
.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: 70px;
    width: 100%;
    z-index: 99;
    box-shadow: 0px 14px 20px 0px #4C5D7D38;
}
.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: 0.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: 28px;
    color: var(--basic-company-text)
}
.tabs_product_card {
    max-width: 550px;
    width: 100%;
    margin-left: auto;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}
.tabs_product_card.show {
    opacity: 1;
    visibility: visible;
}
.tab_product_info {
    flex-direction: column;
    max-width: 260px;
    margin-right: 10px
}
.fn_cart_tabs.hidden {
    display: none;
}
.features, .data_list {
    list-style: none;
    margin: 0;
    padding: 0;
    flex-direction: column;
}
.features__item, .data_item{
    max-width: 500px;
    margin: 0
}
.features__wrap, .data_item {
    gap: 10px;
    padding: 5px 0;
}
.features__name,
.features__value,
.data_name,
.data_value {
    width: fit-content;
    white-space: nowrap;
    position: relative;
    min-height: 1px;
    font-size: 16px;
    color: var(--body-text);
}
.data_value { 
    font-weight: 400
}
.data_name {
    font-weight: 600;
    color: #A5A5A5
}
.features .features__name {
    font-weight: 600;
}
.features .features__value {
    font-weight: 400;
    text-align: right;
}
.features_dash, .personal_data_dash {
    width: 100%;
    border-bottom: 1px dashed #C3C3C3;
    position: relative;
    top: -10px;
}
.order_details .features_dash {
    top: 0px
}
.details_name {
    font-weight: 600;
}
.details_item {
    margin: 7px 0;
}
.details_item .features__wrap {
    padding: 0;
    /* height: 28px; */
    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: 0.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: rgb(34, 34, 34);
    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: rgb(87, 87, 87);
    font-size: 12px;
    position: relative;
    font-weight: 400;
    line-height: 1;
}
.sidebar_card__prices .old_price::after {
    border-bottom: 1px solid rgb(87, 87, 87);
    content: "";
    left: 0;
    position: absolute;
    top: 45%;
    width: 100%;
    transform: rotate(-10deg);
}
.sidebar_card__prices .price {
    color: rgb(34, 34, 34);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}
.sidebar_card__prices .price--red {
    color: RGB(177, 7, 7);
}
.sidebar_card__more{
    white-space: nowrap;
    margin: 5px 0;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.3s
}
.sidebar_card__more svg {
    position: relative;
    top: 1px;
    width: 11px;
    height: 11px;
    margin-left: 3px;
    transition: all 0.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: #221303;
    color: var(--second-company-text);
    -ms-flex-negative: 0;
    margin-top: 0;
    padding: 70px 0 0;
}
.footer__title{
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--boxed-text);
    margin-bottom: 12px;
    position: relative;
}
.footer__title_arrow{
    position: absolute;
    top: 28%;
    cursor: pointer;
    transition: all .3s ease;
    width: 100%;
    text-align: right;
    left: 0;
    padding-right: 15px;
}
.footer__title_arrow svg{
    height: 14px;
    width: 14px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.footer__title_arrow.down svg,
.footer__title.active .footer__title_arrow svg{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.footer__content{
    color: var(--second-company-text);
    margin-bottom: 0px;
}
.footer__contact_item{
    position: relative;
    padding-left: 0;
}
.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__categories {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
/* footer .menu_group__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
} */
.footer__contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer__contact a{
    color: #F2F1F0;
    font-weight: 400;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease 0s;
    display: flex;
    align-items: center;
    gap: 8px;
}
.shop_address_top {
    display: flex;
    font-size: 20px;
    gap: 12px;
    font-weight: 600;
    border-bottom: 1px solid #FFFFFF33;
    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: 0px;
    color: #F2F1F0;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    line-height: 1.7;
    transition: all 0.3s;
}

.footer_bottom {
    gap: 10px
}
.footer_bottom .payment_content {
    gap: 20px
}
.copyright {
    font-size: 14px;
    color: #d4d3cf
}
.footer__contact_item .email svg,
.footer__contact_item .open_hours svg,
.footer__contact_item .phone svg{

    margin-right: 12px;
}
.footer__contact_item .email svg,
.footer__contact_item .open_hours svg{
    width: 24px;
    height: 24px;
}
.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: 0px;}
.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: #F2F1F0;
    font-weight: 400;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease 0s;
    padding: 5px 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
}
.form__button--subscribe, .form_btn_notify, .form_btn_fast{
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    height: 50px;
    width: 100%;
    background: var(--button-color);
    color: var(--second-company-text);
    transition: all .3s;
    text-decoration: none;
    display: flex;
    font-weight: 400;
    align-items: center;
    border: none;
    text-transform: none;
    justify-content: center ;
}
.subscribe_form__group .form__group--subscribe, .form__group_notify{
    width: 100%;
    margin-bottom: 0px;
}
.social{overflow: hidden;}
.social__link{
    width: 30px;
    height: 30px;
    border-radius: 7px;
    background-color: #B69C83;
    margin-right: 28px;
    color: #fff;
    position: relative;
    float: left;
    text-decoration: none;
    transition: all 300ms;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social__link svg {
    width: 20px;
    height: 20px
}
.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 rgb(219, 219, 219);
    background-color: rgb(255, 253, 253);
    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{
    border-top: 1px solid #FFFFFF33;
    background: #221303;
    padding: 15px 0;
    color: var(--second-company-text);
    margin-top: 70px;
}
.footer_menu {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 10px
}
.footer__copyright span{
    padding-right: 5px;
}
.footer__copyright a {
    text-decoration: none;
    color: #d4d3cf;
    padding: 0 10px;
    font-weight: 500
}
.footer__copyright a:first-child {
    border-right: 1px solid #d4d3cf82;
}
.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: 340px;
    color: #d4d3cf;
    line-height: 180%;
}
.slogan_social{
    font-size: 16px;
    font-weight: 400;
    max-width: 340px;
    color: #d4d3cf;
    line-height: 180%;
    margin-bottom: 20px;
}
.shop_address_bottom ul {
    margin: 0 0 0 20px
}
.comparison_block { padding-bottom: 40px;}
.comparison_block__left {float: left;width: 25%;}
.comparison_block__products {
    width: 100%!important;
    position: relative;
    margin: 0;
    overflow: revert;
    contain: paint;
}
.comparison_block__item .product_item{margin: 0;  max-height: 196px!important}
.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(--basic-company);
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}
.comparison_unique_btn {
    cursor: pointer;
    position: relative;
    width: 26px;
    height: 26px;
    border: 1px solid #D1A883;
    border-radius: 100%;
    transition: all .3s;
}
.compare_show a.active .comparison_unique_btn::before {
    opacity: 1;
    visibility: visible;
}
.compare_show a .comparison_unique_btn::before {
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
    content:'';
    cursor: pointer;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 4px;
    left: 4px;
    border: 1px solid #D1A883;
    background-color: #D1A883;
    border-radius: 100%;
}
.compare_show a span {
    line-height: 1.6;
}

.compare_show .active {
    text-decoration: none;
}
.comparison_block__item .wishlist_button {
    display: none
}
.comparison_block__item .comparison_button {
    background-color: transparent!important;
    font-size: 30px;
}
.comparison_block__item .product_preview {
    padding: 0;
    border-radius: 0;
}
.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: 196px;
    padding: 10px
}
.product_preview__image_mini a {
    flex-direction: row;
}
.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-top: 10px;
}
.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 {
    width: 20px;
    min-height: 20px;
    height: 20px;
}
.product_preview__image_mini .product_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;
}
.product_preview_normal {
    visibility: visible;
    opacity: 1;
    transition: all .3s;
}
.block_comparison_values {
    margin-top: 205px
}
.comp_margin {
    margin-top: 80px
}
.product_list_mini .comparison_block__item {
    border-right: none;
}
.product_list_mini .product_item {
    height: fit-content!important
}
.purchase__item{
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #A5A5A5;
    width: 100%;
    gap: 10px;
}
.last_step_purchases .purchase__item {
    border-bottom: 1px solid #EBE9E9;
}
.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 120px;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;
    border-radius: 5px;
    height: 140px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #F6DADA
}
.purchase__image img{display: block;     height: auto;
    max-height: 120px;
    width: 100%;}
.purchase__image svg{width: 140px;height: 180px;}
.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(--body-text);
    line-height: 27px;
    font-size: 18px;
    transition: .3s;
    display: block;
    position: relative;
    font-weight: 500;
    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: rgb(128, 128, 128);
    margin-bottom: 5px;
}
.purchase__group_content{ min-height: 25px;
    font-size: 32px;
    font-weight: 600;}
.order_boxeded .purchase__group_content, .last_step_purchases .purchase__group_content{ 
    min-height: 1px;
    font-size: 16px;
    gap: 5px;
        font-weight: 600;
width: 65px}
.last_step_purchases .purchase__price_total .purchase__group_content{
    font-weight: 600
}
.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(--body-text);
    position: relative;
}
.purchase__price .currency {
    position: relative;
}
.purchase__price_total{
    color: var(--basic-company);
    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__amount .amount__plus,
.purchase__amount .amount__minus {
    font-size: 30px;
    height: 50px;
    width: 35px;
    color: var(--basic-company-text);
}
.purchase__amount .amount__input {
    font-size: 23px;
    height: 50px;
    padding: 0;
    width: calc(100% - 70px);
}
.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%;
    flex-shrink: 0;
}
.purchase__remove svg{width: 14px;}
.coupon{
   padding: 20px 0;
    border-bottom: 1px solid #dbdbdb;
}
.coupon__group{position: relative;}
.coupon__title{
    font-size: 16px;
    line-height: 1.2;
    margin: 0px 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: 0px;
    top: 19px;
    border: none;
    background: var(--button-color);
    color: var(--second-company-text);
    transition: all 0.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-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0 0;
    flex-direction: column;
    gap: 10px;
    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;
    gap: 20px;
}
.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%;
}
.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: 20px;
    font-weight: 400;
    color: var(--basic-company-text);
    white-space: nowrap;
}
.purchase_detail__item:nth-child(3) {
    border-bottom: 1px solid #A5A5A5;
    padding-bottom: 20px
}
.popup_cart_content .purchase_detail__item {
    border-bottom: none;
    padding: 20px 0 0
}
.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: rgb(246, 80, 80);
    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: 40px;
}
.purchase_detail_popup_total{
    margin-bottom: 10px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}
.detail_last_item {
    padding: 20px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.fn_purchases_wrap {
    max-width: 1200px;
    width: 100%
}
.purchase_detail__price--total .price--red {
    color: #FF5252;
}
.purchase_detail__price--total .currency{
    font-size: 40px;
    top: 0px;
}
.before_coupon_price .currency{
    font-size: 25px;
    top: 0px;
}
.purchase_detail__price .price--red .currency{
    font-size: 40px;
    top: 0px;
}

.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;
}

.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(250px) translateZ(0px);
    visibility: visible;
    opacity: 1;
    border-radius: 10px
}
.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: 0px 6px 25px 0px #4C5D7D2E;
    height: fit-content;
    padding: 30px 20px;
    position: sticky;
    top: 100px;
}
.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 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
}
.delivery_name_form {
    padding-left: 10px;
    font-size: 16px;
    font-weight: 400;
    color: var(--basic-company-text)
}
.order_boxeded{max-width: 100%;}
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 10px;
    border-left: 4px solid rgb(188, 188, 188);
    background: rgb(247, 247, 247);
    border-radius: 5px;
    font-weight: 400;
    font-size: 12px;
    color: rgb(74, 74, 74);
    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%;
}

.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: 0px 0 40px;
    border-bottom: 1px solid #D5D5D5;
    margin-bottom: 0px;
}
.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);
}
.profile__name{
    font-size: 20px;
    font-weight: 600;
    color: #6B6B6B;
    line-height: 1.2;
}
.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: rgb(34, 34, 34);
    position: absolute;
    content: " ";
    top: calc(50% - 2px);
    right: 20px;
    left: inherit;
    margin-left: 10px;
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.user_tab__switch.active::after {
    top: calc(50% - 3px);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.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: 0px;
    border-bottom:none;
    cursor: pointer;
    text-decoration: none;
    padding: 20px 0px 0;
    color: #6B6B6B;
    font-size: 16px;
    font-weight: 400;
    min-height: 40px;
    height: inherit;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.button__logout svg{
    width: 28px;
    height: 28px;
    margin-right: 15px;
}
.button__logout:hover{
    color: var(--basic-company);
}
.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__heading, .go_back_user{
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    width: 100%;
    background: var(--button-color);
    border-radius: 4px;

}
.go_back_user {
    max-width: 45px
}
.go_back_user svg {
    color: #fff;
    transform: rotate(180deg);
}

.to_top {
    position: fixed;
    z-index: 100;
    right: 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;
    width: 45px;
    height: 45px;
    cursor: pointer;
    visibility: hidden;
    color: var(--button-color);
    border: 1px solid var(--button-color);
    border-radius: 50%;
    background-color:#fff;
    opacity: 0;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.to_top.show {
    visibility: visible;
    opacity: 0.8;
}
.to_top:before{
    content: "\f077";
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    text-align: center;
}
.to_top:hover {opacity: 0.6;}
.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: 0px 7px 20px 0px #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 0px 0px 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: rgb(58, 58, 58);
    background: rgb(255, 255, 255);
    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 0.3s forwards cat_eyes;
}
@keyframes cat_eyes {
    0% {
        opacity: 0;
    }
     50% {
       opacity: 0.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: 0.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: #F7F0E8;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 10;
}
.not_found__description h1 {
    color: var(--basic-company-text);
}
.not_found__description ul li {
   font-weight: 400
}
.not_found__description a {
    color: var(--button-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 rgb(219, 219, 219);
}
.purchase_discount__item:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.purchase_discount__name {
    margin-bottom: 10px;
    color: rgb(34, 34, 34);
    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: rgb(128, 128, 128);
    margin-bottom: 5px;
}
.purchase_discount__group_content {
    min-height: 25px;
}
.purchase_discount__price_before {
    color: rgb(34, 34, 34);
    font-size: 16px;
    font-weight: 600;
    padding-right: 25px;
}
.purchase_discount__discount {
    padding-right: 25px;
}
.purchase_discount__price_after {
    color: rgb(0, 175, 238);
    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: #FF5252;
}
.block_purchases {
    width: 100%
}
.last_step_right {
    background: var(--boxed-color);
    border-radius: 10px;
    border: 1px solid #E2E2E2;
    box-shadow: 0px 6px 25px 0px #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: 0px;
    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 120px;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;
    border-radius: 5px;
    min-height: 150px;
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #F6DADA;
}
.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 120px;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;
    border-radius: 5px;
    min-height: 150px;
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #F6DADA;
}
.order_boxeded .purchase__name_link {
    font-size: 18px;
    line-height: 1.3;
}
.cart_body_forms .form__footer {
    padding-bottom: 40px
}
.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: 0;
    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;
}
.block_purchases .purchase__name {
max-width: 480px
}
.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 {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    font-weight: 400;
    border-radius: 5px;
    width: 45px;
    min-height: 45px;
    height: 45px;
    border: 1px solid #CBCBCB;
    justify-content: center;
    margin-left: 40px;
    position: relative;
}
.block_purchases .purchase__remove svg{
    width: 26px;
    height: 26px;
    color: var(--body-text);
}
.block_purchases .purchase__remove:hover {
    background-color: transparent;
    color: var(--button-color);
    box-shadow: 0px 3px 12px 0px #4C5D7D2B;
}
.block_purchases .product_icons {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 40px;
    top: 0px;
    right: 0px;
    z-index: 2;
    width: fit-content
}
.block_purchases .product_icons a {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #c60000;
    border: 1px solid;
}
.block_purchases .disabled_wishlist {
    right: -12px;
    top: 70px
}
.block_purchases .disabled_wishlist.visible {
    right: -12px;
    top: 70px
}
.block_purchases .product_icons a:hover {
    color: var(--second-company-text)
}
.block_purchases .product_icons a.selected {
    background-color: var(--button-color);
    color: #FBFBFB;
}
.purchase__old_price_content {
    font-size: 18px;
    font-weight: 500;
    color: #A5a5a5;
    display: flex;
    gap: 10px
}
.purchase_detail {
    max-width: 390px;
    width: 100%;
    background: #F3F2F5;
    height: fit-content;
    border-radius: 10px;
    border: 1px solid #E2E2E2;
    box-shadow: 0px 6px 25px 0px #4C5D7D2E;
    padding: 30px;
    position: sticky;
    top: 100px;
}
.order_boxeded .purchase_detail {
    max-width: 390px;
    width: 100%;
    height: fit-content;
    padding: 30px;
    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);
}
.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;
    color: var(--basic-company-text);
}
.contacts_info a {
    text-decoration: none;
    line-height: 1.5
}
.contacts_info p {
    margin: 0;
    color: #c9aeae;
}
.contact_left_block .contacts_info p {
    color: #121212;
}
.pickup_time, .contacts_address {
    line-height: 1.8;

}
.ya_map iframe {
    width: 100%;
    height: 450px;
    border-radius: 10px;
    border: 1px solid #D5D5D5;
}
.contacts_info_title {
    font-weight: 600;
    padding-bottom: 8px;
    font-size: 18px;
}
.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: 0px 4px 24px 0px #4C5D7D26;
    border-radius: 5px;
    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:rgb(246, 80, 80);
    transition: all 0.3s;
}
.discount_tooltip svg{
    width: 16px;
    height: 16px;
}
.discount_tooltip:focus,
.discount_tooltip:hover{
    color: #B10707;
}
.novaposhta_types_inputs {
    margin: 20px 0px;
}
.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: #f00;
}
select.error ~ .select2-container--default .select2-selection--single {
    display: block;
    border: 1px solid #f00;
}
.faq_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.faq_item {
    width: 49.7%;
    background-color: var(--bg);
    height: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
    position: relative;
    transition: all .3s;
    border: 1px solid #EBE9E9
}
.item_question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0px;
    text-transform: none;
    margin: 0 20px;
    border-bottom: 1px solid transparent;
}
.faq_item.visible {
    box-shadow: 0px 6px 18px 0px #4C5D7D29;

}
.faq__content {
    padding: 0 !important;
    border-bottom: none;
    background-color: var(--bg);
    border-radius: 5px;
}
.question_text {
    font-size: 20px;
    color: var(--basic-company-text);
    margin-bottom: 0;
    font-weight: 600;
    transition: all .3s
}
.category_name_faq {
    text-transform: lowercase;
}
.item_question.active {
    background: var(--bg);
    border-radius: 5px;
    border-bottom: 1px solid #EBE9E9;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.item_question.active .question_text {
    color: var(--second-company-text)
}
.see_more_plus {
    transform: rotate(90deg);
    transition: all .3s;
    color: var(--second-company-text);
}
.item_question.active .see_more_plus {
    transform: rotate(270deg);
}
.item_answer {
    font-size: 16px;
    font-weight: 400;
    color: var(--basic-company-text);
    margin-bottom: 0;
    padding: 20px;
}
.faq__item:last-child {
    margin-bottom: 10px;
}

.delivery_content {
    flex-direction: column;
    gap: 10px;
    padding-top: 15px;
}
.delivery_content_item {
    gap: 15px
}
.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 {
gap: 20px
}
.disabled_wishlist.visible {
    position: absolute;
    background: var(--basic-company-text);
    box-shadow: 0px 7px 17px 0px #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: 0px 7px 17px 0px #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 {
    display: none
}
.wishlist_empty_page {
    padding-bottom: 120px;
}
.fn_wishlist_page .product_preview__center .wishlist_button__remove:hover {
    box-shadow: 0px 3px 12px 0px #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 {
    gap: 20px
}
.product_variant_item.selected {
    border: 1px solid var(--basic-company-text)
}
.popup_prices {
    gap: 20px
}
.category_tabs {
    overflow: hidden
}
.p1::after {
    content: url(../images/title.svg);
    position: absolute;
    position: absolute;
    left: 15px;
    top: 44%;
}
.footer__grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: stretch;
    column-gap: 20px;
}
.footer_column:nth-child(5) {
    grid-column: span 4;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #FFFFFF33;
}
.footer_column:nth-child(2),
.footer_column:nth-child(3),
.footer_column:nth-child(4){
        margin: 0 auto;
}
.wrapper_categories {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.phones_list {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
    flex-direction: column;
}
.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: 600px;
height: 100%;
width: 100%;
object-fit: cover;
}
.features__wrap div.order_address {
    white-space: normal;
}
.contacts_item.first_item_contact {
    border-top: none
}

.gallery_image picture {
    display: flex;
    height: 100%;
    width: 100%;
}
.page {padding-bottom: 60px;}
.page img{border-radius: 10px;}
.fn_product_slide:not(.swiper-container-initialized) > .swiper-wrapper  {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.fn_product_slide:not(.swiper-container-initialized) > .swiper-wrapper > .swiper-slide:nth-child(n+5) {
    display: none;
}
@media only screen and (max-width : 991px) {
    .fn_product_slide:not(.swiper-container-initialized) > .swiper-wrapper  {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    .fn_product_slide:not(.swiper-container-initialized) > .swiper-wrapper > .swiper-slide:nth-child(n+4) {
            display: none;
    }
}
@media only screen and (max-width : 767px) {
    .fn_product_slide:not(.swiper-container-initialized) > .swiper-wrapper  {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .fn_product_slide:not(.swiper-container-initialized) > .swiper-wrapper > .swiper-slide:nth-child(n+3) {
            display: none;
    }
}
@media only screen and (max-width : 440px) {
    .fn_product_slide:not(.swiper-container-initialized) > .swiper-wrapper  {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .fn_product_slide:not(.swiper-container-initialized) > .swiper-wrapper > .swiper-slide:nth-child(n+2) {
            display: none;
    }
}
.fn_product_images:not(.swiper-container-initialized) .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr;
}
.fn_product_images:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+2) {
    display: none;
}

.product__variants_slider:not(.swiper-container-initialized) .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
}
.product__variants_slider:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+7) {
    display: none;
}
.product__variants_list {
    flex-wrap: wrap;
    max-width: 60%;
}
.wishlist_button,
.comparison_button,
.wishlist_button__remove {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    font-weight: 400;
    border-radius: 5px;
    width: 45px;
    min-height: 45px;
    height: 45px;
    border: 1px solid #CBCBCB;
    justify-content: center;
}

.wishlist_button svg, .comparison_button svg, .wishlist_button__remove svg {
    width: 26px;
    height: 26px;
    transition: all .3s;
    color: var(--body-text);
}
.wishlist_button.selected, .comparison_button.selected {
    background-color: var(--button-color);
    border: 1px solid var(--button-color);
}
.comparison_button.selected svg, .wishlist_button.selected svg {
    color: white;
}
.wishlist_button.selected:hover svg, .comparison_button.selected:hover svg {
    color: #fff;
}
.fn_fast_order_button {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: var(--button-color);
    border-bottom: 1px solid;
}
.fn_wishlist_page {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 20%);
    gap: 20px;
}
.banner_about_img{
    position: sticky;
    top: 100px;
}
.footer__menu_link:hover{
    color: #ff8000;
    text-decoration: none;
}
/* Preload */

.order_header_text {
    display: block;
    margin: 0 auto 24px;
    width: auto;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.payment_form, .fn_load_form form {
    margin: 16px 0 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.block__header__preload {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: end;
    position: relative;
    min-height: 190px;
    text-align: center;
}

.payment_form .form__button, .fn_load_form .form__button, .fn_load_form button {
    width: 100%;
    max-width: 388px;
}

.block__header__preload .fn_ajax_wait {
    height: 125px;
}

.block__header__preload .fn_ajax_wait::after {
    margin-top: -45px;
    left: 50%;
    top: 50%!important;
}

.block__header__preload .fn_ajax_wait, .block__header__preload .fn_ajax_wait:before, .block__header__preload .fn_ajax_wait:after {
    top: 0;
    border-color: transparent var(--button-color) var(--button-color) transparent;
    border-bottom: transparent;
    -webkit-animation: rotate-animation 1s linear 0 infinite;
    animation: rotate-animation 1s linear 0 infinite
}

.block__header__preload .block__header__preload__count {
    font-size: 50px;
    font-weight: 700;
    color: var(--button-color);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin: auto;
    line-height: 150%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fn_load_form .button {
    max-width: 226px;
    width: 100%;
    /* min-height: 56px; */
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease;
    background: var(--button-color);
    border-color: var(--button-color);
    color: var(--button-text) !important;
    font-family: inherit;
    text-decoration: none;
    border-radius: 50rem;
    border: 1px solid transparent;
    white-space: nowrap;
    /* font-size: 12px; */
    font-weight: 600;
}

.fn_ajax_wait::before {
    width: 120px;
    height: 120px;
    margin-left: -60px;
    border: 5px solid var(--basic-company);
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    -webkit-animation: rotate-animation 1s linear 0s infinite;
    animation: rotate-animation 1s linear 0s infinite;
}

.fn_ajax_wait::after {
    width: 80px;
    height: 80px;
    margin-top: 20px;
    margin-left: -40px;
    border-left-color: transparent;
    border: 5px solid var(--basic-company);
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    -webkit-animation: anti-rotate-animation 0.85s linear 0s infinite;
    animation: anti-rotate-animation 0.85s linear 0s infinite;
}
/* Preload */

.order_number_text {
    font-size: 34px;
    text-align: center;
    line-height: 1.4;
    width: 100%;
}
.order_id{
    color: var(--button-color);
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    white-space: nowrap;
}


