/* Страница политики конфиденциальности */

.policy-page {
	padding-top: 1.5rem;
	padding-bottom: 3rem;
}

.policy-content {
	max-width: 46rem;
	margin: 0 auto;
}

.policy-title {
	font-size: clamp(1.375rem, 4vw, 1.75rem);
	font-weight: 500;
	line-height: 1.3;
	color: var(--main-color);
	margin-bottom: 1.5rem;
}

.policy-section {
	margin-top: 2rem;
}

.policy-section:first-of-type {
	margin-top: 0;
}

.policy-section h2 {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.35;
	color: var(--main-color);
	margin: 0 0 0.75rem;
}

.policy-section p {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.65;
	color: var(--main-color);
	margin: 0 0 0.75rem;
}

.policy-section p:last-child {
	margin-bottom: 0;
}

.policy-sub {
	margin: 0.65rem 0 0;
	padding-left: 0;
}

.policy-sub:first-of-type {
	margin-top: 0.5rem;
}

.policy-list {
	margin: 0.5rem 0 0.75rem;
	padding-left: 1.25rem;
	list-style: disc;
}

.policy-list li {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.65;
	color: var(--main-color);
	margin-bottom: 0.35rem;
}

.policy-list li:last-child {
	margin-bottom: 0;
}

.policy-link {
	color: var(--accent-color);
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.policy-link:hover {
	opacity: 0.85;
}

.policy-table-wrap {
	margin: 0.75rem 0 0;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.policy-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.55;
	color: var(--main-color);
	border: 1px solid var(--border-color);
	border-radius: 8px;
	overflow: hidden;
}

.policy-table th,
.policy-table td {
	padding: 0.65rem 0.85rem;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid var(--border-color);
}

.policy-table tr:last-child th,
.policy-table tr:last-child td {
	border-bottom: none;
}

.policy-table th {
	width: 38%;
	min-width: 8.5rem;
	font-weight: 500;
	background: var(--bg-color);
	color: var(--main-color);
}

.policy-table td ul {
	margin: 0;
	padding-left: 1.1rem;
	list-style: disc;
}

.policy-table td li {
	margin-bottom: 0.25rem;
}

@media (max-width: 600px) {
	.policy-table th,
	.policy-table td {
		display: block;
		width: 100%;
		min-width: 0;
	}

	.policy-table th {
		border-bottom: none;
		padding-bottom: 0.25rem;
	}

	.policy-table td {
		padding-top: 0.35rem;
	}
}
