

/* Start:/bitrix/templates/mkws_ge/components/bitrix/main.map/mkws/style.css?16871601711299*/
.Sitemap__section {
	width: 33.333%;
	box-sizing: border-box;
	float: left;
}

.Sitemap__item > a {
	font-family: Gilroy;
	font-size: 28px;
	line-height: 120%;
	font-weight: bold;
	margin-bottom: 10px;
	color: #151515;
	text-decoration: none;
}

.Sitemap__item {
	margin-bottom: 20px;
}

.Sitemap__item > ul li a {
	color: #212121;
	font-family: 'BPG Banner ExtraSquare Caps', Arial;
	font-size: 18px;
	line-height: 120%;
	text-decoration: none;

}

.Sitemap__item > ul {
	padding-left: 20px;
}

.Sitemap__item > ul li {
	padding-bottom: 21px;
}

.Sitemap__item a {
	position: relative;
}

.Sitemap__item a:after {
	background: #151515;
	content: "";
	position: absolute;
	display: block;
	height: 1px;
	right: 0;
	bottom: 0;
	width: 0;
	-webkit-transition: width .3s cubic-bezier(.47,0,.745,.715);
	transition: width .3s cubic-bezier(.47,0,.745,.715);
}

.Sitemap__item a:hover:after {
	width: 100%;
	-webkit-transition: width .3s cubic-bezier(.29,.18,.26,.83);
	transition: width .3s cubic-bezier(.29,.18,.26,.83);
	left: 0;
}

.Sitemap {
	float: left;
	width: 100%;
	margin-bottom: 150px;
}

@media (max-width: 767px ) {
	.Sitemap__section {
		width: 100%;
	}

	.Sitemap__item > a {
		font-size: 18px;
	}

	.Sitemap__item > ul li a {
		font-size: 16px;
	}

	.Sitemap {
		margin-bottom: 50px;
	}
}
/* End */
/* /bitrix/templates/mkws_ge/components/bitrix/main.map/mkws/style.css?16871601711299 */
