:root {
  --navy: var(--pbn-color-heading);
  --blue: var(--pbn-color-primary);
  --blue-2: var(--pbn-color-primary-dark);
  --sky: color-mix(in srgb, var(--pbn-color-primary) 9%, var(--pbn-color-surface));
  --soft: var(--pbn-color-background);
  --line: var(--pbn-color-border);
  --text: var(--pbn-color-text);
  --muted: var(--pbn-color-muted);
  --white: var(--pbn-color-surface);
  --warm-1: var(--pbn-color-accent);
  --warm-2: var(--pbn-color-accent-dark);
  --danger: var(--pbn-color-danger);
  --green: var(--pbn-color-success);
  --shadow: var(--pbn-shadow-card);
  --radius: var(--pbn-radius-card);
  --shell: var(--pbn-container);
}
.pbn-coding-page{margin:0;color:var(--pbn-color-text);background:var(--pbn-color-surface);font:18px/1.62 -apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}
@scope (.pbn-coding-page) {


* { box-sizing: border-box; }

:scope {
  margin: 0;
  color: var(--text);
  background: var(--pbn-color-surface);
  font: 18px/1.62 -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--pbn-color-focus); outline-offset: 3px; }
.shell { width: min(var(--shell), calc(100% - (var(--pbn-gutter) * 2))); margin-inline: auto; }
.text-shell { max-width: 990px; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 12px 18px; background: var(--pbn-color-surface); border-radius: 10px; }
.skip-link:focus { top: 16px; }

.topline { background: var(--navy); color: var(--pbn-color-background); font-size: 13px; }
.topline__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; }
.header-main { min-height: 88px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: none; }
.brand__mark { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 16px 16px 16px 5px; color: var(--pbn-color-surface); background: linear-gradient(135deg, var(--blue-2), var(--navy)); font-weight: 800; letter-spacing: .05em; }
.brand__text { display: flex; flex-direction: column; line-height: 1.2; }
.brand__text strong { color: var(--navy); font-size: 17px; }
.brand__text small { color: var(--muted); margin-top: 4px; font-size: 12px; }
.desktop-nav { display: flex; gap: 20px; margin-left: auto; font-size: 15px; font-weight: 650; }
.desktop-nav a:hover { color: var(--blue); }
.header-actions { display: flex; align-items: center; gap: 16px; }
.header-phone { color: var(--navy); font-weight: 800; white-space: nowrap; }
.header-phone span { margin-right: 5px; color: var(--green); font-size: 12px; }

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 23px;
  border: 0;
  border-radius: var(--pbn-radius-button);
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 44px; padding: 10px 17px; font-size: 14px; }
.button--warm { color: var(--pbn-color-surface); background: linear-gradient(135deg, var(--warm-1), var(--warm-2)); box-shadow: var(--pbn-shadow-button); }
.button--outline { border: 2px solid var(--navy); color: var(--navy); background: color-mix(in srgb, var(--pbn-color-surface) 25%, transparent); }
.button--outline-blue { border: 2px solid var(--blue); color: var(--blue); background: var(--pbn-color-surface); }
.button--danger { min-width: 160px; color: var(--pbn-color-surface); background: var(--danger); }
.button--full { width: 100%; }

.breadcrumbs { display: flex; gap: 10px; align-items: center; min-height: 52px; color: var(--muted); font-size: 14px; overflow: hidden; }
.breadcrumbs a { color: var(--blue); }
.breadcrumbs span:last-child { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.hero { position: relative; min-height: 620px; overflow: hidden; background: var(--pbn-color-background); }
.hero__media { position: absolute; inset: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__inner { position: relative; min-height: 620px; display: flex; align-items: center; }
.hero__content { width: 55%; max-width: 650px; padding: 38px 0; }
.eyebrow, .section-kicker { margin: 0 0 10px; color: var(--blue); font-weight: 850; text-transform: uppercase; letter-spacing: .08em; font-size: 13px; }
h1, h2, h3 { margin-top: 0; color: var(--navy); line-height: 1.15; text-wrap: balance; }
h1 { margin-bottom: 20px; font-size: clamp(40px, 4.1vw, 60px); letter-spacing: -.035em; }
h2 { margin-bottom: 18px; font-size: clamp(32px, 3vw, 44px); letter-spacing: -.025em; }
h3 { margin-bottom: 12px; font-size: 22px; }
.hero__lead { max-width: 620px; margin: 0 0 20px; color: var(--pbn-color-text); font-size: 18px; line-height: 1.52; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 0 0 22px; padding: 0; list-style: none; font-size: 14px; font-weight: 750; color: var(--navy); }
.hero__trust li::before { content: "✓"; margin-right: 7px; color: var(--green); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__note { max-width: 570px; margin: 12px 0 0; color: var(--pbn-color-muted); font-size: 13px; }

.urgent { color: var(--pbn-color-surface); background: var(--pbn-color-danger); }
.urgent__inner { min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.urgent__inner div { display: grid; gap: 2px; }
.urgent__inner strong { font-size: 18px; }
.urgent__inner span { color: var(--pbn-color-background); font-size: 15px; }
.urgent .button--danger { background: var(--pbn-color-surface); color: var(--pbn-color-danger); box-shadow: none; }

.anchor-nav { position: sticky; top: 0; z-index: 20; background: color-mix(in srgb, var(--pbn-color-surface) 96%, transparent); border-bottom: 1px solid var(--line); box-shadow: var(--pbn-shadow-card); backdrop-filter: blur(12px); }
.anchor-nav__track { min-height: 60px; display: flex; align-items: center; gap: 26px; overflow-x: auto; scrollbar-width: none; }
.anchor-nav__track::-webkit-scrollbar { display: none; }
.anchor-nav a { flex: none; color: var(--navy); font-size: 14px; font-weight: 750; }
.anchor-nav a:hover { color: var(--blue); }

.section { padding: 88px 0; scroll-margin-top: 68px; }
.section--soft { background: var(--soft); }
.section--deep { color: var(--pbn-color-surface); background: linear-gradient(135deg, var(--pbn-color-heading), var(--pbn-color-primary-dark)); }
.section--deep h2 { color: var(--pbn-color-surface); }
.section-kicker--light { color: var(--pbn-color-background); }
.section-lead { max-width: 820px; margin: 0 0 34px; color: var(--pbn-color-muted); font-size: 20px; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; margin-bottom: 38px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { margin: 0 0 4px; color: var(--muted); }

.card, .matrix-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, var(--pbn-color-surface) 35%, var(--pbn-color-background)); box-shadow: var(--shadow); }
.card { padding: 32px; }
.card--blue-line::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: var(--blue); }
.split-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.card-icon { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 14px; color: var(--pbn-color-surface); background: var(--green); font-weight: 900; }
.card-icon--muted { background: var(--pbn-color-accent); }
.card ul, .doctor-card ul { margin: 0; padding-left: 20px; }
.card li + li, .doctor-card li + li { margin-top: 10px; }
.check-list li::marker { color: var(--green); }
.cross-list li::marker { color: var(--pbn-color-accent); }

.matrix { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.matrix-card { display: flex; flex-direction: column; min-height: 320px; padding: 26px; box-shadow: var(--pbn-shadow-card); }
.matrix-card--accent { border: 2px solid var(--pbn-color-primary); }
.matrix-card__label { color: var(--blue); text-transform: uppercase; letter-spacing: .06em; font-size: 11px; font-weight: 850; }
.matrix-card h3 { margin: 12px 0; }
.matrix-card p { margin: 0 0 22px; color: var(--muted); font-size: 15px; }
.status { margin-top: auto; padding-top: 15px; border-top: 1px solid var(--line); color: var(--pbn-color-muted); font-size: 13px; font-weight: 800; }
.status--possible { color: var(--green); }
.status--warning { color: var(--pbn-color-accent-dark); }
.inline-cta { margin-top: 28px; padding: 24px 28px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-radius: 18px; color: var(--pbn-color-surface); background: var(--navy); }
.inline-cta div { display: grid; }
.inline-cta span { color: var(--pbn-color-background); font-size: 15px; }

.steps { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 66px 1fr; gap: 18px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--pbn-color-surface); }
.steps li > span { color: var(--pbn-color-primary); font-size: 29px; font-weight: 900; line-height: 1; }
.steps p { margin: 0; color: var(--muted); }
.prepare { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.prepare p { color: var(--pbn-color-background); }
.prepare-list { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.prepare-list li { display: flex; gap: 15px; align-items: center; padding: 16px 18px; border: 1px solid var(--pbn-color-border); border-radius: 15px; background: color-mix(in srgb, var(--pbn-color-surface) 8%, transparent); }
.prepare-list span { flex: none; display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; color: var(--navy); background: var(--pbn-color-background); font-weight: 900; }

.method-table { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.method-row { display: grid; grid-template-columns: .75fr 1fr 1.2fr; background: var(--pbn-color-surface); }
.method-row > * { padding: 20px 24px; }
.method-row + .method-row { border-top: 1px solid var(--line); }
.method-row--head { color: var(--pbn-color-surface); background: var(--navy); font-size: 14px; font-weight: 800; }
.method-row strong { color: var(--navy); }
.fineprint { margin: 18px 0 0; color: var(--muted); font-size: 14px; }
.risk-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.notice { display: grid; grid-template-columns: 100px 1fr; gap: 20px; margin-top: 24px; padding: 23px 26px; border-left: 5px solid var(--pbn-color-accent); border-radius: 0 16px 16px 0; background: var(--pbn-color-background); }
.notice strong { color: var(--pbn-color-accent-dark); font-size: 19px; }
.notice p { margin: 0; }

.price-panel { display: grid; grid-template-columns: .9fr 1fr; gap: 26px 60px; padding: 42px; border: 1px solid var(--pbn-color-border); border-radius: 28px; background: linear-gradient(140deg, var(--pbn-color-surface) 25%, var(--pbn-color-background)); box-shadow: var(--shadow); }
.price-panel__intro p:last-child { color: var(--muted); }
.price-panel__items { display: grid; }
.price-panel__items div { display: flex; justify-content: space-between; gap: 25px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.price-panel__items strong { color: var(--navy); text-align: right; }
.price-panel__action { grid-column: 1 / -1; display: flex; align-items: center; gap: 22px; padding-top: 4px; }
.price-panel__action small { color: var(--muted); }
.route { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.route article { padding: 26px; border-radius: 20px; background: var(--pbn-color-surface); box-shadow: var(--pbn-shadow-card); }
.route article > span { color: var(--pbn-color-primary); font-size: 26px; font-weight: 900; }
.route h3 { margin-top: 14px; }
.route p { margin: 0; color: var(--muted); }

.relatives { background: var(--pbn-color-surface); }
.relatives__inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 75px; padding: 48px; border-radius: 28px; background: linear-gradient(135deg, var(--pbn-color-background), var(--pbn-color-surface)); border: 1px solid var(--line); }
.relatives__inner p { color: var(--muted); }
.text-link { display: inline-flex; gap: 10px; align-items: center; color: var(--blue); font-weight: 850; }
.text-link span { transition: transform .18s ease; }
.text-link:hover span { transform: translateX(4px); }
.relatives__points { display: grid; gap: 14px; }
.relatives__points p { display: grid; margin: 0; padding: 18px 20px; border-radius: 16px; background: var(--pbn-color-surface); box-shadow: var(--pbn-shadow-card); }
.relatives__points strong { color: var(--navy); }

.doctor-card { display: grid; grid-template-columns: 310px 1fr 220px; gap: 34px; align-items: center; padding: 28px; border: 1px solid var(--line); border-radius: 26px; background: linear-gradient(145deg, var(--pbn-color-surface), var(--pbn-color-background)); box-shadow: var(--shadow); }
.doctor-card > img { width: 100%; height: 240px; object-fit: cover; object-position: center 25%; border-radius: 18px; }
.doctor-card__role { color: var(--blue); font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.doctor-card__content h3 { margin: 8px 0 12px; font-size: 28px; }
.doctor-card__content p { color: var(--muted); }
.verification-badge { display: flex; align-items: center; gap: 9px; margin-top: 18px; color: var(--pbn-color-muted); font-size: 13px; font-weight: 750; }
.verification-badge span { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--pbn-color-background); }
.doctor-card__action { display: grid; gap: 10px; text-align: center; }
.doctor-card__action small { color: var(--muted); }

.address__heading { max-width: 820px; margin-bottom: 34px; }
.address__heading p:last-child { margin: 14px 0 0; color: var(--muted); }
.address__title { margin-bottom: 0; }
.address__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 26px; align-items: stretch; }
.address__card { position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: center; min-height: 100%; padding: clamp(28px, 4vw, 46px); border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(145deg, var(--pbn-color-surface), var(--pbn-color-background)); box-shadow: var(--shadow); }
.address__card::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: var(--blue); }
.address__card h3 { max-width: 560px; margin-bottom: 18px; font-size: clamp(32px, 3.4vw, 48px); }
.address__card p { max-width: 540px; margin: 0; color: var(--muted); }
.address__map { align-self: flex-start; margin-top: 24px; }
.address__phone { color: var(--blue); font-weight: 850; }
.address__steps { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.address__steps li { position: relative; overflow: hidden; display: grid; grid-template-columns: 58px 1fr; gap: 17px; padding: 22px; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(145deg, var(--pbn-color-surface), var(--pbn-color-background)); box-shadow: var(--shadow); }
.address__steps li::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: var(--blue); }
.address__steps li > span { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 14px; color: var(--pbn-color-surface); background: var(--blue); font-weight: 900; }
.address__steps p { margin: 3px 0 0; color: var(--muted); }

.faq-shell { max-width: 1040px; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { border: 1px solid var(--line); border-radius: 17px; background: var(--pbn-color-surface); box-shadow: var(--pbn-shadow-card); }
.faq-list summary { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 17px 22px; color: var(--navy); cursor: pointer; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; flex: none; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: var(--blue); background: var(--sky); font-size: 23px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 22px 21px; color: var(--muted); }

.final-cta { color: var(--pbn-color-surface); background: linear-gradient(135deg, var(--pbn-color-heading), var(--pbn-color-primary-dark)); }
.final-cta h2 { color: var(--pbn-color-surface); }
.final-cta__grid { display: grid; grid-template-columns: 1fr 470px; gap: 90px; align-items: center; }
.final-cta__grid > div > p { color: var(--pbn-color-background); }
.final-cta__contacts { display: flex; align-items: baseline; gap: 16px; margin-top: 25px; }
.final-cta__contacts a { font-size: 28px; font-weight: 900; }
.final-cta__contacts span { color: var(--pbn-color-background); }
.consult-form { padding: 30px; border-radius: 22px; color: var(--text); background: var(--pbn-color-surface); box-shadow: var(--pbn-shadow-card); }
.consult-form h3 { font-size: 26px; }
.consult-form label:not(.consent) { display: grid; gap: 6px; margin-bottom: 14px; color: var(--navy); font-size: 14px; font-weight: 750; }
.consult-form label span { color: var(--muted); font-size: 12px; font-weight: 500; }
.consult-form input:not([type="checkbox"]), .consult-form textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid var(--pbn-color-border); border-radius: 10px; color: var(--text); background: var(--pbn-color-background); }
.consult-form textarea { resize: vertical; }
.consent { display: grid; grid-template-columns: 22px 1fr; gap: 9px; align-items: start; margin: 14px 0; }
.consent input { width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--blue); }
.consult-form > small { display: block; margin-top: 11px; color: var(--muted); text-align: center; }
.related h2 { font-size: 30px; }
.related__links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.related__links a { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px; border: 1px solid var(--line); border-radius: 16px; color: var(--navy); background: linear-gradient(145deg, var(--pbn-color-surface), var(--pbn-color-background)); font-weight: 800; }
.related__links b { color: var(--blue); font-size: 22px; }

.site-footer { padding: 62px 0 20px; color: var(--pbn-color-background); background: var(--pbn-color-heading); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .8fr; gap: 70px; }
.brand--footer .brand__text strong { color: var(--pbn-color-surface); }
.brand--footer .brand__text small { color: var(--pbn-color-background); }
.footer-grid > div { display: flex; flex-direction: column; gap: 9px; }
.footer-grid p, .footer-grid span { color: var(--pbn-color-background); }
.footer-grid a:hover { color: var(--pbn-color-surface); }
.footer-bottom { margin-top: 45px; padding-top: 18px; border-top: 1px solid var(--pbn-color-border); color: var(--pbn-color-background); font-size: 13px; }
.mobile-bar { display: none; }


@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .header-actions { margin-left: auto; }
  .matrix { grid-template-columns: 1fr 1fr; }
  .doctor-card { grid-template-columns: 270px 1fr; }
  .doctor-card__action { grid-column: 2; justify-items: start; text-align: left; }
  .route { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  :scope { padding-bottom: 68px; font-size: 17px; }
  .shell { width: min(100% - 28px, var(--shell)); }
  .topline { display: none; }
  .header-main { min-height: 70px; gap: 10px; }
  .brand__mark { width: 44px; height: 44px; border-radius: 13px 13px 13px 4px; font-size: 14px; }
  .brand__text strong { font-size: 14px; }
  .brand__text small { display: none; }
  .header-actions .button, .header-phone span { display: none; }
  .header-phone { font-size: 0; }
  .header-phone::after { content: "Позвонить"; font-size: 14px; color: var(--blue); }
  .breadcrumbs { min-height: 48px; font-size: 12px; }
  .hero { min-height: 900px; }
  .hero__inner { min-height: 900px; align-items: flex-end; }
  .hero__media img { object-position: center center; }
  .hero__content { width: 100%; max-width: none; padding: 0 0 34px; }
  .eyebrow { margin-bottom: 8px; font-size: 11px; }
  h1 { max-width: 350px; margin-bottom: 13px; font-size: 33px; line-height: 1.09; }
  .hero__lead { max-width: 355px; margin-bottom: 13px; font-size: 15px; line-height: 1.42; }
  .hero__trust { gap: 5px 12px; margin-bottom: 14px; font-size: 12px; }
  .hero__actions { display: grid; grid-template-columns: 1fr; gap: 8px; }
  .hero__actions .button { min-height: 48px; padding: 10px 14px; font-size: 14px; }
  .hero__note { margin-top: 8px; font-size: 11px; line-height: 1.35; }
  .urgent__inner { min-height: 0; padding: 22px 0; align-items: stretch; flex-direction: column; gap: 16px; }
  .urgent__inner strong { font-size: 17px; line-height: 1.35; }
  .urgent__inner span { margin-top: 5px; font-size: 14px; }
  .anchor-nav { top: 0; }
  .anchor-nav__track { width: 100%; padding-inline: 14px; gap: 10px; }
  .anchor-nav a { padding: 9px 14px; border-radius: 999px; background: var(--sky); }
  .section { padding: 66px 0; }
  h2 { font-size: 32px; }
  .section-lead { font-size: 18px; }
  .section-heading { grid-template-columns: 1fr; gap: 12px; margin-bottom: 28px; }
  .split-cards, .matrix, .steps, .risk-grid, .prepare, .relatives__inner, .address__grid, .final-cta__grid, .footer-grid { grid-template-columns: 1fr; }
  .card { padding: 25px 22px; }
  .matrix-card { min-height: 0; padding: 23px; }
  .inline-cta { align-items: stretch; flex-direction: column; padding: 22px; }
  .steps { gap: 14px; }
  .steps li { grid-template-columns: 48px 1fr; padding: 22px 18px; gap: 8px; }
  .steps li > span { font-size: 23px; }
  .prepare { gap: 28px; }
  .method-table { border: 0; box-shadow: none; background: transparent; }
  .method-row { display: grid; grid-template-columns: 1fr; margin-bottom: 12px; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
  .method-row--head { display: none; }
  .method-row + .method-row { border-top: 1px solid var(--line); }
  .method-row > * { padding: 11px 17px; }
  .method-row strong { padding-top: 17px; }
  .method-row span:last-child { padding-bottom: 17px; color: var(--muted); }
  .notice { grid-template-columns: 1fr; gap: 4px; }
  .price-panel { grid-template-columns: 1fr; padding: 26px 21px; gap: 20px; }
  .price-panel__items div { align-items: flex-start; flex-direction: column; gap: 3px; }
  .price-panel__items strong { text-align: left; }
  .price-panel__action { grid-column: auto; align-items: stretch; flex-direction: column; }
  .price-panel__action .button { width: 100%; }
  .route { grid-template-columns: 1fr; }
  .relatives__inner { gap: 28px; padding: 27px 21px; }
  .doctor-card { grid-template-columns: 104px 1fr; gap: 16px; padding: 16px; align-items: start; }
  .doctor-card > img { width: 104px; height: 128px; border-radius: 14px; }
  .doctor-card__content h3 { margin-top: 5px; font-size: 21px; }
  .doctor-card__content > p, .doctor-card__content ul, .verification-badge { grid-column: 1 / -1; }
  .doctor-card__content { display: contents; }
  .doctor-card__content > p { margin: 0; }
  .doctor-card__content ul { margin-top: 0; }
  .verification-badge { margin-top: 0; }
  .doctor-card__action { grid-column: 1 / -1; width: 100%; justify-items: stretch; text-align: center; }
  .address__grid { gap: 18px; }
  .address__card { padding: 26px 21px; }
  .address__card h3 { font-size: 32px; }
  .address__map { width: 100%; }
  .faq-list summary { min-height: 64px; padding: 15px 16px; line-height: 1.35; }
  .faq-list details p { padding: 0 16px 18px; }
  .final-cta__grid { gap: 34px; }
  .final-cta__contacts { align-items: flex-start; flex-direction: column; gap: 2px; }
  .consult-form { padding: 24px 18px; }
  .related__links { grid-template-columns: 1fr; }
  .footer-grid { gap: 32px; }
  .mobile-bar { position: fixed; inset: auto 0 0; z-index: 100; display: grid; grid-template-columns: .8fr 1.2fr; min-height: 66px; padding: 8px; gap: 8px; border-top: 1px solid var(--line); background: color-mix(in srgb, var(--pbn-color-surface) 97%, transparent); box-shadow: var(--pbn-shadow-card); backdrop-filter: blur(12px); }
  .mobile-bar a { display: grid; place-items: center; border-radius: 12px; font-size: 14px; font-weight: 850; }
  .mobile-bar__call { color: var(--blue); border: 2px solid var(--blue); }
  .mobile-bar__cta { color: var(--pbn-color-surface); background: linear-gradient(135deg, var(--warm-1), var(--warm-2)); }
}

@media (max-width: 390px) {
  .hero { min-height: 920px; }
  .hero__inner { min-height: 920px; }
  .hero__content { padding-bottom: 25px; }
  h1 { font-size: 31px; }
  .hero__lead { font-size: 14px; }
  .hero__trust { display: grid; grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  
  *, *::before, *::after { transition-duration: .01ms; }
}

}
@media(max-width:760px){.pbn-coding-page{font-size:17px}}
@media(min-width:992px){.pbn-coding-page{margin-top:257px!important}}
