/* Инфо-страницы раздела «О магазине»: типографика и акцентные вставки */
.page-about {
	width: 100%;
	max-width: none;
	margin: 0;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	text-align: left;
	hyphens: manual;
	-webkit-hyphens: manual;
}

.page-about > *:first-child {
	margin-top: 0;
}

.page-about h3 {
	font-size: 1.4em;
	font-weight: 600;
	line-height: 1.35;
	margin: 2.25em 0 0.85em;
	color: #333;
	letter-spacing: -0.015em;
	text-align: left;
}

.page-about h3:first-of-type {
	margin-top: 0.35em;
}

.page-about p {
	margin: 0 0 1.2em;
}

.page-about__lead {
	font-size: 1em;
	line-height: 1.85;
	margin-bottom: 1.5em;
}

.page-about__callout {
	margin: 2em 0;
	padding: 1.35em 1.5em 1.35em 1.5em;
	border-left: 4px solid #f7941d;
	background: linear-gradient(90deg, rgba(247, 148, 29, 0.1) 0%, rgba(247, 148, 29, 0.03) 100%);
	border-radius: 0 8px 8px 0;
	font-size: 1em;
	line-height: 1.75;
	text-align: left;
}

.page-about__callout p {
	margin: 0;
	font-style: italic;
}

.page-about__callout p + p {
	margin-top: 0.65em;
	font-style: normal;
	font-size: 1em;
	opacity: 0.95;
}

.page-about__list-title {
	margin-top: 2.25em;
}

.page-about__step-title {
	margin-top: 1.8em;
}

.page-about ul {
	margin: 0.5em 0 1.5em;
	padding: 0 0 0 1.35em;
	list-style: disc outside;
}

.page-about ul li {
	margin: 0.5em 0;
	padding-left: 0.25em;
	line-height: 1.7;
	text-align: left;
}

.page-about__footer {
	margin-top: 2em;
	padding-top: 1.25em;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	text-align: left;
}

.page-about__contact {
	margin-top: 1em;
}

.page-about__callout--notice {
	border-left-color: #d38a16;
	background: linear-gradient(90deg, rgba(211, 138, 22, 0.12) 0%, rgba(211, 138, 22, 0.03) 100%);
}

@media (max-width: 767px) {
	.page-about__callout {
		font-size: 1em;
		line-height: 1.7;
		padding: 1.15em 1.1em 1.15em 1.2em;
	}
}
