.slider__scale{position:relative;background:#e5e5e5;border-radius:3px;cursor:pointer;-ms-touch-action:none;touch-action:none}.slider__scale_horizontal{width:100%;min-width:296px;max-width:70%;height:8px}.slider__scale_vertical{min-width:8px;height:100%;min-height:100px;max-height:90%;margin:8px 0 0 0}

.slider__fill{position:absolute;border-radius:3px;cursor:pointer;-ms-touch-action:none;touch-action:none}.slider__fill_horizontal{height:8px}.slider__fill_vertical{bottom:0;width:8px}.slider__fill_orange{background:#e75735}.slider__fill_green{background:#4eb7a8}

.slider__labels{position:absolute;color:#c4c4c4}.slider__labels_horizontal{top:18px;width:100%}.slider__labels_vertical{left:18px;height:100%}.slider__labels-item{position:absolute;font:12px Lato, sans-serif;transform:translateX(-50%)}.slider__labels-item:hover{color:#000}.slider__labels-item_active{color:#000}.slider__labels_vertical .slider__labels-item{position:absolute;transform:translateY(50%)}

.slider__tooltip{position:absolute;display:flex;align-items:center;justify-content:center;min-width:30px;height:20px;padding:0 2px 0 2px;color:#fff;font:400 14px Lato, sans-serif;white-space:nowrap;border-radius:3px}.slider__tooltip_horizontal{top:-28px;left:50%;transform:translate(-50%)}.slider__tooltip_vertical{right:28px}.slider__tooltip_arrow{position:absolute;top:16px;z-index:-1;width:7px;height:7px;background:inherit;transform:rotate(45deg)}.slider__tooltip_arrow_vertical{top:6.5px;right:-3px}.slider__tooltip_arrow_horizontal{top:14px}.slider__tooltip_orange{background:#e75735}.slider__tooltip_green{background:#4eb7a8}

.slider__knob{position:absolute;width:20px;height:20px;border-radius:50%;box-shadow:0 0 2px 1.5px rgba(0,0,0,0.2);cursor:grab;cursor:-moz-grab;cursor:-webkit-grab;-ms-touch-action:none;touch-action:none}.slider__knob:active{cursor:grabbing;cursor:-moz-grabbing;cursor:-webkit-grabbing}.slider__knob:hover{box-shadow:0 0 5px 0.5px rgba(0,0,0,0.5)}.slider__knob_horizontal{top:-6px;left:42%;transform:translateX(-50%)}.slider__knob_vertical{bottom:42%;left:-6px;transform:translateY(50%)}.slider__knob_orange{background:#e75735}.slider__knob_green{background:#4eb7a8}

.slider{display:flex;align-items:center;justify-content:center}.slider_horizontal{width:100%;min-width:320px}.slider_vertical{height:100%;min-height:320px}

