/* вид: clinics=cards3 · decor=flat · header=banner · hero=sideflip · rhythm=tight · sections=plain · type=sans-plain */
/* ---------- База, общая для всех семейств: 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:         #f7f8f9;
    --color-surface:    #fbfbfb;
    --color-sunken:     #eaeced;
    --color-text:       #161e22;
    --color-muted:      #4b595f;
    --color-border:     #d1d9dc;
    --color-border-str: #afbdc3;
    --color-primary:    #3a697c;
    --color-primary-d:  #2b4e5d;
    --color-accent:     #2d9d7c;
    --color-light:      #cdece3;

    --font-heading: system-ui, 'Segoe UI', Roboto, sans-serif;
    --font-body: Georgia, 'Noto Serif', 'Times New Roman', serif;

    --container: 1400px;
    --gutter: 16px;
    --radius-sm: 5px;
    --radius-md: 10px;
    --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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* --- стили разделов подключаются только когда раздел есть на странице */
.e1cour li { position: relative; padding-left: 30px; }
.e1cour li::before { content: ""; position: absolute; left: 0; top: 6px; width: 16px; height: 16px;
    border: 2px solid var(--color-accent); border-radius: 4px; }
.e1cour li::after { content: ""; position: absolute; left: 5px; top: 8px; width: 6px; height: 10px;
    border-right: 2px solid var(--color-accent); border-bottom: 2px solid var(--color-accent); transform: rotate(45deg); }
.e1by37 { display: grid; gap: 28px; }
@media (min-width: 900px) { .e1by37 { grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: 48px; align-items: start; } }
.evgnwe p { font-size: 1.05rem; }
:root { --look-radius: 10px; --look-shadow: none; --look-gap: 28px; --look-section: 64px; }
.e19f9z { border-radius: var(--look-radius); }
.eaw2jp { border-radius: var(--look-radius); }
body { font-family: var(--font-body); font-size: 16.5px; line-height: 1.65; }
h1, h2, h3 { font-family: var(--font-heading); letter-spacing: -0.01em; }
h1 { font-size: clamp(1.54rem, 1.1rem + 2.6vw, 3.07rem); line-height: 1.08; overflow-wrap: normal; hyphens: manual; }
h2 { font-size: clamp(1.30rem, 1.1rem + 1vw, 1.78rem); }
h3 { font-size: 1.02rem; }
.e7cvh3 > .e1jcr5 { display: flex; align-items: center; gap: 0 24px; flex-wrap: wrap; }
.e1s5dz { display: flex; align-items: center; gap: 10px; text-decoration: none; color: inherit; }
.eawp5m { font-weight: 700; line-height: 1.15; }
.e75j6s { display: block; font-weight: 400; font-size: 0.78rem; color: var(--color-muted); margin-top: 2px; }
.e8lyms { flex: 0 0 auto; }

.e7cvh3 { background: var(--color-primary); color: #fff; }
.e7cvh3 a, .e7cvh3 .e1s5dz { color: #fff; }
.ejari5 { display: flex; align-items: center; min-height: 72px; flex: 1 1 auto; }
.e1s5dz { margin-right: auto; }
.e75j6s { color: rgba(255,255,255,.75); }
.eqvqb7 { gap: 20px; }
.eqvqb7 a { color: #fff; }
.e1va2o { color: #fff; }
.e1rdo2 { padding-block: 54px 10px; }
.ebik78 { display: grid; gap: 30px; align-items: start; }
@media (min-width: 900px) { .ebik78 { grid-template-columns: 1.05fr 0.95fr; gap: 44px; } .e1xkze { order: -1; } }
.e1xkze img { width: 100%; height: auto; }
.eb092v { display: grid; gap: var(--look-gap); }
@media (min-width: 700px) { .eb092v { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1040px) { .eb092v { grid-template-columns: repeat(3, 1fr); } }
.e1a8q1 { padding: 22px; border: 1px solid var(--color-border); border-radius: 0px; box-shadow: none; background: var(--color-surface); }
.e1pk5r { padding-block: var(--look-section); }
.e19p87 { margin-bottom: 26px; }