.main_header {
	margin-bottom: 80px;
	background: url("../images/sitemap/bg_header.jpg") center 0 no-repeat;
}

@media (max-width: 767px) {
	.main_header {
		margin-bottom: 24px;
		-webkit-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}
.sitemap_content {
	-js-display: flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}
.sitemap_content > div {
	width: 220px;
}
.sitemap_content li {
	margin-bottom: 1.8em;
}
.sitemap_content li a:before {
	content: "\f0da";
	color: #9ED6DC;
	margin-right: 0.8em;
	font-family: FontAwesome;
}
.sitemap_content li a:hover {
	color: #99D4DA;
}

@media (max-width: 767px) {
	.sitemap_content {
		display: block;
		margin-bottom: 100px;
	}
	.sitemap_content > div {
		width: 100%;
	}
	.sitemap_content li {
		margin-bottom: 1.8em;
	}
	.sitemap_content li a:before {
		content: "\f0da";
		color: #9ED6DC;
		margin-right: 0.8em;
		font-family: FontAwesome;
	}
}
