/*==========  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;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .menu_switcher {display: none !important;}
    .position_sticky{position: sticky;top: 90px;}
    /* 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(--link-color);
    }
    .filter__link:hover .filter__label{
        color: var(--link-color);
    }
    .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);
    }
    a.filter__catalog_link:hover span{
        padding-right: 10px;
    }
    .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 {
        background-color: var(--button-color-hover);
        border: 1px solid var(--button-color-hover);
        color: #FEFEFE;
    }
    .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);
    }
    .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(--link-color);
        text-decoration: none;
    }
    .menu_group--footer .menu_group__link:hover{
        color: #FEFEFE;
        opacity: .8;
        text-decoration: none;
    }
    .header-contact__inner:hover{
        background: #fff;
        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 {
        color: var(--body-text);
    }
    .header-contact__inner:hover .header-contact__item--visible a:hover {
        color: var(--link-hover);
    }
    .header-contact--phone a:hover,
    .header-contact--email a:hover{
        color: var(--link-hover);
    }
    .search__button:hover {
        opacity: 1;
    }
    .categories_nav .categories_menu__item .categories_menu__link:hover{
        color: var(--link-color);
        text-decoration: none;
    }
    .categories_nav .subcategory .categories_menu__item .categories_menu__link:hover{
        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(--link-color);
        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;
    }
    .fn_products_slide .product_item{width: 264px;}
    .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 {box-shadow: 0px 5px 16px 0px #000F0D1A;}
    .article_item:hover .article__title{color: var(--link-color);}
    .article__button:hover svg {left: 3px;}
    .tabs__link:hover{color: var(--link-color);}
    .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: #FEFEFE!important;
        opacity: .8;
        text-decoration: none;
    }
    .footer__menu_link:hover{
        color: #FEFEFE;
        opacity: .8;
        text-decoration: none;
    }
    .form__button--subscribe:hover{
        opacity: 1;
    }
    .social__link:hover {
        background-color: var(--basic-company);
        border-color: var(--basic-company);
        color: #FEFEFE;
        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(--link-color);
    }
}


@media only screen and (max-width : 1100px) {
    .search, .header__menu, .order_th_head{display: none;}
    .fn_search_toggle{display: flex;}
    .fn_search_toggle svg{width: 35px;height: 35px;}
    .fn_search_toggle svg path{fill: #FEFEFE;}
    .choose_paint_link{margin-right: auto;}
    .main_banner{height: 390px;}
    .mobile_search {
        display: none;
        position: fixed;
        z-index: 9999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.7);
    }
    .fn_search_mob {
        margin: 20% auto;
        width: 90%;
        max-width: 600px;
        display: flex;
        gap: 10px;
        align-items: center;
        position: relative;
    }
    .search_close {
        position: absolute;
        top: 3%;
        right: 3%;
        cursor: pointer;
        width:30px;
        height: 30px;
        display: block;
        z-index: 999999;
    }
    .search_close svg{width:30px;height: 30px;}
    .search_close svg path{fill: #ffffff;}
    .header-contact{margin-left: auto;}
    .search__input{height: 70px;font-size: 18px;}
    .search__button{height: 62px;}
    .paint_categories_three_items{grid-template-columns: repeat(5, 1fr);}
    .paint_categories_four_th:nth-child(2), .paint_categories_four_name{max-width: 375px;}
    .paint_categories_four_content, .paint_categories_four_tr, .paint_categories_four_header{gap: 50px;}
    .order_image_wrapper{max-width: 400px;height: 400px; right: 24px;}
    .order_image{max-width: 320px;}
    .order_content {max-width: 480px;}
    .wishlist_page .products_list, .catgories_page .categories_nav .categories_menu{grid-template-columns: repeat(3, 1fr);}
    .catgories_page .categories_nav .categories_menu{gap: 20px;}
    .feedback_page_content_form{padding: 24px; column-gap: 40px;}
    .feedback_page_content{column-gap: 40px;margin-bottom: 40px;}
    .feedback_content_title{font-size: 24px;line-height: 1.2;}
    .ya_map{height: 500px;}
    .article_list{gap: 16px;}
    .article__image{height: 190px;}
    .article__image img{min-height: 190px;}
    .products_list{grid-template-columns: repeat(2, 1fr);}
    .products_container, .article_page{column-gap: 24px;}
    .post_container__wallpaper{padding-bottom: 68%;}
    .post_information{margin: 16px 0;}
    .post_share {flex-wrap: nowrap;}
    .form_top_wrapper{flex-direction: column; gap: 16px;padding-bottom: 16px;margin-bottom: 16px;align-items: flex-start;}
    .page, .cart_form_wrapper, .product_page_content{gap: 24px;}
    .cart_page .purchase__amount .amount__input{width: calc(100% - 50px);}
    .cart_page .purchase__amount .amount__plus, .cart_page .purchase__amount .amount__minus{width: 30px;}
    .product-page__gallery{max-width: 500px;}
    .details_boxed{grid-template-columns: repeat(2, 1fr);gap: 12px;margin-bottom: 24px;}
    .product_page_button, .details_boxed__buttons .fn_is_stock{max-width: 200px;}
    .details_boxed__buttons{gap: 15px;}
    .details_boxed__price_amount{margin: 16px 0;}
    .details_files_boxed{padding-bottom: 24px;}
    .user_container{margin-left: 340px;width: calc(100% - 340px);}
    .change_pass_wrapper{margin: 20px 0;}
    .sidebar__boxed--user{padding: 20px;}
    .order_td_title{display: block;font-size: 16px;font-weight: 500;color: #6E6E6E;}
    .order_td.order_number, .order_td.order_date,
    .order_td.order_status, .order_td.order_price, .order_td.order_paid{max-width: 45%;min-width: 45%;}
    .order_tr{gap: 10px;flex-flow: row wrap;}
    .order_td{flex-direction: row;display: flex;align-items: center;gap: 10px;}
    .order_show{margin-left: 0;}
    .user_orders_switch{width: 24px;height: 24px;}
    .purchases--user .purchase__content, .purchases--user .purchase__group{gap: 24px;}
    .purchases--user .purchase__amount, .purchases--user .purchase__price_total{width: max-content;}
    
}

@media only screen and (max-width : 991px) {
    h2, .h2 {
        font-size: 24px;
        margin: 0 0 20px;
    }
    h3, .h3{
        font-size: 22px;
        margin: 0 0 20px;
    }
    .header{
        position: fixed;
        width: 100%;
        top: 0px;
        left: 0px;
    }
    .main{padding-top: 150px;}
    .sidebar:not(.sidebar--user){
        position: fixed;
        z-index: 10000;
        top: 0;
        left: -322px;
        width: 322px;
        max-width: calc(100vw - 50px);
        height: 100vh;
        display: block;
        padding: 0;
        overflow-y: auto;
        transition: .3s;
        background-color: #EFF7F7;
        border-radius: 0 10px 10px 0;
    }
    .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: fixed;
        top: 0px;
        width: 310px;
        right: -300px;
        transition: .3s;
        height: 45px;
        background: #212121;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
        color: #fff;
        border-radius: 0px;
        padding: 5px 5px;
        max-width: calc(100vw - 55px);
    }
    .sidebar.opened{left: 0;overscroll-behavior: none;}
    .sidebar__boxed {margin-bottom: 5px;}
    .blog_container--left,
    .post_container--left,
    .products_container {
        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: 40px 0 74px;
    }
    .footer__title:before {
        content: none;
    }
    footer .f_col-lg{width: 50%;}
    .footer_content_wrapper{
        gap: 10px;
    }
    .footer__title_arrow{display: none;}
    .footer__content {margin-bottom: 20px; margin-top: 20px;}
    .product_item {
        margin-bottom: 0px;
        padding: 0px !important;
    }
    .block__abouts_us {
        border-right: none;
        padding-right: 0px;
    }
    .product_preview {
        min-height: 300px;
    }
    .product_preview__top{display: none;}
    .product_preview__prices { margin-top: 5px;}
    .main_banner {
        display: block;
        width: 100%;
        margin-left: 0px;
        margin-bottom: 0;
        box-shadow: none;
    }
    .brand__item {margin-bottom: 10px;}
    .block--cart_purchases{margin-bottom: 15px;}
    .block__header--boxed {
        padding: 10px 15px;
        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 .banner_group__item, .main_banner {height: inherit;}
    .header__center .callback, .fn_catalog_switch,
    .header-contact, .cart_total{display: none;}
    .header_informers {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #FEFEFE;
        box-shadow: 0px -5px 30px 0px #000C1D21;
        border-top: 1px solid #E9E9E9;
        height: 74px;
        z-index: 99;
        /* padding-bottom: env(safe-area-inset-bottom); */
    }
    .header_informers__link{color: #7C7C7C;width: 100%;height: 100%;align-items: center;justify-content: center;}
    .header_informers__link .info{font-size: 12px;font-weight: 500;color: #7C7C7C;}
    .header_informers svg path{stroke: #525151;}
    .header_informers svg{width: 30px;height: 30px;}
    .fn_search_toggle svg path{fill: #525151;stroke: none;}
    .catalog_button__heading{height: 100%;}
    .cart_informer{background: transparent;min-width: auto;max-width: auto;}
    .header_informers__item .cart_counter{background-color: var(--basic-company);color: var(--body-text);}
    .header_informers__item{width: 25%;margin: 0;justify-content: center;}
    .header__center{height: 80px;padding: 10px 0;display: flex;align-items: center;justify-content: space-between;}
    .conf_form_wrapper .tab{padding: 30px;}
    .mobile_header_buttons{display: flex; align-items: center;gap: 14px;}
    .mobile_header_menu, .mobile_header_contacts{
        display: flex;
        border: 1px solid #E2DFF6;
        border-radius: 5px;
        width: 50px;
        height: 50px;
        background-color: transparent;
    }
    .mobile_header_menu{
        background-repeat: no-repeat;
        background-position: center;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34' fill='none'%3E%3Cpath d='M3 8H31M3 17H31M3 26H31' stroke='%23A1080B' stroke-width='2.5' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E");
    }
    .mobile_header_contacts{
        background-repeat: no-repeat;
        background-position: center;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34' fill='none'%3E%3Cpath d='M19.1984 22.4816C19.4462 22.5954 19.7254 22.6214 19.99 22.5553C20.2546 22.4892 20.4888 22.335 20.654 22.118L21.08 21.56C21.3036 21.2619 21.5934 21.02 21.9267 20.8534C22.2599 20.6867 22.6274 20.6 23 20.6H26.6C27.2365 20.6 27.847 20.8529 28.2971 21.3029C28.7471 21.753 29 22.3635 29 23V26.6C29 27.2365 28.7471 27.847 28.2971 28.2971C27.847 28.7471 27.2365 29 26.6 29C20.8713 29 15.3773 26.7243 11.3265 22.6735C7.27571 18.6227 5 13.1287 5 7.4C5 6.76348 5.25286 6.15303 5.70294 5.70294C6.15303 5.25286 6.76348 5 7.4 5H11C11.6365 5 12.247 5.25286 12.6971 5.70294C13.1471 6.15303 13.4 6.76348 13.4 7.4V11C13.4 11.3726 13.3133 11.7401 13.1466 12.0733C12.98 12.4066 12.7381 12.6964 12.44 12.92L11.8784 13.3412C11.6581 13.5094 11.5028 13.7487 11.4389 14.0184C11.3751 14.2881 11.4065 14.5717 11.528 14.8208C13.168 18.1518 15.8653 20.8458 19.1984 22.4816Z' stroke='%23A1080B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }
    .mobile_header_menu.active,
    .mobile_header_contacts.active{
        background-color: var(--link-color);
        background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 17L27 27M17 17L7 7M17 17L7 27M17 17L27 7' stroke='%23FEFEFE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    }
    .header__menu, .mobile_contacts {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 10;
        background-color: #E4F9F9;
        width: 100%;
        height: calc(100vh - 74px);
    }
    .mobile_contacts_content {
        width: 50%;
        margin: 40px auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .header-contact--phone, .header-contact--time,  .header-contact--email a{
        margin-bottom: 24px;
        font-size: 20px;
        font-weight: 600;
    }
    .mobile_contacts_content .social{margin-bottom: 40px;}
    .menu_group--header {flex-direction: column;margin: 40px auto 0;width: 50%;}
    .menu_group--header .menu_group__link{
        font-weight: 600;
        font-size: 22px;
        padding: 20px;
        border-bottom: 1px solid #DFDFDF;
        text-align: center;
    }
    .header-contact--email{margin: 0;}
    .header-contact--email svg path{fill: var(--body-text);}
    .menu_group--header .menu_group__item{width: 100%;}
    .menu_group--header .menu_group__item:last-child .menu_group__link{border-bottom: none;}
    .header_informers__item .compare_counter, .header_informers__item .wishlist_counter, 
    .header_informers__item .cart_counter{
        font-size: 0;
        width: 14px;
        height: 14px;
        border: 2px solid #FEFEFE;
        right: 1px;
        top: -2px;
    }
    .header_informers__item .compare_counter, 
    .header_informers__item .wishlist_counter{right: 38%;top: 16%;} 
   .wishlist_informer{order: -1;}
   .banner_advantages{grid-template-columns: repeat(3, 1fr);}
   .section_main_advantages {padding: 30px 0;}
   .fn_banner_main .swiper-pagination, .fn_products_slide .swiper-pagination, 
   .fn_car_slide .swiper-pagination, .fn_categories_slide .swiper-pagination, .catalog_top .swiper-pagination{display: block;}
   .fn_banner_main, .fn_products_slide, .fn_car_slide, .fn_categories_slide{padding-bottom: 35px;}
   .catalog_top {padding-bottom: 10px;position: relative;}
   .mobile_contacts_content .social__link{background-color: var(--link-color);border-color: var(--link-color);color: #FEFEFE;}
   .to_top{bottom: 90px;}
   .paint_categories_items{grid-template-columns: repeat(3, 1fr);}
   .faq_list{grid-template-columns: repeat(1, 1fr);}
   .paint_categories_three_items {grid-template-columns: repeat(4, 1fr);}
   .breadcrumbs{overflow: auto;flex-wrap: nowrap;padding-bottom: 10px;}
   .breadcrumbs .breadcrumbs__item, .breadcrumbs a, .breadcrumbs span{width: max-content;}
   .paint_categories_four_tr, .paint_categories_four_header{padding: 10px;}
   .paint_categories_four_th:nth-child(2), .paint_categories_four_name{max-width: 335px;}
   .paint_products_popup{padding: 40px 24px !important;}
   .paint_categories_four_button{min-width: 102px;}
   .paint_products_items{display: grid;grid-template-columns: repeat(3, 1fr);gap: 16px;}
   .paint_products_item, .feedback_page_content_text{gap: 16px;}
   .order_wrapper{flex-direction: column;margin: 24px 0 70px;gap: 24px;padding: 40px;align-items: flex-start;}
   .order_image_wrapper{position: static;}
   .catgories_page .categories_nav .categories_menu, .article_list{grid-template-columns: repeat(2, 1fr);}
   .feedback_page_content_form{flex-direction: column;gap: 20px;}
   .feedback_page_content{column-gap: 32px;}
   .article__image img{min-height: 225px;}
   .article__image{height: 225px;}
   .cart_wrapper{margin: 0;}
   .products_page_heading{flex-direction: column;align-items: flex-start;gap: 16px;}
   .products_container__sort {flex-direction: row-reverse;gap: 12px;}
   .products_sort .select2-container--default .select2-selection--single{font-size: 16px;}
   .mobile_sidebar_header {display: flex;align-items: center;justify-content: space-between;width: 100%;padding: 30px 16px 0;}
   .mobile_sidebar_header .h2{font-size: 38px;margin: 0;font-weight: 600;}
   .products_container{margin-top: 30px;}
   .article_page .sidebar{position: static;display: flex;background-color: transparent;border-radius: 0;height: auto;z-index: 1;overflow: visible;flex-direction: column;max-width: 322px;width: 100%;}
   .article_page{flex-direction: column; row-gap: 30px;}
   .comment .form_wrap{padding: 20px 16px;}
   .post_share .jssocials-shares{gap: 20px;}
   .form_top_text{font-size: 16px;}
   .form__group_wrapper{grid-template-columns: repeat(1, 1fr);gap: 0;}
   .form__group_wrapper .form__group{margin-bottom: 16px;}
   .comment .button{max-width: 100%;}
   .page{flex-direction: column;gap: 10px;}
   .block__description iframe{height: 280px;}
   .cart_form_wrapper, .product_page_content{flex-direction: column;}
   .product-page__gallery{position: static;}
   .tabs_navigation_product.fixed{top: 150px;}
   .purchases--user .purchase__content{flex-direction: column;align-items: flex-start;gap: 16px;}
   .user_link svg path{fill: #525151;}
}


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .header__bottom {width: 100%;height: 70px;}
    .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) {
    .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,
    .fn_header__sticky{
        height: 55px;
    }
    .main{
        padding-top: 135px;
    }
    .header__bottom_panel {
        position: static;
    }
    .menu_switcher__heading{
        height: 30px;
    }
    .header_informers__item {
        min-width: 60px;
        padding: 0 10px;
    }
    .header__bottom_panel{
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 44px;
    }
    .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 {width: 100%;}
    .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;
    }
    .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;
    }
    .footer__payments {
        text-align: center;
        margin-bottom: 15px;
    }
    .payments__list,
    .copyright{
        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__image {
        display: block!important;
        max-width: 100%;
        margin-right: 0px!important;
        margin-left: 0px!important;
    }
    .product-page__img {
        padding: 0;
    }
    .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%;}
    .tabs__navigation--user .button__logout, .swiper-buttons {display: 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;}
    .menu_switcher, .choose_paint_link{/* max-width: 188px; */width: 52%;}
    .menu_switcher{margin-left: -7px;}
    .choose_paint_link, .main_banner{margin-right: -7px;}
    .catalog_button__heading, .choose_paint_link{padding: 14px 16px;height: 55px;font-size: 16px;}
    .conf_form, .banner_advantages, .paint_selection_code .conf_form{grid-template-columns: repeat(1, 1fr);}
    .mobile_contacts_content, .menu_group--header, footer .f_col-lg{width: 100%;}
    .banner_advantages__item{flex-direction: row;min-height: 82px;justify-content: flex-start;border-bottom: 1px solid #FFFFFF21;}
    .conf_form_wrapper{margin-bottom: 0;}
    .h1.main_h1,  .block__title, h1, .h1{font-size: 28px;}
    .block__heading {margin-bottom: 24px;}
    .header__bottom .container, .header__bottom .header__bottom_panel{justify-content: flex-start;}
    .conf_form_wrapper .tabs__link{flex-direction: column;font-size: 16px;gap: 6px;min-height: 83px;}
    .conf_form_wrapper .tabs__link:last-child:before, .conf_form_wrapper .tabs__link:first-child:after{height: 83px;}
    .conf_form{margin-bottom: 30px;}
    .paint_selection_code .conf_form{gap: 20px; margin: 0 auto 30px;}
    .find_paint_code_link{margin: -8px 0 0!important;}
    .conf_form_wrapper .tabs__content{padding: 0;}
    .conf_form_wrapper .tab{padding: 30px 24px;}
    .section_main_configurator, .section_main_car_categories{padding: 40px 0;}
    .banner_advantages__icon{width: 50px;height: 50px;}
    .section_header{margin-bottom: 16px;}
    .product_preview__buttons .product_preview__button{font-size: 0;width: 50px;height: 50px;padding: 6px;}
    .product_preview__button svg{display: block;}
    .product_preview__button svg path{stroke: #FEFEFE;}
    .banner_advantages{gap: 0;}
    .section_main_advantages {padding: 14px 0;}
    .banner_advantages__item:last-child{border-bottom: none;}
    .payments__list{flex-wrap: wrap;gap: 10px;max-width: 90%;justify-content: center;align-items: center;margin: 0 auto 16px;row-gap: 6px;}
    .copyright{flex-direction: column;gap: 5px;}
    h2, .h2{font-size: 24px; margin: 0 0 20px;}
    .section_main_categories, .section_main_products, 
    .section_main_about_us, .browsed_products{padding: 40px 0;}
    .product_preview__bottom .amount, .product_preview__bottom .amount__plus, 
    .product_preview__bottom .amount__minus{height: 50px;background-color: #FEFEFE;}
    .product_preview__bottom .amount__input{width: calc(100% - 60px);height: 50px;}
    .product_preview__bottom .amount__plus, .product_preview__bottom .amount__minus{width: 40px;}
    .product_preview__name{height: 52px;font-size: 14px;-webkit-line-clamp: 3;}
    .product_preview{padding: 0;background: transparent;border: none;box-shadow: none;}
    .product_preview__image picture, .product_preview__image{height: 168px;}
    .categories_link{padding: 10px;height: 190px;}
    .categories_name{font-size: 14px;height: 39px;}
    .categories_image {max-height: 129px;overflow: hidden;}
    .categories_image img{height: 100%;object-fit: contain;}
    .product_preview__image{background: #FEFEFE;border-radius: 5px;}
    .block__title_wrapper, .catgories_page .categories_nav .categories_menu{gap: 16px;}
    .product_preview__prices .price, .product_preview__prices .price .currency{font-size: 20px;}
    .footer__copyright{background: #232426;border: none;padding: 10px 0;}
    .menu_group--header{margin: 20px auto 0;padding: 0 15px;}
    .mobile_contacts_content{padding: 0 15px;}
    .mobile_contacts_content .form_second_button{max-width: 100%;}
    .fn_products_slide{padding: 4px 0 35px!important;}
    .stickers_product-page, .stickers{top: 4px;left: 4px;flex-direction: column;align-items: flex-start;gap: 3px;}
    .product_preview__center .wishlist_button__remove, .product_preview__center .wishlist_button{top: 4px;right: 4px;}
    .product_preview__prices .old_price, .product_preview__prices .old_price .currency{font-size: 16px;}
    .product_preview__buttons{gap: 12px;}
    .block_more{margin: 16px auto 0;}
    .fn_categories_slide, .fn_car_slide, .fn_products_slide{padding: 12px 12px 35px;}
    footer .f_col-lg{border-bottom: 1px solid #FFFFFF33;margin-bottom: 20px;}
    footer .f_col-lg:last-child{order: -1;}
    footer .f_col-lg:first-child{order: -1;}
    footer .f_col-lg:nth-child(3){border-bottom: none;margin-bottom: 0;}
    .footer_text{margin: 20px 0;}
    .social{margin-bottom: 30px;}
    .footer__content{padding: 0;}
    .footer__title_arrow{display: block;}
    .popup{padding: 20px!important;}
    .form__title{font-size: 24px; margin-bottom: 12px;}
    .paint_categories_items, .catgories_page .categories_nav .categories_menu{grid-template-columns: repeat(1, 1fr);}
    .paint_categories {margin: 40px 0;}
    .paint_categories_items{row-gap: 5px;}
    .faq_block{padding-top: 40px;}
    .faq_block .block__title {margin-bottom: 24px;}
    .paint_categories_item{font-size: 20px;}
    .paint_categories_three_items {grid-template-columns: repeat(2, 1fr);}
    .paint_categories_four_header{display: none;}
    .paint_categories_four_content{flex-direction: column;gap: 8px;align-items: flex-start;}
    .paint_categories_four_tr{gap: 20px;align-items: flex-start;}
    .paint_categories_mobile_title{display: block;font-size: 16px;color: #ADA9A9;}
    .paint_categories_four_name{font-size: 20px;font-weight: 500;}
    .paint_categories_four_code {display: flex;align-items: baseline;gap: 10px;font-size: 20px;}
    .paint_categories_four_button{margin: 8px 0 0;}
    .paint_products_items{grid-template-columns: repeat(1, 1fr);max-height: 450px;padding-right: 10px;overflow: auto;}
    .paint_products_item, .purchase_detail__item .form__button{max-width: 100%;}
    .paint_products_popup{padding: 40px 20px!important;}
    .order_wrapper{padding: 32px 16px;}
    .order_number{font-size: 22px;margin-bottom: 20px;}
    .order_annotation{margin-bottom: 20px;font-size: 16px;}
    .order_image_wrapper{height: 330px;max-width: 330px;}
    .order_image {max-width: 300px;}
    .wishlist_page .products_list{grid-template-columns: repeat(2, 1fr);gap: 10px;}
    .auth_page .form--boxed{padding: 24px;}
    .auth_page .form_wrap{padding-left: 0;flex-direction: column;}
    .auth_page .form_footer{margin-top: 50px;}
    .auth_image{margin: 30px 0 0;max-width: 300px;height: 300px;}
    .feedback_page_content{flex-direction: column;gap: 24px;}
    .feedback_contact_title{margin-bottom: 8px;}
    .feedback_page_content_form{padding: 20px;}
    .ya_map {height: 300px;}
    .article_list{grid-template-columns: repeat(1, 1fr);gap: 12px;}
    .article__image {height: 220px;}
    .article__image img {min-height: 220px;object-fit: cover;}
    .header_informers__item .compare_counter, 
    .header_informers__item .wishlist_counter{right: 28%;}
    .products_page_heading{margin-bottom: 30px;}
    .products_page_heading h1{max-width: 100%;}
    .products_container{margin: 30px 0 40px;}
    .products_pagination {margin: 30px auto 0;}
    .subcategory_item{font-size: 14px;font-weight: 600;padding: 20px 8px 20px 0;}
    .catalog_top_categories:after{max-width: 60px;}
    .article_page .sidebar, .page .position_sticky{margin: 0 auto;}
    .block__description iframe{height: 200px;}
    .block__popup_cart .purchase__name{padding: 0;margin-bottom: 6px;}
    .popup_animated{padding: 24px 16px!important;}
    .block__popup_cart .purchase__name .purchase__name_link,
    .purchase__name .purchase__name_link{font-size: 16px;text-overflow: ellipsis;position: relative;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
    .purchase_detail_popup_total, .cart_page .purchase__price_total .currency, .cart_page .purchase__price_total{font-size: 22px;}
    .purchase_detail__item .form_cart{flex-direction: column;margin: 24px 0 0;gap: 24px;}
    .h6.cart_purchase_title{font-size: 20px;margin: 0 0 20px;}
    .block__popup_cart{max-height: 52vh;overflow: auto;padding-right: 8px;}
    .cart_page .purchase__price_total{min-width: auto;}
    .cart_page .purchase__price{min-width: auto;order: inherit;padding: 0;}
    .cart_page .purchase__amount{order: inherit;}
    .cart_page .cart_purchase_content{flex-wrap: wrap;row-gap: 10px;justify-content: flex-start;column-gap: 20px;}
    .cart_page .purchase__remove{position: absolute;top: 0;right: 2px;}
    .cart_page_purchases .purchase__name{padding-right: 50px;margin-bottom: 12px;}
    .cart_page .purchase__content{padding-left: 10px;}
    .cart_page .purchase__image{-webkit-flex: 0 0 75px; -ms-flex: 0 0 75px; flex: 0 0 75px;max-width: 75px;min-height: 75px;}
    .cart_page_purchases_text:last-child, .cart_info_details .total_price_value{font-size: 24px;}
    .cart_page_total_wrapper{padding: 16px 20px;}
    .product-page__image, .product-page__no_image, .gallery_image a{min-height: 346px;max-height: 350px;margin: 0;}
    .product-page__images{max-width: calc(100% - 80px); max-height: 60px;}
    .product__images_wrapper{margin-top: 16px;}
    .product-page__images-item{height: 60px!important;}
    .product_page_content, .tabs_buttons{gap: 30px;}
    .product-page__details .block__heading{font-size: 28px;margin-bottom: 24px;}
    .product_variants_wrapper{padding: 12px;gap: 10px;margin-bottom: 24px;}
    .product_variant_name{font-size: 18px;}
    .details_boxed__item--one{flex-flow: row wrap;row-gap: 10px;}
    .details_boxed__prices{flex-direction: column-reverse;gap: 2px;align-items: flex-start;}
    .details_boxed__old_price{font-size: 26px;}
    .details_boxed__price_amount{margin: 16px 0 20px;}
    .details_boxed__buttons{column-gap: 20px;padding-bottom: 24px;flex-flow: row wrap;justify-content: center;}
    .product_page_button{min-height: 50px; max-width: 220px;}
    .details_boxed__amount .amount__plus, .details_boxed__amount .amount__minus, 
    .details_boxed__amount .amount, .details_boxed__amount .amount__input{height: 50px;}
    .files_items{grid-template-columns: repeat(1, 1fr);}
    .product_sub_title{margin-bottom: 20px;}
    .tabs_navigation_product.fixed{top: 135px;}
    .comment__boxed{padding: 16px 12px;}
    .admin_note{margin-left: 20px;}
    .product-page__sku{width: 100%;justify-content: flex-start;max-width: 100%;}
    .sidebar__boxed--user{padding: 14px 12px;}
    .profile{padding: 0 0 14px;}
    .tabs__navigation--user .tabs__link{padding: 14px 0px;}
    .order_td.order_number, .order_td.order_date, .order_td.order_status, .order_td.order_price, .order_td.order_paid{max-width: 100%;min-width: 100%;gap: 0;}
    .user_orders_switch{width: 30px;height: 30px;}
    .order_show{width: 100%;}
    .order_td_title{min-width: 100px;position: relative;overflow: hidden;}
    .param__prop:after {content: '';position: absolute;margin-left: .3em;bottom: 0.20em;width: 100%;border: 0.5px dashed #DBDBDB;}
    .purchases--user .purchase__content{padding-left: 10px;}
    .purchases--user .purchase__group{gap: 16px;}
    .purchases--user{padding: 10px;margin-top: 10px;}
    .exit_title{font-size: 24px;}
    .purchases--user .purchase__item{margin: 0 0 12px;padding-bottom: 12px;}
    .categories__image, .categories__no_image{min-height: 130px;}
    .product_preview .product_page_button{min-height: 50px;}
    
}


/* 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;
    }
    .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__header::after {
        top: 35%;
    }
    .delivery__name_price {
        font-weight: 600;
        font-size: 10px;
    }
    .form__title svg{
        display: none;
    }
    .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;
    }
    .form__button--subscribe {width: auto!important;}
    .mobile_tab__content .comment{margin-bottom: 10px;}
    .comment__icon {display: none;}
    .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;
    }
    .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{
        /* font-size: 13px; */
        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;
    }
    .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: 14px;
    }
    .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: 16px;
        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: -20px;
    }
    .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;
    }
    .popup_animated{max-width: 100%!important;}

}

@media only screen and (max-width : 480px) {
    body {line-height: 1.3;}
    .form--boxed{
        padding: 5px 0px;
        box-shadow: none;
    }
    .form--boxed.popup{
        padding: 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;
    }
    .scroll_products .scroll_products__item {width: 160px;}
    .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;}
    .feedback_page_content_form .form{min-width: 100%;max-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;}
    .catalog_button__heading, .choose_paint_link{padding: 14px 7px;font-size: 14px;}
    .menu_switcher, .choose_paint_link{width: 53%;}
    .conf_form_wrapper .tabs__link, .block__popup_cart .purchase__name .purchase__name_link{font-size: 14px;}
    .q_text{font-size: 16px;}
    .order_image_wrapper{height: 275px;max-width: 275px;}
    .order_image {max-width: 250px;}
    .order_number, .feedback_content_title {font-size: 20px;}
    .feedback_page_content_text, .post_share .jssocials-shares, .form_top_wrapper{gap: 10px;}
    .ya_map{height: 250px;}
    .article__title{font-size: 16px;height: 38px;}
    .article__image img{object-fit: contain;min-height: 182px;}
    .article__image{height: 182px;}
    .products_container__sort{flex-direction: column;align-items: flex-start;}
    .products_list{gap: 12px;}
    .post_container__body{margin: 16px 0 24px;}
    .share__text{margin-right: 10px;}
    .comment__author {flex-direction: column;align-items: flex-start;gap: 5px;}
    .comment__status{margin: 0;}
    .comment__boxed{padding: 16px;}
    .block__popup_cart .purchase__name .purchase__name_link{padding-right: 50px;}
    .block__popup_cart .purchase__remove{position: absolute;top: 0;right: 2px;width: 35px;height: 35px;}
    .cart_info_details{padding: 20px 16px;}
    .tabs_navigation_product .tabs_buttons{gap: 10px;}
    .tabs_navigation_product .tabs__link{padding: 0 5px;}
    .details_boxed__buttons{justify-content: flex-start;}
    .sidebar.sidebar--user{width: 100%;}
    .purchases--user .purchase__group{flex-direction: column;gap: 6px;align-items: flex-start;}
    .purchases--user .purchase__content{gap: 12px;}
}
