
.mm-divider.button {
	text-indent: 0!important;
	padding: 20px 20px 40px 20px!important;
}


nav:not(.mm-menu) {
	display: none;
}





.mh-head a[href="#page"] {
	display: none!important;
}

.mm-wrapper_opening .mh-head a[href="#menu"] {
	display: none!important;
}

.mm-wrapper_opening .mh-head a[href="#page"] {
	display: block!important;
	left: 0!important;
}





.content.scroll-down,.content.scroll-down~.content {
	padding-top: 100px;
	min-height: calc(100vh - 50px);
}

.content.scroll-down:not(:last-child),.content.scroll-down~.content:not(:last-child) {
	background: url(../demo/img/arrow-down.png) center 70% no-repeat transparent;
}

.mm-menu:not(.mm-menu_offcanvas) {
	z-index: 10;
}

.mm-menu:not(.mm-menu_offcanvas)+#page {
	display: none;
}

.mm-listitem .fa {
	margin: 0 20px 0 5px;
	font-size: 16px;
	width: 12px;
	text-align: center;
}

.mm-menu_tileview .mm-listitem .fa {
	margin: 0;
	line-height: 0;
}

.mm-menu_tileview .mm-listitem .fa+span {
	display: none;
}

#menu select {
	display: none;
}

#header {
	height: 70px;
}

#header a.header__mobile-button {
	display: block;
	width: 30px;
	height: auto;
	padding: 0;
}

#header a.header__mobile-button:before,
#header a.header__mobile-button:after {
	content: "";
	display: block;
	background: #000000;
	height: 4px;
	position: relative;
}

#header a.header__mobile-button span {
	background: #000000;
	display: block;
	height: 4px;
	margin: 6px 0;
}

.mm-wrapper_opened a.header__mobile-button span {
	opacity: 0;
}

.mm-wrapper_opened a.header__mobile-button:before {
	transform: rotate(45deg);
	top: 10px;
}

.mm-wrapper_opened a.header__mobile-button:after {
	transform: rotate(-45deg);
	top: -10px;
}

.mm-menu {
	height: calc( 100% - 70px ) !important;
	--mm-color-background: #fff;
}

.mm-navbar_size-2 {
	text-align: center;
	position: relative;
	border-bottom: none;
	display: block !important;
}

.mm-navbar_size-2:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 1px;
}

.mm-navbar_size-2 > * {
	color: #fff !important;
	display: inline-block;
	vertical-align: middle;
}

.mm-navbar_size-2 img {
	opacity: 0.6;
	border: 1px solid #fff;
	border-radius: 60px;
	width: 60px;
	height: 60px;
	padding: 10px;
	margin: 0 10px;
}

.mm-navbar_size-2 a {
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 40px;
	color: rgba(255, 255, 255, 0.8) !important;
	font-size: 16px !important;
	line-height: 40px;
	width: 40px;
	height: 40px;
	padding: 0;
}

.mm-navbar_size-2 a:hover {
	border-color: #fff;
	color: #fff !important;
}

.mm-panels > .mm-panel:after {
	content: none;
	display: none;
}

.mm-panels > .mm-panel > .mm-listview {
	margin: 0;
}


.mm-panel{max-width: 720px; margin: 0 auto;padding-left:15px; padding-right:15px}
.mm-listitem:last-child:after {content: none;display: none}
.mm-listitem a, .mm-listitem span {color:#343434;padding-right: 20px !important}
.mm-listitem a:hover, .mm-listitem a:hover + span {color: #ee7d00}
@media(max-width:767px){
	.mm-panel{max-width: 540px}
}
@media(max-width:575px){
	#header {height: 60px}
	.mm-menu {height: calc( 100% - 60px ) !important}
	.mm-panel{max-width: 100%}
}