@media screen and (max-width: 991px) {
    .filter-price__title {
        display: none;
    }

    .filter-price-slider .noUi-handle {
        width: 15px;
        height: 15px;
        top: -5px;
    }
}

@media screen and (max-width: 550px) {
    .filter-price__min,
    .filter-price__max {
        width: 45%;
    }

    .filter-price__min-value,
    .filter-price__max-value {
        width: 100%;
    }

    .filter-price-slider .noUi-value-large {
        font-size: 9px;
    }

    .filter-price-slider .noUi-handle {
        left: 82%;
    }

    .filter-price-slider .noUi-value-large:last-child {
        left: 94% !important;
    }
}