
@media (max-width: 990px) {

	
	a.button,span.button{
		background: #4BD963;
		color: #fff !important;
		font-size: 18px;
		text-align: center;
		text-decoration: none;
	}

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

	pre{
		font-size: 12px;
		width: 100%;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

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

	.header,
	.content,
	.footer{	text-align: center;}

	.header.mm-fixed-top{
		position: fixed;
		top: 0;
		left: 0;
	}
	#menu {	z-index:9999;}

	.header a{
		background: center center no-repeat transparent;
		background-image: url(../images/btn.png);
		display: block;
		width: 50px;
		height: 50px;
		position: absolute;
		top: 0px;
		left: 10px;
	}

	/*.header a.contacts{	background-image: url(../images/btn.png);}*/
	.header a.contacts {
	    position: fixed;
	    top: 0px;
	    left: 0px;
	    z-index: 9999;
	}
	.header a.right{	left: auto;	right: 10px;}
	.header.mm-fixed-top + .content{	background-position: 25px 55px;}

	html.mm-opened.mm-zoom-menu body{	 background: #333;}
	html.mm-opened.mm-zoom-menu.mm-light body{	background: #f3f3f3;}
	html.mm-opened.mm-zoom-menu.mm-black body{	background: #000;}
	html.mm-opened.mm-zoom-menu.mm-white body{	background: #fff;}
	html.mm-opened.mm-zoom-menu .mm-page{	background-color: #fff;}

	.mm-menu li .fa{
		margin: 0 20px 0 5px;
		font-size: 16px;
		width: 12px;
	}
	body.no-iconbar .mm-menu li .fa{	display: none !important;}
	body.no-buttonbars .mm-menu li.buttonbar-item{	display: none !important;}
	body.no-labels .mm-menu .mm-label,
	body.no-labels .mm-menu .mm-collapsed,
	.Collapsed{	display: none !important;}
	body.no-toggles .mm-menu li .mm-toggle{	display: none !important;}

	.mm-header .mm-title, .mm-header .mm-prev, .mm-header .mm-next, .mm-header .mm-close{
		padding-top:20px!important;
		font-size:16px!important;
		color:#666!important;
	}
	.mm-header {height: 55px!important;}
}