.menu-toggle1 a,
.menu-toggle2 a,
.menu-toggle3 a {
	cursor: pointer;
	width: 340px;
}

.menu-toggle1-r,
.menu-toggle2-r,
.menu-toggle3-r {
	display: none;
}

@media (max-width: 1140px) {
	body {		
		margin-top: 0;
	}
	header {
		width: 680px;
		min-width: 680px;
		height: 100px;
		margin: auto !important;
		position: relative !important;
		left: 0;
		box-shadow: none;
		background-color: var(--color1);
		opacity: 1 !important;
	}
	.desktop-menu {
		display: none;	
	}	
	.mobile-menu-button {
		display: block !important;
	}
	.logo {
		background-image: url(../img/logo_mobile.png);
		width: 170px;
		height: 100px;
		margin-left: 17px;
		background-position: 0 38px;
		
	}	
	.header-contacts {
		float: none;
	}
	.header-contacts-phone a {
		font-family: 'Roboto Regular';
		font-size: 25px;
		color: #fff;
	}
	.header-contacts-phone {
		top: 23px !important;
		left: 298px;
	}
	.header-contacts-address {
		font-family: 'Roboto Regular';
		font-size: 16px;
		color: #fff;
		top: 60px !important;
		left: 42px;
	}
}

.fa-bars {
	position: absolute;
	display: block;	
	top: 30px;
	right: 30px;
	z-index: 50;
	font-size: 40px;
	color: #fff
}

.fa-bars:hover  {
	cursor: pointer;
	color: #e8e8e8;
}

.overlay {
    background: #000;
    position: fixed;
	top: 0;
    left: 0;
    height: 100%;
	width: 100%;
    opacity: 0.4;
    z-index: 49;
	display: none;
}

.mobile-menu {	
	position: absolute;
	right: 0;
	background-color: #4a4a4a;
	z-index: 50;
}

.mm-parent-ul {
	display: block;
}

.mm-parent a {
	color: #fff;
    display: block;   
    font-family: "Roboto Regular";
    font-size: 26px;
	line-height: 57px;	
	padding-left: 30px;   
    text-decoration: none;
    transition: all 0.3s ease 0s;		
	border-bottom: 1px solid #343434;
}

.mm-parent {
	border-bottom: 1px solid #535353;
}


.mm-child-ul {
	background-color: #404040;
}

.mm-child a {
	color: #fff;
    display: block;   
    font-family: "Roboto Regular";
    font-size: 20px;
	line-height: 48px;	
	padding-left: 47px;
	padding-right: 30px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
	border-bottom: 1px solid #343434;
}

.mm-child {
	border-bottom: 1px solid #535353;
}