

/* Start:/local/templates/mark/components/bitrix/catalog.smart.filter/catalog/style.css?17586454111898*/
/* Стили для слайдера цены */
.bx-ui-slider-track-container {
    padding: 0 10px;
    display: none;
}

.bx-ui-slider-track {
    position: relative;
    height: 30px;
    margin: 0 10px;
}

.bx-ui-slider-part {
    position: absolute;
    top: 20px;
    font-size: 11px;
    color: #999;
}

.bx-ui-slider-part.p1 { left: 0%; transform: translateX(-50%); }
.bx-ui-slider-part.p2 { left: 25%; transform: translateX(-50%); }
.bx-ui-slider-part.p3 { left: 50%; transform: translateX(-50%); }
.bx-ui-slider-part.p4 { left: 75%; transform: translateX(-50%); }
.bx-ui-slider-part.p5 { left: 100%; transform: translateX(-50%); }

.bx-ui-slider-pricebar-vd,
.bx-ui-slider-pricebar-vn,
.bx-ui-slider-pricebar-v {
    position: absolute;
    height: 4px;
    top: 10px;
    border-radius: 2px;
}

.bx-ui-slider-pricebar-vd {
    background: #e0e0e0; /* Недоступная зона */
    z-index: 1;
}

.bx-ui-slider-pricebar-vn {
    background: #bdbdbd; /* Неактивная доступная зона */
    z-index: 2;
}

.bx-ui-slider-pricebar-v {
    background: #2196f3; /* Активная зона */
    z-index: 3;
}

.bx-ui-slider-range {
    position: absolute;
    height: 4px;
    top: 10px;
    z-index: 4;
}

.bx-ui-slider-handle {
    position: absolute;
    width: 16px;
    height: 16px;
    background: #2196f3;
    border-radius: 50%;
    top: -6px;
    cursor: pointer;
    z-index: 5;
    border: 2px solid #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.bx-ui-slider-handle:hover {
    background: #1976d2;
}

/* Адаптация под вашу верстку */
.catalog__aside-price .inputs {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.catalog__aside-price .input {
    flex: 1;
}

.catalog__aside-price .input__field {
    width: 100%;
}
/* End */
/* /local/templates/mark/components/bitrix/catalog.smart.filter/catalog/style.css?17586454111898 */
