/*==========  Media  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .user_personal_seperator{
        position: relative;
        padding-right: 30px;
    }
    .user_personal_seperator:after{
        content: "";
        display: block;
        position: absolute;
        right: 11px;
        height: calc(100% - 50px);
        background: rgb(219, 219, 219);
        width: 1px;
        top: 40px;
    }
}
    
@media only screen and (max-width : 1199px) {
    .categories_nav .level_3 .subcategory .categories_menu__item {
        -webkit-flex: 0 0 33.3%;
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
        max-width: 33.3%;
        height: 130px;
    }
    header .main_button {
        max-width: 160px;
    }
    .menu_group--header {
        gap: 30px;
    }
    .header-contact__section svg {
        display: none;
    }
    .header-contact {
        min-width: 200px;
    }
    .categories_grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .section_faq_wrapper {
        grid-template-columns: 400px 1fr;
        gap: 20px;
    }
    .faq_image {
        height: 400px;
    }
    .section_faq_wrapper {
        align-items: start;
    }
    .menu_group--header .menu_group__link,
    .categories_nav .categories_menu__link {
        font-size: 14px;
    }
    .categories_nav .level_1 .categories_menu__item .categories_menu__link {
        padding: 28px 12px;
    }
    .our_services_item {
        padding: 25px;
    }
    .product-page__gallery {
        max-width: 450px;
    }
    .product-page__image {
        aspect-ratio: 1 / 1;
    }
    .product-page__details {
        width: calc(100% - 470px);
    }
    .product_ordering_grid {
        padding: 16px;
        gap: 12px;
    }
    .block__description--style table {
        min-width: 480px;
    }
    .details_boxed__buttons {
        gap: 20px;
    }
    .gallery_image a {
        max-height: 480px;
    }
    .comment_form.fancybox-content {
        max-width: 95vw;
    }
    .contact_right_block {
        display: none;
    }
    .contact_center_block, .contact_left_block {
        max-width: 48%;
    }
    .payment_content {
        gap: 7px;
    }
    .header_cart__item { 
        margin-right: 18px;
    }
}


/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .menu_switcher {
        display: none !important;
    }
    .position_sticky{
        position: sticky;
        top: 70px;
    }
    /* Hover style elemets */
    .block__header_button:hover{
        background: var(--button-color);
        border-color: var(--button-color);
        color: var(--button-text);
    }
    .block__header_button:hover .block__more{
        color: var(--button-text);
    }
    .filter__name:hover .filter__name_arrow{
        color: var(--basic-company);
    }
    .filter__selected_feature .filter__sf_link:hover{
        border-color: var(--basic-company);
    }
    .filter__selected_feature .filter__sf_link:hover .remove_icon{
        color: rgba(216, 31, 31, 1);
    }
    .filter__selected_feature_reset .filter__sf_reset:hover{
        border-color: transparent;
    }
    .filter__item:hover .filter__link {
        color: var(--basic-company);
    }
    .filter__link:hover .filter__label{
        color: var(--basic-company);
    }
    .filter__link:hover .filter__checkbox{
        border-color: var(--basic-company);
    }
    .anchor_comments__link:hover,
    .view_all_feature:hover,
    .anchor_comments__link:focus,
    .view_all_feature:focus{
        border-color: transparent;
    }
    .blog_catalog__switch:hover,
    .blog_catalog__link:hover,
    a.filter__catalog_link:hover{
        color: var(--basic-company);
    }
    .product_sort__link:not(.active_down):hover,
    .product_sort__link:not(.active_up):hover {
        color: var(--button-color);
        border-color: var(--button-color);
    }
    .form__button:hover {
        color: var(--button-second-text);
    }
    .checkbox:hover .checkbox__icon{
        border-color: var(--basic-company);
    }
    .breadcrumbs a:hover{
        color: var(--basic-company);
    }
    .account__link:hover{
        color: var(--basic-company);
        opacity: 1;
    }
    .switcher__visible:hover .switcher__name:after {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
        top: 0px;
    }
    .switcher__item:hover .switcher__hidden{
        display: block;
        z-index: 1;
    }
    .switcher__link:hover {
        text-decoration: none;
        color: var(--basic-company);
    }
    .callback:hover{
        color: var(--basic-company-text);
        background-color: var(--basic-company);
        border-color: var(--basic-company);
        opacity: 1;
    }
    .main_brands__image:hover img {
        opacity: 1;
    }
    .menu_group__link:hover{
        color: var(--basic-company);
        text-decoration: none;
    }
    .menu_group--header .menu_eventer:hover .menu_group__list--2{
        display: block;
        z-index: 1;
    }
    .menu_group--header .menu_eventer:hover .menu_group__list--3{
        display: none;
    }
    .menu_group--header .menu_group__link[href^="discounted"]:hover{
        color: rgb(247, 76, 76);
    }
    .menu_group--header .menu_eventer:hover .menu_group__link:after {
        transform: rotate(-135deg);
        top: 2px;
    }
    .menu_group--header .menu_group__link:hover{
        color: var(--basic-company);
        text-decoration: none;
    }
    .menu_group--footer .menu_group__link:hover{
        color: var(--basic-company);
        text-decoration: none;
    }
    .header-contact__inner:hover{
        background: var(--second-company);
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
        z-index: 1;
        height: auto;
    }
    .header-contact__inner--adress:hover{
        background: transparent;
        box-shadow: none;
        z-index: 1;
        height: auto;
    }
    .header-contact__inner:hover .header-contact__item{
        opacity: 1;
        visibility: visible;
        height: auto;
        position: relative;
    }
    .header-contact__inner:hover .header-contact__item--visible:after {
        content: none;
    }
    .header-contact__inner:hover .header-contact__item--visible a:hover {
        color: var(--basic-company);
    }
    .header-contact__inner:hover .contact_arrow{
        transform: rotate(-180deg);
    }
    .header-contact--phone a:hover,
    .header-contact--email a:hover{
        color: var(--basic-company);
    }
    .header_informers__item:hover{
        color: var(--second-company-text);
        background: var(--second-company);
    }
    .search__button:hover {
        opacity: 1;
    }
    .categories_nav .categories_menu__item .categories_menu__link:hover{
        color: var(--basic-company);
        text-decoration: none;
    }
    .categories_nav .categories_menu__item .categories_menu__link:hover svg {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        color: var(--basic-company);
    }
    .categories_nav .subcategory .categories_menu__item .categories_menu__link:hover{
        color: var(--basic-company);
        text-decoration: none;
    }
    .categories_nav .subcategory .categories_menu__item:hover {
        background: #fff;
    }
    .categories_nav .level_3 .subcategory .categories_menu__item .categories_menu__link:hover{
        color: var(--basic-company);
        text-decoration: none;
    }
    .categories_nav__subcategory.level_4{
        display: none!important;
    }
    .author_list__item:hover .author_list__preview,
    .brand__item:hover .brand__preview{
        background: #fff;
        border-color: transparent;
        border-radius: 4px;
        -webkit-box-shadow: 0 5px 15px #00000059;
        -moz-box-shadow: 0 5px 15px rgba(0,0,0,0.35);
        box-shadow: 0 5px 15px #00000059;
        z-index: 3;
    }
    .product_item:not(.no_hover):hover .product_preview {
        background: #fff;
        border-color: transparent;
        border-radius: 4px;
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.35);
        -moz-box-shadow: 0 5px 15px rgba(0,0,0,0.35);
        box-shadow: 0 5px 15px rgba(0,0,0,0.35);
        z-index: 3;
    }
    .product_preview__name a:hover {
        color: var(--basic-company);
    }
    .product_preview__button--pre_order:hover{
        background: rgb(127, 127, 127);
        border-color: rgb(127, 127, 127);
        color: #fff;
    }
    .product_preview__button--pre_order:hover{
        background: rgb(127, 127, 127);
        border-color: rgb(127, 127, 127);
        color: #fff;
    }
    .form__button--border:active,
    .form__button--border:hover,
    .form__button--border:focus{
        background: rgb(127, 127, 127);
        border-color: rgb(127, 127, 127);
        color: #fff;
    }
    .product-page__button--preloader:hover,
    .product-page__button--preloader:focus{
        background: #7f7f7f;
        border-color: #7f7f7f;
        color: #fff;
    }
    .product_preview__button:not('.button--blick'):hover{
        opacity: 0.8;
    }
    .product_item:hover .product_preview__button .product_preview__button_text{
        visibility: visible;
        overflow: visible;
        opacity: 1;
        width: auto;
    }
    .product_preview__buttons .comparison_button:hover,
    .product_preview__buttons .fast_order_button:hover{
        color: var(--button-color);
        border-color: var(--button-color);
        opacity: 1;
    }
    .product_preview__center .wishlist_button:hover{
        opacity: 1;
    }
    .product_item:not(.no_hover):hover .product_preview__annotation,
    .product_item:not(.no_hover):hover .product_preview__variants{
        display: block;
    }
    .article__button:hover{
        color: var(--button-color);
    }
    .article_item:hover .article__preview {
        background: rgb(255, 255, 255);
        border-color: transparent;
        border-radius: 4px;
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.35);
        -moz-box-shadow: 0 5px 15px rgba(0,0,0,0.35);
        box-shadow: 0 5px 15px rgba(0,0,0,0.35);
        z-index: 3;
    }
    .article__button:hover svg {
        left: 3px;
    }
    .details_boxed__other .fast_order_button:hover,
    .product-page__compare:hover,
    .product-page__wishlist:hover{
        border-color: var(--button-color);
        color: var(--button-color);
    }
    .product-page__compare:focus,
    .product-page__wishlist:focus{
        color: var(--button-color);
    }
    .tabs__link:hover{
        color: var(--basic-company);
    }
    .pager a:hover {
        text-decoration: none;
        color: var(--button-color);
        background: #fff;
        border-color: #dbdbdb;
    }
    .sidebar_card__link:hover,
    .browsed__link:hover {
        border-color: transparent;
        -webkit-box-shadow: 0 1px 4px #8e8e8e;
        -moz-box-shadow: 0 1px 4px #8e8e8e;
        box-shadow: 0 1px 4px #8e8e8e;
    }
    .footer__contact_item .callback:hover{
        color: var(--basic-company-text);
        background-color: var(--basic-company);
        border-color: var(--basic-company);
    }
    .footer__contact_item .email:hover,
    .footer__contact_item .phone:hover{
        color: var(--basic-company)!important;
        text-decoration: none;
    }
    .footer__menu_link:hover{
        color: var(--basic-company);
        text-decoration: none;
    }
    .form__button--subscribe:hover{
        opacity: 1;
    }
    .social__link:hover {
        background-color: var(--basic-company);
        border-color: var(--basic-company);
        color: var(--basic-company-text);
        opacity: 1;
    }
    .footer__copyright a:hover{
        color: var(--basic-company)!important;
        text-decoration: none
    }
    .compare_show a:hover{
        background: var(--basic-company);
        color: var(--second-company-text);
        text-decoration: none;
    }
    .purchase__name .purchase__name_link:hover {
        color: var(--basic-company);
    }
    .purchase__remove:hover{
        background: red;
        color: #fff;
        border-color: red;
    }
    .form__button--coupon:hover{
        opacity: 1;
    }
    .main_button:hover {
        color: #ffffff;
        background: #0D6D12;
        box-shadow: 0px 3px 12px 0px #004C0499;

    }
    .main_banner_info_buttons .border_button:hover {
        background: transparent;
        color: var(--basic-company);
        border: 1px solid var(--basic-company);
        box-shadow: none;
    }
    .border_button:hover {
        background: transparent;
        color: #7e7e7e;
        border: 1px solid #7e7e7e;
        box-shadow: none;
    }
    .underline_button:hover{
        color:#5EC364 ;
    }
    .underline_button:hover:after{
        background:#5EC364;
    }
    .categories_menu__item.has_child:hover .categories_nav__menu_hover {
        top: 75px;
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }
    /***** #Search **********************************************************************/
    .search_desktop {
        position: relative;
        -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;
        background: transparent;
        backdrop-filter: none;
        display: flex;
    }
    .form_search_content_desktop {
        display: flex;
        width: 100%;
        height: fit-content;
        height: 45px;
        position: relative;
        z-index: 10;
    }
    .form_search_desktop {
        display: block;
        width: 100%;
        height: 50px;
        position: relative;
    }
    .form_search_desktop input {
         background: #ffffff;
        border: none;
        color: var(--body-text);
        height: 45px;
        width: 100%;
        border: 1px solid #E8E8E8;
        border-radius: 5px;
    }
  /***** #Search **********************************************************************/
  .header_cart_link:hover{
    color: #ffffff;
  }
  .product_preview:hover{box-shadow: 0px 4px 16px 0px #00073526;}
  .swiper-button-next:hover, .swiper-button-prev:hover{border: 1px solid var(--basic-company);color: var(--basic-company);}
  .category_link:hover{
        background-size: 112%;
    
  }
  .tooltip a:hover,
    a:hover{
        color: var(--basic-company);
        outline-width: 0;
        text-decoration: none;
    }
    .contacts_box_info {
        display: none
    }
    .close_filter {
        display: none;
    }
}

@media only screen and (max-width : 991px) {
    h2, .h2 {
        font-size: 24px;
        margin: 0 0 20px;
    }
    .header{
        position: fixed;
        width: 100%;
        top: 0px;
        left: 0px;
    }
    .footer__hidden{
        display: none;
    }
    .main{
        padding-top: 76px;
    }
    .product-page__images{
        max-height: 320px;
    }
    .sidebar:not(.sidebar--user){
        position: fixed;
        z-index: 10000;
        top: 0;
        right: -320px;
        width: 320px;
        max-width: calc(100vw - 50px);
        height: 100vh;
        display: block;
        padding: 45px 5px 5px;
        overflow-y: auto;
        transition: .3s;
        background: #212121;
    }
    .blog_container--left,
    .post_container--left{
        margin-right: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0;
    }
    .sidebar__header{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: absolute;
        top: 0px;
        width: calc(100% + 2px);
        transition: .3s;
        height: 45px;
        background: transparent;
        color: #fff;
        padding: 5px 5px;
    }
    .sidebar.opened{
        right: 0;
        overscroll-behavior: none;
    }
    .sidebar__header.opened {
        right: 0;
        z-index: 5;
    }
    .sidebar__header--close{
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        font-size: 16px;
        font-weight: 500;
        height: 35px;
        color: var(--basic-company);
        -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;
    }
    .sidebar__header--close svg {
        margin-right: 5px;
        display: inline-block;
        height: 18px;
        position: relative;
        width: 18px;
    }
    .sidebar__header--reset{
        -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%;
    }
    .mobile_filter__reset{
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        font-size: 16px;
        font-weight: 500;
        background: transparent;
        border: none;
        height: 35px;
        color: var(--basic-company);
        width: 100%;
    }
    .mobile_filter__reset svg {
        margin-right: 8px;
        display: inline-block;
        height: 15px;
        position: relative;
        width: 15px;
    }
    .sidebar__boxed {
        margin-bottom: 5px;
    }
    .blog_container--left,
    .post_container--left {
        margin-left: 0px;
        width: 100%;
    }
    .blog_container__boxed,
    .post_container__boxed{
        position: relative;
    }
    .blog_container__boxed .blog__heading,
    .post_container__boxed .post__heading{
        padding-right: 150px;
    }
    .blog_container__boxed .switch_mobile_filter,
    .post_container__header .switch_mobile_filter{
        width: 130px;
        position: absolute;
        top: 20px;
        right: 15px;
    }
    .block_explanation{
        margin-top: 20px;
        padding-left: 0;
    }
    footer {
        padding-top: 10px;
        padding-bottom: 70px;
    }
    .footer__title:before {
        content: none;
    }
    .product_item.swiper-slide {
        padding: 0px 5px;
    }
    .product_item {
        padding: 0px 5px;
    }
    .fn_categories {
        row-gap: 16px;
    }
    .products_wrapper.padding_page {
        grid-template-columns: 250px 1fr;
    }
    .product_sort__title {
        margin-right: 5px;
    }
    .product_sort__link {
        margin: 0 5px;
    }
    .products_container__sort {
        padding: 12px 10px;
    }
    .block__abouts_us {
        border-right: none;
        padding-right: 0px;
        border-bottom: 1px solid;
        border-color: var(--border-color);
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .product_preview {
        box-shadow: none;
        min-height: 300px;
        border: 1px solid #D8D8D8;
    }
    .product_preview__top{
        display: none;
    }
    .product_preview__image {
        height: 150px;
        margin-bottom: 10px;
    }
    .product_preview__image a,
    .product_preview__image picture {
        height: 150px;
    }
    .product_item:nth-child(4n) .product_preview {
        border-color: #D8D8D8;
    }
    .product_preview__prices {
        margin-top: 5px;
    }
    .product_preview__bottom {
        margin: 5px 0 0;
    }
    .product_preview__prices .price {
        font-size: 16px;
        font-weight: 600;
    }
    .product_preview__prices .old_price {
        margin: 0 5px 0 0;
        font-size: 13px;
        font-weight: 400;
    }
    .categories_nav{
        display: none!important;
    }

    .article_list.no_gutters{
        border-top: 1px solid #dbdbdb;
        border-left: 1px solid #dbdbdb;
    }
    .article_list.no_gutters .article__preview {
        border-right: 1px solid #dbdbdb;
        border-bottom: 1px solid #dbdbdb;
    }
    .brand__item {
        margin-bottom: 10px;
    }
    .block--cart_purchases{
        margin-bottom: 15px;
    }
    .block__header--boxed {
        padding: 10px 15px;
        margin-bottom: 10px;
    }
    .block {
        margin-bottom: 10px;
    }
    .block--boxed {
        padding: 15px;
    }
    .brand {
        margin-bottom: -10px;
    }
    .tabs {
        margin-bottom: 10px;
    }
    .pager {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .products_container__boxed {
        padding: 20px 20px 10px;
        margin-bottom: 10px;
    }
    .block__header--boxed .block__header_promo,
    .block__header--boxed .block__header_button {
        right: inherit;
        top: inherit;
    }
    .block__header--promo .block__heading,
    .block__header--promo .block__title {
        padding-right: 0px;
        margin: 0 0 0px;
    }
    .block__header_promo {
        position: relative;
        max-width: inherit;
        padding: 1px 5px;
        margin-top: 10px;
    }
    .gallery_image img{
        max-height: 100%;
    }
    .menu_switcher__heading .catalog_icon {
        margin-right: 5px;
        display: inline-block;
        position: relative;
    }
    .menu_switcher__heading .catalog_icon svg {
        width: 20px;
        height: 20px;
    }
    .main_banner {
        width: 100%;
        height: 560px;
    }
    .mobile_header_bottom{
        height: 70px;
        display: flex !important;
        align-items: center;
        padding: 0;
        position: fixed;
        z-index: 9999;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #FFF;
        font-size: 12px;
        line-height: 15px;
        color: #6B6B6B;
        border-top: 1px solid #D5D5D5;
        box-shadow: 0 -5px 30px 0 #000C1D1F;
    }

    .product-page__image {
        aspect-ratio: unset;
    }
    
/* Категорії */
    .main_cat_mobile {
        font-size: 20px;
        text-decoration: none;
        font-weight: 400;
        margin: 0;
        padding: 10px 0;
    }
    .main_cat_mobile a {
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: space-between;
        color: var(--boxed-text);
    }
    .sub_cat_mobile a {
            padding-left:20px;
    }
    .name_img_cat {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 20px;
    }
    .sub_cat_mobile .name_img_cat { 
        font-size: 18px;
    }
    .nav-icon {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        overflow: hidden;
    }
    .nav-icon img{width: 100%;height: 100%;}
    .nav-icon svg{width: 24px;height: 24px;}
    .arrow_down_cat {
        width: 55%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .arrow_down_cat .arrow_right {
        width: 20px;
        transition: all .3s ease;
    }
    .main_cat_mobile.active .arrow_right{
        transform: rotate(-90deg);
    }
    .fn_close_cat{
        padding: 20px 0;
    }
    .fn_close_cat a{
        background: #ffffff;
        color: var(--basic-company);
        font-weight: 600;
        border: 1px solid var(--basic-company);
        text-align: center;
        border-radius: 10px;
        padding: 12px;
        font-size: 16px;
        text-decoration: none;
        width: 100%;
        display: block;
    }
    .sub_cat_mobile {
        display: none;
        margin-left: 28px;
        padding: 15px 0 0 15px;
        list-style-type: none;
    }
    .sub_cat_mobile li {
        font-size: 16px;
        font-weight: 400;
        padding: 8px 0;
        margin: 0;
        display: flex;
        align-items: center;
    }
     .sub_cat_mobile li{
        position: relative;
     }
     .sub_cat_mobile li::before {
        content: "";
        position: relative;
        left: 0;
        width: 20px;
        height: 5px;
        background-image: url(../images/list.png);
        background-repeat: no-repeat;
        background-position: center;
    }
    .header_informers__link:not(.header_cart_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__link:not(.header_cart_link ) .informer_name {
        font-size: 13px;
        font-weight: 500;
        color: #7C7C7C;
    }
    .menu_switcher__heading svg {
        display: inline-block;
        position: relative;
        width: 28px;
        height: 28px;
        min-width: 28px;
        color: #7C7C7C;
    }
    .header_informers__item {
        padding: 0;
        width: 33.33%;
    }
    .header__bottom, .fn_header__sticky {
        background: #2A2A2A;
        color: var(--second-company-text);
        padding: 0;
        box-shadow: 0px 4px 20px 0px #07003124;
        border-bottom: 1px solid #2A2A2A;
        z-index: 9999;
    }
    .header_informers__item.active svg,
    .header_informers__item.active .informer_name,
    .header_informers__item.toggle-open svg,
    .header_informers__item.toggle-open .informer_name{
        color: var(--basic-company);
    }
    .header__center{display: none;}
    .header_informers {
        width: 100%;
        gap: 20px;
        width: max-content;
    }
    /* ПОШУК */
    .fn_search_mobile.form_search {
        background: rgba(0, 0, 0, .9);
        flex-direction: row;
        justify-content: center;
        align-items: stretch;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        backdrop-filter: saturate(180%) blur(20px);
        display: none;
    }
    .search_close {
        color: rgba(255, 255, 255, .5);
        cursor: pointer;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        transition: color .5s;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    .search_close {
        color: rgba(255, 255, 255, .5);
        cursor: pointer;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        transition: color .5s;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    .form_search_content {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 660px;
        height: fit-content;
        padding: 0px 20px;
        height: 50px;
        position: relative;
        z-index: 20;
        margin: 0 auto;
    }
    .text_search {
        color: rgba(255, 255, 255, .6);
        font-size: 20px;
        font-weight: 400;
        text-align: center;
        height: 20px;
        line-height: 20px;
        margin: 15vh 0px 0px 0px;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .form_search_mobile {
        display: block;
        width: 100%;
        height: 60px;
        margin: 20px 0px 0px 0px;
        position: relative;
    }
    .form_search_mobile input {
        background: var(--bg);
        border: none;
        color: var(--body-text);
        height: 50px;
        width: 100%;
    }
    .search__button {
        height: 50px;
    }
    .search__button svg {
        width: 20px;
        height: 20px;
        color: #A5A5A5;
    }
    .header_search__item {
        width: 45px;
        height: 45px;
        border: 1px solid #FFFFFF;
        border-radius: 5px;
        color: var(--button-color);
        position: relative;
    }
    .header_search__item svg{
        width: 24px;
        height: 24px;
        color: #FFFFFF;
    }
    .search_close svg {
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 30px;
        right: 30px;
    }
    /* ПОШУК */

    .categories_grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }
    .main_padding {
        padding: 60px 0;
    }

    h1.banner_main_info_ttl {
        font-size: 30px;
    }
    .main_padding_bg {
        padding: 60px 0;
    }
    .page_ttl, h2, .h2 {
        font-size: 36px;
        margin-bottom: 32px;
    }
    .our_services_ttl {
        font-size: 23px;
    }
    .our_services_ttl {
        font-size: 20px;
    }
        .our_services_item {
        padding: 20px;
        gap: 16px;
    }
    .our_services_grid {
        gap: 16px;
    }
    .section_faq_wrapper {
        display: flex;
        flex-direction: column-reverse;
        gap: 24px;
    }
    .about_us_body {
        max-width: 85%;
        margin-top: 90px;
        padding: 36px;
    }
    .about_us_image {
        width: 450px;
        height: 450px;
    }
    .subcategory_name {
        font-size: 16px;
    }
    .categories__image, .categories__no_image {
        min-height: 65px;
    }
    .subcategory_link {
        min-height: 130px;
    }
    .categories__no_image svg {
        width: 50px;
        height: 50px;
    }
    .category__image {
        width: 230px;
    }
    .category__description_flex {
        gap: 20px;
    }
    .product-page__gallery {
        max-width: 100%;
        top: 0;
        position: relative;
    }
    .product-page__details {
        width: 100%;
    }
    .padding_page {
        padding-bottom: 60px;
    }
    .comment_form_wrapper .product-page__image {
        aspect-ratio: 1 / 1;
        height: 100%;
        max-width: 320px;
    }
    .comment_form.fancybox-content {
        padding: 30px 24px;
    }
    .contacts_page_block {
        flex-wrap: wrap;
        column-gap: 20px;
    }
    .contact_left_block {
        max-width: 100%;
    }
    .contact_right_block {
        display: flex;
        max-width: 280px;
    }
    .contact_center_block {
        max-width: calc(100% - 300px);
    }
    .contacts_box_info {
        flex-direction: column;
        position: fixed;
        width: 100%;
        height: auto;
        opacity: 0;
        visibility: hidden;
        transition: all .3s;
        z-index: 9999;
        bottom: 70px;
        max-width: 100%;
        border-radius: 10px 10px 0 0;
        right: 0;
        border: none;
        background: #F7F7F7;
        padding: 30px 15px;
    }
    .contacts_box_info.show {
        opacity: 1;
        visibility: visible;
        z-index: 100;
    }
    .contacts_item.label_contacts_social {
        margin-bottom: 0!important;
    }
    .contacts_overlay, .close_cat_bg, .close_filter {
        content: '';
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #00000099;
        transition: all .3s ease;
        opacity: 0;
        visibility: hidden;
        z-index: -1;
    }
    .contacts_box_info.show + .contacts_overlay,
    .fn_catalog_menu_mob.active .close_cat_bg,
    .fn_mobile_toogle.opened + .close_filter {
        opacity: 1;
        visibility: visible;
        z-index: 99;
    }
    .header-contact--phone a, .header-contact--email a {
        color: #4D4D4D;
        font-size: 20px;
    }
    .header-contact__item {
        visibility: visible;
        opacity: 1;
    }
    .header-contact__section svg {
        display: flex;
        color: var(--basic-company)
    }
    .header-contact--phone, .header-contact--email, .header-contact--time {
        margin-bottom: 20px;
    }
    .contacts_box_info .social__link {
        margin-right: 30px;
    }
    h1, .h1 {
        font-size: 40px;
        margin-bottom: 24px;
    }
    .copyright {
        flex-wrap: wrap;
        row-gap: 14px;
    }
    .payment_content {
        width: 100%;
        justify-content: space-between;
        order: 3;
    }
    .to_top {
        bottom: 75px
    }
    .header_cart__item {
        margin-left: 12px;
        margin-right: 0;
    }
    .header_search__item {
        margin-left: auto;
    }
    .header__bottom_panel {
        gap: 0;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

    .product-page__img .swiper-button-prev, 
    .product-page__img .swiper-button-next {
        display: none;
    }
    .user_tab__switch{
        cursor: inherit;
    }
    .user_tab__switch:after{
        display: none;
    }
}
@media only screen and (max-width : 767px) {
    .search {
        display: none;
        position: absolute;
        margin: 0;
        width: 100%;
        top: 45px;
        left: 0;
        background: var(--second-company);
        padding: 0 7px 7px;
    }
    .search__input {
        font-size: 12px;
        padding: 10px 10px;
        border-radius: 3px;
        height: 32px;
    }
    .search__button {
        border-radius: 3px;
        right: 6px;
        top: 0px;
    }
    .block__description .video,
    .block__description .mce-object-iframe{
        position: relative;
        padding-bottom: 56.25%;
        width: 100%;
    }
    .blog_container__boxed .blog__heading,
    .post_container__boxed .post__heading {
        padding-right: 110px;
        font-size: 22px;
    }
    .blog_container__boxed .switch_mobile_filter,
    .post_container__header .switch_mobile_filter {
        width: 100px;
        padding: 0 5px;
    }
    .post_information__item{
        margin: 5px 25px 5px 0;
        font-size: 12px;
    }
    .header__bottom_panel {
        position: static;
    }
    .menu_switcher {
        margin: 0px;
    }
    .menu_switcher__heading{
        height: 30px;
    }
    .header_informers__item svg {
        width: 24px;
        height: 24px;
    }
    #wishlist svg {
        width: 26px;
        height: 26px;
    }
    .header_informers__item {
        min-width: 60px;
        padding: 0 10px;
    }
    .header_informers__item .compare_counter,
    .header_informers__item .wishlist_counter,
    .header_informers__item .cart_counter {
        right: 5px;
        top: -5px;
    }
    .block__header--promo .block__heading,
    .block__header--promo .block__title {
        padding-right: 0px;
    }
    .block__header_button {
        max-width: auto;
        position: relative;
        padding: 2px 0px;
        background: transparent;
        border: none;
        color: var(--basic-company);
    }
    .products_container__boxed {
        border-radius: 0px;
        padding: 10px;
        margin-bottom: 10px;
    }
    .products_container__sort {
        margin-bottom: 16px;
    }
    .products_sort {
        display: block;
    }
    .product_sort__form {
        display: inline-block;
        vertical-align: middle;
        margin: 5px 8px 0px 0px;
    }
    .product_sort__link {
        padding: 0;
        font-weight: 500;
        margin: 0;
        border: none;
    }
    .advantages {
        border-top: 1px solid;
        border-left: 1px solid;
        border-color: #dbdbdb;
    }

    .advantages__item:last-child .advantages__preview {
        border-right: 1px solid;
        border-bottom: 1px solid;
        border-color: #dbdbdb;
    }

    .advantages__item .advantages__preview {
        border-bottom: 1px solid;
        border-color: #dbdbdb;
    }
    .advantages__preview {
        padding: 20px 5px;
    }
    .advantages__icon svg {
        width: 60px;
        height: 60px;
        color: #058d27;
    }
    .advantages__title {
        font-size: 14px;
        line-height: 1.2;
        height: 35px;
        overflow: hidden;
    }
    .article_list:not(.fn_articles_slide){
        margin-bottom: -10px;
    }
    .article_item {
        margin-bottom: 10px;
        height: 320px;
    }
    .block__title--order{
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 20px;
    }
    .block__title--order span:last-child{
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .block__title--order .order_number {
        color: #1dc116;
        padding: 3px 5px;
        display: inline-block;
        font-size: 16px;
        border: 2px solid #1dc116;
        border-radius: 4px;
        line-height: 1;
        margin: 0px 5px;
    }
    .tabs__content {
        padding: 10px 0px;
    }
    .tab {
        display: block!important;
        padding: 0px 20px;
    }
    .footer__payments {
        text-align: center;
        margin-bottom: 15px;
    }
    .payments__list{
        text-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .product_preview__button--buy .product_preview__button_text{
        display: none;
    }
    .product_preview__buttons .product_preview__button:before {
        font-size: 20px;
    }
    .product-page__images{
        min-height: 1px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0px!important;
        margin-left: 0px!important;
    }
    .product-page__images{
        margin-top: 10px;
    }
    .product-page__img {
        padding: 0;
    }
    .product-page__images-item{
        margin: 5px;
        float: left;
    }
    .purchase__image {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75px;
        -ms-flex: 0 0 75px;
        flex: 0 0 75px;
        max-width: 75px;
    }
    .gallery_image{
        overflow: hidden;
    }
    .sidebar--user{
        width: 100%;
        position: static!important;
        float: none;
        margin-bottom: 5px;
    }
    .user_container{
        margin-left: 0;
        width: 100%;
    }
    .mobile_tab__content,
    .tabs__navigation--user .button__logout,
    .tabs__navigation--user .tabs__link {display: none;}
    .profile {border-bottom: none;}
    .user_container .tab:first-child .mobile_tab__content {display: block;}
     .user_container__boxed {margin-bottom: 0;}
     .user_tab__switch .block__header{min-height: 40px;padding: 15px;}
     .user_tab__switch .h1{font-size: 16px;font-weight: 500;}
     .boxed_no_comments {padding: 40px 20px;}
     .boxed_no_comments__icon {margin-bottom: 15px;}
     .boxed_no_comments__title {font-size: 16px;margin-bottom: 0px;}
    .category_link {
        height: 200px;
    }
    .product_preview__name {
        height: 44px;
        font-size: 16px;
    }
    .products_slide_wrapper .swiper-button-next, .products_slide_wrapper .swiper-button-prev {
        display: none;
    }
    .fn_products_slide.swiper {
        margin-left: 0!important;
        margin-right: 0!important;
        padding-bottom: 40px;
    }
    .products_slide_wrapper .swiper-pagination {
        display: flex;
        justify-content: center;
    }
    .products_slide_wrapper .underline_button {
        margin-top: 24px;
    }
    .our_services_grid {
        grid-template-columns: repeat(1,1fr);
        gap: 24px;
    }
    .about_us_wrapper {
        flex-direction: column-reverse;
        gap: 16px;
    }
    .about_us_image {
        position: relative;
        margin: 0 auto;
    }
    .about_us_body {
        margin-top: 0;
        max-width: 100%;
        padding: 0;
        box-shadow: none;
    }
    .product_preview__buttons .main_button {
        height: 40px;
    }
    .banner_main_info {
        padding: 0 15px;
    }
    .footer_mobile {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 24px;
    }
    .footer__content {
        margin-bottom: 0;
    }
    .footer_column:nth-child(3) {
        order: -1;
    }
    .footer_column:first-child {
        order: -1;
    }
    .fn_mobile_toogle:not(.sidebar__header) {
        position: fixed;
        bottom: 70px;
        top: auto;
        right: 0;
        height: calc(100% - 145px);
        transform: translateX(100%);
        transition: all .3s ease;
        z-index: 100;
        max-width: 84vw;
        padding-top: 45px;
        width: 100%;
        overflow: auto;
    }
    .fn_mobile_toogle:not(.sidebar__header).opened {
        transform: translateX(0);
    }
    .products_wrapper.padding_page {
        display: flex;
    }
    .fn_category_slide .swiper-slide {
        padding: 10px 5px;
    }
    .category_slide_wrapper .swiper-button-prev,
    .category_slide_wrapper .swiper-button-next {
        display: none;
    }
    .fn_category_slide {
        margin: 0!important;
    }
    .category__description_flex {
        flex-direction: column;
    }
    .category__image {
        width: 320px;
    }
    .fn_mobile_toogle {
        border: none;
        border-radius: 0;
    }
    .comment_form_wrapper {
        flex-direction: column;

    }
    .comment_form_wrapper .product-page__image {
        max-width: 100%;
        aspect-ratio: unset;
    }
    .contact_right_block {
        display: none;
    }
    .contact_center_block {
        max-width: 100%;
    }
    .products_container {
        width: 100%
    }
}
/* Extra Small Devices, Phones */
@media (max-width : 576px) {
    h6, .h6 {
        font-size: 14px;
        margin: 0px 0 15px;
        font-weight: 600;
    }
    .message_error{
        margin: 10px 0 20px;
    }
    .boxed__description img{
        display: block;
        float: none!important;
    }
    .coupon__title{
        font-size: 13px;
        margin: 3px 0 5px;
        font-weight: 400;
        display: inline-block;
        border-bottom: 1px dashed;
        line-height: 1.3;
        font-style: italic;
        opacity: 0.7;
        cursor: pointer;
    }
    .coupon__group{
        margin-top: 10px;
        display: none;
    }
    .block {
        margin: 0 0 10px;
    }
    .block--boxed {
        box-shadow: none;
        padding: 10px;
    }
    .form--boxed {
        padding: 10px;
    }
    .block__header--boxed {
        padding: 10px;
        margin-bottom: 10px;
    }
    .form__header {
        margin-bottom: 10px;
    }
    .form_cart .form__header {
        margin-bottom: 10px;
    }
    .form_cart{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .form__title {
        font-size: 18px;
        font-weight: 500;
        margin: 0 auto 10px;
    }
    .form__header::after {
        top: 35%;
    }
    .delivery__name_price {
        font-weight: 600;
        font-size: 14px;
    }
    .form__title svg{
        display: none;
    }
    .form__group {
        margin-bottom: 10px;
    }
    .form--boxed_cart,
    .form__button{
        width: 100%;
        margin-left: 0;
    }
    .pager li:first-child{
        margin-bottom: 10px;
    }
    .purchase__content {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 calc(100% - 75px);
        -ms-flex: 0 0 calc(100% - 75px);
        flex: 0 0 calc(100% - 75px);
        max-width: calc(100% - 75px);
        padding-left: 10px;
    }
    .purchase__amount,
    .purchase__price {
        padding-right: 10px;
    }
    .delivery__image{
        display: none;
    }
    .delivery__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%;
        font-size: 16px;
        font-weight: 500;
    }
    .details_boxed__other{
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 150px;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
        width: 150px;
    }
    .details_boxed__other .fast_order_button,
    .product-page__compare,
    .product-page__wishlist{
        margin-right: 0;
        margin-left: 10px;
    }
    .form__button--subscribe {
        width: auto!important;
    }
    .details_boxed__item--one,
    .details_boxed__item {
        padding: 10px;
    }
    .details_boxed__amount {
        margin-bottom: 10px;
    }
    .details_boxed__prices {
        margin-bottom: 0;
        padding: 0;
    }
    .details_boxed__old_price {
        font-weight: 400;
        margin: 0px 10px 0 0;
        font-size: 16px;
    }
    .details_boxed__old_price .currency {
        font-weight: 400;
        font-size: 12px;
        margin-top: 3px;
    }
    .details_boxed__price {
        font-size: 28px;
    }
    .details_boxed__price .currency{
        font-size: 14px;
        margin-top: 10px;
    }
    .mobile_tab__content .comment{
        margin-bottom: 10px;
    }
    .comment__icon {
       display: none;
    }
    .admin_note {
        padding: 16px 0 0;
    }
    .comment__boxed {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .tab {
        padding: 0px 15px;
    }
    .details_boxed__no_brand .details_boxed__title{
        display: block;
    }
    .cell {
        padding: 10px 5px;
        line-height: 1.1;
        font-size: 10px;
        font-weight: 500;
    }
    .comparison_block__left {
        width: 40%;
    }
    .comparison_block__products {
        width: 60%!important;
    }
    .products_list{
        position: relative;
    }
    .products_list:before{
        content: "";
        height: 100%;
        width: 1px;
        position: absolute;
        right: 0px;
        top: 0px;
        display: block;
        z-index: 1;
        background: #fff;
    }
    .product_preview__button--pre_order{
        padding: 0;
        line-height: 1px;
    }
    .product_preview__button--pre_order .product_preview__button_text {
        padding: 0px 5px;
        font-size: 10px;
        font-weight: 500;
        line-height: 1;
        display: block;
    }
    body,
    .boxed__description{
        line-height: 1.3;
    }
    .advantages__preview {
        padding: 10px 5px;
    }
    .advantages__title {
        font-size: 12px;
        line-height: 1.2;
        height: 30px;
        min-height: 30px;
    }
    .advantages__icon svg {
        width: 50px;
        height: 50px;
    }
    .xzoom-thumbs {
        text-align: center;
        margin-bottom: 0px;
    }
    .anchor_comments__link {
        margin-top: 5px;
        margin-bottom: 3px;
    }
    .hc-offcanvas-nav ul.bottom-nav li a.nav-item{
        font-size: 16px;
    }
    .password_remind {
        margin-bottom: 15px;
        margin-top: 10px;
    }
    .hc-offcanvas-nav ul.top-nav .mobile__link img {
        max-height: 45px;
    }
    .hc-offcanvas-nav ul.top-nav .account__link {
        font-size: 11px;
    }
    .block__description--style {
        font-size: 16px;
    }
    .block__description {
        padding: 0rem;
    }
    .block__description--style p {
        line-height: 1.6;
        margin: 0 0 1rem;
    }
    .block__description--style .table {
        margin: 0;
    }
    .block__description--style .table__cell{
        margin: 1rem 0;
    }
    .block__description--style img {
        margin: 0 0 1rem;
    }
    .block__description--style ol,
    .block__description--style ul {
        margin-bottom: 1rem;
        margin-left: 1rem;
    }
    .block__description--style ul li,
    .block__description--style ol li {
        font-size: 14px;
        font-weight: 600;
        line-height: 1.4;
        margin: 0 0 0.8rem;
    }
    .block__description--style blockquote {
        margin: 1rem 0 1rem;
        padding: 15px 10px 15px 40px;
    }
    .block__description--style blockquote::before {
        font-size: 55px;
        left: -5px;
    }
    .block__description--style blockquote p {
        font-size: 14px;
        line-height: 1.5;
        margin: 0 0 0.5rem;
    }
    .details_boxed_pct {
        top: -12px;
    }
    .details_boxed__prices {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .author_card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .author_card__info,
    .author_card__image{
        -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%;
    }
    .author_card__image{
        padding: 0 0 20px;
        min-height: auto;
    }
    .author_card__info{
        padding: 0;
    }
    .purchase__price {
        order: 1;
        padding: 0 0 0 5px;
    }
    .purchase__amount {
        order: -1;
    }
    .purchase__price {
        order: 1;
    }
    .pager a {
        height: unset;
        min-height: 45px;
    }
    .fancybox-content {
        padding: 20px !important;
    }
    .categories_grid {
        grid-template-columns: repeat(2, 1fr);
    }
    h1.banner_main_info_ttl {
        margin-bottom: 16px;
    }
    .banner_main_info_text {
        margin-bottom: 30px;
    }
    .main_banner_info_buttons {
        gap: 16px;
    }
    .main_banner_info_buttons .border_button,
    .main_banner_info_buttons .main_button {
        max-width: 200px;
    }
    .main_padding,.main_padding_bg {
        padding: 40px 0;
    }
    .page_ttl {
        font-size: 28px;
        margin-bottom: 24px;
    }
    .our_services_icon {
        height: 40px;
        aspect-ratio: 1 / 1;
    }
    .faq_image {
        height: 320px;
    }
    .form__body.form__body_grid {
        column-gap: 8px;
        row-gap: 12px;
    }
    .footer_mobile {
        grid-template-columns: repeat(1, 1fr);
        padding: 40px 0;
        gap: 0;
    }
    .footer_column:nth-child(3) {
        order: 4;
    }
    .footer_column:last-child {
        order: 2;
    }
    .footer_column:nth-child(2) {
        order: 3;
    }
    .footer__title:not(.contact_title) {
        font-size: 24px;
        margin-bottom: 0;
        padding-top: 20px;
        border-top: 1px solid #FFFFFF33;
    }
    .footer_column:not(:nth-child(3)) {
        padding-bottom: 20px;
    }
    .footer__content {
        padding-top: 20px;
        display: none;
    }
    .footer__title_arrow{ 
        display: flex;
    }
    .footer_logo img {
        min-width: 218px;
    }
    .footer_slogan {
        max-width: 100%;
    }
    .footer_column .main_button {
        max-width: 300px;
    }
    .gallery_image a {
        min-height: 350px;
        max-height: 400px;
    }
    .top_details_product {
        margin: 0 0 24px;
    }
    .product_ordering_grid {
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: 40px;
    }
    .mobile_tab_top .block__title {
        font-size: 22px;
    }
    .product_ordering_ttl {
        font-size: 18px;
        margin-bottom: 16px;
    }
    .mobile_tab_top {
        margin-bottom: 40px;
    }
    .comment__name {
        font-size: 16px;
    }
    .block__description--style table {
        min-width: unset;
    }
    .product_comments_wrapper {
        margin-bottom: 12px;
    }
    .form_btn_commnent {
        max-width: 100%;
    }
    .comment_form.fancybox-content {
        max-height: calc(100vh - 170px);
    }
    .purchase_detail__item a {
        max-width: 205px;
    }
    h1, .h1 {
        font-size: 30px;
        margin-bottom: 24px;
    }
    .page_ttl, h2, .h2, .order_number_text {
        font-size: 28px;
        margin-bottom: 26px;
    }
    .copyright {
        flex-direction: column;
        justify-content: center;
    }
    .payment_content {
        order: unset
    }
    .order_id {
        font-size: 32px;
    }
}

@media only screen and (max-width : 480px) {
    body {
        line-height: 1.4;
    }
    .form--boxed{
        padding: 5px 0px;
        box-shadow: none;
    }
    .form--boxed.popup{
        padding: 10px;
    }
    .block__title {
        font-size: 20px;
        font-weight: 500;
        margin: 0 0 10px;
    }
    .details_boxed__select .select2-container {
        width: 100% !important;
    }
    .header_informers__item i {
        width: 24px;
        height: 24px;
    }
    .header_informers__item i::before {
        font-size: 24px;
        line-height: 1;
    }
    .header_informers__item.icon:before{
        font-size: 28px;
        line-height: 1;
    }
    .header_informers__item i.icon-balance-scale::before {
        font-size: 20px;
        line-height: 1;
    }
    .header_informers__item.icon::before {
        font-size: 26px;
        line-height: 1;
    }
    .header_informers__item {
        min-width: 50px;
        padding: 0 5px;
    }
    .header_informers__item.icon-search {
        min-width: 35px;
        height: 24px;
    }
    .product_preview__prices {
        margin-top: 10px;
    }
    .product-page__button {
        font-size: 12px;
    }
    .header_informers__item .compare_counter,
    .header_informers__item .wishlist_counter,
    .header_informers__item .cart_counter {
        right: 3px;
        top: -5px;
    }
    .scroll_products .scroll_products__item {
        width: 160px;
    }
    .product_preview {
        padding: 10px 10px 10px;
    }
    .product_preview__prices .price .currency {
        font-size: 12px;
        font-weight: 500;
    }
    .block_explanation__header {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 10px;
    }
    .product_preview__buttons .comparison_button,
    .product_preview__buttons .fast_order_button {
        margin-left: 3px;
    }
    .header_informers__link i.fa-balance-scale:before{
        font-size: 24px;
    }
    .categories_grid {
        gap: 10px;
    }
    .category_link {
        height: 160px;
    }
    .main_banner_info_buttons {
        flex-direction: column;
    }
    .main_banner_info_buttons .border_button, .main_banner_info_buttons .main_button {
        max-width: 100%;
    }
    .form__body.form__body_grid {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 14px;
    }
    .form__group_custom {
        grid-column: span 1;
    }
    .about_us_image {
        width: 100%;
        height: unset;
        aspect-ratio: 1 / 1;
    }
    .header__logo {
        flex-shrink: 0;
    }
    .header_informers {
        gap: 10px;
    }
    .header_informers__link {
        padding: 6px 10px;
        min-width: 105px;
    }
    .counter_wrp {
        width: 24px;
        height: 24px;
    }
    .footer_column .main_button {
        max-width: 100%;
    }
    .categories__no_image svg {
        width: 38px;
        height: 38px;
    }
    .categories__image, .categories__no_image {
        min-height: 50px;
    }
    .subcategory_link {
        min-height: 115px;
    }
    .product_preview__sku {
        display: none;
    }
    .main_button.fn_is_stock {
        max-width: 100%;
        order: 3;
    }
    .details_boxed__buttons a {
        order: 2;
    }
    .block__title_wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
    .product_comments_wrapper {
        width: 100%;
        margin-bottom: 16px;
    }
    .main_button.fn_fast_order_submit {
        max-width: 100%;
    }
    .purchase_detail__item a {
        max-width: 100%;
    }
    .contacts_item:not(:last-child) {
        margin-bottom: 22px;
    }
    .contacts_info > * {
        font-size: 16px;
    }
    .contact_left_block {
        padding: 18px;
    }
    .cat_mobile {
        max-width: 350px;
    }
    .payment_content {
        justify-content: center;
        flex-wrap: wrap;
    }
    .payment_content_item {
        width: 20%;
        justify-content: center;
    }
}

@media only screen and (max-width : 400px) { 
    .header__logo {
        max-width: 130px;
    }
    .header_search__item {
        width: 40px;
        height: 40px;
    }
    .header_search__item svg {
        width: 22px;
        height: 22px;
    }
    .counter_wrp {
        width: 20px;
        height: 20px;
    }
    .cart_title {
        display: none;
    }
    .header__bottom_panel {
        height: 66px;
    }
    .main {
        padding-top: 66px;
    }
    .contacts_phone_info > *:not(:last-child) {
        border-right: none;
        padding-right: 0;
        margin-right: 0;
    }
    .contacts_phone_info {
        flex-direction: column;
        gap: 10px;
    }
    .hc-offcanvas-nav .nav-content, .hc-offcanvas-nav .nav-container, .hc-offcanvas-nav .nav-wrapper,
    .cat_mobile {
        max-height: calc(100vh - 136px);
    }
}

@media only screen and (max-width : 380px) { 
    .product_item {
        width: 100%
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 360px) {
    .menu_switcher__heading {
        padding: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .product_preview__out_stock {
        white-space: normal;
        font-size: 11px;
        font-weight: 500;
        line-height: 1.1;
    }
    .menu_switcher__heading svg {
        height: 20px;
        width: 20px;
    }
}
