.range__wrapper {
  position: relative;
  height: 343px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  overflow: visible;
}
.cpu__wrapper {

}

.range__input {
  display: none;
}

.range__slider {
  background-color: white;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(9,65,134,0.55);
  box-shadow: 0px 0px 7px 0px rgba(9,65,134,0.55);
  border-radius: 7px;
  position: absolute;
  bottom: 0;
  right: 5px;
  overflow: visible;
  cursor: ns-resize;
}

.range__borders {
    overflow: hidden;
    display: block;
    position: relative;
    height: 340px;
    width: 130px;
    margin: 0 auto;
}

.range__slider__path {
  fill: #053d8e;
  stroke-dasharray: 120,1000;
}

.range__marks__path {
  fill: none;
  stroke: inherit;
  stroke-width: 1px;
}

.range__marks__pink {
  stroke: #e0e6f0;
}

.range__marks__white {
  stroke: #053d8e;
}

.range__values {
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  mix-blend-mode: multiply;
  z-index: 1;
}

.range__value {
  width: 100%;
}

.range__value--top {
  position: absolute;
  bottom: 100%;
  color: #FF4B81;
}

.range__value--bottom {
  text-align: center;
  color: #053d8e;
}

.range__value__number {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: bold;
  text-align: center;
}

.range__value__number--bottom {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.range__value__text {
  font-size: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  font-weight: bold;
  display: block;
  direction: rtl;
}

.range__value__text span:first-child {
  margin-bottom: 3px;
}

.cpu {order: 1;}
.ram {order: 2;}
.disk {order: 3;}
.backup {order: 4;}
.ips {order: 5;}



@media(min-width:1025px) and (max-width:1200px){
  .cpu {order: 1;}
  .ram {order: 2;}
  .disk {order: 3;}
  .backup {order: 4;}
  .ips {order: 5;}

}

  .range__input[type="range"]:hover::-webkit-slider-thumb {
    background: #000;
  }
  .range__input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    cursor: pointer;
    width: 10px;
    height: 50px;
    background: #fecc00;
    border-radius: 0;
    border-right: 0px solid #053D8E;
    box-shadow: -540px 0 0 540px #053D8E;
  }

@media(min-width:768px) and (max-width:991px){
  .pro-ic {height: 160px;}
  .range__wrapper{margin: 0 auto;padding: 0 !important;width: 100%;}
  .range__borders{height: auto;width: 100%;}
  .range__values{top: -70px;}

.pro-blocker ul li .pro-ic img {display: none;}

  .range__slider{display: none;}
  path#Selection{display: none;}
  .range__wrapper{height: auto; direction: ltr;}
  .range__input{display: block;}

  .pro-blocker ul li{padding: 15px 0 30px;}
  .range__input[type="range"] {
    -webkit-appearance: none;
    outline: none;
    overflow: hidden;
    width: 90%;
    height: 50px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 0px 7px 0px rgb(9 65 134 / 55%);
    border: 1px solid #053d8e;
  }
  .range__input[type="range"]:hover::-webkit-slider-thumb {
    background: #000;
  }
  .range__input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    cursor: pointer;
    width: 10px;
    height: 50px;
    background: #fecc00;
    border-radius: 0;
    border-right: 0px solid #053D8E;
    box-shadow: -540px 0 0 540px #053D8E;
  }

  .range__value__text{font-size: 20px;}

  #mainrange {
      display: flex;
  }
  .cpu {order: 1;}
  .ram {order: 2;}
  .disk {order: 3;}
  .backup {order: 4;}
  .ips {order: 5;}

}

@media(min-width:448px) and (max-width:767px){
  .range__wrapper{margin: 0 auto;padding: 0 !important;width: 100%;}
  .range__borders{height: auto;width: 100%; z-index: 3; mix-blend-mode: multiply;}
  .range__values{top: -66px;}


  .range__slider{display: none;}
  path#Selection{display: none;}
  .range__wrapper{height: auto; direction: ltr;}
  .range__input{display: block;}

  .pro-blocker ul li{padding: 15px 0 30px;}
  .range__input[type="range"] {
    -webkit-appearance: none;
    outline: none;
    overflow: hidden;
    width: 90%;
    height: 50px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 0px 7px 0px rgb(9 65 134 / 55%);
    margin: 15px;
  }
  .range__input[type="range"]:hover::-webkit-slider-thumb {
    background: #000;
  }
  .range__input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    cursor: pointer;
    width: 10px;
    height: 50px;
    background: #fecc00;
    border-radius: 0;
    border-right: 0px solid #053D8E;
    box-shadow: -540px 0 0 540px #053D8E;
  }

  .range__value__text{font-size: 20px;}

  #mainrange {
      display: flex;
      flex-direction: column;
  }
  .cpu {order: 1;}
  .ram {order: 2;}
  .disk {order: 3;}
  .backup {order: 4;}
  .ips {order: 5;}

.pro-blocker ul li .pro-ic img {display: none;}
}

@media(max-width:447px){
	.range__wrapper{margin: 0 auto;padding: 0 !important;width: 100%;}
  .range__borders{height: auto;width: 100%;}
  .range__values{top: 0;position: relative;}


  .range__slider{display: none;}
  path#Selection{display: none;}
  .range__wrapper{height: auto;direction: ltr;}
  .range__input{display: block;}

  .range__input[type="range"] {
    -webkit-appearance: none;
    outline: none;
    overflow: hidden;
    width: 90%;
    height: 50px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 0px 7px 0px rgb(9 65 134 / 55%);
    margin: 15px;
    border: 1px solid #053d8e;
  }
  .range__input[type="range"]:hover::-webkit-slider-thumb {
    background: #000;
  }
  .range__input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    cursor: pointer;
    width: 10px;
    height: 50px;
    background: #fecc00;
    border-radius: 0;
    border-right: 0px solid #053D8E;
    box-shadow: -540px 0 0 540px #053D8E;
  }

  .range__value__text{font-size: 20px;}

  #mainrange {
      display: flex;
      flex-direction: column;
  }
  .cpu {order: 1;}
  .ram {order: 2;}
  .disk {order: 3;}
  .backup {order: 4;}
  .ips {order: 5;}

.pro-blocker ul li .pro-ic img {display: none;}
.pro-blocker ul li .pro-ic {height: 0; }
}

.range__slider__bottom {
  position: relative;
  vertical-align: top;
  width: 100%;
}
