
/******** шапка *********/

/**** меню бургер ***/

.dropdown {
	display: none;
}

.dropdown .header_menu li {
	display: block;
}

.dropdown_btn {
	padding-left: 50px;
	cursor: pointer;
	overflow: hidden;
}

.dropdown_btn img {
	float: none;
	padding-right: 0;
	margin: 0;
	padding-top: 11px;
}

/**** конец меню бургер ***/

.header_upper_section_box {
	/*height: 278px;*/

   background: url(/desimages/cloud_bg2.png) no-repeat 0 -2px #2b86d0;

	background: url(/desimages/cloud_bg2.png) no-repeat 0 -2px,
	 -webkit-linear-gradient(
		top,
		#227fd1,
		#3288cd
	);
	background: url(/desimages/cloud_bg2.png) no-repeat 0 -2px,
	 -moz-linear-gradient(
		top,
		#227fd1,
		#3288cd
	);
	background: url(/desimages/cloud_bg2.png) no-repeat 0 -2px,
	 -o-linear-gradient(
		top,
		#227fd1,
		#3288cd
	);
	
	background:
	url(/desimages/cloud_bg2.png) no-repeat 0 -2px,
	linear-gradient(top,#227fd1,#3288cd);

background:
	url(/desimages/cloud_bg2.png) no-repeat 0 -2px,
	-ms-linear-gradient(top,#227fd1,#3288cd);
	
}

.header_upper_section {
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
	min-width: 320px;
	padding: 0 10px;
}

.logo {
	display: inline-block;
	margin-top: 79px;
    /*margin-left: -23px;*/
    margin-left: -82px;
    margin-bottom: 71px;
}

.logo > a {
	display: inline-block;
	text-decoration: none;
}

.logo img {
	display: inline-block;
	vertical-align: top;
	padding-right: 0;
	margin-bottom: 0;
}

.logo_text {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.3;
	color: #fafcfe;
	display: inline-block;
	vertical-align: top;
	width: 377px;
	padding-top: 14px;
	margin-left: 18px;
}

.logo_text span {
	text-transform: uppercase;
	color: #fafcfe;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5;
	display: block;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-weight: bold;
}

.organization_info {
	float: right;
	margin-top: 99px;
	width: 243px;
	text-align:right;
}

.organization_info img {
	display: inline-block;
	float: left;
	margin-right: 20px;
	padding-right: 0;
	margin-bottom: 0;
}

.organization_info_text {
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.2;
	color: #fff;
	vertical-align: top;
	width: 130px;
	margin-bottom: 15px;
}

.organization_info_text a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.2;
}
/*счетчики*/
.counters_footer{
    float: right;
}

.header_lower_section_box {
	background: #1353a8;
	overflow: hidden;
}

.header_lower_section {
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
	min-width: 320px;
	overflow: hidden;
	position: relative;
	padding: 0 10px;
	min-height: 40px;
} 

.home {
	overflow: hidden;
	display: inline-block;
	float: left;
}

.home img {
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	float: none;
	padding-right: 0;
}

.header_menu {
	float: left;
	/*margin: 6px 0 8px 25px;*/
	margin: 6px 0 8px 50px;
	/*padding: 0;*/
	padding-right: 77px;
}

.header_menu li {
	display: inline-block;
	margin:0 36px 0 0;
	vertical-align: middle;
	background: none;
	padding-left: 0;
} 

.header_menu li a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.2;
	color: #fff;
	text-decoration: none;
}

.header_menu li a:hover {
	text-decoration: underline;
}

.header_menu li a img {
	vertical-align: middle;
	display: inline-block;
	padding-right: 0;
	margin-bottom: 0;
}

.right_header_btns {
	/*float: right;
	margin: 7px 0;*/
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

.right_header_btns a
 {
	display: inline-block;
	vertical-align: middle;
	margin-left: 12px;
}

.right_header_btns .search_box {
	display: inline-block;
	vertical-align: middle;
	margin-left: 12px;
	width: 30px;
	height: 25px;
	position: relative;
}

.right_header_btns a img {
	float: none;
	padding-right: 0;
	margin-bottom: 0;
}

#search_button {
  /*vertical-align: 19px;
  padding-left: 28px;*/
}

/*.search_form {
  float: right;
}*/

.sb-search {
  position: absolute;
  top: -3px;
  right: 0;
  width: 0%;
  /*min-width: 24px;*/
  min-width: 30px;
  height: 30px;
  float: none;
  overflow: hidden;
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  transition: width 0.5s;
  -webkit-backface-visibility: hidden;
}

.sb-search-input {
  position: absolute;
  right: 0;
  border: none;
  outline: none;
  /*width: 80%;*/
  width: 300px;
  height: 30px;
  /*margin: 0 32px 0 0;*/
  margin: 0 36px 0 0;
  z-index: 100;
  padding: 0 12px;
  font-family: inherit;
  font-size: 16px;
  font-size: 1rem;
  color: #2c3e50;
}

@media screen and (max-width: 430px) {
  .sb-search-input {
    width: 200px;
  }
}

.style_form_search_icon {
  padding-top: 3px;
}

.sb-search-input::-webkit-input-placeholder {
  color: #2c3e50;
}

.sb-search-input:-moz-placeholder {
  color: #2c3e50;
}

.sb-search-input::-moz-placeholder {
  color: #2c3e50;
}

.sb-search-input:-ms-input-placeholder {
  color: #2c3e50;
}

.sb-icon-search,
.sb-search-submit  {
  /*width: 24px;
  height: 24px;*/
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background: none;
}

.sb-search-submit {
  background: #fff; /* для IE */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
  filter: alpha(opacity=0); /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}

.sb-icon-search {
  background: url(/desimages/search_btn.png) no-repeat 0 3px;
  height: 30px;
  width: 30px;
  z-index: 120;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: none;
}

.sb-icon-search:hover {
  background: url(/desimages/hover_search_btn.png) no-repeat 0 3px;
}

.sb-search.sb-search-open,
.no-js .sb-search {
  /*width: calc(200% - 48px);*/
  width: 330px;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
  z-index: 120;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
  z-index: 90;
}


/******** конец шапка *********/

.main_box {
	background: #f5f8fb;
}

.main_info {
	width: 100%;
	margin: 0 auto;
	/*max-width: 1200px;*/
	min-width: 320px;
	overflow: hidden;
	/*padding: 0 10px;*/
}

/******* левое меню .left_nav ***********/

.left_nav {
	float: left;
	width: 300px;
	background: #1353a8;
	padding-left: 0;
	margin: 40px 0;
}

.left_nav ul {
	padding-left: 0;
}

.left_nav li {
	list-style: none;
	padding: 13px 0;
	border-bottom: 2px solid #0f4187;
	margin: 0;
	background: none;
}

.left_nav li a {
	font-weight: bold;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.2;
	color: #f8f8f8;
	text-decoration: none;
	display: block;
}

.left_nav li a.selected_item {
	text-decoration: underline;
}

.left_nav li a:hover {
	text-decoration: underline;
}

.left_nav > li > a {
	padding: 0 15px;
}

.left_nav ul li {
	border-bottom: none;
	padding: 0;
	margin: 9px 0;
}

.left_nav ul li:last-child {
	/*margin-bottom: 0;*/
}


.left_nav .selected > a {
	position: relative;
	border-bottom: none;
	background: url(/desimages/left_nav_selected_pic.png) no-repeat center right #0b336a;
	padding: 18px 35px 18px 15px;
}


.left_nav .selected > a::after {
	content: "";
    position: absolute;
    border: 29px solid transparent;
    border-left: 20px solid #0b336a;
    top: 50%;
    right: -49px;
    transform: translateY(-50%);
}

.left_nav .selected {
	padding: 0;
}

.left_nav ul {
	/*padding: 0 15px 0 25px;*/
	padding: 0 10px 0 25px;
}

/******* конец левое меню .left_nav ***********/

/******** таксономия *******/

.style_taxonomy {
	/*background-color: #f8f8f8;
	padding: 13px 0;*/
	margin-bottom: 50px;
}

.style_tax_inner {
	/*padding: 0 24px;*/
}

.style_tax_inner a,
.style_tax_inner span {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.7;
	color: #394658;
	text-decoration: none;
}

.style_tax_inner a:hover {
	text-decoration: underline;
	color: #394658;
}

.style_tax_inner span:last-of-type {
	font-weight: bold;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.7;
	color: #3a4758;
	text-decoration: none;
}

/******** конец таксономия *******/

.main_content_block {
	margin: 40px 0;
	float: right;
	max-width: 840px;
	width: calc(100% - 350px);
	/*border: 1px solid black;*/
}

.inner_content {
	padding-bottom: 12px; 
	overflow: hidden;
	padding-right: 10px;
}

/************ футер **********/

.footer {

	padding: 71px 10px 0;
	background: #1a78ce;
	background: -webkit-gradient(
		linear,
		left top, right top,
		from(#3798e3),
		to(#0a65c2)
	);
	background: -webkit-linear-gradient(
		left,
		#3798e3,
		#0a65c2
	);
	background: -moz-linear-gradient(
		left,
		#3798e3,
		#0a65c2
	);
	background: -o-linear-gradient(
		left,
		#3798e3,
		#0a65c2
	);
	background: linear-gradient(
		left,
		#3798e3,
		#0a65c2
	);
	background: -ms-linear-gradient(
		left,
		#3798e3,
		#0a65c2
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3798e3', endColorstr='#0a65c2',GradientType=1 ); /* IE6-9 */
}

/* слайдер в футере */

.slider_block {
	max-width: 1180px;
	margin: 0 auto;
	padding-bottom: 42px;
	background: url(/desimages/slider_border.png) bottom repeat-x;
}

.slider li a {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.3;
    color: #ebf2fc;
}

.banners a img {
	vertical-align: top;
	float: none;
	margin: 0;
}

.slider_box {
	/*width: calc(100% - 100px);*/
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 50px;
    position: relative;
    /*margin-bottom: 45px;*/
}

.slider {
	margin: 0;
}

.slider li {
	background: none;
	padding: 0;
	margin: 0;
}


#slider-prev/*,
#banners_slider-prev*/ {
	position: absolute;
	width: 45px;
	height: 100%;
	background: url(/desimages/slider_prev_btn.png) center left no-repeat;
	left: 0;
	top: 0;
	display: block;
}

#slider-prev:hover {
	background: url(/desimages/hover_slider_prev_btn.png) center left no-repeat;
}

#slider-next/*,
#banners_slider-next*/ {
	position: absolute;
	width: 45px;
	height: 100%;
	background: url(/desimages/slider_next_btn.png) center right no-repeat;
	right: 0;
	top: 0;
	display: block;
}

#slider-next:hover {
	background: url(/desimages/hover_slider_next_btn.png) center right no-repeat;
}

#slider-prev .bx-prev,
#slider-next .bx-next,
#banners_slider-prev .bx-prev,
#banners_slider-next .bx-next
 {
	display: block;
	width: 45px;
	height: 100%;
	outline: none;
}

.footer_info {
	overflow: hidden;
	padding: 50px 0 83px 0;
	max-width: 1180px;
	margin: 0 auto;
	background: url(/desimages/footer_jets_bg_pic.png) center center no-repeat;
}

.left_sight {
	float: left;
}

.link_block {
	/*max-width: 700px;*/
	max-width: 820px;
}

.link_block a {
	font-weight: bold;
	color: #ebf2fc;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.2;
	/*float: left;*/
	margin-right: 40px;
	margin-bottom: 20px;
	/*min-width: 120px;
	width: 25%;*/
	display: inline-block;
	vertical-align: top;
	width: 14%;
	min-width: 120px;
}

.right_sight {
	float: right;
}

.right_sight .organization_info_text {
	display: block;
	clear: both;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.2;
	color: #ebf2fc;
	width: 140px;
	margin-left: 10px;
	margin-bottom: 20px;
}

.right_sight img {
	padding-right: 0;
	margin-bottom: 35px;

}

.right_sight img:first-of-type {
	margin-right: 24px;
}

.organization_name {
	clear: both;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.2;
	font-family: 'OpenSans-Regular', Arial, sans-serif;
	color: #ebf2fc;
	padding-top: 42px;
}

/*********** главная страница index.html **********/

.top_info_box {
	/*margin: 0 -12px;*/
	/* IE10+ */ 
background-image: -ms-radial-gradient(center, ellipse farthest-corner, #f6f8fb 0%, #EDF4FC 100%);

/* Mozilla Firefox */ 
background-image: -moz-radial-gradient(center, ellipse farthest-corner, #f6f8fb 0%, #EDF4FC 100%);

/* Opera */ 
background-image: -o-radial-gradient(center, ellipse farthest-corner, #f6f8fb 0%, #EDF4FC 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(radial, center center, 0, center center, 286, color-stop(0, #f6f8fb), color-stop(100, #EDF4FC));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-radial-gradient(center, ellipse farthest-corner, #f6f8fb 0%, #EDF4FC 100%);

/* W3C Markup */ 
background-image: radial-gradient(ellipse farthest-corner at center, #f6f8fb 0%, #EDF4FC 100%);
}

.top_info {
	background: #f1f6fc;
	padding: 78px 10px 68px 10px;
	overflow: hidden;
	text-align: center;
	max-width: 1200px;
	margin: 0 auto;
}

.info_item {
	/*float: left;*/
	max-width: 380px;
	width: 32%;
	margin-right: 1.6%;
	text-align: center;
	display: inline-block;
	position: relative;
	min-width: 300px;
	margin-bottom: 10px;
}

.info_item:hover .info_item_text {
	/*text-decoration: underline;*/
	-moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
	color: #688fc1;
}

.info_item_text {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 18px 12px;
	color: #f0f0f0;
	font-size: 28px;
	font-size:1.75rem;
	line-height: 1.5;
	font-weight: bold;
	text-shadow: 0px 2px 7px rgba(0,0,0,0.5)
}

.top_info .info_item:nth-of-type(3n+3) {
	margin-right: 0;
}

.info_item img {
	padding-right: 0;
	float: none;
	margin-bottom: 0;
}

.middle_info_box {
	/*margin: 0 -12px;*/
	/* IE10+ */ 
background:url(/desimages/jets_background.png) center center no-repeat, -ms-radial-gradient(top, circle closest-corner, #F4F8FD 0%, #E6EEFB 100%);

/* Mozilla Firefox */ 
background: url(/desimages/jets_background.png) center center no-repeat -moz-radial-gradient(top, circle closest-corner, #F4F8FD 0%, #E6EEFB 100%);

/* Opera */ 
background: url(/desimages/jets_background.png) center center no-repeat -o-radial-gradient(top, circle closest-corner, #F4F8FD 0%, #E6EEFB 100%);

/* Webkit (Chrome 11+) */ 
background:url(/desimages/jets_background.png) center center no-repeat, -webkit-radial-gradient(top, circle closest-corner, #F4F8FD 0%, #E6EEFB 100%);

/* W3C Markup */ 
background: url(/desimages/jets_background.png) center center no-repeat, radial-gradient(circle closest-corner at top, #F4F8FD 0%, #E6EEFB 100%);
}

.middle_info {
	display: block;
	padding: 150px 0 35px 0;
	/*max-width: 1020px;*/
	max-width: 1060px;
	margin: 0 auto;
	overflow: hidden;
}

.middle_item_box {
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}

.middle_item {
	text-decoration: none;
	width: 162px;
	min-height: 250px;
	/*float: left;*/
	display: inline-block;
	vertical-align: top;
	text-align: center;
	position: relative;
	/*margin-bottom: 105px;
	margin-right: 42px;*/
	margin: 0 21px 105px;
}

/*.middle_info .middle_item:nth-of-type(5n+5) {
	margin-right: 0;
}*/

.middle_item:hover > img {
	-moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
	-ms-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

.middle_item:hover {
	text-decoration: none;
}

.middle_item img {
	float: none;
	padding-right: 0;
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.middle_item_text {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.2;
	color: #0c336c;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-weight: bold;
}

.middle_item_btn {
	width: 120px;
    margin: 0 auto;
    background:url(/desimages/btn_arrow_icon.png) 15px center no-repeat #f4135c;
    color: #edf3fc;
    font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-weight: bold;
	padding: 9px 27px 12px 45px;
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.2); 
}

.middle_item_btn:hover {
	-moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
	box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0); 
}

/**** вторичные страницы ****/

.main {
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
	min-width: 320px;
	overflow: hidden;	
}

/********* все новости ************/

.news_cell {
	overflow: hidden;
	margin-bottom: 20px;
	display: table;
}

.caption {
	color: #394658;
}

.news_cell img {
	max-width: 300px;
	margin-bottom: 0;
	padding-right: 0;
	margin-right: 24px;
	vertical-align: top;
}

.cell_info {
	display: table-cell;
	vertical-align: top;
}

.img_box {
	display: table-cell;
}

.news_date {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: bold;
	color: #4c4c4c;
	padding-bottom: 10px;
}

.news_cell .news_text,
.news_cell .news_text a  {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	color: #4c4c4c;
}

.news_cell .news_text a:hover {
	text-decoration: none;
}

.next_btn {
	font-weight: bold;
	font-size: 16px;
	font-size: 1rem;
	color: #0b336a;
}

.page_buttons a {
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1;
	color: #ebf2fc;
	background: #0b336a;
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	padding: 6px 0;
	margin: 0 6px 9px 0;
}

.page_buttons a:hover {
	text-decoration: none;
	background: #f4135c;
}

.active_page_button {
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1;
	color: #ebf2fc;
	background: #f4135c;
	width: 30px;
	height: 30px;
	display: inline-block;
	padding: 6px 0;
	text-align: center;
	margin: 0 6px 9px 0;
}

.page_buttons .prev_btn,.page_buttons .next_btn {
	width: auto;
	padding: 5px 10px 6px 10px;
	display: inline-block;
	vertical-align: bottom;
}

/****** страница Аэропорты airports.html + страница airlines.html *****/

.airports, .airlines {
	background: url(/desimages/airports_top_bg.png) top left repeat-x;
	padding-top: 50px;
	overflow: hidden;
}

.airlines {
	background: none;
}

.airports_block_name {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.5;
	color: #394658;
}

.airports_item {
	padding: 20px 24px 100px 24px;
	border: 2px solid #d7e4f8;
	max-width: 410px;
	position: relative;
	float: left;
	margin-bottom: 19px;
	width: 48.5%;
}

.airports_item:nth-of-type(odd) {
	float: right;
	/*clear: right;*/
	width: 48.5%;
}

.airports_item_header {
	font-weight: bold;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.2;
	color: #0c336c;
	margin-bottom: 8px;
}

.airports_item_header img {
	padding:0 0 0 18px;
	margin: 0;
	float: none;
	display: inline-block;
	vertical-align: bottom;
}

.header_second_line {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.2;
	color: #3a4758;
	margin-bottom: 40px; 
}

.airports_item .middle_item_btn {
	display: block;
	position: absolute;
	bottom: 37px;
	left: 18px;
	width: 172px;
	margin: 0;
}

.middle_item_btn:hover {
	text-decoration: none;
}

.contact_info div:first-of-type {
	font-weight: bold;
}

.contact_info div {
	font-size: 16px;
	font-size: 1rem;
	color: #394658;
	margin: 11px 0;
}

.airlines .airports_item .contact_info div {
	margin-bottom: 11px;
	font-weight: normal;
}

.airlines .airports_item .contact_info {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.25;
	color: #394658;
} 

.airlines .airports_item {
	width: 31.3%;
	margin:0 3% 19px 0;
	float: left;
}

.airlines .airports_item .airports_item_header {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.2;
	color: #0c336c;
	margin-bottom: 40px;
}

.airlines .airports_item:nth-of-type(3n+1) {
	margin-right: 0;
} 

.jets {
	position: absolute;
	left: 24px;
	bottom: 36px;
	font-weight: bold;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.25;
	color: #394658;
	padding-right: 24px;
}

/********* страница air_navigation.html *******/

.airports_block_name {
	margin: 20px 0;
}

.airports_item > a {
	display: block;
}

.air_navigation .airports_item > a:hover{
text-decoration: none;
}

.air_navigation .airports_item > a:hover figcaption {
	text-decoration: underline;
}

.air_navigation .airports_item > a .contact_info div {
	font-weight: normal;
}

.air_navigation .airports_item figure {
	margin: 0;
	position: relative;
}

.air_navigation .airports_item figure figcaption {
	position: absolute;
	padding: 0 24px 18px 24px;
	bottom: 0;
	left: 0;
	color: #fff;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.2;
	font-weight: bold;
}

.air_navigation .airports_item img {
	max-width: 396px;
	width: 100%;
	vertical-align: top;
	float: none;
	padding: 0;
	margin-bottom: 0;
}

.air_navigation .airports_item {
	padding: 0;
	max-width: 400px;
}

.air_navigation .contact_info {
	padding: 28px 24px;
}

.air_navigation .contact_info div:first-of-type {
	font-weight: normal;
}

.air_navigation .contact_info div {
	margin: 0 0 11px 0;
}

.air_navigation .contact_info div:last-of-type {
	margin-bottom: 0;
}

/********* электронные обращения *********/

.form_block {
    padding-left: 2px;
}

.inner_content .text_of_warning {
  line-height: 1;
  margin-top: -19px;
  padding-bottom: 24px;
}

.inner_content .right_text {
  color: #119f51;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
}

.inner_content .wrong_text {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  color: #ea1825;
}

.el_obr_fill_field {
  visibility: hidden;
  color: red;
}

.form_block input[type="text"],
.form_block select {
  border-radius: 2px;
  width: 70%;
  background-color: #fff;
  border: none;
  outline: none;
  height: 36px;
  padding-left: 15px;
  vertical-align: top;
}

.form_block textarea {
  border-radius: 2px;
  width: 70%;
  background-color: #fff;
  border: none;
  outline: none;
  padding:5px 15px;
  vertical-align: top;
}

.form_block label {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #2c2c33;
  line-height: 1.2;
  padding-bottom: 5px;
  width: 70%;
}

#input_file {
  position: relative;
  background-color: #268ee5;
  border-radius: 2px;
  width: 180px;
  height: 36px;
  cursor: pointer;
  margin: 22px 0 28px 0;
}

.form_field .el_obr_fill_field {
  line-height: 1;
  /*padding-bottom: 3px;*/
  padding-top: 4px;
}

.form_field, .file_upload, .captcha_field {
	margin-bottom: 16px;
} 

#sender_captcha {
  width: 120px;
  margin-top: 7px
}

.captcha_field .el_obr_fill_field {
    margin-left: 186px;
}

#new_captcha_img {
  line-height: 1;
   color: #2c2c33;
   font-size: 14px;
   font-size: 0.875rem;
   display: block;
}

.form_block input[type="submit"] {
    width: 120px;
    /*margin: 0 auto;*/
    background:url(/desimages/btn_arrow_icon.png) 15px center no-repeat #f4135c;
    color: #edf3fc;
    font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-weight: bold;
	padding: 13px 27px 13px 45px;
    margin-top: 36px;
    cursor: pointer;
    border: none;
    box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.2); 
}

.form_block input[type="submit"]:hover {
  -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
	box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0);
}

.form_block .required_fields {
  font-size: 14px;
  font-size: 0.875rem;
  color: #2c2c33;
  line-height: 1.2;
}

/* кнопка file */

.file_upload{
    position: relative;
    overflow: hidden;
    font-size: 13px;
    font-size: 0.8125rem;
    height: 44px;
    line-height: 44px; /* the same as height */
    font-family:'Roboto',Arial, Helvetica, sans-serif;	 
}
.file_upload > button{
    float: left;
    width: 120px;
    height: 44px;
    font-family:'Roboto',Arial, Helvetica, sans-serif;
}
.file_upload > div{
    padding-left: 1em      /* example */
}

.file_upload input[type=file]{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(20);
    letter-spacing: 10em;     /* IE 9 fix */
    -ms-transform: scale(20); /* IE 9 fix */
    opacity: 0;
    cursor: pointer
}

/* Making it beautiful */

.file_upload {
   /* display: inline-block;
    width: calc(100% - 500px);
    max-width: 460px;*/
}

.file_upload > button{
    background:url(/desimages/attach_icon.png) 13px center no-repeat #f4135c;
    color: #61646d;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 15px;
    text-overflow: ellipsis;
    text-align: right;
    padding-right: 12px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'PT Sans Narrow', Arial, sans-serif;
    border: 1px solid transparent;
    font-weight: bold;
    box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.2); 
}

.file_upload > button:hover {
	-moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
	box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0);
}

/***** ошибка 404 ****/

.error_page {
	background: #1a78ce;
	background: -webkit-gradient(
		linear,
		left top, right top,
		from(#3798e3),
		to(#0a65c2)
	);
	background: -webkit-linear-gradient(
		left,
		#3798e3,
		#0a65c2
	);
	background: -moz-linear-gradient(
		left,
		#3798e3,
		#0a65c2
	);
	background: -o-linear-gradient(
		left,
		#3798e3,
		#0a65c2
	);
	background: linear-gradient(
		left,
		#3798e3,
		#0a65c2
	);
	background: -ms-linear-gradient(
		left,
		#3798e3,
		#0a65c2
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3798e3', endColorstr='#0a65c2',GradientType=1 ); /* IE6-9 */
}

.error_page .main_content_block {
	width: 100%;
	max-width: 100%;
	float: none;
	margin: auto;
	float: left;
	background: #e6eefb;
}

.error_page .inner_content {
	display: table;
	background: url(/desimages/404_bg.png) no-repeat left top;
	/*background-size: contain;*/
	padding-bottom: 70px;
}

.big_letters {
	font-weight: bold;
	font-size: 72px;
	font-size: 4.5rem;
	line-height: 1;
	color: #0b336a;
	/*float: left;*/
	padding-top: 67px;
	padding-left: 55px;
	display: table-cell;
	vertical-align: top;
}

.big_letters div {
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-weight: bold;
	line-height: 1;
	font-size: 30px;
	font-size: 1.875rem;
	text-align: center;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.bold {
	font-weight: bold;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin-bottom: 18px;	
}

.not_bold {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.2;
	color: #3a4758;
	margin: 24px 0;
}

.error_text {
	/*float: left;*/
	display: table-cell;
	padding: 84px 300px 80px 90px;
	vertical-align: top;
}
/* версия для слабовидящих */
.icon_vsv {
    margin-left: 10px !important;
    margin-top: 0px !important;
    display: inline-block;
    margin: 0px;
}

.icon_vsv li {
    background: none;
    padding: 0;
    margin: 0;
}
.icon_vsv li > a{height: 19px;vertical-align: text-bottom}

.icon_vsv li img {
    border: none;
    margin: 0;
    float: none;
    vertical-align: top;
}
.icon_vsv li a .icon_img_hover {
    display: none;
}
.icon_vsv li a:hover .icon_img {
    display: none;
}
.icon_vsv li a:hover .icon_img_hover {
    display: block;
}

#lang {
    margin: 0;
    padding: 0px;
    line-height: 2.25;
    display: inline-block;
    vertical-align: top;
}
#lang li {
    float: left;
    margin: 0px;
    padding: 0px 7px 0px 0px;
    background-image: none;
    font-weight: bold;
    font-size: 19px;
    color: #fff;
}
#lang a {
    font-weight: bold;
    text-decoration: none;
}

#lang a:hover{text-decoration:underline;color:#fff;}
/***** АДАПТИВНОСТЬ *****/

@media only screen and (max-width:1200px) {
	.error_text {
		padding-right: 0;
	}
	.error_page .inner_content {
		background-size: contain;
		/*background: url(/desimages/404_bg.png) no-repeat center center;*/
	}
}


@media only screen and (max-width:1040px) {
	.logo {
		margin: 0 auto;
    	width: 758px;
    	display: block;
	}
	.organization_info {
		margin: 0 auto;
		float: none;
	}
	.form_block input[type="text"],
	 .form_block select,
	  .form_block textarea {
		width: 100%;
	}
}

@media only screen and (max-width:1033px) {
	.right_sight {
		float: left;
		padding-top: 42px;
	}
	.link_block {
		max-width: 100%;
	}
	.link_block a {
		width: 15%;
	}
}

@media only screen and (min-width:800px) and (max-width: 1000px) {
	.airports_item,.airports_item:nth-of-type(odd),
	.airlines .airports_item {
		width: 100%;
		float: none;
		max-width: 100%;
	}
	.air_navigation .airports_item {
		width: 48.5%;
		max-width: 400px;
		float: left;
	}
	.air_navigation .airports_item:nth-of-type(odd) {
		width: 48.5%;
		max-width: 400px;
		float: right;
	}
}

@media only screen and (max-width:911px) {
	/*.right_sight {
		float: left;
		padding-top: 42px;
	}*/
	.link_block {
		max-width: 100%;
	}
	.img_box {
		display: block;
	}
	.img_box img {
		float: none;
	}
	.cell_info {
		display: block;
		padding-top: 10px;
	}
	.news_cell {
		display: block;
		margin-bottom: 25px;
	}
	.organization_info {
		display: none;
	}
	.middle_info {
		padding-top: 40px;
	}
	.top_info {
		padding: 38px 10px 28px 10px;
		} 
}

@media only screen and (max-width:800px) {
	.logo_text {
		font-size: 22px;
		font-size: 1.375rem;
		width: 290px;
		margin-left: 5px;
	}
	.logo {
		width: 100%;
	}
	.logo img {
		width: calc(100% - 300px);
	}
	.left_nav {
		float: none;
		width: calc(100% - 25px);
		margin: 20px 0;
	}
	.main_content_block {
		float: none;
		width: 100%;
		padding: 0 10px;
		margin: 20px 0;
	}
	.inner_content {
		padding-right: 0;
	}
	.airports_block_name {
		text-align: center;
	}
}

@media only screen and (max-width:770px) {
	.airlines .airports_item {
		width: 48.5%;
		margin-right: 0;
	}
	.airlines .airports_item:nth-of-type(odd) {
		float: right;
		width: 48.5%;
	}
}

@media only screen and (max-width:670px) {
	.logo {
		padding-bottom: 10px;
		padding-top: 12px;
	}

	/*.logo a {
		width: 300px;
	} */

	.logo img {
		/*width: 300px;
		float: none;*/
		width: 34%;
		padding-right: 5px;
		float: none;
		vertical-align: middle;
	}
	/*.logo {
		text-align: center;
	}*/
	.logo_text {
		padding-top: 0;
		margin-left: 0;
		width: 64%;
		font-size: 18px;
		font-size: 1.125rem;
		vertical-align: middle;
	}
	.logo_text span {
		font-size: 16px;
		font-size: 1rem;
	}
	.organization_info {
		display: none;
	}
	.error_page .inner_content,
	 .big_letters,
	 .error_text {
		display: block;
	}
	.big_letters,
	 .error_text {
	 	padding-right: 0;
	 	padding-left: 0;
	 }
	 .big_letters {
	 	text-align: center;
	 }
	 .error_text {
	 	padding-top: 40px;
	 }
	 .header_menu {
	 	display: none;
	 }
	 .dropdown {
	 	display: block;
	 }
	 .home img {
	 	margin: 0;
	 	top: 8px;
	 }
	 .right_header_btns {
	 	transform: none;
	 	top: 7px;
	 }
	 .header_menu li {
	 	margin: 12px 0;
	 }
	 .dropdown .header_menu {
	 	padding-right: 10px;
	 }
	 
}

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

	.airports_item,.airports_item:nth-of-type(odd),
	.airlines .airports_item:nth-of-type(odd),
	.airlines .airports_item {
		width: 100%;
		float: none;
		max-width: 100%;
	}
	.air_navigation .airports_item {
		display: inline-block;
		vertical-align: top;
		max-width: 400px;
		text-align: left;
	}
	.air_navigation {
		text-align: center;
	}
}

@media only screen and (max-width:420px) {
.logo_text {
	font-size: 16px;
	font-size: 1rem;
}
.logo_text span {
	font-size: 13px;
	font-size: 0.8125rem;
 }
}


/* хаки для firefox */

@-moz-document url-prefix() {
 .logo_text {
 	font-size: 27px;
 }
 .link_block a {
 	font-size: 15px;
 }
  .file_upload > button {
 	font-size: 12px;
 }
 .form_block input[type="submit"] {
 	font-size: 12px;
 }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
.logo_text {
 	font-size: 27px;
 }
 .link_block a {
 	font-size: 15px;
 }
 .file_upload > button {
 	font-size: 12px;
 }
 .form_block input[type="submit"] {
 	font-size: 13px;
 }
}

:root .style {
 .logo_text {
 	font-size: 27px;
 }
 .link_block a {
 	font-size: 15px;
 }
 .file_upload > button {
 	font-size: 13px;
 }
 .form_block input[type="submit"] {
 	font-size: 13px;
 }
}

