@media (max-width: 1600px) {
    .cab_sec {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 1400px) {
    .cab_aside .for_logo {
        max-height: 50px;
        margin: 5px 0;
    }
    .cab_aside .for_logo Img {
        max-height: 50px;
    }
    .mob_switcher {
        position: relative;
        display: inline-flex;
        width: 40px;
        height: 24px;
        top: 20px;
        left: 20px;
        color: #fff;
        cursor: pointer;
        z-index:1;
    }
    .mob_switcher span {
        display: block;
        position: absolute;
        height: 3px;
        width: 70%;
        background: #fff;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        transition: .25s ease-in-out;
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -ms-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
}
    .mob_switcher span:nth-child(1) {
        top: 0;
    }
    .mob_switcher span:nth-child(2),
    .mob_switcher span:nth-child(3) {
        top: 9px;
    }
    .mob_switcher span:nth-child(4) {
        top: 18px;
    }
    .mob_switcher.mob_switcher_open span:nth-child(1),
    .mob_switcher.mob_switcher_open span:nth-child(4) {
        top: 9px;
        width: 0%;
        left: 50%;
        transition: .25s ease-in-out;
    }
    .mob_switcher.mob_switcher_open span:nth-child(2) {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transition: .25s ease-in-out;
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -ms-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
    }
    .mob_switcher.mob_switcher_open span:nth-child(3) {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transition: .25s ease-in-out;
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -ms-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
    }
    .cab_aside .for_logo {
        display: inline-flex;
        margin-left: 50px;
    }
    .user_page_place .centre {
        padding: 0;
    }
    .user_page {
        align-items: flex-start;
    }
    .cab_aside {
        /* height: 100%; */
        min-height: 60px;
        position: absolute;
    }
    .cab_aside .sw_links {
        position: absolute;
        max-width: 280px;
        left: -1000px;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
    }
    .cab_aside .sw_links.cab_menu_active {
        display: block;
        height: 100vw;
        left: 0;
        background: #170e24;
        overflow-y: auto;
        transition: all .3s ease;
        z-index:12;
    }
    .cab_main {
        width: 100%;
    }
    .cab_header {
        width: calc( 100% - 280px );
        margin-left: auto;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        padding: 5px;
        z-index: 11;
        min-width: 205px;
        background-color: #170e24;
    }
    .cab_header .for_login {
        margin: 0;
    }
    .for_main_menu {
        width: 100%;
        margin: 0 15px;
    }
    .for_main_menu Nav>UL>LI {
        margin: 0 15px;
    }
    .for_main_menu Nav>UL>LI>A {
        letter-spacing: 0.1em;
    }
}
@media (max-width: 1239px) {
    .header_main {
        height: 116px;
    }

    .header_right {
        flex: 1 0 0;
        justify-content: flex-end;
    }

    /* головне меню каталогу
    -----------------------------------------*/
    .for_main_menu {
        display: none;
    }

    .cd-dropdown-wrapper {
        display: inline-block !important;
        flex: 1 0 0;
    }

    .shop_window {
        padding: 0 24px;
    }

    .sw_place .catalog {
        grid-gap: 24px;
    }

    Footer {
        padding-right: 40px;
        padding-left: 40px;
    }

    .for_search_form {
        padding-right: 40px;
        padding-left: 40px;
    }

    .main_slider_caption {
        left: 40px;
    }

    .catalog_place {
        padding: 0 30px;
    }
    .catalog_place .catalog {
        grid-gap: 30px;
    }
}

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

    .questions {
        margin-right: 0;
    }

    .rew_box {
        padding: 0;
    }

    .one_good A.common_but I,
    .one_good A.common_but B {
        left: 1px;
    }

    .one_good A.common_but.to_cart Span {
        padding-left: 40px;
    }

    .inform {
        margin-right: 0;
    }

    .for_main_menu Nav UL LI A {
        font-size: 16px;
    }
    .transaction_list {
        min-width: 1160px;
    }
    .transaction_list_wrapper .orders_list_title {
        min-width: 1160px;
    }
}
@media screen and (max-width: 1100px) {
    .cab_sec_filters {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 20px;
        height: auto;
    }
    .cab_sec_filters_wrap {
        width: auto;
        margin-bottom: 10px;
    }
    .export_btn {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 999px) {
    .ats_all {
        grid-template-columns: 1fr 1fr;
    }

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

    .main_slider .slick-dots {
        justify-content: flex-start;
        left: 33px;
    }

    Footer {
        padding-right: 20px;
        padding-left: 20px;
    }

    .bottom_foot {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

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

    .footer_logo img {
        max-width: 100%;
    }

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

    .menu_wrap {
        display: none;
    }

    .header_row {
        display: block;
    }
    .header_left {
        margin-right: 0;
        flex-direction: row;
        align-items: center;
    }

    .menu_slider .main_slider_container {
        height: auto;
    }
    .menu_slider .main_slider {
        width: 100%;
    }
    .menu_slider .catalog_button {
        display: none;
    }

    .inner_support {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px 0;
    }

    .questions {
        margin: 0 0 30px 0;
    }

    .order-call {
        right: 5px;
        top: 193px;
    }

    .dt_top {
        width: 100%;
        flex: auto;
    }

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

    .price_box .price {
        float: none;
    }

    .price Span.main_price,
    .price Span.old_price {
        float: none;
        display: inline-block;
        vertical-align: top;
    }

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

    .other_prices {
        margin-bottom: 30px;
        text-align: center;
        width: 100%;
    }

    .new_price {
        float: none;
    }

    .buy_me {
        width: 100%;
    }

    .buy_me a.cheaper_btn {
        margin: 0 auto 10px;
        float: none;
    }

    .zp_centre A.common_but,
    .buy_me A.common_but {
        float: none;
        margin: 0 auto 10px;
    }

    .buy_me .for_order_call {
        text-align: center;
    }

    .buy_me A.order_call {
        float: none;
    }

    .sale_form_box {
        float: none;
    }

    Article .article_text Img {
        max-width: 100%;
        height: auto;
    }

    .centre {
        max-width: 630px;
        padding: 0 5px;
    }

    .hidden_max {
        display: block;
    }

    .hidden_medium {
        display: none;
    }

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

    .for_top_menu {
        height: auto;
        display: none;
    }

    .for_login {
        float: none;
        -webkit-justify-content: center;
        justify-content: center;
        margin: 0;
        padding-right: 0;
        clear: both;
    }

    .main_part {
        height: auto;
    }

    .main_part > .centre {
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .header_lang {
        margin-left: 20px;
    }

    .header_right_top {
        justify-content: center;
        margin-bottom: -55px;
    }

    /* верхнє меню
    -----------------------------------------*/
    .top_menu {
        margin: 0 10px;
        display: none;
    }

    .top_menu UL {
        flex-wrap: wrap;
    }

    .top_menu UL LI + LI {
        margin-left: 10px;
    }

    .order-call-phones__item {
        font-size: 16px;
    }
    .phones Strong {
        font-size: 16px;
    }

    /* контент сайту
    -----------------------------------------*/
    .content {
        width: 100%;
        min-width: 100%;
    }

    /* банер
    -----------------------------------------*/
    .main_banner {
        height: 320px;
    }

    .slider_text {
        height: 320px;
    }

    /* останні відгуки
    -----------------------------------------*/
    .rew_box {
        width: 100%;
    }

    .one_rew {
        width: 100%;
        margin: 0 0 20px;
    }

    /* кошик
    -----------------------------------------*/
    .cart_window, .zoom_window {
        width: auto;
        margin: 0 auto;
        right: 20px;
        left: 20px;
    }

    .cart_description {
        width: 165px;
        padding: 0 0 0 10px;
    }

    .title_place .o_place {
        width: 164px;
        padding: 0 4px;
    }

    .title_place div {
        padding: 0 4px;
    }

    .rcb_td {
        padding: 0 153px;
    }

    /* логування - реєстрація
    -----------------------------------------*/
    .login_or_reg {
        padding: 20px 32px;
    }

    .lor_box A.common_but {
        float: left;
    }
    .login_or_reg .lor_box A.common_but {
        float: none;
    }

    /* my page
    -----------------------------------------*/
    .mtd_left {
        width: 50%;
        margin: 0;
    }

    .mtd_right {
        width: 50%;
        padding: 0 0 0 60px;
    }

    /* колонка фільтрів
    -----------------------------------------*/
    .filter_box {
        margin: 0;
        width: 170px;
        padding: 0;
    }

    .catalog_clickpath .filter_box {
        margin: 0 20px 0 0;
    }

    .catalog_head {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .catalog_head .dropdown {
        margin: 0 10px 0 0;
        flex: 1 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }

    .catalog_head .dropdown .overflow {
        width: 100%;
    }

    .catalog_head .dropdown.short {
        margin: 0;
        order: 3;
    }

    .ch_tit_place {
        width: 100%;
        margin: 0 0 15px;
        padding: 0;
    }

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

    .all_catalog .one_good:nth-child(4n+4) {
        margin-right: 0;
    }

    .all_catalog .one_good:nth-child(3n+3) {
        margin-right: 0;
    }

    .fil_group {
        padding: 3px 5px 10px;
    }

    .dc_write {
        padding-left: 20px;
    }

    .see_all_rev a {
        font-size: 14px;
    }

    /* колонка каталогу
    -----------------------------------------*/
    .sw_place {
        padding: 0;
    }

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

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

    .catalog_box_long .one_category {
        margin: 0 32px 20px;
    }

    .catalog_box .main_banner .slider_text .h1 {
        font-size: 25px;
    }

    .catalog_box .main_banner .slider_text .h2 {
        display: none;
    }

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

    /* ви переглядали + дивіться також
    -----------------------------------------*/
    /* супутні товари
    -----------------------------------------*/
    .slid_button {
        margin: 0 16px;
    }

    .related_products .one_good {
        margin: 0 15px;
    }

    .related_products .one_good:nth-child(3n+3) {
        margin: 0 15px;
    }

    .slide_place {
        width: 522px;
    }

    /* фото товару
    -----------------------------------------*/
    .dt_photos {
        width: 100%;
        margin-right: 0;
    }

    .main_photo {
        width: 100%;
    }

    .sale_item {
        width: 197px;
    }

    /* топова інформація товару
    -----------------------------------------*/
    .dt_top {
        float: right;
        margin: 20px 0 0 0;
    }

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

    .dt_top_info {
        width: 100%;
        margin-top: 20px;
    }

    .delivery_dt_top {
        width: 50%;
        min-height: 120px;
    }

    .payment_dt_top {
        width: 50%;
        min-height: 120px;
    }

    .extras_dt_top a {
        width: auto;
        margin: 0 15px 17px 0;
    }

    .dp_all {
        grid-template-columns: repeat(3, 1fr);
    }

    .dp_one {
        height: 193px;
    }

    .sw_links {
        height: auto;
    }

    .det_links_place .sw_links UL {
        text-align: center;
        padding-left: 0;
        float: none;
    }

    .det_links_place .sw_links UL LI {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 0 10px;
    }

    .det_links_place .sw_links UL LI {
        margin: 0;
    }

    .det_links_place .sw_links UL LI A {
        font-size: 12px;
        padding-right: 8px;
        padding-left: 8px;
    }

    .sw_links UL LI A {
        font-size: 16px;
    }

    .op_title {
        width: 100%;
    }

    /* зворотній зв'язок
    -----------------------------------------*/
    .feedback Textarea {
        width: 79%;
    }

    .feedback A.common_but {
        margin: 0;
    }

    .feedback Label, .mup_table Label {
        width: 20%;
    }

    /* пошук результатів
    -----------------------------------------*/
    .search_list .common_tit {
        text-align: center;
    }

    .search_list .catalog {
        margin: 0;
        width: 100%;
    }

    .search_list .one_good {
        margin: 0 32px 20px;
    }

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

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

    .cart_new .long_div label {
        width: 27%;
    }

    .cart_new .cart_bottom {
        margin: 0 0 10px 180px;
    }

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

    .op_main {
        text-align: center;
    }

    .opm_col {
        width: 320px;
        float: none;
        display: inline-block;
    }

    .opm_col_last {
        width: 100%;
        margin: 10px 0 0 0;
    }

    .opm_col .common_tit {
        text-align: center;
    }

    .opm_col_deliver {
        margin: 0;
        text-align: left;
    }

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

    .phone_spr {
        padding: 0 0 0 70px;
    }

    .item_sup {
        width: 50%;
    }

    .form_spr {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }

    .form_spr .title_box {
        text-align: center;
    }

    .form_spr_inner {
        max-width: none;
    }

    .saw_sale_box {
        height: auto;
        padding: 10px 0;
    }

    .ob_container {
        padding: 0;
    }

    .ob_one_logo {
        width: calc(100% / 5);
    }

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

    .ob_one_logo:nth-child(-n+5) {
        border-top: none;
    }

    .ob_one_logo:nth-child(7n+7) {
        border-right: 1px solid #f1f1f1;
    }

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

    /* підвал сайту
    -----------------------------------------*/
    Footer {
        width: 100%;
        min-width: 100%;
        height: auto;
    }

    .payment-table {
        border: none;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -20px;
        width: calc(100% + 20px);
    }

    .payment-table__col {
        border: 1px solid #dadada;
        width: calc(100% / 2  - 20px);
        margin: 0 0 20px 20px;
    }

    .payment-table__col + .payment-table__col {
        border-left: 1px solid #dadada;
    }

    .products_grid_caption {
        bottom: 15px;
        right: 15px;
        left: 15px;
        top: 15px;
    }
    .products_grid_title_wrap {
        padding: 20px;
    }
    .products_grid_title {
        margin-bottom: 10px;
    }
    .ord_det_quantity {
        width: 15%;
    }
    .goods_inner_item_price_link_wrap {
        flex-direction: column;
        align-items: flex-start;
    }
    .goods_inner_item_price_link {
        margin: 0 10px 10px 0;
    }
    .pers_inner_item {
        width: calc( (100% - 10px) / 2);
    }
    .cab_sec_item_new_order .order_details_wrap {
        flex-wrap: wrap;
    }
    .cab_sec_item_new_order .order_details_content {
        width: 100%;
    }
    .cab_sec_item_new_order .order_details_aside {
        width: 100%;
        display: flex;
    }
    .cab_sec_item_new_order .order_details_aside .od_det_as_item {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .cab_sec_header {
        flex-wrap: wrap;
    }
    .cab_sec_item_orders .cab_sec_header h2 {
        width: 100%;
    }
    .orders_form {
        margin-left: 0;
    }
    .cab_sec_filters_wrap,
    .cab_sec_filters {
        height: auto;
    }
    .cab_sec_filters {
        flex-direction: row;
        margin-bottom: 20px;
    }
    .cab_sec_filters_wrap {
        flex-direction: column;
    }
    .cab_sec_filters_title {
        width: 100%;
        border-right: none;
    }
    .cab_sec_filters_input {
        margin-top: 10px;
        width: 100%;
    }
    .cab_sec_filters_input:last-child {
        margin-bottom: 10px;
    }
    .cab_sec_filters_input input {
        width: 260px;
        border-bottom: 1px solid #ddd;
    }
    .cab_sec_filters_input:last-child input {
        border-bottom: none;
    }
    .cab_sec_filters_input + .cab_sec_filters_input {
        border: none
    }
    .cab_sec_filters_input .svg_icon {
        top: 2px;
    }
    .order_details_wrap {
        flex-direction: column;
    }
    .order_details_content_head,
    .order_details_content {
        margin-bottom: 10px;
        width: 100%;
    }
    .order_details_content_head_item {
        width: calc( (100% - 10px) / 2);
    }
    .order_details_aside {
        width: 100%;
        display: grid;
        grid-template-columns: repeat( 2, 1fr );
    }
    .od_det_as_item {
        padding: 10px 5px 18px 15px;
        border: 1px solid #ddd;
        margin: -1px 0 0 -1px;
    }
    .ord_date {
        min-width: 150px;
    }
    .ord_det_quantity {
        width: 20%;
    }
    .goods_inner {
        flex-direction: column;
    }
    .goods_inner_item {
        width: 100%;
        padding: 25px 15px;
    }
    .goods_inner_item + .goods_inner_item {
        margin-top: 10px;
    }
    .goods_inner_item_price_link_wrap  {
        margin-bottom: 10px;
    }
    .goods_category ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .goods_category ul li {
        width: auto;
        padding: 10px 25px 10px 0;
    }
    .goods_category ul li a {
        padding-left: 25px;
    }
    .cab_sec_balance {
        max-width: 100%;
    }
    .cab_sec_balance {
        padding: 10px;
    }
    .pers_inner_item {
        width: 100%;
    }
    .pers_inner {
        flex-direction: column;
    }
    .pers_inner_item + .pers_inner_item {
        margin-top: 10px;
    }
    .change_manager_popup a.common_but {
        max-width: 298px;
        width: auto;
    }
    .cab_sec_item_new_order .order_details_aside {
       flex-wrap: wrap;
    }
    .cab_sec_item_new_order .order_details_aside .od_det_as_item{
        border: none;
    }

    .adm_row-box {
        flex-direction: column;
    }

    .dashboard {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 22px;
    }

    .dashboard_item + .dashboard_item {
        margin-top: 0;
    }

    .take_look {
        padding: 22px 0 0 0;
        width: 100%;
    }

    .news_list {
        padding: 22px 0 0 0;
        width: 100%;
    }






}