/* Оформление юридических страниц лендинга: /politika/, /soglasie-zayavka/,
   /soglasie-registraciya/. Те же шрифт, цвета и шапка, что у главной и
   /dlya-psihologa/ (там стили встроены в страницу; здесь страниц три, и
   общий файл избавляет от трёх копий). Текст документа — узкая колонка для
   чтения, таблицы на телефоне прокручиваются внутри себя, а не всей
   страницей. */
html{scroll-behavior:smooth}
body{margin:0;font-family:'Golos Text',system-ui,-apple-system,'Segoe UI',sans-serif;color:#12203a;background:#fff;-webkit-font-smoothing:antialiased}
a{color:#0066ff}
header.site{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.85);backdrop-filter:blur(14px);border-bottom:1px solid #e8eefb}
.site__inner{max-width:1160px;margin:0 auto;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:#12203a}
.brand__mark{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:linear-gradient(135deg,#0066ff,#3d8bff);font-size:19px}
.brand__text{font-weight:800;font-size:19px;letter-spacing:-0.02em}
.nav-cta{text-decoration:none;color:#fff;font-weight:600;font-size:15px;padding:10px 20px;border-radius:12px;background:#0066ff;box-shadow:0 6px 18px rgba(0,102,255,.28);white-space:nowrap}
.nav-cta:hover{background:#0052d6}
.doc{max-width:820px;margin:0 auto;padding:40px 24px 72px;font-size:16px;line-height:1.65}
.doc h1{margin:0;font-size:clamp(26px,3.6vw,36px);line-height:1.2;letter-spacing:-0.025em;font-weight:800;text-wrap:balance}
.doc .revision{margin:12px 0 0;font-size:14px;color:#7a8cae}
.doc h2{margin:40px 0 12px;font-size:21px;line-height:1.3;letter-spacing:-0.015em;font-weight:800}
.doc h3{margin:28px 0 10px;font-size:17px;font-weight:700}
.doc p{margin:12px 0}
.doc ul,.doc ol{margin:12px 0;padding-left:24px}
.doc li{margin:6px 0}
.doc .lead-in{margin:24px 0 0;padding:16px 18px;border-radius:14px;background:#f5f8ff;border:1px solid #e6edfb;font-size:15px;color:#48597a}
.table-scroll{overflow-x:auto;margin:12px 0;-webkit-overflow-scrolling:touch}
.doc table{width:100%;border-collapse:collapse;font-size:15px;line-height:1.5}
.doc th,.doc td{border:1px solid #e1e9f8;padding:10px 12px;text-align:left;vertical-align:top}
.doc th{background:#f5f8ff;font-weight:700}
.doc table.kv th{width:32%}
.doc table.wide{min-width:620px}
footer.site{border-top:1px solid #e8eefb;background:#fff}
.footer__inner{max-width:1160px;margin:0 auto;padding:32px 24px;display:flex;flex-direction:column;gap:14px;font-size:14px;line-height:1.6;color:#7a8cae}
.footer__owner{margin:0}
.footer__nav{display:flex;flex-wrap:wrap;gap:8px 22px}
.footer__nav a{text-decoration:none;color:#48597a}
.footer__nav a.accent{color:#0066ff;font-weight:600}
@media (max-width:560px){
  .brand__text{display:none}
  .nav-cta{font-size:14px;padding:9px 15px}
  .site__inner,.doc,.footer__inner{padding-left:16px;padding-right:16px}
  .doc{padding-top:28px}
}
