

/* Start:/local/components/new/sitemap.xml/templates/html/style.css?1782734360496*/
.sitemap {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}

.sitemap__list {
	list-style: none;
	margin: 0 0 40px 0;
	padding: 0;
	width: 25%;
}

@media screen and (max-width: 1200px) {
	.sitemap__list {
		width: 30%;
	}
}

@media screen and (max-width: 768px) {
	.sitemap__list {
		width: 100%;
	}
}

.sitemap__item {
	margin-bottom: 15px;
}

.sitemap__link {
	font-size: 16px;
}

.sitemap__link_name {
	color: #ca4a2d!important;
	font-weight: 500;
}

/* End */
/* /local/components/new/sitemap.xml/templates/html/style.css?1782734360496 */
