/*
 * List-MFO — Политика конфиденциальности
 * Отдельный адаптивный шаблон страницы, согласованный с визуальным стилем list-mfo.ru.
 */

body.list-mfo-privacy-page,
body.list-mfo-privacy-page * {
	box-sizing: border-box;
}

body.list-mfo-privacy-page {
	--lmfo-privacy-bg: #f6f8fb;
	--lmfo-privacy-panel: #ffffff;
	--lmfo-privacy-text: #18212d;
	--lmfo-privacy-heading: #0e1116;
	--lmfo-privacy-muted: #687587;
	--lmfo-privacy-line: #dce3ec;
	--lmfo-privacy-soft-line: #edf1f5;
	--lmfo-privacy-yellow: #ffb400;
	--lmfo-privacy-yellow-dark: #dc9300;
	--lmfo-privacy-yellow-soft: #fff6d8;
	--lmfo-privacy-blue-soft: #eef4ff;
	--lmfo-privacy-danger-soft: #fff5e8;
	--lmfo-privacy-shadow: 0 8px 28px rgba(22, 34, 49, 0.06);
	--lmfo-privacy-radius: 14px;
	margin: 0 !important;
	padding: 0 !important;
	background: var(--lmfo-privacy-bg) !important;
	color: var(--lmfo-privacy-text) !important;
	font-family: Montserrat, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

body.list-mfo-privacy-page.admin-bar {
	min-height: calc(100vh - 32px);
}

body.list-mfo-privacy-page a {
	color: #225db7;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

body.list-mfo-privacy-page a:hover,
body.list-mfo-privacy-page a:focus {
	color: var(--lmfo-privacy-yellow-dark);
}

body.list-mfo-privacy-page img,
body.list-mfo-privacy-page svg {
	max-width: 100%;
}

.lmfo-privacy-site-shell {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	background:
		radial-gradient(circle at 87% 5%, rgba(255, 180, 0, 0.08), transparent 24rem),
		var(--lmfo-privacy-bg);
}

.lmfo-privacy-main {
	flex: 1 0 auto;
	width: 100%;
	padding: 24px 0 64px;
}

.lmfo-privacy-container {
	width: calc(100% - 36px);
	max-width: 1220px;
	margin: 0 auto;
}

/* Резервная шапка: выводится только когда основной плагин единой шапки отсутствует. */
.lmfo-privacy-fallback-header {
	position: relative;
	z-index: 500;
	width: 100%;
	margin: 0;
	border-top: 3px solid var(--lmfo-privacy-yellow);
	background: #101010;
	color: #fff;
}

.lmfo-privacy-fallback-header__inner {
	width: calc(100% - 36px);
	max-width: 1220px;
	min-height: 76px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 28px;
}

.lmfo-privacy-fallback-logo,
.lmfo-privacy-fallback-logo:hover,
.lmfo-privacy-fallback-logo:focus {
	color: #fff !important;
	font-size: 25px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: -0.03em;
	text-decoration: none;
	white-space: nowrap;
}

.lmfo-privacy-fallback-logo span {
	color: var(--lmfo-privacy-yellow);
}

.lmfo-privacy-fallback-nav {
	margin-left: auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 24px;
}

.lmfo-privacy-fallback-nav > a {
	color: #fff !important;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.25;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.lmfo-privacy-fallback-nav > a:hover,
.lmfo-privacy-fallback-nav > a:focus {
	color: var(--lmfo-privacy-yellow) !important;
}

.lmfo-privacy-fallback-nav .lmfo-privacy-fallback-cta {
	padding: 13px 21px;
	border-radius: 8px;
	background: var(--lmfo-privacy-yellow);
	color: #111827 !important;
}

.lmfo-privacy-fallback-nav .lmfo-privacy-fallback-cta:hover,
.lmfo-privacy-fallback-nav .lmfo-privacy-fallback-cta:focus {
	background: #ffc027;
	color: #111827 !important;
}

/* Хлебные крошки */
.lmfo-privacy-breadcrumbs {
	display: flex;
	align-items: center;
	gap: 9px;
	min-height: 24px;
	margin: 0 0 17px;
	color: #7b8797;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
}

.lmfo-privacy-breadcrumbs a {
	color: #5f6e82;
	text-decoration: none;
}

.lmfo-privacy-breadcrumbs a:hover,
.lmfo-privacy-breadcrumbs a:focus {
	color: var(--lmfo-privacy-yellow-dark);
}

/* Первый экран */
.lmfo-privacy-hero {
	position: relative;
	isolation: isolate;
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) minmax(270px, 0.7fr);
	align-items: center;
	min-height: 330px;
	margin: 0 0 18px;
	padding: 46px 54px;
	overflow: hidden;
	border: 1px solid var(--lmfo-privacy-line);
	border-radius: 18px;
	background:
		linear-gradient(116deg, #ffffff 0%, #ffffff 56%, #fffaf0 100%);
	box-shadow: var(--lmfo-privacy-shadow);
}

.lmfo-privacy-hero::before {
	content: "";
	position: absolute;
	z-index: -1;
	right: -72px;
	top: -105px;
	width: 425px;
	height: 425px;
	border: 1px dashed rgba(179, 190, 204, 0.5);
	border-radius: 50%;
}

.lmfo-privacy-hero::after {
	content: "";
	position: absolute;
	z-index: -1;
	right: 55px;
	bottom: -118px;
	width: 260px;
	height: 260px;
	border-radius: 50%;
	background: rgba(255, 180, 0, 0.09);
	filter: blur(1px);
}

.lmfo-privacy-hero__content {
	position: relative;
	z-index: 2;
	max-width: 760px;
}

.lmfo-privacy-eyebrow {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	margin: 0 0 15px;
	padding: 6px 12px;
	border-radius: 999px;
	background: var(--lmfo-privacy-yellow-soft);
	color: #805800;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.055em;
	text-transform: uppercase;
}

.lmfo-privacy-hero h1 {
	max-width: 800px;
	margin: 0 !important;
	padding: 0 !important;
	color: var(--lmfo-privacy-heading) !important;
	font-size: clamp(38px, 4.5vw, 58px) !important;
	font-weight: 850 !important;
	line-height: 1.04 !important;
	letter-spacing: -0.045em !important;
	text-align: left !important;
	text-wrap: balance;
}

.lmfo-privacy-hero__content > p {
	max-width: 710px;
	margin: 19px 0 0 !important;
	color: #586779 !important;
	font-size: 17px !important;
	font-weight: 500;
	line-height: 1.6 !important;
}

.lmfo-privacy-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 12px;
	margin-top: 26px;
}

.lmfo-privacy-hero__meta span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 38px;
	padding: 8px 12px;
	border: 1px solid #e3e8ee;
	border-radius: 9px;
	background: rgba(255, 255, 255, 0.86);
	color: #4f5e70;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.25;
}

.lmfo-privacy-hero__meta svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: var(--lmfo-privacy-yellow-dark);
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
	flex: 0 0 auto;
}

.lmfo-privacy-hero__visual {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	min-height: 240px;
}

.lmfo-privacy-shield {
	position: relative;
	display: grid;
	place-items: center;
	width: min(100%, 260px);
	aspect-ratio: 1;
	border-radius: 50%;
	background: radial-gradient(circle, #fff6d3 0 44%, rgba(255, 246, 211, 0) 45%);
}

.lmfo-privacy-shield::before,
.lmfo-privacy-shield::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	border: 1px solid rgba(160, 173, 188, 0.28);
}

.lmfo-privacy-shield::before {
	inset: 16px;
}

.lmfo-privacy-shield::after {
	inset: 0;
	border-style: dashed;
}

.lmfo-privacy-shield svg {
	position: relative;
	z-index: 1;
	width: 76%;
	height: 76%;
	fill: none;
	stroke: #253348;
	stroke-width: 7;
	stroke-linecap: round;
	stroke-linejoin: round;
	filter: drop-shadow(0 15px 16px rgba(28, 38, 54, 0.1));
}

.lmfo-privacy-shield svg .shield {
	fill: #fff;
	stroke: #253348;
}

.lmfo-privacy-shield svg .check {
	stroke: var(--lmfo-privacy-yellow);
	stroke-width: 9;
}

.lmfo-privacy-shield svg circle {
	fill: var(--lmfo-privacy-yellow);
	stroke: #253348;
	stroke-width: 5;
}

/* Короткое резюме */
.lmfo-privacy-summary {
	margin: 0 0 20px;
	padding: 17px 20px;
	border: 1px solid #f0d47e;
	border-radius: 13px;
	background: #fffaf0;
	box-shadow: 0 3px 14px rgba(65, 54, 18, 0.035);
}

.lmfo-privacy-summary > div {
	display: flex;
	align-items: flex-start;
	gap: 13px;
}

.lmfo-privacy-summary__icon {
	display: inline-grid;
	place-items: center;
	width: 27px;
	height: 27px;
	margin-top: 1px;
	border-radius: 50%;
	background: var(--lmfo-privacy-yellow);
	color: #18212d;
	font-family: Georgia, serif;
	font-size: 17px;
	font-weight: 800;
	font-style: italic;
	line-height: 1;
	flex: 0 0 auto;
}

.lmfo-privacy-summary p {
	margin: 0 !important;
	color: #4e4c42 !important;
	font-size: 14px !important;
	line-height: 1.65 !important;
}

.lmfo-privacy-summary strong {
	color: #1c2025;
}

/* Содержание + документ */
.lmfo-privacy-layout {
	display: grid;
	grid-template-columns: 276px minmax(0, 1fr);
	align-items: start;
	gap: 22px;
}

.lmfo-privacy-toc {
	position: sticky;
	top: 22px;
	z-index: 10;
}

.admin-bar .lmfo-privacy-toc {
	top: 54px;
}

.lmfo-privacy-toc__body {
	padding: 20px 17px 17px;
	border: 1px solid var(--lmfo-privacy-line);
	border-radius: var(--lmfo-privacy-radius);
	background: var(--lmfo-privacy-panel);
	box-shadow: var(--lmfo-privacy-shadow);
}

.lmfo-privacy-toc__body > strong {
	display: block;
	margin: 0 3px 13px;
	color: var(--lmfo-privacy-heading);
	font-size: 15px;
	font-weight: 800;
}

.lmfo-privacy-toc ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.lmfo-privacy-toc li {
	margin: 0;
	padding: 0;
}

.lmfo-privacy-toc li + li {
	margin-top: 2px;
}

.lmfo-privacy-toc li a {
	display: grid;
	grid-template-columns: 26px minmax(0, 1fr);
	align-items: start;
	gap: 8px;
	width: 100%;
	padding: 8px 7px;
	border-radius: 8px;
	color: #526174;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
	text-decoration: none;
	transition: background-color 0.16s ease, color 0.16s ease;
}

.lmfo-privacy-toc li a > span {
	display: inline-grid;
	place-items: center;
	width: 24px;
	height: 24px;
	border-radius: 7px;
	background: #f2f5f8;
	color: #718096;
	font-size: 11px;
	font-weight: 800;
	transition: background-color 0.16s ease, color 0.16s ease;
}

.lmfo-privacy-toc li a:hover,
.lmfo-privacy-toc li a:focus,
.lmfo-privacy-toc li a.is-active {
	background: #fff8df;
	color: #171c24;
}

.lmfo-privacy-toc li a:hover > span,
.lmfo-privacy-toc li a:focus > span,
.lmfo-privacy-toc li a.is-active > span {
	background: var(--lmfo-privacy-yellow);
	color: #18212d;
}

.lmfo-privacy-toc__contact {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: 15px;
	padding: 12px 13px;
	border-top: 1px solid var(--lmfo-privacy-soft-line);
	border-radius: 8px;
	background: #f8fafc;
	color: #293648 !important;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.35;
	text-decoration: none;
}

.lmfo-privacy-toc__contact:hover,
.lmfo-privacy-toc__contact:focus {
	background: #fff8df;
}

.lmfo-privacy-toc__toggle {
	display: none;
}

.lmfo-privacy-document {
	min-width: 0;
}

.lmfo-privacy-section {
	scroll-margin-top: 24px;
	margin: 0 0 16px;
	padding: 28px 31px 30px;
	border: 1px solid var(--lmfo-privacy-line);
	border-radius: var(--lmfo-privacy-radius);
	background: var(--lmfo-privacy-panel);
	box-shadow: var(--lmfo-privacy-shadow);
}

.admin-bar .lmfo-privacy-section {
	scroll-margin-top: 58px;
}

.lmfo-privacy-section > header {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	align-items: center;
	gap: 13px;
	margin: 0 0 20px;
	padding: 0 0 17px;
	border-bottom: 1px solid var(--lmfo-privacy-soft-line);
}

.lmfo-privacy-section > header > span {
	display: inline-grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 11px;
	background: var(--lmfo-privacy-yellow-soft);
	color: #865d00;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.035em;
}

.lmfo-privacy-section h2 {
	margin: 0 !important;
	padding: 0 !important;
	color: var(--lmfo-privacy-heading) !important;
	font-size: clamp(21px, 2.1vw, 27px) !important;
	font-weight: 820 !important;
	line-height: 1.22 !important;
	letter-spacing: -0.025em !important;
	text-align: left !important;
}

.lmfo-privacy-section__content {
	color: #414f60;
	font-size: 15px;
	line-height: 1.75;
}

.lmfo-privacy-section__content > :first-child {
	margin-top: 0 !important;
}

.lmfo-privacy-section__content > :last-child {
	margin-bottom: 0 !important;
}

.lmfo-privacy-section__content p {
	margin: 0 0 16px !important;
	color: inherit !important;
	font-size: inherit !important;
	line-height: inherit !important;
}

.lmfo-privacy-section__content strong {
	color: #202a36;
	font-weight: 800;
}

.lmfo-privacy-section__content ul,
.lmfo-privacy-section__content ol {
	margin: 0 0 18px !important;
	padding-left: 24px !important;
}

.lmfo-privacy-section__content li {
	margin: 7px 0 !important;
	padding-left: 3px;
}

.lmfo-privacy-section__content li::marker {
	color: var(--lmfo-privacy-yellow-dark);
	font-weight: 800;
}

.lmfo-privacy-section__content a {
	font-weight: 700;
	overflow-wrap: anywhere;
}

.lmfo-privacy-callout {
	margin: 20px 0 !important;
	padding: 16px 18px;
	border: 1px solid #ead17b;
	border-left: 4px solid var(--lmfo-privacy-yellow);
	border-radius: 10px;
	background: #fffaf0;
	color: #4e4b3e;
}

.lmfo-privacy-callout--warning {
	border-color: #f0c989;
	border-left-color: #e58b00;
	background: var(--lmfo-privacy-danger-soft);
}

.lmfo-privacy-callout--soft {
	border-color: #cedbf0;
	border-left-color: #6688b8;
	background: var(--lmfo-privacy-blue-soft);
	color: #40536d;
}

.lmfo-privacy-operator-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	margin: 18px 0 20px;
	overflow: hidden;
	border: 1px solid var(--lmfo-privacy-line);
	border-radius: 11px;
	background: var(--lmfo-privacy-line);
}

.lmfo-privacy-operator-grid > div {
	min-width: 0;
	padding: 14px 16px;
	background: #fbfcfe;
}

.lmfo-privacy-operator-grid span,
.lmfo-privacy-operator-grid strong {
	display: block;
}

.lmfo-privacy-operator-grid span {
	margin-bottom: 5px;
	color: #738094;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0.045em;
	text-transform: uppercase;
}

.lmfo-privacy-operator-grid strong {
	color: #202b38;
	font-size: 13px;
	font-weight: 750;
	line-height: 1.45;
	word-break: break-word;
}

.lmfo-privacy-table-wrap {
	width: 100%;
	margin: 19px 0 21px;
	overflow-x: auto;
	border: 1px solid var(--lmfo-privacy-line);
	border-radius: 11px;
	background: #fff;
	-webkit-overflow-scrolling: touch;
}

.lmfo-privacy-table-wrap table {
	width: 100%;
	min-width: 610px;
	margin: 0 !important;
	border: 0 !important;
	border-collapse: collapse !important;
	border-spacing: 0 !important;
	background: #fff !important;
	font-size: 13px !important;
	line-height: 1.55 !important;
}

.lmfo-privacy-table-wrap th,
.lmfo-privacy-table-wrap td {
	padding: 14px 16px !important;
	border: 0 !important;
	border-bottom: 1px solid var(--lmfo-privacy-soft-line) !important;
	vertical-align: top !important;
	text-align: left !important;
}

.lmfo-privacy-table-wrap th {
	background: #f7f9fc !important;
	color: #3b4858 !important;
	font-size: 11px !important;
	font-weight: 850 !important;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}

.lmfo-privacy-table-wrap td:first-child {
	width: 33%;
	color: #253242;
}

.lmfo-privacy-table-wrap tr:last-child td {
	border-bottom: 0 !important;
}

/* Блок связи */
.lmfo-privacy-contact-card {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr) auto;
	align-items: center;
	gap: 17px;
	margin-top: 20px;
	padding: 24px 25px;
	border: 1px solid #e3c45f;
	border-radius: 14px;
	background: linear-gradient(125deg, #fffdf6 0%, #fff7d8 100%);
	box-shadow: var(--lmfo-privacy-shadow);
}

.lmfo-privacy-contact-card__icon {
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	border-radius: 14px;
	background: var(--lmfo-privacy-yellow);
}

.lmfo-privacy-contact-card__icon svg {
	width: 27px;
	height: 27px;
	fill: none;
	stroke: #17202b;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.lmfo-privacy-contact-card h2 {
	margin: 0 0 5px !important;
	padding: 0 !important;
	color: var(--lmfo-privacy-heading) !important;
	font-size: 19px !important;
	font-weight: 850 !important;
	line-height: 1.25 !important;
	text-align: left !important;
}

.lmfo-privacy-contact-card p {
	margin: 0 !important;
	color: #596474 !important;
	font-size: 13px !important;
	line-height: 1.55 !important;
}

.lmfo-privacy-contact-card > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 17px;
	border-radius: 8px;
	background: #16191e;
	color: #fff !important;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.3;
	text-decoration: none;
	white-space: nowrap;
}

.lmfo-privacy-contact-card > a:hover,
.lmfo-privacy-contact-card > a:focus {
	background: #2b3037;
}

/* Подвал */
.lmfo-privacy-footer {
	flex: 0 0 auto;
	width: 100%;
	margin: 0;
	padding: 42px max(18px, calc((100% - 1220px) / 2)) 20px;
	border-top: 3px solid var(--lmfo-privacy-yellow);
	background: #0e1115;
	color: #d9dde3;
}

.lmfo-privacy-footer__grid {
	display: grid;
	grid-template-columns: 1.45fr repeat(4, minmax(125px, 1fr));
	gap: 34px;
	max-width: 1220px;
	margin: 0 auto;
}

.lmfo-privacy-footer__grid > div {
	min-width: 0;
}

.lmfo-privacy-footer__logo {
	display: inline-block;
	margin-bottom: 14px;
	color: #fff !important;
	font-size: 25px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: -0.035em;
	text-decoration: none;
}

.lmfo-privacy-footer__logo span {
	color: var(--lmfo-privacy-yellow);
}

.lmfo-privacy-footer__brand p {
	max-width: 250px;
	margin: 0 !important;
	color: #9da7b4 !important;
	font-size: 12px !important;
	line-height: 1.65 !important;
}

.lmfo-privacy-footer__grid strong {
	display: block;
	margin: 2px 0 14px;
	color: #fff;
	font-size: 13px;
	font-weight: 850;
}

.lmfo-privacy-footer__grid > div:not(.lmfo-privacy-footer__brand) a {
	display: block;
	margin: 0 0 9px;
	color: #aeb6c1 !important;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.45;
	text-decoration: none;
}

.lmfo-privacy-footer__grid > div:not(.lmfo-privacy-footer__brand) a:hover,
.lmfo-privacy-footer__grid > div:not(.lmfo-privacy-footer__brand) a:focus,
.lmfo-privacy-footer__grid > div:not(.lmfo-privacy-footer__brand) a.is-current {
	color: var(--lmfo-privacy-yellow) !important;
}

.lmfo-privacy-footer__bottom {
	max-width: 1220px;
	margin: 29px auto 0;
	padding-top: 17px;
	border-top: 1px solid #2b3036;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	color: #858e9a;
	font-size: 10px;
	line-height: 1.55;
}

/* Кнопка наверх */
.lmfo-privacy-backtop {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 200;
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 11px;
	background: #171a20;
	box-shadow: 0 9px 24px rgba(0, 0, 0, 0.22);
	color: #fff;
	font: 800 19px/1 Arial, sans-serif;
	cursor: pointer;
	transition: opacity 0.16s ease, transform 0.16s ease, background-color 0.16s ease;
}

.lmfo-privacy-backtop[hidden] {
	display: none;
}

.lmfo-privacy-backtop:hover,
.lmfo-privacy-backtop:focus {
	background: var(--lmfo-privacy-yellow);
	color: #111827;
	transform: translateY(-2px);
}

/* Убираем внешние отступы тем и Elementor на самостоятельном шаблоне. */
body.list-mfo-privacy-page .wp-site-blocks,
body.list-mfo-privacy-page .site,
body.list-mfo-privacy-page #page,
body.list-mfo-privacy-page #content {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

/* Планшеты */
@media (max-width: 1040px) {
	.lmfo-privacy-hero {
		grid-template-columns: minmax(0, 1.4fr) minmax(230px, 0.6fr);
		padding: 40px 38px;
	}

	.lmfo-privacy-layout {
		grid-template-columns: 235px minmax(0, 1fr);
		gap: 17px;
	}

	.lmfo-privacy-toc__body {
		padding: 17px 13px 14px;
	}

	.lmfo-privacy-section {
		padding: 25px 25px 27px;
	}

	.lmfo-privacy-footer__grid {
		grid-template-columns: 1.4fr repeat(2, minmax(140px, 1fr));
	}

	.lmfo-privacy-footer__grid > div:nth-child(4),
	.lmfo-privacy-footer__grid > div:nth-child(5) {
		margin-top: 5px;
	}
}

/* Мобильное содержание становится раскрывающимся блоком. */
@media (max-width: 820px) {
	.lmfo-privacy-main {
		padding-top: 18px;
	}

	.lmfo-privacy-hero {
		grid-template-columns: minmax(0, 1fr) 180px;
		min-height: 0;
		padding: 34px 31px;
	}

	.lmfo-privacy-hero h1 {
		font-size: clamp(34px, 7vw, 48px) !important;
	}

	.lmfo-privacy-hero__content > p {
		font-size: 15px !important;
	}

	.lmfo-privacy-hero__visual {
		min-height: 190px;
	}

	.lmfo-privacy-layout {
		display: block;
	}

	.lmfo-privacy-toc {
		position: static;
		margin-bottom: 16px;
	}

	.lmfo-privacy-toc__toggle {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		min-height: 50px;
		margin: 0;
		padding: 12px 16px;
		border: 1px solid var(--lmfo-privacy-line);
		border-radius: 12px;
		background: #fff;
		color: #202b38;
		box-shadow: var(--lmfo-privacy-shadow);
		font: 800 14px/1.3 Montserrat, Arial, sans-serif;
		cursor: pointer;
	}

	.lmfo-privacy-toc__toggle span:last-child {
		font-size: 20px;
		transition: transform 0.16s ease;
	}

	.lmfo-privacy-toc.is-open .lmfo-privacy-toc__toggle {
		border-radius: 12px 12px 0 0;
		border-bottom-color: transparent;
	}

	.lmfo-privacy-toc.is-open .lmfo-privacy-toc__toggle span:last-child {
		transform: rotate(180deg);
	}

	.lmfo-privacy-toc__body {
		display: none;
		border-radius: 0 0 12px 12px;
		box-shadow: 0 12px 22px rgba(22, 34, 49, 0.07);
	}

	.lmfo-privacy-toc.is-open .lmfo-privacy-toc__body {
		display: block;
	}

	.lmfo-privacy-toc__body > strong {
		display: none;
	}

	.lmfo-privacy-toc ol {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 2px 7px;
	}

	.lmfo-privacy-toc li + li {
		margin-top: 0;
	}

	.lmfo-privacy-toc__contact {
		margin-top: 10px;
	}

	.lmfo-privacy-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lmfo-privacy-footer__brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 700px) {
	body.list-mfo-privacy-page.admin-bar {
		min-height: calc(100vh - 46px);
	}

	.lmfo-privacy-fallback-header__inner {
		display: block;
		padding: 15px 0;
	}

	.lmfo-privacy-fallback-nav {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
		margin: 14px 0 0;
	}

	.lmfo-privacy-fallback-nav > a {
		min-height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 8px;
		border-radius: 7px;
		background: #191919;
		text-align: center;
		white-space: normal;
	}

	.lmfo-privacy-hero {
		grid-template-columns: minmax(0, 1fr);
		padding: 30px 26px 25px;
	}

	.lmfo-privacy-hero__visual {
		display: none;
	}

	.lmfo-privacy-hero::before {
		right: -260px;
	}

	.lmfo-privacy-hero::after {
		right: -100px;
	}

	.lmfo-privacy-section {
		padding: 23px 21px 25px;
	}

	.lmfo-privacy-operator-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.lmfo-privacy-contact-card {
		grid-template-columns: 48px minmax(0, 1fr);
		padding: 21px;
	}

	.lmfo-privacy-contact-card__icon {
		width: 48px;
		height: 48px;
	}

	.lmfo-privacy-contact-card > a {
		grid-column: 1 / -1;
		width: 100%;
	}

	.lmfo-privacy-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}
}

@media (max-width: 520px) {
	.lmfo-privacy-main {
		padding: 14px 0 42px;
	}

	.lmfo-privacy-container {
		width: calc(100% - 22px);
	}

	.lmfo-privacy-breadcrumbs {
		margin-bottom: 12px;
		font-size: 11px;
	}

	.lmfo-privacy-hero {
		margin-bottom: 13px;
		padding: 25px 20px 23px;
		border-radius: 14px;
	}

	.lmfo-privacy-eyebrow {
		margin-bottom: 12px;
		font-size: 10px;
	}

	.lmfo-privacy-hero h1 {
		font-size: clamp(31px, 10.2vw, 42px) !important;
		letter-spacing: -0.04em !important;
	}

	.lmfo-privacy-hero__content > p {
		margin-top: 14px !important;
		font-size: 14px !important;
		line-height: 1.55 !important;
	}

	.lmfo-privacy-hero__meta {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		margin-top: 20px;
	}

	.lmfo-privacy-summary {
		padding: 15px;
	}

	.lmfo-privacy-summary p {
		font-size: 12px !important;
	}

	.lmfo-privacy-toc ol {
		grid-template-columns: minmax(0, 1fr);
	}

	.lmfo-privacy-section {
		margin-bottom: 12px;
		padding: 20px 16px 22px;
		border-radius: 12px;
	}

	.lmfo-privacy-section > header {
		grid-template-columns: 37px minmax(0, 1fr);
		gap: 10px;
		margin-bottom: 16px;
		padding-bottom: 14px;
	}

	.lmfo-privacy-section > header > span {
		width: 37px;
		height: 37px;
		border-radius: 9px;
		font-size: 10px;
	}

	.lmfo-privacy-section h2 {
		font-size: 19px !important;
	}

	.lmfo-privacy-section__content {
		font-size: 13px;
		line-height: 1.72;
	}

	.lmfo-privacy-callout {
		margin: 16px 0 !important;
		padding: 14px;
	}

	.lmfo-privacy-table-wrap {
		margin: 16px 0;
	}

	.lmfo-privacy-table-wrap table {
		min-width: 560px;
		font-size: 12px !important;
	}

	.lmfo-privacy-contact-card {
		padding: 18px 16px;
	}

	.lmfo-privacy-footer {
		padding-top: 34px;
	}

	.lmfo-privacy-footer__grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 24px;
	}

	.lmfo-privacy-footer__brand {
		grid-column: auto;
	}

	.lmfo-privacy-backtop {
		right: 12px;
		bottom: 12px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.lmfo-privacy-toc li a,
	.lmfo-privacy-toc li a > span,
	.lmfo-privacy-backtop,
	.lmfo-privacy-toc__toggle span:last-child {
		transition: none !important;
	}

	html:focus-within {
		scroll-behavior: auto !important;
	}
}

@media print {
	body.list-mfo-privacy-page {
		background: #fff !important;
		color: #000 !important;
		font-size: 11pt;
	}

	.lmfo-fixed-header,
	.lmfo-privacy-fallback-header,
	.lmfo-privacy-breadcrumbs,
	.lmfo-privacy-toc,
	.lmfo-privacy-footer,
	.lmfo-privacy-backtop,
	.lmfo-privacy-hero__visual {
		display: none !important;
	}

	.lmfo-privacy-main {
		padding: 0;
	}

	.lmfo-privacy-container {
		width: 100%;
		max-width: none;
	}

	.lmfo-privacy-hero,
	.lmfo-privacy-summary,
	.lmfo-privacy-section,
	.lmfo-privacy-contact-card {
		break-inside: avoid;
		border: 1px solid #bbb;
		box-shadow: none;
	}

	.lmfo-privacy-hero {
		min-height: 0;
		padding: 24px;
	}

	.lmfo-privacy-hero h1 {
		font-size: 28pt !important;
	}

	.lmfo-privacy-section {
		padding: 20px;
	}

	.lmfo-privacy-section__content a {
		color: #000 !important;
		text-decoration: none;
	}
}
