.zilch-rage {
  height: 400px;
  margin-bottom: 87px;
  opacity: 0;
}

.zilch-rage .title {
  max-width: 300px;
  width: 100%;
  margin-right: 72px;
}


.zilch-rage .price {
  max-width: 420px;
  width: 100%;
  margin-right: 160px;
  position: relative;
}


.range-slider {
  width: 100%;
  display: flex;
  height: 100%;
}

.range-slider__range {
  position: absolute;
  right: -450px;
  top: 0;
  -webkit-appearance: none;
  width: 400px;
  height: 4px;
  border-radius: 0;
  background: #00D287;
  outline: none;
  padding: 0;
  margin: 0;
  transform-origin: 0;
  transform: rotate(90deg);
}

.range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
  background: url('../img/rage.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}






.range-slider__range::-moz-range-thumb {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  background: #2c3e50;
  cursor: pointer;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
  background: url('../img/rage.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.range-slider__value {
  position: relative;
  font-size: 150px;
  font-weight: 700;
  color: #00D287;
  margin-top: 65px;
  display: block;
}

::-moz-range-track {
  background: #d7dcdf;
  border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}

#splitted {
  height: fit-content;
}

#splitted span {
  display: block;
  height: 40px;
  width: 2px;
  background: #00D287;
  margin: 6px 0px;
}

#splitted .splitte--payment div:first-child {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}

#splitted .splitte--payment div:last-child {
  font-size: 16px;
  font-weight: 450;
}

#splitted span:last-child {
  display: none;
}

input[type=radio] {
  display: none;
}

.zilch-rage label {
  color: #00D287;
  text-decoration: underline;
  cursor: pointer;
  font-size: 16px;
}

input[type=radio]:checked+label {
  font-weight: 700;
  text-decoration: none;
}

/*# sourceMappingURL=how-it-works.css.map */
.paymentType-box {
  display: inline-block;
  position: relative;
}

.zilch-rage label[for=paymentType-arrow] {
  position: absolute;
  right: -35px;
  top: auto;
  bottom: 5px;
  transition: 0.5s;
}

.paymentType-wraper {
  height: 65px;
  overflow: hidden;
  border-bottom: 3px solid #00D287;
  transition: 0.5s;
}

#paymentType-arrow:checked+label[for=paymentType-arrow] {
  transform: rotate(180deg);
  top: auto;
  bottom: -12.5px;
}

#paymentType-arrow:checked~.paymentType-wraper {
  height: 130px;
}

#renge-type,
.paymentType-box label {
  font-size: 50px;
  line-height: 60px;
  color: #00D287;
  border: none;
  padding-bottom: 3px;
  font-weight: 700;
  text-decoration: none;
  height: 65px;

}

#renge-type:focus-visible {
  outline: none;
}

.range-text {
  max-width: 314px;
  font-style: normal;
  font-weight: 450;
  font-size: 16px;
  line-height: 20px;
  margin-top: 16px;
}

.range-text.range-text-1 {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #00D287;
}
.mobile_text {
  font-size: 15px;
  line-height: 19px;
  color: #222222;
  display: none;
  margin-top: 20px;
}
@media screen and (max-width: 1180px) {
  .mobile_text {
    display: block;
  }
  .range-slider {
    flex-direction: column;
  }

  .zilch-rage {
    height: auto;
    margin-bottom: 28px;
  }

  .range-slider__range {
    position: static;
    transform: none;
    width: 100%;
    margin: 30px 0;
  }

  .zilch-rage .price,
  .zilch-rage .title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }

  .zilch-rage .title br {
    display: none;
  }

  .range-slider__value {
    margin-top: 30px;
    font-size: 70px;
  }

  #renge-type {
    font-size: 28px;
  }

  #splitted span {
    height: 15px;
  }

  #renge-type,
  .paymentType-box label {
    font-size: 28px;
    line-height: 30px;
  }

  #renge-type,
  .paymentType-box label,
  .paymentType-wraper {
    height: 35px;
  }

  #paymentType-arrow:checked+label[for=paymentType-arrow] {
    bottom: 0;
  }


  #paymentType-arrow:checked~.paymentType-wraper {
    height: 70px;
  }
}

