@charset "UTF-8";
@media only screen and (min-width: 992px) {
  .header__menu .bttn {
    pointer-events: painted;
    opacity: 1;
  }
}

.rank-math-breadcrumb {
  margin-bottom: 2.4rem;
}

.calculator__head {
  overflow: hidden;
  background: #0c0e18;
  min-height: 32.4rem;
  padding: 5.5rem 0 12.6rem 0;
  display: flex;
  align-items: flex-end;
}
@media only screen and (min-width: 992px) {
  .calculator__head {
    padding: 7.7rem 0 14.1rem 0;
    min-height: 40.2rem;
  }
}
.calculator__head::before {
  content: "";
  position: absolute;
  top: 0rem;
  left: 50%;
  transform: translateX(-30%) rotate(59deg);
  width: 13.9rem;
  height: 23.9rem;
  background: linear-gradient(0deg, rgba(41, 128, 255, 0.9) -4%, rgba(160, 36, 248, 0.9) 113%);
  filter: blur(5.9rem);
  -webkit-backdrop-filter: blur(2.9rem);
  border-radius: 50%;
}
@media only screen and (min-width: 992px) {
  .calculator__head::before {
    top: -5rem;
    width: 35.9rem;
    height: 64.9rem;
    filter: blur(16rem);
  }
}
.calculator__content {
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .calculator__content {
    max-width: 34rem;
    margin: 0 auto;
  }
}
.calculator__content .sketch {
  position: absolute;
  top: 6rem;
  right: -3rem;
  width: 9.2rem;
}
@media only screen and (min-width: 1170px) {
  .calculator__content .sketch {
    top: 1rem;
    right: 0rem;
    width: 14.2rem;
  }
}
@media only screen and (min-width: 1400px) {
  .calculator__content .sketch {
    right: 7rem;
  }
}
@media only screen and (min-width: 1670px) {
  .calculator__content .sketch {
    right: 16rem;
  }
}
.calculator__content .sketch svg {
  width: 100%;
  height: 100%;
}
.calculator__content-title {
  font-weight: 800;
  font-size: 3.6rem;
  line-height: 100%;
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .calculator__content-title {
    font-size: 6.4rem;
    line-height: 86.5%;
  }
}
.calculator__content-subtitle {
  margin-top: 0.4rem;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 100%;
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .calculator__content-subtitle {
    margin-top: 1.2rem;
    font-size: 4.8rem;
    line-height: 86.5%;
  }
}
.calculator__wrap {
  padding-bottom: 6rem;
}
@media only screen and (min-width: 992px) {
  .calculator__wrap {
    padding-bottom: 10rem;
  }
}
.calculator__info {
  background: #ffffff;
  padding: 1.6rem 1.5rem;
  border: 0.1rem solid rgba(186, 188, 224, 0.25);
  box-shadow: 0rem 0.4rem 8rem rgba(174, 174, 214, 0.2);
  border-radius: 1.6rem;
  max-width: 103.8rem;
  margin: 0 auto;
  margin-top: -9.4rem;
}
@media only screen and (min-width: 576px) {
  .calculator__info {
    margin-top: -7.4rem;
  }
}
@media only screen and (min-width: 992px) {
  .calculator__info {
    margin-top: -9.4rem;
    padding: 3.2rem;
  }
}
.calculator__info-main {
  display: flex;
  flex-direction: column;
  padding-bottom: 1.6rem;
}
@media only screen and (min-width: 992px) {
  .calculator__info-main {
    border-bottom: 0.1rem solid rgba(186, 188, 224, 0.25);
    padding-bottom: 2.4rem;
    margin-bottom: 2.4rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 0fr;
    gap: 0rem 6.4rem;
    grid-template-areas: "calculator__info-title calculator__info__wrap" "range-bill calculator__info__wrap";
  }
}
@media only screen and (min-width: 992px) {
  .calculator__info-main .calculator__info-title {
    grid-area: calculator__info-title;
    margin-bottom: 0;
  }
}
.calculator__info-main .range-bill {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  order: 1;
  margin-top: 1.6rem;
}
@media only screen and (min-width: 992px) {
  .calculator__info-main .range-bill {
    order: unset;
    grid-area: range-bill;
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .calculator__info-main::after {
    content: "";
    width: 0.1rem;
    height: calc(100% - 2.4rem);
    background-color: rgba(186, 188, 224, 0.25);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.calculator__info-title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 120%;
  color: #080520;
  text-align: center;
  margin-bottom: 1.2rem;
}
@media only screen and (min-width: 992px) {
  .calculator__info-title {
    font-size: 2.4rem;
    text-align: left;
  }
}
.calculator__info__wrap {
  border-top: 0.1rem solid rgba(186, 188, 224, 0.25);
  padding: 1.6rem 0;
  margin-top: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) {
  .calculator__info__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-area: calculator__info__wrap;
    padding: 0;
    border-top: 0;
    border-bottom: 0;
    margin-top: 0;
  }
}
.calculator__info__wrap-cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 40rem;
  margin: 0 auto;
  flex: 1;
}
@media only screen and (min-width: 992px) {
  .calculator__info__wrap-cont {
    margin: 0;
    align-items: center;
  }
}
@media only screen and (max-width: 992px) {
  .calculator__info__wrap-cont label {
    font-weight: 500 !important;
  }
}
.calculator__info__wrap-chart {
  min-width: 15.2rem;
  height: 16.4rem;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  .calculator__info__wrap-chart {
    right: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .calculator__info__wrap-chart {
    margin: 0 1rem 0 0;
  }
}
.calculator__info__wrap-chart__top {
  position: relative;
  display: flex;
  height: 6rem;
  gap: 5.9rem;
  justify-content: center;
  align-items: flex-end;
}
.calculator__info__wrap-chart__top .svg_line {
  position: absolute;
  top: -2.8rem;
  left: 1.5rem;
  width: 9.5rem;
  height: 9.5rem;
}
.calculator__info__wrap-chart__top .svg_line svg {
  width: 100%;
  height: 100%;
}
.calculator__info__wrap-chart__top .chart-dot {
  width: 0.6rem;
  height: 0.6rem;
  background: #9d9bff;
  border-radius: 50%;
}
.calculator__info__wrap-chart__top .chart-dot:last-of-type {
  background: none;
  border: 0;
  margin-bottom: auto;
  top: 0.3rem;
}
.calculator__info__wrap-chart__top .chart-dot .progress {
  border-radius: 0.7rem;
}
.calculator__info__wrap-chart__top .chart-dot .progress.vertical {
  position: relative;
  width: 0.6rem;
  height: 5rem;
  display: inline-block;
  top: 0.8rem;
}
.calculator__info__wrap-chart__top .chart-dot .progress.vertical .progress-bar {
  border-radius: 0.7rem;
  width: 100% !important;
  width: 0.6rem;
  position: absolute;
  bottom: 0;
  background-color: #0ddd79;
  transition: width 0.6s ease;
}
.calculator__info__wrap-chart__top .chart-dot .progress.vertical .progress-bar::before {
  content: "";
  border-radius: 50%;
  width: 0.8rem;
  height: 0.8rem;
  background: #2980ff;
  border: 0.1rem solid rgb(204, 224, 255);
  position: absolute;
  top: -1.1rem;
  left: -0.1rem;
}
.calculator__info__wrap-chart__top span {
  position: absolute;
  left: 12rem;
  top: 1.5rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #2980ff;
}
.calculator__info__wrap-chart__line {
  border-image: linear-gradient(90deg, rgba(186, 188, 224, 0), rgba(186, 188, 224, 0.25) 50%, rgba(186, 188, 224, 0) 100%) 0 0 100%;
  border-style: solid;
  display: flex;
  justify-content: center;
  gap: 5.9rem;
  padding: 0.4rem 0;
}
.calculator__info__wrap-chart__line div {
  width: 0.6rem;
  height: 5rem;
  background: #babce0;
  border-radius: 0.7rem;
}
.calculator__info__wrap-chart__line div:first-child {
  opacity: 0.5;
}
.calculator__info__wrap-chart__year {
  display: flex;
  justify-content: space-evenly;
  margin-top: 0.2rem;
}
.calculator__info__wrap-chart__year span {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 120%;
  color: #babce0;
}
.calculator__info label {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 120%;
  color: #050913;
  margin-bottom: 0.4rem;
}
@media only screen and (min-width: 992px) {
  .calculator__info label {
    font-size: 1.4rem;
    line-height: 22px;
    margin-bottom: 0.6rem;
  }
}
.calculator__info input {
  font-size: 1.6rem;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.03em;
  color: #2980ff;
}
@media only screen and (min-width: 992px) {
  .calculator__info input {
    font-size: 1.8rem;
  }
}
.calculator__info .range-total {
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  font-size: 3.4rem;
  line-height: 110%;
  color: #0ddd79;
  transition: all 0.15s linear 0s;
}
.calculator__info .range-total span {
  display: inline-flex;
  align-items: center;
  margin-right: 0.4rem;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 110%;
  color: #0ddd79;
}
.calculator__info .range-total span::before {
  content: "≈";
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #babce0;
  margin-right: 0.4rem;
}
.calculator__info .range-wrap {
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
}
@media only screen and (min-width: 992px) {
  .calculator__info .range-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.2rem 6.4rem;
  }
  .calculator__info .range-wrap::after {
    content: "";
    width: 0.1rem;
    height: 100%;
    background-color: rgba(186, 188, 224, 0.25);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.calculator__info .range-slider__value {
  display: none;
}
@media only screen and (max-width: 992px) {
  .calculator__info .range-slider:first-child .input-group label {
    width: 30%;
  }
}
.calculator__info .range-slider .input-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 3rem;
  margin-bottom: 1rem;
}
.calculator__info .range-slider .input-group div {
  display: flex;
  display: flex;
  align-items: center;
}
.calculator__info .range-slider .input-group label {
  flex: 1;
}
@media only screen and (max-width: 992px) {
  .calculator__info .range-slider .input-group label {
    width: 53%;
    flex: unset;
  }
}
.calculator__info .range-slider .input-group span {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 100%;
  text-align: right;
  letter-spacing: -0.03em;
  color: #2980ff;
  margin-left: 0.2rem;
  margin-right: 0.4rem;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .calculator__info .range-slider .input-group span {
    margin-right: 1rem;
    margin-left: -1.2rem;
  }
}
.calculator__info .range-slider .input-group button[type=submit],
.calculator__info .range-slider .input-group button[type=button] {
  -webkit-appearance: none;
  text-decoration: none;
  display: inline-flex;
  background: rgba(186, 188, 224, 0.05);
  border: 0.1rem solid rgba(186, 188, 224, 0.2);
  border-radius: 0.6rem;
  padding: 0.7rem;
  width: 2.8rem;
  height: 2.8rem;
  transition: all 0.15s ease;
  cursor: pointer;
  margin-left: 0.4rem;
}
.calculator__info .range-slider .input-group button[type=submit]:hover,
.calculator__info .range-slider .input-group button[type=button]:hover {
  border: 0.2rem solid rgba(186, 188, 224, 0.2);
}
.calculator__info .range-slider .input-group button[type=submit]:active,
.calculator__info .range-slider .input-group button[type=button]:active {
  transform: scale(0.9);
  box-shadow: 0 2px 25px rgba(186, 188, 224, 0.2);
}
.calculator__info .range-slider .input-group .quantity-field {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 100%;
  text-align: right;
  letter-spacing: -0.03em;
  color: #2980ff;
  padding: 0;
  border: 0;
  width: 5.2rem;
  resize: vertical;
}
.calculator__info .range-slider .input-group .button-plus::before {
  content: "";
  background: url(../../img/icons/plus.svg) no-repeat center;
  background-size: contain;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.calculator__info .range-slider .input-group .button-minus::before {
  content: "";
  background: url(../../img/icons/minus.svg) no-repeat center;
  background-size: contain;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.calculator__info .range-slider .input-group input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  pointer-events: none;
}
.calculator__info .range-slider__line input[type=range] {
  height: 6px;
  -webkit-appearance: none;
  width: 100%;
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
  z-index: 1;
  background: linear-gradient(to right, rgb(41, 128, 255) 0%, rgb(41, 128, 255) 0%, rgba(186, 188, 224, 0) 0%, rgba(186, 188, 224, 0) 0%);
}
.calculator__info .range-slider__line input[type=range]:focus {
  outline: none;
}
.calculator__info .range-slider__line input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 3px 16px rgba(174, 174, 214, 0.4);
  border: 10px solid #ffffff;
  height: 34px;
  width: 34px;
  border-radius: 34px;
  background: #f95a00;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.05s linear;
}
.calculator__info .range-slider__line input[type=range]::-webkit-slider-thumb:hover {
  background: #2980ff;
}
.calculator__info .range-slider__line input[type=range]::-moz-range-thumb {
  box-shadow: 0px 3px 16px rgba(174, 174, 214, 0.4);
  border: 10px solid #ffffff;
  height: 34px;
  width: 34px;
  border-radius: 34px;
  background: #f95a00;
  cursor: pointer;
  transition: all 0.05s linear;
}
.calculator__info .range-slider__line input[type=range]::-moz-range-thumb:hover {
  background: #2980ff;
}
.calculator__info .range-slider__line input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0px 3px 16px rgba(174, 174, 214, 0.4);
  border: 10px solid #ffffff;
  height: 34px;
  width: 34px;
  border-radius: 34px;
  background: #f95a00;
  cursor: pointer;
  transition: all 0.05s linear;
}
.calculator__info .range-slider__line input[type=range]::-ms-thumb:hover {
  background: #2980ff;
}
.calculator__info .range-slider__line .line {
  width: 100%;
  background: rgba(186, 188, 224, 0.2);
  border-radius: 0.5rem;
  height: 0.2rem;
  position: absolute;
  top: 1.1rem;
  z-index: 0;
}
.calculator__info .range-slider__line .ticks {
  display: flex;
  justify-content: space-between;
  padding: 0rem 1.7rem;
}
.calculator__info .range-slider__line .ticks .tick {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 120%;
  color: #babce0;
  position: relative;
  display: flex;
  justify-content: center;
  width: 0.1rem;
  background: rgba(186, 188, 224, 0.75);
  height: 0.8rem;
  line-height: 5rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 992px) {
  .calculator__info .range-slider__line .ticks .tick {
    font-size: 1.4rem;
  }
}
.calculator__info .range-slider__line .ticks .tick::after {
  content: "";
  background: rgba(186, 188, 224, 0.25);
  width: 0.1rem;
  height: 0.6rem;
  position: absolute;
  margin-left: 7.5vw;
}
@media only screen and (min-width: 768px) {
  .calculator__info .range-slider__line .ticks .tick::after {
    margin-left: 9vw;
  }
}
@media only screen and (min-width: 992px) {
  .calculator__info .range-slider__line .ticks .tick::after {
    margin-left: 3.8vw;
  }
}
@media only screen and (min-width: 1170px) {
  .calculator__info .range-slider__line .ticks .tick::after {
    margin-left: 4.4rem;
  }
}
.calculator__info .range-slider__line .ticks .tick:last-of-type::after {
  content: none;
}
.calculator__bill {
  border: 0.1rem solid rgba(93, 95, 239, 0.2);
  border-radius: 1rem;
  padding: 1.2rem 0.8rem 1.2rem 2.5rem;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .calculator__bill {
    padding: 1.3rem 1.2rem 1.3rem 3.2rem;
  }
}
.calculator__bill-before {
  display: inline-block;
  width: 100%;
  flex: 1;
}
.calculator__bill-before::before {
  content: "$";
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 100%;
  color: #2980ff;
  position: absolute;
  z-index: 1;
  left: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 992px) {
  .calculator__bill-before::before {
    font-size: 1.8rem;
    left: 1.6rem;
  }
}
.calculator__bottom {
  text-align: center;
  margin-top: 3.2rem;
}
.calculator__bottom p + a {
  margin-top: 1.6rem;
}
@media only screen and (max-width: 992px) {
  .calculator__bottom a {
    width: 100%;
  }
}