.model-price-range {
    display: block;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.model-price-range:after {
    content: '';
    clear: both;
    display: block;
}
.max-price-holder {
    display: block;
    float: left;
    width: 100%;
    box-sizing: border-box;
    font-size: 23px;
    text-align: center;
    padding: 0 20px;
    font-family: SKODANext;
    font-weight: 300;
}
.max-price-holder > span {
    font-family: SKODANext;
    font-weight: 700;
}
.range-slider-holder {
    width: 100%;
    float: left;
    position: relative;
    box-sizing: border-box;
    height: 28px;
    line-height: 28px;
    display: flex;
    align-items: center;
}
.min-price-holder {
    display: block;
    float: left;
    width: 100%;
    box-sizing: border-box;
    font-size: 23px;
    text-align: center;
    padding: 0 20px;
    font-family: SKODANext;
    font-weight: 300;
}
.min-price-holder > span {
    font-family: SKODANext;
    font-weight: 700;
}
.model-price-range .slider-container {
    /*width: 100% !important;*/
    margin: 0 auto;
}
.model-price-range .theme-green .back-bar {
    height: 16px;
    background-color: transparent;
    border-radius: 10px;
}
.model-price-range .theme-green .back-bar .pointer {
    height: 16px;
    top: 0;
    border: none;
    background-color: #0E3A2F;
    background-image: -moz-linear-gradient(top, #99ce88, #0E3A2F);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#99ce88), to(#0E3A2F));
    background-image: -webkit-linear-gradient(top, #99ce88, #0E3A2F);
    background-image: -o-linear-gradient(top, #99ce88, #0E3A2F);
    background-image: linear-gradient(to bottom, #99ce88, #0E3A2F);
    background-repeat: repeat-x;
}
.model-price-range .theme-green .back-bar .pointer:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: #ffffff;
}
.model-price-range .theme-green .back-bar .selected-bar {
    /*width: 100% !important;*/
    border-radius: 2px;
    background-color: #0E3A2F;
    background-image: -moz-linear-gradient(top, #99ce88, #0E3A2F);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#99ce88), to(#0E3A2F));
    background-image: -webkit-linear-gradient(top, #99ce88, #0E3A2F);
    background-image: -o-linear-gradient(top, #99ce88, #0E3A2F);
    background-image: linear-gradient(to bottom, #99ce88, #0E3A2F);
    background-repeat: repeat-x;
}
.price-range-info {

}
.price-range-info h1 {
    line-height: 30px;
    margin-bottom: 15px;
    width: 100%;
    font-size: 23px;
}
.price-range-info .loan-cost {
    color: #0E3A2F;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}
.price-range-info .form-holder__loan_cost_header {
    text-align: center;
}
.price-range-info .loan-cost .big {
    font-size: 60px;
    font-weight: 700;
}
.price-range-info .form-holder__half-width label {
    font-weight: 300;
    text-transform: none;
    font-size: 16px;
    color: #000000;
    min-height: 24px;
    line-height: 24px;
}
.price-range-info .loan-description {
    font-size: 12px;
    color: #999999;
    line-height: 1.5;
}
@media all and (min-width: 1140px) {
    .price-range-info .loan-cost {
        text-align: left;
    }
    .price-range-info .form-holder__loan_cost_header {
        text-align: left;
    }
    .max-price-holder {
        width: 250px;
    }
    .range-slider-holder {
        width: 580px;
    }
    .min-price-holder {
        width: 250px;
    }
}
