body.notewall-payment-body #content.site-content > .ast-container {
  width: 100%;
  max-width: none;
  padding: 0;
  display: block;
}

body.notewall-payment-body #primary,
body.notewall-payment-body .site-main,
body.notewall-payment-body .entry-content {
  width: 100%;
  margin: 0;
}

body.notewall-payment-body .entry-content > * {
  max-width: none;
}

.notewall-payment-page {
  --nw-payment-text: #1b2830;
  --nw-payment-body: #3b434d;
  --nw-payment-muted: #64727e;
  --nw-payment-border: #e7eef2;
  --nw-payment-border-strong: #bfe3ec;
  --nw-payment-soft: #f7fcfd;
  --nw-payment-accent: #2ba8c4;
  --nw-payment-accent-dark: #22869d;
  color: var(--nw-payment-text);
  font-family: Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  width: 100%;
  padding: 28px 0 0;
}

.notewall-payment-page *,
.notewall-payment-page *::before,
.notewall-payment-page *::after {
  box-sizing: border-box;
}

.notewall-payment-page h1,
.notewall-payment-page h2,
.notewall-payment-page h3,
.notewall-payment-page p,
.notewall-payment-page figure,
.notewall-payment-page dl,
.notewall-payment-page dd {
  margin: 0;
  letter-spacing: 0;
}

.notewall-payment-page p {
  font-size: 16px !important;
  line-height: 24px !important;
}

.notewall-payment-page a {
  text-decoration: none;
}

.notewall-payment-page [hidden] {
  display: none !important;
}

.nw-payment-hero {
  position: relative;
  width: min(calc(100% - 48px), 1280px);
  max-width: 1280px;
  min-height: 238px;
  display: grid;
  align-items: center;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
  background:
    linear-gradient(95.29deg, #eef8fa -1.08%, #eaf1fb 34.6%, rgba(244, 250, 253, 0) 63.8%),
    url(//notewall.ru/wp-content/themes/astra-child/assets/images/payment-delivery/hero.png) center right / cover no-repeat;
}

.nw-payment-hero__content {
  position: relative;
  z-index: 1;
  max-width: 620px;
  padding: 24px 40px;
}

.nw-payment-hero h1 {
  color: var(--nw-payment-text);
  font-size: 48px !important;
  font-weight: 800 !important;
  line-height: 55px !important;
  letter-spacing: -1px !important;
}

.nw-payment-hero p {
  max-width: 540px;
  margin-top: 18px;
  color: var(--nw-payment-muted);
  font-size: 18px !important;
  font-weight: 400;
  line-height: 24px !important;
}

.nw-payment-section {
  width: min(calc(100% - 48px), 1280px);
  max-width: 1280px;
  margin: 100px auto 0;
}

.nw-payment-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 34px;
}

.nw-payment-section__copy {
  max-width: 650px;
}

.nw-payment-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  color: var(--nw-payment-accent-dark);
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.nw-payment-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: var(--nw-payment-accent);
}

.nw-payment-section h2 {
  color: var(--nw-payment-text);
  font-size: 34px !important;
  font-weight: 800 !important;
  line-height: 38px !important;
  letter-spacing: -0.5px !important;
}

.notewall-payment-page .nw-payment-section__copy p {
  margin-top: 16px;
  color: var(--nw-payment-body);
  font-size: 16px !important;
  line-height: 24px !important;
}

.nw-payment-delivery .nw-payment-section__copy {
  max-width: 476px;
}

.nw-payment-switch {
  width: 360px;
  max-width: 100%;
  height: 59px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  flex: 0 0 min(100%, 360px);
  padding: 5px;
  border: 1px solid var(--nw-payment-border);
  border-radius: 999px;
  background: #fff;
}

.nw-payment-switch button {
  min-width: 0;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 999px;
  background: transparent;
  color: var(--nw-payment-body);
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  white-space: nowrap !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  cursor: pointer;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.nw-payment-switch button.is-active {
  background: var(--nw-payment-accent);
  box-shadow: 0 6px 16px rgba(43, 168, 196, 0.32);
  color: #fff;
}

.nw-delivery-layout {
  display: grid;
  grid-template-columns: minmax(0, 816px) minmax(360px, 440px);
  grid-template-areas:
    "panels visual"
    "note note"
    "button button";
  gap: 24px;
  align-items: stretch;
}

.nw-delivery-panels {
  grid-area: panels;
}

.nw-delivery-table {
  height: 497px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--nw-payment-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(27, 40, 48, 0.05);
}

.nw-delivery-row {
  display: grid;
  grid-template-columns: 330px 220px 264px;
  gap: 0;
  align-items: center;
}

.nw-delivery-row--head {
  min-height: 55px;
  flex: 0 0 55px;
  background: linear-gradient(90.62deg, #22869d 0%, #2ba8c4 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
}

.nw-delivery-row--head > div,
.nw-delivery-row > div {
  padding: 14px 20px;
}

.nw-delivery-row:not(.nw-delivery-row--head) {
  flex: 1 1 0;
}

.nw-delivery-row:not(.nw-delivery-row--head) + .nw-delivery-row {
  border-top: 1px solid var(--nw-payment-border);
}

.nw-delivery-row:not(.nw-delivery-row--head) > div + div {
  border-left: 1px solid var(--nw-payment-border);
}

.nw-delivery-method h3 {
  color: var(--nw-payment-text);
  font-size: 17px !important;
  font-weight: 800 !important;
  line-height: 23px !important;
}

.nw-delivery-method p,
.nw-delivery-stat em {
  display: block;
  margin-top: 6px;
  color: var(--nw-payment-muted);
  font-size: 13px;
  font-style: normal;
  line-height: 18px;
}

.nw-delivery-method p {
  font-size: 13px !important;
  line-height: 18px !important;
}

.nw-delivery-stat span {
  display: none;
}

.nw-delivery-stat strong {
  color: var(--nw-payment-text);
  font-size: 16px;
  font-weight: 800;
  line-height: 22px;
}

.nw-delivery-stat strong.is-accent,
.nw-delivery-card__stats strong.is-accent {
  color: var(--nw-payment-accent);
}

.nw-delivery-cards {
  display: none;
}

.nw-delivery-note {
  grid-area: note;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 22px;
  min-height: 138px;
  padding: 20px 24px;
  border: 1px solid var(--nw-payment-border-strong);
  border-radius: 12px;
  background: var(--nw-payment-soft);
}

.nw-delivery-note__head {
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 8px;
  min-width: 74px;
  color: var(--nw-payment-accent-dark);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.nw-delivery-note__head span {
  width: 36px;
  height: 36px;
  display: block;
  border-radius: 50%;
  background: #eaf8fb;
  background: #fff url(//notewall.ru/wp-content/themes/astra-child/assets/icons/payment-delivery/info.svg) center / 24px 24px no-repeat;
}

.nw-delivery-note__text {
  display: grid;
  gap: 10px;
}

.nw-delivery-note p {
  color: var(--nw-payment-body);
  font-size: 15px !important;
  line-height: 23px !important;
}

.nw-delivery-note p strong {
  color: var(--nw-payment-text);
  font-weight: 800;
}

.nw-payment-btn {
  grid-area: button;
  width: min(620px, 100%);
  min-height: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-top: 0;
  margin-left: auto;
  padding: 16px 28px;
  border-radius: 999px;
  background: var(--nw-payment-accent);
  box-shadow: 0 8px 20px rgba(43, 168, 196, 0.32);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 20px;
}

.nw-payment-btn:hover,
.nw-payment-btn:focus-visible {
  background: var(--nw-payment-accent-dark);
  color: #fff;
}

.nw-delivery-visual {
  grid-area: visual;
  position: relative;
  height: 497px;
  min-height: 497px;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 16px 36px rgba(27, 40, 48, 0.07);
}

.nw-delivery-visual img,
.nw-pickup-map img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.nw-delivery-visual-card {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: min(393px, calc(100% - 48px));
  display: grid;
  gap: 6px;
  padding: 18px 20px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(27, 40, 48, 0.14);
}

.nw-delivery-visual-card strong {
  color: var(--nw-payment-accent);
  font-size: 22px;
  font-weight: 800;
  line-height: 30px;
}

.nw-delivery-visual-card span {
  color: var(--nw-payment-muted);
  font-size: 14px;
  line-height: 20px;
}

.nw-pickup-shell {
  width: 100%;
  margin-top: 100px;
  padding: 70px 80px;
  background: var(--nw-payment-soft);
}

.nw-pickup {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.nw-pickup-panel {
  display: grid;
  grid-template-columns: 626px 630px;
  gap: 24px;
  align-items: stretch;
}

.nw-pickup-panel > * {
  min-width: 0;
}

.nw-pickup-panel[hidden] {
  display: none !important;
}

.nw-pickup-map {
  position: relative;
  height: 498px;
  min-height: 498px;
  overflow: hidden;
  border: 1px solid var(--nw-payment-border);
  border-radius: 20px;
  background: var(--nw-payment-soft);
  box-shadow: 0 16px 36px rgba(27, 40, 48, 0.05);
}

.nw-pickup-map figcaption {
  position: absolute;
  left: 20px;
  top: auto;
  bottom: 20px;
  padding: 12px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--nw-payment-accent-dark);
  font-size: 13px;
  font-weight: 800;
  line-height: 18px;
}

.nw-pickup-card,
.nw-condition-benefits article,
.nw-payment-method,
.nw-payment-alerts article {
  border: 1px solid var(--nw-payment-border);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(27, 40, 48, 0.04);
}

.nw-pickup-card {
  display: flex;
  flex-direction: column;
  height: 498px;
  padding: 34px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(229, 244, 248, 0.72), transparent 34%),
    #fff;
  box-shadow: 0 4px 53.3px 11px rgba(0, 0, 0, 0.05);
}

.nw-pickup-card__icon,
.nw-pickup-card > span:not(.nw-pickup-card__icon),
.nw-payment-alerts h3 {
  color: var(--nw-payment-accent-dark);
  font-size: 15px;
  font-weight: 800;
  line-height: 24px;
  text-transform: uppercase;
}

.nw-pickup-card__icon {
  position: relative;
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #eef9fc;
}

.nw-pickup-card__icon::before {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  background: url(//notewall.ru/wp-content/themes/astra-child/assets/icons/payment-delivery/location.svg) center / contain no-repeat;
}

.nw-pickup-card__icon::after {
  content: none;
}

.nw-pickup-card h3 {
  margin-top: 12px;
  color: var(--nw-payment-accent-dark) !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  line-height: 30px !important;
}

.nw-pickup-card p {
  margin-top: 4px;
  color: var(--nw-payment-body);
  font-size: 16px !important;
  line-height: 24px !important;
}

.nw-pickup-card dl {
  display: grid;
  gap: 14px;
  margin-top: 16px;
}

.nw-pickup-card dl div {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 5px;
  align-items: start;
  padding-left: 22px;
  border-radius: 0;
  background: transparent;
}

.nw-pickup-card dl div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--nw-payment-accent);
}

.nw-pickup-card dt {
  color: var(--nw-payment-accent-dark);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: none;
}

.nw-pickup-card dt::after {
  content: ":";
}

.nw-pickup-card dd {
  margin-top: 0;
  color: var(--nw-payment-text);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.nw-pickup-card .nw-pickup-note {
  margin-top: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--nw-payment-accent-dark) !important;
  font-size: 13px !important;
  font-weight: 700;
  line-height: 18px !important;
}

.nw-pickup-route {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: auto;
  padding: 14px 26px;
  border: 1px solid var(--nw-payment-accent);
  border-radius: 999px;
  color: var(--nw-payment-accent-dark);
  font-size: 15px;
  font-weight: 800;
  line-height: 20px;
}

.nw-condition-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  margin-top: 34px;
}

.nw-condition-benefits article {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  column-gap: 14px;
  align-items: center;
  padding: 0 20px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.nw-condition-benefits article + article {
  border-left: 1px solid var(--nw-payment-border);
}

.nw-condition-benefits article:first-child {
  padding-left: 0;
}

.nw-condition-benefits article:last-child {
  padding-right: 0;
}

.nw-condition-benefits span,
.nw-payment-method__icon,
.nw-payment-alerts article > span {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #eef9fc;
  color: var(--nw-payment-accent);
  font-size: 18px;
  font-weight: 800;
}

.nw-condition-icon::before,
.nw-payment-method__icon::before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background: center / contain no-repeat;
}

.nw-payment-method__icon {
  width: 54px;
  height: 54px;
  border-radius: 15px;
  background: var(--nw-payment-soft);
}

.nw-condition-benefits .nw-condition-icon {
  border-radius: 12px;
  background: transparent;
}

.nw-condition-icon::before {
  width: 52px;
  height: 52px;
}

.nw-condition-icon--package::before {
  background-image: url(//notewall.ru/wp-content/themes/astra-child/assets/icons/payment-delivery/package.svg);
}

.nw-condition-icon--shield::before {
  background-image: url(//notewall.ru/wp-content/themes/astra-child/assets/icons/payment-delivery/shield.svg);
}

.nw-condition-icon--temperature::before {
  background-image: url(//notewall.ru/wp-content/themes/astra-child/assets/icons/payment-delivery/temperature.svg);
}

.nw-condition-benefits h3 {
  margin-top: 0;
  color: var(--nw-payment-text);
  font-size: 21px !important;
  font-weight: 800 !important;
  line-height: 29px !important;
}

.nw-condition-benefits p,
.nw-payment-method p,
.nw-payment-alerts p {
  grid-column: 1 / -1;
  margin-top: 10px;
  color: var(--nw-payment-body);
  font-size: 16px !important;
  line-height: 24px !important;
}

.nw-condition-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin-top: 42px;
}

.nw-condition-trigger {
  min-height: 90px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 22px 22px 28px;
  border: 0;
  background: #fff;
  color: var(--nw-payment-text);
  font: inherit;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-align: left;
  cursor: pointer;
  border: 1px solid var(--nw-payment-border);
  border-radius: 33px;
  box-shadow: 0 6px 16px rgba(43, 168, 196, 0.32);
  transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.nw-condition-trigger i {
  position: relative;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 14px;
  background: url(//notewall.ru/wp-content/themes/astra-child/assets/icons/payment-delivery/accordion.svg) center / contain no-repeat;
  transition: transform 0.2s ease;
}

.nw-condition-trigger:hover,
.nw-condition-trigger:focus-visible,
.nw-condition-trigger.is-active {
  border-color: transparent;
  background: linear-gradient(100deg, #2ba8c4 0%, #0871c5 100%);
  color: #fff;
  transform: translateY(-1px);
}

.nw-condition-trigger:hover i,
.nw-condition-trigger:focus-visible i,
.nw-condition-trigger.is-active i {
  background-color: #fff;
}

body.nw-payment-modal-open {
  overflow: hidden;
}

.nw-payment-modal[hidden] {
  display: none !important;
}

.nw-payment-modal {
  position: fixed;
  inset: 0;
  z-index: 1000000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.nw-payment-modal__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.45);
  cursor: default;
}

.nw-payment-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100vw - 40px));
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  border: 1px solid #e7eef2;
  border-radius: 33px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(12, 12, 13, 0.1), 0 1px 4px rgba(12, 12, 13, 0.05);
  color: #1b2830;
  outline: none;
}

.nw-payment-modal__header {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 11px 24px;
  border-bottom: 2px solid #e7eef2;
  background: #fff;
}

.nw-payment-modal__header h3 {
  margin: 0;
  color: #1b2830;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 26px !important;
}

.nw-payment-modal__close {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0 !important;
  border-radius: 12px;
  background: #f7fcfd !important;
  box-shadow: none !important;
  outline: 0 !important;
  cursor: pointer;
}

.nw-payment-modal__close:focus-visible {
  box-shadow: 0 0 0 2px rgba(43, 168, 196, 0.55) !important;
}

.nw-payment-modal__close span {
  width: 24px;
  height: 24px;
  display: block;
  background: url(//notewall.ru/wp-content/themes/astra-child/assets/icons/payment-delivery/modal-close.svg) center / contain no-repeat;
}

.nw-payment-modal__content {
  padding: 24px 24px 48px;
  font-size: 16px;
  line-height: 24px;
}

.nw-payment-modal__rules {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.nw-payment-modal__rule-column,
.nw-payment-modal__checklist {
  display: grid;
  align-content: start;
  gap: 24px;
}

.nw-payment-modal__rule-column p,
.nw-payment-modal__checklist p {
  display: grid;
  grid-template-columns: 39px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  margin: 0;
  color: #1b2830;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 24px !important;
}

.nw-payment-modal__rule-column p > i,
.nw-payment-modal__checklist p > i {
  width: 39px;
  height: 44px;
  display: block;
  background: url(//notewall.ru/wp-content/themes/astra-child/assets/icons/payment-delivery/modal-check.svg) center / 25px 20px no-repeat;
}

.nw-payment-modal__content a:not(.nw-payment-modal__tracking-link) {
  color: #2ba8c4;
  font-weight: 700;
  text-decoration: none;
}

.nw-payment-modal__return-text {
  padding-bottom: 64px;
}

.nw-payment-modal__return-text p {
  margin: 0;
  color: #1b2830;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 24px !important;
}

.nw-payment-modal__tracking {
  display: grid;
  gap: 32px;
  padding-bottom: 64px;
}

.nw-payment-modal__tracking-link {
  width: 100%;
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 13px 22px;
  border-radius: 999px;
  background: #2ba8c4;
  box-shadow: 0 8px 20px rgba(43, 168, 196, 0.32);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}

.nw-payment-modal__tracking-link i {
  width: 26px;
  height: 20px;
  flex: 0 0 26px;
  background: url(//notewall.ru/wp-content/themes/astra-child/assets/icons/payment-delivery/tracking-arrow.svg) center / contain no-repeat;
}

.nw-payment-mid-cta,
.nw-payment-final {
  position: relative;
  overflow: hidden;
  background: linear-gradient(88.84deg, #309cba -14.36%, #5cc6d9 109%);
  color: #fff;
}

.nw-payment-mid-cta {
  min-height: 181px;
  margin-top: 44px;
  padding: 24px 80px;
}

.nw-payment-mid-cta__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 397px;
  align-items: center;
  gap: 64px;
  margin: 0 auto;
}

.nw-payment-mid-cta::after {
  content: "";
  position: absolute;
  right: -79px;
  top: -273px;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  pointer-events: none;
}

.nw-payment-mid-cta h2,
.nw-payment-final h2 {
  position: relative;
  z-index: 1;
  color: #fff !important;
  font-size: 34px !important;
  font-weight: 800 !important;
  line-height: 38px !important;
  letter-spacing: -0.5px !important;
}

.nw-payment-mid-cta p,
.nw-payment-final p {
  position: relative;
  z-index: 1;
  margin-top: 12px;
  color: #fff;
  font-size: 16px !important;
  line-height: 24px !important;
}

.nw-payment-mid-cta__button,
.nw-payment-final__button {
  position: relative;
  z-index: 1;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 14px 28px rgba(27, 40, 48, 0.14);
  color: var(--nw-payment-accent);
  font-size: 15px;
  font-weight: 800;
  line-height: 20px;
}

.nw-payment-mid-cta__button {
  width: 397px;
  height: 52px;
  min-height: 52px;
  padding: 13px 28px;
  box-shadow: 0 12px 26px rgba(43, 152, 176, 0.6);
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.nw-payment-mid-cta__right {
  width: 397px;
  display: grid;
  gap: 12px;
  justify-items: stretch;
}

.nw-payment-mid-cta__phone {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.nw-payment-mid-cta__phone span {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
}

.nw-payment-mid-cta__phone span::before {
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  background: url(//notewall.ru/wp-content/themes/astra-child/assets/icons/payment-delivery/phone.svg) center / contain no-repeat;
}

.nw-payment-mid-cta__phone a {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
}

.nw-payment-methods {
  display: grid;
  grid-template-columns: repeat(4, 305px);
  gap: 20px;
  margin-top: 34px;
}

.nw-payment-method {
  min-height: 294px;
  padding: 28px;
  border-radius: 20px;
}

.nw-payment-method__icon--cash::before {
  background-image: url(//notewall.ru/wp-content/themes/astra-child/assets/icons/payment-delivery/cash.svg);
}

.nw-payment-method__icon--card::before {
  background-image: url(//notewall.ru/wp-content/themes/astra-child/assets/icons/payment-delivery/card.svg);
}

.nw-payment-method__icon--invoice::before {
  background-image: url(//notewall.ru/wp-content/themes/astra-child/assets/icons/payment-delivery/invoice.svg);
}

.nw-payment-method__icon--online::before {
  background-image: url(//notewall.ru/wp-content/themes/astra-child/assets/icons/payment-delivery/qr.svg);
}

.nw-payment-method h3 {
  margin-top: 24px;
  color: var(--nw-payment-text);
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 30px !important;
}

.nw-payment-logos {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px;
  align-items: center;
  justify-items: center;
  margin-top: 38px;
}

.nw-payment-logos > img {
  width: 100%;
  max-width: 146px;
  max-height: 60px;
  display: block;
  object-fit: contain;
}

.nw-payment-alerts {
  display: grid;
  grid-template-columns: 628px 628px;
  gap: 24px;
  margin-top: 34px;
}

.nw-payment-alerts article {
  position: relative;
  min-height: 178px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  column-gap: 12px;
  align-content: start;
  align-items: center;
  padding: 24px;
  border-radius: 12px;
  background: var(--nw-payment-soft);
  border-color: #e5f4f8;
}

.nw-payment-alerts article > span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff url(//notewall.ru/wp-content/themes/astra-child/assets/icons/payment-delivery/info.svg) center / 24px 24px no-repeat;
}

.nw-cdek-panel {
  align-items: stretch;
}

.nw-cdek-map {
  background: #f7fcfd url(//notewall.ru/wp-content/themes/astra-child/assets/images/payment-delivery/pickup-map-cdek.png) center / cover no-repeat;
}

.nw-cdek-map__root {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.nw-cdek-map__loading {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  background: rgba(247, 252, 253, 0.8);
  color: var(--nw-payment-accent-dark);
  font-size: 14px;
  font-weight: 800;
}

.nw-cdek-map__loading[hidden] {
  display: none !important;
}

.nw-cdek-map figcaption {
  z-index: 3;
}

.nw-cdek-card {
  width: 100%;
  height: 498px;
  padding: 34px;
}

.nw-cdek-card h3 {
  margin: 12px 0 0;
  color: var(--nw-payment-text);
  font-size: 22px !important;
  font-weight: 800 !important;
  line-height: 30px !important;
}

.nw-cdek-card__description {
  margin: 8px 0 0;
  color: var(--nw-payment-body);
  font-size: 16px !important;
  line-height: 24px !important;
}

.nw-cdek-search {
  margin-top: 20px;
}

.nw-cdek-search__field {
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 8px 8px 20px;
  border-radius: 999px;
  background: var(--nw-payment-soft);
}

.nw-cdek-search input {
  flex: 1 1 auto;
  min-width: 0;
  height: 28px;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--nw-payment-text);
  font: inherit;
  font-size: 14px;
  line-height: 20px;
}

.nw-cdek-search input::placeholder {
  color: #a7b5bd;
  opacity: 1;
}

.nw-cdek-search button {
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--nw-payment-accent);
  cursor: pointer;
}

.nw-cdek-search button span {
  width: 16px;
  height: 16px;
  background: url(//notewall.ru/wp-content/themes/astra-child/assets/icons/payment-delivery/search.svg) center / contain no-repeat;
}

.nw-cdek-search button.is-loading span {
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.48);
  border-top-color: #fff;
  border-radius: 50%;
  background: none;
  animation: nw-cdek-spin 0.7s linear infinite;
}

@keyframes nw-cdek-spin {
  to { transform: rotate(360deg); }
}

.nw-cdek-status {
  min-height: 20px;
  margin: 6px 0 0 !important;
  color: var(--nw-payment-muted) !important;
  font-size: 13px !important;
  line-height: 20px !important;
  overflow-wrap: anywhere;
}

.nw-cdek-status.is-error {
  color: #c94343 !important;
}

.nw-cdek-card .nw-cdek-selection__icon {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  border-radius: 14px;
  background: #eef9fc url(//notewall.ru/wp-content/themes/astra-child/assets/icons/payment-delivery/location.svg) center / 32px 32px no-repeat;
}

.nw-cdek-result {
  display: grid;
  gap: 10px;
  margin: 12px 0 14px;
}

.nw-cdek-result[hidden] {
  display: none !important;
}

.nw-cdek-result div {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 4px;
  padding-left: 15px;
  font-size: 14px;
  line-height: 20px;
}

.nw-cdek-result div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--nw-payment-accent);
}

.nw-cdek-result dt {
  color: var(--nw-payment-text);
  font-weight: 800;
}

.nw-cdek-result dd {
  margin: 0;
  color: var(--nw-payment-body);
}

.nw-cdek-card .nw-pickup-route {
  width: 100%;
  min-height: 50px;
  margin-top: auto;
}

.nw-cdek-card .nw-pickup-route.is-disabled {
  pointer-events: none;
  opacity: 0.48;
}

.nw-payment-alerts h3 {
  margin-top: 0;
  color: var(--nw-payment-accent-dark) !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 24px !important;
}

.nw-payment-alerts a {
  color: var(--nw-payment-accent-dark);
  font-weight: 800;
}

.nw-payment-final {
  min-height: 316px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  padding: 54px 80px;
  text-align: center;
}

.nw-payment-final__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
}

.nw-payment-final::before,
.nw-payment-final::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  pointer-events: none;
}

.nw-payment-final::before {
  width: 265px;
  height: 265px;
  left: -53px;
  top: 237px;
}

.nw-payment-final::after {
  width: 480px;
  height: 480px;
  right: -79px;
  top: -273px;
}

.nw-payment-final h2,
.nw-payment-final p,
.nw-payment-final__button {
  position: relative;
  z-index: 1;
}

.nw-payment-final p {
  max-width: 645px;
}

.nw-payment-final h2 {
  max-width: 663px;
}

.nw-payment-final__button {
  width: 252px;
  margin-top: 28px;
  padding: 16px 28px;
  box-shadow: 0 12px 26px rgba(43, 152, 176, 0.6);
}

@media (max-width: 1327px) {
  .nw-delivery-layout {
    grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.9fr);
  }

  .nw-delivery-row {
    grid-template-columns: 40% 27% 33%;
  }

  .nw-pickup-panel {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .nw-payment-methods {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .nw-payment-alerts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1100px) {
  .nw-payment-section__head {
    display: grid;
    align-items: start;
  }

  .nw-payment-switch {
    width: 360px;
    max-width: 100%;
    flex-basis: auto;
  }

  .nw-delivery-layout,
  .nw-pickup-panel {
    grid-template-columns: 1fr;
  }

  .nw-delivery-layout {
    grid-template-areas:
      "panels"
      "visual"
      "note"
      "button";
  }

  .nw-delivery-visual {
    height: 360px;
    min-height: 300px;
  }

  .nw-pickup-shell {
    padding: 64px 24px;
  }

  .nw-pickup-map {
    height: 420px;
    min-height: 420px;
  }

  .nw-pickup-card {
    height: auto;
    min-height: 498px;
  }

  .nw-payment-methods {
    grid-template-columns: 1fr 1fr;
  }

  .nw-payment-alerts {
    grid-template-columns: 1fr;
  }

  .nw-payment-mid-cta__inner {
    grid-template-columns: 1fr;
    gap: 24px;
    justify-items: start;
  }
}

@media (max-width: 767px) {
  .notewall-payment-page {
    padding-top: 18px;
  }

  .nw-payment-hero {
    width: calc(100% - 32px);
    min-height: 489px;
    align-items: start;
    background:
      linear-gradient(180deg, #eef8fa 0%, #eaf1fb 44%, rgba(244, 250, 253, 0) 72%),
      url(//notewall.ru/wp-content/themes/astra-child/assets/images/payment-delivery/hero.png) center bottom / auto 58% no-repeat;
  }

  .nw-payment-hero__content {
    padding: 32px 20px 0;
    text-align: center;
  }

  .nw-payment-hero h1 {
    margin-bottom: 0 !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 36px !important;
  }

  .nw-payment-hero p {
    margin-top: 16px;
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .nw-payment-section {
    width: calc(100% - 32px);
    margin-top: 64px;
  }

  .nw-payment-section__head,
  .nw-payment-section__copy {
    text-align: center;
  }

  .nw-payment-eyebrow {
    justify-content: center;
  }

  .nw-payment-section h2,
  .nw-payment-mid-cta h2,
  .nw-payment-final h2 {
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 36px !important;
  }

  .nw-payment-switch {
    width: min(334px, 100%);
    margin-inline: auto;
    height: 59px;
  }

  .nw-delivery-table {
    display: none;
  }

  .nw-delivery-cards {
    display: grid;
    gap: 14px;
  }

  .nw-delivery-card {
    padding: 17px;
    border: 1px solid var(--nw-payment-border);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(27, 40, 48, 0.04);
  }

  .nw-delivery-card h3 {
    color: var(--nw-payment-text);
    font-size: 17px !important;
    font-weight: 800 !important;
    line-height: 23px !important;
  }

  .nw-delivery-card p {
    margin-top: 6px;
    color: var(--nw-payment-muted);
    font-size: 13px !important;
    line-height: 18px !important;
  }

  .nw-delivery-card__stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 16px;
  }

  .nw-delivery-card__stats span {
    min-height: 88px;
    padding: 10px 12px;
    border-radius: 10px;
    background: var(--nw-payment-soft);
  }

  .nw-delivery-card__stats em,
  .nw-delivery-card__stats small {
    display: block;
    color: #9aabb4;
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
    line-height: 14px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
  }

  .nw-delivery-card__stats strong {
    display: block;
    margin-top: 5px;
    color: var(--nw-payment-text);
    font-size: 15px;
    font-weight: 800;
    line-height: 21px;
  }

  .nw-delivery-card__stats small {
    margin-top: 6px;
    letter-spacing: 0;
    text-transform: none;
  }

  .nw-delivery-note {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .nw-delivery-note__head {
    justify-items: start;
    min-width: 0;
  }

  .nw-pickup-shell {
    margin-top: 64px;
    padding: 48px 16px;
  }

  .nw-payment-btn {
    width: 100%;
  }

  .nw-delivery-visual {
    height: 280px;
    min-height: 240px;
  }

  .nw-pickup-map {
    height: 320px;
    min-height: 290px;
  }

  .nw-pickup-card {
    min-height: 0;
  }

  .nw-cdek-map {
    height: 278px;
    min-height: 278px;
    border-radius: 13px;
  }

  .nw-cdek-card {
    min-height: 441px;
    padding: 19px;
    border-radius: 16px;
  }

  .nw-cdek-card__description {
    display: none;
  }

  .nw-cdek-card .nw-cdek-selection__icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    background-size: 24px 24px;
  }

  .nw-cdek-card h3 {
    margin-top: 10px;
    font-size: 18px !important;
    line-height: 26px !important;
  }

  .nw-cdek-search {
    margin-top: 18px;
  }

  .nw-pickup-card,
  .nw-condition-benefits article,
  .nw-payment-method,
  .nw-payment-alerts article {
    padding: 24px;
  }

  .nw-condition-benefits,
  .nw-payment-methods,
  .nw-payment-alerts {
    grid-template-columns: 1fr;
  }

  .nw-condition-benefits {
    border: 0;
  }

  .nw-condition-benefits article {
    border-bottom: 1px solid var(--nw-payment-border);
  }

  .nw-condition-benefits article:first-child,
  .nw-condition-benefits article:last-child {
    padding-right: 24px;
    padding-left: 24px;
  }

  .nw-condition-benefits article + article {
    border-left: 0;
  }

  .nw-condition-actions {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .nw-payment-modal {
    padding: 12px;
  }

  .nw-payment-modal__dialog {
    width: calc(100vw - 24px);
    max-height: calc(100dvh - 24px);
    border-radius: 22px;
  }

  .nw-payment-modal__header {
    min-height: 64px;
    padding: 10px 16px;
  }

  .nw-payment-modal__content {
    padding: 20px 16px 32px;
  }

  .nw-payment-modal__rules {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .nw-payment-modal__rule-column p,
  .nw-payment-modal__checklist p {
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: start;
    gap: 10px;
    font-size: 14px !important;
    line-height: 21px !important;
  }

  .nw-payment-modal__rule-column p > i,
  .nw-payment-modal__checklist p > i {
    width: 28px;
    height: 28px;
    background-size: 20px 16px;
  }

  .nw-payment-modal__return-text p {
    font-size: 14px !important;
    line-height: 21px !important;
  }

  .nw-payment-modal__tracking-link {
    min-height: 56px;
    padding: 12px 18px;
    font-size: 13px;
    line-height: 20px;
  }

  .nw-payment-mid-cta {
    min-height: 0;
    margin-top: 64px;
    padding: 34px 24px;
    text-align: center;
  }

  .nw-payment-mid-cta__inner {
    justify-items: center;
  }

  .nw-payment-mid-cta__right {
    width: 100%;
  }

  .nw-payment-mid-cta__phone a {
    font-size: 26px;
    line-height: 36px;
  }

  .nw-payment-mid-cta__button {
    width: 100%;
  }

  .nw-payment-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .nw-payment-logos > img {
    max-height: 50px;
  }

  .nw-payment-final {
    margin-top: 64px;
    padding: 44px 20px 48px;
  }

  .nw-payment-final__button {
    width: 100%;
    max-width: 295px;
  }

}

@media (max-width: 360px) {
  .nw-payment-switch button {
    padding-right: 8px !important;
    padding-left: 8px !important;
    font-size: 14px;
  }

  .nw-delivery-card__stats {
    grid-template-columns: 1fr;
  }

  .nw-delivery-row .nw-delivery-stat {
    width: 100%;
  }

  .nw-delivery-stat + .nw-delivery-stat {
    margin-left: 0;
  }
}