/*
Блог (06.09.2026): страница /blog/, рубрики, поиск и шаблон статьи.

Подключается после landing.css только на шаблонах блога (inc/blog.php) и
использует токены :root из style.css. Все классы с префиксом bl-, чтобы не
пересекаться с лендингом (.chip, .faq, .steps там заняты). Разметка
бронирования (.days, .day, .slot) и калькулятор сметы (.smeta) берутся из
landing.css как есть.
*/

/* ------------------------------------------------------------ база */
.bl-page {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.55;
}

.bl-page h1,
.bl-page h2,
.bl-page h3,
.bl-page h4 {
	margin: 0;
	font-family: var(--font-head);
	font-weight: 700;
	text-wrap: balance;
}

.bl-page p { margin: 0; }

.bl-page .btn--white {
	background: var(--white);
	color: var(--blue);
}

.bl-page .btn--white:hover { background: var(--blue-050); color: var(--blue); }

.bl-page .btn--outline:hover { background: var(--blue-050); }

.bl-page .btn--sm { min-height: 40px; padding: 0 18px; font-size: 15px; }

/* Крошки в блоге: на /blog/ на градиенте первого экрана, в статье на белом. */
.bl-page .crumbs { background: transparent; }
.bl-page--art .crumbs { background: var(--white); }

.bl-sec { padding: 52px 0 0; }

.bl-sec__h {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 20px;
}

.bl-sec__h h2 {
	font-size: 30px;
	line-height: 38px;
}

.bl-sec__h h2 span { color: var(--blue); }

.bl-sec__h a {
	font-size: 15px;
	color: var(--blue);
	white-space: nowrap;
}

.bl-sec__n {
	font-size: 14px;
	color: var(--muted);
}

.bl-empty {
	padding: 30px 0;
	color: var(--muted);
}

/* ------------------------------------------------------------ первый экран */
.bl-hero {
	padding-bottom: 44px;
	background: var(--grad-hero);
}

.bl-hero__h1 {
	margin-top: 14px;
	font-size: 40px;
	line-height: 48px;
}

.bl-hero__h1 span { color: var(--blue); }

.bl-hero__lead {
	max-width: 60ch;
	margin-top: 14px;
	color: #4a545e;
	font-size: 17px;
}

.bl-hero__row {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
	gap: 28px;
	align-items: start;
	margin-top: 26px;
}

.bl-search {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 7px 7px 7px 20px;
	background: var(--white);
	border-radius: var(--radius-pill);
	box-shadow: var(--shadow-card);
}

.bl-search svg { flex: none; }

.bl-search input {
	flex: 1;
	min-width: 0;
	border: 0;
	outline: 0;
	background: transparent;
	font: inherit;
	font-size: 16px;
	color: var(--ink);
}

.bl-search input::-webkit-search-cancel-button { -webkit-appearance: none; }

.bl-asks {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-top: 14px;
}

.bl-asks__l {
	font-size: 14px;
	color: var(--muted);
}

.bl-ask {
	padding: 8px 15px;
	background: rgba(255, 255, 255, 0.75);
	border: 1px solid var(--white);
	border-radius: var(--radius-pill);
	color: #3c4650;
	font-size: 14px;
}

.bl-ask:hover { background: var(--white); color: var(--blue); }

/* ------------------------------------------------------------ быстрый расчёт */
.bl-qc {
	padding: 20px 22px;
	background: var(--white);
	border-radius: var(--radius-soft);
	box-shadow: var(--shadow-card);
}

.bl-qc--side {
	background: var(--blue-050);
	border: 1px solid var(--blue-300);
	box-shadow: none;
	padding: 20px;
}

.bl-qc__t {
	font-family: var(--font-head);
	font-size: 18px;
	font-weight: 700;
}

.bl-qc--side .bl-qc__t { font-size: 16px; font-weight: 600; }

.bl-qc__d {
	margin: 8px 0 14px;
	color: var(--muted);
	font-size: 14px;
}

.bl-qc__seg {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 4px;
	margin-top: 12px;
	padding: 4px;
	background: var(--blue-050);
	border-radius: 14px;
}

.bl-qc--side .bl-qc__seg { background: var(--white); }

.bl-qc__seg button,
.bl-qc__rooms button {
	border: 0;
	background: transparent;
	border-radius: 11px;
	color: var(--ink);
	font: inherit;
	font-size: 13px;
	cursor: pointer;
	transition: background-color 0.18s ease, color 0.18s ease;
}

.bl-qc__seg button {
	padding: 8px 4px;
	line-height: 1.15;
	white-space: normal;
}

.bl-qc--side .bl-qc__seg button { font-size: 12px; padding: 7px 2px; }

.bl-qc__seg button[aria-pressed='true'],
.bl-qc__rooms button[aria-pressed='true'] {
	background: var(--blue);
	color: var(--white);
}

.bl-qc__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 12px;
}

.bl-qc__lbl {
	font-size: 14px;
	color: var(--muted);
}

.bl-qc__rooms {
	display: flex;
	gap: 4px;
	padding: 4px;
	background: var(--blue-050);
	border-radius: 14px;
}

.bl-qc--side .bl-qc__rooms { background: var(--white); }

.bl-qc__rooms button {
	width: 38px;
	height: 34px;
	font-family: var(--font-head);
	font-size: 15px;
	font-weight: 600;
}

.bl-qc__out {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 6px 12px;
	margin: 14px 0 12px;
}

.bl-qc__sum {
	font-family: var(--font-head);
	font-size: 26px;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}

.bl-qc__hint {
	font-size: 13px;
	color: var(--muted);
}

.bl-qc__note {
	margin-top: 10px;
	font-size: 12px;
	color: var(--muted);
	text-align: center;
}

/* ------------------------------------------------------------ рубрики */
.bl-rubs {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 12px;
	margin-top: -26px;
}

.bl-rub {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 16px 14px;
	background: var(--white);
	border: 1px solid #e6ecf4;
	border-radius: var(--radius-row);
	box-shadow: var(--shadow-card);
	color: var(--ink);
	transition: border-color 0.18s ease, transform 0.18s ease;
}

.bl-rub:hover { border-color: var(--blue-line); color: var(--ink); transform: translateY(-2px); }

.bl-rub.is-current { border-color: var(--blue); }

.bl-rub.is-empty { opacity: 0.7; }

.bl-rub__i {
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	background: var(--blue-050);
	border-radius: 9px;
	color: var(--blue);
}

.bl-rub__n {
	font-family: var(--font-head);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.25;
}

.bl-rub__c {
	font-size: 13px;
	color: var(--muted);
}

/* ------------------------------------------------------------ карточки */
.bl-thumb {
	position: relative;
	display: block;
	height: 150px;
	background: linear-gradient(120deg, #d3e4f7, #f4f8fd 45%, #c4e1ff);
	overflow: hidden;
}

.bl-thumb:not(.bl-thumb--img)::after {
	content: '';
	position: absolute;
	inset: 0;
	background: repeating-linear-gradient(115deg, rgba(65, 137, 219, 0.1) 0 20px, transparent 20px 60px);
}

.bl-thumb--b { background: linear-gradient(120deg, #cfe6dc, #f4f8fd 50%, #d7e9f7); }
.bl-thumb--c { background: linear-gradient(120deg, #f7e6cf, #fdf8f4 50%, #f2e2c9); }
.bl-thumb--d { background: linear-gradient(120deg, #e2d9f5, #f7f5fd 50%, #d6e2f7); }

.bl-thumb--img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bl-pill {
	align-self: flex-start;
	padding: 5px 12px;
	background: var(--blue-050);
	border-radius: var(--radius-pill);
	color: var(--blue-600);
	font-size: 12px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.bl-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	margin-top: auto;
	color: var(--gray);
	font-size: 13px;
}

.bl-meta b { font-weight: 400; color: var(--ink); }

.bl-upd { color: #1a9e62; }

.bl-lead-grid {
	display: grid;
	grid-template-columns: 1.25fr 1fr;
	gap: 20px;
}

.bl-big {
	display: flex;
	flex-direction: column;
	border: 1px solid #e6ecf4;
	border-radius: var(--radius-card);
	overflow: hidden;
	color: var(--ink);
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.bl-big:hover { border-color: var(--blue-line); box-shadow: var(--shadow-card); color: var(--ink); }

.bl-big .bl-thumb { height: 230px; }

.bl-big__b {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 10px;
	padding: 24px;
}

.bl-big__t {
	font-family: var(--font-head);
	font-size: 26px;
	font-weight: 700;
	line-height: 1.28;
}

.bl-big__d {
	color: var(--muted);
	font-size: 15px;
}

.bl-side-list {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.bl-mini {
	display: grid;
	grid-template-columns: 96px 1fr;
	gap: 14px;
	padding: 12px;
	border: 1px solid #e6ecf4;
	border-radius: var(--radius-soft);
	color: var(--ink);
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.bl-mini:hover { border-color: var(--blue-line); box-shadow: var(--shadow-card); color: var(--ink); }

.bl-mini .bl-thumb {
	height: 100%;
	min-height: 76px;
	border-radius: 12px;
}

.bl-mini__t {
	display: block;
	font-family: var(--font-head);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.35;
}

.bl-mini__m {
	display: block;
	margin-top: 6px;
	color: var(--gray);
	font-size: 12px;
}

.bl-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	align-items: start;
}

.bl-card {
	display: flex;
	flex-direction: column;
	background: var(--white);
	border: 1px solid #e6ecf4;
	border-radius: var(--radius-soft);
	overflow: hidden;
	color: var(--ink);
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.bl-card:hover { border-color: var(--blue-line); box-shadow: var(--shadow-card); color: var(--ink); }

.bl-card__b {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 9px;
	padding: 20px;
}

.bl-card__t {
	font-family: var(--font-head);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.32;
}

.bl-card__d {
	color: var(--muted);
	font-size: 14px;
	line-height: 1.5;
}

/* ------------------------------------------------------------ короткие ответы */
.bl-qa {
	margin-top: 52px;
	padding: 30px;
	background: var(--blue-050);
	border: 1px solid var(--blue-300);
	border-radius: var(--radius-card);
}

.bl-qa__h {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 20px;
}

.bl-qa h2 { font-size: 26px; }

.bl-qa__d {
	max-width: 62ch;
	margin-top: 8px;
	color: var(--muted);
	font-size: 15px;
}

.bl-qa__chk {
	font-size: 13px;
	color: var(--muted);
	white-space: nowrap;
}

.bl-qa__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-top: 20px;
}

.bl-qa__i {
	padding: 18px 20px;
	background: var(--white);
	border-radius: var(--radius-row);
}

.bl-qa__q {
	margin-bottom: 7px;
	font-family: var(--font-head);
	font-size: 16px;
	font-weight: 600;
}

.bl-qa__a {
	color: #4a545e;
	font-size: 15px;
	line-height: 1.55;
}

.bl-qa__l {
	display: inline-block;
	margin-top: 9px;
	font-size: 14px;
}

.bl-qa__l:hover { text-decoration: underline; }

/* ------------------------------------------------------------ фильтр, сетка, страницы */
.bl-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 20px;
}

.bl-chip {
	padding: 8px 16px;
	background: var(--white);
	border: 1px solid #e6ecf4;
	border-radius: var(--radius-pill);
	color: var(--ink);
	font-size: 15px;
	white-space: nowrap;
	transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.bl-chip:hover { border-color: var(--blue-line); color: var(--ink); }

.bl-chip[aria-current] {
	background: var(--blue);
	border-color: var(--blue);
	color: var(--white);
}

.bl-chip small {
	margin-left: 5px;
	font-size: 13px;
	opacity: 0.65;
}

.bl-inmag {
	display: grid;
	grid-column: span 3;
	grid-template-columns: 1fr auto;
	gap: 24px;
	align-items: center;
	padding: 26px 28px;
	background: var(--grad-blue);
	border-radius: var(--radius-soft);
	color: var(--white);
}

.bl-inmag h3 { font-size: 22px; }

.bl-inmag p {
	max-width: 56ch;
	margin-top: 8px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 15px;
}

.bl-pages { margin-top: 30px; }

.bl-pages ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bl-pages .page-numbers {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 0 16px;
	background: var(--white);
	border: 1px solid var(--blue-line);
	border-radius: var(--radius-pill);
	color: var(--blue);
	font-size: 15px;
}

.bl-pages .page-numbers.current {
	background: var(--blue);
	border-color: var(--blue);
	color: var(--white);
}

.bl-pages .page-numbers.dots { border-color: transparent; color: var(--muted); }

/* ------------------------------------------------------------ услуги и подписка */
.bl-svc {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
}

.bl-svc a {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 18px 20px;
	border: 1px solid #e6ecf4;
	border-radius: var(--radius-row);
	color: var(--ink);
	transition: border-color 0.18s ease, background-color 0.18s ease;
}

.bl-svc a:hover { background: var(--blue-050); border-color: var(--blue-line); color: var(--ink); }

.bl-svc__n {
	font-family: var(--font-head);
	font-size: 17px;
	font-weight: 600;
}

.bl-svc__p {
	color: var(--muted);
	font-size: 14px;
}

.bl-svc__p b { color: var(--blue); font-weight: 500; }

.bl-sub {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 26px;
	align-items: center;
	margin-top: 52px;
	padding: 30px;
	background: var(--card);
	border: 1px solid #e6ecf4;
	border-radius: var(--radius-card);
}

.bl-sub h3 { font-size: 22px; }

.bl-sub p {
	max-width: 54ch;
	margin-top: 8px;
	color: var(--muted);
	font-size: 15px;
}

.bl-sub__f {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 10px;
}

/* ------------------------------------------------------------ короткая форма */
.bl-form__ok {
	color: #1a9e62;
	font-size: 15px;
}

.bl-form__row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.bl-form__phone {
	position: relative;
	display: block;
	flex: 1 1 210px;
}

.bl-form__phone input {
	width: 100%;
	height: 50px;
	padding: 0 14px 0 46px;
	background: var(--white);
	border: 1px solid #e6ecf4;
	border-radius: 14px;
	color: var(--ink);
	font: inherit;
	font-size: 15px;
}

.bl-form--light .bl-form__phone input { border-color: var(--white); }

.bl-form__phone input:focus { outline: 2px solid var(--blue); outline-offset: 1px; }

.bl-form__phone input::placeholder { color: var(--muted); opacity: 0.7; }

.bl-form__code {
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--ink);
	font-size: 15px;
}

.bl-form .btn { min-height: 50px; padding: 0 22px; font-size: 16px; }

.bl-form.is-sending .btn { opacity: 0.7; }

.bl-form__error {
	margin-top: 8px;
	color: #d8000c;
	font-size: 14px;
}

.bl-form__note {
	margin-top: 8px;
	font-size: 12px;
	color: var(--muted);
	line-height: 1.4;
}

.bl-form--light .bl-form__note { color: rgba(255, 255, 255, 0.8); }
.bl-form--light .bl-form__note a { color: var(--white); text-decoration: underline; }
.bl-form--light .bl-form__ok { color: var(--white); }
.bl-form--light .bl-form__error { color: #ffe1e1; }

/* ------------------------------------------------------------ статья: сетка */
.bl-progress {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 160;
	height: 3px;
	pointer-events: none;
}

.bl-progress span {
	display: block;
	width: 0;
	height: 100%;
	background: var(--blue);
}

.bl-wrap {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 44px;
	align-items: start;
	padding-top: 8px;
	padding-bottom: 20px;
}

.bl-art { min-width: 0; }

.bl-art__top { padding-top: 10px; }

.bl-rubric {
	display: inline-block;
	margin-bottom: 14px;
	padding: 6px 14px;
	background: var(--blue-050);
	border-radius: var(--radius-pill);
	color: var(--blue-600);
	font-size: 13px;
}

.bl-rubric:hover { background: var(--blue-300); color: var(--blue-600); }

.bl-art h1 {
	max-width: 26ch;
	font-size: 38px;
	line-height: 46px;
	letter-spacing: -0.01em;
}

.bl-art__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-top: 16px;
	color: var(--muted);
	font-size: 14px;
}

.bl-art__meta b { font-weight: 400; color: var(--ink); }

.bl-dot {
	width: 4px;
	height: 4px;
	background: #cfd6dd;
	border-radius: 50%;
}

.bl-au {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.bl-au > span:last-child { min-width: 0; }

.bl-au__ava {
	display: grid;
	flex: none;
	place-items: center;
	width: 28px;
	height: 28px;
	background: var(--grad-blue);
	border-radius: 50%;
	color: var(--white);
	font-family: var(--font-head);
	font-size: 11px;
	font-weight: 600;
}

.bl-au__ava--lg {
	width: 56px;
	height: 56px;
	font-size: 18px;
}

.bl-checked {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: #1a9e62;
}

.bl-cover {
	position: relative;
	height: 340px;
	margin: 24px 0 0;
	background: linear-gradient(120deg, #d3e4f7, #f4f8fd 45%, #c4e1ff);
	border-radius: var(--radius-card);
	overflow: hidden;
}

.bl-cover:not(.bl-cover--img)::after {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 72% 30%, rgba(255, 255, 255, 0.85), transparent 42%),
		repeating-linear-gradient(115deg, rgba(65, 137, 219, 0.1) 0 22px, transparent 22px 66px);
}

.bl-cover.bl-thumb--b { background: linear-gradient(120deg, #cfe6dc, #f4f8fd 50%, #d7e9f7); }
.bl-cover.bl-thumb--c { background: linear-gradient(120deg, #f7e6cf, #fdf8f4 50%, #f2e2c9); }
.bl-cover.bl-thumb--d { background: linear-gradient(120deg, #e2d9f5, #f7f5fd 50%, #d6e2f7); }

.bl-cover--img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bl-cover__tag {
	position: absolute;
	left: 18px;
	bottom: 16px;
	z-index: 2;
	padding: 7px 15px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: var(--radius-pill);
	color: var(--muted);
	font-size: 13px;
}

/* ------------------------------------------------------------ статья: коротко и оффер */
.bl-answer {
	margin-top: 30px;
	padding: 24px 26px;
	background: var(--blue-050);
	border: 1.5px solid var(--blue-line);
	border-radius: var(--radius-soft);
}

.bl-answer__lbl {
	margin-bottom: 10px;
	color: var(--blue);
	font-family: var(--font-head);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.bl-answer__txt {
	font-size: 18px;
	line-height: 1.6;
}

.bl-answer__facts {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
}

.bl-answer__facts li {
	padding: 8px 12px;
	background: var(--white);
	border: 1px solid var(--blue-300);
	border-radius: 12px;
	color: var(--muted);
	font-size: 14px;
}

.bl-answer__facts b {
	color: var(--ink);
	font-family: var(--font-head);
	font-size: 15px;
	font-weight: 600;
}

.bl-offer {
	display: grid;
	grid-template-columns: 1fr 240px;
	gap: 24px;
	align-items: center;
	margin-top: 20px;
	padding: 22px 24px;
	border: 1px solid #e6ecf4;
	border-radius: var(--radius-soft);
	box-shadow: var(--shadow-card);
}

.bl-offer__t {
	font-family: var(--font-head);
	font-size: 20px;
	font-weight: 700;
}

.bl-offer__d {
	margin-top: 6px;
	color: var(--muted);
	font-size: 15px;
}

.bl-offer__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
}

.bl-tag {
	padding: 6px 11px;
	background: var(--blue-050);
	border-radius: 9px;
	color: var(--blue-600);
	font-size: 13px;
}

.bl-offer__r {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.bl-toc {
	margin-top: 28px;
	padding: 20px 24px;
	background: var(--card);
	border-radius: var(--radius-soft);
}

.bl-toc__t {
	margin-bottom: 8px;
	font-family: var(--font-head);
	font-size: 15px;
	font-weight: 600;
}

.bl-toc ol {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin: 0;
	padding-left: 20px;
	font-size: 15px;
}

.bl-toc a:hover { text-decoration: underline; }

/* ------------------------------------------------------------ статья: текст */
.bl-body { margin-top: 34px; }

.bl-body h2 {
	margin: 44px 0 14px;
	font-size: 28px;
	line-height: 36px;
}

.bl-body h3 {
	margin: 28px 0 10px;
	font-size: 21px;
}

.bl-body p {
	max-width: 68ch;
	margin-bottom: 16px;
	font-size: 17px;
	line-height: 1.68;
}

.bl-body p b,
.bl-body li b,
.bl-body p strong,
.bl-body li strong { font-weight: 500; }

.bl-body > ul,
.bl-body > ol {
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-width: 66ch;
	margin: 0 0 18px;
	padding-left: 22px;
	font-size: 17px;
	line-height: 1.6;
}

.bl-body img {
	border-radius: var(--radius-soft);
}

.bl-body .bl-note,
.bl-body p.bl-note {
	padding-left: 14px;
	border-left: 3px solid #e6ecf4;
	color: var(--muted);
	font-size: 14px;
}

.bl-body blockquote,
.bl-body .bl-quote {
	margin: 26px 0;
	padding: 22px 26px;
	background: #fff6da;
	border: 1px solid #f2dc9a;
	border-radius: var(--radius-soft);
}

.bl-body .bl-quote blockquote {
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
}

.bl-body blockquote p:last-child { margin-bottom: 0; }

.bl-body blockquote,
.bl-body .bl-quote blockquote {
	font-size: 18px;
	line-height: 1.6;
}

.bl-body .bl-quote figcaption {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 14px;
	color: #7b6a3a;
	font-size: 14px;
}

.bl-body .bl-quote .bl-au__ava { background: #b08d2e; }

.bl-tbl-wrap {
	margin: 0 0 12px;
	border: 1px solid #e6ecf4;
	border-radius: var(--radius-row);
	overflow-x: auto;
	/*
	 * Тени у обрезанного края: на телефоне таблица шире экрана, и без них
	 * последняя колонка выглядит отрезанной, а не прокручиваемой. Белые
	 * слои едут вместе с содержимым (local) и закрывают тень у того края,
	 * где прокрутка уже упёрлась.
	 */
	background:
		linear-gradient(90deg, #fff 0, rgba(255, 255, 255, 0)) 0 0 / 32px 100% no-repeat local,
		linear-gradient(270deg, #fff 0, rgba(255, 255, 255, 0)) 100% 0 / 32px 100% no-repeat local,
		linear-gradient(90deg, rgba(15, 40, 80, 0.16), rgba(15, 40, 80, 0)) 0 0 / 14px 100% no-repeat scroll,
		linear-gradient(270deg, rgba(15, 40, 80, 0.16), rgba(15, 40, 80, 0)) 100% 0 / 14px 100% no-repeat scroll;
}

@media (max-width: 640px) {
	/* Пять колонок в 620 px складывали ячейки в столбики по десять строк. */
	.bl-body table {
		min-width: 760px;
	}
}

.bl-body table {
	width: 100%;
	min-width: 620px;
	border-collapse: collapse;
	font-size: 15px;
}

.bl-body caption {
	padding: 14px 18px 10px;
	color: var(--muted);
	font-size: 13px;
	text-align: left;
}

.bl-body th {
	padding: 12px 18px;
	background: var(--blue-050);
	border-bottom: 1px solid #e6ecf4;
	font-family: var(--font-head);
	font-size: 14px;
	font-weight: 600;
	text-align: left;
}

.bl-body td {
	padding: 12px 18px;
	border-bottom: 1px solid #e6ecf4;
	font-variant-numeric: tabular-nums;
}

.bl-body tbody tr:last-child td { border-bottom: 0; }

.bl-body tbody tr:hover { background: #fafcff; }

.bl-cols2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin: 22px 0;
}

.bl-incl {
	padding: 20px 22px;
	border: 1px solid #e6ecf4;
	border-radius: var(--radius-soft);
}

.bl-incl--yes { background: #f4fbf7; border-color: #c7e8d8; }
.bl-incl--no { background: #fbf6f5; border-color: #eed6d2; }

.bl-incl__t {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
	font-family: var(--font-head);
	font-size: 16px;
	font-weight: 600;
}

.bl-incl--yes .bl-incl__t { color: #0f7a4c; }
.bl-incl--no .bl-incl__t { color: #b04a3a; }

.bl-incl ul {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 0;
	padding-left: 20px;
	font-size: 15px;
	line-height: 1.5;
}

.bl-steps {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 20px 0;
	padding: 0;
	list-style: none;
	counter-reset: bl-step;
}

.bl-steps li {
	position: relative;
	max-width: 66ch;
	padding-left: 44px;
	font-size: 17px;
	line-height: 1.6;
	counter-increment: bl-step;
}

.bl-steps li::before {
	content: counter(bl-step);
	position: absolute;
	left: 0;
	top: 1px;
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	background: var(--blue-050);
	border-radius: 50%;
	color: var(--blue);
	font-family: var(--font-head);
	font-size: 15px;
	font-weight: 600;
}

/* ------------------------------------------------------------ статья: конверсионные блоки */
.bl-calc {
	margin: 32px 0;
	padding: 24px;
	background: var(--grad-blue);
	border-radius: var(--radius-card);
	color: var(--white);
}

.bl-calc__head { margin-bottom: 18px; }

.bl-calc__head h3 { font-size: 24px; }

.bl-calc__head p {
	margin-top: 6px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 15px;
}

.bl-calc .smeta { color: var(--ink); }

.bl-magnet {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 16px 18px;
	align-items: center;
	margin: 30px 0;
	padding: 22px 24px;
	background: var(--blue-050);
	border: 1.5px dashed var(--blue-line);
	border-radius: var(--radius-soft);
}

.bl-magnet__ico {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	background: var(--white);
	border-radius: 14px;
	box-shadow: var(--shadow-card);
}

.bl-magnet__t {
	font-family: var(--font-head);
	font-size: 19px;
	font-weight: 700;
}

.bl-magnet__d {
	margin-top: 5px;
	color: var(--muted);
	font-size: 15px;
}

.bl-magnet__form { grid-column: 1 / -1; }

.bl-magnet .bl-form__phone input { border-color: var(--blue-300); }

.bl-proof {
	margin: 28px 0;
	padding: 18px 22px;
	background: #fffdf5;
	border-left: 3px solid var(--yellow);
	border-radius: 0 var(--radius-soft) var(--radius-soft) 0;
}

.bl-proof__stars {
	color: var(--yellow);
	letter-spacing: 2px;
}

.bl-proof__x {
	margin: 8px 0;
	font-size: 17px;
	line-height: 1.6;
}

.bl-proof__a {
	color: var(--muted);
	font-size: 14px;
}

.bl-proof__scan {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 12px;
	padding: 6px 12px 6px 6px;
	background: var(--white);
	border: 1px solid #e6ecf4;
	border-radius: 12px;
	color: var(--blue);
	font: inherit;
	font-size: 14px;
	cursor: pointer;
}

.bl-proof__scan:hover { border-color: var(--blue-line); }

.bl-proof__scan img {
	width: 36px;
	height: 50px;
	border-radius: 4px;
	object-fit: cover;
}

.bl-promo {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin: 30px 0;
	padding: 24px 26px;
	background: linear-gradient(135deg, #282828, #3c4a5a);
	border-radius: var(--radius-soft);
	color: var(--white);
}

.bl-promo__t {
	font-family: var(--font-head);
	font-size: 22px;
	font-weight: 700;
}

.bl-promo__d {
	max-width: 46ch;
	margin-top: 6px;
	color: #c9d4e0;
	font-size: 15px;
}

.bl-promo__code {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.bl-code {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 16px;
	background: transparent;
	border: 1.5px dashed #8fa4bb;
	border-radius: 14px;
	color: var(--white);
	font-family: var(--font-head);
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.06em;
	cursor: pointer;
}

.bl-code:hover { border-color: var(--white); }

.bl-code span {
	color: #a9bcd0;
	font-family: var(--font-text);
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0;
}

/* ------------------------------------------------------------ статья: FAQ, источники, автор */
.bl-faq {
	max-width: 68ch;
	margin-top: 46px;
}

.bl-faq h2 {
	margin-bottom: 16px;
	font-size: 28px;
}

.bl-faq details {
	margin-bottom: 10px;
	padding: 16px 20px;
	background: var(--white);
	border: 1px solid #e6ecf4;
	border-radius: var(--radius-row);
}

.bl-faq details[open] { background: var(--blue-050); border-color: var(--blue-line); }

.bl-faq summary {
	display: flex;
	justify-content: space-between;
	gap: 14px;
	font-family: var(--font-head);
	font-size: 17px;
	font-weight: 600;
	cursor: pointer;
	list-style: none;
}

.bl-faq summary::-webkit-details-marker { display: none; }

.bl-faq summary::after {
	content: '+';
	color: var(--blue);
	font-size: 22px;
	line-height: 1;
}

.bl-faq details[open] summary::after { content: '–'; }

.bl-faq p {
	margin-top: 10px;
	color: #3c4650;
	font-size: 16px;
	line-height: 1.6;
}

.bl-sources {
	max-width: 68ch;
	margin-top: 34px;
	padding: 22px 26px;
	background: var(--card);
	border-radius: var(--radius-soft);
}

.bl-sources h3 {
	margin-bottom: 10px;
	font-size: 18px;
}

.bl-sources ul {
	display: flex;
	flex-direction: column;
	gap: 7px;
	margin: 0;
	padding-left: 20px;
	color: #4a545e;
	font-size: 15px;
}

.bl-sources__upd {
	margin-top: 12px;
	color: var(--muted);
	font-size: 13px;
}

.bl-author {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 18px;
	align-items: center;
	max-width: 68ch;
	margin-top: 24px;
	padding: 22px 24px;
	border: 1px solid #e6ecf4;
	border-radius: var(--radius-soft);
}

.bl-author__n {
	font-family: var(--font-head);
	font-size: 18px;
	font-weight: 700;
}

.bl-author__r {
	margin-top: 5px;
	color: var(--muted);
	font-size: 15px;
}

.bl-author__l {
	margin-top: 8px;
	font-size: 14px;
}

.bl-cite {
	align-self: start;
	padding: 9px 16px;
	background: var(--white);
	border: 1px solid #e6ecf4;
	border-radius: var(--radius-pill);
	color: var(--ink);
	font: inherit;
	font-size: 14px;
	white-space: nowrap;
	cursor: pointer;
}

.bl-cite:hover { border-color: var(--blue-line); color: var(--blue); }

/* ------------------------------------------------------------ статья: финальный CTA */
.bl-final {
	display: grid;
	grid-template-columns: 1fr 340px;
	gap: 34px;
	align-items: start;
	margin-top: 44px;
	padding: 34px;
	background: var(--grad-hero);
	border: 1px solid var(--blue-300);
	border-radius: var(--radius-card);
}

.bl-final h2 {
	font-size: 28px;
	line-height: 36px;
}

.bl-final > div > p {
	margin-top: 12px;
	color: #4a545e;
}

.bl-final__ul {
	display: flex;
	flex-direction: column;
	gap: 9px;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
	font-size: 15px;
}

.bl-final__ul li {
	display: flex;
	align-items: center;
	gap: 9px;
}

.bl-final__ul svg { flex: none; color: #1a9e62; }

.bl-final__form {
	padding: 22px;
	background: var(--white);
	border-radius: var(--radius-soft);
	box-shadow: var(--shadow-card);
}

.bl-final__t {
	margin-bottom: 10px;
	font-family: var(--font-head);
	font-size: 16px;
	font-weight: 600;
}

.bl-final__lbl {
	display: block;
	margin: 10px 0 8px;
	color: var(--muted);
	font-size: 13px;
}

.bl-final .days { gap: 5px; }

.bl-final .day { padding: 7px 2px; border-radius: 12px; }

.bl-final .day span { font-size: 10px; }

.bl-final .day b { margin-top: 2px; font-size: 15px; }

.bl-final .slots { gap: 6px; margin-top: 0; }

.bl-final .slot {
	min-height: 38px;
	padding: 0 13px;
	font-size: 14px;
}

.bl-final__pick {
	margin: 12px 0 10px;
	min-height: 20px;
	color: var(--blue);
	font-size: 14px;
}

.bl-final .btn--lg { min-height: 54px; padding: 0 20px; font-size: 18px; }

.bl-final__note {
	margin-top: 10px;
	color: var(--muted);
	font-size: 13px;
	text-align: center;
}

/* ------------------------------------------------------------ статья: читать дальше */
.bl-related { margin-top: 48px; }

.bl-related h2 {
	margin-bottom: 18px;
	font-size: 26px;
}

.bl-rel__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

.bl-rel {
	display: flex;
	flex-direction: column;
	gap: 9px;
	padding: 20px;
	border: 1px solid #e6ecf4;
	border-radius: var(--radius-soft);
	color: var(--ink);
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.bl-rel:hover { border-color: var(--blue-line); box-shadow: var(--shadow-card); color: var(--ink); }

.bl-rel__r {
	color: var(--blue);
	font-size: 12px;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.bl-rel__t {
	font-family: var(--font-head);
	font-size: 17px;
	font-weight: 600;
	line-height: 1.35;
}

.bl-rel__m {
	color: var(--muted);
	font-size: 13px;
}

.bl-svc-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-top: 20px;
	color: var(--muted);
	font-size: 14px;
}

.bl-svc-links a {
	padding: 7px 14px;
	background: var(--blue-050);
	border-radius: var(--radius-pill);
	color: var(--blue-600);
}

.bl-svc-links a:hover { background: var(--blue-300); color: var(--blue-600); }

/* ------------------------------------------------------------ статья: сайдбар */
.bl-side {
	position: sticky;
	top: calc(var(--header-total) + 16px);
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.bl-side__box {
	padding: 20px;
	border: 1px solid #e6ecf4;
	border-radius: var(--radius-soft);
}

.bl-side__t {
	margin-bottom: 12px;
	font-family: var(--font-head);
	font-size: 16px;
	font-weight: 600;
}

.bl-side__toc ul {
	display: flex;
	flex-direction: column;
	gap: 9px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
}

.bl-side__toc a {
	display: block;
	padding-left: 10px;
	border-left: 2px solid transparent;
	color: #4a545e;
}

.bl-side__toc a:hover { color: var(--blue); }

.bl-side__toc a.is-on { border-color: var(--blue); color: var(--blue); }

.bl-pop {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	counter-reset: bl-pop;
}

.bl-pop li {
	display: flex;
	gap: 9px;
	counter-increment: bl-pop;
}

.bl-pop li::before {
	content: counter(bl-pop);
	color: var(--blue-500);
	font-family: var(--font-head);
	font-weight: 700;
}

.bl-pop a { color: var(--ink); }

.bl-pop a:hover { color: var(--blue); }

/* ------------------------------------------------------------ exit-intent */
.bl-exit {
	position: fixed;
	inset: 0;
	z-index: 180;
	display: grid;
	place-items: center;
	padding: 20px;
	background: rgba(20, 30, 45, 0.55);
}

.bl-exit__card {
	position: relative;
	width: 100%;
	max-width: 460px;
	padding: 32px;
	background: var(--white);
	border-radius: var(--radius-card);
	box-shadow: var(--shadow-modal);
}

.bl-exit__x {
	position: absolute;
	top: 12px;
	right: 16px;
	background: none;
	border: 0;
	color: var(--gray);
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

.bl-exit__t {
	font-family: var(--font-head);
	font-size: 24px;
	font-weight: 700;
}

.bl-exit__d {
	margin: 10px 0 18px;
	color: var(--muted);
}

/* ------------------------------------------------------------ адаптив */
@media (max-width: 1080px) {
	.bl-rubs { grid-template-columns: repeat(3, 1fr); }
	.bl-lead-grid { grid-template-columns: 1fr; }
	.bl-cards { grid-template-columns: 1fr 1fr; }
	.bl-inmag { grid-column: span 2; grid-template-columns: 1fr; }
	.bl-svc { grid-template-columns: 1fr 1fr; }
	.bl-qa__grid { grid-template-columns: 1fr; }
	/* 1fr не сжимается ниже min-content: поиск и плашка вопросов вылезали вправо. */
	.bl-hero__row { grid-template-columns: minmax(0, 1fr); }
	.bl-wrap { grid-template-columns: 1fr; gap: 0; }
	.bl-side { display: none; }
	.bl-rel__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 820px) {
	.bl-hero__h1 { font-size: 30px; line-height: 38px; }
	.bl-sec__h h2 { font-size: 24px; line-height: 32px; }
	.bl-rubs { grid-template-columns: 1fr 1fr; margin-top: 20px; }
	.bl-cards { grid-template-columns: 1fr; }
	.bl-inmag { grid-column: span 1; padding: 22px; }
	.bl-sub { grid-template-columns: 1fr; padding: 22px; }
	.bl-svc { grid-template-columns: 1fr; }
	.bl-qa { padding: 22px; }
	.bl-search { padding-left: 14px; }
	.bl-search .btn { padding: 0 14px; }

	.bl-art h1 { font-size: 28px; line-height: 36px; }
	.bl-body h2,
	.bl-faq h2,
	.bl-final h2 { font-size: 23px; line-height: 31px; }
	.bl-cover { height: 200px; }
	.bl-answer { padding: 18px; }
	.bl-answer__txt { font-size: 16px; }
	.bl-offer,
	.bl-final,
	.bl-cols2,
	.bl-rel__grid { grid-template-columns: 1fr; }
	.bl-offer { padding: 18px; }
	.bl-final { padding: 22px; }
	.bl-calc { padding: 16px; }
	.bl-magnet { padding: 18px; }
	.bl-promo { padding: 20px; }
	.bl-author { grid-template-columns: auto 1fr; padding: 18px; }
	.bl-cite { grid-column: 1 / -1; justify-self: start; }
	.bl-body p,
	.bl-body > ul,
	.bl-body > ol,
	.bl-steps li { font-size: 16px; }
	.bl-exit__card { padding: 24px; }
}

@media (max-width: 480px) {
	.bl-qc__row { flex-wrap: wrap; }
	.bl-rubs { grid-template-columns: 1fr 1fr; gap: 8px; }
	.bl-rub { padding: 12px; }
	.bl-final .days { grid-template-columns: repeat(7, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
	.bl-rub,
	.bl-card,
	.bl-big,
	.bl-mini,
	.bl-rel { transition: none; }
}


/*
 * Таблицы статей на телефоне: колонка-подлежащее уезжает вместе со всеми,
 * и цифры остаются без подписи. Липнет только она, тени у краёв уже есть.
 */
@media (max-width: 640px) {
	.bl-body table th:first-child,
	.bl-body table td:first-child {
		position: sticky;
		left: 0;
		z-index: 1;
		max-width: 148px;
		background: var(--white);
		box-shadow: 1px 0 0 #e6ecf4;
	}

	.bl-body table thead th:first-child {
		z-index: 2;
		background: var(--blue-050);
	}

	.bl-body table td[colspan] {
		position: static;
		max-width: none;
		box-shadow: none;
	}
}
