/* ==========================================================================
   Дизайн-система сайта. Официально-деловой стиль государственного портала.
   Палитра и типографика — по мотивам гос. веб-стандарта: синий/белый/серый,
   крупный читаемый текст, высокий контраст, плиточная навигация.
   ========================================================================== */

:root {
  --blue: #0d4cd3;
  --blue-dark: #0a3aa3;
  --blue-deep: #17244a;
  --blue-soft: #e8eefc;
  --ink: #1c1c1c;
  --ink-muted: #5a6473;
  --line: #dbe1ea;
  --bg: #ffffff;
  --bg-tint: #f4f7fb;
  --red: #b02a2a;
  --amber-bg: #fff6e0;
  --amber-line: #e6b34a;
  --radius: 8px;
  --wrap: 1220px;
  --fs-base: 17px;
  --shadow: 0 2px 8px rgba(23, 36, 74, .08);
  --shadow-lg: 0 8px 28px rgba(23, 36, 74, .12);
}

*, *::before, *::after { box-sizing: border-box; }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: var(--fs-base);
  line-height: 1.6;
  color: var(--ink);
  background: var(--bg);
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); text-decoration: underline; text-underline-offset: 2px; }
a:hover { color: var(--blue-dark); }
:focus-visible { outline: 3px solid #ffb800; outline-offset: 2px; }

h1, h2, h3, h4 { line-height: 1.25; font-weight: 700; color: var(--blue-deep); margin: 0 0 .6em; }
h1 { font-size: clamp(28px, 3.4vw, 40px); letter-spacing: -.01em; }
h2 { font-size: clamp(23px, 2.4vw, 30px); margin-top: 1.6em; }
h3 { font-size: clamp(19px, 1.8vw, 22px); margin-top: 1.4em; }
p { margin: 0 0 1em; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--blue); color: #fff; padding: 10px 18px; text-decoration: none;
}
.skip-link:focus { left: 0; }

/* --- Верхняя служебная полоса --- */
.topbar { background: var(--blue-deep); color: #cfd8ea; font-size: 14px; }
.topbar__in { display: flex; align-items: center; justify-content: space-between; min-height: 40px; gap: 16px; }
.topbar__region { opacity: .85; }
.topbar__right { display: flex; align-items: center; gap: 20px; }
.topbar__phone { color: #fff; text-decoration: none; font-weight: 600; }
.bvi-toggle {
  display: inline-flex; align-items: center; gap: 8px;
  background: none; border: 0; color: #cfd8ea; font: inherit; cursor: pointer; padding: 6px 0;
}
.bvi-toggle:hover { color: #fff; }

/* --- Панель версии для слабовидящих --- */
.bvi-panel { background: #000; color: #fff; padding: 10px 0; }
.bvi-panel__in { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.bvi-panel__label { font-size: 14px; opacity: .8; margin-right: 4px; }
.bvi-panel button {
  background: #fff; color: #000; border: 2px solid #fff; border-radius: 4px;
  padding: 6px 12px; font: inherit; cursor: pointer;
}
.bvi-panel [data-bvi-size="1"] { font-size: 14px; }
.bvi-panel [data-bvi-size="2"] { font-size: 18px; }
.bvi-panel [data-bvi-size="3"] { font-size: 22px; }
.bvi-panel__off { margin-left: auto; background: #000; color: #fff; }

/* --- Шапка --- */
.masthead { background: #fff; border-bottom: 1px solid var(--line); }
.masthead__in { display: flex; align-items: center; gap: 24px; padding: 18px 20px; }
.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; color: inherit; margin-right: auto; }
.brand__emblem {
  flex: none; width: 52px; height: 52px; border-radius: 50%;
  background: var(--blue); color: #fff; display: grid; place-items: center;
  font-weight: 700; font-size: 19px; letter-spacing: .02em;
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .35), 0 0 0 2px var(--blue);
}
.brand__text { display: block; }
.brand__name { display: block; font-size: 19px; font-weight: 700; color: var(--blue-deep); line-height: 1.2; }
.brand__tagline { display: block; font-size: 13.5px; color: var(--ink-muted); margin-top: 3px; }
.masthead__contact { text-align: right; }
.masthead__phone { display: block; font-size: 21px; font-weight: 700; color: var(--blue-deep); text-decoration: none; }
.masthead__hours { display: block; font-size: 13.5px; color: var(--ink-muted); }

.burger { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 6px; background: #fff; cursor: pointer; }
.burger span { display: block; width: 22px; height: 2px; background: var(--blue-deep); margin: 4px auto; }

/* --- Основное меню --- */
.mainnav { background: var(--blue); position: relative; z-index: 20; }
.mainnav__list { display: flex; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; }
.mainnav__item { position: relative; }
.mainnav__item > a {
  display: block; padding: 14px 20px; color: #fff; text-decoration: none; font-weight: 600; font-size: 16px;
}
.mainnav__item:hover > a, .mainnav__item.is-active > a { background: var(--blue-dark); }
.submenu {
  position: absolute; top: 100%; left: 0; min-width: 290px; background: #fff;
  border: 1px solid var(--line); border-top: 3px solid var(--blue);
  box-shadow: var(--shadow-lg); list-style: none; margin: 0; padding: 8px 0;
  opacity: 0; visibility: hidden; transform: translateY(6px); transition: .15s;
}
.mainnav__item:hover .submenu, .mainnav__item:focus-within .submenu {
  opacity: 1; visibility: visible; transform: none;
}
.submenu a { display: block; padding: 9px 20px; color: var(--ink); text-decoration: none; font-size: 15.5px; }
.submenu a:hover { background: var(--blue-soft); color: var(--blue-dark); }

/* --- Хлебные крошки --- */
.crumbs { padding: 14px 0 0; font-size: 14px; color: var(--ink-muted); }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; }
.crumbs li + li::before { content: "→"; margin-right: 6px; opacity: .5; }
.crumbs a { color: var(--ink-muted); }

/* --- Заголовок страницы --- */
.pagehead { padding: 22px 0 8px; }
.pagehead__lead { font-size: 19px; color: var(--ink-muted); max-width: 60ch; margin: 0; }

/* --- Главная: герой --- */
.hero { background: linear-gradient(180deg, var(--blue-soft), #fff); padding: 40px 0 44px; }
.hero__in { display: grid; grid-template-columns: 1.1fr .9fr; gap: 44px; align-items: center; }
.hero h1 { margin-bottom: .4em; }
.hero__lead { font-size: 19px; color: #2c3648; max-width: 52ch; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0 20px; }
.hero__phone { font-size: 16px; color: var(--ink-muted); margin: 0; }
.hero__phone a { font-size: 22px; font-weight: 700; color: var(--blue-deep); text-decoration: none; }
.hero__phone span { display: block; font-size: 14px; }
.hero__media img { border-radius: var(--radius); box-shadow: var(--shadow-lg); width: 100%; object-fit: cover; }

/* --- Кнопки --- */
.btn {
  display: inline-block; padding: 13px 24px; border-radius: var(--radius);
  font-weight: 600; font-size: 16px; text-decoration: none; cursor: pointer; border: 2px solid transparent;
}
.btn--primary { background: var(--blue); color: #fff; }
.btn--primary:hover { background: var(--blue-dark); color: #fff; }
.btn--ghost { background: #fff; color: var(--blue); border-color: var(--blue); }
.btn--ghost:hover { background: var(--blue-soft); }
.btn--sm { padding: 9px 18px; font-size: 15px; }

/* --- Уведомление --- */
.notice {
  display: flex; gap: 16px; margin: 28px 0 0;
  background: var(--amber-bg); border: 1px solid var(--amber-line);
  border-left: 5px solid var(--amber-line); border-radius: var(--radius); padding: 18px 20px;
}
.notice__icon {
  flex: none; width: 26px; height: 26px; border-radius: 50%; background: var(--amber-line);
  color: #fff; display: grid; place-items: center; font-weight: 700;
}
.notice__title { font-weight: 700; margin: 0 0 4px; }
.notice__body p:last-child { margin: 0; }

/* --- Секции --- */
.section { padding: 48px 0; }
.section--tinted { background: var(--bg-tint); }
.section__title { margin-top: 0; }
.section__sub { color: var(--ink-muted); margin-top: -.4em; max-width: 70ch; }

/* --- Плитки «жизненные ситуации» --- */
.tiles { list-style: none; margin: 28px 0 0; padding: 0; display: grid; gap: 16px; grid-template-columns: repeat(3, 1fr); }
.tile a {
  display: block; height: 100%; background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px; text-decoration: none; color: inherit; transition: .15s;
}
.tile a:hover { border-color: var(--blue); box-shadow: var(--shadow); transform: translateY(-2px); }
.tile__icon { display: block; width: 44px; height: 44px; margin-bottom: 14px; }
.tile__title { display: block; font-size: 18px; font-weight: 700; color: var(--blue-deep); margin-bottom: 6px; }
.tile__text { display: block; font-size: 15px; color: var(--ink-muted); }

/* --- Карточки услуг --- */
.cards { list-style: none; margin: 28px 0 0; padding: 0; display: grid; gap: 16px; grid-template-columns: repeat(4, 1fr); }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; }
.card__title { font-size: 17px; margin: 0 0 8px; }
.card__text { font-size: 15px; color: var(--ink-muted); margin: 0; }

/* --- Раскладка контента --- */
.layout { display: grid; grid-template-columns: 290px 1fr; gap: 40px; padding-top: 26px; padding-bottom: 48px; align-items: start; }
.layout--home { grid-template-columns: 1fr 330px; padding: 0; }
.article { max-width: 80ch; }
.article--wide { max-width: none; grid-column: auto; }
.article > *:first-child { margin-top: 0; }
.article ul, .article ol { padding-left: 22px; margin: 0 0 1.1em; }
.article li { margin-bottom: .45em; }
.article__hero { margin: 0 0 26px; }
.article__hero img { border-radius: var(--radius); width: 100%; aspect-ratio: 2 / 1; object-fit: cover; height: auto; }
.article__hero figcaption { font-size: 14px; color: var(--ink-muted); margin-top: 8px; }
.article blockquote {
  margin: 1.4em 0; padding: 16px 20px; background: var(--blue-soft);
  border-left: 4px solid var(--blue); border-radius: 0 var(--radius) var(--radius) 0;
}
.article blockquote p:last-child { margin: 0; }
.article table { width: 100%; border-collapse: collapse; margin: 1.2em 0; font-size: 16px; }
.article th, .article td { border: 1px solid var(--line); padding: 11px 14px; text-align: left; vertical-align: top; }
.article th { background: var(--blue-soft); color: var(--blue-deep); font-weight: 700; }
.article tbody tr:nth-child(even) { background: #fafbfd; }
.article hr { border: 0; border-top: 1px solid var(--line); margin: 2em 0; }

/* --- Боковое меню раздела --- */
.sidebar { position: sticky; top: 16px; }
.sidebar__title { font-size: 16px; text-transform: uppercase; letter-spacing: .04em; color: var(--ink-muted); margin-bottom: 12px; }
.sidebar__list { list-style: none; margin: 0 0 22px; padding: 0; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.sidebar__list li + li { border-top: 1px solid var(--line); }
.sidebar__list a { display: block; padding: 11px 16px; text-decoration: none; color: var(--ink); font-size: 15.5px; }
.sidebar__list a:hover { background: var(--blue-soft); }
.sidebar__list .is-current a { background: var(--blue); color: #fff; font-weight: 600; }
.sidebar__help { background: var(--bg-tint); border-radius: var(--radius); padding: 18px; }
.sidebar__help-title { font-weight: 700; margin: 0 0 6px; }
.sidebar__help-phone { font-size: 20px; font-weight: 700; color: var(--blue-deep); text-decoration: none; }
.sidebar__help-hours { font-size: 14px; color: var(--ink-muted); margin: 4px 0 0; }

/* --- Факты --- */
.facts { background: var(--bg-tint); border-radius: var(--radius); padding: 22px; position: sticky; top: 16px; }
.facts__title { font-size: 18px; margin-top: 0; }
.facts__list { margin: 0; }
.facts__row { padding: 12px 0; border-top: 1px solid var(--line); }
.facts__row:first-child { border-top: 0; padding-top: 0; }
.facts dt { font-size: 14px; color: var(--ink-muted); }
.facts dd { margin: 2px 0 0; font-weight: 600; color: var(--blue-deep); }

/* --- FAQ --- */
.faq { margin-top: 2em; }
.faq__item { border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 10px; background: #fff; }
.faq__item summary {
  cursor: pointer; padding: 15px 18px; font-weight: 600; color: var(--blue-deep); list-style: none;
  display: flex; justify-content: space-between; gap: 16px;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: "+"; font-size: 22px; color: var(--blue); line-height: 1; }
.faq__item[open] summary::after { content: "−"; }
.faq__answer { padding: 0 18px 16px; }
.faq__answer p { margin: 0; }

/* --- Смотрите также --- */
.related__list { list-style: none; margin: 20px 0 0; padding: 0; display: grid; gap: 12px; grid-template-columns: 1fr 1fr; }
.related__list a {
  display: block; height: 100%; padding: 16px 18px; border: 1px solid var(--line);
  border-radius: var(--radius); text-decoration: none; color: inherit;
}
.related__list a:hover { border-color: var(--blue); background: var(--blue-soft); }
.related__title { display: block; font-weight: 700; color: var(--blue-deep); margin-bottom: 4px; }
.related__desc { display: block; font-size: 14.5px; color: var(--ink-muted); }

/* --- Форма / CTA --- */
.cta { background: var(--blue-deep); color: #e6ebf5; padding: 48px 0; }
.cta__in { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: start; }
.cta h2 { color: #fff; margin-top: 0; }
.cta__phone { color: #fff; font-weight: 700; white-space: nowrap; }
.cta__hours { font-size: 15px; opacity: .8; }
.form { background: #fff; border-radius: var(--radius); padding: 26px; color: var(--ink); }
.form__trap { position: absolute; left: -9999px; }
.form__row { margin-bottom: 14px; }
.form__label { display: block; font-size: 14.5px; font-weight: 600; margin-bottom: 6px; color: var(--blue-deep); }
.form__label span { color: var(--red); }
.form__input {
  width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 6px;
  font: inherit; background: #fff; color: var(--ink);
}
.form__input:focus { border-color: var(--blue); }
.form__consent { display: flex; gap: 10px; font-size: 13.5px; color: var(--ink-muted); margin: 16px 0; }
.form__consent input { margin-top: 3px; flex: none; width: 18px; height: 18px; }
.form__note { font-size: 12.5px; color: var(--ink-muted); margin: 12px 0 0; }
.form .btn { width: 100%; }
.form__status { padding: 12px 14px; border-radius: 6px; margin-bottom: 14px; font-size: 15px; }
.form__status--ok { background: #e7f6ec; color: #1a6b34; }
.form__status--err { background: #fdeaea; color: var(--red); }

/* --- Подвал --- */
.footer { background: var(--blue-deep); color: #b9c4da; padding: 44px 0 0; margin-top: 0; font-size: 15px; }
.footer__cols { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr 1.1fr; gap: 30px; padding-bottom: 36px; }
.brand--footer .brand__name { color: #fff; font-size: 17px; }
.brand--footer .brand__emblem { width: 42px; height: 42px; font-size: 16px; }
.footer__lead { margin: 14px 0 10px; }
.footer__phone a { color: #fff; font-size: 20px; font-weight: 700; text-decoration: none; }
.footer__hours { font-size: 14px; opacity: .8; }
.footer__title { font-size: 15px; text-transform: uppercase; letter-spacing: .05em; color: #fff; margin-bottom: 12px; }
.footer__list { list-style: none; margin: 0; padding: 0; }
.footer__list li { margin-bottom: 8px; }
.footer__list a { color: #b9c4da; text-decoration: none; }
.footer__list a:hover { color: #fff; text-decoration: underline; }
.footer__bottom { background: rgba(0, 0, 0, .25); padding: 20px 0; font-size: 13px; }
.footer__disclaimer { margin: 0 0 8px; opacity: .85; max-width: 100ch; }
.footer__copy { margin: 0; opacity: .7; }

/* --- Cookie --- */
.cookiebar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; background: #fff; border-top: 3px solid var(--blue); box-shadow: 0 -4px 20px rgba(0, 0, 0, .12); }
.cookiebar__in { display: flex; align-items: center; gap: 20px; padding: 16px 20px; }
.cookiebar p { margin: 0; font-size: 14.5px; }
.cookiebar .btn { flex: none; }

/* --- Адаптив --- */
@media (max-width: 1023px) {
  .hero__in { grid-template-columns: 1fr; }
  .hero__media { order: -1; }
  .tiles { grid-template-columns: repeat(2, 1fr); }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .layout, .layout--home { grid-template-columns: 1fr; }
  .sidebar, .facts { position: static; }
  .cta__in { grid-template-columns: 1fr; }
  .footer__cols { grid-template-columns: 1fr 1fr; }
  .burger { display: block; }
  .mainnav { display: none; }
  .mainnav.is-open { display: block; }
  .mainnav__list { flex-direction: column; }
  .mainnav__item > a { padding: 13px 20px; border-bottom: 1px solid rgba(255, 255, 255, .15); }
  .submenu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; background: rgba(255, 255, 255, .07); padding: 0; }
  .submenu a { color: #dbe4f7; padding: 10px 34px; }
  .masthead__contact { display: none; }
}

@media (max-width: 599px) {
  :root { --fs-base: 16px; }
  .tiles, .cards, .related__list { grid-template-columns: 1fr; }
  .footer__cols { grid-template-columns: 1fr; }
  .topbar__region { display: none; }
  .cookiebar__in { flex-direction: column; align-items: stretch; }
}

/* ==========================================================================
   Версия для слабовидящих
   ========================================================================== */
.bvi { --radius: 0; }
.bvi img:not(.bvi-keep) { filter: grayscale(1); }
.bvi .tile a, .bvi .card, .bvi .faq__item, .bvi .form, .bvi .sidebar__list { border-width: 2px; }
.bvi .hero, .bvi .section--tinted, .bvi .notice, .bvi .facts, .bvi .sidebar__help { background: transparent !important; }
.bvi .brand__emblem { box-shadow: none; }
.bvi-size-1 { font-size: 20px; }
.bvi-size-2 { font-size: 24px; }
.bvi-size-3 { font-size: 30px; }

.bvi-theme-white, .bvi-theme-white .masthead, .bvi-theme-white .form, .bvi-theme-white .card, .bvi-theme-white .tile a { background: #fff; color: #000; }
.bvi-theme-white .mainnav, .bvi-theme-white .topbar, .bvi-theme-white .footer, .bvi-theme-white .cta { background: #fff; color: #000; border-bottom: 2px solid #000; }
.bvi-theme-white a, .bvi-theme-white h1, .bvi-theme-white h2, .bvi-theme-white h3,
.bvi-theme-white .mainnav__item > a, .bvi-theme-white .footer__list a, .bvi-theme-white .topbar__phone,
.bvi-theme-white .brand__name, .bvi-theme-white .cta h2 { color: #000; }
.bvi-theme-white .brand__emblem, .bvi-theme-white .btn--primary { background: #000; color: #fff; }

.bvi-theme-black, .bvi-theme-black .masthead, .bvi-theme-black .form, .bvi-theme-black .card, .bvi-theme-black .tile a,
.bvi-theme-black .mainnav, .bvi-theme-black .topbar, .bvi-theme-black .footer, .bvi-theme-black .cta,
.bvi-theme-black .article table th, .bvi-theme-black .article tbody tr:nth-child(even) { background: #000; color: #fff; }
.bvi-theme-black a, .bvi-theme-black h1, .bvi-theme-black h2, .bvi-theme-black h3,
.bvi-theme-black .mainnav__item > a, .bvi-theme-black .footer__list a, .bvi-theme-black .topbar__phone,
.bvi-theme-black .brand__name, .bvi-theme-black .cta h2, .bvi-theme-black .submenu a { color: #fff; }
.bvi-theme-black .brand__emblem, .bvi-theme-black .btn--primary { background: #fff; color: #000; }
.bvi-theme-black .submenu { background: #000; }
.bvi-theme-black .form__input { background: #000; color: #fff; border-color: #fff; }

.bvi-theme-blue, .bvi-theme-blue .masthead, .bvi-theme-blue .form, .bvi-theme-blue .card, .bvi-theme-blue .tile a,
.bvi-theme-blue .mainnav, .bvi-theme-blue .topbar, .bvi-theme-blue .footer, .bvi-theme-blue .cta { background: #9dd1ff; color: #063462; }
.bvi-theme-blue a, .bvi-theme-blue h1, .bvi-theme-blue h2, .bvi-theme-blue h3,
.bvi-theme-blue .mainnav__item > a, .bvi-theme-blue .footer__list a, .bvi-theme-blue .topbar__phone,
.bvi-theme-blue .brand__name, .bvi-theme-blue .cta h2 { color: #063462; }
.bvi-theme-blue .brand__emblem, .bvi-theme-blue .btn--primary { background: #063462; color: #9dd1ff; }

/* --- Печать --- */
@media print {
  .topbar, .bvi-panel, .mainnav, .cta, .cookiebar, .sidebar, .burger, .footer__cols { display: none !important; }
  body { font-size: 12pt; color: #000; }
  a { color: #000; text-decoration: none; }
  .article { max-width: none; }
}

/* --- Галерея --- */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 26px 0; }
.gallery__item { margin: 0; }
.gallery__item img { border-radius: var(--radius); width: 100%; aspect-ratio: 3/2; object-fit: cover; }
.gallery__item figcaption { font-size: 14px; color: var(--ink-muted); margin-top: 8px; }
@media (max-width: 1023px) { .gallery { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 599px) { .gallery { grid-template-columns: 1fr; } }

/* --- Карта сайта --- */
.sitemap__group { margin-bottom: 34px; }
.sitemap__group h2 { margin-top: 0; padding-bottom: 8px; border-bottom: 2px solid var(--blue-soft); }
.sitemap__group ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; grid-template-columns: 1fr 1fr; }
.sitemap__group li { padding: 12px 14px; border: 1px solid var(--line); border-radius: var(--radius); }
.sitemap__group li a { font-weight: 600; }
.sitemap__desc { display: block; font-size: 14px; color: var(--ink-muted); margin-top: 4px; }
@media (max-width: 767px) { .sitemap__group ul { grid-template-columns: 1fr; } }

.card__title a, .tile a, .related__list a, .sitemap__group li a { text-decoration: none; }
.card__title a:hover, .sitemap__group li a:hover { text-decoration: underline; }
.cta__in--single { grid-template-columns: 1fr; }

/* --- контакты в шапке/подвале (добавлено) --- */
.masthead__phone{display:inline-block;font-weight:700;font-size:1.15rem;color:inherit;text-decoration:none;margin-right:16px;white-space:nowrap}
.masthead__phone:hover{text-decoration:underline}
.footer__contacts{margin-top:10px;font-size:.9rem;line-height:1.7}
.footer__contacts a{color:inherit;text-decoration:none}
.footer__contacts a:hover{text-decoration:underline}
.footer__requisites{margin-top:14px;font-size:.8rem;opacity:.75;line-height:1.6}
.cta__contacts{margin-top:10px;font-size:1.05rem;font-weight:600;line-height:1.8}
.cta__contacts a{color:inherit}

/* --- карта + ссылки моргов/кладбищ (добавлено) --- */
.article__map{margin:0 0 26px}
.article__map iframe{width:100%;height:460px;border:0;border-radius:12px}
.site-links{margin:26px 0}
.site-list{list-style:none;padding:0;margin:14px 0;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:10px}
.site-list li{margin:0}
.site-list a{display:block;padding:12px 16px;background:#eef3fb;border-left:3px solid #1b4f9c;border-radius:0 8px 8px 0;color:#0f2f66;font-weight:600;text-decoration:none;transition:.2s}
.site-list a:hover{background:#e0e9f7;transform:translateX(2px)}

/* --- inline-фото в статье (добавлено) --- */
.article__inline{float:right;width:min(42%,360px);margin:4px 0 18px 26px}
.article__inline img{width:100%;border-radius:12px;aspect-ratio:4 / 3;object-fit:cover;display:block}
@media (max-width:599px){.article__inline{float:none;width:100%;margin:0 0 18px}}
