@import url('https://fonts.googleapis.com/css?family=Roboto:400,500&subset=cyrillic');
.irs {
    height: 55px;
}
.irs-with-grid {
    height: 75px;
}
.irs-line {
    height: 4px; top: 33px;
    background: #c5c1c0;
}
    .irs-line-left {
        height: 8px;
    }
    .irs-line-mid {
        height: 8px;
    }
    .irs-line-right {
        height: 8px;
    }

.irs-bar {
    height: 4px; top: 33px;
    background: #ce9840;
}
    .irs-bar-edge {
        height: 4px; top: 33px;
        width: 14px;
        background: #ce9840;
    }

.irs-shadow {
    height: 2px; top: 38px;
    background: #000;
    opacity: 0.3;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
.lt-ie9 .irs-shadow {
    filter: alpha(opacity=30);
}

.irs-slider {
    top: 25px;
    width: 18px; height: 18px;
    background: #ce9840;
    border-radius: 27px;
    cursor: pointer;
}

.irs-slider.state_hover, .irs-slider:hover {
    background: #bb7a11;
}

.irs-min, .irs-max {
    display: none;
}

.lt-ie9 .irs-min, .lt-ie9 .irs-max {
    background: #ccc;
}

.irs-from, .irs-to, .irs-single {
    color: #ce9840;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 14px; 
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
}
.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
    background: #999;
}

.irs-grid {
    height: 27px;
}
.irs-grid-pol {
    opacity: 0.5;
    background: #428bca;
}
.irs-grid-pol.small {
    background: #999;
}

.irs-grid-text {
    bottom: 5px;
    color: #99a4ac;
}

.irs-disabled {
}
