.range {
  padding: 0 23px 12px;
  border-radius: 12px;
  background-color: #F2F5FA;
}
.range__pips {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 28px 0 42px;
}
.range__pips-item {
  flex: 1 1 0;
  position: absolute;
  top: 0;
  font-size: 14px;
  padding: 10px 0;
}
.range__pips-item:nth-child(2) {
  left: 25%;
  transform: translateX(-50%);
}
.range__pips-item:nth-child(3) {
  left: 50%;
  transform: translateX(-50%);
}
.range__pips-item:nth-child(4) {
  left: 75%;
  transform: translateX(-50%);
}
.range__pips-item:last-child {
  right: 0;
}
.range__pips-item--rec {
  height: calc(100% + 8px);
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: linear-gradient(0deg, #FA8500 22.47%, #FCB666 100%);
  padding: 10px;
  margin-top: -8px;
  border-radius: 0 4px 4px 4px;
}
.range__pips-item--rec::before {
  content: "";
  position: absolute;
  top: 0;
  left: -16px;
  width: 17px;
  height: 8px;
  background: url(/res/images/icons/form/corner-range.svg) no-repeat center;
}
.range__pips-rec {
  font-size: 9px;
  text-transform: uppercase;
}
.range .noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.range .noUi-horizontal {
  width: 100%;
  height: 4px;
  background-color: #C5D2DF;
  border-radius: 0;
  cursor: pointer;
}
.range .noUi-target {
  margin: -20px 0 10px;
  border: none;
  box-shadow: none;
}
.range .noUi-handle:after,
.range .noUi-handle:before {
  display: none;
}
.range .noUi-horizontal .noUi-handle {
  top: -8px;
  right: -10px;
  border: none;
  border-radius: 4px;
  background: linear-gradient(270deg, #0D79FA 0%, #66AAFC 100%);
  box-shadow: none;
  cursor: pointer;
  outline: 0;
}
.range .noUi-touch-area {
  background: url(/res/images/icons/lines.svg) no-repeat center;
}
.range .noUi-pips-horizontal {
  width: 100%;
  height: 100%;
  top: -3px;
  padding: 0;
}
.range .noUi-marker-horizontal.noUi-marker {
  width: 2px;
  height: 10px;
  background-color: #C5D2DF;
}
.range .noUi-value-horizontal {
  transform: translate(-50%, -100%) !important;
}
.range .noUi-origin {
  width: 10%;
}
@media (max-width: 575px) {
  .range {
    padding: 12px 14px;
  }
  .range__pips {
    padding-top: 20px;
  }
  .range__pips-item {
    font-size: 11px;
  }
  .range__pips-rec {
    font-size: 8px;
  }
}
/*# sourceMappingURL=../../maps/blocks/forms/range.css.map */
