.range__label{display:flex;flex-direction:column;gap:14px}.range__label_range{align-items:center;color:var(--black-100,#2a2c31);display:flex;font-size:1.6rem;font-style:normal;font-weight:500;gap:15px;justify-content:space-between;line-height:140%}.range__label_range span{font-weight:700}.range .input{width:100px}.range .input input{padding:8px;text-align:right;width:100%}.range--disabled .range__label_range{opacity:.5}.range--disabled input{opacity:.5;pointer-events:none}input[type=range]{-webkit-appearance:none;background:var(--blue-90);background-image:var(--blue-100);background-image:linear-gradient(to right,var(--blue-100) 0,var(--blue-100) 100%);background-repeat:no-repeat;display:block;margin:14px 0;width:100%}input[type=range]:focus{outline:none}input[type=range]::-webkit-slider-runnable-track{background:transparent;border:none;border-radius:0;box-shadow:none;cursor:pointer;height:2px;width:100%}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:var(--blue-90);border:4px solid var(--blue-90);border-radius:50%;box-shadow:none;cursor:pointer;height:16px;margin-top:-7px;width:16px}input[type=range]:focus::-webkit-slider-runnable-track{background:transparent}input[type=range]::-moz-range-track{background:transparent;border:none;border-radius:0;box-shadow:none;cursor:pointer;height:2px;width:100%}input[type=range]::-moz-range-thumb{background:var(--blue-90);border:4px solid var(--blue-90);border-radius:2px;box-shadow:none;cursor:pointer;height:16px;width:16px}input[type=range]::-ms-track{background:transparent;border-color:transparent;color:transparent;cursor:pointer;height:2px;width:100%}input[type=range]::-ms-fill-lower,input[type=range]::-ms-fill-upper{background:transparent;border:none;border-radius:0;box-shadow:none}input[type=range]::-ms-thumb{background:var(--blue-90);border:4px solid var(--blue-90);border-radius:2px;box-shadow:none;cursor:pointer;height:16px;height:4px;width:16px}input[type=range]:focus::-ms-fill-lower,input[type=range]:focus::-ms-fill-upper{background:transparent}
