body {
	background: #fff;
}
#container {
	min-height: 100%;
	position: relative;
	z-index: 1;
	font-weight: 400;
	font: 16px/1.15 'PT Sans', sans-serif;
	min-width: 260px;
	color: #303030;
	margin: 0 auto;
	max-width: 1920px;
	overflow: hidden;
}
a {
	color: #084681;
	text-decoration: none;
	transition: 0.3s;
	cursor: pointer;
}
a:hover {
	color: #0065c5;
}
#header {
	background: #32425c url(/images/design/bg_1600.jpg) 50% 50% no-repeat;	
	background-size: cover;
	height: 284px;
	z-index: 10;
}
#header:before {
	background: rgba(0,0,0, 0.2);
	position: absolute;
	top: 0;
	z-index: 11;
	left: 0;
	right: 0;
	border-bottom: 1px solid rgba(255,255,255, 0.2);
	background-clip: padding-box;
	height: 65px;
	content: '';
}
#navi_wrapper {
	position: absolute;
	top: 0;
	z-index: 15;
	left: 0;
	right: 0;
	padding: 15px 0;
	background-clip: padding-box;
	text-align: center;
}
#navi_wrapper.mobile {
	text-align: left;
}
#navi_positioner {
	position: relative;
	height: 45px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}
#navi_wrapper.mobile #navi_positioner {
	padding-right: 50px;
}
#navi_positioner .navi_item {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
#navi_positioner .navi_item a {
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.15;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	text-shadow: #000 1px 1px 1px;
	padding: 9px 25px;
	position: relative;
	border-radius: 3px;
	transition: 0.2s;
}
#navi_positioner .navi_item.has_items a {
	border-radius: 3px 3px 0 0;
}
#navi_positioner .navi_item a:hover,
#navi_positioner .navi_item.active a {
	background: #fff;
	color: #303030;
	text-shadow: none
}
#navi_positioner .navi_item.has_items a {
	padding-right: 40px;
}
#navi_positioner .navi_item.has_items a:before {
	background: transparent url(/images/design/navi_bullet.png) 50% 50% no-repeat;	
	background-size: 100% 100%;
	width: 12px;
	height: 12px;
	content: '';
	position: absolute;
	top: 50%;
	right: 18px;
	margin-top: -6px;
}
#navi_positioner .navi_item.has_items a:hover:before,
#navi_positioner .navi_item.has_items.active a:before {
	background: transparent url(/images/design/navi_bullet_black.png) 50% 50% no-repeat;	
	background-size: 100% 100%;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.subnavi_wrapper {
	position: absolute;
	top: 48px;
	left: 0;
	background: #fff;
	border-radius: 0 2px 2px 2px;
	padding: 0 0;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	min-width: 220px;
	display: none;
	z-index: 21;
	overflow: hidden;
	text-align: left;
}
.subnavi_wrapper.slideFastUp {
	display: block;
}
.subnavi_wrapper .subnavi_item a {
	background: transparent;
	display: block;
	color: #2c2c2c;
	padding: 8px 25px;
	text-decoration: none;
}
.subnavi_wrapper .subnavi_item+.subnavi_item a {
	border-top: 1px solid #e2e2e2;
}
.subnavi_wrapper .subnavi_item a:hover {
	background-color: #eceef1;
	display: block;
	color: #18567e;
	text-decoration: none;
}
#mobile_opener {
	background: transparent url(/images/design/navi_opener.png) 50% 50% no-repeat;
	background-size: 24px 24px;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	margin-top: -22px;
	right: 16px;
	content: '';
	display: none;
	cursor: pointer;
}
.mobile #mobile_opener {
	display: block;
}
#logo {
	background: transparent url(/images/design/logo.png) 50% 50% no-repeat;	
	background-size: 100% 100%;
	position: absolute;
	top: 52px;
	left: 50%;
	width: 236px;
	height: 192px;
	margin-left: -118px;
	display: block;
	z-index: 12;
}
#header:after {
	background: transparent url(/images/design/flag_track.png) 50% 50% no-repeat;	
	background-size: 100% 100%;
	position: absolute;
	top: 72px;
	left: 50%;
	width: 462px;
	height: 164px;
	margin-left: -231px;
	display: block;
	z-index: 10;
	content: '';
}
#title {
	position: absolute;
	right: 50%;
	width: 460px;
	margin-right: 100px;
	text-align: center;
	z-index: 11;
	top: 115px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-shadow: #000 1px 1px 1px;
}
#title strong {
	display: block;
	font-size: 28px;
}
#title_label {
	line-height: 1.3;
	font-size: 15px;
	padding-top: 10px;
	font-weight: 400;
}
#title_label span {
	display: block;
}
#contacts_wrapper {
	position: absolute;
	left: 50%;
	width: 440px;
	margin-left: 120px;
	text-align: center;
	z-index: 11;
	top: 110px;
	color: #fff;
	text-shadow: #000 1px 1px 1px;
}
#contacts_phone {
	position: relative;
	font-size: 0;
	line-height: 0;
}
#contacts_phone li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
	font-size: 24px;
	line-height: 1.15;
}
#contacts_phone li span {
	display: block;
	color: #c0d1e2;
	font-size: 12px;
	line-height: 1.15;
	text-transform: uppercase;
	padding-bottom: 1px;
	font-weight: 700;
}
#contacts_addr {
	font-size: 15px;
	font-weight: 700;
	padding-top: 14px;
}
#contacts_addr span {
	color: #c0d1e2;
	font-weight: 400;
}
#contacts_addr em {
	font-style: normal;
}
#contacts_urls {
	padding-top: 14px;
	font-size: 0;
	line-height: 0;
}
#contacts_urls li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
	font-size: 13px;
	line-height: 1.15;
}
#contacts_urls li a {
	display: inline-block;
	position: relative;
	color: #fff;
	text-decoration: underline;
	text-decoration-skip: ink;
	margin-left: 20px;
}
#contacts_urls li a:before {
	background: transparent url(/images/design/navi_bullet.png) 50% 50% no-repeat;	
	background-size: 100% 100%;
	width: 12px;
	height: 12px;
	content: '';
	position: absolute;
	top: 50%;
	left: -20px;
	margin-top: -6px;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
#contacts_urls li a:hover {
	color: #c0d1e2;
	text-decoration: none;
}
.news_wrapper {
	position: relative;
	font-size: 0;
	line-height: 0;
	text-align: left;
	margin-right: -80px;
}
.news_item {
	position: relative;
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding: 0 80px 40px 140px;
	box-sizing: border-box;
	min-height: 160px;
}
.news_wrapper.mini {
	margin-right: -50px;
}
.news_wrapper.mini .news_item {
	width: 33.33%;
	padding: 0 50px 30px 100px;
	min-height: 110px;
}
.news_item_image {
	position: absolute;
	top: 0;
	left: 0;
}
.news_item_image img {
	width: 120px;
	height: 120px;
}
.news_wrapper.mini .news_item_image img {
	width: 80px;
	height: 80px;
}
.news_item_title {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	color: #303030;
}
.news_item_title:hover {
	color: #154986;
}
.news_item_text {
	padding-top: 14px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
}
.news_item_date {
	padding-top: 14px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.15;
	color: #ba1717;
}
.news_wrapper.mini .news_item_date {
	padding-top: 0;
	font-weight: 400;
	color: #818181;
	padding-bottom: 7px;
}
#press_promo_title {
	position: relative;
	z-index: 4;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
}
#press_promo_title:before {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	background: #c8c8c8;
	z-index: 4;
	overflow: hidden;
	content: '';
}
#press_promo_title span {
	display: inline-block;
	padding: 0 20px;
	background: #fff;
	position: relative;
	z-index: 5;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.15;
	text-transform: uppercase;
}
.news_wrapper.mini .news_item_text {
	color: #303030;
}
.news_wrapper.mini .news_item_text:hover {
	color: #154986;
}
#persons_wrapper {
	position: relative;
	text-align: center;
	font-size: 0;
	line-height: 0;
}
#persons_wrapper .persons_item {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0 0 40px 0;
	position: relative;
	text-align: center;
}
#persons_wrapper .persons_item img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
}
#persons_wrapper .persons_item_title {
	font-size: 18px;
	color: #356b8e;
	line-height: 1;
	padding-top: 7px;
}
#persons_wrapper .persons_item_title strong {
	font-size: 24px;
	display: block;
}
#persons_wrapper .persons_item_label {
	font-size: 16px;
	line-height: 1.15;
	padding: 5px 15px 0 15px;
}
#persons_wrapper .persons_item_rank {
	font-size: 14px;
	line-height: 1.15;
	padding: 5px 15px 0 15px;
}
#container:after {
	position: relative;
	height: 300px;
	content: '';
	display: block;
}
#footer_wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
#footer {
	background: #32425c url(/images/design/bg_1600.jpg) 50% 50% no-repeat;	
	background-size: cover;
	height: 38px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	color: #fff;
	font-size: 0;
	line-height: 0;
	text-shadow: #000 1px 1px 1px;
	text-align: center;
	padding-top: 20px;
}
#footer p {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.15;
}
#twitter {
	display: inline-block;
	vertical-align: middle;
	padding-left: 30px;
}
#twitter a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 1.15;
	padding-left: 32px;
	color: #fff;
	text-decoration: none;
}
#twitter a:before {
	background: transparent url(/images/design/twitter.png) 50% 50% no-repeat;	
	background-size: 100% 100%;
	width: 24px;
	height: 24px;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -12px;
}
#official {
	background: #e6ecf6 url(/images/design/blue_bg.jpg) 50% 50% no-repeat;	
	background-size: 100% 100%;
	height: 280px;
	padding-top: 20px;
	text-align: center;
	font-size: 0;
	line-height: 0;
}
#official .official_item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	box-sizing: border-box;
	padding: 0 15px;
	max-width: 280px;
}
#official .official_item_logo {
	width: 150px;
	height: 120px;
	display: flex;
	margin: 0 auto;
	position: relative;
	padding-bottom: 30px;
}
#official .official_item_logo img {
	max-width: 100%;
	height: auto;
	margin: auto;
}
#official .official_item_logo span {
	position: absolute;
	top: 120px;
	left: 0;
	right: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.15;
}
#official a.official_item_logo span {
	text-decoration: underline;
	transition: 0.3s;
}
#official a.official_item_logo:hover span {
	color: #191919;
	text-decoration: none;
}
#official .official_item_text {
	font-size: 14px;
	line-height: 1.2;
}
#contacts_list_wrapper {
	position: relative;
	max-width: 900px;
	font-size: 0;
	line-height: 0;
	margin: 0 auto;
	padding-bottom: 24px;
}
#contacts_list_wrapper .contacts_list_label {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
	padding: 12px 15px 12px 0;
	text-align: right;
	color: #8f8f8f;
	font-size: 16px;
	line-height: 1.15;
}
#contacts_list_wrapper .contacts_list_value {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
	padding: 12px 0 12px 15px;
	text-align: left;
	font-size: 16px;
	line-height: 1.15;
	border-left: 1px solid #d5d5d5;
}
#contacts_list_wrapper .contacts_list_row+.contacts_list_row .contacts_list_label,
#contacts_list_wrapper .contacts_list_row+.contacts_list_row .contacts_list_value {
	border-top: 1px solid #d5d5d5;
}
#map_wrapper {
	background: #f7f2ec;
	height: 600px;
	position: relative;
	margin-top: -30px;
}
#people_wrapper {
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding-bottom: 30px;
}
#people_wrapper .people_item {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 10px 40px 10px;
}
#people_wrapper .people_item img {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
}
#people_wrapper .people_item .people_item_title {
	font-size: 30px;
	color: #356b8e;
	line-height: 1;
	padding-top: 7px;
}
#people_wrapper .people_item .people_item_title strong {
	font-size: 36px;
	display: block;
}
#people_wrapper .people_item .people_item_label {
	font-size: 18px;
	line-height: 1.15;
	padding-top: 5px;
}
#people_wrapper .people_item .people_item_rank {
	font-size: 14px;
	line-height: 1.15;
	padding-top: 5px;
}





#mobile_navi_label {
	display: block;
	position: fixed;
	top: 0;
	left: 200%;
	box-sizing: border-box;
	width: 260px;
	margin-left: -130px;
	color: #93a5c6;
	height: 66px;
	padding: 25px 20px 25px 20px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.15;
	z-index: 102;
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
	transition: left 0.3s;
	opacity: 0;
}
#navi_close {
	background: transparent url(/images/design/navi_close.png) 50% 50% no-repeat;	
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	right: 17px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	display: block;
	opacity: 1;
	transition: 0.3s;
	cursor: pointer;
}
#navi_close:hover {
	opacity: 1;
}
.active #mobile_navi_label {
	left: 50%;
	opacity: 1;
}
#navi_container {
	position: relative;
	z-index: 20;
}
#overlay {
	background: rgb(19, 38, 65);
	position: fixed;
	z-index: 101;
	top: 0;
	left: 0;
	right: 0;
	height: 0;
	opacity: 0;
}
#overlay.active, .active #overlay {
	height: 100%;
	opacity: 0.97;
}
.active #navi_container {
	z-index: 1002;
	background: #fff;
	width: 260px;
	top: 66px;
	left: 50%;
	padding: 0;
	position: fixed;
	margin: 0 0 0 -130px;
	-moz-box-shadow:     0px 3px 25px 0 rgba(0,0,0, 0.5);
	-webkit-box-shadow:  0px 3px 25px 0 rgba(0,0,0, 0.5);
	box-shadow:          0px 3px 25px 0 rgba(0,0,0, 0.5);
}
.active #navi_wrapper {
	z-index: 1002;
	padding: 0;
	margin: 0;
}
.active #navi_wrapper #navi_positioner {
	z-index: 1003;
	overflow: auto;
	height: auto;
	padding: 0 0 0;
}
.active #navi_wrapper #navi_positioner .navi_item {
	display: block;
	margin-bottom: 0;
}
.active #navi_wrapper #navi_positioner .navi_item.hidden {
	display: none;
}
.active #navi_wrapper #navi_positioner .navi_item a {
	display: block;
	padding: 12px 20px 12px;
	border-radius: 2px;
	transition: 0.1s;
}
.active #navi_wrapper #navi_positioner .navi_item+.navi_item a {
	border-top: 1px solid rgba(255,255,255, 0.2)
}
.active #navi_wrapper #navi_positioner .navi_item:hover a {
	border-top-color: transparent;
}
.active #navi_wrapper #navi_positioner .navi_item:hover+.navi_item a {
	border-top-color: transparent;
}
.active #mobile_opener {
	display: none;
}
.active .subnavi_wrapper {
	background: transparent;
	position: relative;
	top: auto;
	left: auto;
	border-radius: 0;
	margin-top: 10px;
}
.active .subnavi_wrapper .subnavi_item a {
	color: #fff;
	font-size: 14px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.active .subnavi_wrapper .subnavi_item+.subnavi_item a {
	border-top: 1px solid rgba(255,255,255, 0.2);
}
.active .subnavi_wrapper .subnavi_item:hover a {
	background: #fff;
	border-radius: 2px;
	color: #0b2d65;
	font-size: 14px;
	border-top-color: transparent;
}
.active .subnavi_wrapper .subnavi_item:hover+.subnavi_item a {
	border-top-color: transparent;
}
#vacancy_b {
	position: fixed;
	right: 0px;
	bottom: -160px;
	z-index: 11;
	transition: 0.3s;
}
#vacancy_b:hover {
	bottom: 0px;
}
#vacancy_b a span {
	position: absolute;
	bottom: 100%;
	right: 0;
	padding: 8px 25px;
	background: #356b8e;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	display: block;
	border-radius: 2px 2px 0 0;
	transition: 0.5s;
}
#vacancy_b a:hover span {
	background: #ba1717;
}
#vacancy_b img {
	display: block;
}
#vacancy_b p {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 20px 20px 20px;
	font-size: 15px;
	line-height: 1.3;
	text-align: center;
	color: #fff;
}

