/* ОБЛАСТЬ Заголовок */

header {
	position: relative;
	width: 100%;
	height: 112px;
	background: #0061AE;
}

#header_block {
	position: relative;
	height: 100%;
	max-width: 1150px;
	min-width: 300px;
	margin: 0 auto;
	padding: 0 15px 0;
}

#header_logo {
	display: inline-block;
	width: 220px;
}

#header_logo1 {
	line-height: 82px;
	font-family: 'Alumni sans';
	font-size: 74px;
	font-weight: bold;
	color: white;
}

#header_logo2 {
	line-height: 0;
	font-family: 'Alumni sans';
	font-size: 24px;
	font-weight: bold;
	color: white;
}

#header_phone_block {
	position: absolute;
	right: 15px;
	top: 20px;
	width: 184px;
}

#header_phone {
	font-family: 'Alumni sans';
	font-size: 28px;
	font-weight: bold;
	color: white;
}

#header_button {
	width: 175px;
	height: 30px;
	margin: 5px 0 0;
	padding: 3px 0 0;
	text-align: center;
	line-height: 22px;
	font-family: 'Alumni sans';
	font-size: 22px;
	font-weight: bold;
	color: white;
	border: 1px solid white;
	border-radius: 5px;
}

#header_button_ref {
	text-decoration: none;
}

#header_logo_small {
	display: none;
}

#header_navicom {
	display: none;
}

#header_menu_block {
	display: inline-block;
	vertical-align: top;
	padding: 65px 0 0;
	width: calc(100% - 420px);
	color: white;
}

#header_menu {
	position: relative;
	margin: 0 auto;
	padding: 0 10px;
	max-width: 650px;
}

.menu_block {
	display: inline-block;
	vertical-align: top;
	position: relative;
	height: 47px;
	border-bottom: none;
	border-radius: 1px;
	border: 1px solid #0061AE;
	box-shadow: 2px -2px 2px rgba(0, 0, 0, 0);
}

.menu_item {
	display: block;
	width: 100%;
	text-align: center;
	font-family: 'Alumni sans';
	font-size: 26px;
	font-weight: bold;
	color: white;
}

#menu_service {
	width: 21%;
}

#menu_services {
	width: 15%;
}

#menu_tarriffs {
	width: 17%;
}

#menu_support {
	width: 23%;
}

#menu_company {
	width: 21%;
}

#menu_popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
}

.menu_popup_page {
	position: absolute;
	top: 45px;
	left: 0;
	margin-left: -1px;
	padding: 10px 15px 0;
	border: 1px solid white;
	border-top: none;
	border-radius: 1px;
	box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.5);
	background: #0061AE;
}

.menu_popup_item {
	font-family: 'Alumni sans';
	font-size: 24px;
	font-weight: normal;
	line-height: 40px;
	text-decoration-style: dotted;
	color: white;
}

#menu_popup_service {
	display: none;
	height: 185px;
	width: 250px;
}

#menu_popup_support {
	display: none;
	height: 105px;
	width: 250px;
}

#menu_popup_company {
	display: none;
	height: 105px;
	width: 250px;
}

/* ОБЛАСТЬ Адаптивная 1050 */

@media only screen and (max-width: 1050px) {

header {
	height: 160px;
}

#header_phone_block {
	display: inline-block;
	position: static;
	float: right;
	vertical-align: top;
	padding-top: 20px;
}

#header_menu_block {
	display: block;
	width: 100%;
	padding-top: 20px;
}

#header_menu {
	padding: 0;
}

}

/* ОБЛАСТЬ Адаптивная 580 */

@media only screen and (max-width: 580px) {

header {
	height: 83px;
}

#header_block {
	max-width: 100%;
}

#header_logo1 {
	font-size: 60px;
}

#header_logo2 {
	display: none;
}

#header_phone_block {
	display: none;
}

#header_menu_block {
	display: none;
}

#header_navicom {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 10px;
	font-family: 'Alumni sans';
	font-size: 40px;
	font-weight: bold;
	color: white;
	background-color: inherit;
	border: none;
}

}

/* ОБЛАСТЬ Отладка*/

/*header {
	background: #B2B2B2;
}

#header_block {
	background: #F4ECC5;
}

#header_menu {
	background: #E6E6FA;
}

#header_phone_block {
	background: #E6E6FA;
}

.menu_item {
	background: #B2B2B2;
}

#popup_header {
	background: #B2B2B2;
} /**/
