html {
	height: 100%;
	overflow: auto;
}
.menu {
	position: relative;
}
.menu {
	display: none;
}
.menu_aside_mobile {
	display: none;
}
.menu_aside_mobile.active {
	display: flex;
	flex-direction: column;
	padding: 10px;
}
@media screen and (max-width: 900px) {
	.alphabet {
		width: 250px;
	}
}
.Wayfinder_ul {
	padding-top: 6px;
}

.Wayfinder_ul > li > ul > li {
	padding: 2px 0 4px 15px;
	background:url(../images/list.png) 3px 6px no-repeat !important;
	border: none;
}
.Wayfinder_ul:first-child li a {
	border: none;
	font-size: 15px;
	font-weight: normal;
	color: #8d4a49;
	text-decoration: none;
}
li a {
	line-height: 16px;
}
.Wayfinder_ul:first-child li:last-child {
	border-bottom: none;
}
.to_top {
	position: fixed;
	right: 0;
	width: 56px;
	bottom: 0;
	background-image: url("../images/9110844-arrow-bold-top-icon.png");
	background-repeat: no-repeat;
	background-position: center;
	height: 50px;
	animation-name: to_top-trigger;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	z-index: 999999;
}
@keyframes to_top-trigger {
	from {
		margin-bottom: -3px;
	}
	to {
		margin-bottom: 3px;
	}
}
/*
ul > li {
  margin-top: 7px;
  margin-left: 0px!important;
}*/
