@media screen and (max-width: 639px) {

    .close_details_group {
        position: fixed !important;
        right: 20px !important;
    }

    .dt_table_wrap_alt {
        width: 100%;
        overflow: auto;
        padding: 0 0 10px;
    }
    .dt_table_alt {
        /* width: 560px; */
    }

    .dt_table_alt thead {
        display: none;
    }

    .dt_table_alt tr {
        display: flex;
        flex-wrap: wrap;
        border: 1px solid #a1a1a1;
        margin-bottom: 10px;
        padding: 8px;
        border-radius: 4px;
    }

    .dt_table_alt tr td {
        border: none;
    }

    .dt_table_alt tr td {
        width: 100%;
        max-width: none;
    }

    .mob_info {
        display: inline;
    }

    .dt_table_alt tr td.product_name {
        text-align: start;
        max-width: unset;
        margin-bottom: 4px;
        order: -1
    }

    .dt_table_alt tr td.product_code {
        text-align: start;
        margin-bottom: 4px;
    }

    .dt_table_alt tr td.product_type {
        display: none;
    }

    .dt_table_alt tr td.product_status {
        margin-bottom: 4px;
        text-align: start;
    }

    .dt_table_alt tr td.product_price-discount {
        width: 100%;
        text-align: start;
        margin-bottom: 4px;
    }

    .dt_table_alt tr td.product_price-discount .product_price-box {
        font-weight: 700;
    }

    .dt_table_alt tr td.product_price {
        display: flex;
        align-items: center;
        font-size: 18px;
        padding: 0 0 0 8px;
        flex: 0 0 33.33%;
        order: 1
    }

    .dt_table_alt tr td.product_counter {
        padding: 0;
        flex: 0 0 33.33%;
        order: 2
    }

    .dt_table_alt tr td.product_btn {
        padding: 0;
        flex: 0 0 33.33%;
        order: 3
    }

    .dt_table_alt tr td.product_btn .common_but {
        padding-left: 7px;
        padding-right: 7px;
    }


    /*.dt_table_alt tr td:nth-child(1) {*/
    /*    text-align: start;*/
    /*    order: 3;*/
    /*    flex: 0 0 100%;*/
    /*    min-width: 100%;*/
    /*}*/

    /*.dt_table_alt tr td:nth-child(2) {*/
    /*    text-align: start;*/
    /*    order: 1;*/
    /*    flex: 0 0 50%;*/
    /*    min-width: 50%;*/
    /*}*/
    
    /*.dt_table_alt tr td:nth-child(3) {*/
    /*    display: none;*/
    /*}*/
    
    /*.dt_table_alt tr td:nth-child(4) {*/
    /*    text-align: start;*/
    /*    order: 4;*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    font-size: 20px;*/
    /*    line-height: 26px;*/
    /*    max-width: calc(50% - 44px);*/
    /*}*/

    /*.dt_table_alt tr td:nth-child(4) .common_but.show_reg_popup {*/
    /*    padding-top: 5px;*/
    /*    padding-bottom: 5px;*/
    /*}*/
    
    /*.dt_table_alt tr td:nth-child(5) {*/
    /*    text-align: end;*/
    /*    order: 2;*/
    /*    flex: 0 0 50%;*/
    /*    min-width: 50%;*/
    /*    font-weight: 700;*/
    /*}*/

    /*.dt_table_alt tr td:nth-child(6) {*/
    /*    order: 5;*/
    /*    flex-grow: 2;*/
    /*}*/
    
    /*.dt_table_alt tr td:nth-child(6) .dt_buy {*/
    /*    display: flex;*/
    /*    justify-content: flex-end;*/
    /*}*/

    /*.dt_table_alt tr td:nth-child(7) {*/
    /*    order: 7;*/
    /*    padding-left: 0;*/
    /*    padding-right: 0;*/
    /*    width: max-content !important;*/
    /*    display: flex;*/

    /*    justify-content: flex-end;*/
    /*}*/

    /*.dt_table_alt tr td:nth-child(7) a {*/
    /*    margin-left: 10px;*/
    /*    padding-left: 10px;*/
    /*    padding-right: 10px;*/
    /*    max-width: 120px;*/
    /*    max-height: 36px;*/
    /*    width: max-content;*/
    /*}*/

    .dt_amount {
        height: 36px;
    }

    .centre {
        width: 310px;
        padding: 0 5px;
    }

    .for_footer_bottom {
        padding: 0;
    }

    Footer {
        margin: 0;
        height: auto;
    }

    /* шапка сайту
    -----------------------------------------*/
    Header.header {
        height: auto;
    }

    .header_contacts {
        margin: 0 0 20px;
    }

    .for_top_menu .centre {
        justify-content: center;
        text-align: center;
    }

    .main_part > .centre {
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .btn_home {
        margin: 0 auto 5px;
    }

    .top_menu {
        margin: 0;
    }

    .top_menu UL {
        flex-wrap: wrap;
        justify-content: center;
    }

    .top_menu UL LI {
        margin: 0 5px;
    }

    .top_menu UL LI + LI {
        margin: 0 5px;
    }

    .top_menu UL LI A B {
        display: none;
    }

    .left_top_box {
        width: 100%;
        padding: 15px 0 5px;
    }

    .sidebar_products {
        grid-template-columns: 1fr;
    }

    .sidebar_products a {
        width: 100%;
        height: 300px;
    }

    .categories {
        display: block;
    }

    .one_cat + .one_cat {
        margin: 17px 0 0 0;
    }

    .for_logo {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .for_logo Span {
        text-align: left;
    }

    .for_search {
        width: 40%;
        margin: 0;
    }

    .for_search Input {
        width: 100%;
    }

    .header.not_main #mob-search_form {
        position: fixed;
        top: 100px;
        left: 50%;
        width: 300px;
        transform: translateX(-50%);
        z-index: 301;
    }

    .header.not_main #mob-search_form.active {
        display: block;
    }

    .close-mob-search {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: #000;
        opacity: 0.5;
        z-index: 300;
    }

    .mob_log {
        text-transform: uppercase;
        padding: 15px;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.3;
        background-color: #fe6263;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 15px;
        width: 100%;
    }

    .header_langs {
        display: none;
    }

    .main_part_box {
        display: none;
    }

    .cd-dropdown-wrapper {
        display: flex;
        align-items: center;
        max-width: max-content;
        margin: 0;
    }

    .mob_menu-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mob_cart {
        text-decoration: none;
        display: flex;
        flex: 0 0 35px;
        align-items: center;
        justify-content: center;
        width: 35px;
        height: 35px;
        position: relative;
    }

    .mob_cart svg {
        width: 30px;
        height: 30px;
    }

    .mob_counter {
        font-size: 12px;
        font-weight: 700;
        color: #fff;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
    }

    .mob_counter::after {
        content: "";
        width: 18px;
        height: 18px;
        background-color: #fe6263;
        position: absolute;
        top: 50%;
        left: 50%;
        border-radius: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
    }

    .mob_subheader {
        display: none;
        justify-content: space-between;
        width: 300px;
        padding: 15px 0;
        margin: 0 auto;
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 100;
    }

    .mob_subheader::before,
    .mob_subheader::after {
        content: "";
        width: 50vw;
        height: 100%;
        background-color: #fff;
        position: absolute;
        top: 0;
        z-index: -1;
    }

    .mob_subheader::before {
        left: 50%;
    }

    .mob_subheader::after {
        right: 50%;
    }

    .mob_subheader a {

        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
    }
    
    .mob_subheader svg {
        width: 24px;
        height: 24px;
        fill: #1c1c1c;
    }

    .open_menu {
        text-transform: none;
        text-decoration: none;
        font-weight: 700;
        color: inherit;
        display: flex;
        align-items: center;
    }

    .open_menu i {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
        width: 24px;
        height: 20px;
        border-bottom: 3px solid #fe6263;
        border-top: 3px solid #fe6263;
        position: relative;
    }

    .open_menu i::after {
        content: "";
        width: 100%;
        height: 3px;
        background-color: #fe6263;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .subheader_cart {
        position: relative;
    }

    .usercab_btn {
        position: relative;
    }

    .usercab_btn::before {
        content: "";
        width: 15px;
        height: 2px;
        background-color: #1c1c1c;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%)
    }

    .usercab_btn::after {
        content: "";
        width: 6px;
        height: 6px;
        border-bottom: 2px solid #1c1c1c;
        border-left: 2px solid #1c1c1c;
        position: absolute;
        top: 50%;
        right: 6px;
        transform: translateY(-50%) rotate(45deg);
    }

    .usercab_btn.user_out::after {
        right: 0px;
        transform: translateY(-50%) rotate(-135deg);
    }

    .header.not_main + .content {
        margin-top: 60px;
    }

    .header.not_main .for_top_menu,
    .header.not_main .main_part {
        display: none;
    }

    .header.not_main .mob_subheader {
        display: flex;
    }

    .mob_log a {
        text-decoration: none;
        color: #fff;
    }

    .right_top_box {
        width: 100%;
    }

    .languages {
        text-align: center;
    }

    .right_top_box .wid {
        display: inline-block;
        float: none;
    }

    .for_login {
        text-align: center;
        width: 100%;
    }

    .for_login A {
        float: none;
        margin: 0;
    }

    .main_part {
        margin: 0;
        height: auto;
    }

    .for_main_menu {
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        top: 0;
        display: none;
        z-index: 9999;
        background-color: #fff;
        padding: 40px 20px 20px 20px;
        overflow: auto;
    }

    .for_main_menu.active {
        display: flex;
    }

    .for_main_menu .close_mob-menu {
        display: block;
        width: 30px;
        height: 30px;
        background-color: transparent;
        position: fixed;
        top: 5px;
        right: 10px;
        z-index: 1;
    }

    .close_mob-menu::before,
    .close_mob-menu::after {
        content: "";
        width: 20px;
        height: 2px;
        background-color: #282828;
        position: absolute;
        top: 50%;
        left: 50%;
    }

    .close_mob-menu::before {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .close_mob-menu::after {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .main_page-link {
        margin-bottom: 1px;
    }

    .for_main_menu Nav {
        display: block;
    }

    .for_main_menu .home_button {
        display: none;
    }

    .for_mini_cart {
        text-align: center;
        margin: 30px 0 5px;
    }

    A.mc_with_items {
        float: none;
        position: static;
    }

    .phone_container {
        max-width: none;
        width: 100%;
        padding: 0;
    }

    .address {
        float: none;
    }

    .question_text {
        width: 100%;
        text-align: center;
    }

    .address {
        text-align: center;
    }

    A.order_call {
        width: 100%;
        text-align: center;
    }

    A.order_call Span {
        text-align: center;
    }

    .for_order_call {
        width: 100%;
    }

    A.order_call:before {
        display: none;
    }

    .tel_list {
        flex-direction: column;
        position: fixed;
        top: 100px;
        left: 50%;
        transform: translateX(-50%);
        padding: 25px;
        background-color: #fff;
        border-radius: 10px;
        border: 2px solid #ddd;
        z-index: 300;
    }

    .tel_list.active {
        display: flex;
    }

    .close_tel {
        font-size: 0;
        display: block;
        width: 25px;
        height: 25px;
        position: absolute;
        top: 0;
        right: 0;
    } 

    .close_tel::before,
    .close_tel::after {
        content: "";
        width: 15px;
        height: 2px;
        background-color: #282828;
        position: absolute;
        top: 50%;
        left: 50%;
    }

    .close_tel::before {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .close_tel::after {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    /* поле контенту
    -----------------------------------------*/
    Article Header H1, Article Header H2, Article .article_text H1, Article .article_text H2, Article .article_text H3, .faild, .all_right {
        width: 94%;
    }

    .photo_bann img {
        width: 100%;
    }

    .text_bann {
        width: 100%;
    }

    .button_bann {
        width: 100%;
    }

    .fr_ship_cont {
        padding: 70px 0 0 0;
        background-position: -804px -641px;
    }

    .box_shop_desc {
        width: 100%;
    }

    .social_icon ul li {
        margin: 0 20px;
    }

    .item_title {
        display: none;
    }

    .cart_place .one_ct_good .mw_name {
        width: 219px;
        margin-bottom: 15px;
    }

    .cart_place A.ct_delete {
        top: 70%;
    }

    .box_tab table {
        width: 100% !important;
    }

    .nav_tab li a {
        font-size: 10px;
        padding: 4px 4px;
    }

    /* логування - реєстрація
    -----------------------------------------*/
    .lor_box Label, .feedback Label, .mup_table Label {
        margin: 0;
        width: 100%;
        height: auto;
        text-align: left;
    }

    .feedback Label Span, .mup_table Label Span {
        text-align: left;
    }

    .feedback Input, .mup_table Input {
        width: 100%;
    }

    .feedback Textarea {
        width: 100%;
    }

    .feedback A.common_but {
        width: 310px;
    }

    .feedback .long_div.textarea Label, .mup_table .long_div.textarea Label {
        width: 100%;
    }

    .feedback Label Span, .mup_table Label Span {
        display: inline-block;
        width: 100%;
    }

    .promo_code {
        width: 100%;
    }

    .promo_code input {
        width: 104px;
    }

    .cart_bottom .mw_total {
        width: 100%;
        text-align: center;
        margin: 5px 0 10px 0;
    }

    .cart_bottom .cw_bottom .common_but {
        width: 310px;
    }

    .zoom_window {
        right: 10px;
        left: 10px;
        padding: 20px 5px;
    }

    .title_place {
        display: none;
    }

    .one_ct_good {
        width: 100%;
    }

    .one_ct_good .mw_name {
        width: 198px;
        margin: 0 0 15px 0;
    }

    .cart_description {
        padding: 18px 0 0 10px;
    }

    .cw_bottom {
        width: 100%;
    }

    .cw_bottom .common_but {
        width: 310px;
    }

    .cart_left {
        display: block;
        float: left;
        width: 100%;
        padding: 20px;
    }

    #popup_details_group {
        position: fixed;
        top: 0 !important;
        left: 0;
        right: 0;
        bottom: 0;
        overflow-y: auto;
    }

    .details_group_window .cart_left {
        padding: 30px 20px 0 20px;
    }

    .details_group_window .cart_right {
        padding-bottom: 0;
        padding-top: 0;
    }



    .cart_right {
        display: block;
        float: left;
        width: 100%;
        padding: 20px;
    }

    .login_or_reg {
        padding: 15px 0;
    }

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

    .lor_col .common_tit {
        text-align: center;
        margin: 0;
    }

    .lor_box Input {
        width: 100%;
    }

    .lor_col.with_line {
        width: 100%;
        border: none;
        padding: 0;
    }

    .lor_box A.common_but {
        width: 100%;
    }

    A.remind_me {
        left: 0;
        top: 0;
    }

    .sw_links {
        padding: 16px 0;
    }

    .sw_links > .centre {
        height: auto;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .sw_links UL {
        width: 100%;
    }

    .sw_links UL LI {
        width: 100%;
        float: none;
    }

    A.show_all {
        margin: 10px auto 0;
        float: none;
    }

    .feedback .long_div, .mup_table .long_div {
        margin: 0 0 5px 0;
        height: auto;
    }

    .mup_table A.common_but {
        margin: 0;
        width: 100%;
    }

    .mup_tab_th .w_143 {
        width: 100%;
    }

    .mup_tab_th .w_169, .mup_tab_th .w_316 {
        display: none;
    }

    .mup_tab_td .mtt_cell.w_143 {
        width: 10%;
    }

    .mtt_cell.w_169 {
        width: 50%;
    }

    .mtt_cell.w_316 {
        width: 40%;
    }

    .mtt_details {
        padding: 15px 10px;
        margin: -6px 0 0 0;
    }

    .all_catalog {
        display: block;
    }

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

    .catalog {
        grid-template-columns: 1fr;
    }

    .catalog_clickpath .filter_box {
        max-width: 100%;
        width: 100%;
        flex-basis: auto;
        margin-right: 0;
    }

    .fil_group {
        margin-bottom: 10px;
        padding: 3px;
    }

    .icon-toggle {
        display: block;
    }

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

    .fs_place {
        padding: 0;
        display: none;
    }

    .fs_title {
        margin-bottom: 0;
    }

    .filter_list,
    .fs_place {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .filter_list {
        display: none;
    }

    .one_good {
        width: 100%;
        margin-right: 0;
    }

    .you_saw .one_good {
        width: 100%;
    }

    .you_saw .catalog {
        height: auto;
    }

    .dt_photos {
        padding: 0;
        width: 100%;
        left: 0;
        margin: 0;
    }

    .dt_photos .slid_button .left_but, .dt_photos .slid_button .right_but {
        left: 5%;
    }

    .dt_photos .slid_button .right_but {
        left: auto;
        right: 5%;
    }

    .price_box {
        margin: 0 0 20px 0;
        text-align: center;
        width: 100%;
        flex-basis: auto;
    }

    .dt_price_box {
        display: block;
    }

    .dt_price_col {
        margin: 0 0 20px;
        width: 100%;
        float: left;
    }

    .dt_price {
        margin-right: 0;
    }

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

    Span.currency_price,
    Span.currency_price {
        float: none;
    }

    Span.currency_price:last-child {
        margin-right: 0;
    }

    .sale_form_box {
        width: 100%;
    }

    .buy_me {
        width: 100%;
        flex-basis: auto;
    }

    .dt_info {
        margin: 0;
    }
    .dt_info>li {
        width: 100%;
        margin: 0 0 30px;
    }

    .btn_wrap {
        flex-direction: column;
    }
    .btn_wrap button + button {
        margin: 10px 0 0 0;
    }

    .main_photo {
        margin: 0;
        width: 100%;
        height: auto;
    }

    .main_photo .ribbon:before {
        width: 310px;
    }

    .details_tabs {
        padding: 0 24px;
    }

    .slid_button {
        margin: 0 1px;
    }

    .slide_place {
        width: 264px;
    }

    .details_tabs {
        padding: 10px 24px 0;
    }

    .small_photos {
        display: none;
    }

    .details_group_window .small_photos {
        display: block;
    }

    .main_photo .ribbon {
        left: 75px;
    }

    .slider_fon .centre {
        width: 100%;
    }

    .slider_text {
        width: 100%;
        display: none;
    }

    .catalog_box_long .one_category {
        margin: 0 0 20px;
    }
    .ats_all{
        flex-wrap: wrap;
    }
    .ats_one {
        width: 98%;
        height: auto;
        margin-right: 0;
    }

    .one_good.one_category:nth-child(3n+3),
    .search_list .one_good:nth-child(3n+3),
    .one_good.one_category:nth-child(4n+4),
    .search_list .one_good:nth-child(4n+4),
    .search_list .one_good {
        margin: 0 0 20px;
    }

    .catalog_slider .one_good:nth-child(3n+3),
    .catalog_slider .one_good:nth-child(4n+4) {
        margin-right: 5px;
    }

    .search_list {
        padding: 0;
    }

    .for_evry_drop {
        width: 310px;
        left: -93px !important;
    }

    .for_evry_simple_drop {
        width: 310px !important;
        left: -214px !important;
    }

    .one_col {
        width: 100%;
        margin-left: 0;
    }

    .promo_code .ff_title i {
        margin: 0 7px 0 0;
    }

    .cart_new .long_div {
        height: auto;
    }

    .cart_new .long_div label {
        width: 100%;
        margin: 0;
        text-align: center;
    }

    .cart_new .long_div input, .cart_new .long_div textarea {
        width: 100%;
    }

    .cart_new .cart_bottom {
        margin: 0;
    }

    .cart_new .cart_bottom .cw_bottom .common_but {
        width: 310px;
    }

    .show_cart_login_form {
        margin-left: 30%;
    }

    #payment_selector {
        margin: 0 0 10px 0;
    }

    #delivery_selector {
        margin: 0 0 10px 0;
    }

    .delivery_selector {
        margin: 0 0 10px 0;
    }

    #delivery_2_city {
        width: 310px;
    }

    #delivery_2_warehouse {
        width: 310px;
    }

    #delivery_3_city {
        width: 310px;
    }

    Input, Textarea, .feedback .long_div {
        width: 100%;
    }

    .opm_col {
        width: 310px;
        margin: 0 0 10px 0;
    }

    .rcb_th {
        padding: 0;
    }

    .rcb_td {
        padding: 0 0 10px 0;
    }

    .rcb_th .th_3 {
        width: 109px;
    }

    .opm_col A.common_but {
        width: 288px;
        left: auto;
        margin: 0 0 10px 0;
    }

    .sw_links UL LI {
        margin: 0;
    }

    .sw_links UL LI A {
        text-transform: none;
        font-size: 16px;
        line-height: 1.5;
        text-align: start;
        padding-left: 10px;
    }

    .sw_links UL LI A:after {
        display: none;
    }

    .user_page .sw_links, 
    .det_links_place .sw_links {
        padding: 10px 0;
    }

    .one_cat {
        width: 100%;
        margin-right: 0;
        height: 350px;
    }

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

    .oc_figure {
        position: relative;
    }

    .oc_figure figcaption {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px 0;
        width: 100%;
        background-color: #fff;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        opacity: 0.7;
    }

    .oc_figure figcaption a {
        text-transform: uppercase;
        text-decoration: none;
        color: #1c1c1c;
        font-size: 16px;
        text-align: center;
        font-weight: 700;
        display: block;
        width: 100%;
        padding: 0 15px;
    }

    .rew_box {
        margin: 0;
    }

    .one_rew {
        height: auto;
    }

    .left_box_rew {
        width: 100%;
    }

    .or_txt {
        width: 100%;
    }

    .standart_form {
        width: 100%;
        padding: 20px;
        right: 0;
    }

    .foo_phone .standart_form {
        right: 0;
    }

    .ch_tit_place {
        width: 100%;
        padding-right: 0;
        text-align: center;
    }

    .ch_tit_place h1 {
        float: none;
    }

    .ch_tit_place Span {
        float: none;
    }

    .catalog_head .dropdown {
        margin: 5px 0 0 55px;
    }

    .catalog_head .dropdown.short {
        margin: 5px 0 0 83px;
    }

    .catalog_head .dropdown {
        margin-left: auto;
        margin-right: auto;
    }

    .main_photo .ribbon {
        left: 16px;
    }

    .main_photo {
        margin-bottom: 20px;
    }

    .dt_top {
        width: 100%;
    }

    .delivery_dt_top {
        width: 100%;
    }

    .payment_dt_top {
        width: 100%;
    }

    .char_table {
        width: 100%;
        left: 0;
        margin-left: 0;
    }

    .sale_item {
        width: 269px;
    }

    .dp_all {
        padding: 0 39px;
    }

    .det_video Iframe {
        height: auto;
    }

    .dc_all {
        width: 100%;
    }

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

    .top_menu UL LI {
        text-align: center;
    }

    .top_menu UL LI A {
        width: 100%;
    }

    .top_menu UL LI A:after, .top_menu UL LI:first-child A:before {
        content: none;
    }

    .right_box_cart {
        width: 100%;
    }

    .mw_total {
        width: 100%;
        text-align: center;
    }

    .rcb_td .td_2 {
        width: 100%;
    }

    .opm_col .mw_total {
        width: 100%;
    }

    .button_bt_crt {
        width: 100%;
    }

    .opm_col .button_bt_crt A.common_but {
        width: 100%;
    }

    article table {
        width: 100% !important;
    }

    .ob_one_logo {
        width: 310px;
        border-right: none;
    }

    .ob_one_logo:nth-child(7n+7) {
        border-right: none;
    }

    .ob_one_logo:nth-child(3), .ob_one_logo:nth-child(2) {
        border-top: 1px solid #f0f0f0;
    }

    .ob_one_logo:nth-child(-n+5) {
        border-top: 1px solid #f0f0f0;
    }

    .ob_one_logo:first-child {
        border-top: none;
    }

    .dcw_enter A.common_but {
        width: 100%;
    }

    .phone_spr {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .phone_spr .title_box {
        float: none;
    }

    .form_spr {
        width: 100%;
    }

    a.support_btn {
        width: 300px;
        margin-left: -150px;
    }

    a.support_btn--invert {
        font-size: 20px;
        margin-left: auto;
    }

    .item_sup {
        width: 100%;
    }

    .dp_one {
        width: 100%;
        margin-right: 0;
    }

    .dc_all {
        padding-right: 0;
    }

    .categories_grid {
        grid-template-columns: 1fr;
    }

    /* підвал сайту
    -----------------------------------------*/
    .nav-footer {
        grid-template-columns: repeat(2, 1fr);
    }

    .nav-footer ul {
        float: none;
    }

    .foo_social {
        justify-content: center;
    }

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

    .foo_addr a {
        font-size: 13px;
    }

    .foo_col {
        padding-right: 0;
        text-align: center;
        max-width: none;
        width: 100%;
    }

    .foo_col ul li {
        padding-left: 0;
    }

    .foo_col_left {
        text-align: center;
    }

    .sufix {
        line-height: 22px;
    }

    .sufix span {
        width: 100%;
        margin: 0;
        display: inline-block;
    }

    .main_foot > .centre {
        -webkit-justify-content: center;
        justify-content: center;
    }

    .bottom_foot {
        height: auto;
        position: relative;
        padding: 10px 0;
    }

    .bottom_foot > .centre {
        height: auto;
    }

    .foo_phone {
        width: 100%;
        left: 0;
    }

    .order-call {
        top: 284px;
    }

    .dc_all--empty {
        background-position: 50% 0;
    }

    .payment-table {
        border: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin-left: 0;
    }

    .payment-table__col {
        width: 100%;
        margin-left: 0;
    }

    .payment-table__col + .payment-table__col {
        margin-top: 10px;
    }

    .login_or_reg {grid-template-columns:repeat(1, 1fr);}
    .social_menu {margin:20px 0 10px;}
    A.remind_me {float:right;}
    .lor_col.with_line {margin:30px 0 0 0;}
    .lor_box .radio_box label {font-size:13px;}
    .user_page {margin:0 0 0 -5px;}

    .table_grid.search A {font-size:0; width:30px; height:30px;}
        .table_grid.search A::after {content:""; position:absolute; top:6px; left:11px; width:18px; height:18px; background:url(../images/spritesheet.png) no-repeat -54px -65px;}
    .payments Img {max-height:26px; margin:0 12px 0 0;}
    
    .foo_col_center {
        margin: 0;
    }

    .foo_col_left,
    .foo_col_right{
        display: none;
    }
}