

/* Start:/local/templates/topman/components/bitrix/news.detail/legal_page/style.css?17868294575546*/
/* Правовые страницы (политика, согласие) — по макетам Claude Design */

.legal-hero { padding: 130px var(--content-pad) 60px; background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(80,17,212,0.1) 93.09%), #FFFFFF; display: flex; flex-direction: column; gap: 32px; }
.legal-kicker { font-size: 14px; line-height: 16px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: #5011D4; }
.legal-hero h1 { margin: 0; max-width: 1240px; font-family: "TT Firs Neue", "Onest", system-ui, sans-serif; font-weight: 700; font-size: 70px; line-height: 70px; letter-spacing: -0.05em; text-transform: uppercase; text-wrap: pretty; }
.legal-lead { margin: 0; max-width: 900px; font-size: 22px; line-height: 28px; font-weight: 450; letter-spacing: 0.02em; text-wrap: pretty; }

.legal-doc { padding: 100px var(--content-pad) 155px; background: #FFFFFF; display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 40px 60px; align-items: start; }
.legal-toc { position: sticky; top: 170px; display: flex; flex-direction: column; gap: 4px; }
.legal-toc__label { padding-bottom: 12px; font-size: 12px; line-height: 14px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; opacity: 0.4; }
.legal-toc a { padding: 10px 0; display: flex; flex-direction: row; gap: 12px; align-items: baseline; border-bottom: 0.5px solid rgba(30,0,93,0.15); font-size: 14px; line-height: 18px; font-weight: 400; letter-spacing: -0.02em; transition: color .2s ease, padding .2s ease; }
.legal-toc a:hover { color: #5011D4; padding-left: 4px; }
.legal-toc__n { width: 18px; flex-shrink: 0; opacity: 0.4; }

.legal-article { max-width: 860px; display: flex; flex-direction: column; gap: 60px; }
.legal-sec { display: flex; flex-direction: column; gap: 24px; scroll-margin-top: 160px; }
.legal-sec__head { display: flex; flex-direction: row; gap: 20px; align-items: baseline; }
.legal-sec__num { width: 24px; flex-shrink: 0; font-size: 14px; line-height: 26px; font-weight: 500; color: #5011D4; }
.legal-sec h2 { margin: 0; font-family: "TT Firs Neue", "Onest", system-ui, sans-serif; font-weight: 600; font-size: 32px; line-height: 36px; letter-spacing: -0.05em; text-wrap: pretty; }
.legal-sec__body { padding-left: 44px; display: flex; flex-direction: column; gap: 20px; }
.legal-item { display: flex; flex-direction: row; gap: 16px; align-items: baseline; }
.legal-item__num { width: 38px; flex-shrink: 0; font-size: 14px; line-height: 26px; font-weight: 500; color: #5011D4; }
.legal-item p { margin: 0; font-size: 16px; line-height: 26px; font-weight: 400; letter-spacing: -0.02em; text-wrap: pretty; }
.legal-item a, .legal-lead a { color: #5011D4; border-bottom: 1px solid rgba(80,17,212,0.35); }

/* Маркированный список (состав персональных данных) */
.legal-list { padding-left: 44px; display: flex; flex-direction: column; }
.legal-list__row { padding: 12px 0; display: flex; flex-direction: row; gap: 12px; align-items: flex-start; border-bottom: 0.5px solid rgba(30,0,93,0.12); }
.legal-list__dot { width: 5px; height: 5px; margin-top: 10px; flex-shrink: 0; border-radius: 5px; background: #5011D4; }
.legal-list__row span:last-child { font-size: 16px; line-height: 26px; font-weight: 400; letter-spacing: -0.02em; text-wrap: pretty; }

/* Карточка оператора */
.legal-card { border-radius: 40px; background: rgba(80,17,212,0.1); padding: 40px; display: flex; flex-direction: column; gap: 24px; }
.legal-card__label { font-size: 12px; line-height: 14px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; opacity: 0.4; }
.legal-kv { display: flex; flex-direction: column; }
.legal-kv__row { padding: 12px 0; display: flex; flex-direction: row; gap: 24px; justify-content: space-between; align-items: baseline; border-bottom: 0.5px solid rgba(30,0,93,0.15); }
.legal-kv__k { width: 150px; flex-shrink: 0; font-size: 14px; line-height: 20px; font-weight: 400; opacity: 0.5; }
.legal-kv__v { flex-grow: 1; text-align: right; font-size: 14px; line-height: 20px; font-weight: 500; letter-spacing: -0.02em; text-wrap: pretty; }
.legal-card__actions { display: flex; flex-direction: row; flex-wrap: wrap; gap: 12px; }
.legal-btn { height: 50px; padding: 0 28px; border-radius: 100px; display: flex; align-items: center; justify-content: center; text-align: center; font-size: 16px; line-height: 16px; font-weight: 500; letter-spacing: -0.02em; transition: background .25s ease, color .25s ease; }
.legal-btn--primary { background: #1E005D; color: #FFFFFF; }
.legal-btn--primary:hover { background: #5011D4; color: #FFFFFF; }
.legal-btn--ghost { background: #FFFFFF; border: 1px solid rgba(30,0,93,0.15); }
.legal-btn--ghost:hover { background: #5011D4; color: #FFFFFF; }

@media (max-width: 1023px) {
	.legal-doc { grid-template-columns: minmax(0, 1fr); }
	.legal-toc { position: static; }
}

@media (max-width: 767px) {
	.legal-hero { padding-top: 80px; padding-bottom: 40px; }
	.legal-hero h1 { font-size: 36px; line-height: 38px; }
	.legal-doc { padding-top: 55px; padding-bottom: 55px; }
	.legal-toc { display: none; }
	.legal-article { gap: 40px; }
	.legal-sec h2 { font-size: 24px; line-height: 28px; }
	.legal-sec__body, .legal-list { padding-left: 0; }
	.legal-card { border-radius: 20px; padding: 24px; }
	.legal-btn { width: 100%; }
}

@media (max-width: 359px) {
	.legal-hero h1 { font-size: min(36px, 10.5vw); line-height: 1.06; }
	.legal-kv__k { width: 96px; }
	.legal-kv__row { gap: 16px; }
}

/* End */
/* /local/templates/topman/components/bitrix/news.detail/legal_page/style.css?17868294575546 */
