.pay__mark {
  position: absolute;
  left: 24px;
  top: 24px;
  display: block;
}

.pay__display {
  margin: 25px 0 0;
  width: 460px;
  max-width: 100%;
  min-height: 144px;
  color: var(--cream);
  font-size: 44px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 3.52px;
}

.pay__blurb {
  margin-top: 36px;
}

.pay__rule {
  width: 456px;
  max-width: 100%;
  height: 1px;
  margin-top: 33px;
  background: rgba(245, 242, 234, 0.18);
}

.pay__sum-label {
  margin: 23px 0 0;
  color: rgba(245, 242, 234, 0.65);
  font-size: 9px;
  font-weight: 500;
  line-height: 10px;
  letter-spacing: 0.9px;
}

.pay__line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 456px;
  max-width: 100%;
  margin-top: 21px;
  color: var(--cream);
  font-size: 11px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.88px;
}

.pay__line b {
  font-weight: 500;
  letter-spacing: 0.88px;
}

.pay__line--daram {
  margin-top: 13px;
  color: rgba(245, 242, 234, 0.8);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.8px;
}

.pay__line--daram b {
  color: var(--gold);
  font-weight: 600;
  letter-spacing: 0.8px;
}

.pay__line--offer {
  margin-top: 12px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.8px;
}

.pay__line--offer b {
  color: var(--gold);
  letter-spacing: 0.8px;
}

.pay__rule--end {
  margin-top: 12px;
}

.pay__total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 456px;
  max-width: 100%;
  margin-top: 13px;
}

.pay__total span {
  color: var(--cream);
  font-size: 11px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0.88px;
}

.pay__total strong {
  color: var(--gold);
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 2.24px;
}

.pay__brand {
  position: absolute;
  left: 47px;
  bottom: 13px;
  display: flex;
  align-items: center;
  gap: 29px;
  height: 33px;
}

.pay__brand-name {
  color: var(--cream);
  font-size: 15px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0.9px;
}

.pay__brand-name b {
  color: var(--ochre);
  font-weight: 700;
}

.pay__brand-line {
  width: 367px;
  height: 1px;
  border-radius: 3px;
  background: var(--ochre);
}

.pay__main {
  flex: 1 1 auto;
  min-width: 0;
  box-sizing: border-box;
  padding: 58px 72px 24px;
}

.pay__sheet {
  width: min(696px, 100%);
}

.pay__back {
  position: relative;
  display: flex;
  width: max-content;
  align-items: center;
  height: 14px;
  margin: 0;
  padding: 0 12px 0 0;
  border: 0;
  background: none;
  color: rgba(6, 19, 33, 0.65);
  cursor: pointer;
  font: 500 9px/14px 'Manrope', sans-serif;
  letter-spacing: 0.54px;
}

.pay__back::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -15px;
  bottom: -15px;
}

.pay__kicker {
  margin: 78px 0 0;
  color: #c88f12;
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0.6px;
}

.pay__title {
  margin: 28px 0 0;
  max-width: 620px;
  color: var(--ink);
  font-size: 46px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -0.46px;
}

.pay__lead {
  margin: 27px 0 0;
  max-width: 570px;
  color: rgba(6, 19, 33, 0.55);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.8px;
}

.pay__label {
  margin: 48px 0 0;
  color: var(--ochre);
  font-size: 10px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 1px;
}

.pay__options {
  display: flex;
  flex-direction: column;
  gap: 26px;
  width: 570px;
  max-width: calc(100% - 25px);
  margin: 11px 0 0 25px;
}

.pay__opt {
  position: relative;
  display: block;
  width: 100%;
  height: 120px;
  margin: 0;
  padding: 19px 16px 14px 64px;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid rgba(6, 19, 33, 0.54);
  border-radius: 16px;
  background: var(--cream);
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  font-family: inherit;
}

.pay__opt.is-on {
  border-color: #c88f12;
  background: rgba(240, 194, 75, 0.28);
}

.pay__bar {
  position: absolute;
  left: 0;
  top: 12px;
  width: 7px;
  height: 99px;
  border-radius: 5px;
  background: var(--ochre);
}

.pay__radio {
  position: absolute;
  left: 5px;
  top: 30px;
  display: block;
}

.pay__opt-name {
  display: block;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  letter-spacing: 1.4px;
}

.pay__opt-text {
  display: block;
  margin-top: 10px;
  color: #000;
  font-size: 11px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 1.1px;
}

.pay__opt-meta {
  display: block;
  margin-top: 16px;
  color: var(--ochre);
  font-size: 9px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.45px;
}

.pay__terms {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: min(520px, 100%);
  margin: 26px 0 0 59px;
  color: rgba(6, 19, 33, 0.75);
  font-size: 11px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.55px;
  cursor: pointer;
}

.pay__check {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin: 2px 0 0;
  border: 1px solid rgba(6, 19, 33, 0.35);
  border-radius: 0;
  background: transparent;
  cursor: pointer;
}

.pay__check:checked {
  border-color: #c88f12;
  background: #f0c24b;
}

.pay__terms-link {
  padding: 0;
  border: 0;
  background: none;
  color: rgba(200, 143, 18, 0.75);
  font: 600 11px/25px 'Manrope', sans-serif;
  letter-spacing: 0.55px;
  cursor: pointer;
}

.pay__go {
  display: block;
  width: 100%;
  height: 56px;
  margin-top: 85px;
  border: 0;
  border-radius: 28px;
  background: var(--gold);
  color: var(--ink);
  cursor: pointer;
  font: 700 13px/25px 'Manrope', sans-serif;
  letter-spacing: 0.65px;
}

.pay__fine {
  margin: 28px 0 0;
  color: rgba(6, 19, 33, 0.4);
  font-size: 8px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.4px;
  text-align: center;
}

@media (max-width: 1180px) {
  .pay__display {
    width: auto;
    min-height: 0;
    font-size: clamp(28px, 8vw, 40px);
    line-height: 1.15;
    letter-spacing: 0.04em;
  }
  .pay__blurb { margin-top: 20px; }
  .pay__line,
  .pay__rule,
  .pay__total { width: 100%; }
  .pay__brand {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    margin-top: 28px;
  }
  .pay__brand-line { flex: 1; width: auto; }
  .pay__main { padding: 28px 20px 40px; }
  .pay__title {
    font-size: clamp(32px, 8vw, 46px);
    line-height: 1.2;
    letter-spacing: 0;
  }
  .pay__lead { letter-spacing: 0.02em; }
  .pay__options {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .pay__opt { height: auto; min-height: 120px; }
  .pay__opt-name,
  .pay__opt-text { letter-spacing: 0.04em; }
  .pay__terms { margin-left: 0; width: 100%; }
  .pay__go { margin-top: 28px; }
}
