.delivery-payment-page {
  margin: 0;
}

.page-template-page-delivery-payment .entry-title,
.page-template-page-delivery-payment .page-title {
  display: none;
}

.delivery-payment,
.delivery-payment *,
.delivery-payment *::before,
.delivery-payment *::after {
  box-sizing: border-box;
}
.delivery-payment {
  padding-block: 18px 40px;
  color: var(--gray900);
}
.delivery-payment__inner {
  width: 100%;
  max-width: 792px;
  margin-inline: auto;
  padding-inline: var(--fo-space-m);
}
@media (width > 767.98px) {
  .delivery-payment__inner {
    padding-inline: 24px;
  }
}
.delivery-payment__hero {
  padding-bottom: 28px;
}
.delivery-payment__breadcrumbs {
  display: flex;
  align-items: center;
  gap: var(--fo-space-xs);
  margin-bottom: 22px;
  color: var(--gray500);
  font-size: var(--font-size-sm);
  line-height: 1.4;
}
.delivery-payment__breadcrumbs a {
  color: inherit;
  text-decoration: none;
}
.delivery-payment__title {
  margin: 0 0 24px;
  color: var(--gray900);
  font-size: 42px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0;
}
@media (width <= 767.98px) {
  .delivery-payment__title {
    font-size: 34px;
  }
}
.delivery-payment__status {
  display: flex;
  align-items: center;
  gap: var(--fo-space-s);
  padding: var(--fo-space-s) var(--fo-space-m);
  border: 1px solid var(--fo-primary-a12);
  border-radius: var(--fo-round-xl);
  background: var(--fo-primary-a10);
  color: var(--gray900);
  font-size: var(--font-size-base);
  line-height: 1.35;
}
.delivery-payment__status strong,
.delivery-payment__status b {
  color: var(--fo-primary);
}
.delivery-payment__status-icon {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  color: var(--fo-primary);
}
.delivery-payment__status-text {
  flex: 1 1 0;
  min-width: 0;
  white-space: normal;
}
.delivery-payment__section {
  margin-bottom: 30px;
}
.delivery-payment__section-title {
  margin: 0 0 var(--fo-space-m);
  color: var(--gray900);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
}
@media (width <= 767.98px) {
  .delivery-payment__section-title {
    font-size: 24px;
  }
}
.delivery-payment__faq-list {
  max-width: 100%;
}
.delivery-payment__secure-note {
  display: flex;
  gap: var(--fo-space-xs);
  margin: var(--fo-space-m) 0 0;
  color: var(--gray600);
  font-size: var(--font-size-sm);
  line-height: 1.45;
}

.delivery-payment-summary {
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 1px solid var(--gray200);
  border-radius: var(--fo-round-xl);
  background: var(--white);
  list-style: none;
}
.delivery-payment-summary__item {
  display: flex;
  align-items: center;
  gap: var(--fo-space-m);
  min-height: 82px;
  padding: var(--fo-space-m);
  border-bottom: 1px solid var(--gray200);
}
.delivery-payment-summary__item:last-child {
  border-bottom: 0;
}
.delivery-payment-summary__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  padding: 8px;
  border-radius: 50%;
  background: var(--fo-primary-a10);
  color: var(--fo-primary);
}
.delivery-payment-summary__body {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
}
.delivery-payment-summary__title {
  color: var(--gray900);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}
@media (width <= 767.98px) {
  .delivery-payment-summary__title {
    font-size: var(--font-size-base);
  }
}
.delivery-payment-summary__text {
  color: var(--gray500);
  font-size: var(--font-size-base);
  line-height: 1.35;
}
@media (width <= 767.98px) {
  .delivery-payment-summary__text {
    font-size: var(--font-size-sm);
  }
}
.delivery-payment-summary__chevron {
  flex: 0 0 auto;
  width: 9px;
  height: 13px;
  color: var(--gray900);
}

.delivery-payment-requisites {
  margin-top: var(--fo-space-m);
  padding: var(--fo-space-m);
  border: 1px solid var(--gray200);
  border-radius: var(--fo-round-xl);
  background: var(--white);
}
.delivery-payment-requisites__title {
  margin: 0 0 var(--fo-space-m);
  color: var(--gray900);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}
.delivery-payment-requisites__list {
  display: flex;
  flex-direction: column;
  gap: var(--fo-space-m);
  margin: 0;
}
.delivery-payment-requisites__row {
  display: grid;
  grid-template-columns: minmax(88px, 120px) minmax(0, 1fr);
  gap: var(--fo-space-s);
  margin: 0;
}
@media (width <= 767.98px) {
  .delivery-payment-requisites__row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
.delivery-payment-requisites__row dt {
  color: var(--gray500);
  font-size: var(--font-size-sm);
  line-height: 1.35;
}
.delivery-payment-requisites__row dd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--fo-space-s);
  min-width: 0;
  margin: 0;
  color: var(--gray900);
  font-size: var(--font-size-base);
  font-weight: 600;
  line-height: 1.35;
}
@media (width <= 767.98px) {
  .delivery-payment-requisites__row dd {
    align-items: flex-start;
    flex-direction: column;
  }
}
.delivery-payment-requisites__value {
  overflow-wrap: anywhere;
}
.delivery-payment-requisites__copy {
  flex: 0 0 auto;
  border: 1px solid var(--fo-primary);
  background: var(--white);
  color: var(--fo-primary);
}
.delivery-payment-requisites__copy:hover, .delivery-payment-requisites__copy:focus-visible {
  border-color: var(--fo-primary-hover);
  background: var(--fo-primary);
  color: var(--white);
}
