

/* Start:/local/templates/kron_main/components/bitrix/catalog.smart.filter/horizontal/style.css?17884159138361*/
.b-smart-filter {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    font-family: inherit;
}

.b-smart-filter .b-smart-filter__form {
    margin: 0;
    padding: 0;
}

.b-smart-filter .b-smart-filter__box {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.05);
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.b-smart-filter .b-smart-filter__row {
    display: flex;
    align-items: center;
    width: 100%;
}

.b-smart-filter .b-smart-filter__row--top {
    flex-wrap: wrap;
    gap: 10px;
}

.b-smart-filter .b-smart-filter__dropdown {
    position: relative;
}

.b-smart-filter .b-smart-filter__dropdown-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #FFFFFF;
    border: 1px solid #CBD5E1;
    border-radius: 4px;
    padding: 7px 12px;
    font-size: 14px;
    line-height: 100%;
    color: #172554;
    cursor: pointer;
    transition: border-color 0.2s, background-color 0.2s, color 0.2s;
    user-select: none;
}

.b-smart-filter .b-smart-filter__dropdown-btn:hover {
    border-color: #94A3B8;
}

.b-smart-filter .b-smart-filter__dropdown-btn.is-active,
.b-smart-filter .b-smart-filter__dropdown.is-open .b-smart-filter__dropdown-btn {
    border-color: #172554;
    color: #172554;
}

.b-smart-filter .b-smart-filter__dropdown-btn.is-active {
    background: #F8FAFC;
    font-weight: 500;
}

.b-smart-filter .b-smart-filter__dropdown-arrow {
    transition: transform 0.2s ease;
}

.b-smart-filter .b-smart-filter__dropdown.is-open .b-smart-filter__dropdown-arrow {
    transform: rotate(180deg);
}

.b-smart-filter .b-smart-filter__dropdown-menu {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    z-index: 100;
    min-width: 240px;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 6px;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.1);
    padding: 10px;
    display: none;
}

.b-smart-filter .b-smart-filter__dropdown.is-open .b-smart-filter__dropdown-menu {
    display: block;
}

.b-smart-filter .b-smart-filter__dropdown-inner {
    max-height: 240px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.b-smart-filter .b-smart-filter__checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #334155;
    cursor: pointer;
    user-select: none;
}

.b-smart-filter .b-smart-filter__checkbox-label.is-disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.b-smart-filter .b-smart-filter__checkbox-input {
    display: none;
}

.b-smart-filter .b-smart-filter__checkbox-custom {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    border: 1px solid #CBD5E1;
    border-radius: 3px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s, border-color 0.15s;
}

.b-smart-filter .b-smart-filter__checkbox-input:checked + .b-smart-filter__checkbox-custom {
    background: #172554;
    border-color: #172554;
}

.b-smart-filter .b-smart-filter__checkbox-custom svg {
    display: none;
}

.b-smart-filter .b-smart-filter__checkbox-input:checked + .b-smart-filter__checkbox-custom svg {
    display: block;
}

.b-smart-filter .b-smart-filter__row--bottom {
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    padding-top: 10px;
    border-top: 1px solid #F1F5F9;
}

.b-smart-filter .b-smart-filter__ranges {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
}

.b-smart-filter .b-smart-filter__range-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.b-smart-filter .b-smart-filter__range-title {
    font-size: 14px;
    font-weight: 500;
    color: #172554;
    white-space: nowrap;
}

.b-smart-filter .b-smart-filter__range-controls {
    display: flex;
    align-items: center;
    gap: 8px;
}

.b-smart-filter .b-smart-filter__range-slider {
    position: relative;
    width: 90px;
    height: 14px;
    display: flex;
    align-items: center;
}

.b-smart-filter .b-smart-filter__range-track {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    appearance: none;
    -webkit-appearance: none;
    background: #CBD5E1;
    border-radius: 2px;
    outline: none;
    pointer-events: none;
    margin: 0;
}

.b-smart-filter .b-smart-filter__range-track::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #172554;
    cursor: pointer;
    pointer-events: auto;
}

.b-smart-filter .b-smart-filter__range-track::-moz-range-thumb {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #172554;
    cursor: pointer;
    pointer-events: auto;
    border: none;
}

.b-smart-filter .b-smart-filter__range-inputs {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    color: #64748B;
}

.b-smart-filter .b-smart-filter__range-prefix {
    font-size: 12px;
    color: #64748B;
}

.b-smart-filter .b-smart-filter__range-input {
    width: 58px;
    height: 26px;
    padding: 0 4px;
    border: 1px solid #E2E8F0;
    border-radius: 4px;
    font-size: 12px;
    color: #172554;
    text-align: center;
    outline: none;
    background: #F8FAFC;
    transition: border-color 0.2s;
}

.b-smart-filter .b-smart-filter__range-input:focus {
    border-color: #172554;
    background: #FFFFFF;
}

.b-smart-filter .b-smart-filter__range-currency {
    font-size: 12px;
    color: #172554;
}

.b-smart-filter .b-smart-filter__actions {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: auto;
}

.b-smart-filter .b-smart-filter__reset-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: transparent;
    border: none;
    font-size: 14px;
    color: #172554;
    cursor: pointer;
    padding: 4px 6px;
    transition: color 0.15s;
}

.b-smart-filter .b-smart-filter__reset-btn:hover {
    color: #172554;
}

.b-smart-filter .b-smart-filter__view-switch {
    display: flex;
    align-items: center;
    gap: 4px;
}

.b-smart-filter .b-smart-filter__view-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    color: #94A3B8;
    padding: 4px;
    cursor: pointer;
    transition: color 0.15s;
}

.b-smart-filter .b-smart-filter__view-btn:hover,
.b-smart-filter .b-smart-filter__view-btn.is-active {
    color: #172554;
}

.b-smart-filter .b-smart-filter__popup {
    position: absolute;
    bottom: -40px;
    left: 20px;
    background: #172554;
    color: #FFFFFF;
    padding: 8px 14px;
    border-radius: 4px;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 200;
    box-shadow: 0 4px 12px rgba(23, 37, 84, 0.25);
}

.b-smart-filter .b-smart-filter__popup-btn {
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: 500;
}

.b-smart-filter__row--bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.b-smart-filter__selected {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    flex: 1 1 auto;
}

.b-smart-filter__tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    background-color: #f3f4f6;
    border-radius: 16px;
    font-size: 14px;
    color: #172554;
    line-height: 1.2;
    font-weight: 500;
}

.b-smart-filter__tag-remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
    color: #172554;
}

.b-smart-filter__tag-remove:hover {
    color: black;
}

.b-smart-filter__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: auto;
}
/* End */
/* /local/templates/kron_main/components/bitrix/catalog.smart.filter/horizontal/style.css?17884159138361 */
