/* ДентАурум — новая дизайн-система */

:root{
  --blue:#4a86e8; --blue-bright:#2e7bf0; --blue-deep:#1e63d0;
  --red:#e60000; --bg:#e9edf5; --card:#f6f8fc; --tile:#e4e9f4;
  --ink:#16294d; --muted:#5c6d8e; --line:#dde4f0; --r:22px;
  --navy:#16294d; --gray:#5c6d8e; --beige:#e4e9f4;
  --main:#1B1B1B; --num:#183277; --step:#183277;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Segoe UI','PT Sans',Arial,sans-serif;background:var(--bg);color:var(--main);padding:40px;font-weight:400;font-size:15px;line-height:1.55;min-height:100vh}
.wrap,.container{width:100%;max-width:unset;margin:0}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer;border:none;background:none}

/* ---------------- Кнопки ---------------- */
.btn{border:none;border-radius:12px;padding:12px 22px;font-weight:700;font-size:15px;cursor:pointer;font-family:inherit;display:inline-block;text-align:center}
.btn-blue{background:var(--blue);color:#fff}
.btn-blue:hover{background:var(--blue-bright)}
.btn-blue:disabled{opacity:.45;cursor:not-allowed}
.btn-primary,.btn-primary:disabled{background:var(--blue);color:#fff}
.btn-primary:hover{background:var(--blue-bright)}
.btn-ghost{background:var(--tile);color:var(--ink)}
.btn-ghost:hover{background:#d7ddec}
.btn-outline{background:none;border:2px solid var(--blue-bright);color:var(--blue-bright);border-radius:999px;padding:8px 20px;font-weight:700;cursor:pointer;font-family:inherit;font-size:14px}
.btn-sm{padding:9px 16px;font-size:13px}
.arrow{border:none;width:40px;height:30px;border-radius:999px;font-size:15px}
.arrow-filled{background:var(--blue);color:#fff}
.arrow-outline{background:#fff;color:var(--blue)}
.arrow-disabled{background:#dfe4eb;color:#a8b1c6}

/* ---------------- Шапка ---------------- */
.header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;padding:8px 4px}
.logo{display:flex;align-items:center;gap:10px}
.logo img{height:46px;width:auto}
.nav{display:flex;gap:26px;font-size:17px;font-weight:700;justify-content:center}
.nav a:hover{color:var(--blue-bright)}
.nav a.active{color:var(--red);font-weight:700}
.header-right{display:flex;align-items:center;gap:14px;justify-content:flex-end}
.phone{font-weight:400}
.phones{display:flex;flex-direction:column;justify-content:center;line-height:1.15;height:38px}
.phones a{white-space:nowrap}
.round-ico{width:38px;height:38px;border-radius:50%;background:var(--blue);display:inline-flex;align-items:center;justify-content:center;font-size:16px;color:#fff}
.round-ico img{width:18px;height:18px;display:block}
.burger{display:none;background:none;border:none;font-size:26px;color:var(--main)}

/* ---------------- Заголовки страниц ---------------- */
.section{background:var(--card);border-radius:var(--r);padding:28px;margin-top:20px}
.section-white,.section-soft,.section-cyan{background:var(--card)}
.page-hero{background:#fff;border-radius:var(--r);padding:30px 34px;margin-top:16px}
.page-hero h1{font-size:32px;font-weight:700;text-transform:uppercase;line-height:1.15;color:var(--blue-bright)}
.page-hero p{margin-top:14px;font-size:15px;line-height:1.5;color:var(--muted)}
.page-hero.hero-flex{display:flex;align-items:center;justify-content:space-between;gap:24px}
.page-hero .hero-photo{width:210px;border-radius:var(--r);object-fit:cover;flex-shrink:0}
.tag{display:inline-block;background:var(--tile);color:var(--blue-bright);font-weight:700;font-size:12px;letter-spacing:.1em;text-transform:uppercase;padding:6px 14px;border-radius:999px;margin-bottom:14px}
.h2,.section-title,.sec-title{color:var(--blue-bright);text-transform:uppercase;font-size:24px;letter-spacing:.4px;font-weight:700}
.sec-head{margin-bottom:18px}
.sec-head.flex{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap}
.sec-sub,.sub{color:var(--muted);margin-top:6px;font-size:15px}

/* ---------------- Герой ---------------- */
.hero{display:grid;grid-template-columns:2fr 1fr;gap:20px;margin-top:16px;align-items:stretch}
.hero-card{background:#fff;border-radius:var(--r);padding:30px 34px}
.hero-card h1{font-size:32px;font-weight:700;text-transform:uppercase;line-height:1.15}
.h-blue{color:var(--blue-bright)} .h-red{color:var(--red)}
.hero-card p{margin-top:14px;font-size:15px;line-height:1.5}
.hero-badges{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:16px}
.badge{background:#fff;border-radius:16px;display:flex;gap:14px;padding:0 16px 0 0}
.badge-icon{flex:0 0 auto;align-self:stretch;aspect-ratio:1/1;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:39px;overflow:hidden}
.badge-icon:first-child{margin-left:16px}
.badge>div{padding:16px 0;min-width:0}
.badge-icon>img{width:100%;height:100%;object-fit:cover}
.badge b{color:var(--blue-bright);font-size:15px}
.badge p{color:var(--main);font-size:15px;margin-top:0}
.hero-img{position:relative}
.hero-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;border-radius:var(--r)}

/* ---------------- Направления ---------------- */
.dirs{display:flex;flex-wrap:wrap;gap:14px;margin-top:18px}
.dir{text-decoration:none;text-align:center;font-weight:400;color:var(--main);flex:1 1 180px}
.dir-tile{width:100%;height:96px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:40px}
.dir-tile img{max-width:94%;max-height:94%;object-fit:contain}
.dir b{display:block;margin-top:8px;font-size:15px;font-weight:400}
.t-light{background:linear-gradient(180deg,#a8c6f8,#6d9df2)}
.t-blue{background:linear-gradient(180deg,#6d9df2,#3f7fe0)}
.t-red{background:linear-gradient(180deg,#f01c1c,#c80000)}
.t-gray{background:linear-gradient(180deg,#7a7a7a,#3c3c3c)}
.service-tile{width:100%;height:auto;border-radius:14px;margin-bottom:8px}

/* ---------------- Запись / расписание ---------------- */
#booking .section-head{align-items:center}
.schedule{grid-template-columns:repeat(7,1fr);display:grid;gap:10px;margin-top:20px}
.day{display:flex;flex-direction:column;gap:8px}
.day>b{color:var(--blue-bright);text-align:center;font-size:14px}
.slot{border:none;border-radius:999px;background:var(--tile);color:var(--blue-bright);padding:7px 0;font-size:13px;cursor:pointer;font-family:inherit}
.slot:disabled{color:#9aa7c0;cursor:default}
.slot.selected{background:var(--red);color:#fff}
.dayoff{background:var(--blue);color:#fff;border-radius:999px;padding:7px 0;font-size:13px;text-align:center}
.book-form,.booking-form{display:flex;gap:14px;flex-wrap:wrap}
.inp,.booking-form input{flex:1;min-width:220px;border:none;border-radius:12px;background:var(--tile);padding:13px 16px;font-size:14px;font-family:inherit;color:var(--main)}
.consent{display:flex;align-items:flex-start;gap:10px;margin-top:16px;font-size:14px}
.consent input{width:22px;height:22px;accent-color:var(--blue)}
.consent a{color:var(--blue-bright)}
.form-hint{margin:18px 0 10px;font-size:14px}
.form-hint strong{color:var(--blue-bright)}

/* ---------------- Как проходит приём ---------------- */
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:18px}
.step{background:var(--tile);border-radius:16px;padding:18px;display:flex;flex-direction:column}
.step .num{color:var(--step);font-weight:700;font-size:20px}
.step h3{color:var(--blue-bright);font-size:18px;margin-top:8px}
.step p{font-size:15px;margin-top:8px;line-height:1.45;color:var(--main)}
.step img{width:100%;flex:1;min-height:200px;object-fit:cover;object-position:center;border-radius:12px;margin-top:12px;display:block}

/* ---------------- Факты + отзывы + чек-лист ---------------- */
.duo,.facts-row{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:20px;align-items:stretch}
.fact-card{background:linear-gradient(180deg,#7DAFFF,#4587EE);border-radius:var(--r);padding:18px;color:#fff;display:flex;flex-direction:column}
.fact-card h3{color:#fff;text-transform:uppercase;font-size:20px;margin:0}
.fact-head{display:flex;align-items:center;justify-content:space-between;gap:12px}
.fact-head h3{margin:0 0 10px}
.fact-nav{display:flex;gap:10px}
.fact-nav button{width:46px;height:34px;border-radius:999px;font-size:24px;line-height:1;padding:0;display:flex;align-items:center;justify-content:center;font-weight:700;padding-bottom:3px}
#factPrev,#factNext{border:2px solid #fff;color:#fff;background:transparent}
#factPrev:hover,#factNext:hover{background:rgba(255,255,255,.2)}
#factPrev:active,#factNext:active{background:#fff;color:#4587EE}
.fact-body{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:stretch;margin-top:16px;flex:1}
.fact-text{display:flex;flex-direction:column;gap:10px;min-width:0}
.fact-ico{width:48px;height:48px;border-radius:14px;background:#fff;display:grid;place-items:center;flex-shrink:0}
.fact-ico img{width:28px;height:28px;display:block}
.fact-body h4{font-size:16px;text-transform:uppercase;margin:0;line-height:1.3}
.fact-body p{font-size:14px;line-height:1.45;margin:0}
.fact-media{width:100%;height:100%;display:flex}
.fact-media img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:14px;background:rgba(255,255,255,.2)}
.reviews-card{background:#fff;border-radius:var(--r);padding:24px;display:flex;flex-direction:column}
.reviews-card h3{color:var(--blue-bright);text-transform:uppercase;font-size:20px;margin-bottom:16px}
.reviews-box{flex:1;min-width:0;width:100%}
.reviews-box iframe{width:100%;height:360px;border:0;border-radius:14px;display:block}
.checklist{background:#fff;border-radius:var(--r);padding:16px;position:relative;display:flex;flex-direction:column}
.checklist h3{color:var(--blue-bright);text-transform:uppercase;font-size:20px;margin-bottom:10px}
.checklist ul{list-style:none;margin-top:8px;flex:1}
.checklist li{position:relative;padding-left:26px;margin-top:6px;font-size:16px}
.checklist li::before{content:"";position:absolute;left:0;top:4px;width:12px;height:12px;border-radius:50%;background:var(--red)}
.checklist .final{margin-top:12px;font-size:16px}

/* ---------------- Отзывы ---------------- */
.rev-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;flex-wrap:wrap}
.rev-tags{display:flex;gap:10px;margin-top:10px;flex-wrap:wrap}
.rev-tags a{border:2px solid var(--blue-bright);color:var(--blue-bright);border-radius:999px;padding:5px 16px;font-size:13px}
.review{margin-top:22px}
.rev-user{display:flex;align-items:center;gap:12px}
.rev-ava{width:44px;height:44px;border-radius:50%;background:var(--tile);display:flex;align-items:center;justify-content:center;font-weight:800;color:var(--blue);overflow:hidden}
.rev-ava img{width:100%;height:100%;object-fit:cover}
.stars{color:var(--red);letter-spacing:3px;margin-top:6px}
.review p{margin-top:12px;font-size:15px}

/* ---------------- Врачи ---------------- */
.doctors{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:18px}
.doctor{display:flex;align-items:center;gap:12px;background:var(--tile);border:none;border-radius:14px;padding:14px;cursor:pointer;text-align:left;font-family:inherit}
.doctor.active{background:var(--blue);color:#fff}
.doctor b{display:block;font-size:14px}
.doctor small{color:inherit;opacity:.8;font-size:12px}
.doc-profile{display:grid;grid-template-columns:minmax(220px,340px) 1fr;gap:24px;padding:22px 0;border-bottom:1px solid var(--line)}
.doc-profile .doc-content{height:100%;display:flex;flex-direction:column;justify-content:space-between}
.doc-profile:first-child{padding-top:0}
.doc-profile:last-child{border-bottom:none}
.doc-profile-photo{border-radius:var(--r);overflow:hidden}
.doc-profile-photo img{width:100%;height:100%;min-height:260px;object-fit:cover}
.doc-content{display:flex;flex-direction:column;height:100%;justify-content:space-between}
.doc-profile h2{font-size:26px;font-weight:700;color:var(--ink);line-height:1.2}
.doc-role{color:var(--blue-bright);font-weight:600;font-size:18px;margin:6px 0 12px}
.doc-intro{font-size:15px;line-height:1.6;color:var(--main);margin-bottom:18px}
.timeline{list-style:none}
.timeline li{position:relative;padding-left:20px;margin-bottom:12px;font-size:14px}
.timeline li::before{content:"";position:absolute;left:0;top:6px;width:9px;height:9px;border-radius:50%;background:var(--blue)}
.timeline b{display:block;font-weight:700;color:var(--main)}
.timeline span{color:var(--muted);font-size:13px}
.doc-more{display:none}
.doc-more.open{display:block}

/* ---------------- Контакты ---------------- */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:start}
.contact-card{background:#fff;border-radius:var(--r);padding:24px}
.clinic-photo{border-radius:var(--r);overflow:hidden}
.clinic-photo img{width:100%;height:100%;object-fit:cover}
.contact-list{list-style:none}
.contact-list li{display:flex;gap:14px;align-items:flex-start;padding:8px 0}
.contact-ic{flex:0 0 50px;height:50px;border-radius:50%;background:var(--tile);display:grid;place-items:center;font-size:20px}
.contact-ic img{width:22px;height:22px;display:block}
.contact-list strong{font-weight:400;color:var(--muted);font-size:13px;margin-bottom:2px;display:block}
.contact-list span,.contact-list a{font-weight:700;color:var(--main);font-size:15px}
.route-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:20px;align-items:stretch}
.route-card{background:#fff;border-radius:var(--r);padding:24px;min-height:347px}
.route-card h3{color:var(--blue-bright);text-transform:uppercase;font-size:20px;margin-bottom:12px}
.route-list{list-style:none;counter-reset:route}
.route-list li{counter-increment:route;display:flex;align-items:center;gap:16px;margin-top:10px;font-size:15px;line-height:1.5}
.route-list li::before{content:counter(route);flex:0 0 50px;width:48px;height:48px;border-radius:50%;border:2px solid var(--blue);color:var(--blue);font-size:20px;font-weight:700;display:flex;align-items:center;justify-content:center}
.map-box{border-radius:var(--r);overflow:hidden;margin-top:0;display:flex;flex-direction:column}
.map-box iframe{width:100%;height:450px;border:0;flex:1}
.map-open{display:block;text-align:center;padding:10px;font-size:15px;color:var(--blue-bright);background:#fff;text-decoration:underline}
.map-open:hover{color:var(--blue)}

/* ---------------- Прайс ---------------- */
.price-filter{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}
.chip{border:2px solid var(--blue-bright);color:var(--blue-bright);background:transparent;border-radius:999px;padding:8px 16px;font-size:13px;font-weight:700;cursor:pointer;transition:.2s;display:inline-block}
.chip:hover{background:#e8f0fd}
.chip.on{background:var(--blue);color:#fff;border-color:var(--blue)}
.price-table{width:100%;border-collapse:collapse}
.price-table thead th{text-align:left;padding:10px 12px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);border-bottom:2px solid var(--line);font-weight:700}
.price-table thead th:last-child{text-align:right}
.price-table td{padding:10px 12px;font-size:15px;border-bottom:1px solid var(--line);vertical-align:middle;color:var(--main)}
.price-table tbody tr:hover{background:#eef3fc}
.price-table .group-row td{background:var(--tile);color:var(--main);font-weight:700}
.price-table .num{color:var(--muted);white-space:nowrap;width:44px}
.price-table .code{color:var(--muted);white-space:nowrap;font-size:13px;width:150px;font-family:ui-monospace,Consolas,monospace}
.price-table .price{white-space:nowrap;text-align:right;font-weight:700;color:var(--main)}
.price-table .free{color:var(--red)}

/* ---------------- Документы ---------------- */
.doc-list{list-style:none}
.doc-list li{display:flex;align-items:center;gap:14px;padding:16px 6px;border-bottom:1px solid var(--line)}
.doc-list li:last-child{border-bottom:none}
.doc-ic{flex:0 0 50px;height:50px;border-radius:50%;background:var(--blue);display:grid;place-items:center;font-size:20px;color:#fff}
.doc-ic img{width:22px;height:22px;display:block}
.doc-list a{text-decoration:none}
.doc-list .doc-name{flex:1;font-weight:600;color:var(--main);font-size:15px}
.doc-list .doc-name:hover{color:var(--blue-bright)}
.doc-list .chip{text-decoration:none}
.lic-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;flex:1}
.lic-btns{display:flex;align-items:center;gap:10px;margin-left:auto}

/* ---------------- Политика ---------------- */
.prose h2{color:var(--main);font-size:22px;margin:22px 0 10px}
.prose h2:first-child{margin-top:0}
.prose p{font-size:15px;line-height:1.7;color:var(--main);margin-bottom:10px}
.pipe{padding:clamp(22px,3vw,44px)}

/* ---------------- Заметка ---------------- */
.note{font-size:15px;color:var(--muted);background:var(--tile);border-radius:12px;padding:14px 16px;margin-top:18px;line-height:1.6}
.ref-title{font-size:22px;font-weight:700;text-transform:uppercase;color:var(--blue-bright)}
.ref-sub{font-weight:700;color:var(--main);margin-top:14px;font-size:16px}
.ref-text{color:var(--muted);font-size:15px;line-height:1.6;margin-top:8px}
.ref-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:18px}
.ref-card{background:var(--bg);border-radius:var(--r);padding:20px;font-size:15px;line-height:1.7;color:var(--main)}
.ref-card b{display:block;margin-bottom:10px;line-height:1.4}
.ref-card a{color:var(--blue-bright)}
.ref-label{font-weight:700}
.ref-list{margin-top:12px;padding-left:22px;font-size:15px;line-height:1.7;color:var(--main);max-width:980px}
.ref-list li{margin-top:10px}
.ref-list ul{margin-top:8px;padding-left:22px;list-style:disc}
.ref-list a{color:var(--blue-bright)}
.ref-two{display:grid;grid-template-columns:2fr 1fr;gap:24px;align-items:start}
.ref-sec{margin-top:16px}
.ref-panel{background:#fff;border-radius:var(--r);padding:24px 26px}
.ref-two .ref-list{max-width:none}
.ref-two ol.ref-list,.ref-two ul.ref-list{text-align:justify;hyphens:auto;-webkit-hyphens:auto}
.note code{background:#fff;padding:1px 6px;border-radius:6px;font-size:13px}

/* ---------------- Модальное окно ---------------- */
.modal{position:fixed;inset:0;background:rgba(22,41,77,.55);display:none;place-items:center;padding:20px;z-index:100}
.modal.open{display:grid}
.modal-card{background:#fff;border-radius:var(--r);max-width:600px;width:100%;padding:28px;box-shadow:0 20px 60px rgba(22,41,77,.3);position:relative}
.modal-close{position:absolute;top:14px;right:14px;background:var(--tile);border:none;border-radius:50%;width:36px;height:36px;color:var(--ink);font-size:18px}
.modal-title{font-size:22px;font-weight:700;color:var(--main)}
.modal-sub{font-size:14px;color:var(--muted);margin:6px 0 16px}
.field{margin-bottom:14px}
.field label{display:block;font-size:13px;font-weight:400;color:var(--muted);margin-bottom:6px}
.field input{width:100%;border:none;border-radius:12px;background:var(--tile);padding:13px 16px;font-family:inherit;font-size:14px;outline:none;color:var(--main)}

/* ---------------- Подвал ---------------- */
.footer{background:var(--blue);border-radius:var(--r);color:#fff;margin-top:20px;padding:26px 30px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;align-items:center}
.footer a{color:#fff}
.footer .col-l{text-align:left;min-width:0}
.footer .col-c{text-align:center;min-width:0}
.footer .col-r{text-align:right;min-width:0}
.footer .line{margin-top:10px;font-size:15px;display:flex;align-items:center;gap:10px;flex-wrap:wrap;min-width:0}
.footer .phones{display:flex;flex-direction:column;justify-content:center;line-height:1.15;height:38px}
.footer .phones a{white-space:nowrap}
.footer .col-l .line{justify-content:flex-start}
.footer .col-c .line{justify-content:center}
.footer .col-r .line{justify-content:flex-end}
.footer b{color:#fff;display:block;margin-bottom:8px;font-size:18px}
.footer .round-ico{background:#fff;color:var(--blue-bright)}
.footer .round-ico svg{fill:var(--blue-bright)}

/* ---------------- Адаптив ---------------- */
@media (max-width:1000px){
  body{padding:24px}
  .hero{grid-template-columns:1fr}
  .hero-img{height:300px;position:relative}
  .hero-img img{position:absolute;inset:0}
  .doctors{grid-template-columns:repeat(2,1fr)}
  .dir{flex:1 1 45%}
  .duo,.facts-row{grid-template-columns:1fr}
  .steps{grid-template-columns:repeat(2,1fr)}
  .contact-grid{grid-template-columns:1fr}
  .route-grid{grid-template-columns:1fr}
  .ref-grid{grid-template-columns:1fr}
  .ref-two{grid-template-columns:1fr}
  .footer{grid-template-columns:1fr}
  .footer .col-r{text-align:left}
  .footer .line{justify-content:flex-start}
  .nav{display:none;flex-direction:column;gap:12px;position:absolute;top:0;left:0;right:0;background:#fff;padding:20px;border-radius:0 0 var(--r) var(--r);box-shadow:0 14px 30px rgba(22,41,77,.15);margin:0;z-index:40}
  .nav.open{display:flex}
  .burger{display:inline-block;margin-left:auto}
  .header{flex-wrap:wrap;position:relative}
  .header-right{margin-left:auto}
  .doc-profile{grid-template-columns:1fr}
  .doc-profile-photo img{min-height:220px}
}
@media (max-width:600px){
  body{padding:16px}
  .steps{grid-template-columns:1fr}
  .book-form{flex-direction:column}
  .page-hero,.hero-card,.section,.fact-card{padding:22px}
  .page-hero h1,.hero-card h1{font-size:24px}
}

/* ===== Режим доступности для слабовидящих ===== */
:focus-visible{outline:3px solid #ffbf47!important;outline-offset:2px}
.a11y-btn{width:38px;height:38px;border-radius:50%;border:2px solid var(--blue-bright);background:#fff;color:var(--blue-bright);font-size:17px;line-height:1;cursor:pointer;margin-left:10px;padding:0}
.a11y-btn.active{background:var(--blue-bright);color:#fff}
.a11y-btn.float{position:fixed;top:12px;right:12px;z-index:1001;margin-left:0}
#a11yPanel{position:fixed;top:64px;right:12px;z-index:1002;background:#fff;border:2px solid var(--blue);border-radius:12px;padding:14px;width:310px;box-shadow:0 14px 30px rgba(22,41,77,.25)}
.ap-t{display:block;margin-bottom:4px;font-size:14px}
.ap-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:8px;font-size:13px}
.ap-btns{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}
.ap-btns button{border:2px solid var(--blue-bright);background:transparent;color:var(--blue-bright);border-radius:8px;padding:4px 8px;font-size:12px;font-weight:700;cursor:pointer}
.ap-btns button.on{background:var(--blue);border-color:var(--blue);color:#fff}
.ap-off{margin-top:12px;width:100%;border:2px solid #e60000;background:transparent;color:#e60000;border-radius:8px;padding:6px;font-weight:700;cursor:pointer}

body.a11y.fs-s{zoom:1.15}
body.a11y.fs-m{zoom:1.3}
body.a11y.fs-l{zoom:1.5}
body.a11y.lh-m :is(p,li,h1,h2,h3,h4,td,th,dd,dt,label,small){line-height:1.8!important}
body.a11y.lh-l :is(p,li,h1,h2,h3,h4,td,th,dd,dt,label,small){line-height:2.2!important}

/* Чёрным по белому */
body.a11y.cs-bw{background:#fff;color:#000}
body.a11y.cs-bw :is(header,footer,section,nav,ul,ol,div){background-color:#fff!important;background-image:none!important;border-color:#000!important;box-shadow:none!important;text-shadow:none!important}
body.a11y.cs-bw :is(h1,h2,h3,h4,h5,p,span,strong,b,em,i,li,td,th,label,small,time){color:#000!important}
body.a11y.cs-bw a{color:#000!important;text-decoration:underline}
body.a11y.cs-bw img,body.a11y.cs-bw iframe{filter:grayscale(1)}
body.a11y.cs-bw :is(.num,.contact-ic,.doc-ic,.round-ico,.dir-tile,.fact-ic){background:#fff!important;color:#000!important;border:2px solid #000!important}
body.a11y.cs-bw :is(button,.chip,.btn){background:#fff!important;color:#000!important;border-color:#000!important;text-decoration:none}
body.a11y.cs-bw .chip.on,body.a11y.cs-bw button.on{outline:3px solid #000}

/* Белым по чёрному */
body.a11y.cs-wb{background:#000;color:#fff}
body.a11y.cs-wb :is(header,footer,section,nav,ul,ol,div){background-color:#000!important;background-image:none!important;border-color:#fff!important;box-shadow:none!important;text-shadow:none!important}
body.a11y.cs-wb :is(h1,h2,h3,h4,h5,p,span,strong,b,em,i,li,td,th,label,small,time){color:#fff!important}
body.a11y.cs-wb a{color:#ffd54a!important;text-decoration:underline}
body.a11y.cs-wb img,body.a11y.cs-wb iframe{filter:grayscale(1)}
body.a11y.cs-wb :is(.num,.contact-ic,.doc-ic,.round-ico,.dir-tile,.fact-ic){background:#000!important;color:#fff!important;border:2px solid #fff!important}
body.a11y.cs-wb :is(button,.chip,.btn){background:#000!important;color:#fff!important;border-color:#fff!important;text-decoration:none}
body.a11y.cs-wb .chip.on,body.a11y.cs-wb button.on{outline:3px solid #ffd54a}

/* Синим по голубому */
body.a11y.cs-blu{background:#9dd1ff;color:#06346a}
body.a11y.cs-blu :is(header,footer,section,nav,ul,ol,div){background-color:#9dd1ff!important;background-image:none!important;border-color:#06346a!important;box-shadow:none!important;text-shadow:none!important}
body.a11y.cs-blu :is(h1,h2,h3,h4,h5,p,span,strong,b,em,i,li,td,th,label,small,time){color:#06346a!important}
body.a11y.cs-blu a{color:#06346a!important;text-decoration:underline}
body.a11y.cs-blu img,body.a11y.cs-blu iframe{filter:grayscale(1)}
body.a11y.cs-blu :is(.num,.contact-ic,.doc-ic,.round-ico,.dir-tile,.fact-ic){background:#9dd1ff!important;color:#06346a!important;border:2px solid #06346a!important}
body.a11y.cs-blu :is(button,.chip,.btn){background:#9dd1ff!important;color:#06346a!important;border-color:#06346a!important;text-decoration:none}
body.a11y.cs-blu .chip.on,body.a11y.cs-blu button.on{outline:3px solid #06346a}
