.ui-widget.ui-widget-content {
    border: none;
}

.ui-slider-horizontal {
    height: 4px;
    background-color: #e4e4e4;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: none;
    border-radius: 0;
    width: 13px;
    height: 17px;
    background-image: linear-gradient(218deg, #761ae6, #e86064);
    outline: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    background: url('/images/polzunok.svg') 50% 50% repeat-x
}

.slider-range > span:first-child {
    margin-left: 0;
}

.slider-range > span:last-child {
    margin-right: 0;
}


.simplebar-track {
    width: 26px;
    border-radius: 13px;
    background-color: #f9f9f9;
}

.simplebar-scrollbar {
    width: 10px;
    right: 8px;
    background-image: linear-gradient(193deg, #761ae6, #e86064);
}

[data-simplebar=init] {
    -webkit-flex-direction: column;
            flex-direction: column;
}

.simplebar-scroll-content{
    overflow-x: hidden;
}
