@media (min-width:400px) {

    /* --- CATALOG list --- */
    .control_products .dropdown {
        max-width: unset;
    }
}

@media (min-width:480px) {

    /* --- User Account --- */
    /* --- Order History --- */
    .oi_row.results {
        margin: 8px 0 0 90px;
    }

    /* --- Product - One Item --- */
    .one_good {
        padding: 16px;
    }

    .one_good .op_benefit {
        top: 0;
    }

    /* --- 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);
    }

    /* --- 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;
    }

    .delivery_payment td {
        width: 50%;
    }

    /* --- COOKIES terms Popup --- */
    .cook_box {
        margin:0;
    }

    .cookies .btn {
        width:max-content;
    }

    .reject_but {
        width:max-content; 
        position:absolute; 
        bottom:26px; 
        right:16px;
    }

}

@media (min-width:640px) {

    /* --- Main HEADER --- */
    .logo_wrap {
        display: block;
        min-width: 140px;
        max-width: 140px;
        margin: 0 0 0 16px;
    }

    .logo_wrap Img {
        display: block;
        width: 100%;
        height: auto;
    }

    /* --- 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 --- */
    .category {
        margin-bottom: 16px;
    }

    /* --- 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);
    }

    /* --- 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 --- */
    /* --- Main product info --- */
    .sliders_wrap {
        padding: 16px;
    }

    .sub_slider {
        margin: 0 32px 0 0;
        min-height: 358px;
    }

    .big_slider {
        width: calc(100% - 97px);
    }

    .big_slider .slick-arrow,
    .zoom_slider .slick-arrow {
        width: 40px;
        height: 40px;
        border-radius: var(--border-radius);
        left: 0;
    }

    .big_slider .slick-arrow.slick-next,
    .zoom_slider .slick-arrow.slick-next {
        right: 1px;
        border-radius: var(--border-radius);
    }

    .big_slider .slick-arrow::before,
    .big_slider .slick-arrow::after,
    .zoom_slider .slick-arrow::before,
    .zoom_slider .slick-arrow::after {
        right: 12px;
    }

    .full_screen .zoom_big {
        margin: 16px 0 32px 0;
        width: 100%;
    }

    .zoom_slider.zoom-full_screen .popup_close {
        top: 16px;
        right: 16px;
    }

    .zoom_slider.zoom-full_screen .slick-arrow {
        left: 16px;
    }

    .zoom_slider.zoom-full_screen .slick-arrow.slick-next {
        right: 16px;
        left: auto;
    }

    .short_chars {
        padding: 16px;
    }

    .select_color {
        padding: 0 8px;
    }

    .product_price {
        padding: 16px;
    }

    .product_btns .btn {
        width: calc(50% - 8px);
        margin: 0 8px 0 0;
    }

    .product_info .product_btns .btn:last-child {
        margin: 0 0 0 8px;
    }

    .no_credit .product_btns .btn:last-child {
        margin: 0;
    }

    /* --- 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;
    }

    /* --- Cheaper Together in Main product --- */
    .cheaper_item {
        padding: 16px 16px 42px 16px;
    }

    .cheaper_prise {
        width: calc(100% + 32px);
        margin: 0 0 0 -16px;
    }

    /* --- 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;
    }

    /* --- Cart --- */
    .product_body {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .added_goods_ignore .product_body {
        flex-direction: row;
    }

    .added_goods_ignore .price_box {
        flex-direction: column;
    }

    .added_goods_ignore .it_title {
        margin: 0 0 8px 0;
    }

    .item_text {
        margin: 0;
        width: 60%;
    }

    .added_goods_ignore .item_text {
        width: 70%;
    }

    .bottom_wrap {
        width: 40%;
    }

    .added_goods_ignore .bottom_wrap {
        width: 30%;
    }

    .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;
    }

    A.delete_product {
        top: 6px;
    }

    .cart_btn-wrap {
        flex-direction: row-reverse;
        margin: 16px 0 0 0;
        justify-content: space-between;
        align-items: center;
    }

    .cart_btn-wrap A.btn {
        width: max-content;
        margin: 0;
    }

    .cart_btn-wrap A.btn.continue_shopping {
        height: 38px;
    }

    /* --- Checkout Page --- */
    .checkout_header .logo_wrap {
        margin: 0;
    }

    .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 {
        margin: 0 8px 0 0;
    }

    .checkout .item_text {
        margin: 0 32px 0 0;
    }

    .checkout .added_goods.added_goods_ignore {
        padding: 8px 0 8px 38px;
        width: 100%;
    }

    .checkout .added_goods_ignore .price_box.one_item {
        flex-direction: row;
    }

    .checkout .added_goods_ignore .item_text {
        width: calc(60% - 26px);
    }

    .checkout .added_goods_ignore .bottom_wrap {
        width: 40%;
    }

    .total_bottom.small {
        margin: 0;
        max-width: 156px;
    }

    .total_bottom.error {
        margin: 0;
        max-width: 226px;
        text-align: left;
    }

    /* --- User Account --- */
    .order_show .together {
        display: flex;
        justify-content: space-between;
    }

    /* --- Product - One Item --- */
    .one_good {
        width: 33.33%;
        padding: 8px;
    }

    /* --- Compare List --- */
    .for_comare_title {
        flex-direction: row;
        margin: 16px 0;
        padding: 0;
        align-items: center;
    }

    .comare_title {
        font-size: 20px;
        margin: 0 0 0 24px;
    }

    .for_comare_title A.btn::after {
        bottom: auto;
        left: auto;
        top: 0;
        right: -9px;
        border-width: 19px 0 19px 10px;
        border-color: transparent transparent transparent var(--btn-bg);
    }

    .for_comare_title A.btn:hover::after {
        border-color: transparent transparent transparent var(--btn-bg-hover);
    }

    /* --- 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 newses of Blog --- */
    .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;
        flex: 0 0 50%;
    }

    /* --- 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 */
    .category_comments .one_good {
        width: 50%;
    }

    /* --- 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;
    }

    /* --- OUT SERVICES --- */

    .services_grid {
        grid-template-columns: 1fr 1fr;
    }

    /* --- OUR CONTACTS --- */

    .contacts_item {
        width: calc((100% / 2) - (30px / 2));
        margin-bottom: 30px;
    }

    .contacts_item:nth-child(2n + 2) {
        margin-left: 30px;
    }

    .contacts-inner > .col:nth-child(2) .btn_link {
        max-width: 356px;
    }

    /* --- PRODUCTS EXCEPT --- */

    .products_except-list {
        grid-template-columns: 1fr 1fr;
    }

    .products_except-info {
        grid-column: span 2; 
    }
}

@media (min-width:768px) {

    /* article ----------------------------*/
    Article Img {
        min-width: auto;
        max-width: 100% !important;
    }

    Article .one_good Img {
        max-width: 100% !important;
    }

    Article .image-style-side {
        min-width: auto;
        max-width: 50%;
        margin: 0 0 8px 16px;
        float: right;
    }

    Article Figure.table {
        width: 100%;
        margin: 0 0 16px 0;
        max-width: 100%;
    }

    Article Figure.table.left,
    Article Figure.table.right {
        min-width: auto;
        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;
    }

    /* --- 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;
    }

    .main_footer LI A:hover,
    .footer_phones A:hover {
        color: var(--link-hover)
    }

    /* --- LogIn & Registration --- */
    .login_or_reg {
        flex-direction: row;
        align-items: flex-start;
    }

    .lor_col {
        padding: 0 32px 0 0;
    }

    .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 --- */
    .header_cart,
    .comment_popup.popup {
        padding: 32px 16px 32px 32px;
    }

    .all_items,
    .all_sums {
        padding: 0 16px 0 0;
    }

    A.delete_product {
        opacity: 0;
        visibility: hidden;
        transition: .3s;
    }

    .added_goods:hover A.delete_product,
    .cart_kit:hover A.delete_product {
        opacity: 1;
        visibility: visible;
        transition: .3s;
    }

    .kit_sum {
        min-width: 20%;
    }

    /* --- Checkout Page --- */
    .checkout_together {
        display: flex;
        flex-direction: row;
    }

    .checkout_form {
        width: 100%;
        margin: 0;
    }

    .order-step_wrap:last-child {
        margin: 0 0 32px 0;
    }

    .checkout .product_body {
        flex-direction: column;
        align-items: flex-start;
    }

    .checkout .item_text {
        margin: 0 0 8px 0;
        width: 100%;
    }

    .checkout .bottom_wrap,
    .checkout .added_goods_ignore .item_text,
    .checkout .added_goods_ignore .bottom_wrap {
        width: 100%;
    }

    .checkout_total {
        max-width: 340px;
        width: 40%;
        flex-shrink: 0;
        margin: 0 0 32px 16px;
    }

    .ct_together {
        position: sticky;
        top: 8px;
    }

    /* --- 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;
    }

    .checkout_contacts {
        max-width: 520px;
        width: 40%;
        flex-shrink: 0;
        margin: 0 0 0 16px;
    }

    /* --- User Account --- */
    .profile {
        display: flex;
        flex-direction: row;
    }

    .profile_menu {
        display: flex;
        max-width: 300px;
        width: 30%;
        flex-shrink: 0;
        margin: 0 16px 32px 0;
    }

    .profile_content {
        width: calc(100% - 30% - 16px);
    }

    /* --- 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 --- */
    .one_good {
        padding: 16px;
    }

    /* --- 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;
    }

    /* --- Main product 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;
    }

    .big_slider .details_slide .together {
        padding: 0 0 95% 0;
    }

    .big_slider .slick-arrow {
        width: 32px;
        height: 40px;
        border-radius: 0 var(--border-radius) var(--border-radius) 0;
        left: -16px;
    }

    .big_slider .slick-arrow.slick-next {
        right: -16px;
        border-radius: var(--border-radius) 0 0 var(--border-radius);
    }

    .big_slider .slick-arrow::before,
    .big_slider .slick-arrow::after {
        right: 8px;
    }

    .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 {
        padding: 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;
    }

    .product_btns .btn {
        width: 100%;
        margin: 0 0 8px 0;
    }

    .product_info .product_btns .btn:last-child {
        margin: 0;
    }

    .available {
        margin-left: -22px;
        padding-left: 22px;
    }

    /* --- 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 Main product --- */
    .cheaper .together {
        position: relative;
        display: flex;
    }

    .cheaper .added_goods {
        width: 50%;
        margin: 0;
        padding: 0 32px 16px 0;
    }

    .cheaper .added_goods:last-child {
        padding: 0 0 16px 32px;
    }

    .cheaper .product_body {
        flex-direction: column;
        align-items: flex-start;
    }

    .cheaper .item_text,
    .cheaper .bottom_wrap {
        width: 100%;
    }

    .cheaper .price_box {
        flex-direction: column;
    }

    .cheaper_plus {
        position: absolute;
        height: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .cheaper_prise {
        flex-direction: row;
        justify-content: center;
    }

    .cheaper .cheaper_prise .together {
        flex-direction: column;
        margin: 0 32px 0 0;
        align-items: flex-end;
    }

    .cheaper .cheaper_prise .total_sum {
        margin: 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 Main product --- */
    .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 --- */
    .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;
        flex: 0 0 calc(50% - 8px);
    }

    /* --- Store window Slider --- */
    .product_slider .product_tabs {
        margin: 0 0 16px 0;
    }

    /* --- Contact Us - Feedback --- */

    .contact_us .footer_phones,
    .contact_us .messenger_wrap,
    .contact_us .hours_work {
        padding: 0;
        width: 100%;
        margin: 0 0 16px 0;
    }

    .contact_us .hours_work {
        margin: 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;
    }

    /* --- OUR CATEGORIES --- */
    
    .our_categories {
        overflow: hidden;
    }

    .article_custom-list {
        flex-direction: row;
        flex-wrap: wrap;
        width: calc(100% + 20px);
        position: relative;
        z-index: 1;
    }

    .article_custom-list li {
        display: flex;
        margin: 0;
        padding: 0 20px 20px 0;
        background-color: var(--site-bg);
        border-radius: 0 0 40px 0;
        position: relative;
    }

    .article_custom-list li:nth-child(12n + 1) {
        width: 25%;
    }

    .article_custom-list li:nth-child(12n + 2) {
        width: 25%;
    }

    .article_custom-list li:nth-child(12n + 3) {
        width: 25%;
    }

    .article_custom-list li:nth-child(12n + 4) {
        width: 25%;
    }

    .article_custom-list li:nth-child(12n + 5) {
        width: 33.33%;
    }

    .article_custom-list li:nth-child(12n + 6) {
        width: 33.33%;
    }

    .article_custom-list li:nth-child(12n + 7) {
        width: 33.33%;
    }

    .article_custom-list li:nth-child(12n + 8) {
        width: 26%;
    }

    .article_custom-list li:nth-child(12n + 9) {
        width: 40.66%;
    }

    .article_custom-list li:nth-child(12n + 10) {
        width: 33.33%;
    }

    .article_custom-list li:nth-child(12n + 11) {
        width: 58%;
    }

    .article_custom-list li:nth-child(12n + 12) {
        width: 42%;
    }

    .article_custom-list li::after {
        content: "";
        width: 40px;
        height: 40px;
        position: absolute;
        top: 0;
        left: 100%;
        background-image: url(../images/article_text-mob_radius.svg);
        background-repeat: no-repeat;
        background-size: contain;
        z-index: -1;
    }

    .article_custom-list li a {
        align-self: stretch;
        min-height: 60px;
        padding-left: 34px;
        padding-right: 34px;

    }

    .our_categories img {
        border-radius: 40px;
    }

    /* --- OUR RATE --- */

    .rate_list  {
        grid-template-columns: repeat(3, 1fr);
    }

    /* --- OUR SERTIFICATES --- */

    .our_sertifivates {
        margin-bottom: 20px;
    }

    .sertificates_list {
        grid-template-columns: 1fr 1fr;
    }

    .contact_us .main_title {
        font-size: 36px;
        min-height: 80px;
        margin-bottom: -80px;
        padding: 5px 60px 5px 16px;
        border-radius: 0 0 40px 0;
    }

    .contact_us .main_title::before,
    .contact_us .main_title::after {
        width: 40px;
        height: 40px;
    }

    .contact_us-inner {
        padding-top: 56px;
        padding-bottom: 50px;
    }

    .contact_us-inner > img {
        border-radius: 0 40px 40px 40px;
    }

    .contact_us .feedback {
        width: 360px;
        margin: 0 0 0 auto;
    }

    .contact_us .long_div.btn_wrap {
        background-color: transparent;
        margin: 20px 0 0 auto;
        padding: 0;
    }

    .contact_us .long_div.btn_wrap::before,
    .contact_us .long_div.btn_wrap::after {
        display: none;
    }

    /* --- SUCCESS PAGE --- */

    .success_images-wrap {
        margin-bottom: 50px;
    }

    .success_images-wrap img {
        aspect-ratio: auto;
        border-radius: 40px;
    }

    .success_images-wrap .siw_box {
        display: flex;
        align-items: center;
        min-height: 80px;
        padding-left: 30px;
        padding-right: 30px;
        border-radius: 0 0 0 40px;
    }

    .success_images-wrap .siw_box::before {
        width: 40px;
        height: 40px;
    }

    .success_images-wrap .siw_box::after {
        width: 40px;
        height: 40px;
    }

    .success_images-wrap .siw_box .tit {font-size:40px;}
    .success_images-wrap .num.under {display:none;}
    .success_images-wrap .siw_box .num {display:flex; font-size:22px; padding:6px 0 0 0;}

    .success_info {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .success_info .contacts,
    .success_info .schedule {
        width: calc(50% - 15px);        
        margin: 0;
    }

    .success_info .schedule {
        margin: 0 0 0 30px;
    }

    .del_pay-article-item {
        width: calc((100% / 2) - (30px / 2));
        margin-bottom: 30px;
    }

    .del_pay-article-item:nth-child(2n + 2) {
        margin-left: 30px;
    }

    .del_pay-article-item:nth-child(3) {
        display: block;
        padding: 0;
    }

    .del_pay-article-item .image {
        height: 200px;
    }

    .del_pay-article-item .image img {
        height: 200px !important;
        aspect-ratio: auto;
    }

    .del_pay-article-item:nth-child(3) .image {
        width: 100%;
        height: 100%;
    }

    .del_pay-article-item:nth-child(3) .image img {
        height: 100% !important;
        aspect-ratio: auto;
    }

    /* --- RETURN PRODUCT SLIDE --- */

    .return_product-slide .article_custom-title {
        font-size: 36px;
        line-height: 1.3;
        display: flex;
        align-items: center;
        margin: 0;
        min-height: 80px;
        max-width: 500px;
        position: absolute;
        top: 0;
        left: 8px;
        padding: 0 40px 16px 0;
        background-color: var(--site-bg);
        border-radius: 0 0 40px 0;
    }

    
    .return_product-slide .article_custom-title::before {
        content: "";
        width: 40px;
        height: 40px;
        position: absolute;
        top: 0;
        left: 100%;
        background-image: url(../images/article_text-mob_radius.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .return_product-slide .article_custom-title::after {
        content: "";
        width: 40px;
        height: 40px;
        position: absolute;
        top: 100%;
        left: 0;
        background-image: url(../images/article_text-mob_radius.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }


    .return_product-slide img {
        aspect-ratio: auto;
        height: 550px !important;
        border-radius: 0 40px 0 40px;
    }

    .return_product-slide .subtitle {
        font-size: 36px;
        min-height: 80px;
        display: flex;
        align-items: center;
        width: 450px;
        padding: 0 0 0 40px;
        border-radius: 40px 0 0 0;
    }

    .return_product-slide .subtitle::before {
        width: 40px;
        height: 40px;
    }

    .return_product-slide .subtitle::after {
        width: 40px;
        height: 40px;
    }

    .products_except-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .how_return .article_custom-title {
        margin-bottom: 4px;
    }

    .how_return .subtitle {
        font-size: 24px;
        margin-bottom: 32px;
        width: 40%;
    }

    .how_return-step {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .how_return-step:nth-child(4n + 1) {
        width: calc(60% - 15px);
    }
    
    .how_return-step:nth-child(4n + 2) {
        width: calc(40% - 15px);
        margin-left: 30px;
    }

    .how_return-step:nth-child(4n + 3) {
        width: calc(40% - 15px);
    }
    
    .how_return-step:nth-child(4n + 4) {
        width: calc(60% - 15px);
        margin-left: 30px;
    }

    .how_return-step .title {
        font-size: 24px;
    }

    /* --- CAREER ARTICLE --- */

    .career_article > .subtitle {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .text_career {
        font-size: 24px;
    }

    .career_properties {
        padding-top: 24px;
    }

    .career_properties > li {
        font-size: 18px;
        padding: 20px;
        border-radius: 16px;
        margin-bottom: 30px;
    }

    /* --- PUBLIC OFFER --- */

    .public_offer-list > li {
        padding: 20px;
        border-radius: 16px;
        margin-bottom: 30px;
    }

    .public_offer-list > li .title {
        font-size: 24px;
    }

    

    /* --- PUBLIC OFFER --- */

    .public_offer-list > li {
        font-size: 18px;
        padding: 20px;
    }

    /* --- COOKIES terms Popup --- */
    .cookies {
        flex-direction:row; 
        align-items:center; 
        flex-wrap:wrap;
    }

    .cook_box {
        flex-direction:row; 
        margin:0 0 8px 0; 
        width:100%;
    }

    .cook_text {
        margin:0 16px 0 0; 
        width:100%; 
        align-content:center;
    }

    .reject_but {
        position:relative; 
        bottom:unset; 
        right:unset;
    }

}

@media (min-width:992px) {
    .catalog_btn {
        display: flex;
        margin: 0 0 0 16px;
    }

    .for_catalog_btn {display:none;}

    .catalog_btn.btn .icon.margin {
        margin: 0 12px 0 0;
    }

    .menu_header .catalog_btn {
        display: none;
    }

    Body.body_overflow_cat .main_header {
        position: sticky;
        top: 0;
    }

    .main_header {
        margin: 0 0 16px 0;
    }

    .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:6px 8px 6px 8px;
        color:var(--main-color-light);
        cursor: pointer;
    }

    .menu.menu_1 .one_col .ul_2 A:hover,
    .menu.menu_1 .one_col .ul_2 A.active {
        background-color: transparent;
        color:var(--btn-bg-hover);
    }

    .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); 
        cursor: pointer;
    }

    .menu.menu_1 .one_col .ul_3 A:hover, 
    .menu.menu_1 .one_col .ul_3 A.active {
        background-color: transparent;
        color:var(--btn-bg-hover);
    }


    /* --- 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.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 --- */
    .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;
        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,
    .menu.menu_0 .has_arrow:hover+.next_level .ul_2 {
        visibility: visible;
        opacity: 1;
    }

    .menu.menu_0 .ul_2 .next_level .ul_3 {
        left: 604px;
        visibility: hidden;
        opacity: 0;
    }

    .menu.menu_0 .ul_2 .has_arrow.active+.next_level .ul_3,
    .menu.menu_0 .ul_2 .has_arrow:hover+.next_level .ul_3,
    .menu.menu_0 .ul_2 .has_arrow+.next_level.active .ul_3 {
        visibility: visible;
        opacity: 1;
    }

    /* --- Menu variant 1 & Main style --- Button "Catalog" -> 1 level -> 2 & 3 levels --- */
    .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 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 LI {
        margin: 0 0 1px 0;
    }

    .menu.menu_1 .one_col .ul_2 LI:last-child {
        margin: 0;
    }

    .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: 1px 0 4px 16px;
    }

    /* --- Menu variant 2 --- Horizontal -> 1 level -> 2 & 3 levels --- */
    .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 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:hover,
    .menu.menu_2 LI A.active {
        background: var(--main-color);
    }

    .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 .next_level {
        display: none;
    }

    .menu.menu_2 .next_level.active {
        display: flex;
        background: var(--white);
        top: 100%;
        height: auto;
        padding: 8px;
        box-shadow: 0 8px 30px rgba(0, 0, 0, .3);
    }

    .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 .next_level A,
    .menu.menu_2 .next_level A.has_arrow {
        border-radius: var(--border-radius);
        color: var(--main-color);
        padding: 12px 16px;
        height: auto;
    }

    .menu.menu_2 .next_level A:hover,
    .menu.menu_2 .next_level A.active {
        color: var(--text-inverse);
        background: var(--main-color-lighter);
    }

    .menu.menu_2 .one_col .next_level {
        position: relative;
        padding: 0;
        top: 0;
        box-shadow: none;
    }

    .menu.menu_2 .next_level .ul_3 {
        flex-direction: column;
        width: 100%;
        padding: 1px 0 0 16px;
    }

    .menu.menu_2 .ul_3 LI:last-child {
        margin: 0;
    }

    /* --- 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;
    }

    .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 {
        padding: 12px 30px 12px 16px;
    }

    .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: 22px;
    }

    .menu.menu_3 .ul_2 A.has_arrow::after {
        top: 17px;
    }

    .menu.menu_3 .ul_2 A.has_arrow:hover::before,
    .menu.menu_3 .ul_2 A.has_arrow:hover::after,
    .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 .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 {
        padding: 12px 16px;
    }

    /* --- 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 --- */
    .product_slider .product_inner,
    .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;
    }

    .product_slider .one_good {
        width: 25%;
    }

    .product_inner .slick-arrow,
    .category_comments .slick-arrow {
        top: 8px;
        right: 48px;
        left: auto;
        height: 32px;
        transform: translateY(0);
        border-radius: var(--border-radius);
        box-shadow: none;
    }

    .product_inner .slick-arrow.slick-next,
    .category_comments .slick-arrow.slick-next {
        right: 8px;
        border-radius: var(--border-radius);
    }

    .slick-arrow:hover {
        box-shadow: 0 0 8px #00000024;
    }

    .product_inner .slick-arrow::before,
    .product_inner .slick-arrow::after,
    .category_comments .slick-arrow::before,
    .category_comments .slick-arrow::after {
        right: 9px;
        top: 18px;
        width: 13px;
    }

    .product_inner .slick-arrow::after,
    .category_comments .slick-arrow::after {
        top: 10px;
    }

    /* --- Last viewed on Main page - if Grid --- */
    .product_grid UL {
        margin: 0 0 8px 0;
    }

    .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 - Details --- */
    .menu_2 .product_tabs,
    .menu_3 .product_tabs {
        top: 111px;
    }

    .menu_2 .ald_for_sticky,
    .menu_3 .ald_for_sticky {
        top: 152px;
    }

    .product_btns .btn {
        width: calc(50% - 8px);
        margin: 0 8px 0 0;
    }

    .product_info .product_btns .btn:last-child {
        margin: 0 0 0 8px;
    }

    .no_credit .product_btns .btn {
        width: 100%;
        margin: 0;
    }

    /* --- 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,
    .messenger_wrap A:hover::before,
    .messenger_wrap A:hover::after {
        display: flex;
        background: var(--viber);
        right: 10px;
        opacity: 0;
    }

    .messenger_wrap A.telegram::before,
    .messenger_wrap A.telegram::after,
    .messenger_wrap A.telegram:hover::before,
    .messenger_wrap A.telegram:hover::after {
        background: var(--telegram);
    }

    .messenger_wrap A.whatsapp::before,
    .messenger_wrap A.whatsapp::after,
    .messenger_wrap A.whatsapp:hover::before,
    .messenger_wrap A.whatsapp:hover::after {
        background: var(--whatsapp);
    }

    .messenger_wrap A.messenger::before,
    .messenger_wrap A.messenger::after,
    .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;
    }

    .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 --- */
    .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-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;
        flex: 0 0 32.33%;
    }

    /* --- Contact Us - Feedback --- */
    .contact_us .footer_phones,
    .contact_us .messenger_wrap,
    .contact_us .hours_work {
        padding: 0;
        width: 100%;
        margin: 0 0 32px 0;
    }

    /* --- 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%;
    }

    /* --- new profile styles --- */

    .profile_info {
        display: flex;
    }

    .profile_info > .col:nth-child(1) {
        flex: 0 0 50%;
        padding-right: 12px;
        margin-bottom: 0;
    }
    
    .profile_info > .col:nth-child(2) {
        flex: 0 0 50%;
        padding-left: 12px;
    }

    .profile_info-item b.tel-mob {
        display: none;
    }

    .profile_info-item b.tel-desk {
        display: block;
    }

    .delivery_payment td {
        width: 33.33%;
    }

    /* --- OUT SERVICES --- */

    .our_services {
        margin-bottom: 20px;
    }

    .service_item img {
        border-radius: 0 40px 40px 40px;
    }

    .service_item figcaption {
        font-size: 28px;
        display: flex;
        align-items: center;
        max-width: calc(100% - 80px);
        padding: 0 30px 22px 0;
        min-height: 80px;
        border-radius: 0 0 40px 0;
    }

    .service_item figcaption::after {
        width: 40px;
        height: 40px;
    }

    .service_item figcaption::before {
        width: 40px;
        height: 40px;
    }

    .our_services .btn_wrap {
        padding: 0;
        margin: 20px 0 0 auto;
    }

    .our_services .btn_wrap::before,
    .our_services .btn_wrap::after {
        display: none;
    }

    /* --- OUR RATE --- */

    .our_rate {
        margin-bottom: 20px;
    }

    .rate_item {
        border-radius: 40px;
        padding: 50px 20px;
    }

    .contact_us.centre {
        padding: 0 16px;
    }

    .contact_us .feedback {
        margin-right: 100px;
    }

}

@media (min-width:1024px) {

    /* --- 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 --- */
    .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;
    }

    Article .article_text H1 {
        font-size: 28px;
        margin: 32px 0 16px 0;
    }

    Article .article_text H2 {
        font-size: 24px;
        margin: 24px 0 16px 0;
    }

    Article .article_text H3 {
        font-size: 20px;
        margin: 20px 0 14px 0;
    }

    Article .article_text H4 {
        font-size: 17px;
        margin: 16px 0 12px 0;
    }

    /* --- Title - Common styles --- */
    .title_wrap {
        margin: 0 0 24px 0;
    }

    .main_title {
        font-size: 28px;
    }

    /* --- Main Slider --- */
    .main_slider_container {
        margin: 0 auto 32px auto;
    }

    /* --- Categories --- */
    /* --- Tiles - Category --- */
    .one_cat {
        width: calc(25% - 16px);
    }

    /* --- Store window Slider --- */
    .product_slider {
        margin-bottom: 32px;
    }

    .product_slider .product_inner {
        padding: 64px 8px 8px 8px;
        margin: -64px 0 0 -8px;
    }

    .two_cols .product_slider .one_good {
        width: 33.33%;
    }

    /* --- CATALOG list --- */
    .catalog_inner {
        display: flex;
    }

    .list_wrap {
        padding: 8px 0 0 0;
        width: calc(100% - 258px);
    }

    .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;
    }

    .selected_filters_list {
        align-items: center;
    }

    .catalog_results {
        margin: 0 16px 0 0;
        display: flex;
        font-size: 14px;
    }

    .cr_res {
        margin: 0 6px;
    }

    .clear_filters {
        margin: 0 16px 0 0;
    }

    .clear_filters .deactivate-filter {
        background: none;
        border: 1px solid var(--error);
        color: var(--text);
    }

    .clear_filters .deactivate-filter:hover {
        color: var(--text-inverse);
    }

    .one_ch_fil {
        padding: 0;
        margin: 4px 8px 4px 0;
    }

    .ocf_title {
        font-size: 14px;
    }

    .deactivate-filter {
        padding: 4px 20px 4px 4px;
    }

    .control_products .dropdown {
        margin: 0 0 4px 16px;
    }

    .catalog_filters .selected_filters {
        display: none;
    }

    .open_menu-filter,
    .close_catalog.close_menu {
        display: none;
    }

    .catalog_filters {
        position: relative;
        left: 0;
        z-index: 4;
        width: 250px;
        flex-shrink: 0;
        box-shadow: none;
        padding: 8px 0 8px 8px;
        margin: 0 8px 0 0;
        border-right: 1px solid var(--border-color);
        height: auto;
        overflow: unset;
        justify-content: flex-start;
    }

    .searched_cats .tit {
        margin: 8px 0 8px -8px;
    }

    .fs_title_price {
        max-width: unset;
    }

    .menu_item-title,
    .searched_cats A {
        margin: 0 8px 0 0;
    }

    .choose_price .hidden_menu,
    .fil_slider .hidden_menu {
        margin: 8px 16px 24px 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 16px 0;
    }

    .clickpath {
        flex-wrap: wrap;
    }

    .clickpath_item {
        display: flex;
    }

    .clickpath A {
        padding: 0;
        margin: 0 16px 0 0;
    }

    .clickpath A.has_arrow::before,
    .clickpath A.has_arrow::after {
        left: auto;
        right: -10px;
        color: var(--icon-color-gray);
        background: none;
        width: auto;
        height: auto;
        top: auto;
        content: '/';
        transform: none;
    }

    .clickpath A.has_arrow::before {
        display: none;
    }

    /* --- Product Details --- */
    .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;
    }

    /* --- Main product info --- */
    .big_slider .slick-arrow {
        width: 40px;
        border-radius: var(--border-radius);
        left: 0;
    }

    .big_slider .slick-arrow.slick-next {
        right: 1px;
        border-radius: var(--border-radius);
    }

    .big_slider .slick-arrow::before,
    .big_slider .slick-arrow::after {
        right: 12px;
    }

    /* --- Zoom Main Photo - Popup --- */
    .zoom_slider.full_screen {
        max-width: calc(100% - 10%);
    }

    .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 Main product --- */
    .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;
    }

    .product_btns .btn {
        height: 42px;
        margin: 0 16px 0 0;
    }

    .product_info .product_btns .btn:last-child {
        margin: 0;
    }

    /* --- 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;
    }

    /* --- Main Slider --- */
    .main_slider_container.with_menu>UL LI:nth-child(5) {
        display: block;
    }

    /* --- Checkout Page --- */
    .checkout .product_body {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .checkout .item_text {
        width: 60%;
        margin: 0 32px 0 0;
    }

    .checkout .bottom_wrap {
        width: 40%;
    }

    .checkout .added_goods_ignore .item_text {
        width: calc(60% - 26px);
    }

    .checkout .added_goods_ignore .bottom_wrap {
        width: 40%;
    }

    .ct_together {
        top: 16px;
    }

    .ct_main .title_wrap {
        margin: 0 0 16px 0;
    }

    /* --- Success Page --- */
    .cc_main {
        position: sticky;
        top: 86px;
    }

    /* --- User Account --- */
    .profile_menu UL {
        position: sticky;
        top: 86px;
    }

    .profile_content Form {
        display: flex;
        flex-wrap: wrap;
    }

    .profile_content {
        width: calc(100% - 316px);
    }

    #profile_form .together {
        width: calc(50% - 16px);
        margin: 0 0 0 16px;
    }

    #profile_form .together:first-child {
        margin: 0 16px 0 0;
    }

    /* --- Order History --- */
    .order_details {
        flex-direction: row;
    }

    .order_info {
        margin: 0 16px 0 0;
        width: 300px;
        flex-shrink: 0;
    }
    
    .oi_group {
        margin: 0 0 16px 0;
    }

    .oi_row.results {
        margin: 8px 0 0 0;
    }

    /* --- Product - One Item --- */
    .one_good .status_list Span {
        padding: 2px 8px;
        font-size: 14px;
        margin: 0 0 6px 0;
        font-weight: 700;
    }

    .one_good .og_inner::before {
        content: '';
        position: absolute;
        left: -24px;
        top: -24px;
        z-index: -1;
        width: calc(100% + 48px);
        height: calc(100% + 48px);
        padding: 8px;
        box-shadow: 0 0 8px #00000024;
        background: var(--white);
        opacity: 0;
        transition: .3s;
    }

    .one_good:hover .og_inner::before {
        opacity: 1;
        z-index: 1;
        transition: .3s;
    }

    /* --- 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;
    }

    /* --- Contact Us - Feedback --- */

    .contact_us.centre {
        margin-bottom: 60px;
    }

    .contact_us .long_div.message {
        width: 100%;
        margin: 0 0 16px 0;
        padding: 0;
    }

    .contact_us .long_div.row {
        width: 100%;
    }

    .contact_us .long_div.btn_wrap .btn {
        font-size: 20px;
        width: auto;
        min-height: 48px;
        border-radius: 10px;
        padding-left: 30px;
        padding-right: 30px;
        transition: 0.3s;
    }

    .contact_us .feedback {
        margin-right: 160px;
    }

    /* 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 --- */
    .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;
        flex: 0 0 calc(50% - 8px)
    }

    /* All reviews in Catalog */
    .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;
    }

    .order_search label {
        margin: 0 8px 0 0;
    }
    
    .order_search > .col.department_col {
        flex: 0 0 25%;
        padding: 0 20px 0 0;
    }

    .order_search > .col.department_col input {
        width: 100%;
    }
    
    .order_search > .col.period_box {
        flex: 1 1 45%;
        padding: 0 20px 0 0;
    }
    
    .order_search > .col.period_box:nth-child(2) {
        max-width: 45%;
    }

    .order_search > .col.period_box label {
        width: 60px;
        flex: 0 0 60px;
    }

    .periop_wrap {
        width: calc(100% - 68px);
    }

    .order_search > .col:nth-child(3) {
        flex: 0 0 30%;
    }

    .order_search > .col:nth-child(3) .btn {
        width: 100%;
    }

    .order_search > .col.department_col label {
        display: none;
    }

    .order_search > .col.department_col select {
        width: 100%;
    }

    /* --- new profile styles --- */

    .order_search {
        flex-direction: row;
    }

    .order_search > .col {
        margin-bottom: 0;
        flex-direction: row;
        align-items: center;
    }

    /* --- ARTICLE SLIDE --- */

    .article_slide::before {
        width: calc(50% - 559px);
        height: 100px;
    }

    .office-title {
        height: 100px;
        padding-left: 0;
    }

    .office-title svg {
        width: 200px;
    }

    .our_activity {
        max-width: 695px;
    }

    .marquee {
        /* padding: 20px 0; */
        margin: ;
    }

    .marquee span {
        font-size: 55px;
    }

    /* --- OUR CATEGORIES --- */ 
    .our_categories {
        margin-bottom: 20px;
        width: 100%;
        margin-left: auto;
    }

    .company_list {
        padding-top: 50px;
        margin-top: -50px;
    }

    .company_list.slick-initialized {
        padding-bottom: 58px;
    }

    .company_list.slick-initialized .slick-next {
        top: auto;
        bottom: 0;
        right: 50%;
        left: auto;
        transform: translate(70px, 0);
    }

    .company_list.slick-initialized .slick-prev {
        top: auto;
        bottom: 0;
        right: auto;
        left: 50%;
        transform: translate(-70px, 0) rotate(180deg);
    }

    /* --- YOUTUBE SHORTS --- */
    
    .youtube_shorts-list {

    }

    .youtube_shorts-list.slick-initialized {
        padding-bottom: 58px;
    }

    .youtube_shorts-list.slick-initialized .slick-next {
        top: auto;
        bottom: 0;
        right: 50%;
        left: auto;
        transform: translate(70px, 0);
    }

    .youtube_shorts-list.slick-initialized .slick-prev {
        top: auto;
        bottom: 0;
        right: auto;
        left: 50%;
        transform: translate(-70px, 0) rotate(180deg);
    }

    .success_info .contacts,
    .success_info .schedule {
        width: calc(25% - 15px);
    }

    .slogan_box {
        width: calc(50% - 30px);
        margin-left: 30px;
        padding-top: 0;
    }

    .success_images-wrap .siw_box {
        text-align: center;
        justify-content: center;
        min-width: 50%;
        font-weight: 400;
    }
    .success_images-wrap .siw_box .tit {font-size: 66px;}
    .success_images-wrap .siw_box .num {font-size:36px; padding:12px 0 0 0;}
        .success_images-wrap .siw_box .num Span {margin:0 0 12px 12px;}

    .success_info-title {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .success_contact-item {
        font-size: 18px;
    }

    .success_contact-item ul {
        padding-top: 6px;
    }

    .success_schedule {
        font-size: 18px;
    }
    
    .slogan_text {
        display: block;
        max-width: 440px;
        font-size: 36px;
    }
    
    /* --- OUR CONTACTS --- */

    .contacts-inner {
        flex-direction: row;
    }

    .contacts-inner > .col:nth-child(1) {
        display: flex;
        flex-direction: column;
        width: calc(50% + 16px);
        margin: 0 0 0 -16px;
        padding-right: 15px;
    }

    .contacts-inner > .col:nth-child(1) img {
        flex: 1 1 auto;
        object-fit: cover;
    }

    .contacts-inner > .col:nth-child(2) {
        width: 50%;
        margin: 0;
        padding-left: 16px;
    }

    .contacts_list {
        margin-bottom: 0;
    }

    body.main_page .article_place.article_component {
        margin-bottom: 32px;
    }

    body.main_page .article_custom-title {
        font-size: 28px;
        margin-bottom: 24px;
    }

    body.main_page .our_companies .main_title {
        margin-bottom: 24px;
    }

    body.main_page .youtube_shorts {
        margin-bottom: 32px;
    }
}

@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 --- */
    .compare_products .one_good .og_inner::before {
        display: none;
    }


    .products_except .title {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 50px;
        width: 56%;
    }

    .products_except-list {
        grid-template-columns: repeat(4, 1fr);
        gap: 30px
    }

    .products_except-item {
        font-size: 18px;
        padding: 25px;
    }

    .products_except-info {
        font-size: 18px;
    }
}

@media (min-width:1200px) {

    /* --- 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 --- */
    .two_cols .last_blog_items:not(.slick-initialized) .one_blog {
        margin: 0 8px;
        flex: 0 0 32.33%;
    }

    /* --- 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: block;
        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 - Category --- */
    .one_cat {
        width: calc(20% - 16px);
    }

    .cat_title {
        font-size: 18px;
    }

    /* --- Store window Slider --- */
    .product_slider .one_good {
        width: 20%;
    }

    /* --- 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 --- */
    .order-step_wrap {
        padding: 0 16px;
    }

    .checkout_total {
        margin: 0 0 32px 32px;
    }

    /* --- Success Page --- */
    .success_order {
        padding: 32px;
    }

    .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;
    }

    .cc_main {
        padding: 32px;
    }

    /* --- User Account --- */
    .profile_menu {
        margin: 0 32px 32px 0;
    }

    .profile_content {
        padding: 32px;
        width: calc(100% - 332px);
    }

    /* --- 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: 32px;
    }

    /* --- Cheaper Together in Main product --- */
    .cheaper .added_goods {
        padding: 0 48px 16px 0;
    }

    .cheaper .added_goods:last-child {
        padding: 0 0 16px 48px;
    }

    .cheaper .product_body {
        flex-direction: row;
        align-items: center;
    }

    .cheaper .item_text {
        width: 60%;
    }

    .cheaper .bottom_wrap {
        width: 40%;
    }

    /* --- Reviews Tab --- */
    .main_reviews .main_title {
        font-size: 28px;
    }

    /* --- Last viewed on Main page - if Grid --- */
    .product_grid LI:nth-child(5) {
        display: block;
    }

    .article_slide {
        padding-bottom: 178px;
    }

    .article_slide::before {
        height: 100px;
    }

    .office-title {
       height: 100px;
       margin-bottom: 75px;
       padding-right: 88px;
       border-radius: 0 0 40px 0;
    }

    .office-title::before {
        width: 40px;
        height: 40px;
    }

    .office-title svg {
        width: 265px;
    }

    .btn_link {
        font-size: 24px;
        min-width: 354px;
        min-height: 48px;
        border-radius: 10px;
        transition: 0.3s;
    }

    .btn_link:hover {
        background-color: var(--btn-bg-hover);
    }

    .our_activity {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .contact_us .long_div.btn_wrap .btn:hover {
        background-color: var(--btn-bg-hover);
    }
    

    /* --- OUR CATEGORIES --- */
    .article_custom-title {
        font-size: 36px;
        margin-bottom: 30px;
    }
    
    .article_custom-list li a {
        font-size: 18px;
        font-weight: 500;
    }

    .cooperation {
        margin-bottom: 20px;
    }
    
    .cooperation_inner {
        position: relative;
    }

    .cooperation .col {
        width: 50%;
        margin: 0 auto;
        padding: 0 20px;
    }

    .cooperation_list {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        gap: 20px;
    }

    .cooperation_list li {
        font-size: 18px;
        display: flex;
        align-items: center;
        padding: 12px;
        margin-bottom: 0;
    }

    .cooperation_list li:nth-child(1) {
        width: 100%;
        margin-right: 0;
    }

    .cooperation_list li:nth-child(2) {
        width: 100%;
    }

    .cooperation_list li:nth-child(4) {
        width: 100%;
        margin-right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cooperation_list li:nth-child(5) {
        width: 100%;
    }

    .cooperation_list li:nth-child(1) { /* 1 */
        grid-column: 1 / 6;
        grid-row: 1 / 2;
    }

    .cooperation_list li:nth-child(3) { /* 2 */
        grid-column: 6 / 10;
        grid-row: 1 / 2;
    }

    .cooperation_list li:nth-child(5) { /* 3 */
        grid-column: 10 / 13;
        grid-row: 1 / 2;
    }

    .cooperation_list li:nth-child(4) { /* 4 */
        grid-column: 10 / 13;
        grid-row: 2 / 4;
    }

    .cooperation_list li:nth-child(6) { /* 5 */
        grid-column: 1 / 7; 
        grid-row: 2 / 3;
    }
    
    .cooperation_list li:nth-child(2) { /* 6 */
        grid-column: 7 / 10;
        grid-row: 2 / 3;
    }

    .cooperation_list li:nth-child(7) { /* 7 */
        grid-column: 1 / 6;
        grid-row: 3 / 4;
    }

    .cooperation_list li:nth-child(8) { /* 8 */
        grid-column: 6 / 10;
        grid-row: 3 / 4;
    }

    .cooperation_list li:nth-child(3n + 9) {
        grid-column: 1 / 5;
    }

    .cooperation_list li:nth-child(3n + 10) {
        grid-column: 5 / 9;
    }

    .cooperation_list li:nth-child(3n + 11) {
        grid-column: 9 / 13;
    }


    .cooperation-link {
        font-size: 20px;
        margin: 38px 0 0 auto;
    }

    .cooperation-link::before,
    .cooperation-link::after {
        width: 10px;
    }

    .cooperation_top {
        position: absolute;
        top: 0;
        left: 0;
        width: 25%;
        height: 100%;
    }

    .cooperation_top img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    .cooperation_bottom {
        position: absolute;
        top: 0;
        right: 0;
        width: 25%;
        height: 100%;
    }

    .cooperation_bottom img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    .contact_us .main_title {
        font-size: 36px;
    }

    .company_item {
        flex: 0 0 265px;
    }

    .youtube_shorts-item {
        flex: 0 0 265px;
    }

    .youtube_shorts-item iframe,
    .youtube_shorts-item .iframe {
        width: 265px;
    }
}

@media (min-width:1280px) {

    /* --- main search panel --- */
    .search_wrap Input {
        padding: 0 126px 0 34px;
    }

    .search_wrap .icon.if_desktop {
        display: flex;
        position: absolute;
        top: 10px;
        left: 8px;
        fill: var(--gray-light);
        width: 18px;
        height: 18px;
    }

    .search_wrap A.clear {
        right: 82px;
    }

    .search_wrap .search_btn {
        width: 82px;
        text-decoration: none;
        color: var(--text-inverse);
    }

    .main_header .search_btn Span {
        display: flex;
    }

    .main_header .search_btn .icon {
        display: none;
    }

    .catalog_btn,
    .desktop .select_city {
        margin: 0 0 0 32px;
    }

    .search_wrap {
        margin: 0 32px;
    }

    .main_slider_container.with_menu>UL LI:nth-child(7) {
        display: block;
    }

    /* --- Checkout Page --- */
    .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;
    }

    .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 .long_div {
        margin: 0 16px 16px 0;
    }

    .enter_form .together.row .long_div:last-child {
        margin: 0 0 16px 16px;
    }

    /* --- User Account --- */
    /* --- Order History --- */
    .order_show {
        flex-direction: row;
        justify-content: space-between;
    }

    .order_show .together {
        width: 100%;
    }

    .order_pics {
        width: 54%;
        flex-shrink: 0;
        justify-content: flex-end;
        padding: 0 16px 0 0;
    }

    .order_info {
        margin: 0 32px 0 0;
    }

    .order_item {
        flex-direction: row;
        justify-content: space-between;
        position: relative;
        padding: 26px 0 0 0;
    }

    .oi_row {
        width: 100%;
    }

    .oi_row.results {
        width: 50%;
        flex-shrink: 0;
        margin: 0;
    }

    .order_name {
        padding-right: 10px;
    }

    .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 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;
    }

    /* --- Product - One Item --- */
    .one_good {
        width: 20%;
        padding: 8px;
    }

    .one_good .main_price {
        font-size: 24px;
    }

    .one_good .og_inner::before {
        left: -16px;
        top: -16px;
        width: calc(100% + 32px);
        height: calc(100% + 32px);
    }

    /* --- Categories --- */
    .category {
        margin-bottom: 0;
    }

    .category_list {
        margin: 0 0 0 -32px;
    }

    /* --- Tiles - Category --- */
    .one_cat {
        width: calc(20% - 32px);
        margin: 0 0 32px 32px;
    }

    /* --- Rows - Category --- */
    .row_list .one_cat {
        width: calc(25% - 16px);
    }

    /* --- List - Category --- */
    .list_info .one_cat {
        width: calc(25% - 16px);
    }

    /* --- Store window Slider --- */
    .product_slider .one_good {
        padding: 16px;
    }

    /* All reviews in Catalog */
    .category_comments.is_main:not(.slick-initialized) .one_good {
        width: 33.33%;
    }

    /* --- Pagination --- */
    .pagination {
        padding: 32px 8px;
    }

    .for_load_more {
        padding: 0 0 32px 0;
    }

    .pages_list A,
    .pages_list Span {
        min-width: 42px;
        height: 42px;
    }

    .pages_btn {
        min-width: 64px;
        height: 42px;
    }

    .pages_btn.has_arrow::before,
    .pages_btn.has_arrow::after {
        top: 23px;
        right: calc(50% - 8px);
        width: 16px;
        height: 3px;
    }

    .pages_btn.has_arrow::after {
        top: 13px;
    }

    /* --- Product Details --- */
    /* --- Main product info --- */
    .all_left_det {
        padding: 0 24px 0 0;
    }

    .product_info {
        padding: 0 0 0 24px;
    }

    /* --- Main Photo - Product Page --- */
    .sub_slider {
        min-height: 430px;
    }

    .big_slider .status_list Span {
        padding: 4px 12px;
        font-size: 18px;
        margin: 0 0 8px 0;
    }

    .zoom_slider.zoom-full_screen .zoom_big:not(.slick-initialized) .zoom_slide {
        padding: 64px;
    }

    /* --- Right side / Main product 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 Main product --- */
    /* --- 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;
    }

    /* --- new profile styles --- */

    .profile_top {
        flex-direction: row;
        padding-left: 18px;
    }

    .profile_top::before {
        width: 8px;
        border-radius: 4px;
    }

    .profile_top > .col:nth-child(1) {
        flex: 0 0 50%;
        margin-bottom: 0;
        padding-right: 5px;
    }

    .profile_top > .col:nth-child(2) {
        flex: 0 0 50%;
        margin-bottom: 0;
        padding-left: 5px;
    }

    .profile_control {
        padding-left: 18px;
    }

    .profile_control::before {
        width: 8px;
        border-radius: 4px;
    }

    .profile_btns {
        flex-direction: row;
    }

    .profile_inner {
        flex-direction: row;
        padding-right: 20px;
    }

    .profile_inner > .col:nth-child(1) {
        flex: 0 0 50%;
        margin-bottom: 0;
        padding-right: 10px;
    }

    .profile_inner > .col:nth-child(2) {
        flex: 0 0 50%;
        padding-left: 10px;
    }

    .profile_inner .long_div.mob_empty Label {
        display: block;
    }

    .method_delivery {
        display: flex;
    }

    .method_delivery .radio_wrap {
        flex: 0 0 50%;
    }

    .del_pay-article-item {
        padding: 20px;
        border-radius: 16px;
    }

    .del_pay-article-item figcaption {
        font-size: 18px;
    }

    .del_pay-article-item .title {
        font-size: 24px;
        margin-bottom: 8px;
    }
    
    .del_pay-article-grid.temp-1 .del_pay-article-item:nth-child(4n + 1) {
        width: calc(40% - 15px);
    }

    .del_pay-article-grid.temp-1 .del_pay-article-item:nth-child(4n + 2) {
        width: calc(60% - 15px);
    }

    .del_pay-article-grid.temp-1 .del_pay-article-item:nth-child(4n + 3) {
        width: calc(60% - 15px);
    }
    
    .del_pay-article-grid.temp-1 .del_pay-article-item:nth-child(4n + 4) {
        width: calc(40% - 15px);
    }

    .del_pay-article-grid.temp-2 .del_pay-article-item:nth-child(4n + 1) {
        width: calc(60% - 15px);
    }
    
    .del_pay-article-grid.temp-2 .del_pay-article-item:nth-child(4n + 2) {
        width: calc(40% - 15px);
    }

    .del_pay-article-grid.temp-2 .del_pay-article-item:nth-child(4n + 3) {
        width: calc(40% - 15px);
    }
    
    .del_pay-article-grid.temp-2 .del_pay-article-item:nth-child(4n + 4) {
        width: calc(60% - 15px);
    }

    @media (hover: hover) {
        .add_info-btn:hover {
            border-color: var(--main-color);
            background-color: var(--main-color);
            color: var(--text-inverse);
        }

        .add_info-btn:hover .icon {
            fill: var(--text-inverse);
        }

        /* .profile_info-item:hover {
            border-color: var(--main-color);
        } */

        .profile_btns button.edit:hover {
            color: var(--success);
        }

        .profile_btns button.edit:hover .icon {
            fill: var(--success);
        }

        .profile_btns button.remove:hover {
            color: var(--error);
        }

        .profile_btns button.remove:hover .icon {
            fill: var(--error);
        }

        .article_custom-list li a:hover {
            color: var(--white);
            background-color: var(--main-color);
            border-color: var(--main-color);
        }
    }

    /* --- COOKIES terms Popup --- */
    .cookies {
        animation:jump 1s ease-in 1s both;
    }

    @keyframes jump {
        0% {
            bottom:-100px;
        }
        100% {
            bottom:32px;
        }
    }
}

@media (min-width:1380px) {

    /* --- 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%;
    }

    /* --- new profile styles --- */

    .order_search > .col.period_box {
        max-width: unset;
        flex: 1 1 55%;
    }

    .order_search > .col.period_box:nth-child(2) {
        max-width: 55%;
    }

    .order_search > .col.btn_col {
        flex: 0 0 20%;
    }
}

@media (min-width:1424px) {
    .main_slider_container.with_menu>UL LI:nth-child(8) {
        display: block;
    }

    /* --- Product - One Item --- */
    .one_good {
        padding: 16px;
    }

    .one_good .og_inner::before {
        left: -24px;
        top: -24px;
        width: calc(100% + 48px);
        height: calc(100% + 48px);
    }

    /* --- Categories --- */
    /* --- Tiles - Category --- */
    .one_cat {
        width: calc(16.66% - 32px);
    }

    /* --- PRODUCT Page - Details --- */
    /* --- Main Photo - Product Page --- */
    .sub_slider {
        min-height: 504px;
    }

    .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 --- */
    .last_blog_items:not(.slick-initialized) .one_blog {
        flex: 0 0 calc(20% - 13px);
    }

    .two_cols .last_blog_items:not(.slick-initialized) .one_blog {
        margin: 0 8px;
        flex: 0 0 calc(25% - 12px);
    }

    /* --- Fixed product panel --- */
    .sticky_header .mpp_title Span {
        width: 820px;
    }

  
}

@media (min-width:1550px) {

    /* --- If Two Col --- */
    /* --- Store window Slider --- */
    .two_cols .product_slider .one_good {
        width: 20%;
    }

    /* --- Last viewed on Main page - if Grid (If Two Col) --- */
    .two_cols .product_grid LI:nth-child(5) {
        display: block;
    }

    .two_cols .product_grid LI:nth-child(6) {
        display: none;
    }

    .two_cols .product_grid .all LI:nth-child(6) {
        display: block;
    }

    .main_slider_container.with_menu>UL LI:nth-child(9) {
        display: block;
    }

    /* --- Menu variant 1 --- */
    .menu.menu_0 UL {
        left: calc(50% - 767px);
    }

    .menu.menu_0 .next_level .ul_2 {
        left: calc(50% - 465px);
    }

    .menu.menu_0 .ul_2 .next_level .ul_3 {
        left: calc(50% - 163px);
    }

    /* --- User Account --- */
    /* --- Compare Details --- */
    .compare_products .one_good {
        max-width: 164px;
    }

    .compare_options .one_good {
        max-width: 164px;
    }

    /* --- Fixed product panel --- */
    .sticky_header .mpp_title Span {
        width: 920px;
    }

    /* Stores on Google Map */
    .stores .together {
        padding: 0 8px 0 0;
        width: calc(100% - var(--content-margin));
    }

    /* All reviews in Catalog */
    .category_comments.is_main:not(.slick-initialized) .one_good {
        width: 25%;
    }

    .two_cols .category_comments.is_main:not(.slick-initialized) .one_good {
        width: 33.33%;
    }

    /* --- Last viewed on Main page - if Grid --- */
    .product_grid LI:nth-child(6) {
        display: block;
    }

    /* --- If MINI Product --- */
    .products_mini .product_grid LI:nth-child(8) {
        display: block;
    }

    .products_mini .product_grid .one_good,
    .products_mini .product_inner .one_good {
        width: 12.5%;
    }

    /* --- If Two Col MINI Product & Mini in Slider --- */
    .two_cols .products_mini .product_grid LI:nth-child(7) {
        display: block;
    }

    .two_cols .products_mini .product_grid LI:nth-child(8) {
        display: none;
    }

    .two_cols .products_mini .product_grid .all LI:nth-child(8) {
        display: block;
    }

    .two_cols .products_mini .product_grid .one_good,
    .two_cols .products_mini .product_inner .one_good {
        width: 14.28%;
    }

    /* --- COOPERATION --- */

    .cooperation_list li:nth-child(4) b {
        font-size: 40px;
    }
}

@media (min-width:1551px) {

    /* --- Main template styles --- */
    /* --- Right Col - Main --- */
    .container .main_col {
        padding: 0 0 0 32px;
    }

    /* --- Store window Slider --- */
    .product_slider .one_good {
        width: 16.66%;
    }

    .contacts-inner {
        align-self: self-end;
        width: calc((var(--window-width) / 2) + 759px);
        position: relative;
    }

    .contacts-inner > .col:nth-child(1) {
        margin: 0;
        width: 50%;
    }
}