html {
	overflow: auto !important;
}

.mobile_inner {
	width: 782px !important;
}
@media screen and (max-width: 1010px) {
	.mobile_inner {
		width: 100% !important;
	}
}
@media screen and (max-width: 450px) {
	.circle-poster.gcore-skin-button-color.gcore-skin-border-color.poster-icon {
		width: 80px;
	}
}

.menu {
	position: relative;
}
.menu {
	display: none;
}
.menu_aside_mobile {
	display: none;
}
.menu_aside_mobile.active {
	display: flex;
	flex-direction: column;
}
@media screen and (max-width: 900px) {
	.alphabet {
		width: 250px;
	}
}
.Wayfinder_ul {
	padding-top: 6px;
}
.Wayfinder_ul:first-child li li {
	padding: 2px 0 4px 15px;
	background: url(../images/list.png) 3px 6px no-repeat;
	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;
	}
}
.Wayfinder_ul > li > ul > li {
  padding: 2px 0 4px 15px;
  background: url(../images/list.png) 3px 6px no-repeat !important;
  border: none;
}

  @media screen and (max-width: 550px){
fieldset {
  display: flex;
  width: 100% !important;
}
fieldset > input:nth-child(1) {
  width: 100% !important;
}
ul > li {
  margin-top: 7px;
  margin-left: 0px!important;
}
body > nav ul li a{
padding: 0 0px!important;
}
}