.irsDiv{
  width: 100%;
  position: relative;
  z-index: 1;
}
.irs {
  position: relative;
  display: block;
  z-index: 2;
  margin: 18px 8px 0px;
}
.irs-with-grid {
  height: 60px;
}
.irs-line {
  display: block;
  width: 100%;
  height: 5px;
  background: #E0E0E0;
}
.irs-diapason,.irs-bar {
  display: block;
  width: 100%;
  height: 5px;
  background: #3551ce;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
}
.irs-slider {
  display: block;
  width: 23px;
  height: 23px;
  position: absolute;
  z-index: 10;
  top: -9px;
  background: url("../images/icon_range.png") no-repeat center;
  background-size: 23px auto;
}
.irs-slider.from:before {
  position: absolute;
  display: block;
  content: "";
  top: -50%;
  left: -200%;
  width: 300%;
  height: 200%;
  background: rgba(0,0,0,0.0);
}
.irs-slider.to:before {
  position: absolute;
  display: block;
  content: "";
  top: -50%;
  left: 0;
  width: 300%;
  height: 200%;
  background: rgba(0,0,0,0.0);
}
#irs-active-slider, .irs-slider:hover {
  background-position: 0 -120px;
}
.irs-min, .irs-max {
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: -20px;
  padding: 1px 3px;
  background: #e1e4e9;
  border-radius: 4px;
  display: none;
  position: absolute;
  cursor: default;
}
.irs-min {
  left: 0;
}
.irs-max {
  right: 0;
}
.irs-from, .irs-to, .irs-single {
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #3551ce;
  border-radius: 4px;
}
.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: -30px;
  left: 0;
  cursor: default;
  white-space: nowrap;
  display: none;
}
.irs-from:after, .irs-to:after, .irs-single:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #3551ce;
  background: url("../images/range_icon.png") no-repeat center;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-pol {
  background: #e1e4e9;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  color: #999999;
}
.js-range-slider{
  display: none;
}