.noUi-target,
.noUi-target * {
    -moz-box-sizing: border-box;
    -moz-user-select: none;
    -ms-touch-action: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    box-sizing: border-box;

}
.noUi-base {
    height: 100%;
    position: relative;
    width: 100%;
	background: #fff;
}
.noUi-origin {
    bottom: 0px;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
	overflow: visible;
}
.noUi-handle {
    position: relative;
}
.noUi-stacking .noUi-handle {
   
}
.noUi-stacking+.noUi-origin {
    *z-index: -1;
}
.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top .3s;
    transition: left 0.3s, top .3s;
}
.noUi-state-drag * {
    cursor: inherit!important;
}
.noUi-horizontal {
    height: 13px;
}
.noUi-horizontal .noUi-handle {
   height: 17px;
left: -5px;
top: -2px;
width: 5px;
}
.noUi-horizontal.noUi-extended {
    padding: 0px 15px;
}
.noUi-horizontal.noUi-extended .noUi-origin {
    right: -15px;
}
.noUi-vertical {
    width: 18px;
}
.noUi-vertical .noUi-handle {
    height: 34px;
    left: -6px;
    top: -17px;
    width: 28px;
}
.noUi-vertical.noUi-extended {
    padding: 15px 0px;
}
.noUi-vertical.noUi-extended .noUi-origin {
    bottom: -15px;
}

.noUi-connect {
    -webkit-transition: background 450ms;
	background: url("/National_Library/oe_/https://designcontest.nyc3.digitaloceanspaces.com/images/rating-polzunok.png") no-repeat 100% 0;
    transition: background 450ms;
}
.noUi-origin {
    
}
.noUi-target {
      width:100%;
	  height: 100%;
	  margin: 2px 0;
	  overflow: visible;
}
.noUi-target.noUi-connect {
    box-shadow: inset 0px 0px 3px rgba(51, 51, 51, .45), 0px 3px 6px -5px #bbb;
}
.noUi-dragable {
    cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
    cursor: n-resize;
}
.noUi-handle:after {
    left: 17px;
}
.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
    height: 1px;
    left: 6px;
    top: 14px;
    width: 14px;
}
.noUi-vertical .noUi-handle:after {
    top: 17px;
}
[disabled] .noUi-connect,
[disabled].noUi-connect {
    background: #b8b8b8;
}
[disabled] .noUi-handle {
    cursor: not-allowed;
}
.noUi-state-blocked .noUi-connect,
.noUi-state-blocked.noUi-connect {
    background: #4fdacf;
}


