.calc-block__icons {
  position: relative;
}
.calc-block__icon {
  display: none;
  position: absolute;
  background-size: contain !important;
}
@media (min-width: 768px) {
  .calc-block__icon {
    display: block;
  }
}
.calc-block__icon_money {
  width: 180px;
  height: 200px;
  background: url("images/calc-money.png") no-repeat center;
}
@media (min-width: 768px) {
  .calc-block__icon_money {
    width: 135px;
    height: 150px;
    top: -50px;
  }
}
@media (min-width: 992px) {
  .calc-block__icon_money {
    width: 150px;
    height: 167px;
  }
}
@media (min-width: 1200px) {
  .calc-block__icon_money {
    top: -100px;
    left: -25px;
  }
}
@media (min-width: 1400px) {
  .calc-block__icon_money {
    top: -50px;
    left: -50px;
  }
}
@media (min-width: 1500px) {
  .calc-block__icon_money {
    width: 180px;
    height: 200px;
    top: -50px;
    left: -50px;
  }
}
.calc-block__icon_coin {
  width: 76px;
  height: 76px;
  top: 180px;
  left: 10px;
  background: url("images/calc-coin.png") no-repeat center;
}
.calc-block__icon_coin-2 {
  width: 75px;
  height: 112px;
  top: -80px;
  left: 180px;
  background: url("images/calc-coin-2.png") no-repeat center;
}
@media (min-width: 1200px) {
  .calc-block__icon_coin-2 {
    top: -130px;
  }
}
@media (min-width: 1500px) {
  .calc-block__icon_coin-2 {
    width: 100px;
    height: 150px;
    top: -130px;
    left: 180px;
  }
}
.calc-block__buttons {
  margin-top: 35px;
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .calc-block__buttons {
    margin-top: 75px;
  }
}
.calc-block__buttons button {
  width: 100% !important;
  max-width: 350px;
}
@media (min-width: 576px) {
  .calc-block__buttons button {
    width: auto !important;
  }
}
@media (min-width: 1200px) {
  .calc-block__results {
    padding-left: 100px;
  }
}
.calc-block__results-headline {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .calc-block__results-headline {
    margin-bottom: 25px;
    font-size: 30px;
  }
}
.calc-block__results-headline sup {
  color: #BDEBEB;
}
.calc-block__results-stats span {
  display: block;
  font-size: 18px;
}
@media (min-width: 768px) {
  .calc-block__results-stats span {
    font-size: 22px;
  }
}
.calc-block__results-stats span:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .calc-block__results-stats span:not(:last-child) {
    margin-bottom: 5px;
  }
}
.calc-block__results-note {
  max-width: 390px;
  margin-top: 20px;
  line-height: 20px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .calc-block__results-note {
    margin-top: 35px;
  }
}
.calc-block__slider {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .calc-block__slider {
    height: 100%;
    max-height: 450px;
    margin-top: 0;
    margin-bottom: 50px;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.calc-block__slider .noUi-target {
  width: calc(100% - 60px);
  height: 3px;
  margin-left: 40px;
  background-color: #CFCFCF;
  z-index: 1000;
}
@media (min-width: 1200px) {
  .calc-block__slider .noUi-target {
    width: 3px;
    height: 100%;
    margin-left: 0;
  }
}
.calc-block__slider .noUi-target.noUi-horizontal:before {
  content: "";
  width: 25px;
  height: 3px;
  display: block;
  position: absolute;
  top: 0;
  left: -25px;
  background-color: #96DDD8;
}
.calc-block__slider .noUi-target.noUi-vertical:before, .calc-block__slider .noUi-target.noUi-vertical:after {
  content: "";
  width: 3px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0;
}
.calc-block__slider .noUi-target.noUi-vertical:before {
  top: -20px;
  background-color: #CFCFCF;
}
.calc-block__slider .noUi-target.noUi-vertical:after {
  bottom: -20px;
  background-color: #96DDD8;
}
.calc-block__slider .noUi-handle {
  width: 40px !important;
  height: 40px !important;
  top: -19px;
  background: url("images/calc-handle.png") no-repeat center;
  background-size: contain;
}
@media (min-width: 576px) {
  .calc-block__slider .noUi-handle {
    width: 50px !important;
    height: 50px !important;
    top: -24px;
  }
}
@media (min-width: 1200px) {
  .calc-block__slider .noUi-handle {
    left: -24px;
  }
}
.calc-block__slider .noUi-connect {
  background-color: #96DDD8;
}
.calc-block__slider .noUi-marker {
  display: none;
}
.calc-block__slider .noUi-tooltip {
  display: flex;
  align-items: center;
  bottom: -50%;
  font-size: 14px;
  font-weight: 700;
  background: transparent;
  border: none;
}
@media (min-width: 576px) {
  .calc-block__slider .noUi-tooltip {
    font-size: 16px;
  }
}
.calc-block__slider .noUi-pips-horizontal {
  top: -80px;
}
@media (min-width: 1200px) {
  .calc-block__slider .noUi-pips-horizontal {
    top: 100%;
  }
}
.calc-block__slider .noUi-value {
  display: none;
  color: #AEAEAE;
  transition: all 100ms;
  bottom: 40px;
}
@media (min-width: 1200px) {
  .calc-block__slider .noUi-value {
    bottom: unset;
  }
}
.calc-block__slider .noUi-value:first-child, .calc-block__slider .noUi-value:last-child {
  display: block;
}
@media (max-width: 1199px) {
  .calc-block__slider .noUi-value:first-child {
    left: 0 !important;
  }
}
@media (max-width: 1199px) {
  .calc-block__slider .noUi-value:last-child {
    left: unset !important;
    right: 0;
    transform: none;
  }
}
@media (min-width: 1200px) {
  .calc-block__slider .noUi-value {
    display: block;
  }
  .calc-block__slider .noUi-value.active {
    font-size: 20px;
    font-weight: 700;
    color: #212529;
  }
}
