@charset "UTF-8";


[class*="__container"] {
  max-width: 103.75rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

.options {
  max-width: 77.8125rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  row-gap: 1.25rem;
}

.options__item {
  position: relative;
  cursor: pointer;
}

.options__item:not(:last-child) {
  margin-bottom: em(5);
}

.options__input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}

.options__input:focus-visible + .options__label:before {
  -webkit-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
}

.options__input:checked + .options_body {
  outline: 3px solid #00e3f0;
}

.options__input:checked + .options_body .options__title {
  border-left: none;
  border-right: none;
  border-bottom: none;
}

.options__input:checked + .options__label:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.options__label {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.options_body {
  outline: none;
  -webkit-transition: all 0.12s;
  transition: all 0.12s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}

.options__image {
  aspect-ratio: 352/352;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.options__title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  display: block;
  padding: 1.5625rem;
  border-left: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  border-bottom: 0.125rem solid #fff;
  color: #fff;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
}

.form__third {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 6.25rem;
}

.form__third img {
  max-width: 100%;
}

.quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2.5rem;
}

.quantity__items {
  max-width: 51.5625rem;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
}

.quantity__item {
  position: relative;
  cursor: pointer;
}

.quantity__input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}

.quantity__input:checked + .quantity__label span {
  border: 0.125rem solid #00e3f0;
}

.quantity__label {
  position: relative;
  cursor: pointer;
}

.quantity__text {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  display: block;
  color: #fff;
  font-family: Poppins;
  font-weight: 400;
  line-height: 120%;
  /* 36px */
  border-radius: 57px;
  border: 2px solid #fff;
  background: rgba(217, 217, 217, 0);
}

.quantity__image {
  max-width: 100%;
}

.payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2.5rem;
}

.payment__items {
  display: -ms-grid;
  display: grid;
  max-width: 51.5625rem;
  width: 100%;
}

.payment__item {
  position: relative;
  cursor: pointer;
}

.payment__input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}

.payment__input:checked + .payment__label span {
  border: 0.125rem solid #00e3f0;
}

.payment__label {
  position: relative;
  cursor: pointer;
}

.payment__text {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  display: block;
  color: #fff;
  font-family: Poppins;
  font-weight: 400;
  line-height: 120%;
  /* 36px */
  border-radius: 57px;
  border: 2px solid #fff;
  background: rgba(217, 217, 217, 0);
}

.payment__image {
  max-width: 100%;
}

.form__finish {
  text-align: center;
  display: block;
  color: #fff;
  font-family: "Century Gothic";
  font-weight: 400;
  line-height: 120%;
  /* 36px */
  letter-spacing: 0.75px;
}

.form__finish:not(:last-child) {
  margin-bottom: 3.125rem;
}

.form__inpts {
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
}

.form__inpt {
  color: #fff;
  font-family: "Century Gothic";
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
  border-radius: 50px;
  border: 2px solid #fff;
  outline: none;
  padding: 1.25rem 1.875rem;
}

.form__inpt::-webkit-input-placeholder {
  color: #8b8b8b;
  font-family: "Century Gothic";
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
}

.form__inpt::-moz-placeholder {
  color: #8b8b8b;
  font-family: "Century Gothic";
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
}

.form__inpt:-ms-input-placeholder {
  color: #8b8b8b;
  font-family: "Century Gothic";
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
}

.form__inpt::-ms-input-placeholder {
  color: #8b8b8b;
  font-family: "Century Gothic";
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
}

.form__inpt::placeholder {
  color: #8b8b8b;
  font-family: "Century Gothic";
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
}

.form__inpt:focus {
  border: 2px solid #00e3f0;
}

.form__submit {
  margin-top: 3.125rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  max-width: 100%;
  padding: 1.1875rem 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.9375rem;
  -moz-column-gap: 0.9375rem;
  column-gap: 0.9375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  border: 2px solid #00e3f0;
}

.form__submit span {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
}

.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ibg--top {
  -o-object-position: top;
  object-position: top;
}

.ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom;
}

.ibg--left {
  -o-object-position: left;
  object-position: left;
}

.ibg--right {
  -o-object-position: right;
  object-position: right;
}

.ibg--contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.steps__title {
  color: #fff;
  font-family: "Century Gothic";
  font-weight: 400;
  line-height: 120%;
  /* 64.8px */
  letter-spacing: 0.025em;
}

.steps__title span {
  color: #00e3f0;
}

.progress {
  height: 100%;
  border-radius: 43px;
  position: absolute;
  width: 100%;
  z-index: -1;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background: #fff;
}

.progress__success {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1;
  border-radius: 32px;
  background: #00e3f0;
}

.steps__numbers {
  max-width: 81.25rem;
  margin: 0 auto;
  display: block;
  min-height: 18px;
  position: relative;
}

.steps__form.last .steps__numbers {
  display: none;
}

.form__back {
  position: absolute;
  top: -2%;
  left: -5%;
}

.form__back img {
  max-width: 100%;
}

.form__label {
  color: #fff;
  font-family: "Century Gothic";
  font-weight: 400;
  line-height: 120%;
  /* 36px */
  letter-spacing: 0.75px;
}

.form__step {
  display: none;
}

.form__step.active {
  display: block;
}

.form__fourth {
  position: relative;
  max-width: 27.5rem;
  margin: 0 auto;
}

.form__city {
  width: 100%;
  padding: 1.5625rem 2.1875rem;
  color: rgb(255, 255, 255);
  font-family: Poppins;
  font-weight: 400;
  line-height: 120%;
  /* 28.8px */
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 47px;
  border: 2px solid #fff;
  background: rgba(217, 217, 217, 0);
}

.form__city::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-family: Poppins;
  font-weight: 400;
  line-height: 120%;
  /* 28.8px */
  min-height: 5.875rem;
}

.form__city::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-family: Poppins;
  font-weight: 400;
  line-height: 120%;
  /* 28.8px */
  min-height: 5.875rem;
}

.form__city:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-family: Poppins;
  font-weight: 400;
  line-height: 120%;
  /* 28.8px */
  min-height: 5.875rem;
}

.form__city::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-family: Poppins;
  font-weight: 400;
  line-height: 120%;
  /* 28.8px */
  min-height: 5.875rem;
}

.form__city::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-family: Poppins;
  font-weight: 400;
  line-height: 120%;
  /* 28.8px */
  min-height: 5.875rem;
}

.form__city:focus-visible {
  border: 2px solid #00e3f0;
}

.step__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.step__buttons .button {
  padding: 20px 35px;
  border-radius: 50px;
  border: 2px solid #00e3f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.875rem;
  -moz-column-gap: 0.875rem;
  column-gap: 0.875rem;
  cursor: pointer;
  outline: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 1;
  visibility: visible;
  max-width: 100%;
}

.step__buttons .button span {
  color: #fff;
  font-family: "Century Gothic";
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.step__buttons .button:disabled {
  opacity: 0;
  visibility: hidden;
}

.step__buttons .prev__step {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.steps__form.last .step__buttons .prev__step {
  display: none;
}

.step__buttons .prev__step img {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.step-block {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

@media (min-width: 61.99875em) {
  .progress__success {
    -webkit-box-shadow: 0 0 5px 0px #00e3f0;
    box-shadow: 0 0 5px 0px #00e3f0;
    -webkit-filter: blur(4px);
    filter: blur(4px);
  }

  .form__city {
    max-width: 36.875rem;
  }
}

@media (min-width: 103.75em) {
  .form__finish {
    font-size: 1.875rem;
  }

  .step__buttons {
    margin-top: 4.375rem;
  }

  .step__buttons {
    gap: 1.875rem;
  }
}

@media (min-width: 120em) {
  .options {
    -webkit-column-gap: 5.625rem;
    -moz-column-gap: 5.625rem;
    column-gap: 5.625rem;
  }

  .quantity__items {
    gap: 3.125rem;
  }

  .quantity__text {
    font-size: 1.875rem;
  }

  .quantity__text {
    padding: 1.5625rem;
  }

  .payment__items {
    gap: 1.5625rem;
  }

  .payment__text {
    font-size: 1.875rem;
  }

  .payment__text {
    padding: 1.5625rem;
  }

  .steps__title {
    font-size: 3.375rem;
  }

  .steps__title:not(:last-child) {
    margin-bottom: 3.75rem;
  }

  .steps__numbers:not(:last-child) {
    margin-bottom: 3.75rem;
  }

  .form__label {
    font-size: 1.875rem;
  }

  .form__label:not(:last-child) {
    margin-bottom: 5.625rem;
  }

  .form__city {
    font-size: 1.75rem;
  }

  .form__city::-webkit-input-placeholder {
    font-size: 1.75rem;
  }

  .form__city::-moz-placeholder {
    font-size: 1.75rem;
  }

  .form__city:-ms-input-placeholder {
    font-size: 1.75rem;
  }

  .form__city::-ms-input-placeholder {
    font-size: 1.75rem;
  }

  .form__city::placeholder {
    font-size: 1.75rem;
  }
}

@media (max-width: 64em) {
  .quantity {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .payment {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 62em) {
  .options {
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
  }
}

@media (max-width: 48em) {
  .quantity__text {
    font-size: 1.25rem;
  }

  .quantity__text {
    padding: 0.875rem;
  }

  .payment__items {
    gap: 0.625rem;
  }

  .payment__text {
    font-size: 1.25rem;
  }

  .payment__text {
    padding: 0.875rem;
  }

  .form__city {
    font-size: 1.5rem;
  }

  .form__city::-webkit-input-placeholder {
    font-size: 1.5rem;
  }

  .form__city::-moz-placeholder {
    font-size: 1.5rem;
  }

  .form__city:-ms-input-placeholder {
    font-size: 1.5rem;
  }

  .form__city::-ms-input-placeholder {
    font-size: 1.5rem;
  }

  .form__city::placeholder {
    font-size: 1.5rem;
  }
}

@media (max-width: 30em) {
  .quantity__items {
    gap: 1.875rem;
  }

  .steps__title {
    font-size: 1.75rem;
  }

  .steps__title:not(:last-child) {
    margin-bottom: 1.5625rem;
  }

  .steps__numbers:not(:last-child) {
    margin-bottom: 1.625rem;
  }

  .form__label {
    font-size: 0.875rem;
  }

  .form__label:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 61.99875em) {
  .form__third {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 47.99875em) {
  .options {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }

  .steps__numbers {
    height: 11px;
  }

  .form__city {
    padding: 0.9375rem 1.5625rem;
  }
}

@media (max-width: 29.99875em) {
  .step__buttons .button {
    padding: 10px 20px;
  }
}

@media (max-width: 23.4375em) {
  .form__finish {
    font-size: 1.375rem;
  }

  .step__buttons {
    margin-top: 1.875rem;
  }

  .step__buttons {
    gap: 0.9375rem;
  }
}

@media (min-width: 62em) and (max-width: 120em) {
  @supports (
    (-moz-column-gap: clamp(1.875rem, -2.1336206897rem + 6.4655172414vw, 5.625rem)) or
      (column-gap: clamp(1.875rem, -2.1336206897rem + 6.4655172414vw, 5.625rem))
  ) {
    .options {
      -webkit-column-gap: clamp(1.875rem, -2.1336206897rem + 6.4655172414vw, 5.625rem);
      -moz-column-gap: clamp(1.875rem, -2.1336206897rem + 6.4655172414vw, 5.625rem);
      column-gap: clamp(1.875rem, -2.1336206897rem + 6.4655172414vw, 5.625rem);
    }
  }

  @supports not (
    (-moz-column-gap: clamp(1.875rem, -2.1336206897rem + 6.4655172414vw, 5.625rem)) or
      (column-gap: clamp(1.875rem, -2.1336206897rem + 6.4655172414vw, 5.625rem))
  ) {
    .options {
      -webkit-column-gap: calc(1.875rem + 3.75 * (100vw - 62rem) / 58);
      -moz-column-gap: calc(1.875rem + 3.75 * (100vw - 62rem) / 58);
      column-gap: calc(1.875rem + 3.75 * (100vw - 62rem) / 58);
    }
  }
}

@media (min-width: 30em) and (max-width: 120em) {
  @supports (gap: clamp(1.875rem, 1.4583333333rem + 1.3888888889vw, 3.125rem)) {
    .quantity__items {
      gap: clamp(1.875rem, 1.4583333333rem + 1.3888888889vw, 3.125rem);
    }
  }

  @supports not (gap: clamp(1.875rem, 1.4583333333rem + 1.3888888889vw, 3.125rem)) {
    .quantity__items {
      gap: calc(1.875rem + 1.25 * (100vw - 30rem) / 90);
    }
  }

  @supports (font-size: clamp(1.75rem, 1.2083333333rem + 1.8055555556vw, 3.375rem)) {
    .steps__title {
      font-size: clamp(1.75rem, 1.2083333333rem + 1.8055555556vw, 3.375rem);
    }
  }

  @supports not (font-size: clamp(1.75rem, 1.2083333333rem + 1.8055555556vw, 3.375rem)) {
    .steps__title {
      font-size: calc(1.75rem + 1.625 * (100vw - 30rem) / 90);
    }
  }

  @supports (margin-bottom: clamp(1.5625rem, 0.8333333333rem + 2.4305555556vw, 3.75rem)) {
    .steps__title:not(:last-child) {
      margin-bottom: clamp(1.5625rem, 0.8333333333rem + 2.4305555556vw, 3.75rem);
    }
  }

  @supports not (margin-bottom: clamp(1.5625rem, 0.8333333333rem + 2.4305555556vw, 3.75rem)) {
    .steps__title:not(:last-child) {
      margin-bottom: calc(1.5625rem + 2.1875 * (100vw - 30rem) / 90);
    }
  }

  @supports (margin-bottom: clamp(1.625rem, 0.9166666667rem + 2.3611111111vw, 3.75rem)) {
    .steps__numbers:not(:last-child) {
      margin-bottom: clamp(1.625rem, 0.9166666667rem + 2.3611111111vw, 3.75rem);
    }
  }

  @supports not (margin-bottom: clamp(1.625rem, 0.9166666667rem + 2.3611111111vw, 3.75rem)) {
    .steps__numbers:not(:last-child) {
      margin-bottom: calc(1.625rem + 2.125 * (100vw - 30rem) / 90);
    }
  }

  @supports (font-size: clamp(0.875rem, 0.5416666667rem + 1.1111111111vw, 1.875rem)) {
    .form__label {
      font-size: clamp(0.875rem, 0.5416666667rem + 1.1111111111vw, 1.875rem);
    }
  }

  @supports not (font-size: clamp(0.875rem, 0.5416666667rem + 1.1111111111vw, 1.875rem)) {
    .form__label {
      font-size: calc(0.875rem + 1 * (100vw - 30rem) / 90);
    }
  }

  @supports (margin-bottom: clamp(1.5rem, 0.125rem + 4.5833333333vw, 5.625rem)) {
    .form__label:not(:last-child) {
      margin-bottom: clamp(1.5rem, 0.125rem + 4.5833333333vw, 5.625rem);
    }
  }

  @supports not (margin-bottom: clamp(1.5rem, 0.125rem + 4.5833333333vw, 5.625rem)) {
    .form__label:not(:last-child) {
      margin-bottom: calc(1.5rem + 4.125 * (100vw - 30rem) / 90);
    }
  }
}

@media (min-width: 48em) and (max-width: 120em) {
  @supports (font-size: clamp(1.25rem, 0.8333333333rem + 0.8680555556vw, 1.875rem)) {
    .quantity__text {
      font-size: clamp(1.25rem, 0.8333333333rem + 0.8680555556vw, 1.875rem);
    }
  }

  @supports not (font-size: clamp(1.25rem, 0.8333333333rem + 0.8680555556vw, 1.875rem)) {
    .quantity__text {
      font-size: calc(1.25rem + 0.625 * (100vw - 48rem) / 72);
    }
  }

  @supports (padding: clamp(0.875rem, 0.4166666667rem + 0.9548611111vw, 1.5625rem)) {
    .quantity__text {
      padding: clamp(0.875rem, 0.4166666667rem + 0.9548611111vw, 1.5625rem);
    }
  }

  @supports not (padding: clamp(0.875rem, 0.4166666667rem + 0.9548611111vw, 1.5625rem)) {
    .quantity__text {
      padding: calc(0.875rem + 0.6875 * (100vw - 48rem) / 72);
    }
  }

  @supports (gap: clamp(0.625rem, 0.0000000625rem + 1.3020833333vw, 1.5625rem)) {
    .payment__items {
      gap: clamp(0.625rem, 0.0000000625rem + 1.3020833333vw, 1.5625rem);
    }
  }

  @supports not (gap: clamp(0.625rem, 0.0000000625rem + 1.3020833333vw, 1.5625rem)) {
    .payment__items {
      gap: calc(0.625rem + 0.9375 * (100vw - 48rem) / 72);
    }
  }

  @supports (font-size: clamp(1.25rem, 0.8333333333rem + 0.8680555556vw, 1.875rem)) {
    .payment__text {
      font-size: clamp(1.25rem, 0.8333333333rem + 0.8680555556vw, 1.875rem);
    }
  }

  @supports not (font-size: clamp(1.25rem, 0.8333333333rem + 0.8680555556vw, 1.875rem)) {
    .payment__text {
      font-size: calc(1.25rem + 0.625 * (100vw - 48rem) / 72);
    }
  }

  @supports (padding: clamp(0.875rem, 0.4166666667rem + 0.9548611111vw, 1.5625rem)) {
    .payment__text {
      padding: clamp(0.875rem, 0.4166666667rem + 0.9548611111vw, 1.5625rem);
    }
  }

  @supports not (padding: clamp(0.875rem, 0.4166666667rem + 0.9548611111vw, 1.5625rem)) {
    .payment__text {
      padding: calc(0.875rem + 0.6875 * (100vw - 48rem) / 72);
    }
  }

  @supports (font-size: clamp(1.5rem, 1.3333333333rem + 0.3472222222vw, 1.75rem)) {
    .form__city {
      font-size: clamp(1.5rem, 1.3333333333rem + 0.3472222222vw, 1.75rem);
    }
  }

  @supports not (font-size: clamp(1.5rem, 1.3333333333rem + 0.3472222222vw, 1.75rem)) {
    .form__city {
      font-size: calc(1.5rem + 0.25 * (100vw - 48rem) / 72);
    }
  }

  @supports (font-size: clamp(1.5rem, 1.3333333333rem + 0.3472222222vw, 1.75rem)) {
    .form__city::-webkit-input-placeholder {
      font-size: clamp(1.5rem, 1.3333333333rem + 0.3472222222vw, 1.75rem);
    }
    .form__city::-moz-placeholder {
      font-size: clamp(1.5rem, 1.3333333333rem + 0.3472222222vw, 1.75rem);
    }
    .form__city:-ms-input-placeholder {
      font-size: clamp(1.5rem, 1.3333333333rem + 0.3472222222vw, 1.75rem);
    }
    .form__city::-ms-input-placeholder {
      font-size: clamp(1.5rem, 1.3333333333rem + 0.3472222222vw, 1.75rem);
    }
    .form__city::placeholder {
      font-size: clamp(1.5rem, 1.3333333333rem + 0.3472222222vw, 1.75rem);
    }
  }

  @supports not (font-size: clamp(1.5rem, 1.3333333333rem + 0.3472222222vw, 1.75rem)) {
    .form__city::-webkit-input-placeholder {
      font-size: calc(1.5rem + 0.25 * (100vw - 48rem) / 72);
    }
    .form__city::-moz-placeholder {
      font-size: calc(1.5rem + 0.25 * (100vw - 48rem) / 72);
    }
    .form__city:-ms-input-placeholder {
      font-size: calc(1.5rem + 0.25 * (100vw - 48rem) / 72);
    }
    .form__city::-ms-input-placeholder {
      font-size: calc(1.5rem + 0.25 * (100vw - 48rem) / 72);
    }
    .form__city::placeholder {
      font-size: calc(1.5rem + 0.25 * (100vw - 48rem) / 72);
    }
  }
}

@media (min-width: 23.4375em) and (max-width: 103.75em) {
  @supports (font-size: clamp(1.375rem, 1.2290856031rem + 0.6225680934vw, 1.875rem)) {
    .form__finish {
      font-size: clamp(1.375rem, 1.2290856031rem + 0.6225680934vw, 1.875rem);
    }
  }

  @supports not (font-size: clamp(1.375rem, 1.2290856031rem + 0.6225680934vw, 1.875rem)) {
    .form__finish {
      font-size: calc(1.375rem + 0.5 * (100vw - 23.4375rem) / 80.3125);
    }
  }

  @supports (margin-top: clamp(1.875rem, 1.1454280156rem + 3.1128404669vw, 4.375rem)) {
    .step__buttons {
      margin-top: clamp(1.875rem, 1.1454280156rem + 3.1128404669vw, 4.375rem);
    }
  }

  @supports not (margin-top: clamp(1.875rem, 1.1454280156rem + 3.1128404669vw, 4.375rem)) {
    .step__buttons {
      margin-top: calc(1.875rem + 2.5 * (100vw - 23.4375rem) / 80.3125);
    }
  }

  @supports (gap: clamp(0.9375rem, 0.6639105058rem + 1.1673151751vw, 1.875rem)) {
    .step__buttons {
      gap: clamp(0.9375rem, 0.6639105058rem + 1.1673151751vw, 1.875rem);
    }
  }

  @supports not (gap: clamp(0.9375rem, 0.6639105058rem + 1.1673151751vw, 1.875rem)) {
    .step__buttons {
      gap: calc(0.9375rem + 0.9375 * (100vw - 23.4375rem) / 80.3125);
    }
  }
}
