/* вид: clinics=cards2 · decor=shadow · header=inline · hero=lead · rhythm=airy · sections=plain · type=mono-accent */
/* ---------- База, общая для всех семейств: reset, токены, механика ---------- */
*,
*::before,
*::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body,
h1, h2, h3, h4,
p, ul, ol, dl, dd, figure, blockquote { margin: 0; }

ul[class], ol[class] { padding: 0; list-style: none; }

img, svg { max-width: 100%; height: auto; display: block; }

button, input, select, textarea { font: inherit; color: inherit; }

:root {
    --color-bg:         #f7fafa;
    --color-surface:    #ffffff;
    --color-sunken:     #e4efed;
    --color-text:       #162321;
    --color-muted:      #536a66;
    --color-border:     #dbe4e3;
    --color-border-str: #b1c4c1;
    --color-primary:    #247567;
    --color-primary-d:  #195248;
    --color-accent:     #9d522e;
    --color-light:      #eddad1;

    --font-heading: 'Segoe UI', system-ui, Roboto, sans-serif;
    --font-body: Calibri, Carlito, 'Segoe UI', sans-serif;

    --container: 1280px;
    --gutter: 16px;
    --radius-sm: 1px;
    --radius-md: 2px;
    --space-section: 42px;
    --border: 1px solid var(--color-border);
}

@media (min-width: 768px) {
    :root { --gutter: 32px; --space-section: 64px; }
}

body {
    background: var(--color-bg);
    color: var(--color-text);
    font-family: var(--font-body);
    font-size: 17px;
    line-height: 1.65;
    overflow-wrap: break-word;
}

h1, h2, h3, h4 { font-family: var(--font-heading); line-height: 1.2; font-weight: 700; }

a { color: var(--color-primary-d); text-underline-offset: 3px; }
a:hover { color: var(--color-accent); }

:focus-visible { outline: 3px solid var(--color-primary); outline-offset: 2px; }

.tzjgr5 { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }

.t1przj {
    position: absolute; left: -9999px; top: 0; z-index: 100;
    background: var(--color-primary); color: #fff; padding: 12px 20px;
}
.t1przj:focus { left: 0; color: #fff; }

/* механика мобильного меню — одинакова везде, внешний вид задаёт семейство */
.t14vr5 { display: inline-flex; align-items: center; gap: 8px; cursor: pointer; min-height: 44px; }
.twgu9h { width: 18px; height: 18px; }
.t14vr5[aria-expanded="true"] .t1rhxm,
.t14vr5[aria-expanded="false"] .ta5keh { display: none; }
.tkm613 { display: none; }
.tkm613[data-open="true"] { display: block; }
.tv5eum { display: flex; flex-direction: column; margin: 0; padding: 0; list-style: none; }
.tv5eum a { display: block; text-decoration: none; color: var(--color-text); }
@media (min-width: 900px) {
    .t14vr5 { display: none; }
    .tkm613 { display: block; }
    .tv5eum { flex-direction: row; }
}

.t172e4 { margin: 0; }
.t172e4 img { width: 100%; }

.td8a3u { padding-block: var(--space-section); }

/* дети сеток не должны раздвигать контейнер длинным содержимым */
.tk5xjq > *, .t1nc21 > *, .t1dsyj > * { min-width: 0; }
.t3culw li a { display: inline-block; padding-block: 4px; }
.t1oyyt { max-width: 70ch; margin-bottom: 28px; }
.t1yepa { color: var(--color-muted); margin-top: 12px; }

.tdc5c8 { max-width: 68ch; }
.tdc5c8 > * + * { margin-top: 18px; }
.tdc5c8 ul { padding-left: 1.2em; }
.tdc5c8 li + li { margin-top: 8px; }

.t1dsyj { display: grid; gap: 16px; }
@media (min-width: 640px) { .tuveyj { grid-template-columns: repeat(2, 1fr); } }

.t12ne2 p { color: var(--color-muted); font-size: 0.96rem; }
.tf1xaf { margin-bottom: 8px; }

/* FAQ на <details>: механика общая */
.ts8jx3 { display: grid; gap: 10px; max-width: 80ch; }
.t1n4of { cursor: pointer; list-style: none; display: flex; gap: 12px; align-items: flex-start; font-family: var(--font-heading); }
.t1n4of::-webkit-details-marker { display: none; }
.t1n4of::after { content: "+"; margin-left: auto; font-size: 1.4rem; line-height: 1; color: var(--color-primary); flex: 0 0 auto; }
.t18rwb[open] .t1n4of::after { content: "\2212"; }
.t1joha { color: var(--color-muted); }
.t1joha > * + * { margin-top: 12px; }

.tzpm5m { counter-reset: step; display: grid; }
.tzpm5m li { counter-increment: step; position: relative; }
.tzpm5m strong { display: block; margin-bottom: 4px; }
.tzpm5m p { color: var(--color-muted); font-size: 0.95rem; }

.t7qb6t { display: grid; gap: 14px; }
.t7qb6t strong { display: block; margin-bottom: 4px; }
.t7qb6t p { color: var(--color-muted); font-size: 0.95rem; }
.clinics__more { margin-top: 24px; max-width: 76ch; font-size: 0.98rem; }
.t76aeu { margin-top: 20px; max-width: 76ch; font-size: 0.86rem; color: var(--color-muted); }

.toz76s { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 10px; font-size: 0.84rem; color: var(--color-muted); }
.t1192m { font-size: 0.95rem; }
.t1192m > * + * { margin-top: 10px; }
.tqynug dd { margin: 0; font-weight: 700; white-space: nowrap; }
.tqynug dt { color: var(--color-muted); }
.tedh5y { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; }

.t1o1zk { display: inline-block; text-decoration: none; }
.tu9mbb::before { content: "\260E "; }

@media (prefers-reduced-motion: no-preference) {
    html { scroll-behavior: smooth; }
}

:target, .td8a3u[id] { scroll-margin-top: 88px; }

/* --- стили разделов подключаются только когда раздел есть на странице */
.t5yuc9 { display: grid; gap: 28px; }
@media (min-width: 900px) { .t5yuc9 { grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: 48px; align-items: start; } }
.t4lnxj p { font-size: 1.05rem; }
.t1qk6m { overflow-x: auto; }
.t1h0nx { width: 100%; border-collapse: collapse; font-size: 0.95rem; min-width: 560px; }
.t1h0nx th, .t1h0nx td { text-align: left; vertical-align: top; padding: 12px 14px; border-bottom: 1px solid var(--color-border); }
.t1h0nx thead th { font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.04em; color: var(--color-muted); border-bottom: 2px solid var(--color-text); }
.t1h0nx tbody th { font-weight: 700; width: 22%; }
.t1h0nx td { color: var(--color-muted); }
:root { --look-radius: 2px; --look-shadow: 0 6px 20px rgba(0,0,0,.08); --look-gap: 28px; --look-section: 64px; }
.t12ne2, .t18rwb { border-radius: var(--look-radius); }
.t1o1zk { border-radius: var(--look-radius); }
body { font-family: var(--font-body); font-size: 16.0px; line-height: 1.6; }
h1, h2, h3 { font-family: var(--font-heading); letter-spacing: -0.01em; }
h1 { font-size: clamp(1.66rem, 1.1rem + 2.6vw, 3.33rem); line-height: 1.08; overflow-wrap: normal; hyphens: manual; }
h2 { font-size: clamp(1.40rem, 1.1rem + 1vw, 1.92rem); }
h3 { font-size: 1.10rem; }

h2, h3 { font-family: ui-monospace, Consolas, monospace; letter-spacing: -0.02em; }
.tzm3rh > .tzjgr5 { display: flex; align-items: center; gap: 0 24px; flex-wrap: wrap; }
.t1atr8 { display: flex; align-items: center; gap: 10px; text-decoration: none; color: inherit; }
.t1glg1 { font-weight: 700; line-height: 1.15; }
.t2m5s4 { display: block; font-weight: 400; font-size: 0.78rem; color: var(--color-muted); margin-top: 2px; }
.t114zc { flex: 0 0 auto; }

.tzm3rh { border-bottom: 1px solid var(--color-border); }
.t16yfe { display: flex; align-items: center; min-height: 66px; flex: 1 1 auto; }
.t1atr8 { margin-right: auto; }
.tv5eum { gap: 22px; }
@media (max-width: 899px) { .tkm613 { flex: 1 1 100%; } }
.t1krd1 { padding-block: 60px 10px; }
.tk5xjq { display: grid; gap: 28px; }
@media (min-width: 900px) { .tk5xjq { grid-template-columns: 1.6fr 1fr; gap: 46px; align-items: end; } }
.tlo9oe { font-size: 1.22rem; line-height: 1.6; }
.t172e4 img { width: 100%; height: auto; }
.hero__caption { font-size: 0.8rem; }
.t1nc21 { display: grid; gap: var(--look-gap); }
@media (min-width: 700px) { .t1nc21 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1040px) { .t1nc21 { grid-template-columns: repeat(2, 1fr); } }
.t1f0zi { padding: 22px; border: 0; border-radius: 6px; box-shadow: 0 6px 20px rgba(0,0,0,.08); background: var(--color-surface); }
.td8a3u { padding-block: var(--look-section); }
.t1oyyt { margin-bottom: 26px; }