@charset "UTF-8";

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: slick;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg");
  font-weight: 400;
  font-style: normal;
}

.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: 0;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  outline: 0;
  background: 0 0;
  color: transparent;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: .25;
}

.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: .75;
}

.container {
  width: 90%;
  max-width: 1270px;
  margin: auto;
}

section {
  padding: 40px 0;
}

section:first-child {
  padding-top: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  border-radius: 0;
  text-decoration: none;
  color: #04233B;
  font-family: "Montserrat", sans-serif;
  line-height: 120%;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on, 'liga' off, 'kern' off;
          font-feature-settings: 'pnum' on, 'lnum' on, 'liga' off, 'kern' off;
}

body {
  overflow-x: hidden;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body footer {
  margin-top: auto;
  margin-bottom: 0;
}

select,
input,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
}

*:focus {
  outline: transparent;
}

input[type=submit] {
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Medium.ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Bold.ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  background: #F9A71B;
  width: 100%;
  padding: 20px;
  max-width: 400px;
  border-radius: 16px;
}

.btn:hover {
  background: #fdba46;
}

h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 110%;
  text-align: center;
  margin-bottom: 32px;
}

.header {
  padding: 28px 0;
}

.header__logo img {
  display: block;
  height: 42px;
  width: auto;
}

.footer {
  padding: 28px 0;
}

.footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer p {
  color: #959595;
  font-size: 14px;
  font-weight: 400;
}

.footer__logo img {
  display: block;
  height: 42px;
  width: auto;
}

.hero {
  padding-bottom: 0;
}

.hero .container.pc {
  border-radius: 30px;
  background: var(--Main-200, #F2F2F2);
  display: flex;
  align-items: flex-end;
  gap: 32px;
  padding: 0 80px;
}

.hero .container.mob {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hero .container.mob .window {
  border-radius: 14px;
  background: var(--Main-200, #F2F2F2);
  padding: 20px;
  position: relative;
  height: 220px;
  overflow: hidden;
}

.hero__left {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 560px;
  padding: 50px 0;
}

.hero__img {
  display: block;
  width: calc(100% - 560px - 32px);
  height: auto;
}

.hero__ttl {
  font-size: 62px;
  font-weight: 700;
  line-height: 110%;
}

.hero__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero__list li {
  padding: 12px 26px;
  border-radius: 60px;
  background: var(--Main-100, #FFF);
  color: var(--Secondary, #007DDD);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 22px */
}

.hero__btn {
  margin-top: 64px;
}

.order {
  padding-top: 24px;
}

.order .container {
  display: flex;
  gap: 24px;
}

.order__left {
  width: calc(50% - 12px);
  border-radius: 30px;
  background: var(--Main-200, #F2F2F2);
  padding: 35px;
  position: relative;
}

.order__left .txt {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  z-index: 2;
  margin-left: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.order__left .txt p {
  color: var(--Secondary, #007DDD);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 22px */
}

.order__left .txt input {
  width: 270px;
  color: var(--Main-400, #04233B);
  font-size: 62px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 68.2px */
  background: transparent;
}

.order__left img {
  display: block;
  position: absolute;
  left: 25px;
  bottom: 0;
  height: calc(100% - 25px);
  max-height: 450px;
}

.order__right {
  width: calc(50% - 12px);
  border-radius: 30px;
  background: var(--Main-200, #F2F2F2);
  padding: 36px;
  display: flex;
  justify-content: center;
}

.order__right .calc {
  width: 100%;
  max-width: 430px;
}

.order__right h2 {
  margin-bottom: 0;
}

.howWork__list {
  display: flex;
  gap: 24px;
}

.howWork__box {
  width: 100%;
  border-radius: 20px;
  background: var(--Main-200, #F2F2F2);
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.howWork__box span {
  color: var(--Secondary, #007DDD);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 22px */
}

.howWork__box p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}

.howWork__box img {
  display: block;
  height: 200px;
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}

.terms__window {
  border-radius: 20px;
  background: var(--Main-200, #F2F2F2);
  padding: 0 130px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}

.terms__text {
  width: 410px;
  padding: 70px 0;
  align-self: center;
}

.terms__text ul {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.terms__text ul li {
  position: relative;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}

.terms__text ul li:before {
  content: "";
  position: absolute;
  right: calc(100% + 22px);
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  border-radius: 99px;
  background: #007DDD;
}

.terms__text .btn {
  margin-top: 60px;
}

.terms__img {
  max-width: 470px;
  width: calc(100% - 410px - 32px);
  height: auto;
  display: block;
  margin-top: 13px;
}

.howPay__list {
  display: flex;
  gap: 24px;
}

.howPay__box {
  position: relative;
  border-radius: 20px;
  background: var(--Main-200, #F2F2F2);
  padding: 64px 250px 64px 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.howPay__box h3 {
  color: var(--Secondary, #007DDD);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 22px */
}

.howPay__box p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}

.howPay__box img {
  display: block;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 200px;
  height: calc(100% - 40px);
  max-height: 200px;
}

.offer {
  padding-bottom: 0;
  position: relative;
}

.offer .container {
  border-radius: 20px;
  background: var(--Main-200, #F2F2F2);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
}

.offer__img {
  height: calc(100% - 20px);
  width: calc(100% - 660px - 32px - 40px);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
  margin-left: 40px;
}

.offer__text {
  width: 660px;
  padding: 52px 60px 120px 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.offer__text h2 {
  text-align: left;
  font-size: 62px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 68.2px */
}

.reviews {
  padding-top: 0;
  margin-top: -70px;
  position: relative;
  z-index: 3;
}

.reviews .slider {
  max-width: 890px;
  margin-right: 80px;
  margin-left: auto;
}

.reviews .slick-slide {
  padding: 10px;
}

.reviews .box {
  border-radius: 40px;
  background: var(--Main-200, #F2F2F2);
  padding: 32px 40px;
  display: flex !important;
  flex-direction: column;
  gap: 16px;
  box-shadow: 5px -5px 10px rgba(0, 0, 0, 0.03);
}

.reviews .box .author {
  display: flex;
  align-items: center;
  gap: 16px;
}

.reviews .box .author img {
  display: block;
  width: 56px;
  height: 56px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 99px;
}

.reviews .box .author .right {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.reviews .box .author .right p {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}

.reviews .box .author .right .stars {
  display: flex;
}

.reviews .box .date {
  color: var(--Main-300, #959595);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}

.reviews .box .comment {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.calc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}

.calc .range-item .label-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.calc .range-item .label-row label {
  font-size: 20px;
  font-weight: 500;
}

.calc .range-item .label-row input {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  text-align: center;
  border-radius: 16px;
  background: var(--Main-100, #FFF);
  border: none;
  padding: 20px;
  width: 100%;
  display: block;
}

.calc .range-item .label-row .input-btn {
  height: 100%;
  width: 60px;
  position: absolute;
  z-index: 2;
  cursor: pointer;
}

.calc .range-item .label-row .input-btn:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  background: #007DDD;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.calc .range-item .label-row .input-btn.plus {
  right: 0;
  top: 0;
}

.calc .range-item .label-row .input-btn.plus:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 16px;
  background: #007DDD;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.calc .range-item .label-row .input-btn.minus {
  left: 0;
  top: 0;
}

.calc .range-item .bottom-row {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}

.calc .range-item .bottom-row p {
  color: #959595;
  font-size: 12px;
}

.calc .range-item .slider-row .ui-slider {
  width: calc(100% - 50px);
  margin: 0 auto;
  background: transparent;
  height: 3px;
  position: relative;
}

.calc .range-item .slider-row .ui-slider-range {
  height: 100%;
  background: #007DDD;
}

.calc .range-item .slider-row .ui-slider-handle {
  width: 20px;
  height: 20px;
  border-radius: 99px;
  background: #007DDD;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}

.calc .input-item label {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 8px;
  display: block;
  color: #959595;
}

.calc .input-item input {
  display: block;
  width: 100%;
  border: 1px solid #959595;
  background: white;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  border-radius: 12px;
  padding: 18px;
}

.calc .input-text-message {
  align-items: center;
  margin-top: 4px;
  gap: 4px;
  display: none;
}

.calc .input-text-message svg {
  display: block;
  width: 12px;
  height: 12px;
}

.calc .input-text-message p {
  font-size: 12px;
  font-weight: 500;
}

.calc .input-text-message.red p {
  color: #DE4B4B;
}

.calc .checkbox-item input {
  display: none;
}

.calc .checkbox-item input:checked + label:before {
  border-color: #007DDD;
}

.calc .checkbox-item input:checked + label:after {
  background: #007DDD;
}

.calc .checkbox-item label {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  display: block;
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  color: #959595;
  padding-top: 1px;
}

.calc .checkbox-item label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid var(--Main-300, #959595);
}

.calc .checkbox-item label:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  background: transparent;
  border-radius: 3px;
  transition: .4s;
}

.calc .checkbox-item label a {
  font: inherit;
  text-decoration: underline;
  transition: 0.4s;
  color: #959595;
}

.calc .checkbox-item label a:hover {
  color: #F9A71B;
}

.calc .btn {
  max-width: unset;
}

.calc .error .input-text-message {
  display: flex;
}

.calc .error.input-item input {
  border-color: #DE4B4B;
}

.calc .error.checkbox-item label:before {
  border-color: #DE4B4B;
}

.calc .outpuss {
  display: none;
}

.calc .outpuss .flex {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  gap: 6px;
  padding: 12px;
  background: rgba(54, 178, 137, 0.2);
  border-radius: 12px;
}

.calc .outpuss .flex svg {
  width: 20px;
  height: 20px;
}

.calc .outpuss .flex svg * {
  fill: #36b289;
}

.calc .outpuss .flex p {
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
}

@media screen and (min-width: 1025px) {
  .hero .container.mob {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .container {
    max-width: 500px;
  }

  section {
    padding: 30px 0;
  }

  h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .header {
    padding: 24px 0;
  }

  .header__logo img {
    height: 21px;
  }

  .footer {
    padding: 24px 0;
  }

  .footer p {
    font-size: 10px;
  }

  .footer__logo img {
    height: 21px;
  }

  .hero .container.pc {
    display: none;
  }

  .hero__img {
    position: absolute;
    width: auto;
    height: 100%;
    right: -5%;
    bottom: 0;
  }

  .hero__ttl {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
  }

  .hero__list {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .hero__list li {
    font-size: 14px;
    padding: 8px 18px;
  }

  .hero__btn {
    margin: 0;
  }

  .order {
    padding-top: 64px;
  }

  .order .container {
    flex-direction: column-reverse;
  }

  .order__left {
    width: 100%;
    height: 220px;
    padding: 20px;
    border-radius: 14px;
    overflow: hidden;
  }

  .order__left .txt {
    gap: 2px;
  }

  .order__left .txt p {
    font-size: 14px;
  }

  .order__left .txt input {
    font-size: 32px;
    width: 140px;
  }

  .order__left img {
    height: 120%;
    max-height: unset;
    left: -2%;
    bottom: -25%;
  }

  .order__right {
    width: calc(100% + 10vw);
    margin: 0 -5vw;
    padding: 32px 5vw;
  }

  .howWork__list {
    gap: 16px;
    flex-direction: column;
  }

  .howWork__box {
    gap: 20px;
    padding: 20px;
    border-radius: 14px;
  }

  .howWork__box p {
    font-size: 14px;
  }

  .howWork__box img {
    height: 140px;
    margin: 0;
    width: auto;
    max-width: unset;
  }

  .terms__window {
    width: calc(100% + 10vw);
    margin: 0 -5vw;
    border-radius: 14px;
    padding: 32px 5vw;
    flex-direction: column;
    gap: 0;
    position: relative;
  }

  .terms__text {
    width: 100%;
    padding: 0;
  }

  .terms__text ul {
    gap: 16px;
    padding-left: 42px;
  }

  .terms__text ul li {
    font-size: 14px;
  }

  .terms__text .btn {
    margin-top: 240px;
  }

  .terms__img {
    width: 100%;
    max-width: unset;
    height: 200px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center bottom;
       object-position: center bottom;
    position: absolute;
    bottom: calc(32px + 57px + 20px);
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    margin: 0;
  }

  .howPay__list {
    gap: 26px;
    flex-direction: column;
  }

  .howPay__box {
    width: 100%;
    padding: 20px;
    border-radius: 14px;
    gap: 16px;
  }

  .howPay__box p {
    font-size: 14px;
  }

  .howPay__box img {
    position: static;
    -webkit-transform: none;
            transform: none;
    height: 140px;
    width: 140px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .offer .container {
    width: 100vw;
    max-width: 500px;
    position: relative;
    margin: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    padding: 32px 5vw;
    gap: 0;
  }

  .offer__img {
    width: 90%;
    height: 320px;
    position: absolute;
    margin: 0;
    left: 50%;
    bottom: calc(32px + 57px + 20px);
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center bottom;
       object-position: center bottom;
  }

  .offer__text {
    width: 100%;
    padding: 0;
    gap: 360px;
  }

  .offer__text h2 {
    font-size: 32px;
    margin: 0;
  }

  .reviews {
    padding-top: 30px;
    margin: 0;
  }

  .reviews .slider {
    margin: 0;
  }

  .reviews .box {
    padding: 32px 24px;
    border-radius: 14px;
    box-shadow: none;
  }

  .reviews .box .author .right p {
    font-size: 18px;
  }

  .reviews .box .date {
    font-size: 14px;
  }

  .reviews .box .comment {
    font-size: 14px;
  }

  .calc {
    gap: 20px;
  }

  .calc .range-item .label-row label {
    font-size: 16px;
  }

  .calc .input-item label {
    font-size: 16px;
  }

  .calc .input-item input {
    font-size: 16px;
    padding: 16px 12px;
    border-radius: 8px;
  }

  .calc .outpuss .flex {
    border-radius: 8px;
  }

  .calc .outpuss .flex p {
    font-size: 16px;
    padding-top: 1px;
  }
}