
.catalog-filter {
    background-color: #fff;
}

.catalog-filter__item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.catalog-filter__caption {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
}

.catalog-filter__caption a {
    position: relative;
    display: block;
    padding: 12px 15px;
    padding-right: 35px;
    color: #2d3943;
    border-top: none;
    border: 1px solid transparent;
    border-bottom-color: #ebebeb;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    text-decoration: none;
}

.catalog-filter__caption a:hover {
    background-color: #f1f1f1;
}

.catalog-filter__caption a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 10px;
    height: 10px;
    margin: auto;
    border: 1px solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: none;
    border-left: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

.catalog-filter__caption.open a {
    border-color: #ebebeb;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.catalog-filter__caption.open a::before {
    -webkit-transform: rotate(45deg) scale(-1);
    transform: rotate(45deg) scale(-1);
}

.catalog-filter__inputs {
    padding: 8px 15px;
    padding-bottom: 20px;
    border: 1px solid transparent;
    border-top: none;
    max-height: 200px;
    overflow-y: auto;
}


/* The emerging W3C standard
   that is currently Firefox-only */
* {
    scrollbar-width: thin;
    scrollbar-color: #023272 #ccc;
}

/* Works on Chrome/Edge/Safari */
*::-webkit-scrollbar {
    width: 8px;
}
*::-webkit-scrollbar-track {
    background: #ccc;
}
*::-webkit-scrollbar-thumb {
    background-color: blue;
    border-radius: 20px;
    border: 1px solid #ccc;
}





.catalog-filter__checkbox:last-child {
    margin-bottom: 0;
}

.catalog-filter__radio:last-child {
    margin-bottom: 0;
}

.catalog-filter__caption.open + .catalog-filter__inputs {
    border-color: #ebebeb;
}

.custom-checkbox {
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding-left: 30px;
    cursor: pointer;
    line-height: 1.4;
    color: #777;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-checkbox input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox__indicator {
    position: absolute;
    top: 0px;
    left: 0;
    width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
    border: 1px solid #3C454E;
    box-sizing: border-box;
}


.callback-form .form-control {
    background: #FFFFFF;
    border: 1px solid #C3C3C3;
    box-sizing: border-box;
    border-radius: 3px;
}

.custom-checkbox__indicator::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 75%;
    height: 40%;
    margin: auto;
    border: 3px solid #023272;
    border-top: none;
    border-right: none;
    opacity: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

input[type="checkbox"]:hover + .custom-checkbox__indicator,
input[type="checkbox"]:focus + .custom-checkbox__indicator {
    border-color: #023272;
}

input[type="checkbox"]:checked + .custom-checkbox__indicator {
    border-color: #333;
}

input[type="checkbox"]:checked + .custom-checkbox__indicator::before {
    opacity: 1;
}


.filter-interval__group-inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.filter-interval__group-space {
    margin-left: 10px;
    margin-right: 10px;
}

.filter-interval__input {
    min-width: 0;
}


.filter-interval {

}

.filter-interval__group-inputs {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.filter-interval__group-space {
    margin-left: 10px;
    margin-right: 10px;
}

.filter-interval__input {
    min-width: 0;
}

.filter-interval__slider {

}


/*Slider size and handle placement;

.noUi-horizontal {
    height: 10px;
}
.noUi-horizontal .noUi-handle {
    width: 22px;
    height: 22px;
    left: -11px;
    top: -7px;
}

 Styling;

.noUi-target {
    border-radius: 2px;
}
.noUi-connect {
    background: #f16821;
    box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
    -webkit-transition: background 450ms;
    transition: background 450ms;
}
 Handles and cursors;

.noUi-handle {
    border-radius: 50%;
}
.noUi-active {
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
 Handle stripes;

.noUi-handle:before,
.noUi-handle:after {
    height: 8px;
    left: 8px;
    top: 6px;
}
.noUi-handle:after {
    left: 11px;
}
*/
