.irs{
    display: block;

    position: relative;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
}
.irs-line{
    height: 1px;

    background: #666;
    margin-top: 24px;
    margin-bottom: 35px;
}
.irs-bar{
    top: -1px;

    height: 3px;

    background: #000;
}
.irs-min,
.irs-max,
.irs-single{
    display: none !important;
}

.irs-from,
.irs-to{
    display: none !important;
}

.irs-from.show,
.irs-to.show{
    visibility: visible !important;
}

.irs-slider{
    top: -12px;

    width: 27px;
    height: 31px;

    text-indent: -9999px;
    overflow: hidden;

    cursor: pointer;
    background: url(../images/ic_polzynok.png) 0 0 no-repeat;
}


.irs-line{
    display: block;
    overflow: hidden;

    position: relative;

    outline: none !important;
}
.irs-line-left,
.irs-line-mid,
.irs-line-right{
    display: block;

    position: absolute;
    top: 0;
}
.irs-line-left{
    left: 0;

    width: 11%;
}
.irs-line-mid{
    left: 9%;

    width: 82%;
}
.irs-line-right{
    right: 0;

    width: 11%;
}

.irs-bar{
    display: block;

    position: absolute;
    left: 0;

    width: 0;
}
.irs-bar-edge{
    display: block;

    position: absolute;
    top: 0;
    left: 0;
}

.irs-shadow{
    display: none;

    position: absolute;
    left: 0;

    width: 0;
}

.irs-slider{
    display: block;

    position: absolute;
    z-index: 1;
}



.irs-slider.type_last{
    z-index: 2;
}

.irs-min{
    display: block;

    position: absolute;
    left: 0;

    cursor: default;
}
.irs-max{
    display: block;

    position: absolute;
    right: 0;

    cursor: default;
}

.irs-from,
.irs-to,
.irs-single{
    display: block;

    position: absolute;
    top: 0;
    left: 0;

    white-space: nowrap;

    cursor: default;
}

.irs-grid{
    display: none;

    position: absolute;
    bottom: -20px;
    left: 0;

    width: 100%;
    height: 20px;
}
.irs-with-grid .irs-grid{
    display: block;
}
.irs-grid-pol{
    position: absolute;
    top: 0;
    left: 0;

    width: 1px;
    height: 8px;

    background: #000;
}
.irs-grid-pol.small{
    height: 4px;
}
.irs-grid-text{
    position: absolute;
    bottom: 0;
    left: 0;

    padding: 0 3px;

    color: #000;
    font-size: 9px;
    line-height: 9px;

    text-align: center;
    white-space: nowrap;
}

.irs-disable-mask{
    display: block;

    position: absolute;
    top: 0;
    left: -1%;
    z-index: 2;

    width: 102%;
    height: 100%;

    background: rgba(0,0,0,.0);

    cursor: default;
}
.lt-ie9 .irs-disable-mask{
    background: #000;

    cursor: not-allowed;

    filter: alpha(opacity=0);
}

.irs-disabled{
    opacity: .4;
}


.irs-hidden-input{
    display: block !important;
    overflow: hidden;

    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: -9999 !important;

    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;

    font-size: 0 !important;
    line-height: 0 !important;

    border-style: solid !important;
    border-color: transparent !important;
    outline: none !important;
    background: none !important;
}
