.ls-slider__wrapper {
    float: left;
    height: 30px;
    margin: 10px 0px 0px;
    clear: both;
    width: 100%;
    position: relative;
}

.ls-slider__slider-wrapper {
    margin-top: 13px;
}

.ls-slider__slider-wrapper,
.ls-slider__slider {
    height: 5px;
    background-color: rgb(216, 224, 230);
    border: none;
}

.ui-slider .ui-slider-range {
    background: none repeat scroll 0 0 rgb(247, 118, 31);
}

.ui-slider .ui-slider-range:hover {
    background: none repeat scroll 0 0 rgb(247, 118, 31);
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    height: 30px;
    width: 30px;
    border: 7px solid rgb(247, 118, 31);
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: rgba(250, 105, 0, 0.498039) 0px 4px 6px 0px;
    box-shadow: rgba(250, 105, 0, 0.498039) 0px 4px 6px 0px;
}

.ui-slider-handle:hover {
    border-color: rgb(131, 150, 165);
    -webkit-box-shadow: rgba(73, 89, 102, 0.498039) 0px 4px 6px 0px;
    box-shadow: rgba(73, 89, 102, 0.498039) 0px 4px 6px 0px;
}

.ui-slider-horizontal .ui-slider-handle {
    margin-top: -13px;
}

.ls-slider__label {
    width: auto;
}

.ls-slider__label_right {
    float: right;
    clear: none;
}

.ls-slider__input {
    padding: 9px 10px 5px;
    text-align: center;
    width: 70px;
}

.slider-mileage__label,
.slider-price__label {
    box-shadow: none;
}

.slider-mileage__input {
    width: 100px;
}

.slider-price__input {
    padding: 9px 5px 5px 10px;
    width: 110px;
    font-family: PragmaticaC;
    color: rgb(247, 118, 31);
    background-image:url("/ds/assets/img/rub1.svg");
    background-attachment: scroll;
    -webkit-background-size: 14px;
    background-size: 14px;
    background-position: 90px 9px;
    background-repeat: no-repeat no-repeat;
    text-align: left;
}

.ls-slider__label-text {
    float: none;
    font-size: 16px;
    width: auto;
    height: auto;
    text-align: right;
    font-weight: 500;
    line-height: normal;
    padding: 0em 0.5em;
    display: inline-block;
    font-family: PragmaticaC;
    color: rgb(131, 150, 165);
}

@media only screen and (max-width: 959px) {

    .ls-slider__wrapper {
        margin-top: 20px;
        clear: right;
    }
}

@media only screen and (max-width: 479px) {

    .ls-slider__wrapper {
        clear: both;
    }

    .slider-price__label_right {
        float: left;
    }
}
