.pricing__option-wrap:nth-child(1) .pricing__price-span,
.pricing__option-wrap:nth-child(2) .pricing__price-span,
.pricing__option-wrap:nth-child(3) .pricing__price-span,
.pricing__option-wrap:nth-child(4) .pricing__price-span,
.pricing__option-wrap:nth-child(1) .pricing__extra-company-span,
.pricing__option-wrap:nth-child(2) .pricing__extra-company-span,
.pricing__option-wrap:nth-child(3) .pricing__extra-company-span,
.pricing__option-wrap:nth-child(4) .pricing__extra-company-span,
.pricing__prices-info {
  visibility: hidden;
}

#calculator-header {
  margin-top: 70px;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}

#slider-distance {
  width: 90%;
  max-width: 600px;
}

#calculator-info {
  margin-top: 40px;
}

#calculator-info-companies {
  font-weight: 500;
}

#calculator-info-price {
  font-weight: 500;
}

[slider] {
  position: relative;
  height: 14px;
  border-radius: 10px;
  text-align: left;
  margin: 60px 0 10px 0;
}

[slider] > div {
  position: absolute;
  left: 13px;
  right: 15px;
  height: 14px;
}

[slider] > div > [inverse-left] {
  position: absolute;
  left: 0;
  height: 14px;
  border-radius: 10px;
  background-color: #d7e0eb;
  margin: 0 7px;
}

[slider] > div > [inverse-right] {
  position: absolute;
  right: 0;
  height: 14px;
  border-radius: 10px;
  background-color: #d7e0eb;
  margin: 0 7px;
}

[slider] > div > [range] {
  position: absolute;
  left: 0;
  height: 14px;
  border-radius: 14px;
  background-color: #021e43;
}

[slider] > div > [thumb] {
  position: absolute;
  top: -7px;
  z-index: 2;
  height: 28px;
  width: 28px;
  text-align: left;
  margin-left: -11px;
  cursor: pointer;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  background-color: #fff;
  border-radius: 50%;
  outline: none;
}

[slider] > input[type=range] {
  position: absolute;
  pointer-events: none;
  -webkit-appearance: none;
  z-index: 3;
  height: 14px;
  top: -2px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

div[slider] > input[type=range]::-ms-track {
  -webkit-appearance: none;
  background: transparent;
  color: transparent;
}

div[slider] > input[type=range]::-moz-range-track {
  -moz-appearance: none;
  background: transparent;
  color: transparent;
}

div[slider] > input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent;
  border: transparent;
}

div[slider] > input[type=range]:focus {
  outline: none;
}

div[slider] > input[type=range]::-ms-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0;
  border: 0 none;
  background: red;
}

div[slider] > input[type=range]::-moz-range-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0;
  border: 0 none;
  background: red;
}

div[slider] > input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0;
  border: 0 none;
  background: red;
  -webkit-appearance: none;
}

div[slider] > input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0 none;
}

div[slider] > input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0 none;
}

div[slider] > input[type=range]::-ms-tooltip {
  display: none;
}

[slider] > div > [sign] {
  opacity: 1;
  position: absolute;
  margin-left: -11px;
  top: -50px;
  z-index: 3;
  background-color: #3ce0bf;
  color: #0a1916;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}

[slider] > div > [sign]::after {
  position: absolute;
  content: "";
  left: 0;
  border-radius: 16px;
  top: 19px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top-width: 16px;
  border-top-style: solid;
  border-top-color: #3ce0bf;
}

[slider] > div > [sign] > span {
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
}

[slider]:hover > div > [sign] {
  opacity: 1;
}

#calculator-header.calculator-alt1 {
  display: none;
}

[slider].calculator-alt1 > div > [range] {
  background-color: #3ce0bf;
}

[slider].calculator-alt1 > div > [sign] {
  opacity: 1;
  position: absolute;
  margin-left: -11px;
  top: -50px;
  z-index: 3;
  background-color: #3ce0bf;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}

[slider].calculator-alt1 > div > [sign] > span {
  font-size: 14px;
}

[slider].calculator-alt1 > div > [sign]::after {
  position: absolute;
  content: "";
  left: 0;
  border-radius: 16px;
  top: 19px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top-width: 16px;
  border-top-style: solid;
  border-top-color: #3ce0bf;
}

#calculator-info.calculator-alt1 {
  display: none;
}

#calculator-header.calculator-alt2 {
  display: none;
}

[slider].calculator-alt2 > div > [range] {
  background-color: #3ce0bf;
}

input#calculator-companies:hover {
  cursor: pointer !important;
}

span.slider-thumb:hover {
  cursor: pointer !important;
}