@media screen and (max-width: 1260px) {
	#header {
		height: 70px !important;
		position: fixed !important;
		width: 100% !important;
		z-index: 1000 !important;
		display: block !important;
	}
	#header .wrapp {
		display: flex !important;
		justify-content: space-between;
		height: 70px;
		position: relative;
		box-sizing: border-box;
		width: 100%;
		margin-left: 0 !important;
		margin-right: 0 !important;
		max-width: none !important;
	}
	#header .wrapp .logo {
		display: none !important;
	}
	#header .wrapp .goback {
		display: flex !important;
		align-items: center;
		justify-content: center;
		width: 48px;
		min-width: 48px;
		height: 70px;
		min-height: 70px;
		padding: 0;
		margin: 0;
		float: none;
		cursor: pointer;
		background-image: url(../images/content/goback.svg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 24px 24px;
		-webkit-tap-highlight-color: transparent;
	}
	#header .wrapp .main_menu_ico {
		display: flex !important;
		align-items: center;
		justify-content: center;
		width: 48px;
		min-width: 48px;
		height: 70px;
		min-height: 70px;
		margin: 0 0 0 auto !important;
		float: none;
		cursor: pointer;
		background-image: url(../images/content/menu.svg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 24px 24px;
		-webkit-tap-highlight-color: transparent;
	}
	#header .wrapp .text_about {
		display: none !important;
	}
	/* nav не скрываем — внутри .main_menu, который открывается по клику на .main_menu_ico */
	#header .wrapp .add_order_div {
		display: none !important;
	}
	
	.cabinet_page .cabinet_messages_write { margin-top: -8px !important; }
	.cabinet_page { padding: 80px 0 0; }
	#pages_r .pages_left_nobord { padding-top: 90px !important; }
	#pages_r .pages_right { padding-top: 20px !important; }
	#pages_r .forum_ad_block { padding-top: 80px !important; }
}

@media screen and (max-width: 340px) {
	#header {
		height: 48px !important;
	}
	#header .wrapp {
		height: 48px;
	}
	#header .wrapp .goback {
		width: 44px;
		min-width: 44px;
		height: 48px;
		min-height: 48px;
	}
	#header .wrapp .main_menu_ico {
		width: 44px;
		min-width: 44px;
		height: 48px;
		min-height: 48px;
	}
}
