.range{display:flex;flex-direction:column;height:30px;margin:20px 0;width:100%}.range__slider{margin-bottom:11px;width:100%}.range__value{border-left:1px solid #e6e4e4;margin-left:45px;text-align:center;width:35%}.values{display:flex;justify-content:space-between}.min_value{text-align:start;width:150px}.max_value{text-align:end;width:150px}.form-group{display:flex;flex-direction:column;justify-content:center}.form-group label{color:#222;font-size:.7rem;margin-bottom:5px;text-transform:uppercase}.form-group span{color:#3c3b3b;font-size:2rem;font-weight:600}.range__slider label{margin-bottom:10px}.range__slider [type=range]{-webkit-appearance:none;background:#e3e3e3;border-radius:2px;height:4px;margin:0;outline:none;padding:0;width:100%}.range__slider [type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#041e42;border:2px solid #fff;border-radius:50%;cursor:pointer;height:26px;-webkit-transition:background .15s ease-in-out;transition:background .15s ease-in-out;width:26px}.range__slider [type=range]::-webkit-slider-thumb:hover{background:#007dba}.range__slider [type=range]::-moz-range-thumb{background:#041e42;border:2px solid #fff;border-radius:50%;cursor:pointer;height:26px;-webkit-transition:background .15s ease-in-out;transition:background .15s ease-in-out;width:26px}.range__slider [type=range]::-moz-range-thumb:hover{background:#007dba}input::-moz-focus-inner,input::-moz-focus-outer{border:0}input[type=range]::-ms-track{background:transparent;border-color:transparent;border-width:6px 0;color:transparent;height:10px;width:250px}input[type=range]::-ms-fill-lower,input[type=range]::-ms-fill-upper{background:gray;border-radius:6px}