@media (min-width: 1600px) {
    .filter-sort .select2-selection--single {
        padding: 7px 8px !important;
    }
}

@media (max-width: 1599px) and (min-width: 1400px) {
    .filter-sort .select2-selection--single {
        padding: 7px !important;
    }
}

@media screen and (max-width: 1280px) {
    .filter__list {
        display: none;
    }

    .filter__btn {
        order: -1;
        width: 100%;
        margin: 0;
    }

    .view-mode {
        display: flex;
        justify-content: end;
    }

    .filter__header {
        flex-wrap: wrap;
    }

    .filter__results-counter {
        margin: 0;
        width: 50%;
    }

    .filter__btn-open {
        color: #212121;
        padding: 13px 0 13px 24px;
        width: 120px;
        background: none;
        border-color: transparent;
    }

    .filter__btn-open:not([data-counter="0"])::after {
        font-size: 14px;
        color: #fff;
        background: #000;
    }

    .filter__btn-open::before {
        left: 0;
        background: url(filter-btn-black.svg) no-repeat 0 0 / cover;
    }

    .filter__btn-open::after {
        color: #fff;
        right: 0;
        background: #000;
    }

    .filter-sort {
        width: 50%;
    }

    .product-list-operations {
        justify-content: end;
    }

    .filter__results-counter {
        font-size: 13px;
        line-height: 19px;
    }

    .filter-sort .select2-selection--single {
        background: none !important;
        justify-content: end;
    }
}

@media screen and (max-width: 991px) {
    .filter-modal__title:not([data-counter="0"])::after {
        display: block;
    }
}
