.norm-html-sitemap-page .article__rating-wrapper {
	display: none;
}

.norm-site-map {
	margin-top: 1.75rem;
}

.norm-site-map__section + .norm-site-map__section {
	margin-top: 2.5rem;
}

.article__text .norm-site-map__heading {
	margin: 0 0 1rem;
	color: #465072;
	font-size: 1.5rem;
	line-height: 1.3;
	text-align: left;
}

.norm-site-map__list {
	margin: 0;
	padding-left: 1.4rem;
}

.norm-site-map__list li {
	margin: 0 0 0.45rem;
	padding: 0;
	list-style: disc !important;
	line-height: 1.45;
}

.norm-site-map__list li::before {
	content: none !important;
}

.article__text .norm-site-map__list a {
	color: #303954;
	font-size: 0.95rem;
	line-height: 1.45;
	text-decoration: underline;
	text-decoration-color: rgba(70, 80, 114, 0.35);
	text-underline-offset: 0.15em;
	overflow-wrap: anywhere;
}

.norm-site-map__list_tree .norm-site-map__list_tree {
	margin-top: 0.45rem;
}

.norm-site-map__item_primary {
	font-weight: 700;
}

@media (any-hover: hover) {
	.article__text .norm-site-map__list a:hover {
		color: #172349;
		text-decoration-color: #172349;
	}
}

@media (max-width: 30rem) {
	.article__text .norm-site-map__heading {
		font-size: 1.3rem;
	}

	.article__text .norm-site-map__list a {
		font-size: 0.9rem;
	}
}
