@media (max-width: 1600px) {

    /* slider */
    .slider_arrow {
        width: 50px;
        height: 50px;
        top: calc(50% - 25px);
    }
        .slider_arrow.left {
            left: 2px;
        }
        .slider_arrow.right {
            right: 2px;
        }

    /* HEADER */
    .top_table > tbody > tr:first-child > td {
        height: 58px;
    }
    .top_table > tbody > tr:first-child > td > table img {
        height: 30px;
    }
    .top_table__logo img {
        height: 31px;
    }
    .top_table__table > tbody > tr > td:first-child {
        width: 78px;
    }
    .top_table__table > tbody > tr > td:first-child img {
        height: 30px;
    }
    .top_table__table > tbody > tr > td:last-child {
        width: 60px;
    }
    .top_table__cart_btn {
        height: 100%;
        padding: 12px 20px;
    }
    .top_table > tbody > tr:last-child > td {
        height: 38px;
    }
    .top_table__ul_wrap.fixed {
        height: 39px;
    }
    .top_table__ul > li > a {
        height: 38px;
        padding: 8px 27px;
    }


    /* content */
    .content_wrap {
    }
    .catalog__filter_wrap {
        width: 320px;
    }
    .catalog__items_wrap.full_width {
        width: 100%;
    }
    .product_wrap__info {
        padding-top: 0;
    }
    .product_wrap__info__title {
        margin-bottom: 20px;
    }
    .product_wrap__info__desc {
        margin-bottom: 20px;
    }


    /* cart */
    .cart_title {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 13px;
    }
    .catalog__item_mini {
        border-bottom: 2px solid #1d3339;
    }
        .catalog__item_mini:first-child {
            border-top: 2px solid #1d3339;
        }
    .catalog__item_mini__img {
        width: 80px;
        height: 80px;
    }
    .catalog__item_mini__price {
        font-size: 20px;
    }
    .cart_order_wrap {
        font-size: 15px;
    }
    .cart_right tr:nth-last-child(n+3) td {
        padding-bottom: 10px;
    }


    .radio {
        padding-left: 30px;
    }
    .radio input[type="radio"] {
        width: 18px;
        height: 18px;
    }
    .radio_span {
        width: 18px;
        height: 18px;
        left: 0;
        top: -1px;
    }
        .radio input[type="radio"]:checked + .radio_span:before {
            width: 14px;
            height: 14px;
            left: 2px;
            top: 2px;
        }
    .radio_text {
        font-size: 15px;
        line-height: 18px;
    }

    .checkbox {
        padding-left: 30px;
    }
    .checkbox input[type="checkbox"] {
        width: 18px;
        height: 18px;
    }
    .checkbox_span {
        width: 18px;
        height: 18px;
        left: 0;
        top: -1px;
    }
    .checkbox input[type="checkbox"]:checked + .checkbox_span:before {
        width: 14px;
        height: 14px;
        left: 2px;
        top: 2px;
    }
    .checkbox_text {
        font-size: 15px;
        line-height: 18px;
    }


    /* FOOTER */
    .footer_table__ul > li > a {
        padding: 9px 33px;
    }
    .footer_table > tbody > tr:last-child > td {
        height: 38px;
    }
    .footer_table > tbody > tr:last-child > td:nth-child(2) img {
        width: 20px;
    }
    .footer_table > tbody > tr:last-child > td:nth-child(3) img {
        width: 30px;
    }
    .footer_table > tbody > tr:last-child > td:nth-child(4) img {
        width: 23px;
    }
}

@media (max-width: 1200px) {
    .catalog__item {
        width: calc(33% - 14px);
    }
}
