#menu {position: fixed; left: -70%;	width: 70%;	height: 100%;	top: 0;	z-index:11111;	overflow:hidden;}
#menuPhoto {position: fixed; left: -100%;	width: 100%;	height: 100%;	top: 0;	z-index:11111;	overflow:hidden;}
#menuReviews {position: fixed; left: -100%;	width: 100%;	height: 100%;	top: 0;	z-index:11111;	overflow:hidden;}
#menuSpiker1 {position: fixed; left: -100%;	width: 100%;	height: 100%;	top: 0;	z-index:11111;	overflow:hidden;}

#menu.menu-open {left:0px;}
#menuPhoto.menu-open, #menuReviews.menu-open, #menuSpiker1.menu-open {animation: leftMenu 1.5s forwards;}



.btn-menu-close {position:absolute; top:15px; right:15px; font-size:32px; line-height:32px; color:#333; cursor:pointer; font-weight:400; background:none; padding:0px;}
.btn-menu-close svg {fill:#FFF; width:26px; height:26px;}
.btn-menu-close1 svg {fill:#000; width:26px; height:26px;}

#menuContent {background: #000;	width: 100%;height: 100%;padding-left: 0px;	position:relative;	overflow-y:auto;}
.menuContent1 {background: #FFF;	width: 100%;height: 100%;padding-left: 0px;	position:relative;	overflow-y:auto;}

.menuContent-wr {padding-left:30px; padding-right:20px; padding-top:60px; }
.bx-top-menu-mobile ul {list-style:none; margin:0px; padding:0px;}
.bx-top-menu-mobile ul li {display:block; margin-bottom:14px;}
.bx-top-menu-mobile ul li a {color:#FFF; font-size:22px;}

#menuContent .btn-ok, #menuContent .btn-insta, #menuContent .btn-telephon { margin-bottom:12px;}	

#menuContent ul {
	list-style:none;
	margin:0px;
	padding:0px;	 
}


#menuContent ul.box-phone-mobile li a, #menuContent ul.box-phone-mobile li div {font-size:16px; color:#180600; display:block;  padding-bottom:5px; font-weight:bold; 
margin-left:20px;}	
#menuContent ul.box-phone-mobile li a i, #menuContent ul.box-phone-mobile li div i { width:25px;}

#menuContent .box-phone-mobile {margin-top:15px;}
#menuContent .box-phone-mobile-wr {padding-left:15px; padding-right:15px;}
#menuContent .box-phone-mobile ul li a {background:#180600 !important; border:1px solid #180600; color:#F8E499 !important; font-weight:500; padding: 6px 12px; display:inline-block; border-radius:4px; margin-bottom:2px; width:100%;}
#menuContent .box-phone-mobile ul li a:hover {background:#2a0d03 !important; border:1px solid #2a0d03; }



#menu{
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
		-ms-transition: all .3s ease;
		 -o-transition: all .3s ease;
			transition: all .3s ease;
}


.menuToggle {
    margin-left: 0px;
}

@media screen and (max-width: 768px) {
#menu {
	width: 100%;
	left: -100%;
}

#menuPhoto.menu-open, #menuReviews.menu-open, #menuSpiker1.menu-open {animation: leftMenu .5s forwards;}
}	

@keyframes leftMenu {
  from {
	left:-100%;
  }
  to {
    left:0px;
  }
}