/*
Theme Name: NashVPN Ru
Description: Тема nash-vpn.help — «Схема линий».
Version: 1.0.2
Text Domain: nashvpn-help
*/

:root {
	--ground: #06080c;
	--plate: #0b1019;
	--ink: #eef3fb;
	--ink-2: #a9b9d3;
	--line: #3183ff;
	--line-2: #66a2fe;
	--line-3: #2b64c2;
	--closed: #ff6161;
	--closed-text: #ff9a9a;
	--rule: rgba(102, 162, 254, .18);
	--go-ink: #04070d;
	--hull: 1480px;
	--gutter: clamp(16px, 4vw, 56px);
	--lw: 10px;
	--f: 'Liter', system-ui, -apple-system, 'Segoe UI', sans-serif;
	--ease: cubic-bezier(.16, 1, .3, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { background: var(--ground); -webkit-text-size-adjust: 100%; scrollbar-color: var(--line-3) var(--ground); }
body { margin: 0; background: var(--ground); color: var(--ink); font: 400 18px/1.6 var(--f); font-synthesis: none; -webkit-font-smoothing: antialiased; }
::selection { background: var(--line); color: var(--go-ink); }
:focus-visible { outline: 3px solid var(--line-2); outline-offset: 3px; }
img, svg { max-width: 100%; }
a { color: var(--line-2); text-underline-offset: .18em; text-decoration-thickness: 1px; }
a:hover { color: var(--ink); }
p { margin: 0 0 1em; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip { position: absolute; left: -9999px; top: 8px; background: var(--line); color: var(--go-ink); padding: 8px 14px; z-index: 50; }
.skip:focus { left: 8px; }
::-webkit-scrollbar { width: 12px; }
::-webkit-scrollbar-track { background: var(--ground); }
::-webkit-scrollbar-thumb { background: var(--line-3); border: 3px solid var(--ground); }

.hull { width: 100%; max-width: var(--hull); margin: 0 auto; padding-inline: var(--gutter); }
.ic { width: 20px; height: 20px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* ── Типографика ── */
.h1 { margin: 0 0 24px; font-weight: 400; font-size: clamp(2.1rem, 1.2rem + 3.4vw, 4.6rem); line-height: 1.04; letter-spacing: -.025em; text-wrap: balance; overflow-wrap: break-word; hyphens: auto; }
.h2, .h3, .prose h2 { overflow-wrap: break-word; hyphens: auto; }
.h2 { margin: 0 0 28px; font-weight: 400; font-size: clamp(1.7rem, 1.1rem + 1.5vw, 2.6rem); line-height: 1.1; letter-spacing: -.015em; text-wrap: balance; }
.h3 { margin: 0 0 10px; font-weight: 400; font-size: clamp(1.2rem, 1rem + .5vw, 1.45rem); line-height: 1.25; }
.lede { margin: 0 0 34px; max-width: 38ch; font-size: clamp(1.08rem, .95rem + .45vw, 1.3rem); line-height: 1.55; color: var(--ink-2); }
.note { margin-top: 22px; color: var(--ink-2); font-size: 16px; }
.prose { max-width: 72ch; }
.prose p, .prose li { color: var(--ink-2); }
.prose strong, .prose b { color: var(--ink); font-weight: 400; }
.prose ul, .prose ol { padding-left: 1.2em; margin: 0 0 1.1em; }
.prose li { margin: .35em 0; }
.prose h2 { margin: 1.6em 0 .6em; font-weight: 400; font-size: clamp(1.4rem, 1.05rem + 1vw, 1.9rem); line-height: 1.2; }

/* ── Кнопки: прямоугольные, круги — только станции ── */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 26px; border: 2px solid transparent; font: 400 17px/1 var(--f); text-decoration: none; white-space: nowrap; transition: background-color .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease); }
.btn--go, .btn--go:visited { background: var(--line); border-color: var(--line); color: var(--go-ink); }
.btn--go:hover { background: var(--line-2); border-color: var(--line-2); color: var(--go-ink); }
.btn--line, .btn--line:visited { background: transparent; border-color: var(--line-2); color: var(--ink); }
.btn--line:hover { background: var(--line-2); color: var(--go-ink); }
.btn--sm { min-height: 44px; padding: 0 18px; font-size: 16px; }
.btn--closed, .btn--closed:visited { background: transparent; border-color: var(--closed); color: var(--ink); }
.btn--closed:hover { background: var(--closed); color: var(--go-ink); }
.acts { display: flex; flex-wrap: wrap; gap: 14px; }

/* ── Шапка ── */
.topline { position: sticky; top: 0; z-index: 30; background: rgba(6, 8, 12, .94); border-bottom: 1px solid var(--rule); }
.topline__row { display: flex; align-items: center; gap: 28px; height: 72px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; font-size: 22px; flex: 0 0 auto; }
.brand:hover { color: var(--ink); }
.brand__ring { width: 26px; height: 26px; border-radius: 50%; border: 6px solid var(--line); background: var(--ground); transition: background-color .2s var(--ease); }
.brand:hover .brand__ring { background: var(--line-2); }
.routes { display: flex; align-items: center; gap: 22px; min-width: 0; font-size: 16px; }
.routes a { color: var(--ink-2); text-decoration: none; white-space: nowrap; padding: 6px 0; border-bottom: 2px solid transparent; }
.routes a:hover, .routes a[aria-current="page"] { color: var(--ink); border-bottom-color: var(--line); }
.topline__cta { margin-left: auto; min-height: 44px; padding: 0 20px; }
.topline__cta .s { display: none; }
.burger { display: none; width: 44px; height: 44px; margin-left: 4px; padding: 0; background: transparent; border: 2px solid var(--rule); cursor: pointer; flex: 0 0 auto; }
.burger span { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--ink); transition: transform .2s var(--ease), opacity .2s; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.drawer { border-top: 1px solid var(--rule); background: var(--ground); max-height: calc(100dvh - 72px); overflow-y: auto; }
.drawer__line { position: relative; list-style: none; margin: 0 auto; padding: 18px var(--gutter) 26px; max-width: var(--hull); }
.drawer__line::before { content: ""; position: absolute; left: calc(var(--gutter) + 9px); top: 30px; bottom: 38px; width: 4px; background: var(--line); }
.drawer__line a { position: relative; display: flex; align-items: center; gap: 18px; padding: 10px 0; color: var(--ink); text-decoration: none; font-size: 19px; }
.drawer__ring { position: relative; width: 22px; height: 22px; border-radius: 50%; border: 5px solid var(--line); background: var(--ground); flex: 0 0 auto; }
.drawer__line a[aria-current="page"] .drawer__ring, .drawer__line a:hover .drawer__ring { background: var(--line-2); }

/* ── Крошки и шапка внутренней страницы ── */
.crumbs { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 18px; font-size: 15px; color: var(--ink-2); }
.crumbs a { color: var(--ink-2); }
.pagehead { padding-block: 44px 20px; }
.pagehead__grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 36px; align-items: center; }

/* ── Первый экран главной ── */
.lead { padding-block: 56px 36px; }
.lead__grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 36px; align-items: center; }
.scheme { margin: 0; }
.scheme__map { display: none; width: 100%; height: auto; }
.scheme__map text { font-family: var(--f); fill: var(--ink); }
.t-big { font-size: 26px; }
.t-sub { font-size: 16px; fill: var(--ink-2) !important; }
.t-line { font-size: 15px; fill: var(--line-2) !important; letter-spacing: .02em; }
.t-stn { font-size: 19px; }
.t-closed { fill: var(--closed-text) !important; }
.ln { stroke-width: var(--lw); }
.ln--main, .ln--win { stroke: var(--line); }
.ln--play { stroke: var(--line-2); }
.ln--apple { stroke: var(--closed); stroke-dasharray: 2 22; }
.stn { fill: var(--ground); stroke: var(--ink); stroke-width: 5; transition: fill .2s var(--ease); }
.stn--closed { stroke: var(--closed); }
.hub { fill: var(--ground); stroke: var(--ink); stroke-width: 7; }
.hub__core { fill: var(--ink); }
.scheme__map:hover .stn { fill: var(--line-3); }
.scheme__map:hover .stn--closed { fill: var(--ground); }

/* вертикальная схема (телефон) */
.scheme__list { position: relative; list-style: none; margin: 0; padding: 4px 0 0; }
.sv:not(:last-child)::after { content: ""; position: absolute; left: 11px; top: 16px; bottom: -16px; width: var(--lw); background: var(--line); z-index: 0; }
.sv--win::after { background: repeating-linear-gradient(var(--closed) 0 6px, transparent 6px 16px) !important; }
.sv { position: relative; padding: 0 0 22px 52px; }
.sv::before { content: ""; position: absolute; left: 3px; top: 4px; width: 26px; height: 26px; border-radius: 50%; background: var(--ground); border: 5px solid var(--ink); z-index: 1; }
.sv b { display: block; font-weight: 400; font-size: 20px; line-height: 1.3; }
.sv span { color: var(--ink-2); font-size: 16px; }
.sv--hub::before { left: -1px; top: 0; width: 34px; height: 34px; border-width: 7px; }
.sv--play::before { border-color: var(--line-2); }
.sv--closed::before { border-color: var(--closed); }
.sv--closed b { color: var(--closed-text); }


@media (min-width: 1024px) {
	.lead { padding-block: 72px 48px; }
	.lead__grid { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 48px; }
	.scheme__map { display: block; }
	.scheme__list { display: none; }
	.pagehead__grid--split { grid-template-columns: minmax(0, 7fr) minmax(0, 4fr); }
}
@media (prefers-reduced-motion: no-preference) {
	.scheme__lines .ln { stroke-dasharray: 900; stroke-dashoffset: 900; animation: draw 1.1s var(--ease) forwards; }
	.scheme__lines .ln--play { animation-delay: .35s; }
	.scheme__lines .ln--win { animation-delay: .45s; }
	.scheme__lines .ln--apple { stroke-dasharray: 2 22; stroke-dashoffset: 0; opacity: 0; animation: fade .6s .7s var(--ease) forwards; }
	@keyframes draw { to { stroke-dashoffset: 0; } }
	@keyframes fade { to { opacity: 1; } }
}

/* ── Секции ── */
.sec { padding-block: clamp(48px, 5vw, 80px); border-top: 1px solid var(--rule); }
.sec--tail { padding-block: 40px 56px; }

/* линия шагов */
.track { position: relative; list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: minmax(0, 1fr); gap: 0; counter-reset: stop; }
.track::before { content: ""; position: absolute; left: 11px; top: 14px; bottom: 26px; width: var(--lw); background: var(--line); }
.track__stop { position: relative; padding: 0 0 30px 56px; }
.track__stop::before { content: ""; position: absolute; left: 1px; top: 2px; width: 30px; height: 30px; border-radius: 50%; background: var(--ground); border: 6px solid var(--ink); transition: background-color .2s var(--ease); }
.track__stop:hover::before { background: var(--line-2); }
.track__stop b { display: block; font-weight: 400; font-size: clamp(1.25rem, 1.05rem + .5vw, 1.5rem); line-height: 1.25; margin-bottom: 6px; }
.track__stop span { display: block; color: var(--ink-2); max-width: 36ch; }
.track__stop--closed::before { border-color: var(--closed); }
.track__stop--closed b { color: var(--closed-text); }
@media (min-width: 900px) {
	.track--row { grid-template-columns: repeat(var(--n, 4), minmax(0, 1fr)); }
	.track--row::before { left: 0; right: 0; top: 11px; bottom: auto; height: var(--lw); width: auto; }
	.track--row .track__stop { padding: 56px 28px 0 0; }
	.track--row .track__stop::before { top: 0; left: 0; }
}

/* тарифы: табло станций */
.fare { display: grid; grid-template-columns: minmax(0, 1fr); border-top: 2px solid var(--line); }
.fare__row { display: grid; grid-template-columns: 30px minmax(0, 1fr) auto; grid-template-areas: "ring term price" ". save save" ". go go"; gap: 6px 18px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--rule); }
.fare__ring { grid-area: ring; width: 26px; height: 26px; border-radius: 50%; border: 6px solid var(--line); background: var(--ground); transition: background-color .2s var(--ease); }
.fare__row:hover .fare__ring { background: var(--line-2); }
.fare__term { grid-area: term; font-size: clamp(1.2rem, 1rem + .6vw, 1.55rem); }
.fare__price { grid-area: price; font-size: clamp(1.9rem, 1.3rem + 1.6vw, 2.9rem); line-height: 1; letter-spacing: -.02em; white-space: nowrap; }
.fare__price small { display: block; margin-top: 6px; font-size: 14px; color: var(--ink-2); letter-spacing: 0; text-align: right; }
.fare__save { grid-area: save; color: var(--ink-2); font-size: 16px; }
.fare__row .btn { grid-area: go; justify-self: start; }
@media (min-width: 760px) {
	.fare__row { grid-template-columns: 30px minmax(0, 1.2fr) minmax(0, 1fr) minmax(0, 1fr) auto; grid-template-areas: "ring term price save go"; gap: 24px; padding: 24px 0; }
	.fare__price small { text-align: left; }
	.fare__row .btn { justify-self: end; }
}

/* ветки платформ */
.branches { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: minmax(0, 1fr); }
.branch { display: grid; grid-template-columns: 10px minmax(0, 1fr); gap: 8px 22px; padding: 22px 0; border-bottom: 1px solid var(--rule); align-items: start; }
.branch__bar { grid-row: span 2; width: var(--lw); align-self: stretch; background: var(--line); min-height: 48px; }
.branch--play .branch__bar { background: var(--line-2); }
.branch--closed .branch__bar { background: repeating-linear-gradient(var(--closed) 0 6px, transparent 6px 16px); }
.branch b { display: block; font-weight: 400; font-size: clamp(1.2rem, 1rem + .5vw, 1.45rem); }
.branch div span { display: block; color: var(--ink-2); max-width: 60ch; }
.branch__go { grid-column: 2; justify-self: start; }
.branch--closed b { color: var(--closed-text); }
@media (min-width: 900px) {
	.branch { grid-template-columns: 10px minmax(0, 1fr) auto; align-items: center; }
	.branch__bar { grid-row: auto; }
	.branch__go { grid-column: 3; justify-self: end; }
}

/* сеть */
.net { display: grid; grid-template-columns: minmax(0, 1fr); gap: 36px; align-items: center; }
.net__fig { justify-self: start; display: grid; place-content: center; text-align: center; width: min(300px, 74vw); aspect-ratio: 1; border-radius: 50%; border: 14px solid var(--line); }
.net__num { margin: 0; font-size: clamp(3.4rem, 2.4rem + 3vw, 5.4rem); line-height: 1; letter-spacing: -.03em; }
.net__cap { margin: 8px auto 0; max-width: 17ch; color: var(--ink-2); font-size: 15px; line-height: 1.35; }
.net__text { max-width: 72ch; }
.net__text p { color: var(--ink-2); }
.countries { position: relative; list-style: none; margin: 18px 0 26px; padding: 0; display: flex; flex-wrap: wrap; gap: 12px 26px; }
.countries li { position: relative; display: inline-flex; align-items: center; gap: 10px; }
.countries li::before { content: ""; width: 16px; height: 16px; border-radius: 50%; border: 4px solid var(--line-2); flex: 0 0 auto; }
@media (min-width: 1024px) { .net { grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: 64px; } .net__fig { justify-self: center; } }

/* лупа-выноска */
.lens { position: relative; display: grid; place-content: center; text-align: center; width: min(210px, 60vw); aspect-ratio: 1; border-radius: 50%; border: 12px solid var(--line-2); justify-self: start; }
.lens__num { margin: 0; font-size: clamp(2.6rem, 2rem + 2vw, 4.2rem); line-height: 1; letter-spacing: -.03em; }
.lens--long .lens__num { font-size: clamp(2rem, 1.6rem + 1.4vw, 3rem); }
@media (min-width: 1024px) { .lens { width: 280px; } }
.lens__cap { margin: 8px auto 0; max-width: 16ch; color: var(--ink-2); font-size: 15px; line-height: 1.35; }
.lens--closed { border-color: var(--closed); }
@media (min-width: 1024px) { .lens { justify-self: end; } .lens::before { content: ""; position: absolute; left: -90px; top: 50%; width: 90px; height: var(--lw); background: var(--line-2); } .lens--closed::before { background: var(--closed); } }

/* таблица платформ / симптомов */
.plat { width: 100%; border-collapse: collapse; }
.plat th { text-align: left; font-weight: 400; color: var(--ink-2); font-size: 15px; padding: 0 16px 12px 0; border-bottom: 2px solid var(--line); }
.plat td { padding: 20px 16px 20px 0; border-bottom: 1px solid var(--rule); vertical-align: middle; }
.plat td:first-child { font-size: 1.2rem; white-space: nowrap; }
.plat td:first-child::before { content: ""; display: inline-block; width: 16px; height: 16px; margin-right: 12px; border-radius: 50%; border: 4px solid var(--line); vertical-align: -1px; }
.plat tr.is-closed td:first-child::before { border-color: var(--closed); }
.plat tr.is-closed td:first-child { color: var(--closed-text); }
.plat td:last-child { text-align: right; }
.plat--data td:last-child { text-align: left; }
.plat td:nth-child(2) { color: var(--ink-2); }
@media (max-width: 760px) {
	.plat thead { display: none; }
	.plat, .plat tbody, .plat tr, .plat td { display: block; width: 100%; }
	.plat tr { padding: 18px 0; border-bottom: 1px solid var(--rule); }
	.plat td { padding: 4px 0; border: 0; text-align: left !important; white-space: normal !important; }
	.plat td:last-child { padding-top: 12px; }
}

/* отзывы */
.score { display: grid; grid-template-columns: minmax(0, 1fr); gap: 28px; align-items: center; }
.score__big { display: flex; align-items: baseline; gap: 16px; flex-wrap: wrap; }
.score__num { font-size: clamp(4rem, 3rem + 3vw, 6rem); line-height: 1; letter-spacing: -.03em; }
.crit { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: minmax(0, 1fr); }
.crit li { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 4px 16px; padding: 14px 0; border-bottom: 1px solid var(--rule); }
.crit b { font-weight: 400; font-size: 1.15rem; }
.crit em { font-style: normal; font-size: 1.15rem; }
.crit span { grid-column: 1 / -1; color: var(--ink-2); font-size: 15px; }
@media (min-width: 1024px) { .score { grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: 64px; } }
.voices { position: relative; list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: minmax(0, 1fr); max-width: 980px; }
.voices::before { content: ""; position: absolute; left: 11px; top: 12px; bottom: 40px; width: var(--lw); background: var(--line); }
.voice { position: relative; padding: 0 0 34px 56px; }
.voice::before { content: ""; position: absolute; left: 1px; top: 2px; width: 30px; height: 30px; border-radius: 50%; background: var(--ground); border: 6px solid var(--ink); }
.voice--mid::before { border-color: var(--line-2); }
.voice__who { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 16px; margin-bottom: 8px; }
.voice__name { font-size: 1.15rem; }
.voice__date { color: var(--ink-2); font-size: 15px; }
.voice p { margin: 0; color: var(--ink-2); max-width: 64ch; }
.stars { position: relative; display: inline-flex; line-height: 0; vertical-align: middle; }
.stars__bg, .stars__fg { display: flex; gap: 2px; }
.stars__bg { color: var(--ink-2); opacity: .3; }
.stars__fg { position: absolute; top: 0; left: 0; bottom: 0; overflow: hidden; white-space: nowrap; color: var(--line-2); }
.stars .st { width: var(--star, 18px); height: var(--star, 18px); fill: currentColor; stroke: currentColor; stroke-width: 1.5; flex: 0 0 auto; }

/* два столбца «плюсы/минусы» — без карточек */
.pair { display: grid; grid-template-columns: minmax(0, 1fr); gap: 28px 64px; }
.pair ul { margin: 0; padding: 0; list-style: none; }
.pair li { position: relative; padding: 10px 0 10px 30px; color: var(--ink-2); border-bottom: 1px solid var(--rule); }
.pair li::before { content: ""; position: absolute; left: 0; top: 17px; width: 14px; height: 14px; border-radius: 50%; border: 4px solid var(--line-2); }
.pair--minus li::before { border-color: var(--closed); }
@media (min-width: 900px) { .pair { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* FAQ */
.faq__list { max-width: 980px; border-top: 2px solid var(--line); }
.faq__item { border-bottom: 1px solid var(--rule); }
.faq__q { margin: 0; font-weight: 400; }
.faq__q button { display: flex; align-items: flex-start; gap: 18px; width: 100%; padding: 20px 0; background: none; border: 0; color: var(--ink); font: 400 clamp(1.1rem, 1rem + .35vw, 1.3rem)/1.35 var(--f); text-align: left; cursor: pointer; }
.faq__ring { margin-top: 3px; width: 20px; height: 20px; border-radius: 50%; border: 5px solid var(--line-2); flex: 0 0 auto; transition: background-color .2s var(--ease); }
.faq__q button[aria-expanded="true"] .faq__ring, .faq__q button:hover .faq__ring { background: var(--line-2); }
.faq__a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s var(--ease); }
.faq__a > div { overflow: hidden; }
.faq__a p { margin: 0 0 22px 38px; color: var(--ink-2); max-width: 72ch; }
.faq__item.is-shown .faq__a { grid-template-rows: 1fr; }

/* соседние станции */
.stops__line { position: relative; list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 14px 34px; }
.stops__line a { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; font-size: 17px; }
.stops__ring { width: 18px; height: 18px; border-radius: 50%; border: 5px solid var(--line); flex: 0 0 auto; transition: background-color .2s var(--ease); }
.stops__line a:hover .stops__ring { background: var(--line-2); }

/* внутренние страницы: текстовые блоки рядом с выноской */
.split { display: grid; grid-template-columns: minmax(0, 1fr); gap: 36px; align-items: center; }
@media (min-width: 1024px) { .split { grid-template-columns: minmax(0, 7fr) minmax(0, 4fr); gap: 90px; } }
.facts { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: minmax(0, 1fr); border-top: 2px solid var(--line); max-width: 980px; }
.facts li { display: grid; grid-template-columns: minmax(0, 1fr); gap: 4px 28px; padding: 16px 0; border-bottom: 1px solid var(--rule); }
.facts b { font-weight: 400; color: var(--ink-2); font-size: 16px; }
.facts span { word-break: break-word; }
@media (min-width: 760px) { .facts li { grid-template-columns: minmax(0, 260px) minmax(0, 1fr); } }

/* ── Подвал ── */
.depot { border-top: 2px solid var(--line); padding-block: 44px 36px; }
.depot__head { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px 28px; padding-bottom: 36px; border-bottom: 1px solid var(--rule); }
.depot__lead { margin: 0; font-size: clamp(1.2rem, 1rem + .6vw, 1.6rem); max-width: 34ch; }
.depot .depot__cta, .depot .depot__cta:visited { color: var(--go-ink); }
.depot .depot__cta:hover { color: var(--go-ink); }
.depot__map { padding-block: 34px; }
.depot__line { position: relative; list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 14px 30px; }
.depot__line a { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; font-size: 16px; }
.depot__ring { width: 14px; height: 14px; border-radius: 50%; border: 4px solid var(--line); flex: 0 0 auto; }
.depot__line a:hover .depot__ring { background: var(--line-2); }
.depot__base { border-top: 1px solid var(--rule); padding-top: 24px; color: var(--ink-2); font-size: 15px; }
.depot__base p { max-width: 90ch; }
.depot__base a { color: var(--line-2); }
.depot__note { margin: 0; }

/* ── 404 ── */
.lost { padding-block: 80px; }

/* ── Адаптив шапки ── */
@media (max-width: 1320px) { .routes { gap: 16px; font-size: 15px; } .topline__row { gap: 20px; } }
@media (max-width: 1180px) {
	.routes { display: none; }
	.burger { display: inline-block; }
}
@media (min-width: 1181px) { .drawer { display: none !important; } }
@media (max-width: 520px) {
	.topline__cta .l { display: none; }
	.topline__cta .s { display: inline; }
	.topline__cta { padding: 0 14px; }
}
@media (max-width: 400px) {
	.topline__row { gap: 10px; }
	.brand { font-size: 19px; gap: 9px; }
	.brand__ring { width: 22px; height: 22px; border-width: 5px; }
	.btn { padding: 0 18px; }
}
@media (max-width: 380px) {
	.topline__cta .ic { display: none; }
	.topline__cta { padding: 0 12px; }
}
@media (max-width: 345px) {
	.brand__name { font-size: 17px; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { transition: none !important; animation: none !important; }
}
