.noUi-target,.noUi-target *{
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -ms-touch-action:none;
    -ms-user-select:none;
    -moz-user-select:none;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
.noUi-target{
    position:relative;
    direction:ltr
}
.noUi-base{
    width:100%;
    height:100%;
    position:relative
}
.noUi-origin{
    position:absolute;
    right:0;
    top:0;
    left:0;
    bottom:0
}
.noUi-handle{
    position:relative;
    z-index:1
}
.noUi-stacking .noUi-handle{
    z-index:10
}
.noUi-state-tap .noUi-origin{
    -webkit-transition:left .3s,top .3s;
    transition:left .3s,top .3s
}
.noUi-state-drag *{
    cursor:inherit!important
}
.noUi-base{
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)
}
.noUi-horizontal{
    height: 2px;
    position: relative;
    width: 90%;
    padding: 0px 0px;
    margin-left: 10px;
}

.noUi-horizontal .noUi-handle{
    width:12px;
    height:12px;
    border-radius:50%;
    top:-5px;
    left:-2px
}
.noUi-background{
    background:#CCCCCC
}
.noUi-connect{
    background:#778F54;
    height: 100%;
    -webkit-transition:background 450ms;
    transition:background 450ms
}
.noUi-origin,.noUi-target{
    border-radius:0px;
}
.noUi-target.noUi-connect{
    box-shadow:inset 0 0 3px rgba(51,51,51,.45),0 3px 6px -5px #BBB
}
.noUi-dragable{
    cursor:w-resize
}
.noUi-vertical .noUi-dragable{
    cursor:n-resize
}
.noUi-handle{
    border: none;
    border-radius:3px;
    background:#778F54;
    cursor:default;
    box-shadow: none;
}




.noUi-active{
    box-shadow: none;
}
.tooltip{
    display:block;
    position:absolute;
    border:1px solid #D9D9D9;
    font:400 12px/12px Arial;
    border-radius:3px;
    background:#fff;
    top:-43px;
    padding:5px;
    left:-9px;
    text-align:center;
    width:50px
}
.tooltip strong{
    display:block;
    padding:2px
}
[disabled] .noUi-connect,[disabled].noUi-connect{
    background:#B8B8B8
}
[disabled] .noUi-handle{
    cursor:not-allowed
}
.noUi-handle div{
    position:absolute;
    top:-25px;
    color:#000
}
.noUi-handle.noUi-handle-lower:after{
    content:"от";
    color:#000;
    position:relative;
    bottom:-15px;
    left:-2px
}
.noUi-handle.noUi-handle-upper:after{
    content:"до";
    color:#000;
    position:relative;
    bottom:-15px;
    left:-2px
}
