

/* Start:/local/components/rutehnika/site.map/templates/premier/style.css?17811937161019*/
.site-map {
	width: 100%;
	margin: 0 0 32px;
}

.site-map__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-map__section {
	position: relative;
	height: 100%;
	cursor: pointer;
}

.site-map__section-link::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.site-map__section-children {
	position: relative;
	z-index: 2;
}

.site-map__list--level-1 > .site-map__item {
	margin-bottom: 8px;
}

.site-map__list--level-1 > .site-map__item:last-child {
	margin-bottom: 0;
}

.site-map__list--level-2,
.site-map__list--level-3 {
	padding-left: 14px;
	border-left: 1px solid var(--stroke_black, #ebebee);
}

.site-map__list--level-2 > .site-map__item,
.site-map__list--level-3 > .site-map__item {
	margin-bottom: 6px;
}

.site-map__list--level-2 > .site-map__item:last-child,
.site-map__list--level-3 > .site-map__item:last-child {
	margin-bottom: 0;
}

.site-map__descr {
	line-height: 1.45;
}

@media (max-width: 600px) {
	.site-map {
		margin-bottom: 24px;
	}
}

/* End */
/* /local/components/rutehnika/site.map/templates/premier/style.css?17811937161019 */
