@media only screen and (max-width: 770px) {
    aside#secondary_mob {
        position: fixed;
        display: flex;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        width: 80%;
        padding: 10px;
        right: -100%;
        transition: right 0.4s ease-out;
    }

    aside#secondary_mob.opened {
        z-index: 999999999999;
        right: 0;
    }

    .sidebar_catalog_sections {
        display: flex;
        flex-direction: column;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .filters-mobile__header {
        justify-content: space-between;
        align-items: center;
        height: 56px;
        padding: 16px;
        display: flex;
    }

    .filters-mobile__top .filters-mobile__title {
        text-overflow: ellipsis;
        white-space: nowrap;
        font-variation-settings: "wght" 650;
        margin-right: auto;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
        overflow: hidden;
    }

    .filters-mobile__top .filters-mobile__close {
        cursor: pointer;
        background-color: transparent;
        border: none;
        flex-shrink: 0;
        width: 16px;
        height: 16px;
        margin-left: 16px;
        font-size: 0;
        line-height: 1;
        display: inline-block;
        position: relative;
    }

    .filters-mobile__top .filters-mobile__close:before,
    .filters-mobile__top .filters-mobile__close:after {
        content: "";
        background-color: #b9b9c1;
        border-radius: 1px;
        transition: background .3s;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) translateZ(0) rotate(45deg);
    }

    .filters-mobile__top .filters-mobile__close:after {
        width: 20px;
        height: 2px;
    }

    .filters-mobile__top .filters-mobile__close:before {
        width: 2px;
        height: 20px;
    }

    .filters-block.fixed--animate .filters_block_wrap {
        transition: top .3s cubic-bezier(0, 1, .5, 1);
        top: -1px;
    }

    .filters-block.fixed .filters_block_wrap {
        z-index: 101;
        background: #fff;
        width: 100%;
        padding: 16px;
        transition: top .3s cubic-bezier(1, 0, 1, .5);
        position: fixed;
        top: 36px;
        left: 0;
        box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    }

    .sorter-mobile__wrap {
        display: flex;
        width: 100%;
        justify-content: flex-end;
    }

    button.sorter-mobile__btn {
        color: #242424;
        cursor: pointer;
        align-items: center;
        padding: 6px 0;
        font-size: 12px;
        line-height: 20px;
        display: flex;
        background: transparent;
    }

    button.sorter-mobile__card-refresh {
        background: transparent;
    }

    .sorter-mobile__btn::after {
        content: "";
        border: 4px solid transparent;
        border-top-width: 0;
        border-bottom: 5px solid #242424;
        margin-top: 3px;
        margin-left: 5px;
        display: block;
        transform: rotate(180deg);
    }

    .modal_mobile {
        position: fixed;
        display: none;
        height: 0;
        bottom: 0;
        opacity: 0;
        width: 100%;
    }

    .modal_mobile.active {
        display: flex;
        opacity: 1;
        z-index: 99999999999;
        height: auto;
        background-color: #fff;
    }

    .mobile_orderby_con {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .mobile_overlay {
        position: fixed;
        display: none;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        background-color: #000;
    }

    .mobile_overlay.active {
        display: flex;
        opacity: 0.6;
        z-index: 999999999;
    }

    ul.mobile_dropdown {
        margin: 0;
    }

    ul.mobile_dropdown li {
        padding: 0 !important;
    }
.mpbile_orderby a {
                padding: 8px 10px !important;
    }
    .mpbile_orderby a.current,
    .mpbile_orderby a:focus{
        background-color: #f31502;
        color: #fff !important;
    }

    .mobile-menu-overlay.active {
        display: flex;
        width: 100%;
        background-color: #000;
        opacity: 0.6;
        z-index: 99999999;
    }

    .filters-block {
              width: 38%;
        float: right;
        margin-bottom: 20px;
    }
}