.sitemap-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 1.2;
}
.sitemap-item {
	width: calc(33% - 32px);
	margin-top: 12px;
}
.sitemap-item__link {
	line-height: 1.2;
	display: inline-block;
}
.sitemap-item__city_link {
	white-space: nowrap;
	font-size: 14px;
	color: #888888;
	margin-right: 16px;
	line-height: 1;
}

@media (max-width: 768px) {
	.sitemap-item {
		width: calc(50% - 32px);
	}
}