@media (max-width: 992px) {
    body #content .left_block.catalog > div, .bx_filter.bx_filter_vertical{

        position: unset;
        margin-bottom: 25px;
    }

}
@media screen and (min-width: 992px) {
    .bx_filter.bx_filter_vertical #modef_mobile {
        display: block;
    }
}
.sort_header .sort_filter a.reset {
    flex-shrink: 0;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    transition: all 0.3s ease;
    flex-direction: row;
}
.sort_header .sort_filter a.reset:hover {
    border-color: #ccc;
    color: #333;
}

.sort_header .sort_filter a.reset .icon {
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 4V1L8 5l4 4V6c3.31 0 6 2.69 6 6 0 1.01-.25 1.97-.7 2.8l1.46 1.46C19.54 15.03 20 13.57 20 12c0-4.42-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6 0-1.01.25-1.97-.7-2.8L5.24 7.74C4.46 8.97 4 10.43 4 12c0 4.42 3.58 8 8 8v3l4-4-4-4v3z' fill='%23666'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    order: 2;
}
.sort_header .sort_filter a.reset:hover .icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 4V1L8 5l4 4V6c3.31 0 6 2.69 6 6 0 1.01-.25 1.97-.7 2.8l1.46 1.46C19.54 15.03 20 13.57 20 12c0-4.42-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6 0-1.01.25-1.97-.7-2.8L5.24 7.74C4.46 8.97 4 10.43 4 12c0 4.42 3.58 8 8 8v3l4-4-4-4v3z' fill='%23333'/%3E%3C/svg%3E");
}
@media (max-width: 767px) {
    .sort_header .sort_filter a.IN_STOCK .icon {
        display: none;
    }

    .sort_header .sort_filter a.IN_STOCK::before {
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg%3E%3Cpath d='M24.832 11.445C24.646 11.167 24.334 11 24 11h-1c-0.553 0-1 0.447-1 1v6c0 0.553 0.447 1 1 1h4c0.553 0 1-0.447 1-1v-1.5c0-0.197-0.059-0.391-0.168-0.555L24.832 11.445zM27 18h-4v-6h1l3 4.5V18z' fill='%23666'/%3E%3Cpath d='M31.496 15.336l-4-6C26.938 8.499 26.004 8 25 8h-4V6c0-1.654-1.346-3-3-3H3C1.346 3 0 4.346 0 6v11c0 1.654 1.346 3 3 3h0v3c0 1.654 1.346 3 3 3h1.142c0.447 1.721 2 3 3.859 3 1.857 0 3.41-1.279 3.857-3h5.282c0.447 1.721 2 3 3.859 3 1.857 0 3.41-1.279 3.857-3H29c1.654 0 3-1.346 3-3v-6c0-0.594-0.174-1.17-0.504-1.664zM3 18c-0.552 0-1-0.447-1-1V6c0-0.553 0.448-1 1-1h15c0.553 0 1 0.447 1 1v2v2v7c0 0.553-0.447 1-1 1H3zM11.001 27c-1.105 0-2-0.896-2-2s0.895-2 2-2c1.104 0 2 0.896 2 2S12.104 27 11.001 27zM24 27c-1.105 0-2-0.896-2-2s0.895-2 2-2c1.104 0 2 0.896 2 2S25.104 27 24 27zM30 23c0 0.553-0.447 1-1 1h-1.143c-0.447-1.721-2-3-3.857-3-1.859 0-3.412 1.279-3.859 3h-5.282c-0.447-1.721-2-3-3.857-3-1.859 0-3.412 1.279-3.859 3H6c-0.552 0-1-0.447-1-1v-3h13c1.654 0 3-1.346 3-3v-7h4c0.334 0 0.646 0.167 0.832 0.445l4 6C29.941 16.609 30 16.803 30 17V23z' fill='%23666'/%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        vertical-align: top;
        margin-right: 5px;
    }

    .sort_header .sort_filter a.reset::before {
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 4V1L8 5l4 4V6c3.31 0 6 2.69 6 6 0 1.01-.25 1.97-.7 2.8l1.46 1.46C19.54 15.03 20 13.57 20 12c0-4.42-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6 0-1.01.25-1.97-.7-2.8L5.24 7.74C4.46 8.97 4 10.43 4 12c0 4.42 3.58 8 8 8v3l4-4-4-4v3z' fill='%23666'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        vertical-align: top;
        margin-right: 5px;
    }

    .sort_header .sort_filter a.reset[style] {
        all: unset !important;
        margin-bottom: 10px !important;
    }
}