/* Единый стиль страниц организации Map39.ru */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: Manrope, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.6;
	color: #1e2a33;
	background: #f5f6f8;
}

/* Контейнер страницы */
.doc {
	max-width: 1000px;
	margin: 40px auto;
	padding: 40px 30px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* Заголовок страницы */
.doc h1 {
	font-family: BebasNeue, Manrope, Arial, sans-serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 25px;
	padding-bottom: 15px;
	border-bottom: 2px solid #e5e7eb;
	color: #111;
	text-transform: uppercase;
}

/* Подзаголовки внутри текста */
.doc-text h2 {
	font-size: 20px;
	font-weight: 700;
	margin: 25px 0 10px;
	color: #111;
}

.doc-text h3 {
	font-size: 17px;
	font-weight: 700;
	margin: 20px 0 8px;
	color: #111;
}

.doc-text p {
	margin: 0 0 12px;
}

.doc-text ol,
.doc-text ul {
	margin: 0 0 12px;
	padding-left: 25px;
}

.doc-text li {
	margin-bottom: 6px;
}

.doc-text strong {
	color: #111;
}

.doc-text .doc-center {
	text-align: center;
	margin-bottom: 15px;
}

.doc-text a {
	color: #0d6efd;
	text-decoration: none;
}

.doc-text a:hover {
	text-decoration: underline;
}

.doc-footer {
	margin-top: 35px;
	padding-top: 15px;
	border-top: 1px solid #e5e7eb;
	font-size: 13px;
	color: #6b7280;
}

@media (max-width: 720px) {
	.doc {
		margin: 15px 10px;
		padding: 25px 18px;
	}

	.doc h1 {
		font-size: 26px;
	}
}
