.calc {
    margin-top: 40px;
}

#slider-range-min {
    width: 100%;
    height: 10px;
}

.ui-widget-header {
    background: linear-gradient(90deg, #4674e2 0.79%, #4674e2 16.29%, #4674e2 31.27%, #4674e2 61.76%, #4674e2 82.43%, #4674e2 100%);
    border-radius: 15px;
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -18px;
    z-index: 3;
    cursor: pointer;
}

.ui-slider .ui-slider-handle {
    background: #fff;
    border-radius: 65px;
    position: relative;
    display: block;
    text-align: center;
    width: 26px;
    height: 26px;
    top: -8px !important;
    color: #000 !important;
    outline: none;
    border: none;
}

.ui-widget-content {
    border: none !important;
    background: #29323b;
    border-radius: 15px;
}

.ui-slider-handle:before {
    background-image: url("data:image/svg+xml,%3Csvg width='85' height='36' viewBox='0 0 85 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 0C3.58172 0 0 3.58172 0 8V22C0 26.4183 3.58172 30 8 30H36.636L42.364 35.728L48.0919 30H77C81.4183 30 85 26.4183 85 22V8C85 3.58172 81.4183 0 77 0H8Z' fill='%2329323b'/%3E%3C/svg%3E%0A");
    content: attr(data-before);
    position: absolute;
    bottom: 30px;
    width: 85px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 187%;
    color: #fff;
    left: calc(50% - 42.5px);
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}