@font-face {
  font-family: 'Geologica';
  src: url('../fonts/ecom2026/geologica-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geologica';
  src: url('../fonts/ecom2026/geologica-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geologica';
  src: url('../fonts/ecom2026/geologica-500.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geologica';
  src: url('../fonts/ecom2026/geologica-500.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.page-payment-body {
  margin: 0;
  min-width: 320px;
  background: #f7f7f7;
  color: #000000;
  font-family: 'Geologica', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.page-payment {
  width: 100%;
  min-width: 320px;
  max-width: 100%;
  overflow-x: clip;
  background: #f7f7f7;
}
.payment-page {
  padding: 80px 0 120px;
}
.payment-page__container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}
.payment-page__title {
  margin: 0 0 48px;
  font-size: 40px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.3px;
  text-align: center;
  color: #000000;
}
.payment-status {
  max-width: 820px;
  margin: -24px auto 32px;
  padding: 16px 20px;
  border-radius: 12px;
  background: rgba(203, 4, 61, 0.08);
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
.payment-status_error {
  background: rgba(203, 4, 61, 0.12);
  color: #cb043d;
}
.payment-page__inner {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}
.payment-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 0 0 76px;
  padding: 0;
  border: 0;
  list-style: none;
}
.payment-tabs__item {
  flex: 0 1 400px;
  max-width: 100%;
  min-width: 0;
}
.payment-tabs__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
  min-height: 116px;
  padding: 36px 48px 36px 36px;
  border: 1.5px solid transparent;
  border-radius: 24px;
  background: #ffffff;
  color: #000000;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.payment-tabs__link:hover,
.payment-tabs__link:focus-visible {
  color: #000000;
  text-decoration: none;
  border-color: rgba(203, 4, 61, 0.35);
}
.payment-tabs__link.active {
  border-color: #cb043d;
}
.payment-tabs__icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: block;
}
.payment-tabs__label {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  white-space: nowrap;
}
.payment-tab-content .tab-pane:not(.show) {
  display: none;
}
.payment-tab-content .fade {
  transition: opacity 0.15s linear;
}
.payment-tab-content .fade:not(.show) {
  opacity: 0;
}
.payment-tab-content .tab-pane {
  outline: none;
}
.payment-hint {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-bottom: 36px;
}
.payment-hint__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 8px;
  background: #000000;
  color: #ffffff;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  white-space: nowrap;
}
.payment-hint__text {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #000000;
}
.payment-bill-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 48px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #000000;
}
.payment-bill-info__lead {
  margin: 0;
}
.payment-bill-info__list {
  margin: 0;
  padding-left: 24px;
}
.payment-bill-info__list li + li {
  margin-top: 6px;
}
.payment-bill-info__links {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.payment-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 36px;
}
.payment-form__row {
  display: flex;
  gap: 20px;
  width: 100%;
}
.payment-form__note {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #000000;
}
.payment-form__note-start {
  font-weight: 500;
}
.payment-form__asterisk {
  color: #cb043d;
}
.payment-form__error {
  margin: 0;
  color: #cb043d;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.payment-field {
  display: block;
  min-width: 0;
}
.payment-field_half {
  flex: 1 1 0;
}
.payment-field_grow {
  flex: 1 1 0;
}
.payment-field_fixed {
  flex: 0 0 339px;
  max-width: 339px;
}
.payment-field__input {
  display: block;
  width: 100%;
  height: 60px;
  padding: 20px 24px;
  border: 0;
  border-radius: 12px;
  background: #ffffff;
  color: #000000;
  font-family: inherit;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  box-sizing: border-box;
}
.payment-field__input::placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.payment-field__input:focus {
  outline: 2px solid rgba(203, 4, 61, 0.35);
  outline-offset: 0;
}
.payment-form__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 62px;
  padding: 16px 24px;
  border: 0;
  border-radius: 12px;
  background: #cb043d;
  color: #ffffff;
  font-family: inherit;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  box-sizing: border-box;
  transition: opacity 0.2s ease;
}
.payment-form__submit:hover {
  opacity: 0.92;
}
.payment-form__submit:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 2px;
}
.payment-consent {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin: 0;
  cursor: pointer;
}
.payment-consent__checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.payment-consent__box {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-top: 0;
  border: 2px solid #000000;
  border-radius: 4px;
  box-sizing: border-box;
  background: transparent;
  position: relative;
}
.payment-consent__checkbox:focus-visible + .payment-consent__box {
  outline: 2px solid #cb043d;
  outline-offset: 2px;
}
.payment-consent__checkbox:checked + .payment-consent__box {
  background: #000000;
  border-color: #000000;
}
.payment-consent__checkbox:checked + .payment-consent__box::after {
  content: '';
  position: absolute;
  left: 7px;
  top: 3px;
  width: 6px;
  height: 11px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.payment-consent__text {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #000000;
}
.payment-link {
  color: #cb043d;
  text-decoration: none;
}
.payment-link:hover {
  color: #cb043d;
  text-decoration: underline;
}
.payment-link:focus-visible {
  outline: 2px solid #cb043d;
  outline-offset: 2px;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (min-width: 1200px) {
  .payment-page {
    padding-top: 184px;
    padding-bottom: 156px;
  }
  .payment-page__container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .payment-tabs__item {
    flex: 0 0 400px;
    width: 400px;
    max-width: 400px;
  }
}
@media (max-width: 1199.98px) {
  .payment-tabs__label {
    white-space: normal;
    text-align: left;
  }
}
@media (max-width: 991.98px) {
  .payment-page {
    padding-top: 64px;
    padding-bottom: 96px;
  }
  .payment-page__title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 40px;
  }
  .payment-tabs {
    margin-bottom: 48px;
  }
  .payment-tabs__item {
    flex: 1 1 calc(50% - 10px);
  }
  .payment-tabs__link {
    min-height: 96px;
    padding: 24px 28px;
    gap: 16px;
  }
  .payment-tabs__icon {
    width: 36px;
    height: 36px;
  }
  .payment-tabs__label {
    font-size: 20px;
    line-height: 24px;
  }
  .payment-form__row_bill {
    flex-wrap: wrap;
  }
  .payment-field_fixed {
    flex: 1 1 0;
    max-width: none;
  }
}
@media (max-width: 767.98px) {
  .payment-page__title {
    font-size: 32px;
    line-height: 36px;
    text-align: left;
  }
  .payment-tabs {
    flex-direction: column;
    align-items: stretch;
  }
  .payment-tabs__item {
    flex: 1 1 auto;
  }
  .payment-tabs__link {
    justify-content: flex-start;
    width: 100%;
  }
  .payment-hint {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .payment-form__row {
    flex-direction: column;
  }
  .payment-field_fixed {
    flex: 1 1 auto;
    max-width: none;
  }
  .payment-form__submit {
    font-size: 20px;
    min-height: 56px;
  }
}
@media (max-width: 575.98px) {
  .payment-page {
    padding-top: 48px;
    padding-bottom: 80px;
  }
  .payment-page__container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .payment-page__title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 32px;
  }
  .payment-tabs {
    margin-bottom: 32px;
    gap: 12px;
  }
  .payment-tabs__link {
    min-height: 80px;
    padding: 20px;
    border-radius: 16px;
  }
  .payment-tabs__label {
    font-size: 18px;
    line-height: 22px;
  }
  .payment-hint__text {
    font-size: 16px;
    line-height: 22px;
  }
  .payment-bill-info {
    margin-bottom: 32px;
    gap: 20px;
  }
}
@media (max-width: 359.98px) {
  .payment-tabs__link {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    min-height: auto;
  }
  .payment-tabs__label {
    font-size: 16px;
    line-height: 20px;
  }
  .payment-field__input {
    height: 52px;
    padding: 16px;
    font-size: 15px;
  }
  .payment-form__submit {
    font-size: 18px;
    min-height: 52px;
    padding: 14px 16px;
  }
  .payment-consent__text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 319.98px) {
  .payment-page__container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
