@media screen and (max-width: 812px) {
	html.iOS, .iOS body, .iOS .mobile-left-menu, .iOS .row {
		/*-webkit-transform-style: preserve-3d;*/
		-webkit-backface-visibility: hidden;
		
	}
	.iOS .mobile-left-menu {
		-webkit-transform-style: preserve-3d;

	}
	.iOS .mobile-top-menu {
		-webkit-transform-style: preserve-3d;

	}
	 .iOS body {
	 	/*-webkit-transform-style: preserve-3d;*/
	 }
	* {
		/*-webkit-tap-highlight-color: rgba(0,0,0,0);*/
	}

	.mobile-top-menu {
		background: rgb(34,34,34);
		position: fixed;
		z-index: 999999999 ;
		top: 0;
		width: 100%;
		height: 50px;
	}
	.mobile-logo {
		font-family: BebasNeueRegular;
		color: #fff;
		margin: 0 auto;
		font-size: 30px;
		position: absolute;
		left: 50%;
		margin-left: -48px;
		margin-top: 5px;
	}
	.mobile-logo:active, .mobile-logo:focus {
		text-decoration: none;
		color: #fff;
	}
	.mobile-logo span {
		color: #FFC900;
	}
	.hamb {
		position: absolute;
    	/* top: 10px; */
    	/* left: 10px; */
    	/* background: green; */
    	height: 50px;
    	width: 50px;
    	padding-top: 15px;
    	padding-left: 10px;
    	padding-right: 10px;
    	cursor: pointer;
	}
	.hamb .icon-bar {
    	width: 50%;
    	height: 1px;
    	background: #fff;
    	display: block;
    	margin-top: 4px;
    	margin-left: 25%;
	}
	.mobile-left-menu {
		/*display: none;*/
		overflow: hidden;
		position: fixed;
    	z-index: 9999999999;
    	left: -270px;
    	top: 0;
    	width: 270px;
    	height: 100%;
    	background: #2d2d2d;
    	overflow-y: auto;
	}
	.mobile-left-menu ul {
		padding: 0;
    	background: #2d2d2d;
    	position: relative;
    	/* padding-top: 20px; */
    	z-index: 9;
	}
	.mobile-left-menu li {
		list-style: none;
    	font-size: 20px;
    	margin-left: 20px;
    	margin-top: 0px;
    	padding-top: 6px;
    	font-family: BebasNeueRegular;
    	border-bottom: 1px solid #585252;
    	margin-right: 20px;

	}

	

	.mobile-left-menu li.active a {
		color: #FFC900;
	}
	.mobile-left-menu li a {
		/*color: #c4ac80;*/
		color: #c6baa3;
	}

	.mobile-left-menu .search {
background: #2d2d2d;
    margin-top: 5px;
    margin-left: 5px;
    /*border: 1px solid #585252;*/
    border:none;
    height: 40px;
    width: 260px;
    padding-left: 10px;
	}

	.iOS .mobile-left-menu .search {
		/*display: none;*/
background: #2d2d2d;
    margin-top: 5px;
    margin-left: 5px;
    /*border: 1px solid #585252;*/
    /*border:none;*/
    height: 40px;
    /*width: 260px;*/
    padding-left: 10px;
	}


/*	.mobile-left-menu.open {
		display: block;
	}*/
	body.open.branded::after {
		background-attachment: initial;
		/*position: fixed;*/
		/*left: 270px;*/
	}
	.mobile-overlay {
		position: fixed;
		width: 100%;
		height: 100%;
		z-index: 9999999999;
		left:0;
		top: 0;
		bottom: 0;
		right: 0;
		display: none;
		/*background: rgba(0, 0, 0, 0.38);*/
	}
	.mobile-overlay.open {
		display: block;
	}
	.body.branded::after{
		background-attachment: initial;
	}
	/*.iOS, .iOS * {  -webkit-backface-visibility:  hidden;*/
     /*-webkit-tap-highlight-color:  transparent;*/
  }
}



/* правое меню */
/*.profile_hamb {

position: absolute;
    right: 10px;
    top: 5px;
    padding: 10px;
    cursor: pointer;
}*/

/*.messages_wrap {
	width: 80% !important;
}

.threadbox_show {
	position: fixed;
    height: 100vh;
    width: 100%;
    background: #fff;
    z-index: 999999;
    top: 0;
}*/

/*.conversation_box{	
overflow: scroll;
  -webkit-overflow-scrolling: touch;
}*/