.coverForRangeInput {
  width: 255px;
  background: #F6F6F6;
  border-radius: 10px;
  padding: 22px 21px 40px;
  margin: 22px 0px;
}

.range {
  padding-bottom: 11px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  border-bottom: 1px solid #FFFFFF;

}

.price-input {
  width: 229px;
    display: flex;
    justify-content: space-between;
    margin: -5px 0 -39px;
    padding: 0px 22px;
    column-gap: 75px;
}

.price-input .field {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}

.field {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}

.field input {
  width: 45px;
  height: 100%;
  outline: none;
  margin-left: -3px;
  border-radius: 5px;
  text-align: center;
  -moz-appearance: textfield;
  background: none;

}
.field .ddd{
  padding-top: 1px;
}
.dmax{
  margin-right: 4px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}

.slider {
  width: 217px;
  margin-top: 25px;
  height: 11px;
  position: relative;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  border-radius: 10px;
  margin-left: -2px;
}

.slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #419EF4;
}

.range-input {
  position: relative;
}

.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -8px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #419EF4;
  pointer-events: auto;
  -webkit-appearance: none;
  border: 1.5px solid #FFFFFF;
}

input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #419EF4;
  pointer-events: auto;
  -moz-appearance: none;
  border: 1.5px solid #FFFFFF;
}
