@media (min-width:400px) {

    /* --- CATALOG list --- */
    .control_products .dropdown {
        max-width: unset;
    }
}

@media (min-width:480px) {
    .popup_subtitle {
        font-size: 24px;
    }
    /* --- User Account --- */
    /* --- Order History --- */
    .oi_row.results {
        margin: 8px 0 0 90px;
    }

    /* --- Compare List --- */
    .for_compare_title {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .for_compare_title H3.compare_title {
        margin: 0 16px 0 0;
    }

    .for_compare_title A.btn Span {
        display: none;
    }

    /* --- Product - One Item --- */

    /* --- Categories --- */
    /* --- Tiles - Category --- */
    .one_cat {
        width: calc(33.33% - 8px);
    }

    .cat_title {
        font-size: 16px;
    }

    /* --- List - Category --- */
    .list_info .category_list {
        margin: 0 0 0 -8px;
    }

    .list_info .one_cat {
        margin: 0 0 8px 8px;
        width: calc(50% - 8px);
    }

    /* --- Tile Universal --- */
    .one_tile {
        width: calc(33.33% - 8px);
    }

    .tile_title {
        font-size: 16px;
    }

    .tile_description {
        font-size: 14px;
    }

    /* --- PRODUCT Page - Details --- */
    /* --- Reviews Tab --- */
    .main_reviews .main_title {
        font-size: 24px;
    }

    .comment_photo .together {
        display: flex;
        margin: 0;
        align-items: center;
    }

    .comment_photo .header {
        margin: 0 16px 0 0;
    }

    .comment_photo.video .header {
        margin: 0 0 16px 0;
    }

    .comment_photo .for_but {
        flex-shrink: 0;
    }

    /* --- Adding Review --- */
    .stars_labels Label {
        font-size: 15px;
    }

    /* --- Success Page --- */
    .success_order .long_div {
        justify-content: space-between;
        flex-direction: row;
    }

    .success_order .long_div A.btn {
        width: auto;
        margin: 0 8px 0 0;
    }

    .success_order .long_div A.btn:last-child {
        margin: 0 0 0 8px;
    }

    /* --- Blog of Store --- */
    .blog_name {
        font-size: 16px;
    }

    .blog_text {
        font-size: 14px;
    }

    /* --- COOKIES terms Popup --- */
    .cookies .btn {
        width: max-content;
    }

    .contact_us .centre {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (min-width:640px) {

    Body {
        padding-top: 188px;
    }

    /* --- Main HEADER --- */
    .logo_wrap {
        display: block;
        width: 184px;
        margin: 0 0 0 16px;
    }

    .logo_wrap Img {
        display: block;
        width: 100%;
        height: auto;
    }

    /* --- if LOGO is NOT Centered (else: auto) --------------------------------------------- */
    .if_margin .logo_wrap {
        margin-top: -18px;
        margin-bottom: -8px;
    }

    /* --- in main header --- */
    /* --- .if_margin .menu_logo Img --- */
    /* --- in left menu - base.css --- */
    /* --- .login_logo.if_margin Img --- */
    /* --- in login popup - base.css --- */

    /* --- Main FOOTER --- */
    .main_footer .centre {
        display: flex;
        flex-direction: row;
    }

    .footer_social {
        width: 50%;
        padding: 0 16px 0 0;
    }

    .for_foo_logo {
        align-items: flex-start;
    }

    .socials_row {
        justify-content: flex-start;
    }

    .socials_row A {
        margin: 0 16px 0 0;
    }

    .socials_row A:last-child {
        margin: 0;
    }

    .foo_copyrights {
        flex-direction: column;
        align-items: flex-start;
    }

    .sufix_copyrights {
        margin: 16px 0 0 0;
    }

    .nav_and_contacts {
        order: 2;
        width: 50%;
        margin: 0;
        padding: 0 0 0 16px;
    }

    /* --- Categories --- */
    /* --- Tiles - Category --- */
    .category_list {
        margin: 0 0 0 -16px;
    }

    .one_cat {
        padding: 16px;
        width: calc(33.33% - 16px);
        margin: 0 0 16px 16px;
    }

    .category_image {
        margin: 0 0 12px 0;
    }

    /* --- Rows - Category --- */
    .row_list .category_list {
        margin: 0 0 0 -16px;
    }

    .row_list .one_cat {
        margin: 0 0 16px 16px;
        width: calc(50% - 16px);
    }

    /* --- Tile Universal --- */
    .one_tile {
        width: calc(33.33% - 16px);
        margin: 0 0 16px 16px;
    }

    .one_tile .box {
        padding: 16px;
    }

    .tile_image {
        margin: 0 0 12px 0;
    }

    /* --- If Grid --- */
    .tiles_grid {
        margin: 0 0 0 -16px;
    }

    /* --- If Slider --- */
    .tiles_slider {
        margin: 0 0 0 -16px;
        width: calc(100% + 24px);
    }

    .tiles_slider .one_tile {
        margin: 0 8px 16px 8px;
    }

    /* --- CATALOG list --- */
    /* --- Search results --- */
    .search_pic_no_found Img {
        width: 30%;
    }

    .catalog_list.search .nothing_found .search_title_results {
        margin: 8px 0 24px 0;
    }

    /* --- ALL Tab --- */
    /* --- Product Page info --- */
   
   
    .short_chars {
        padding: 16px;
    }

    .select_color {
        padding: 0 8px;
    }

    .product_price {
        padding: 16px;
    }

    .product_btns .btn {
        width: auto;
    }

    /* --- Additional Call Buttons --- */
    .order_call_but {
        flex-direction: row;
        justify-content: flex-start;
    }

    .is_one_click.order_call_but {
        justify-content: center;
    }

    .order_call_but A.btn {
        width: calc(50% - 16px);
        margin: 0 8px 0 0;
    }

    .order_call_but A.btn:last-child {
        margin: 0 0 0 8px;
    }

    /* --- Promo to this Product --- */
    .discount_box {
        padding: 16px;
    }

    .db_status,
    .db_photo {
        margin: 0 16px 0 0;
    }

    .discount_box.has_arrow::before,
    .discount_box.has_arrow::after {
        right: 16px;
    }

    /* --- Reviews Tab --- */
    .main_reviews .main_title Span {
        display: inline-flex;
    }

    /* --- Fixed product panel --- */
    .sticky_header.product_price {
        padding: 8px 16px;
    }

    .sticky_header .mini_product_photo {
        display: flex;
        margin: 0 16px 0 0;
    }

    .sticky_header .mpp_box {
        width: 42px;
        height: 42px;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sticky_header .mpp_box Img {
        max-width: 100%;
        max-height: 100%;
    }

    .sticky_header .mpp_title {
        display: none;
    }

    /* --- PRODUCT Page - Details --- */
    /* --- Select color OR Size --- */
    .select_color.select_color-pp LI {
        width: calc(50% - 4px);
        margin: 0 4px 8px 0;
    }

    .select_color.select_color-pp LI:nth-child(2n) {
        margin: 0 0 8px 4px;
    }

    /* --- Options in Product Page --- */
    /* --- Tiles with Photo - Options --- */
    .options_tile.img LI {
        width: calc(50% - 4px);
        margin: 0 4px 8px 0;
    }

    .options_tile.img LI:nth-child(2n) {
        margin: 0 0 8px 4px;
    }

    /* --- Input - Options --- */
    .input_group {
        display: flex;
        flex-wrap: wrap;
    }

    .input_group .option_input,
    .input_group .option_input:last-child {
        width: calc(50% - 8px);
        margin: 0 8px 8px 0;
    }

    .input_group .option_input:nth-child(2n) {
        margin: 0 0 8px 8px;
    }

    /* --- Cart --- */

    .cart_kit .added_goods_ignore {
        padding: 8px 0 8px 38px;
        width: 100%;
    }

    .cart_kit .added_goods_ignore::before,
    .cart_kit .added_goods_ignore::after {
        left: 16px;
        top: 50%;
        transform: translate(-50%, -50%) rotate(0deg);
    }

    .cart_kit .added_goods_ignore::after {
        transform: translate(-50%, -50%) rotate(90deg);
    }

    .kit_sum {
        justify-content: flex-end;
    }

    .kit_sum .together {
        flex-direction: column;
        display: flex;
        align-items: flex-end;
    }

    /* --- Cheaper Together in Product Page --- */
    .cheaper_item {
        padding: 16px;
    }

    .cheaper .bottom_wrap {
        min-width: unset;
    }

    .cheaper_prise {
        width: calc(100% + 32px);
        margin: 0 0 0 -16px;
    }

    .cheaper .price_box {
        flex-direction: column;
        width: 100%;
        align-items: flex-end;
    }

    .cheaper_prise .to_cart .mobile {
        display: none;
    }

    .cheaper_prise .to_cart .desktop {
        display: flex;
    }

    .cheaper .select_color {
        margin: 8px 0 0 0;
        padding: 0;
    }

    /* --- CHECKOUT PAGE --- */
    .checkout_header .logo_wrap {
        margin: 0;
    }

    /* --- Registration Form in Checkout --- */
    .registration_form .common_but,
    .enter_form .common_but {
        width: max-content;
    }

    .if_registred.active {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .if_registred.active .together {
        width: calc(50% - 8px);
        margin: 0 0 0 8px;
    }

    .if_registred.active .together:first-child,
    .if_registred.active .together.first {
        margin: 0 8px 0 0;
    }

    /* --- Cheaper Together in Checkout --- */
    .checkout .added_goods.added_goods_ignore {
        padding: 8px 0 8px 38px;
    }

    .total_bottom.small {
        margin: 0;
        max-width: 156px;
    }

    .total_bottom.error {
        margin: 0;
        max-width: 226px;
        text-align: left;
    }

    /* --- Shipping & Payment in Checkout --- */
    .checkout .group {
        display: flex;
    }

    .checkout .group.long .long_div {
        width: calc(50% - 8px);
        margin: 0 8px 16px 0;
    }

    .checkout .group.long .long_div:last-child {
        margin: 0 0 16px 8px;
    }

    .checkout .group.short .long_div {
        width: calc(25% - 25px);
    }

    /* --- USER ACCOUNT --- */
    .order_show .together {
        display: flex;
        justify-content: space-between;
    }

    /* --- Reviews in Order - Popup --- */
    .order_comment {
        max-width: 580px;
    }

    .order_comment .for_wish_product {
        align-items: center;
        padding: 8px;
        border-radius: var(--border-radius);
        margin: 0 0 1px 0;
        position: relative;
        transition: .3s;
    }

    .order_comment .for_wish_product::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 140px;
        height: 100%;
        background: linear-gradient(90deg, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 100%);
    }

    .order_comment .wl_text {
        flex-direction: row;
        align-items: center;
        width: 100%;
        justify-content: space-between;
        z-index: 1;
    }

    .order_comment .wlt_tit {
        margin: 0 16px 0 0;
    }

    /* --- My Reviews list --- */
    .review_show {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .i_leave_review .review_show {
        flex-direction: column;
    }

    .review_link {
        margin: 0 16px 0 0;
    }

    .review_show .btn {
        width: max-content;
    }

    .review_text {
        margin: 16px 0 0 0;
    }

    /* --- User Account Settings --- */
    .form_place .together {
        margin: 0 0 0 -16px;
        width: calc(100% + 16px);
    }

    .additional_users.form_place.no_edit .long_div.phone {
        margin: 0 16px 16px 8px;
    }

    .additional_users.form_place .for_buts .together {
        margin: 0;
    }

    .form_place.no_edit .together {
        margin: 0;
        width: 100%;
    }

    .form_place .long_div {
        width: calc(50% - 16px);
        margin: 0 0 16px 16px;
    }

    .form_place .long_div.error {
        margin: 0 0 16px 0;
        width: 100%;
    }

    /* --- Courier delivery Addresses - User Account Settings --- */
    .addresses .long_div {
        width: 100%;
        margin: 0 0 16px 0;
    }

    /* --- My pick-up points - User account settings --- */
    .pickups.addresses .only_address {
        flex-wrap: nowrap;
    }

    .pickups.addresses .long_div {
        margin: 0 16px 16px 0;
    }

    .pickups.addresses .long_div.del {
        padding: 0;
        margin: 0 0 16px 0;
        width: 22px;
        flex-shrink: 0;
    }

    /* --- Product - One Item --- */
    .one_good {
        width: 33.33%;
    }

    .product_wrap .one_good {
        padding: 16px 16px 24px 16px;
        width: calc((100% / 3) - (32px / 3));
    }

    .product_wrap .one_good:nth-child(2n + 1) {
        margin-right: 0;
    }

    .product_wrap .one_good:nth-child(3n + 1),
    .product_wrap .one_good:nth-child(3n + 2) {
        margin-right: 16px;
    }

    .product_wrap .one_good .hidden_options {
        padding: 0 16px 16px 16px;
        top: calc(100% - 12px);
    }

    .product_wrap .product_top-row .code {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 20px;
        min-height: 27px;
    }

    .product_wrap .one_good .status_list Span {
        padding: 4px 8px;
        font-size: 16px;
    }

    .product_wrap .availability {
        font-size: 16px;
    }
    /* --- Blog of Store --- */
    .blog_list {
        margin-bottom: 24px;
    }

    .blog_items {
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0 0 0 -8px;
    }

    .one_blog {
        padding: 16px;
        margin: 0 0 8px 8px;
        width: calc(50% - 8px);
    }

    .one_blog:last-child {
        margin: 0 0 8px 8px;
    }

    .blog_image {
        margin: 0 0 16px 0;
    }

    .blog_text {
        margin: 16px 0 0 0;
    }

    .blog_info {
        margin: 16px 0 0 -16px;
        padding: 16px 16px 0 16px;
        width: calc(100% + 32px);
    }

    /* --- Last News of Blog --- */
    /* --- If Slider --- */
    .last_blog_items:not(.slick-initialized) {
        margin: 0 0 0 -12px;
        padding: 0 8px;
        width: calc(100% + 12px);
    }

    .last_blog_items:not(.slick-initialized) .one_blog {
        margin: 0 4px;
        width: 50%;
    }

    /* --- If Grid --- */
    .last_blog_grid .last_blog_items {
        width: calc(100% + 16px);
        padding: 0;
        margin: 0 0 0 -16px;
    }

    .last_blog_grid .last_blog_items .one_blog {
        margin: 0 0 16px 16px;
        width: calc(50% - 16px);
        flex: unset;
    }

    /* --- Reed Others Blogs --- */
    .blog_details .read_also .blog_info {
        margin: 16px 0 0 -16px;
        padding: 16px 16px 0 16px;
        width: calc(100% + 32px);
    }

    /* All reviews in Catalog */
    /* --- If Slider --- */
    .category_comments .one_review {
        width: 50%;
    }

    /* --- If Grid --- */
    .reviews_grid .category_comments {
        width: calc(100% + 32px);
        margin: 0 0 0 -16px;
    }

    .reviews_grid .category_comments .one_review {
        width: calc(50% - 16px);
        margin: 0 0 16px 16px;
    }

    /* --- Page UP - button --- */
    .page_up {
        bottom: 67px;
        right: 16px;
    }

    /* Stores on Google Map */
    .all_stores {
        margin: -16px 0 0 -16px;
    }

    .map_address {
        width: calc(50% - 16px);
        margin: 16px 0 0 16px;
    }

    /* --- Credit bank variants - ALL in one place - PopUp --- */
    .one_credit .together {
        flex-direction: row;
        justify-content: space-between;
    }

    .oc_bank_parts {
        margin: 0 16px 0 0;
    }

    .oc_bank_issue {
        width: auto;
    }

    .sum_for_month {
        margin: 0 16px 0 0;
    }

    /* --- Last viewed on Main page - if Grid --- */
    .product_grid LI:nth-child(3) {
        display: block;
    }

    /* --- Contact Us - Feedback --- */
    /* --- Template 4:  Contacts + Feedback --- */
    .contact_us.for_feed .two_mini_box {
        flex-direction: row;
    }

    .contact_us.for_feed .cb_mini_box {
        width: 50%;
        margin: 0;
    }

    .contact_us.for_feed .soc_and_mes_box .cb_mini_box {
        width: 100%;
    }

    .site_header .top {
        font-size: 14px;
        line-height: 1.2;
        color: var(--base-color-1);
        display: block;
        background-color: var(--base-color-3);
    }

    .site_header .top .centre {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end;
        min-height: 44px;
    }

    .header_contact {
        font-style: normal;
        text-decoration: none;
        color: var(--base-color-1);
        display: flex;
        align-items: center;
        margin-left: 8px;
        transition: 0.3s;
    }

    .header_contact span {
        display: block;
    }

    .header_contact .icon {
        margin-right: 4px;
        width: 14px;
        height: 14px;
        fill: var(--base-color-1);
    }

    .header-icon_contact {
        font-size: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 8px;
        width: 22px;
        height: 22px;
    }

    .header-icon_contact .icon {
        margin: 0;
        width: 14px;
        height: 14px;
        fill: var(--base-color-1);
        transition: 0.3s;
    }

    .header-top_menu {
        flex: 0 0 calc(100% - 184px);
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .header-top_menu li {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-top_menu a {
        text-decoration: none;
        color: var(--text);
        font-size: 16px;
        padding: 2px 12px;
        line-height: 1.2;
        transition: 0.3s;
    }

    .search_wrap {
        width: calc(65% - 20px);
        margin-top: 20px;
        margin-right: 20px;
    }

    .site_header .bottom .header_call-back {
        flex: 0 0 35%;
        display: flex;
        min-height: 40px;
        margin-top: 20px;
        order: 2;
        border-radius: 12px;
    }

    .btn_menu.btn_header {
        display: none;
    }

    .header_cart {
        top: 165px;
        height: calc(100% - 165px);
    }

    .header_cart .title_wrap {
        font-size: 24px;
        padding: 25px;
    }

    .ag_photo {
        width: 108px;
    }

    .total_sum_old {
        font-size: 16px;
    }

    .total_sum {
        font-size: 24px;
    }

    .product_body .total_sum {
        font-size: 16px;
    }

    .all_sum {
        font-size: 18px;
        line-height: 1.2;
    }

    .all_sum Span,
    .all_sum Small {
        font-size: 18px;
        line-height: 1.2;
    }

    .cart_window .total_sum_old {
        font-size: 16px;
    }

    /* --- CATEGORIES COMPONENT --- */

    .categories_box {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .categories_box .category_item {
        margin-bottom: 0;
        order: 0;
    }

}

@media (min-width:768px) {

    .messengers_open-btn {
        width: 74px;
        height: 64px;
    }

    .messengers_open-btn .icon {
        width: 32px;
        height: 32px;
    }

    .messengers_list ul {
        right: 10px;
    }

    /* article ----------------------------*/
    Article Img {
        min-width: auto;
        max-width: 50% !important;
        margin: 0 16px 8px 0;
        float: left;
    }

    Article .one_good Img {
        max-width: 100% !important;
    }

    Article .image-style-side {
        min-width: auto;
        max-width: 50%;
        width: auto;
        margin: 0 0 8px 16px;
        float: right;
    }

    Article .image Img,
    Article Img {
        max-width: unset;
        min-width: unset;
    }

    Article .image-style-side Img {
        margin: unset;
        min-width: 100%;
    }

    Article Figure.table {
        width: 100%;
        margin: 0 0 16px 0;
        max-width: 100%;
    }

    Article Figure.table.left,
    Article Figure.table.right {
        min-width: auto;
        margin: 0 16px 8px;
        max-width: 70%;
        float: left;
    }

    Article Figure.table.right {
        float: right;
    }

    /* --- Main HEADER --- */
    .btn_header.scale,
    .btn_header.heart,
    .btn_header.user {
        display: flex;
        margin: 0 16px 0 0;
    }

    /* --- Left Col --- */
    .profile_tpl .left_menu_box.user_menu {
        order: 2;
    }

    /* --- Main FOOTER --- */
    .main_footer {
        padding: 32px 8px 16px;
    }

    .footer_social {
        max-width: 300px;
        flex-shrink: 0;
        justify-content: space-between;
    }

    .nav_and_contacts {
        width: 100%;
    }

    .footer_menu-titile {
        cursor: pointer;
    }

    .main_footer LI A,
    .footer_phones A {
        transition: .3s;
    }

    /* --- LogIn & Registration --- */
    .login_or_reg {
        flex-direction: row;
        align-items: flex-start;
    }

    .lor_col {
        padding: 0 32px 0 0;
    }

    .order-step_wrap.lor_col {
        padding: 0 8px;
    }

    .lor_col.signup {
        padding: 0 0 0 32px;
    }

    .lor_col.signup::before {
        width: 2px;
        height: 100%;
    }

    .lor_line {
        top: 50%;
        transform: translate(-50%, 0);
        left: 0;
        padding: 16px 8px;
    }

    /* --- Email confirm --- */
    .ec_tit {
        font-size: 28px;
        line-height: 36px;
    }

    /* --- CART --- */
    .comment_popup.popup {
        padding: 32px 16px 32px 32px;
    }

    .all_items,
    .all_sums {
        padding: 0 16px 0 0;
    }

    .kit_sum {
        min-width: 20%;
    }

    /* --- CHECKOUT PAGE --- */
    .checkout .H3 {
        display: block;
    }

    .checkout_together {
        display: flex;
        flex-direction: row;
    }

    .checkout_form {
        width: 100%;
        margin: 0;
    }

    .cart_order_products .bottom_wrap {
        width: 100%;
    }

    .checkout .added_goods.added_goods_ignore {
        padding: 32px 0 8px 8px;
    }

    .checkout .cart_kit .added_goods_ignore::before,
    .checkout .cart_kit .added_goods_ignore::after {
        top: 8px;
        left: 50%;
    }

    /* --- Registration Form in Checkout --- */
    .registration_form .common_but,
    .enter_form .common_but {
        width: 100%;
    }

    /* --- Cheaper Together in Checkout --- */

    .checkout .item_text {
        margin: 0 0 8px 0;
    }

    .checkout_form {
        border-right: 1px solid var(--border-color);
    }

    .popup .order_form {
        /* border-right: none; */
    }

    .checkout_total {
        max-width: 440px;
        width: 40%;
        flex-shrink: 0;
        margin: 27px 0 0 0;
        padding: 0 0 0 0;
        order: 0;
        height: max-content;
        position: sticky;
        top: 165px;
    }

    .cbp_row.total {
        align-items: start;
        display: flex;
        flex-direction: column;
        border-bottom: none;
        margin-bottom: 33px;
        padding: 0;
    }

    .cbp_row.total .title_row {
        width: 100%;
        padding: 4px 20px;
    }

    .cbp_row.total .cbp_sum {
        margin: 0;
        width: 100%;
        padding: 4px 20px;
    }

    .finish {
        padding: 18px 10px;
    }

    .checkout .added_goods:nth-child(1) {
        border-top: none;
    }

    .ct_together {
        position: sticky;
        top: 8px;
    }

    /* --- Shipping & Payment in Checkout --- */
    .checkout .group.long {
        flex-direction: column;
    }

    .checkout .group.long .long_div,
    .checkout .group.long .long_div:last-child {
        width: 100%;
        margin: 0 0 16px 0;
    }

    .checkout .group.short .long_div {
        width: 50%;
    }

    /* --- Promo code --- */
    .promocode .code_input {
        flex-direction: column;
    }

    .code_input Input {
        width: 100%;
        margin: 0 0 16px 0;
    }

    .code_input A {
        width: 100%;
    }

    /* --- SUCCESS PAGE --- */
    .success_box {
        flex-direction: row;
    }

    .success_order {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .checkout_contacts {
        max-width: 520px;
        width: 40%;
        flex-shrink: 0;
        margin: 0 0 0 16px;
    }

    /* --- USER ACCOUNT --- */
    .profile {
        display: flex;
        flex-direction: row;
    }

    .profile .profile_menu {
        display: flex;
        max-width: 300px;
        width: 30%;
        flex-shrink: 0;
        margin: 0 16px 32px 0;
    }

    .profile_content {
        width: calc(100% - 30% - 16px);
    }

    /* --- Order History Search --- */
    .order_search .desktop {
        display: flex;
    }

    .order_search .mobile {
        display: none;
    }

    /* --- My Reviews list --- */
    .profile_content .product_tabs {
        width: calc(100% + 16px);
        margin: -8px 0 32px -8px;
        padding: 12px 8px 0 8px;
    }

    /* --- User Account Settings --- */
    /* --- My pick-up points - User account settings --- */
    .pickups.addresses .only_address {
        flex-wrap: wrap;
    }

    .pickups.addresses .long_div {
        margin: 0 0 16px 0;
    }

    .pickups.addresses .long_div.del {
        width: 100%;
    }

    /* --- CATALOG LIST --- */
    /* --- Search results --- */
    .catalog_list.search .title_wrap.nothing_found .main_title {
        flex-direction: row;
        flex-wrap: nowrap;
        margin: 64px auto;
    }

    .search_pic_no_found {
        width: 240px;
    }

    .search_pic_no_found Img {
        width: 100%;
        margin: 0;
    }

    .catalog_list.search .nothing_found .together {
        align-items: flex-start;
        text-align: left;
        padding: 0 0 0 16px;
    }

    .nothing_found .search_title_results {
        font-size: 16px;
        line-height: 1.5;
    }

    .catalog_list.search .nothing_found .long_div {
        justify-content: flex-start;
    }

    .catalog_list.search .nothing_found .long_div A.btn {
        margin: 0 24px 0 0;
    }

    /* --- Product - One Item --- */

    /* --- If MINI Product --- */
    .products_mini .product_grid LI:nth-child(4) {
        display: block;
    }

    .products_mini .product_grid .one_good,
    .products_mini .product_inner .one_good {
        width: 25%;
    }

    /* --- CATEGORIES --- */
    /* --- List - Category --- */
    .list_info .category_list {
        margin: 0 0 0 -16px;
    }

    .list_info .one_cat {
        margin: 0 0 16px 16px;
        width: calc(50% - 16px);
    }

    /* --- PRODUCT DETAILS --- */
    /* --- Product Rate --- */
    .raiting_wrap {
        margin: -8px 0 20px 0;
    }

    /* --- Product Tabs --- */
    .product_tabs {
        margin: 0 0 32px 0;
        width: 100%;
        padding: 12px 0 0 0;
    }

    .product_tabs A {
        margin: 0 24px 0 0;
    }

    /* --- Product Page info --- */
    
    .detail_info {
        flex-direction: row;
    }

    .all_left_det {
        width: 50%;
        padding: 0 16px 0 0;
        margin: 0;
    }

    .ald_for_sticky {
        position: sticky;
        top: 111px;
    }

    .sliders_wrap {
        width: 100%;
        margin: 0 0 16px 0;
    }

    .product_info {
        width: 50%;
        padding: 0 0 0 16px;
    }

    .zoom_slider.zoom-full_screen .zoom_big:not(.slick-initialized) .zoom_slide {
        padding: 32px;
    }

    .short_chars {
        margin: -16px 0 0 0;
        width: 100%;
    }

    /* --- Select color OR Size --- */
    .select_color {
        padding: 0;
    }

    .select_color.select_color-pp LI {
        width: 100%;
        margin: 0 0 8px 0;
    }

    .select_color.select_color-pp LI:nth-child(2n) {
        margin: 0 0 8px 0;
    }

    /* --- Options in Product Page --- */
    /* --- Tiles with Photo - Options --- */
    .options_tile.img LI {
        width: 100%;
        margin: 0 0 8px 0;
    }

    .options_tile.img LI:nth-child(2n) {
        margin: 0 0 8px 0;
    }

    /* --- Input - Options --- */
    .input_group .option_input,
    .input_group .option_input:nth-child(2n) {
        width: 100%;
        margin: 0 0 8px 0;
    }

    .input_group .option_input:last-child {
        margin: 0;
    }

    .product_price {
        width: 100%;
        margin: 0 0 16px 0;
    }

    .show_price {
        margin: 0 16px 16px 0;
    }

    .product_price .add_in-list {
        margin: 0 0 16px 0;
    }

    .available {
        margin-left: -22px;
        padding-left: 22px;
    }

    .product_details-inner {
        flex-direction: row;
    }

    .product_details-inner > .col:nth-child(1) {
        flex: 0 0 50%;
        padding-right: 10px;
        max-width: 50%;
    }

    /* .big_slider-wrap {
        margin-bottom: 0;
    } */

    .big_slider {
        margin-bottom: 0;
    }

    .product_details-inner > .col:nth-child(2) {
        flex: 0 0 50%;
        padding-left: 10px;
        max-width: 50%;
    }

    .product_details-top.mob {
        display: none;
    }

    .product_details-top.desk {
        display: flex;
    }
    .product_details-top.desk .H3 {
        font-size: 20px;
    }

    /* --- Credit bank variants --- */
    .credits_variants {
        margin: -16px 0 16px 0;
        padding: 16px 16px 4px 16px;
        width: 100%;
    }

    /* --- Additional Call Buttons --- */
    .order_call_but {
        flex-direction: column;
        align-items: center;
    }

    .order_call_but A.btn {
        width: calc(100% - 32px);
        margin: 0 0 8px 0;
    }

    .order_call_but A.btn:last-child {
        margin: 0;
    }

    /* --- Cheaper Together in Product Page --- */
    .cheaper .together {
        position: relative;
        display: flex;
    }

    .cheaper .added_goods {
        width: 50%;
        padding: 0 32px 0 0;
    }

    .cheaper .together .added_goods:first-child {
        margin: 0;
    }

    .cheaper .added_goods:last-child {
        padding: 0 0 0 32px;
    }

    .cheaper .product_body {
        flex-direction: column;
        align-items: flex-start;
    }

    .cheaper .item_text {
        margin: 0;
    }

    .cheaper .price_box {
        flex-direction: row-reverse;
        width: auto;
        align-items: baseline;
    }

    .cheaper_plus {
        position: absolute;
        height: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .cheaper .cheaper_prise .together {
        margin: 0 32px 0 0;
    }

    .cheaper .slick-arrow {
        top: -46px;
        right: 40px;
        left: auto;
        height: 32px;
        transform: translateY(0);
        border-radius: var(--border-radius);
        box-shadow: none;
    }

    .cheaper .slick-arrow.slick-next {
        right: 0;
        border-radius: var(--border-radius);
    }

    .cheaper .slick-arrow::before,
    .cheaper .slick-arrow::after {
        right: 9px;
        top: 18px;
        width: 13px;
    }

    .cheaper .slick-arrow::after {
        top: 10px;
    }

    /* --- Main Info Box in Product Page --- */
    .main_info_box {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .sorts_info {
        width: 50%;
        padding: 0 16px 0 0;
    }

    /* --- Reviews --- */
    .product_reviews {
        width: 50%;
        padding: 0 0 0 16px;
    }

    /* --- Reviews Tab --- */
    .main_reviews .product_reviews {
        padding: 0;
        width: 100%;
    }

    /* --- Fixed product panel --- */
    .sticky_header.product_price {
        margin: 0;
    }

    .sticky_header .mini_product_photo {
        align-items: center;
    }

    .sticky_header .mpp_box {
        margin: 0 8px 0 0;
    }

    .sticky_header .together {
        width: auto;
        flex-shrink: 0;
    }

    .sticky_header .mpp_title {
        display: flex;
        max-height: 36px;
        overflow: hidden;
    }

    .sticky_header.product_price .add_in-list {
        margin: 0 0 0 8px;
    }

    /* --- Blog of Store --- */
    .blog_items {
        margin: 0 0 0 -16px;
    }

    .one_blog,
    .one_blog:last-child {
        margin: 0 0 16px 16px;
        width: calc(50% - 16px);
    }

    /* --- Blog Details --- */
    .blog_det_img {
        margin: 0 32px 8px 0;
    }

    /* --- Last newses of Blog --- */
    /* --- If Slider --- */
    .last_blog_items {
        padding: 0;
        margin: 0 0 0 -8px;
    }

    .last_blog_items:not(.slick-initialized) {
        margin: 0 0 0 -16px;
    }

    .last_blog_items .one_blog {
        margin: 0 16px 0 0;
    }

    .last_blog_items:not(.slick-initialized) .one_blog {
        margin: 0 8px;
        width: calc(50% - 8px);
    }

    /* --- If Grid --- */
    .last_blog_grid .last_blog_items .one_blog {
        width: calc(50% - 16px);
        margin: 0 0 16px 16px;
    }

    /* --- Store window Slider --- */
    .product_slider .product_tabs {
        margin: 0 0 16px 0;
    }

    /* Stores on Google Map */
    .stores .map_address .address {
        margin: 0;
    }

    /* --- Credit bank variants - ALL in one place - PopUp --- */
    .credit_popup {
        padding: 32px 16px 32px 32px;
    }

    /* --- Size chart Popup --- */
    .size_table_popup {
        padding: 32px 16px 32px 32px;
    }

    /* --- COOKIES terms Popup --- */
    .cookies {
        flex-direction: row;
        align-items: center;
    }

    .cook_text {
        margin: 0 16px 0 0;
    }

    /* --- CONTACT US - FEEDBACK --- */
    /* --- Template 1:  Contacts + Background --- */
    .two_mini_box {
        flex-direction: row;
    }

    .cb_mini_box {
        width: 33.33%;
        margin: 0;
    }

    .contact_box .cb_info {
        padding: 0 22px;
    }

    .soc_and_mes_box .cb_mini_box {
        width: 100%;
        margin: 0 0 24px 0;
    }

    .soc_and_mes_box .cb_mini_box:last-child {
        margin: 0;
    }

    /* --- Template 2:  Contacts + Photo --- */
    .contact_us.photo .centre {
        display: flex;
        flex-wrap: wrap;
    }

    .rtl.contact_us.photo .centre {
        flex-direction: row-reverse;
        align-items: flex-start;
    }

    .contact_us.photo .contact_box {
        width: 50%;
    }

    .rtl.contact_us.photo .contact_box {
        padding: 0 0 0 22px;
    }

    .contact_us.photo .two_mini_box {
        flex-direction: column;
    }

    .contact_us.photo .cb_mini_box {
        width: 100%;
        margin: 0 0 24px 0;
    }

    .contact_us.photo .cb_mini_box:last-child {
        margin: 0;
    }

    .contact_us.photo .cb_poto {
        width: 50%;
        margin: 0;
    }

    .rtl.contact_us.photo .background_sign {
        align-items: flex-start;
        left: 0;
    }

    .rtl.contact_us.photo .background_sign .bs_box {
        align-items: flex-start;
    }

    /* --- Template 3:  Feedback + Background --- */
    .for_feed.background {
        padding-bottom: 64px;
        min-height: 512px;
    }

    .contact_us.for_feed.background .centre,
    .rtl.contact_us.for_feed.background .centre {
        display: flex;
        flex-direction: column;
    }

    .rtl.contact_us.for_feed.background .centre {
        align-items: flex-end;
    }

    .for_feed.contact_us.background .feed_box,
    .rtl.for_feed.contact_us.background .feed_box {
        margin: 0;
    }

    .for_feed .feed_box,
    .for_feed.background .title_wrap,
    .for_feed.background .description {
        width: 42%;
        max-width: 670px;
    }

    .rtl.for_feed.contact_us.background .title_wrap {
        justify-content: flex-end;
    }

    .rtl.for_feed.contact_us.background .title_wrap .main_title,
    .rtl.for_feed.background .description {
        text-align: right;
    }

    .for_feed.background .tile_background Img {
        object-position: top;
    }

    /* --- Template 4:  Contacts + Feedback --- */
    .contact_us.for_feed .centre {
        flex-direction: row;
        flex-wrap: wrap;
        display: flex;
    }

    .rtl.contact_us.for_feed .centre {
        flex-direction: row-reverse;
        justify-content: flex-end
    }

    .contact_us.for_feed .contact_box,
    .contact_us.for_feed .feed_box {
        width: calc(50% - 16px);
        margin: 0 16px 0 0;
    }

    .rtl.contact_us.for_feed .contact_box {
        margin: 0 0 0 16px;
    }

    .rtl.contact_us.for_feed .feed_box {
        margin: 0 16px 0 0;
    }

    .contact_us.for_feed .feed_box {
        margin: 0 0 0 16px;
    }

    .contact_us.for_feed .two_mini_box {
        flex-direction: column;
        margin: 0;
    }

    .contact_us.for_feed .cb_mini_box {
        width: 100%;
        margin: 0 0 24px 0;
    }

    .contact_us.for_feed .soc_and_mes_box,
    .contact_us.for_feed .soc_and_mes_box .cb_mini_box:last-child {
        margin: 0;
    }

    .contact_us.for_feed .soc_and_mes_box .cb_info {
        padding: 0;
    }

    .contact_us.for_feed .for_sticky {
        position: sticky;
        top: 90px;
    }

    .header_contact {
        margin-left: 20px;
    }

    .header_contact .icon {
        margin-right: 8px;
        width: 16px;
        height: 16px;
    }

    address.header_contact {
        margin-right: 24px;
    }

    .header-icon_contact {
        margin-left: 14px;
    }

    .header-icon_contact .icon {
        width: 20px;
        height: 20px;
    }
}

@media (min-width:992px) {
    Body {
        padding-top: 145px;
    }

    .catalog_btn {
        display: flex;
        margin: 0 0 0 16px;
    }

    .catalog_btn.btn .icon.margin {
        margin: 0 12px 0 0;
    }

    .menu_header .catalog_btn,
    .menu_header .catalog_mob_menu {
        display: none;
    }

    Body.body_overflow_cat .main_header {
        position: sticky;
        top: 0;
    }

    .main_header {
        margin: 0 0 16px 0;
    }

    /* --- main search panel --- */
    .search_wrap {
        z-index: 12;
    }

    /* --- LogIn & Registration --- */
    .lor_col {
        padding: 0 64px 0 0;
    }

    .lor_col.signup {
        padding: 0 0 0 64px;
    }

    /* --- Main Slider --- */
    .main_slider_container {
        display: flex;
    }

    .main_slider_container.with_menu>UL {
        width: 300px;
        flex-shrink: 0;
        margin: 0 16px 0 0;
        display: flex;
        flex-direction: column;
        position: relative;
        background: var(--white);
        padding: 8px 8px 7px 8px;
    }

    .main_slider {
        width: 100%;
    }

    .with_menu .main_slider {
        width: calc(100% - 300px - 16px);
    }

    .main_slider_container.with_menu>UL LI {
        display: none;
        margin: 0 0 1px 0;
    }

    .main_slider_container.with_menu>UL LI:nth-child(1),
    .main_slider_container.with_menu>UL LI:nth-child(2),
    .main_slider_container.with_menu>UL LI:nth-child(3),
    .main_slider_container.with_menu>UL LI:nth-child(4) {
        display: block;
    }

    /* --- Menu common styles --- */
    .menu A.btn_back,
    .menu LI.mobile,
    .menu_head {
        display: none;
    }

    .menu .next_level {
        background: none;
        box-shadow: none;
    }

    .menu LI A {
        z-index: 10;
    }

    .menu LI A,
    .main_slider_container.with_menu LI A {
        padding: 8px 30px 8px 16px;
    }

    .main_aside .left_menu A {
        padding: 8px 16px;
    }

    .menu A.has_arrow::before,
    .menu A.has_arrow::after {
        top: 19px;
    }

    .menu A.has_arrow::after {
        top: 14px;
    }

    .menu.menu_1 .ul_2 A.has_arrow::before,
    .menu.menu_1 .ul_2 A.has_arrow::after,
    .menu.menu_2 .ul_2 A.has_arrow::before,
    .menu.menu_2 .ul_2 A.has_arrow::after {
        display: none;
    }

    .menu.menu_1 .one_col,
    .menu.menu_2 .one_col {
        display: flex;
        width: 33.33%;
    }

    /* --- Menu header - if Row Menu (3 & 4 variants) --- */
    .main_header.menu_2,
    .main_header.menu_3 {
        min-height: 111px;
        padding: 16px 0 0 0;
    }

    .main_header.menu_2::after,
    .main_header.menu_3::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 42px;
        background: var(--main-color-light);
    }

    .main_header.menu_2 A.catalog_btn,
    .main_header.menu_3 A.catalog_btn {
        display: none;
    }

    /* --- Menu variant 0 --- Button "Catalog" -> 1 level -> 2 level -> 3 level --- */
    /* !!! - When using this template, you need to make changes in script contained in Menu -> Catalog_menu_tpl.php:
    height of menu_item, menu_item_margin, ulPadding - !!!*/
    .menu.menu_0 {
        position: absolute;
        top: auto;
        left: auto;
        width: auto;
        background: transparent;
        z-index: 12;
    }

    .menu.menu_0 UL,
    .menu.menu_0 .next_level .ul_3 {
        width: 305px;
        overflow: hidden;
        position: fixed;
        top: 86px;
        left: 10px;
        max-height: calc(100vh - 172px);
        background: var(--white);
        border: none;
        min-height: 320px;
        display: flex;
        flex-direction: column;
        border-radius: var(--border-radius);
        overflow-y: auto;
        transition: .3s;
    }

    .menu.menu_0 .next_level .ul_2 {
        left: 307px;
        visibility: hidden;
        opacity: 0;
    }

    .menu.menu_0 .has_arrow.active+.next_level .ul_2 {
        visibility: visible;
        opacity: 1;
    }

    .menu.menu_0 .ul_2 .next_level .ul_3 {
        left: 604px;
        visibility: hidden;
        opacity: 0;
    }

    /* --- Menu variant 1 & Main style --- Button "Catalog" -> 1 level -> 2 & 3 levels --- */
    /* !!! - When using this template, you need to make changes in script contained in Menu -> Catalog_menu_1_tpl.php:
    height of menu_item1, menu_item2, menu_item3, menu_item_margin, menu_block_margin - !!!*/
    .menu.menu_1 {
        position: absolute;
        top: 54px;
        background: var(--white);
        max-height: calc(100vh - 172px);
        height: auto;
        border-radius: 0 0 var(--border-radius) var(--border-radius);
    }

    .menu.menu_1 .over {
        display: flex;
        position: relative;
        overflow-y: auto;
    }

    .menu.menu_1 UL {
        width: 300px;
        background: var(--site-bg);
        min-height: 320px;
        display: flex;
        flex-direction: column;
        border-radius: 0 0 0 var(--border-radius);
        overflow: hidden;
    }

    .two_cols .menu.menu_1 UL {
        padding: 16px 8px 8px 8px;
    }

    .menu.menu_1 A {
        overflow: hidden;
        white-space: nowrap;
    }

    .menu.menu_1 UL .next_level {
        position: absolute;
        display: none;
        width: 100%;
        top: 0;
        left: 0;
        height: 100%;
        padding: 0 8px 0 300px;
        transition: none;
    }

    .menu.menu_1 UL .next_level.active {
        display: flex;
    }

    .menu.menu_1 .one_col .ul_2 {
        background: none;
        width: 100%;
        min-height: unset;
        height: auto;
        padding: 8px 0 8px 8px;
    }

    .two_cols .menu.menu_1 .one_col .ul_2 {
        padding: 16px 0 8px 8px;
    }

    .menu.menu_1 .one_col .ul_2 A {
        padding: 8px 8px 4px 8px;
        color: var(--main-color-light);
    }

    .menu.menu_1 .ul_2 .next_level {
        opacity: 1;
        visibility: visible;
        position: relative;
        height: auto;
        padding: 0;
    }

    .menu.menu_1 .next_level .ul_3 {
        background: none;
        flex-direction: column;
        width: 100%;
        min-height: unset;
        padding: 0 0 4px 16px;
    }

    .menu.menu_1 .one_col .ul_3 A {
        font-size: 14px;
        padding: 4px 8px;
        color: var(--text-light);
    }

    .menu.menu_1 .one_col .ul_3 A.active {
        color: var(--btn-bg-hover);
    }

    /* --- Menu variant 2 --- Horizontal -> 1 level -> 2 & 3 levels --- */
    /* !!! - When using this template, you need to make changes in script contained in Menu -> Catalog_menu_2_tpl.php:
    menu_item2_height, menu_item3_height, item_margin, block_margin - !!!*/
    .menu.menu_2 {
        display: flex;
        position: absolute;
        top: 53px;
        left: 0;
        width: 100%;
        height: 42px;
        background: none;
        margin: 0;
        padding: 0;
        border-radius: 0;
        overflow: unset;
    }

    .menu.menu_2 .over {
        width: 100%;
        height: 100%;
        overflow-y: auto;
    }

    .menu.menu_2 .black.for_menu {
        position: absolute;
    }

    .menu.menu_2 UL {
        display: flex;
        background: none;
        min-height: unset;
        flex-direction: row;
        padding: 0;
        border-radius: 0;
        overflow: hidden;
    }

    .menu.menu_2 UL LI {
        margin: 0 0 0 1px;
        width: auto;
    }

    .menu.menu_2 UL LI:first-child {
        margin: 0;
    }

    .menu.menu_2 LI A {
        color: var(--text-inverse);
        padding: 0 16px;
        border-radius: 0;
        height: 100%;
    }

    .menu.menu_2 LI A.active,
    .menu.menu_2 LI A.hovered,
    .menu.menu_2 LI A.active.not_hovered.hovered {
        background: var(--main-color);
    }

    .menu.menu_2 LI A.active.not_hovered {
        background: none;
    }

    .menu.menu_2 LI A.has_arrow {
        padding: 0 32px 4px 16px;
    }

    .menu.menu_2 A.has_arrow::before,
    .menu.menu_2 A.has_arrow::after {
        background: var(--text-inverse);
        top: 19px;
        right: 9px;
    }

    .menu.menu_2 A.has_arrow::after {
        right: 14px;
    }

    .menu.menu_2 A.has_arrow.left::before {
        transform: rotate(-45deg);
    }

    .menu.menu_2 A.has_arrow.left::after {
        transform: rotate(45deg);
    }

    .menu.menu_2 .next_level {
        display: none;
    }

    .menu.menu_2 .next_level.active {
        display: flex;
        background: var(--white);
        top: 100%;
        height: auto;
        max-height: calc(var(--100vh) - (111px + 64px));
        padding: 8px;
        overflow: auto;
        box-shadow: 0 8px 30px rgba(0, 0, 0, .3);
    }

    .menu.menu_2 .next_level .for_scroll {
        display: flex;
        width: 100%;
        height: max-content;
    }

    .menu.menu_2 .one_col .ul_2 {
        padding: 0 8px 0 0;
        flex-direction: column;
    }

    .menu.menu_2 .one_col LI {
        margin: 0 0 1px 0;
    }

    .menu.menu_2 .one_col LI:last-child {
        margin: 0;
    }

    .menu.menu_2 .one_col .ul_2 A {
        padding: 8px 8px 4px 8px;
        background: none;
        height: auto;
        color: var(--main-color-light);
    }

    .menu.menu_2 .one_col .next_level {
        position: relative;
        padding: 0;
        top: 0;
        box-shadow: none;
        max-height: unset;
    }

    .menu.menu_2 .next_level .ul_3 {
        flex-direction: column;
        width: 100%;
        padding: 0 0 4px 16px;
    }

    .menu.menu_2 .ul_3 LI:last-child {
        margin: 0;
    }

    .menu.menu_2 .next_level .ul_3 A {
        font-size: 14px;
        padding: 4px 8px;
        color: var(--text-light);
    }

    .menu.menu_2 .one_col .ul_3 A.active {
        color: var(--btn-bg-hover);
    }

    /* --- Menu variant 3 --- Horizontal -> 1 level -> 2 level -> 3 level --- */
    .menu.menu_3 .over,
    .menu.menu_3 UL {
        overflow: unset;
    }

    .menu.menu_3 LI {
        position: relative;
    }

    .menu.menu_3 .next_level.active {
        width: 300px;
        overflow: unset;
    }

    .menu.menu_3 .next_level.right {
        left: 0;
    }

    .menu.menu_3 .next_level.left {
        left: auto;
        right: 0;
    }

    .menu.menu_3 .ul_2 {
        flex-direction: column;
    }

    .menu.menu_3 .next_level LI {
        width: 100%;
        margin: 0 0 1px 0;
    }

    .menu.menu_3 .next_level LI:last-child {
        margin: 0;
    }

    .menu.menu_3 .next_level A,
    .menu.menu_3 .next_level A.has_arrow {
        border-radius: var(--border-radius);
        color: var(--text);
        padding: 8px 16px;
        height: auto;
    }

    .menu.menu_3 .next_level A.active {
        color: var(--text-inverse);
        background: var(--main-color-lighter);
    }

    .menu.menu_3 .ul_2 A.has_arrow::before,
    .menu.menu_3 .ul_2 A.has_arrow::after {
        display: flex;
        background: var(--main-color);
        right: 16px;
        top: 19px;
    }

    .menu.menu_3 .ul_2 A.has_arrow::after {
        top: 14px;
    }

    .menu.menu_3 .ul_2 A.has_arrow.active::before,
    .menu.menu_3 .ul_2 A.has_arrow.active::after {
        background: var(--text-inverse);
    }

    .menu.menu_3 .ul_2 A.has_arrow.left::before {
        transform: rotate(45deg);
    }

    .menu.menu_3 .ul_2 A.has_arrow.left::after {
        transform: rotate(-45deg);
    }

    .menu.menu_3 .ul_2 .next_level {
        display: none;
        transition: unset;
        left: calc(100% + 8px);
        top: -8px;
    }

    .menu.menu_3 .ul_2 .next_level.left {
        right: calc(100% + 8px);
        left: auto;
        top: -8px;
    }

    .menu.menu_3 .ul_2 .next_level.active {
        display: flex;
    }

    .menu.menu_3 .next_level .ul_3 {
        padding: 0;
    }

    .menu.menu_3 .next_level .ul_3 A {
        font-size: 15px;
        padding: 8px 16px;
        color: var(--text);
    }

    .menu.menu_3 .next_level .ul_3 A.active {
        color: var(--text-inverse);
    }

    /* --- CATEGORIES --- */
    /* --- Rows - Category --- */
    .row_list .one_cat {
        width: calc(33.33% - 16px);
    }

    /* --- List - Category --- */
    .list_info .one_cat {
        width: calc(33.33% - 16px);
    }

    /* --- Store window Slider --- */
    .category_comments {
        padding: 54px 8px 8px 8px;
        margin: -54px 0 0 -8px;
    }

    .product_slider .product_inner.tabs {
        padding: 64px 8px 8px 8px;
        margin: -64px 0 0 -8px;
    }

    .category_comments .slick-arrow,
    .faq_slider .slick-arrow {
        top: 8px;
        right: 48px;
        left: auto;
        height: 32px;
        transform: translateY(0);
        box-shadow: none;
    }

    .has_tabs .product_inner .slick-arrow {
        top: 2px;
    }

    .category_comments .slick-arrow.slick-prev,
    .faq_slider .slick-arrow.slick-prev {
        transform: rotate(180deg);
    }

    .category_comments .slick-arrow.slick-next,
    .faq_slider .slick-arrow.slick-next {
        right: 8px;
    }

    /* --- Last viewed on Main page - if Grid --- */

    .product_grid LI:nth-child(4) {
        display: block;
    }

    /* --- CATALOG LIST --- */
    .menu_2 .control_products,
    .menu_3 .control_products {
        top: 111px;
    }

    /* --- If MINI Product --- */
    .products_mini .product_grid LI:nth-child(5) {
        display: block;
    }

    .products_mini .product_grid .one_good,
    .products_mini .product_inner .one_good {
        width: 20%;
    }

    /* --- PRODUCT PAGE --- */
    .menu_2 .details_product .product_tabs,
    .menu_3 .details_product .product_tabs {
        top: 111px;
    }

    .menu_2 .ald_for_sticky,
    .menu_3 .ald_for_sticky {
        top: 162px;
    }

    /* --- Additional Call Buttons --- */
    .order_call_but {
        flex-direction: row;
        justify-content: flex-start;
    }

    .is_one_click.order_call_but {
        justify-content: center;
    }

    .order_call_but A.btn {
        width: calc(50% - 24px);
        margin: 0 8px 0 0;
    }

    .is_one_click.order_call_but A.btn:last-child {
        margin: 0 0 0 8px;
    }

    /* --- USER ACCOUNT --- */
    .menu_2 .compare_products,
    .menu_3 .compare_products {
        top: 111px;
    }

    /* --- Main FOOTER --- */
    .main_footer {
        padding: 32px 16px 16px;
    }

    .footer_social {
        max-width: 33.33%;
    }

    .nav_and_contacts {
        padding: 0;
    }

    .footer_nav {
        flex-direction: row;
        margin: 0 0 20px 0;
    }

    .menu_element,
    .footer_contacts {
        background: none;
    }

    .footer_nav .menu_element {
        width: 50%;
        padding: 0 0 0 16px;
        margin: 0;
    }

    .footer_menu-titile {
        cursor: unset;
    }

    .footer_menu-titile::before,
    .footer_menu-titile::after {
        display: none;
    }

    .main_footer .whap_hidden {
        display: flex;
        flex-direction: column;
    }

    .footer_menu-titile {
        padding: 0;
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
        display: inline-block;
        height: auto;
        margin: 0 0 16px 0;
    }

    .main_footer LI A,
    .footer_phones A {
        margin: 0 0 12px 0;
    }

    .footer_contacts {
        padding: 0 0 0 16px;
    }

    .footer_contacts .whap_hidden {
        flex-direction: row;
    }

    .footer_phones,
    .messenger_wrap,
    .hours_work {
        width: 33.33%;
        padding: 0 0 0 16px;
        margin: 0;
    }

    .footer_phones {
        padding: 0;
    }

    .footer_phones .one_phone:last-child {
        margin: 0;
    }

    .foo_mini_tit {
        margin: 0 0 8px 0;
    }

    .messenger_wrap .row {
        margin: 0;
        flex-direction: column;
    }

    .messenger_wrap A {
        margin: 0 0 8px 0;
        display: inline-flex;
        padding: 0 16px 0 0;
        position: relative;
        transition: .3s;
    }

    .messenger_wrap A::before,
    .messenger_wrap A::after {
        display: flex;
        background: var(--viber);
        right: 10px;
        opacity: 0;
    }

    .messenger_wrap A.telegram::before,
    .messenger_wrap A.telegram::after {
        background: var(--telegram);
    }

    .messenger_wrap A.whatsapp::before,
    .messenger_wrap A.whatsapp::after {
        background: var(--whatsapp);
    }

    .messenger_wrap A.messenger::before,
    .messenger_wrap A.messenger::after {
        background: var(--facebook);
    }

    .messenger_wrap Span:last-child A {
        margin: 0;
    }

    /* --- Blog of Store --- */
    .one_blog,
    .one_blog:last-child {
        width: calc(33.33% - 16px);
    }

    /* --- Last newses of Blog --- */
    /* --- If Slider --- */
    .last_blog_items {
        padding: 54px 0 0 0;
        margin: -54px 0 0 -8px;
    }

    .last_blog_items:not(.slick-initialized) {
        margin: 0 0 0 -16px;
        width: calc(100% + 16px);
    }

    .last_blog_items .slick-arrow {
        top: 8px;
        right: 48px;
        left: auto;
        height: 32px;
        transform: translateY(0);
        /* border-radius: var(--border-radius); */
        box-shadow: none;
    }

    .last_blog_items .slick-arrow.slick-prev {
        transform: rotate(180deg);
    }

    .last_blog_items .slick-arrow.slick-next {
        right: 8px;
        /* border-radius: var(--border-radius); */
    }

    .last_blog_items .slick-arrow::before,
    .last_blog_items .slick-arrow::after {
        /* right: 9px;
        top: 18px;
        width: 13px; */
    }

    .last_blog_items .slick-arrow::after {
        /* top: 10px; */
    }

    .last_blog_items:not(.slick-initialized) .one_blog {
        margin: 0 8px;
        width: 32.33%;
    }

    /* --- If Grid --- */
    .last_blog_grid .last_blog_items .one_blog {
        width: calc(33.33% - 16px);
        margin: 0 0 16px 16px;
    }

    /* --- FAQ --- */
    /* --- If Slider --- */
    .faq.slider.no_title.no_subtitle {
        padding: 42px 8px 16px 8px;
    }

    .faq.slider .title_wrap {
        margin: 0 0 13px 0;
    }

    .faq_slider .slick-arrow {
        top: -46px;
    }

    .no_title .faq_slider .slick-arrow {
        top: -30px;
    }

    .no_title.no_subtitle .faq_slider .slick-arrow {
        top: -33px;
    }

    .faq_slider .one_question {
        align-items: flex-end;
    }

    .faq .faq_slider .faq_answer {
        width: 60%;
        padding: 16px 16px 32px 0;
    }

    /* --- CONTACT US - FEEDBACK --- */
    .contact_us.margin {
        margin: -54px 0 0 0;
    }

    /* --- Template 4:  Contacts + Feedback --- */
    .menu_2 .contact_us.for_feed .for_sticky,
    .menu_3 .contact_us.for_feed .for_sticky {
        top: 132px;
    }

    /* --- Credit bank variants - ALL in one place - PopUp --- */
    .one_credit {
        flex-wrap: nowrap;
    }

    .oc_bank_name {
        margin: 0 16px 0 0;
    }

    .one_credit .together {
        flex-shrink: 0;
        width: auto;
        align-items: center;
        min-width: 50%;
    }

    /* --- CART --- */
    A.delete_product {
        opacity: 0;
        visibility: hidden;
        transition: .3s;
    }

    /* --- CHECKOUT PAGE --- */
    .checkout .added_goods.added_goods_ignore {
        padding: 8px 0 8px 38px;
    }

    .checkout .cart_kit .added_goods_ignore::before,
    .checkout .cart_kit .added_goods_ignore::after {
        left: 16px;
        top: 50%;
    }

    /* --- Registration Form in Checkout --- */
    .registration_form .long_div {
        width: calc(50% - 16px);
        margin-right: 16px;
    }

    .registration_form .long_div:nth-child(2n) {
        margin-right: auto;
        margin-left: 16px;
    }

    .registration_form .empty_box {
        width: 50%;
    }

    .registration_form .for_reg_but,
    .registration_form .for_reg_but.long_div:nth-child(2n) {
        width: 100%;
        margin: 0;
    }

    .registration_form .common_but,
    .enter_form .common_but {
        width: max-content;
    }

    /* --- Login Form in Checkout --- */
    .enter_form .together {
        width: calc(50% - 16px);
        display: flex;
        flex-direction: column;
    }

    .enter_form .together.row {
        width: 100%;
        flex-direction: row;
    }

    .enter_form .together.row.wrap {
        flex-wrap: wrap;
    }

    .enter_form .together.row .long_div {
        margin: 0 16px 16px 0;
        width: calc(50% - 16px);
    }

    .enter_form .together.row .long_div:nth-child(2n) {
        margin: 0 0 16px 16px;
    }

    .enter_form .together.row .long_div.error {
        margin: 0 0 16px 0;
        width: 100%;
    }

    .header_contact {
        margin-left: 32px;
    }

    .site_header .bottom {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .site_header .bottom .centre {
        flex-wrap: nowrap;
    }

    .header-top_menu {
        flex: 1 1 auto;
    }

    .search_wrap {
        flex: 0 0 22%;
        margin: 0;
    }

    .search_wrap {
        order: 0;
    }

    .search_wrap .search_btn {
        height: 48px;
    }

    .search_wrap Input {
        height: 48px;
    }

    .search_wrap A.clear {
        height: 46px;
    }

    .search_wrap A.clear::before, 
    .search_wrap A.clear::after {
        top: 23px;
    }

    .btn_header.shopping_cart {
        margin-left: 8px;
    }

    .site_header .bottom .header_call-back {
        flex: 0 0 auto;
        margin: 0 0 0 8px;
        min-height: 48px;
        order: 0;
    }

    .header_cart {
        top: 121px;
        height: calc(100% - 121px);
    }

    .product_details-inner > .col:nth-child(1) {
        flex: 0 0 474px;
        max-width: 474px;
    }

    
    /* .sliders_wrap {
        flex-direction: row;
        align-items: flex-start;
        margin-bottom: 8px;
    } */
/* 
    .sub_slider {
        order: 0;
        flex: 0 0 78px;
        max-width: 78px;
        height: 463px;
        max-height: 463px;
        margin: 0 14px 0 0;
    }

    .sub_slider:not(.slick-initialized) {
        flex-direction: column;
        height: 463px;
        max-height: 463px;
    }

    .sub_slider:not(.slick-initialized) .details_slide:nth-child(1) {
        margin-left: 0;
        margin-top: auto;
    }

    .sub_slider:not(.slick-initialized) .details_slide:nth-last-child(1) {
        margin-right: 0;
        margin-bottom: auto;
    }

    .sub_slider:not(.slick-initialized)::before {
        width: 100%;
        flex: 0 0 6px;
        height: 6px;
    }

    .sub_slider:not(.slick-initialized)::after {
        width: 100%;
        flex: 0 0 6px;
        height: 6px;
    }

    .sub_slider:not(.slick-initialized) .gallery-item {
        flex: 0 0 104px;
    }

    .sub_slider .slick-list {
        min-height: 100%;
        width: 100%;
    }

    .sub_slider .slick-track {
        flex-direction: column;
        min-height: 100%;
        width: 100%;
    }

    .sub_slider .details_slide {
        margin: 6px 0;
        height: auto;
    }

    .sub_slider .gallery-item {
        display: block;
        width: 78px;
        
    }

    .sub_slider.slick-vertical .gallery-item.slick-slide {
        border: none;
    } */

    .product_details-inner > .col:nth-child(2) {
        flex: 1 1 auto;
        max-width: unset;
    }

    .zoom_row {
        flex-direction: row;
        padding-top: 16px;
    }

    .zoom_slides-wrap {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 25%;
    }

    .full_screen .zoom_big {
        margin: 0;
    }

    .full_screen .zoom_big .slick-dots {
        display: none !important;
    }

    .zoom_slides-price {
        flex: 0 0 20%;
        padding: 0;
        justify-content: flex-end;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .zoom_slider.full_screen .zoom_subslider {
        display: block;
        margin-top: 20px;
    }

    .contact_article {
        flex-direction: row;
    }

    .contact_article > .col:nth-child(1) {
        flex: 1 1 auto;
        padding-right: 18%;
    }

    .contact_article > .col:nth-child(2) {
        flex: 0 0 378px;
    }

    Article .contact_article > .col:nth-child(2) Img {
        max-width: 100% !important;
    }

    .contact_article-mob {
        display: none;
    }

    .contact_article-desk {
        display: block;
        padding-top: 12px;
    }

    .contact_article-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width:1024px) {
    :root {
        --h1: 48px;
        --h2: 36px;
        --h3: 24px;
        --h4: 20px;
        --h5: 18px;

        --bottom-gap: 80px;
    }

    /* --- Main template styles --- */
    /* --- If Two Col --- */
    .container {
        margin: 0 auto;
        padding: 0 8px;
        width: 100%;
        max-width: var(--content-width);
        display: flex;
        flex-direction: row-reverse;
    }

    /* --- Left Col - Aside --- */
    .main_aside {
        display: flex;
        flex-direction: column;
        width: 300px;
        border-right: 1px solid var(--border-color);
        position: sticky;
        bottom: 0;
        align-self: flex-end;
        margin: -16px 0 0 0;
    }

    /* --- Main-short Menu in Left Col --- */
    .two_cols .main_aside .left_menu,
    .two_cols .main_aside .profile_menu {
        display: flex;
    }

    .main_aside .left_menu UL {
        width: 100%;
        margin: 16px 0;
        padding: 0 8px 0 0;
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .main_aside .left_menu LI {
        margin: 0 0 1px 0;
    }

    /* --- User Menu in Left Col --- */
    .main_aside .profile_menu {
        max-width: unset;
        width: 100%;
        margin: 0;
        padding: 0 0 16px 0;
        border-top: 1px solid var(--border-color);
        position: sticky;
        top: 69px;
        z-index: 1;
        overflow: hidden;
    }

    .menu_2 .main_aside .profile_menu,
    .menu_3 .main_aside .profile_menu {
        top: 110px;
    }

    .main_aside .profile_menu::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100% - 16px);
        transition: .3s;
    }

    .main_aside .profile_menu.has_shadow::before {
        box-shadow: 6px 2px 14px rgba(0, 0, 0, .2);
    }

    .main_aside .profile_menu .pm_items {
        padding: 16px 8px 16px 0;
        border-bottom: 1px solid var(--border-color);
        background: var(--site-bg);
    }

    /* --- Footer in Left Col --- */
    .main_aside .main_footer {
        background: none;
        padding: 0;
        margin: 0 0 16px 0;
    }

    .main_aside .main_footer .centre {
        padding: 0;
        margin: 0;
        flex-direction: column;
    }

    .main_aside .nav_and_contacts {
        order: 1;
    }

    .main_aside .footer_nav {
        flex-direction: column;
        margin: 0 0 4px 0;
        padding: 0 8px 0 0;
    }

    .main_aside .footer_nav .menu_element {
        width: 100%;
    }

    .main_aside .footer_contacts.menu_element {
        border-top: 1px solid var(--border-color);
        padding: 16px 8px 0 16px;
        margin: 0;
    }

    .main_aside .footer_contacts .whap_hidden {
        flex-direction: column;
    }

    .main_aside .footer_phones,
    .main_aside .messenger_wrap,
    .main_aside .hours_work {
        width: 100%;
        padding: 0;
        margin: 0 0 16px 0;
    }

    .main_aside .footer_social {
        order: 2;
        max-width: unset;
        width: 100%;
        border-top: 1px solid var(--border-color);
        padding: 16px 0 0 0;
    }

    .main_aside .for_foo_logo,
    .main_aside .socials_row {
        margin: 0 0 24px 0;
    }

    .main_aside .foo_logo {
        margin: 4px 0 16px 0;
    }

    .main_aside .sufix_copyrights {
        margin: 24px 0 0 0;
    }

    /* --- Right Col - Main --- */
    .container .main_col {
        width: calc(100% - 300px);
        padding: 0 0 0 16px;
    }

    .container .main_col .centre {
        padding: 0;
    }

    /* --- Last viewed on Main page - if Grid (If Two Col) --- */
    .two_cols .product_grid LI:nth-child(4) {
        display: none;
    }

    .two_cols .product_grid .all LI:nth-child(4) {
        display: block;
    }

    /* --- If Two Col MINI Product & Mini in Slider --- */
    .two_cols .products_mini .product_grid LI:nth-child(4) {
        display: block;
    }

    .two_cols .products_mini .product_grid LI:nth-child(5),
    .two_cols .products_mini .product_grid LI:nth-child(6) {
        display: none;
    }

    .two_cols .products_mini .product_grid .all LI:nth-child(5),
    .two_cols .products_mini .product_grid .all LI:nth-child(6) {
        display: block;
    }

    .two_cols .products_mini .product_grid .one_good,
    .two_cols .products_mini .product_inner .one_good {
        width: 25%;
    }

    /* --- Article - Common styles --- */
    Article {
        margin: 0 0 32px 0;
    }

    /* --- Title - Common styles --- */
    .title_wrap {
        margin: 0 0 24px 0;
    }

    .main_title {
        font-size: 32px;
    }

    /* --- Main Slider --- */
    .main_slider_container {
        margin: 0 auto var(--bottom-gap) auto;
    }

    /* --- Categories --- */

    /* --- Tiles --- */
    .one_cat {
        width: calc(25% - 16px);
    }

    /* --- Tiles - If two cols --- */
    .two_cols .one_cat {
        width: calc(33.33% - 16px);
    }

    /* --- Rows - If two cols --- */
    .two_cols .row_list .one_cat {
        width: calc(50% - 16px);
    }

    /* --- List (with SUB categories) - If two cols --- */
    .two_cols .list_info .one_cat {
        width: calc(50% - 16px);
    }

    /* --- Tile Universal --- */
    .tiles.has_background,
    .two_cols .tiles.has_background {
        padding: 16px;
    }

    /* --- If Slider --- */
    .two_cols .tiles_slider {
        width: calc(100% + 16px);
        margin: 0;
    }

    .two_cols .tiles_slider .slick-list {
        padding: 0;
    }

    .two_cols .tiles_slider .one_tile {
        margin: 0 16px 16px 0;
    }

    /* --- FAQ --- */
    /* --- If Slider --- */
    .two_cols .faq_slider .one_question {
        align-items: flex-start;
    }

    .two_cols .faq .faq_slider .faq_answer {
        width: 100%;
        padding: 8px 16px 16px 16px;
    }

    /* --- Store window Slider --- */
    .has_tabs .product_inner .slick-arrow {
        top: 8px;
    }

    .product_slider {
        
    }

    .two_cols .product_slider .one_good {
        width: 33.33%;
    }

    /* --- CATALOG LIST --- */
    .catalog_top-wrap {
        align-items: flex-start;
        flex-direction: row;
        margin-bottom: 24px;
    }

    .catalog_top-wrap > .col:nth-child(1) {
        flex: 1 1 auto;
    }

    .catalog_list .H3 {
        margin: 4px 12px 0 0;
    }

    .catalog_inner {
        display: flex;
        align-items: flex-start;
    }

    .catalog_top-wrap .col:nth-child(2) {
        margin-bottom: 0;
    }

    .list_wrap {
        width: 100%;
        padding: 0;
    }

    .catalog-sub_filters + .list_wrap {
        width: calc(100% - 320px);
    }

    .sub_filters-list .check_item {
        margin-bottom: 0;
    }

    .sub_filters-list .check_item + .check_item {
        margin-top: 16px;
    }

    .catalog_list .title_wrap {
        margin: 0;
        min-height: 34px;
    }

    .catalog_list .title_wrap .main_title {
        margin: 0 248px 0 0;
    }

    .title_wrap .main_title {
        z-index: 6;
    }

    .control_products {
        padding: 8px 8px 4px 8px;
        margin: 0 0 0 -8px;
    }

    .control_products.up {
        margin: -44px 0 0 -8px;
    }

    .control_products .selected_filters {
        display: flex;
        color: var(--text);
        margin: 0;
        padding: 0;
        width: 100%;
        background: none;
        align-items: center;
    }

    .cr_res {
        margin: 0 6px;
    }
    .control_products .dropdown {
        margin: 0 0 4px 16px;
    }

    .catalog_filters .selected_filters {
        display: none;
    }

    .catalog_filters.active .close_menu {
        display: none;
    }

    .open-sub_filters {
        display: none;
    }

    .catalog-sub_filters {
        position: sticky;
        top: 145px;
        left: 0;
        z-index: 4;
        width: 300px;
        height: auto;
        /* height: calc((var(--vh) * 100) - 145px); */
        /* height: calc((var(--vh) * 100) - 306px); */
        flex-shrink: 0;
        box-shadow: none;
        padding: 0;
        margin: 0 20px 0 0;
        overflow: unset;
        justify-content: flex-start;
        background-color: transparent;
    }

    .sub_filters-list {
        width: 100%;
        margin: 0;
        height: auto;
        padding: 16px;
        box-shadow: var(--shadow);
        border-radius: 8px;
    }

    .sub_filters-list .close_catalog {
        display: none;
    }

    .catalog-sub_filters .filters_title {
        display: none;
    }

    .catalog-sub_filters.one_but .apply_filters.for_one_but {
        width: 100%;
        margin-top: 16px;
        padding: 16px;
        border-top: none;
        background-color: transparent;
        background-color: var(--site-bg);
        position: sticky;
        bottom: 0;
    }

    .catalog_filters {
        width: 344px;
        /* height: 800px; */
        height: calc((var(--vh) * 100) - 282px);
        position: absolute;
        top: 100%;
        right: 0;
        left: auto;
        opacity: 0;
        visibility: hidden;
        box-shadow: var(--shadow);
        border-radius: var(--border-radius);
        z-index: 3;
    }

    .catalog_filters.active {
        opacity: 1;
        visibility: visible;
        left: auto;
    }

    .catalog_filters-wrap .one_but .apply_filters.for_one_but {
        margin: auto 0px -12px -20px;
        padding: 16px 20px;
        width: calc(100% + 40px);
        position: sticky;
        bottom: 0;
    }

    .fs_title_price {
        max-width: unset;
    }

    .menu_item-title,
    .searched_cats A {
        margin: 0 8px 0 0;
    }

    .fil_slider .hidden_menu.filter_tile_photo {
        margin: 8px 16px 16px 0;
    }

    .apply_filters {
        right: -33%;
    }

    A.submit_filters {
        padding: 0 8px;
    }

    .one_but .apply_filters.for_one_but {
        width: 100%;
        left: 0;
        bottom: 0;
        margin: -1px 0 0 0;
    }

    .scroll .filter_list {
        max-height: calc(var(--adm-filter-height) * 10);
        overflow-y: auto;
    }

    .scroll.scroll_5 .filter_list {
        max-height: calc(var(--adm-filter-height) * 5);
    }

    .scroll.scroll_6 .filter_list {
        max-height: calc(var(--adm-filter-height) * 6);
    }

    .scroll.scroll_7 .filter_list {
        max-height: calc(var(--adm-filter-height) * 7);
    }

    .scroll.scroll_8 .filter_list {
        max-height: calc(var(--adm-filter-height) * 8);
    }

    .scroll.scroll_9 .filter_list {
        max-height: calc(var(--adm-filter-height) * 9);
    }

    .scroll.scroll_10 .filter_list {
        max-height: calc(var(--adm-filter-height) * 10);
    }

    .scroll.scroll_11 .filter_list {
        max-height: calc(var(--adm-filter-height) * 11);
    }

    .scroll.scroll_12 .filter_list {
        max-height: calc(var(--adm-filter-height) * 12);
    }

    .scroll.scroll_13 .filter_list {
        max-height: calc(var(--adm-filter-height) * 13);
    }

    .scroll.scroll_14 .filter_list {
        max-height: calc(var(--adm-filter-height) * 14);
    }

    .scroll.scroll_15 .filter_list {
        max-height: calc(var(--adm-filter-height) * 15);
    }

    .scroll.scroll_16 .filter_list {
        max-height: calc(var(--adm-filter-height) * 16);
    }

    .scroll.scroll_17 .filter_list {
        max-height: calc(var(--adm-filter-height) * 17);
    }

    .scroll.scroll_18 .filter_list {
        max-height: calc(var(--adm-filter-height) * 18);
    }

    .scroll.scroll_19 .filter_list {
        max-height: calc(var(--adm-filter-height) * 19);
    }

    .scroll.scroll_20 .filter_list {
        max-height: calc(var(--adm-filter-height) * 20);
    }

    .scroll.scroll_21 .filter_list {
        max-height: calc(var(--adm-filter-height) * 21);
    }

    .scroll.scroll_22 .filter_list {
        max-height: calc(var(--adm-filter-height) * 22);
    }

    .scroll.scroll_23 .filter_list {
        max-height: calc(var(--adm-filter-height) * 23);
    }

    .scroll.scroll_24 .filter_list {
        max-height: calc(var(--adm-filter-height) * 24);
    }

    .scroll.scroll_25 .filter_list {
        max-height: calc(var(--adm-filter-height) * 25);
    }

    .scroll.scroll_26 .filter_list {
        max-height: calc(var(--adm-filter-height) * 26);
    }

    .scroll.scroll_27 .filter_list {
        max-height: calc(var(--adm-filter-height) * 27);
    }

    .scroll.scroll_28 .filter_list {
        max-height: calc(var(--adm-filter-height) * 28);
    }

    .scroll.scroll_29 .filter_list {
        max-height: calc(var(--adm-filter-height) * 29);
    }

    .scroll.scroll_30 .filter_list {
        max-height: calc(var(--adm-filter-height) * 30);
    }

    /* --- Click Path --- */
    .clickpath_place {
        margin: 0 0 24px 0;
    }

    .clickpath {
        flex-wrap: wrap;
    }

    .clickpath_item {
        display: flex;
    }

    .clickpath_item.current {
        display: flex;
    }

    .clickpath A {
        color: #7C7C7C;
        font-size: 16px;
        padding: 0;
        margin: 0 16px 0 0;
    }

    .clickpath A.has_arrow::before,
    .clickpath A.has_arrow::after {
        left: auto;
        right: -10px;
        color: #EDEDED;
        background: none;
        width: auto;
        height: auto;
        top: auto;
        content: '|';
        transform: none;
    }

    .light .clickpath A.has_arrow::before,
    .light .clickpath A.has_arrow::after {
        color: var(--main-color-light);
        background: none;
    }

    .clickpath A.has_arrow::before {
        display: none;
    }

    .clickpath_item.current A.has_arrow::before,
    .clickpath_item.current A.has_arrow::after {
        display: none;
    }

    /* --- PRODUCT PAGE --- */
    .product_tab.main_tab.hidden {
        display: flex !important;
        order: 2;
        width: 480px;
        flex-shrink: 0;
    }

    .product_tab.main_tab.hidden .detail_info {
        display: flex;
        flex-direction: column;
        position: sticky;
        top: 111px;
    }

    .menu_2 .product_tab.main_tab.hidden .detail_info,
    .menu_3 .product_tab.main_tab.hidden .detail_info {
        top: 152px;
    }

    .product_tab.main_tab.hidden .all_left_det,
    .product_tab.main_tab.hidden .short_chars,
    .product_tab.main_tab.hidden .discount_box,
    .product_tab.main_tab.hidden .select_color,
    .product_tab.main_tab.hidden .waranties,
    .product_tab.main_tab.hidden .cheaper,
    .product_tab.main_tab.hidden .main_info_box {
        display: none;
    }

    /* --- Mini Product Photo --- */
    .product_tab.main_tab.hidden .product_info {
        width: 100%;
    }

    .product_tab.main_tab.hidden .mini_product_photo {
        display: flex;
        width: 100%;
        background: var(--white);
        padding: 16px;
    }

    .mpp_box {
        display: flex;
        width: 96px;
        height: 96px;
        margin: 0 24px 0 0;
        flex-shrink: 0;
        align-items: center;
        justify-content: center;
    }

    .mpp_box Img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    .mpp_title {
        font-size: 20px;
        line-height: 1.6;
    }

    /* --- Mini Product Options --- */
    .product_tab.main_tab.hidden .product_options {
        margin: 16px 0 0 0;
    }

    /* --- Product Page info --- */
  
    /* --- Zoom Main Photo - Popup --- */
    .zoom_slider.full_screen {
        max-width: 1432px;
    }

    .zoom_big {
        padding: 32px 0 16px 0;
    }

    .zoom_big:not(.slick-initialized) .zoom_slide {
        margin: 0 0 64px 0;
    }

    /* --- Variant: No Slider, Zoom / Full Screen --- */
    .zoom_slider.zoom-full_screen .zoom_big:not(.slick-initialized) .zoom_slide {
        overflow: unset !important;
    }

    /* --- Price box in Product Page --- */
    .product_price {
        padding: 24px 16px 16px 16px;
    }

    .show_price {
        order: 1;
    }

    .no_credit .show_price {
        margin: 0 16px 0 0;
    }

    .product_price .main_price {
        font-size: 28px;
    }

    .product_price.no_credit .main_price {
        height: 42px;
        line-height: 42px;
    }

    .product_price .add_in-list {
        order: 2;
    }

    .product_price.no_credit .add_in-list {
        margin: 0;
    }

    .product_price .add_in-list A {
        margin: 0 16px 0 0;
        width: 42px;
        height: 42px;
    }

    .product_price .add_in-list A.to_compare_list.active::after {
        right: 3px;
        top: 5px;
    }

    .product_price .add_in-list A.to_compare_list.active::before {
        top: 7px;
        right: 3px;
    }

    .product_price .add_in-list A.wishes.has_count {
        margin: 0 32px 0 0;
    }

    .product_price .for_warnings {
        order: 4;
        flex-direction: row;
    }

    .product_price .warning {
        width: auto;
        margin: 0 16px 16px 0;
    }

    .product_btns {
        order: 2;
    }

    .no_credit .product_btns {
        order: 1;
        width: calc(100% - 320px);
        max-width: 260px;
        align-items: center;
    }

    /* --- Mini Price & Buy Box --- */
    .product_tab.main_tab.hidden .no_credit .product_btns {
        width: 100%;
        order: 1;
        margin: 0;
    }

    /* --- Photos & Videos Tab --- */
    .photo_section LI .preloader {
        width: 100px;
        height: 100px;
    }

    .photo_section LI .is_video .icon {
        width: 100px;
    }

    /* --- Buy Together Main Tab --- */
    .up_sale .product_wrap .one_good {
        width: 50%;
    }

    /* --- Reviews Tab --- */
    .all_comment_parts {
        padding: 8px 16px;
    }

    .comment_top,
    .comment_body {
        width: calc(100% + 32px);
        margin: 0 0 16px -16px;
        padding: 0 16px 8px 16px;
    }

    .comment_body {
        margin: 0 0 8px -16px;
        padding: 0 16px 16px 16px;
    }

    .comment_one .answers .comment_top {
        padding: 8px 16px;
        margin: 0 0 16px 0;
    }

    .comment_one .answers .comment_body {
        padding: 0 16px 16px 16px;
    }

    .product_rate {
        margin: 16px 0 0 0;
    }

    /* --- Cheaper Together in Product Page --- */
    .cheaper .slick-arrow {
        top: -57px;
    }

    /* --- CART --- */
    .cart_box .cheaper .title_wrap {
        margin: 0 0 16px 0;
    }

    .cart_box .cheaper .main_title {
        font-size: 24px;
    }

    .cart_box .cheaper .slick-arrow {
        top: -46px;
    }

    /* --- Main Slider --- */
    .main_slider_container.with_menu>UL LI:nth-child(5) {
        display: block;
    }

    /* --- CHECKOUT PAGE --- */
    .checkout .added_goods {
        align-items: center;
        padding-right: 12px;
    }

    .checkout .product_body {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .checkout .product_body .item_text {
        margin-bottom: 0;
        width: 35%;
        padding-right: 20px;
        margin-bottom: 0;
    }

    .checkout .product_body .item_article {
        margin-bottom: 8px;
    }

    .checkout .product_body .it_title {
        margin-bottom: 0;
    }

    .checkout .product_body .item_code {
        margin: 8px 0 0 0;
    }
    
    .checkout .cart_order_products .bottom_wrap {
        width: calc(65% - 24px);
        flex-direction: row;
        align-items: center;
        padding-right: 6px;
    }

    .checkout .cart_order_products .price-one_pcs {
        text-align: center;
        font-size: 14px;
        margin-bottom: 0;
        flex: 0 0 calc(50% - 48px);
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-right: 6px;
    }

    .checkout .cart_order_products .price-one_pcs .price_wrap {
        font-size: 16px;
        order: -1;
    }
    
    .checkout .cart_order_products .price_box {
        align-items: center;
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 6px;
        order: 1;
        flex: 0 0 calc(50% - 48px);
    }

    .checkout A.delete_product {
        position: relative;
        top: auto;
        left: auto;
        opacity: 1;
        visibility: visible;
    }

    /* --- Cheaper Together in Checkout --- */
    .ct_together {
        top: 16px;
    }

    .ct_main .title_wrap {
        margin: 0 0 16px 0;
    }

    /* --- Shipping & Payment in Checkout --- */
    .checkout .group.long {
        flex-direction: row;
    }

    .checkout .group.long .long_div {
        width: calc(50% - 8px);
        margin: 0 8px 16px 0;
    }

    .checkout .group.long .long_div:last-child {
        width: calc(50% - 8px);
        margin: 0 0 16px 8px;
    }

    .checkout .group.short .long_div {
        width: calc(25% - 25px);
    }

    /* --- Success Page --- */
    .cc_main {
        position: sticky;
        top: 134px;
    }

    /* --- USER ACCOUNT --- */
    .profile_menu UL {
        position: sticky;
        top: 86px;
    }

    .profile_content {
        width: calc(100% - 316px);
    }

    /* --- Courier delivery Addresses - User Account Settings --- */
    .addresses .only_address {
        flex-wrap: nowrap;
    }

    .addresses .long_div {
        width: 33.33%;
        padding: 0 16px 0 0;
    }

    .addresses .long_div Input {
        width: 100%;
    }

    .addresses .long_div.short {
        width: 16.66%;
    }

    .addresses .long_div.short.del {
        width: 22px;
        flex-shrink: 0;
        padding: 0;
    }

    /* --- My pick-up points - User account settings --- */
    .pickups.addresses .only_address {
        flex-wrap: nowrap;
    }

    .pickups.addresses .long_div {
        width: 100%;
    }

    /* --- Recipients - User Account Settings --- */
    .recipients.addresses .only_address {
        flex-wrap: wrap;
    }

    .recipients.addresses .long_div {
        width: 50%;
    }

    .recipients.addresses .long_div.short.del {
        width: 22px;
    }

    /* --- Order History Search --- */
    .profile_content Form.order_search {
        flex-wrap: nowrap;
    }

    /* --- Order History List --- */
    .order_row-wrap {
        width: 300px;
        flex-shrink: 0;
    }

    .open .order_status {
        justify-content: space-between;
    }

    .order_details {
        flex-direction: row;
    }

    .order_main_box {
        margin: 0 16px 0 0;
    }

    .order_info {
        margin: 0;
        width: 300px;
        height: 100%;
    }

    .oi_group {
        margin: 0 0 16px 0;
    }

    .oi_row.results {
        margin: 8px 0 0 0;
    }

    /* --- Compare List --- */
    .for_compare_title A.btn Span {
        display: flex;
    }

    /* --- Product - One Item --- */


    /* --- Fixed product panel --- */
    .sticky_header.product_price {
        justify-content: space-between;
    }

    .sticky_header .mpp_title {
        font-size: 15px;
        line-height: 1.2;
    }

    .sticky_header .show_price {
        order: unset;
        justify-content: center;
    }

    .sticky_header .product_btns {
        margin: 0;
    }

    .sticky_header.product_price .add_in-list A {
        margin: 0 0 0 8px;
    }

    /* Stores on Google Map */
    .all_cities {
        flex-direction: row;
        position: sticky;
        top: 70px;
        z-index: 7;
        background: var(--site-bg);
        margin: -16px 0 0 0;
        padding: 16px 0;
    }

    .menu_2 .all_cities,
    .menu_3 .all_cities {
        top: 111px;
    }

    .all_cities .centre {
        justify-content: space-between;
        align-items: center;
        display: flex;
    }

    .cities_btns {
        margin: 0 16px 0 0;
    }

    .cities_btns .btn,
    .cities_btns .btn:last-child {
        margin: 0 16px 0 0;
        min-height: 38px;
    }

    .cities_search {
        width: 300px;
    }

    .stores .together {
        flex-direction: row;
    }

    .map_main {
        width: 65%;
        height: 100%;
        position: sticky;
        top: 140px;
        margin: 0;
    }

    .menu_2 .map_main,
    .menu_3 .map_main {
        top: 182px;
    }

    .map_main_box {
        height: calc(100vh - 222px);
    }

    .all_stores {
        width: 35%;
        margin: 0;
        flex-direction: column;
        padding: 0 0 0 16px;
        align-content: flex-start;
    }

    .map_address {
        width: 100%;
        margin: 16px 0 0 0;
    }

    .map_address:first-child {
        margin: 0;
    }

    /* --- Last newses of Blog --- */

    /* --- If Slider --- */
    .last_blog_items {
        padding: 64px 0 0 0;
        margin: -64px 0 0 -8px;
    }

    .two_cols .last_blog_items:not(.slick-initialized) .one_blog {
        margin: 0 8px;
        width: calc(50% - 8px);
    }

    /* --- If Grid --- */
    .two_cols .last_blog_grid .last_blog_items .one_blog {
        width: calc(50% - 16px);
        margin: 0 0 16px 16px;
    }

    /* All reviews in Catalog */
    /* --- If Slider --- */
    .category_comments.is_main {
        padding: 64px 8px 8px 8px;
        margin: -64px 0 0 -8px;
    }

    .category_comments.is_main:not(.slick-initialized) {
        padding: 64px 0 8px 0;
        margin: -64px 0 0 0;
    }

    /* --- If Grid --- */
    .reviews_grid .category_comments.is_main {
        margin: 0 0 0 -16px;
        padding: 0;
    }

    /* --- Contact Us - Feedback --- */
    .two_cols .contact_us.dark,
    .two_cols .contact_us.background {
        padding-left: 16px;
        padding-right: 16px;
    }

    /* --- Template 1:  Contacts + Background --- */
    .two_cols .contact_us.background .two_mini_box {
        flex-direction: column;
        margin: 0;
    }

    .two_cols .contact_us.background .cb_mini_box {
        width: 50%;
        margin: 0 0 24px 0;
    }

    .two_cols .contact_us.background .soc_and_mes_box .cb_mini_box {
        width: 100%;
    }

    .two_cols .contact_us.background .soc_and_mes_box .cb_mini_box:last-child {
        margin: 0;
    }

    .site_footer {
        padding: 40px 0 32px 0;
    }

    .site_footer .centre {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
    }

    .site_footer .centre > .col:nth-child(1) {
        flex: 0 0 auto;
    }

    .site_footer .centre > .col:nth-child(2) {
        flex: 1 1 auto;
        padding-left: 20px;
        margin-top: -8px;
    }

    .footer_menu {
        width: 100%;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .footer_menu a {
        padding: 8px 22px;
    }

    .footer-contacts {
        width: 100%;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .footer-contacts .contact_item {
        padding: 8px 22px;
    }

    .product_grid > UL {
        padding: 0;
        margin: 0;
        overflow: unset;
        width: 100%;
    }

    .product_grid > UL .one_good {
        flex: 0 0 calc((100% / 4) - (60px / 4));
    }

    .product_grid LI:nth-child(5) {
        display: none;
    }

    @media (hover: hover) {
        
        A.link:hover {
            color: var(--link-hover);
        }

        A.link.has_icon:hover .icon {
            fill: var(--link-hover);
        }

        A.link.inverse:hover {
            color: var(--text);
        }

        A.link.orange:hover {
            color: var(--orange-hover);
        }

        A.link.inverse.has_icon:hover .icon {
            fill: var(--orange);
        }

        A.edit:hover {
            color: var(--orange);
        }

        A.edit:hover .icon {
            fill: var(--orange);
        }

        A.plus:hover::before,
        A.plus:hover::after {
            background: var(--link-hover);
        }

        .has_arrow:hover::before,
        .has_arrow:hover::after {
            background: var(--link-hover);
        }

        .dropdown UL LI A:hover,
        .dropdown UL LI .check_item:hover,
        .autocomplete-suggestion:hover {
            background: #E6E6E6;
        }

        Article A:hover {
            color: var(--link-hover);
        }

        Article A.inverse.has_arrow:hover::before,
        Article A.inverse.has_arrow:hover::after {
            background: var(--orange);
        }

        .long_div.error A:hover {
            color: var(--text-error-hover);
        }
   
        .btn:hover {
            background-color: transparent;
            color: var(--accent-color-1);
            border: 1px solid var(--accent-color-1);
        }

        .btn:hover .icon {
            fill: var(--accent-color-1);
        }

        .btn.outline:hover {
            background-color: var(--btn-bg);
            color: var(--text-inverse);
            border: 1px solid var(--btn-bg);
        }

        .btn.outline:hover .icon {
            fill: var(--text-inverse);
        }

        .btn.warning:hover {
            background: var(--orange-hover);
        }

        .btn.delete:hover {
            background: var(--text-error);
        }

        .btn.light.inverse:hover {
            border-color: var(--main-color-lighter);
            color: var(--text-inverse);
        }

        .main_header A:hover .icon {
            fill: var(--white);
        }

        .catalog_btn:hover {
            background-color: var(--btn-bg-hover);
        }

        .search_wrap A.clear:hover::before,
        .search_wrap A.clear:hover::after {
            transform: rotate(180deg);
        }

        .main_header .search_btn:hover {
            background: var(--btn-bg-hover);
        }

        .search_popup LI:hover {
            background: var(--site-bg);
        }

        .search_popup LI.title:hover {
            background: none;
        }

        A.clear_history:hover {
            color: var(--error);
        }

        .search_popup LI:hover A.cleare_this {
            opacity: 1;
            visibility: visible;
        }

        .search_popup A.cleare_this:hover::before,
        .search_popup A.cleare_this:hover::after {
            background: var(--error);
        }

        .btn_header:hover {
            background: var(--base-color-1);
        }

        .btn_header:hover .compare_counter,
        .btn_header:hover .wish_counter,
        .btn_header:hover .cart_counter,
        .btn_header:hover .profile_counter {
            
            opacity: 0.75;
        }

        .btn_header:hover .icon {
            fill: var(--accent-color-1)
        }

        .close_menu:hover::before,
        .close_menu:hover::after {
            transform-origin: left;
            width: 14px;
        }

        .login_btn:hover {
            background: var(--main-color-light);
        }

        .login_btn.out:hover {
            background: var(--text-error);
            color: var(--text-inverse);
        }
        
        .login_btn.out:hover .icon {
            fill: var(--white);
        }

        .user_info:hover {
            background: var(--main-color-light);
        }

        .user_info:hover .user_email {
            color: var(--main-color-light);
        }

        .left_menu_box A:hover,
        .profile_menu UL A:hover {
            background: var(--main-color-lighter);
            color: var(--text-inverse);
        }

        .left_menu_box A:hover .icon,
        .profile_menu A:hover .icon {
            fill: var(--white);
        }

        .select_language A.active:hover {
            background: var(--btn-bg-hover);
        }

        .catalog_mob_menu A:hover {
            color: var(--link-hover);
        }

        .catalog_mob_menu A.has_arrow:hover Span::before,
        .catalog_mob_menu A.has_arrow:hover Span::after {
            background: var(--link-hover);
        }

        .login_popup .reg_sms_popup .popup_close:hover::before,
        .login_popup .reg_sms_popup .popup_close:hover::after {
            background: var(--error);
        }

        .login_popup .remind_me:hover {
            color: var(--link);
        }

        .popup_close:hover::before,
        .popup_close:hover::after {
            background: var(--error);
        }

        .popup .close_sms_form:hover,
        .popup .close_email_form:hover {
            color: var(--link-hover);
        }

        .repeat_sms A:hover,
        .repeat_email A:hover {
            color: var(--error);
        }

        A.delete_product:hover .icon {
            fill: var(--error);
            transition: .3s;
        }

        A.item_link:hover {
            color: var(--link-hover);
        }

        .counter_panel A:hover {
            background-color: var(--base-color-3);
        }

        .counter_panel A:hover::before,
        .counter_panel A:hover::after {
            background-color: var(--base-color-1);
        }

        .menu LI A:hover,
        .main_slider_container.with_menu LI A:hover,
        .main_aside .left_menu A:hover {
            background: var(--main-color-light);
            color: var(--text-inverse);
            transition: .3s;
        }

        .menu LI UL LI A:hover {
            background-color: unset;
            color: var(--btn-bg-hover);
        }

        .menu LI UL LI A:hover {
            background-color: unset;
            color: var(--btn-bg-hover);
        }

        .menu A.has_arrow:hover::before,
        .menu A.has_arrow:hover::after {
            background: var(--text-inverse);
        }

        .menu LI A:hover Img,
        .main_slider_container.with_menu LI A:hover Img {
            opacity: 1;
        }

        .main_header .menu A:hover svg {
            fill: var(--text-inverse);
        }

        .menu .next_level A.has_arrow:hover::before,
        .menu .next_level A.has_arrow:hover::after {
            background: var(--btn-bg-hover);
        }

        .one_cat:hover {
            box-shadow: var(--accent-shadow);
        }

        .one_cat:hover .cat_title {
            color: var(--link-hover);
        }

        .list_info .one_cat:hover .cat_title {
            color: var(--text);
        }
        
        .list_info .one_cat:hover .cat_title:hover {
            color: var(--link-hover);
        }

        .category_list UL A:hover {
            color: var(--link-hover);
        }

        .list_info UL LI.more A.show:hover,
        .list_info UL LI.less A.show:hover {
            color: var(--orange-hover);
        }

        .list_info UL LI A.has_arrow:hover::before,
        .list_info UL LI A.has_arrow:hover::after {
            background: var(--orange-hover);
        }

        .slick-arrow:hover {
            background: var(--main-color);
        }

        .slick-arrow:hover::before,
        .slick-arrow:hover::after {
            background: var(--white);
        }

        .one_tile:hover {
            box-shadow: var(--accent-shadow);
        }
        
        .one_tile.no_link:hover {
            box-shadow: var(--shadow);
        }

        .one_tile:hover .tile_title {
            color: var(--link-hover);
        }
        
        .one_tile.no_link:hover .tile_title {
            color: inherit;
        }

        .faq .one_question:hover {
            box-shadow: var(--accent-shadow);
        }

        .faq .open .has_arrow:hover::before,
        .faq .open .has_arrow:hover::after {
            background: var(--error);
        }

        .add_in-list A:hover,
        .add_in-list .check_wrap:hover {
            box-shadow: 0 0 6px rgba(0, 0, 0, .1);
            transition: .3s;
        }

        .add_in-list A:hover .icon {
            fill: var(--btn-bg);
        }

        .add_in-list A.wishes:hover .icon {
            fill: var(--error);
        }

        .one_good:hover {
            z-index: 2;
        }

        .product_raiting A:hover {
            color: var(--main-color);
        }

        .product_raiting A:hover .icon {
            fill: var(--main-color);
        }

        .btn.in_cart:hover::before {
            background: var(--btn-bg-hover);
        }

        .clickpath A:hover {
            color: var(--link-hover);
        }

        .light .clickpath A.has_arrow:hover::before,
        .light .clickpath A.has_arrow:hover::after {
            background: var(--sub-color);
        }

        .deactivate-filter:hover {
            border-color: var(--error);
        }

        .deactivate-filter:hover::before,
        .deactivate-filter:hover::after {
            background: var(--error);
        }

        .searched_cats A:hover,
        .searched_cats A.active:hover {
            color: var(--accent-color-1);
        }

        .searched_cats A.has_arrow:hover::before,
        .searched_cats A.has_arrow:hover::after {
            background: var(--accent-color-1);
        }

        .menu_item-title:hover {
            color: var(--link-hover);
        }

        .menu_item-title:hover svg {
            fill: var(--link-hover);
        }

        .menu_item .check_item:hover {
            color: var(--link);
        }

        .menu_item.fil_group_grid .check_item:hover {
            border-color: var(--sub-color);
        }

        .filter_tile_photo .check_item:hover {
            border-color: var(--sub-color);
        }

        .apply_filters A.submit_filters:hover::after {
            border-color: transparent var(--main-color-light) transparent transparent;
        }

        .brands_slider-inner .outer_fv:hover {
            border-color: var(--site-bg);
        }

        A.load_more:hover {
            color: var(--accent-color-1);
        }

        A.load_more:hover .icon {
            fill: var(--accent-color-1);
        }

        .pages_list A:hover,
        .pages_btn:hover {
            background: var(--sub-color-light);
        }

        .details_product .link.inverse.has_arrow:hover::before,
        .details_product .link.inverse.has_arrow:hover::after {
            background: var(--orange);
        }

        .product_tabs A:hover {
            color: var(--sub-color);
        }

        .product_tabs A:hover Span {
            color: var(--sub-color);
        }

        .discount_box:hover {
            border-color: var(--orange);
        }

        .discount_box.has_arrow:hover::before,
        .discount_box.has_arrow:hover::after {
            background: var(--orange);
        }

        .select_color LI:hover A {
            background: var(--sub-color-light);
            color: var(--link);
            border-color: var(--sub-color);
        }

        .select_color.select_size A.sizes_table-link:hover {
            background: var(--border-color);
        }

        .size_chart TR:hover TD,
        .size_chart TR:hover TH,
        .size_chart TR:nth-child(2n+1):hover TD,
        .size_chart TR:nth-child(2n+1):hover TH {
            background: var(--icon-color-gray);
        }

        .size_chart Thead TR:hover TH,
        .size_chart Thead TR:nth-child(2n+1):hover TH {
            background: var(--white);
        }

        .options_tile LI A:hover {
            background: var(--btn-bg);
            color: var(--text-inverse);
            border-color: var(--btn-bg);
        }

        .options_dropdown .remove:hover::before,
        .options_dropdown .remove:hover::after {
            background: var(--error);
        }

        .product_price .add_in-list A:hover {
            box-shadow: none;
            background: var(--site-bg);
        }

        .product_btns .credit_form_open:hover {
            background: var(--sub-color-light);
        }

        .bank_parts:hover {
            background: var(--sub-color-light);
        }

        A.comment_reply:hover {
            color: var(--orange);
        }

        A.comment_reply:hover .icon {
            fill: var(--orange);
        }

        .comment_bottom A.delete:hover {
            color: var(--error);
        }

        .comment_bottom A.delete:hover .icon {
            fill: var(--error);
        }

        .fingers .like:hover .icon {
            fill: var(--btn-bg);
        }

        .fingers .dislike:hover .icon {
            fill: var(--error);
        }

        .all_photos_videos .cpv_box:hover {
            border-color: var(--gray-light);
        }

        .all_photos_videos .del_photo:hover .svg_icon {
            fill: var(--error);
        }

        .one_blog:hover .blog_name {
            color: var(--link-hover);
        }

        .if_registred_read .user_info:hover {
            background: none;
        }

        .promocode .top A:hover {
            color: var(--link-hover);
        }

        .one_added_code A.del:hover .icon {
            fill: var(--error);
        }

        .finish .long_div.small A.link:hover {
            color: var(--link-hover);
        }

        .order_row:hover {
            box-shadow: 0 0 8px #00000024;
        }

        .wish_group:hover {
            box-shadow: 0 0 8px #00000024;
        }

        .nt_del:hover {
            background: var(--error);
        }

        .nt_del:hover::before,
        .nt_del:hover::after {
            background: var(--white);
            transform: rotate(180deg);
        }

        .for_wish_title .edit_buts A.edit:hover .icon {
            fill: var(--gray);
        }

        .for_wish_title .edit_buts A:hover {
            background: var(--icon-color-gray);
        }

        .favorite_control .delete_this:hover {
            color: var(--error);
        }

        .favorite_control .delete_this:hover .icon {
            fill: var(--error);
            transition: .3s;
        }

        .compare_group:hover {
            box-shadow: 0 0 8px #00000024;
        }

        .cr_but_row A:hover {
            color: var(--link-hover);
        }

        .compare_toggle A:hover .icon {
            fill: var(--link-hover);
        }

        .add_in-list A.delete_compare:hover .icon {
            fill: var(--error);
        }

        .review_row:hover {
            box-shadow: 0 0 8px #00000024;
        }

        .form_place:hover {
            box-shadow: 0 0 8px #00000024;
        }

        UL.links_404_list LI:hover {
            color: var(--link-hover);
        }

        UL.links_404_list A:hover {
            color: var(--link-hover);
        }

        .cb_info A.for_phone:hover {
            color: var(--orange);
        }

        .cb_info.for_socs A:hover {
            border-color: var(--orange);
        }

        .for_socs A:hover .icon {
            fill: var(--orange);
        }

        .dark.for_feed .politics_box A.link:hover {
            color: var(--orange);
        }

        .map_address:hover {
            box-shadow: var(--accent-shadow);
        }

        .socials_row A.facebook:hover .icon {
            fill: var(--facebook);
        }

        .socials_row A.twitter:hover .icon {
            fill: var(--twitter);
        }

        .socials_row A.youtube:hover .icon {
            fill: var(--youtube);
        }

        .socials_row A.pinterest:hover .icon {
            fill: var(--pinterest);
        }

        .socials_row A.instagram:hover .hover,
        .for_socs A.instagram:hover .hover {
            opacity: 1;
        }

        .sufix_copyrights A:hover {
            color: var(--main-color);
            transition: .3s;
        }

        .page_up:hover {
            background: var(--main-color-light);
        }

        .cook_text A:hover {
            color: var(--link-hover);
        }

        .popup_close:hover::before,
        .popup_close:hover::after {
            background: var(--error);
        }

        .order_comment .for_wish_product:hover {
            background: var(--site-bg);
        }

        .main_footer LI A:hover,
        .footer_phones A:hover {
            color: var(--link-hover)
        }

        .menu.menu_0 .has_arrow:hover+.next_level .ul_2 {
            visibility: visible;
            opacity: 1;
        }

        .menu.menu_0 .ul_2 .has_arrow:hover+.next_level .ul_3 {
            visibility: visible;
            opacity: 1;
        }

        .menu.menu_0 .ul_2 .has_arrow:hover+.next_level .ul_3 {
            visibility: visible;
            opacity: 1;
        }

        .menu.menu_1 .one_col .ul_2 A:hover {
            color: var(--btn-bg-hover);
        }

        .menu.menu_1 .one_col .ul_3 A:hover {
            color: var(--btn-bg-hover);
        }

        .menu.menu_2 LI A:hover {
            background: var(--main-color);
        }

        .menu.menu_2 .one_col .ul_2 A:hover {
            color: var(--btn-bg-hover);
        }

        .menu.menu_3 .next_level A:hover {
            color: var(--text-inverse);
            background: var(--main-color-lighter);
        }

        .menu.menu_3 .ul_2 A.has_arrow:hover::before,
        .menu.menu_3 .ul_2 A.has_arrow:hover::after {
            background: var(--text-inverse);
        }

        .menu.menu_3 .next_level .ul_3 A:hover {
            color: var(--text-inverse);
        }

        .messenger_wrap A:hover::before,
        .messenger_wrap A:hover::after {
            display: flex;
            background: var(--viber);
            right: 10px;
            opacity: 0;
        }

        .messenger_wrap A.telegram:hover::before,
        .messenger_wrap A.telegram:hover::after {
            background: var(--telegram);
        }

        .messenger_wrap A.whatsapp:hover::before,
        .messenger_wrap A.whatsapp:hover::after {
            background: var(--whatsapp);
        }

        .messenger_wrap A.messenger:hover::before,
        .messenger_wrap A.messenger:hover::after {
            background: var(--facebook);
        }

        .messenger_wrap A:hover::before,
        .messenger_wrap A:hover::after {
            right: 0;
            opacity: 1;
        }

        .added_goods:hover A.delete_product,
        .cart_kit:hover A.delete_product {
            opacity: 1;
            visibility: visible;
            transition: .3s;
        }

        .clear_filters .deactivate-filter:hover {
            color: var(--error);
            border-color: transparent;
        }

        .light .clickpath A.has_arrow:hover::before,
        .light .clickpath A.has_arrow:hover::after {
            color: var(--main-color-light);
            background: none;
        }

        .search_popup A.one_result:hover {
            background-color: var(--base-color-2);
        }

        .footer_menu a:hover {
            color: var(--accent-color-1);
        }

        .footer-contacts a.contact_item:hover {
            color: var(--accent-color-1);
        }

        .footer_contacts-icon .icon_contact:hover .icon {
            fill: var(--accent-color-1);
        }

        .category_item:hover {
            box-shadow: var(--accent-shadow);
        }

        .one_good.has_options:hover::before {
            /* height: calc(100% + 50px); */
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }

        .one_good.has_options:hover .hidden_options {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }
    }
}

@media (min-width:1166px) {

    /* --- Main Slider --- */
    .main_slider_container.with_menu>UL LI:nth-child(6) {
        display: block;
    }

    /* --- User Account --- */
    /* --- Order History --- */
    .oi_row.results {
        margin: 8px 0 0 90px;
    }

    /* --- Compare Details --- */

    .header_logo {
        flex: 0 0 172px;
    }

    .btn_header.shopping_cart {
        margin-left: 16px;
    }

    .site_header .bottom .header_call-back {
        margin-left: 16px;
    }

    a.header_contact:hover {
        color: var(--accent-color-1)
    }

    .header-icon_contact:hover .icon {
        fill: var(--accent-color-1);
    }

    .header-top_menu a:hover {
        color: var(--accent-color-1);
    }

    .search_wrap .search_btn:hover .icon {
        fill: var(--accent-color-1);
    }

    .reviews_sect .product_name:hover Span {
        color: var(--accent-color-1);
    }

    .sub_filters-list .check_body:hover {
        box-shadow: var(--accent-shadow);
    }

    .open_menu-filter:hover {
        border-color: var(--accent-color-1);
    }

    .catalog_top-wrap .dropdown.dropdown_cat:hover {
        border-color: var(--accent-color-1);
    }

    .pages_btn.has_arrow:hover,
    .pages_btn.has_arrow:hover {
        background-color: transparent;
    }

    .product_counter-inner button:hover {
        border-color: var(--base-color-3);
        background-color: var(--base-color-3);
    }

    .product_counter-inner button:hover::before,
    .product_counter-inner button:hover::after {
        background-color: var(--base-color-1);
    }

    .details_tab-open:hover {
        color: var(--accent-color-1);
    }

    .full_screen .zoom_big .slick-arrow:hover {
        background-color: transparent;
    }

    .full_screen .zoom_big .slick-arrow:hover::before,
    .full_screen .zoom_big .slick-arrow:hover::after {
        background-color: var(--accent-color-1);
    }

    .contact_article-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .contact_article-link:hover .icon {
        fill: var(--link-hover);
    }

    .messengers_open-btn:hover {
        box-shadow: var(--accent-shadow);
    }

    .messengers_open-btn:hover {
        opacity: 0.8;
    }

    .messengers_list li a:hover {
        filter: contrast(1.3);
    }
}

@media (min-width:1200px) {

    .header_logo {
        flex: 0 0 206px;
    }

    .header-top_menu li + li {
        border-left: 1px solid var(--border-color);
    }
    
    .header-top_menu a {
        padding: 6px 12px;
    }

    /* --- If Two Col --- */
    /* --- Footer in Left Col --- */
    .main_aside .nav_and_contacts {
        flex-direction: column;
    }

    .main_aside .footer_nav {
        margin: 0;
        width: 100%;
    }

    .main_aside .footer_contacts {
        width: 100%;
    }

    /* --- Store window Slider --- */
    .two_cols .product_slider .one_good {
        width: 25%;
    }

    /* --- Last newses of Blog --- */
    /* --- If Slider --- */
    .two_cols .last_blog_items:not(.slick-initialized) .one_blog {
        margin: 0 8px;
        width: 32.33%;
    }

    /* --- If Grid --- */
    .two_cols .last_blog_grid .last_blog_items .one_blog {
        width: calc(33.33% - 16px);
        margin: 0 0 16px 16px;
    }

    /* --- Last viewed on Main page - if Grid (If Two Col) --- */
    .two_cols .product_grid LI:nth-child(4) {
        display: block;
    }

    .two_cols .product_grid LI:nth-child(5) {
        display: none;
    }

    .two_cols .product_grid .all LI:nth-child(5) {
        display: block;
    }

    /* --- Main HEADER --- */
    .btn_header.shopping_cart {
        width: auto;
        padding: 0 8px;
    }

    .shopping_sum {
        display: none;
        width: max-content;
        margin: 0 0 0 12px;
        font-size: 14px;
        color: var(--text-inverse);
        text-decoration: none;
    }

    .desktop .select_city {
        display: flex;
        margin: 0 0 0 16px;
    }

    .menu_header .for_select_city {
        display: none;
    }

    /* --- Categories --- */
    /* --- Tiles --- */
    .one_cat {
        width: calc(20% - 16px);
    }

    .cat_title {
        font-size: 18px;
    }

    /* --- Tiles - If two cols --- */
    .two_cols .one_cat {
        width: calc(25% - 16px);
    }

    /* --- List (with SUB categories) - If two cols --- */
    .two_cols .list_info .one_cat {
        width: calc(33.33% - 16px);
    }

    /* --- Tile Universal --- */
    .tile_title {
        font-size: 18px;
    }

    /* --- Store window Slider --- */

    /* --- Main FOOTER --- */
    .footer_social {
        width: 25%;
    }

    .nav_and_contacts {
        flex-direction: row;
    }

    .footer_nav {
        margin: 0;
        width: 66.66%;
    }

    .footer_contacts {
        width: 33.33%;
    }

    .footer_contacts .whap_hidden {
        flex-direction: column;
    }

    .footer_phones,
    .messenger_wrap,
    .hours_work {
        width: 100%;
        margin: 0 0 16px 0;
        padding: 0;
    }

    .hours_work {
        margin: 0;
    }

    /* --- LogIn & Registration --- */
    .lor_box {
        padding: 32px;
    }

    /* --- Checkout Page --- */

   

    /* --- Success Page --- */

    .success_order .long_div {
        justify-content: center;
    }

    .success_order .long_div A.btn {
        margin: 0 16px 0 0;
    }

    .success_order .long_div A.btn:last-child {
        margin: 0 0 0 16px;
    }

    .checkout_contacts {
        margin: 0 0 0 32px;
    }

    /* --- User Account --- */
    .profile_menu {
        margin: 0 32px 32px 0;
    }

    .profile_content {
        padding: 32px;
        width: calc(100% - 332px);
    }

    /* --- My Reviews list --- */
    .i_leave_review .review_show {
        flex-direction: row;
    }

    .review_link {
        width: 50%;
        margin: 0 8px 0 0;
    }

    .i_leave_review .review_text {
        width: 50%;
        margin: 0 0 0 8px;
    }

    .review_show .profile_counter {
        right: auto;
        left: 0;
        margin: 0;
    }

    .review_text .short_review {
        padding: 0 0 0 28px;
    }

    /* --- If MINI Product --- */
    .products_mini .product_grid LI:nth-child(6) {
        display: block;
    }

    .products_mini .product_grid .one_good,
    .products_mini .product_inner .one_good {
        width: 16.66%;
    }

    /* --- If Two Col MINI Product & Mini in Slider --- */
    .two_cols .products_mini .product_grid LI:nth-child(5) {
        display: block;
    }

    .two_cols .products_mini .product_grid .one_good,
    .two_cols .products_mini .product_inner .one_good {
        width: 20%;
    }

    /* --- Product Details --- */
    /* --- Zoom Main Photo - Popup --- */
    .zoom_slider.full_screen {
        padding: 24px;
    }

    .zoom_row {
        margin-top: 32px;
    }

    .zoom_row::before {
        width: calc(100% + 48px);
    }

    /* --- Select color OR Size --- */
    .select_color.select_color-pp LI {
        width: calc(50% - 4px);
        margin: 0 4px 8px 0;
    }

    .select_color.select_color-pp LI:nth-child(2n) {
        margin: 0 0 8px 4px;
    }

    /* --- Options in Product Page --- */
    /* --- Tiles with Photo - Options --- */
    .options_tile.img LI {
        width: calc(50% - 4px);
        margin: 0 4px 8px 0;
    }

    .options_tile.img LI:nth-child(2n) {
        margin: 0 0 8px 4px;
    }

    /* --- Input - Options --- */
    .input_group .option_input,
    .input_group .option_input:last-child,
    .input_group .option_input:nth-child(2n) {
        width: calc(50% - 8px);
        margin: 0 8px 8px 0;
    }

    .input_group .option_input:nth-child(2n) {
        margin: 0 0 8px 8px;
    }

    /* --- Cheaper Together in Product Page --- */
    .cheaper .added_goods {
        padding: 0 48px 0 0;
    }

    .cheaper .added_goods:last-child {
        padding: 0 0 0 48px;
    }

    .cheaper .product_body {
        flex-direction: row;
        align-items: center;
    }

    .cheaper .item_text {
        margin: 0 8px 0 0;
    }

    .cheaper .price_box {
        width: 100%;
        align-items: flex-end;
        flex-direction: column;
    }

    /* --- Reviews Tab --- */
    .main_reviews .main_title {
        font-size: 28px;
    }

    /* --- Last viewed on Main page - if Grid --- */

    /* --- FAQ --- */
    /* --- If Slider --- */
    .faq_slider:not(.slick-initialized) {
        margin: 0 0 0 -8px;
        padding: 0 0 0 8px;
        width: calc(100% + 16px);
        overflow: hidden;
        align-items: flex-start;
    }

    .faq_slider .slick-list {
        margin: 0;
        padding: 0;
    }

    .faq_slider UL {
        margin: 0 0 0 8px;
    }

    .faq_slider .one_question {
        align-items: flex-start;
        margin: 8px 16px 8px 0;
    }

    .faq_slider:not(.slick-initialized) .one_question {
        width: calc(50% - 13px);
    }

    .faq .faq_slider .faq_answer {
        width: 100%;
        padding: 8px 24px 32px 24px;
    }

    /* --- Contact Us - Feedback --- */
    .contact_us .description {
        margin: 0 0 32px 0;
    }

    .first_label {
        font-size: 17px;
    }

    /* --- Template 1:  Contacts + Background --- */
    .two_mini_box,
    .soc_and_mes_box .cb_mini_box {
        margin: 0 0 32px 0;
    }

    .cb_tit {
        font-size: 15px;
    }

    .cb_tit .icon {
        width: 22px;
        height: 22px;
    }

    .contact_box .cb_info {
        font-size: 16px;
        padding: 0 28px;
    }

    .cb_info.for_socs A {
        width: 64px;
        height: 64px;
    }

    .for_socs A .icon {
        width: 24px;
        height: 24px;
    }

    /* --- Template 2:  Contacts + Photo --- */
    .rtl.contact_us.photo .contact_box {
        padding: 0 0 0 32px;
    }

    .contact_us.photo .two_mini_box {
        flex-direction: row;
    }

    .two_cols .contact_us.photo .two_mini_box {
        flex-direction: column;
        margin: 0;
    }

    .contact_us.photo .cb_mini_box {
        width: 50%;
        margin: 0;
    }

    .two_cols .contact_us.photo .cb_mini_box {
        width: 100%;
        margin: 0 0 24px 0;
    }

    .contact_us.photo .soc_and_mes_box .cb_mini_box {
        width: 100%;
        margin: 0 0 32px 0;
    }

    .contact_us.photo .soc_and_mes_box .cb_mini_box:last-child {
        margin: 0;
    }

    .contact_us.photo .background_sign {
        margin: 12px 0 0 0;
    }

    /* --- Template 3:  Feedback + Background --- */
    .for_feed .feed_box,
    .for_feed.background .title_wrap,
    .for_feed.background .description {
        width: 50%;
    }

    /* --- Template 4:  Contacts + Feedback --- */
    .contact_us.for_feed .contact_box,
    .contact_us.for_feed .feed_box {
        width: calc(50% - 24px);
        margin: 0 24px 0 0;
    }

    .contact_us.for_feed .feed_box {
        margin: 0 0 0 24px;
    }

    .rtl.contact_us.for_feed .contact_box {
        margin: 0 0 0 24px;
    }

    .rtl.contact_us.for_feed .feed_box {
        margin: 0 24px 0 0;
    }

    .contact_us.for_feed .two_mini_box {
        flex-direction: row;
        margin: 0 0 32px 0;
    }

    .two_cols .contact_us.for_feed .two_mini_box {
        flex-direction: column;
        margin: 0;
    }

    .contact_us.for_feed .cb_mini_box {
        width: 50%;
        margin: 0;
    }

    .two_cols .contact_us.for_feed .cb_mini_box {
        width: 100%;
        margin: 0 0 24px 0;
    }

    .contact_us.for_feed .contact_box .cb_info {
        padding: 0 28px;
    }

    .contact_us.for_feed .soc_and_mes_box .cb_mini_box {
        margin: 0 0 32px 0;
    }

    .contact_us.for_feed .soc_and_mes_box .cb_info {
        padding: 0;
    }

    .categories_component {
        padding-top: 50px;
    }

    .categories_component .H3 {
        font-size: 26px;
        margin-bottom: 68px;
    }

    .categories_wrap {
        position: relative;
        min-height: 500px;
    }
    
    .category_video {
        max-width: 63.43%;
        margin: 0;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .categories_box {
        grid-column-gap: 40%;
        grid-row-gap: 16px;
    }

    .product_details-top {
        padding: 20px;
        flex-direction: row;
        justify-content: space-between;
    }

    .product_details-top .H3 {
        font-size: 20px;
        flex: 1 1 auto;
        margin: 0 12px 0 0;
    }

    .details_code Span {
        font-size: 18px;
    }

    .details_code {
        font-size: 20px;
        white-space: nowrap;
    }

    .product_details-info {
        padding: 20px;
    }

    .product_details-info .availability {
        margin-bottom: 28px;
    }

    .product_counter {
        margin-bottom: 24px;
    }

    .details_tab-open {
        padding: 20px 50px 20px 20px;
    }

    .details_tab-open::before,
    .details_tab-open::after {
        height: 16px;
        right: 32px;
    }
}

@media (min-width:1280px) {

    /* --- main search panel --- */
    

    .main_header .search_btn Span {
        display: flex;
    }

    .main_header .search_btn .icon {
        display: none;
    }

    .catalog_btn,
    .desktop .select_city {
        margin: 0 0 0 32px;
    }

    .main_slider_container.with_menu>UL LI:nth-child(7) {
        display: block;
    }

    /* --- Checkout Page --- */
    .checkout .added_goods {
        padding-right: 44px;
    }

    .checkout .product_body .item_text {
        width: 46%;
        padding-right: 20px;
    }

    .checkout .ag_photo {
        margin-right: 26px;
        width: 128px;
        height: 104px; 
        aspect-ratio: auto;
    }

    .checkout .cart_order_products .bottom_wrap {
        width: calc(54% - 24px);
    }

    .cbp_row.total .cbp_sum {
        font-weight: 400;
    }

    .registration_form {
        display: flex;
        flex-wrap: wrap;
    }

    .if_registred {
        flex-wrap: wrap;
    }

    .registration_form .together,
    .if_registred .together {
        width: calc(50% - 16px);
        margin: 0 0 0 16px;
        display: flex;
        flex-direction: column;
    }

    .registration_form .together:first-child,
    .if_registred .together:first-child {
        margin: 0 16px 0 0;
    }

    /* --- USER ACCOUNT --- */

    /* --- Order History --- */
    .order_show {
        flex-direction: row;
        justify-content: space-between;
    }

    .order_show .together {
        width: 100%;
    }

    .order_row-wrap {
        margin: 0;
    }

    .order_pics {
        width: 54%;
        flex-shrink: 0;
        justify-content: flex-end;
        padding: 0 16px 0 0;
    }

    .one_order_pic {
        margin: 4px 16px 0 0;
    }

    .order_main_box {
        margin: 0 32px 0 0;
    }

    .order_item {
        flex-direction: row;
        justify-content: space-between;
    }

    .oi_row {
        width: 100%;
    }

    .oi_row.results {
        width: 50%;
        flex-shrink: 0;
        margin: 0;
    }

    .oi_col,
    .oi_col:first-child,
    .oi_col:last-child {
        margin: 0 0 0 16px;
        min-width: 50px;
    }

    .oi_col:first-child,
    .oi_col:last-child {
        min-width: 80px;
    }

    /* --- Compare List --- */
    .for_compare_title,
    .favorite_control,
    .for_wish_title {
        padding: 8px 16px;
    }

    /* --- Compare Details --- */
    .cr_title_row {
        flex-direction: row;
        justify-content: space-between;
    }

    .cr_title_row .main_title {
        margin: 0;
    }

    .cr_but_row {
        margin: 0 0 0 32px;
        align-items: center;
    }

    /* --- User Account Settings --- */
    .form_place .together {
        margin: 0 0 0 -32px;
        width: calc(100% + 44px);
    }

    .form_place .long_div {
        width: calc(33% - 32px);
        margin: 0 0 16px 32px;
    }

    .form_place.change_contacts.no_edit .long_div {
        margin: 0 32px 16px 0;
    }

    /* --- Courier delivery Addresses - User Account Settings --- */
    .addresses .long_div {
        width: 33.33%;
        padding: 0 16px 0 0;
        margin: 0;
    }

    .addresses .long_div.short {
        width: 16.66%;
    }

    /* --- My pick-up points - User account settings --- */
    .pickups.addresses .only_address {
        flex-wrap: wrap;
    }

    .pickups.addresses .long_div {
        padding: 0;
    }

    .pickups.addresses .long_div.short.del {
        width: 100%;
    }

    /* --- My pick-up points - User account settings --- */
    .form_place.pickups .all_posts {
        display: flex;
        flex-wrap: wrap;
    }

    .all_posts .one_pickup {
        width: calc(50% - 8px);
        margin: 0 8px 16px 0;
    }

    .all_posts .one_pickup:nth-child(2n) {
        margin: 0 0 16px 8px;
    }

    /* --- Recipients - User Account Settings --- */
    .recipients.addresses .only_address {
        flex-wrap: nowrap;
    }

    .recipients.addresses .long_div {
        width: 25%;
    }

    .recipients.addresses .long_div.short.del.if_main {
        display: flex;
    }

    /* --- Product - One Item --- */
    .catalog-sub_filters {
        width: 340px;
    }

    .list_wrap {
        
    }

    .catalog-sub_filters {
        margin-right: 24px;
    }

    .catalog-sub_filters + .list_wrap {
        width: calc(100% - 364px);
    }

    .open_menu-filter {
        margin-left: 23px;
    }

    .one_good {
        width: 25%;
    }

    .product_wrap .one_good {
        width: calc((100% / 4) - (48px / 4));
    }

    .product_wrap .one_good:nth-child(3n + 1),
    .product_wrap .one_good:nth-child(3n + 2) {
        margin-right: 0;
    }

    .product_wrap .one_good:nth-child(4n + 1),
    .product_wrap .one_good:nth-child(4n + 2),
    .product_wrap .one_good:nth-child(4n + 3) {
        margin-right: 16px;
    }

    /* --- Categories --- */


    .category_list {
        margin: 0 0 0 -32px;
    }

    /* --- Tiles - Category --- */
    .one_cat {
        width: calc(20% - 32px);
        margin: 0 0 32px 32px;
    }

    /* --- Tiles Category - If two cols --- */
    .two_cols .one_cat {
        width: calc(25% - 32px);
    }

    /* --- Rows - Category --- */
    .row_list .one_cat {
        width: calc(25% - 16px);
    }

    /* --- Rows - If two cols --- */
    .two_cols .row_list .one_cat {
        width: calc(33.33% - 16px);
    }

    /* --- List - Category --- */
    .list_info .one_cat {
        width: calc(25% - 16px);
    }

    /* --- Tile Universal --- */
    .tiles_grid {
        margin: 0 0 0 -32px;
    }

    .one_tile {
        width: calc(25% - 32px);
        margin: 0 0 32px 32px;
    }

    .tile_description {
        line-height: 1.4;
    }

    /* --- If Two Col on Main page --- */
    .two_cols .one_tile {
        width: calc(33.33% - 32px);
    }

    /* --- If Slider --- */
    .tiles_slider {
        margin: 0 0 0 -16px;
        width: calc(100% + 32px);
    }

    .tiles_slider .slick-list {
        padding: 0;
    }

    .tiles_slider .one_tile {
        margin: 0 16px 16px 16px;
    }

    /* --- If Slider - If Two Col on Main page --- */
    .two_cols .tiles_slider {
        width: calc(100% + 32px);
        margin: 0 0 0 -16px;
    }

    .two_cols .tiles_slider .slick-list {
        padding: 0;
    }

    .two_cols .tiles_slider .one_tile {
        margin: 0 16px 16px 16px;
    }

    /* --- Store window Slider --- */

    /* All reviews in Catalog */
    /* --- If Slider --- */
    .category_comments.is_main:not(.slick-initialized) .one_review {
        width: 33.33%;
    }

    /* --- If Grid --- */
    .reviews_grid .category_comments .one_review,
    .reviews_grid .category_comments.is_main .one_review {
        width: calc(33.33% - 16px);
    }

    /* --- FAQ --- */
    /* --- If Grid --- */
    .faq .one_question {
        align-items: flex-end;
    }

    .faq .one_question .faq_answer {
        width: 60%;
        padding: 16px 16px 32px 0;
    }

    /* --- If Slider --- */
    .faq_slider .slick-list {
        margin: 0 0 0 -16px;
        width: calc(100% + 16px);
    }

    .faq_slider .one_question {
        align-items: flex-start;
        margin: 8px 16px;
    }

    .faq .faq_slider .one_question {
        align-items: normal;
    }

    .faq .faq_slider .one_question .faq_answer {
        width: 100%;
        padding: 8px 24px 32px 24px;
    }

    /* --- Pagination --- */

    /* --- Product Details --- */
    /* --- Product Page info --- */
    .all_left_det {
        padding: 0 24px 0 0;
    }

    .product_info {
        padding: 0 0 0 24px;
    }

    /* --- Main Photo - Product Page --- */

    .zoom_slider.zoom-full_screen .zoom_big:not(.slick-initialized) .zoom_slide {
        padding: 64px;
    }

    /* --- Right side / Product Page info --- */
    .select_color {
        margin: 0 0 16px 0;
    }

    .product_price {
        margin: 0 0 24px 0;
    }

    /* --- Credit bank variants --- */
    .credits_variants {
        margin-top: -24px;
    }

    /* --- Main Info Box in Product Page --- */
    /* --- Characteristics --- */
    .sorts_info {
        padding: 0 24px 0 0;
    }

    /* --- Reviews --- */
    .product_reviews {
        padding: 0 0 0 24px;
    }

    /* --- Photos & Videos Tab --- */
    .photo_section LI {
        margin: 64px 0 0 0;
    }

    /* --- Buy Together Main Tab --- */
    .up_sale .product_wrap .one_good {
        width: 33.33%;
    }

    /* --- Fixed product panel --- */
    .sticky_header .mpp_box {
        margin: 0 16px 0 0;
    }

    .sticky_header .mpp_title {
        flex-direction: column;
    }

    .sticky_header .mpp_title Span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 720px;
        min-height: 20px;
    }

    .sticky_header .desktop {
        display: flex;
    }

    .sticky_header .mobile {
        display: none;
    }

    .sticky_header.product_price .old_price {
        display: flex;
    }

    .sticky_header.product_price .main_price {
        font-size: 22px;
    }

    /* --- Page UP - button --- */
    .page_up {
        bottom: 80px;
    }

    /* Stores on Google Map */
    .all_stores {
        padding: 0 0 0 32px;
        flex-direction: row;
    }

    /* --- COOKIES terms Popup --- */
    .cookies {
        animation: jump 1s ease-in 1s both;
    }

    @keyframes jump {
        0% {
            bottom: -100px;
        }

        100% {
            bottom: 32px;
        }
    }

    /* --- Contact Us - Feedback --- */
    /* --- Template 1:  Contacts + Background --- */
    .two_cols .contact_us.background .two_mini_box {
        flex-direction: row;
        margin: 0 0 32px 0;
    }

    .cb_mini_box {
        width: 25%;
    }

    .two_cols .contact_us.background .cb_mini_box {
        width: 33.33%;
        margin: 0;
    }
}

@media (min-width:1380px) {

    .header-top_menu a {
        font-size: 18px;
        padding: 6px 24px;
    }

    /* --- PRODUCT Page - Details --- */
    .show_price {
        margin: 0 16px 0 0;
    }

    .product_price .main_price {
        height: 42px;
        line-height: 42px;
    }

    .product_btns {
        width: calc(100% - 320px);
        order: 1;
        align-items: center;
    }

    .product_price .add_in-list {
        margin: 0;
    }

    /* --- Mini Price & Buy Box --- */
    .product_tab.main_tab.hidden .product_btns {
        width: 100%;
        order: 2;
        margin: 16px 0 0 0;
    }

    .product_tab.main_tab.hidden .order_call_but {
        justify-content: flex-start;
    }

    .product_tab.main_tab.hidden .is_one_click.order_call_but {
        justify-content: center;
    }

    .product_tab.main_tab.hidden .order_call_but A.btn {
        width: calc(50% - 24px);
    }

    /* --- Additional Call Buttons --- */
    .order_call_but,
    .is_one_click.order_call_but {
        flex-direction: row;
        justify-content: flex-start;
    }

    .order_call_but A.btn {
        width: max-content;
        margin: 0 8px 0 0;
    }

    .is_one_click.order_call_but A.btn:last-child {
        margin: 0 0 0 8px;
    }

    /* --- If MINI Product --- */
    .products_mini .product_grid LI:nth-child(7) {
        display: block;
    }

    .products_mini .product_grid .one_good,
    .products_mini .product_inner .one_good {
        width: 14.28%;
    }

    /* --- If Two Col MINI Product & Mini in Slider --- */
    .two_cols .products_mini .product_grid LI:nth-child(6) {
        display: block;
    }

    .two_cols .products_mini .product_grid LI:nth-child(7) {
        display: none;
    }

    .two_cols .products_mini .product_grid .all LI:nth-child(7) {
        display: block;
    }

    .two_cols .products_mini .product_grid .one_good,
    .two_cols .products_mini .product_inner .one_good {
        width: 16.66%;
    }

    /* --- Tiles Category - If two cols --- */
    .two_cols .one_cat {
        width: calc(20% - 32px);
    }

    .product_grid > UL .one_good {
        flex: 0 0 calc((100% / 5) - (80px / 5));
    }

    .product_grid LI:nth-child(5) {
        display: flex;
    }
}

@media (min-width:1464px) {
    .main_slider_container.with_menu>UL LI:nth-child(8) {
        display: block;
    }

    /* --- Product - One Item --- */

    /* --- Categories --- */
    
    /* --- Tiles - Category --- */
    .one_cat {
        width: calc(16.66% - 32px);
    }

    /* --- catalog --- */

    .list_wrap:nth-child(1) .product_wrap .one_good {
        width: calc((100% / 5) - (64px / 5));
    }

    .list_wrap:nth-child(1) .product_wrap .one_good:nth-child(4n + 1),
    .list_wrap:nth-child(1) .product_wrap .one_good:nth-child(4n + 2),
    .list_wrap:nth-child(1) .product_wrap .one_good:nth-child(4n + 3) {
        margin-right: 0;
    }

    .list_wrap:nth-child(1) .product_wrap .one_good:nth-child(5n + 1),
    .list_wrap:nth-child(1) .product_wrap .one_good:nth-child(5n + 2),
    .list_wrap:nth-child(1) .product_wrap .one_good:nth-child(5n + 3),
    .list_wrap:nth-child(1) .product_wrap .one_good:nth-child(5n + 4) {
        margin-right: 16px;
    }

    /* --- PRODUCT Page - Details --- */
    /* --- Main Photo - Product Page --- */

    .big_slider .details_slide.no_photo {
        min-height: 614px;
    }

    /* --- Buy Together Main Tab --- */
    .up_sale .product_wrap .one_good {
        width: 25%;
    }

    /* --- Blog of Store --- */
    .one_blog,
    .one_blog:last-child {
        width: calc(20% - 16px);
    }

    /* --- Last newses of Blog --- */
    /* --- If Slider --- */
    .last_blog_items:not(.slick-initialized) .one_blog {
        width: calc(20% - 13px);
    }

    .two_cols .last_blog_items:not(.slick-initialized) .one_blog {
        margin: 0 8px;
        width: calc(25% - 12px);
    }

    /* --- If Grid --- */
    .last_blog_grid .last_blog_items .one_blog {
        width: calc(20% - 16px);
    }

    .two_cols .last_blog_grid .last_blog_items .one_blog {
        width: calc(25% - 16px);
        margin: 0 0 16px 16px;
    }

    /* --- Fixed product panel --- */
    .sticky_header .mpp_title Span {
        width: 820px;
    }

    /* --- CONTACT US - FEEDBACK --- */
    /* --- Template 2:  Contacts + Photo --- */
    .rtl.contact_us.photo .contact_box {
        padding: 0 0 0 48px;
    }

    .two_cols .contact_us.photo .two_mini_box {
        flex-direction: row;
        margin: 0 0 32px 0;
    }

    .two_cols .contact_us.photo .cb_mini_box {
        width: 50%;
        margin: 0;
    }

    .two_cols .contact_us.photo .soc_and_mes_box .cb_mini_box {
        width: 100%;
        margin: 0 0 32px 0;
    }

    /* --- Template 3:  Feedback + Background --- */
    .for_feed.background {
        min-height: 640px;
    }

    .contact_us.for_feed.background .centre,
    .rtl.contact_us.for_feed.background .centre {
        min-height: 512px;
        justify-content: center;
    }

    /* --- Template 4:  Contacts + Feedback --- */
    .two_cols .contact_us.for_feed .two_mini_box {
        flex-direction: row;
        margin: 0 0 32px 0;
    }

    .two_cols .contact_us.for_feed .cb_mini_box {
        width: 50%;
        margin: 0;
    }

    .two_cols .contact_us.for_feed .soc_and_mes_box .cb_mini_box {
        width: 100%;
        margin: 0 0 32px 0;
    }

    .product_slider .title_wrap {
        padding-right: 88px;
    }

    .product_slider .product_inner {
        width: calc(50% + 732px);
    }

    .product_slider .slick-arrow.slick-prev {
        right: auto;
        left: 1360px !important;
    }

    .product_slider .slick-arrow.slick-next {
        right: auto;
        left: 1416px !important;
    }

}
