/* 152-FZ legal documents + cookie consent + form checkboxes */
.legal-doc {
	max-width: 900px;
	line-height: 1.65;
	color: #333;
	font-size: 15px;
}
.legal-doc h2,
.legal-doc h3 {
	margin-top: 1.5em;
	color: #1a1a1a;
}
.legal-doc ul,
.legal-doc ol {
	padding-left: 1.4em;
}
.legal-doc table {
	width: 100%;
	border-collapse: collapse;
	margin: 16px 0;
}
.legal-doc th,
.legal-doc td {
	border: 1px solid #ddd;
	padding: 8px 12px;
	text-align: left;
}
.legal-doc th {
	background: #f5f5f5;
}

.form-consent,
.login-consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 12px 0;
	font-size: 13px;
	line-height: 1.45;
	color: #333;
}
.form-consent input,
.login-consent input {
	margin-top: 3px;
	flex-shrink: 0;
}
.form-consent a,
.login-consent a,
.telephone-form__privacy a,
.faq-form__policy a {
	text-decoration: underline;
}

/* Формы на тёмном фоне (заявка / FAQ) — светлый текст согласия */
.telephone-form .form-consent,
.telephone-form .form-consent span,
.faq-form .form-consent,
.faq-form .form-consent span {
	color: #F0EFF3;
}
.telephone-form .form-consent a,
.faq-form .form-consent a {
	color: #CAE393;
}
.telephone-form .form-consent a:hover,
.faq-form .form-consent a:hover {
	color: #fff;
}
.telephone-form__privacy,
.telephone-form__privacy a,
.faq-form__policy,
.faq-form__policy a {
	color: #B1B5AF;
}

.cookie-consent {
	position: fixed;
	left: 16px;
	right: 16px;
	bottom: 16px;
	z-index: 10000;
	max-width: 560px;
	margin-left: auto;
	margin-right: 16px;
}
.cookie-consent__inner {
	display: flex;
	align-items: center;
	gap: 16px 20px;
	padding: 18px 20px;
	background: #123743;
	color: #fff;
	border-radius: 16px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.cookie-consent__text {
	flex: 1 1 auto;
	min-width: 0;
}
.cookie-consent__title {
	display: block;
	margin: 0 0 8px;
	font-size: 16px;
	line-height: 1.3;
	font-family: "Geologica Medium", sans-serif;
	color: #fff;
}
.cookie-consent__text p {
	margin: 0;
	font-size: 13px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.92);
}
.cookie-consent__text a,
.cookie-consent a {
	display: inline;
	color: #fff !important;
	text-decoration: underline;
	white-space: nowrap;
}
.cookie-consent__actions {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}
.cookie-consent__accept.button,
.cookie-consent .cookie-consent__accept {
	height: 40px;
	min-width: 0;
	width: auto;
	padding: 0 22px;
	font-size: 13px;
	border-radius: 10px;
	text-transform: none;
	white-space: nowrap;
}

/* Usercentrics из GTM — скрываем, используем свой баннер */
#usercentrics-root,
#usercentrics-cmp,
[id^="uc-"],
.uc-embedding-container {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
}

.footer-bottom__info {
	flex-wrap: wrap;
	gap: 8px 16px;
}

@media (max-width: 767px) {
	.cookie-consent {
		left: 8px;
		right: 8px;
		bottom: 8px;
		max-width: none;
		margin-right: 0;
	}
	.cookie-consent__inner {
		flex-direction: column;
		align-items: stretch;
		gap: 14px;
	}
	.cookie-consent__accept.button,
	.cookie-consent .cookie-consent__accept {
		width: 100%;
	}
}
