.b-iex-rangeslider {
  position: relative;
  height: 40px;
  margin-top: 20px;
}

.b-iex-rangeslider__track {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 4px;
  background: #e0e0e0;
  border-radius: 2px;
  transform: translateY(-50%);
}

.b-iex-rangeslider__range {
  position: absolute;
  top: 50%;
  height: 4px;
  background: #cc0000;
  border-radius: 2px;
  transform: translateY(-50%);
}

.b-iex-rangeslider__handle {
  position: absolute;
  top: 50%;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 2px solid #cc0000;
  border-radius: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: box-shadow 0.2s;
}

.b-iex-rangeslider__handle:hover {
  box-shadow: 0 0 0 4px rgba(199, 65, 65, 0.39);
}

.b-iex-rangeslider__handle.is-active {
  box-shadow: 0 0 0 4px rgba(199, 65, 65, 0.39);
}

.b-filter-selected {
  position: sticky;
  margin-left: 260px;
  background: #cc0000;
  min-width: 215px;
  max-width: 230px;
  color: #ffffff;
  top: 50%;
  padding: 8px;
  opacity: 0;
  pointer-events: none;
}

.b-left-block {
  margin-top: -52px;
}

/*# sourceMappingURL=style.css.map */
