/**
 * Главная: SEO-текст под блоками витрины.
 */

.sm-home-seo {
	font-family: "Nunito", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
	margin: 0;
	padding: 2.5rem 0 4.5rem;
	background-color: #fff;
	box-sizing: border-box;
}

@media (min-width: 768px) {
	.sm-home-seo {
		margin: 0;
		padding-top: 3.5rem;
		padding-bottom: 6rem;
	}
}

.sm-home-seo__inner {
	max-width: 52rem;
}

.sm-home-seo__title {
	margin: 0;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.3;
	color: #001f3f;
	letter-spacing: -0.02em;
}

.sm-home-seo__lead {
	margin: 0.5rem 0 0;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.35;
	color: #003459;
}

.sm-home-seo__intro,
.sm-home-seo__p,
.sm-home-seo__outro {
	margin: 1rem 0 0;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.65;
	color: #374151;
}

.sm-home-seo__block {
	margin-top: 1.5rem;
}

.sm-home-seo__heading {
	margin: 0;
	font-size: 1.0625rem;
	font-weight: 600;
	line-height: 1.35;
	color: #001f3f;
}

.sm-home-seo__list {
	margin: 0.75rem 0 0;
	padding: 0 0 0 1.15rem;
	list-style: disc;
}

.sm-home-seo__list--features {
	list-style: none;
	padding-left: 0;
}

.sm-home-seo__item {
	margin: 0 0 0.55rem;
	font-size: 0.9375rem;
	line-height: 1.6;
	color: #374151;
}

.sm-home-seo__list--features .sm-home-seo__item:last-child,
.sm-home-seo__list .sm-home-seo__item:last-child {
	margin-bottom: 0;
}

.sm-home-seo__item-title {
	font-weight: 600;
	color: #001f3f;
}

.sm-home-seo__contact {
	margin: 1.25rem 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.sm-home-seo__contact-item {
	margin: 0;
	font-size: 0.9375rem;
	line-height: 1.5;
	color: #374151;
}

.sm-home-seo__contact-label {
	font-weight: 500;
	color: #001f3f;
}

.sm-home-seo__contact-link {
	color: #003459;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.15s ease;
}

.sm-home-seo__phones {
	margin-left: 0.25rem;
}

.sm-home-seo__contact-link:hover,
.sm-home-seo__contact-link:focus-visible {
	color: #4b7b9b;
}

.sm-home-seo__contact-text {
	margin-left: 0.25rem;
}

.sm-home-seo__contact-text--multiline {
	display: block;
	margin: 0.15rem 0 0;
	white-space: pre-line;
}

.sm-home-seo__outro {
	margin-top: 1.5rem;
	font-weight: 500;
	color: #001f3f;
}
