/*****************************************сброс стилей***********************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
	min-height: 100%;
	width: 100%;
}
body {
  line-height: 1;
  min-height: 100%;
  width: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*******************************основной css *****************************************/
* {
  box-sizing: border-box;
}

body {
	font-family: 'OpenSans-Regular', Arial, sans-serif;
	font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
	background-color: #ebebeb;
}	

a {
  text-decoration: none;
}

/******************** шапка**************************************************/
.header {
  width: 100%;
  background-color: #268ee5;
}

.header_upper_section {
  width: 100%;
  min-width: 320px;
  max-width: 1248px;
  margin: 0 auto;
  background-color: #268ee5;
}

.logo_icon {
  padding-top: 17px;
  padding-bottom: 27px;
  display: inline-block;
}

.header_upper_section .logo_icon:first-child {
  padding-right: 17px;
}

.site_name {
  font-family: 'OPEN SANS CONDENSED 700', Arial, sans-serif;
  font-weight: bold;
  font-size: 48px;
  font-size: 3rem;
  color: white;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: super;
  padding-left: 35px;
}

.lang_icons_block {
  display: inline-block;
  float: right;
  padding-top: 27px;
  position: relative;
}

.lang_icons_block::after {
  display: block;
  content: "";
  clear: both;
}

.lang {
  display: inline-block;
  vertical-align: middle;
}

#lang_border {
  vertical-align: middle;
  padding: 0 12px 0 9px;
  }

.lang li {
  display: inline-block;
}

.lang li a {
  font-family: "OPENSANS-SEMIBOLD", Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #92c6f1;
  text-transform: uppercase;
  padding-right: 10px;
}


.lang li a:hover,
.lang .selected {
  color: white;
}

.lang .selected {
    vertical-align:middle;
}

.social_icon {
  vertical-align: middle;
  border-radius: 50%;
  display: inline-block;
  margin-left: 8px;
}

#burger_button {
  display: none;
}

#burger_button_icon {
  margin-right: 0;
  float: none;
  vertical-align: top;
}

/* скрытое меню .hidden_nav + скрытое меню на вторичных страницах*/
#left_hidden_menu_button {
  font-family: 'OPEN SANS CONDENSED 700', Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 18px 7px 18px 5px;
  background-color: #268ee5;
  color: white;
  border-radius: 0 5px 5px 0;
  width: 48px;
  text-align: center;
  cursor: pointer;
  display: none;
  position: fixed;
  top: 210px;
  left: 0;
  z-index: 30;
}

.hidden_nav {
  display: none;
  background-color: #268ee5;
  margin: 0;
  border-bottom: 6px solid #268ee5;
  overflow: auto;
  width: 100%;
  z-index: 20;
  max-height: 300px;
}


.hidden_nav li::before {
  content: none;
} 
/*****************/

.header_nav {
  background-color: #268ee5;
}

.header_nav_box {
  text-align: justify;
  width: 100%;
  min-width: 320px;
  max-width: 1248px;
  margin: 0 auto;
  border-top: 1px solid #64adea;
  background-color: #268ee5;
  z-index: 60;
}

.header_nav_box::after {
  display: inline-block;
  content: "";
  width: 100%;
}

.header_nav_box li {
  display: inline-block;
  padding-top: 15px;
  padding-right: 15px;
  position: relative;
}

.header_nav_box li:last-of-type {
  padding-right: 0;
}

.header_nav_box li:hover ul {
  display: block;
  z-index: 60;
}

.header_nav_box li ul {
  display: none;
  position: absolute;
  top: 38px;
  z-index: 60;
  min-width: 215px;
}

.header_nav_box li:nth-last-of-type(1) ul,
.header_nav_box li:nth-last-of-type(2) ul {
  right: 0;
}

.header_nav_box li ul li {
  background-color: white;
  padding-top: 0;
  padding: 8px 15px;
  border-bottom: 1px solid #f8f8f8;
  width: 100%;
  line-height: 1;
}

.header_nav_box li ul li:last-of-type {
  border-bottom: 6px solid #268ee5;
}

.header_nav_box li ul li a:hover,
.header_nav_box li ul li span:hover {
  color: #268ee5;
}

.header_nav_box li ul li .selected:hover {
   color: #268ee5;
}

.header_nav_box li ul li:first-child {
  padding-top: 8px;
  margin-top: 20px;
}

.header_nav_box li ul li a {
  display: block;
  background-color: white;
  color: #949494;
  font-family: "OPENSANS-SEMIBOLD", Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  text-align: left;
}


.hidden_nav li a,
.hidden_nav li span {
  display: block;
  color: #2c2c33;
  font-family: 'OpenSans-Regular', Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  padding: 20px 15px;
  border-top: 2px solid #ebebeb;
  background-color: #f7f7f7;
}

.hidden_nav li a:hover,
.hidden_nav li span:hover {
  color: #268ee5;
}

.hidden_nav li ul li a,
.hidden_nav li ul li span {
  border-top: none;
  padding-left: 26px;
  color: #5b6366;
}

.header_nav_box li a,
.header_nav_box li span {
  color: white;
  font-family: "OPENSANS-SEMIBOLD", Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;

}

.header_nav_box li a:hover,
.header_nav_box li span:hover,
.header_nav_box li .selected:hover {
  color: #c2e0f8;
}

/****************верхний блок с главной инфо .top_main_info***************/
.top_main_info {
  width: 100%;
  min-width: 320px;
  max-width: 1248px;
  margin: 0 auto;
  padding-top: 36px;
  overflow: hidden;
}

.top_slider_box {
  width: 52%;
  float: left;
}

/* стили слайдера .top_slider */
.top_slider_box .bx-pager {
  text-align: center;
  margin-top: 24px;
}


.top_slider_box .bx-pager-item {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: white;
  text-align: center;
  margin-right: 12px;
}

.top_slider_box .bx-pager-item .bx-pager-link {
  color: #9fa4a5;
  font-family: "OPENSANS-SEMIBOLD", Arial, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 36px;
  display: inline-block;
  width: 100%;
}

.top_slider_box .bx-pager-item .active {
  color: #888;
  position: relative;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    border-radius: 50%;
}

.top_slider_box .bx-caption {
  background-color: #F8F8F8;
  color: white;
  line-height: 1.25;
  padding: 10px 18px;
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 649px;
}

.top_slider_box .bx-pager-item .active::before {
  content: "";
  border: 13px solid transparent;
  border-top: 13px solid #9fa4a6;
  position: absolute;
  top: -26px;
  left: 6px;
}

.top_slider li {
  position: relative;
}

.top_right_block {
  width: 45%;
  max-width: 566px;
  margin-right: 6px;
  background-color: #f8f8f8;
  float: right;
   -webkit-box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.2);
box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.2);
}

.top_right_block .organization_name {
  font-weight: bold;
  line-height: 1.5;
  color: #737373;
  padding: 14px 14px;

}

.top_right_block .organization_adress {
  color: #737373;
  padding: 0 16px 12px 16px;
  line-height: 1.5;
}

.top_right_block .button_block {
  border-top: 2px solid #ebebeb;
  text-align: center;
  padding: 8px 0;
  cursor: pointer;
}

.button_block .button {
  margin: 0 auto;
  width: 16px;
  height: 16px;
  background: url(/desimages/arrow_down_icon.png) no-repeat center center;
}

.button_block:hover .button {
  background: url(/desimages/arrow_down_pale_icon.png) no-repeat center center;
}

.button_block .button_up{
  background: url(/desimages/arrow_up_icon.png) no-repeat center center;}
 
 .button_block:hover .button_up {
  background: url(/desimages/arrow_up_pale_icon.png) no-repeat center center;
  }


#hidden_content {
  display: none;
  padding: 0 16px 12px 16px;
  line-height: 1.5;
  color: #737373;
}

.weather_small_module {
  display: table;
  width: 45%;
  float: right;
  margin-top: 36px;
  margin-right: 6px;
   -webkit-box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.2);
box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.2);
clear: right;
}

.weather_small_module::after {
  display: block;
  content: "";
  clear: both;
}

.weather_small_module .icon_block {
  display: table-cell;
  vertical-align: middle;
  width: 23%;
 background-color: #278ee5;
 text-align: center;
 box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.2);
}

.weather_small_module .text_block {
  display: table-cell;
  background-color: #f8f8f8;
  font-family: "OPENSANS-SEMIBOLD", Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #747474;
  padding: 10px 25px;
}

/**************************** параллакс блок ******************************************/

.parallax_block_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 24px;
  background: url(/desimages/parallax_bg2.jpg) no-repeat center bottom ;
}

.parallax_block_inner {
  width: 100%;
  max-width: 1248px;
  min-width: 320px;
  margin: 0 auto;
}

.parallax_block {
  width: 100%;
  padding-bottom: 62px;
}

#bg_container {
  position: absolute;
  top: 0;
  background: url(/desimages/parallax_bg3.jpg) no-repeat ;
  width: 100%;
  height: 1194px;
  z-index: 2;
}

.parallax_block_container {
  width: 100%;
  max-width: 1248px;
  min-width: 320px;
  margin: 0 auto;
  color: white;
  position: absolute;
  top: 0;
  z-index: 5;
}

.parallax_block_container a {
  color: white;
}

#synoptic_comment {
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 24px 0 34px 0;
  display: block;
}

.weather_info_cell {
  width: 100%;
  padding-bottom: 13px;
}

.weather_info_cell a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  padding-bottom: 17px;
  display: block;
}

.weather_hidden_info,
.weather_hidden_info_first {
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  border: 1px solid #fafcfe;
  border-radius: 13px;
  padding: 10px 18px 14px 18px;
  position: relative;
 font-family: "Open Sans Condensed", sans-serif;
 /*margin-bottom: 13px;
 display: none;*/
 display: block;
}

.weather_hidden_info::before, .weather_hidden_info::after,
.weather_hidden_info_first::before, .weather_hidden_info_first::after {
    content: ''; 
    position: absolute;
    left: 42px;
    top: -22px;
    border: 10px solid transparent;
    border-bottom: 11px solid white;
   }
   .weather_hidden_info::after,
   .weather_hidden_info_first::after {
    border-bottom: 11px solid rgba(46,143,218,.85);
    top: -21px; 
   }

   /***************** главная инфа в середине .middle_main_info  *************************/

.middle_main_info {
  width: 100%;
  min-width: 320px;
  max-width: 1248px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 36px;
   }

.radiation_situation_block {
  width: 99%;
  margin: 0 auto;
  background-color: white;
  overflow: hidden;
   -webkit-box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.2);
box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.2);
}

.radiation_situation_block .block_name {
   padding: 10px 12px;
   font-family: "OPENSANS-SEMIBOLD", Arial, sans-serif;
   font-size: 14px;
   font-size: 0.875rem;
   color: #454545;
   text-transform: uppercase;
   border-bottom: 1px solid #f8f8f8;
}

.radiation_block_inner {
 overflow: hidden;
}

.radiation_block_cell img {
  max-width: 94px;
  border-radius: 50%;
  float: left;
}

.radiation_block_cell_info {
  margin-left: 125px;
  margin-top: -3px;
}

.radiation_cell_name {
  display: block;
  color: #454545;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding:12px 0 23px 0;
}

.radiation_block_cell {
  width: 50%;
  display: inline-block;
  padding: 0 40px 0 12px;
  float: left;
}

.radiation_cell_header {
  font-family: "OPENSANS-SEMIBOLD", Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #4c4c4c;
  line-height: 1.5;
  display: block;
  padding-bottom: 15px;
}

.radiation_cell_text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #4c4c4c;
}

.radiation_block_cell .blue_link {
  display: block;
  font-weight: bold;
  color: #268de5;
  padding: 20px 0 20px 125px;
}

/********************** блок с табами ************************/

.tabs{
    width: 52%;
    display:inline-block;
    margin-top: 36px;
    margin-bottom: 36px;
    margin-left: 6px;
}

.tabs > div{
   /* padding-top:10px;*/
}

.tab_module {
  background-color: white;
}

.tabs ul{
    margin:0px;
    padding:0px;
}

 .tabs ul:after {
    content:"";
    display:block;
    clear:both;
    height:12px;
    background-color: white;
    -webkit-box-shadow: 0px 8px 21px -4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 8px 21px -4px rgba(0,0,0,0.2);
    box-shadow: 0px 8px 21px -4px rgba(0,0,0,0.2);
}

.tabs ul li {
    cursor:pointer;
    display:block;
    float:left;
    padding:8px 12px;
    background:#e9eaeb;
    color:#454545;
    width: 33.3%;
    max-width: 170px;
    font-family: "OPENSANS-SEMIBOLD", Arial, sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.57; 
    text-transform: uppercase;   
}

.tabs ul li.active {
    background: white;
     -webkit-box-shadow: -6px -7px 22px -12px rgba(0,0,0,0.2);
    -moz-box-shadow:-6px -7px 22px -12px rgba(0,0,0,0.2);
   box-shadow: -6px -7px 22px -12px rgba(0,0,0,0.2);
}

.tab_page {
  padding: 0 12px;
  overflow: hidden;
  -webkit-box-shadow: 0px 8px 21px -4px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 8px 21px -4px rgba(0,0,0,0.2);
box-shadow: 0px 8px 21px -4px rgba(0,0,0,0.2);
}

.tab_page_cell {
  display: block;
  overflow: hidden;
  padding-bottom: 12px;
}

.tab_page_cell img {
  float: left;
  padding-right: 24px;
  max-width: 240px;
}

.tab_page_cell .tab_cell_text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #4c4c4c;
  display: block;
  margin-top: -4px;
}

.all_tab_info_link {
  padding: 12px 24px 12px 0;
  float: right;
  color: #4c4c4c;
}

.all_tab_info_link::after {
  content: "";
  display: block;
  clear: both;
}

/****************** блок .oficial_documents_block ****************/

.oficial_documents_block {
  background-color: #f8f8f8;
  width: 45%;
  float: right;
  margin: 36px 6px 36px 0;
   -webkit-box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.2);
box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.2);
}

.oficial_documents_block .documents_block_name {
  font-family: "OPENSANS-SEMIBOLD", Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #454545;
  padding: 10px 14px;
  border-bottom: 1px solid #ebebeb;
  text-transform: uppercase;
  clear: both;
}

.oficial_documents_block .documents_line {
  padding: 0 14px;
  margin-top: 12px;
}

.documents_line .date {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
  color: #747474;
  float: left;
}

.documents_line .event {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
  color: #585858;
  display: block;
  margin-left: 120px;
}

.oficial_documents_block .documents_link_button {
  font-family: "OPENSANS-SEMIBOLD", Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: white;
  background-color: #268ee5;
  border-radius: 13px;
  padding: 10px 0;
  margin: 20px 0 20px 14px;
  width: 242px;
  text-align: center;
  float: left;
}

.oficial_documents_block .documents_link_button:hover {
  background-color: #4aa3ea;
}

/******************* блок с опросом .interview_form ****************/

.interview_form {
  width: 52%;
  overflow: hidden;
  margin-bottom: 36px;
  margin-left: 6px;
   -webkit-box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.2);
box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.2);
}

#all_answers {
  float: right;
}

.interview_form h3 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: white;
  background-color: #268ee5;
  padding: 12px 14px;
  text-transform: uppercase;
}

.interview_form form {
  padding: 0 14px;
  background-color: white;
   font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #737373;
}

.interview_form form label {
  vertical-align: 7px;
  padding: 0 15px 0 9px;
}

.interview_form div {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #737373;
  padding: 17px 0;
}

.interview_form form input[type="radio"] {
  border-radius: 50%;
  width: 26px;
  height: 26px;
  color: red;
  background-color: #747474;  
}


.interview_form form input[type="text"] {

  width: 85%;
  height: 26px;
  /*background-color: #268ee5;*/  
}

.inner_content form input[type="text"]{    
  width: 90%;
  height: 26px;
  /*background-color: #268ee5;*/   
}

.interview_form form input[type="radio"]:first-of-type {
  margin-left: 0;
}

#interview_form_button {
  font-family: "OPENSANS-SEMIBOLD", Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: white;
  background-color: #268ee5;
  border-radius: 13px;
  padding: 10px 17px;
  border: none;
  line-height: 1;
  cursor: pointer;
  margin: 34px 0 30px 0;
}

#interview_form_button:hover {
  background-color: #4aa3ea;
}

.opros_result{position: relative;bottom: 5px;}

.content_left{width:70%;float:left}
.vote_more{width:30%;float:right}

/**************** блок карты и графики .maps ************************/
.maps {
  width: 99%;
  margin: 0 auto;
  max-width: 1248px;
  min-width: 320px;
  background-color: white;
  clear: both;
   -webkit-box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.2);
box-shadow: 0px 0px 9px 1px rgba(0,0,0,0.2);
}

.maps h3 {
  padding: 14px 12px 20px 12px;
  font-family: "OPENSANS-SEMIBOLD", Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #454545;
  text-transform: uppercase;
}

.map_cell_box {
border-top: 2px solid #f8f8f8;
position: relative;
min-height: 203px;
}

.map_slider .map_slider_item .map_cell {
  width: 100%;
  text-align: center;
}

.map_cell {
display: inline-block; 
min-height: 188px;
max-width: 174px;
text-align: center;
vertical-align: top;
}

.map_cell a:hover .item_desc {
  color: #9fa4a5;
}

.map_cell .image_container {
  padding-top: 34px;
  min-height: 102px;
}

.map_cell .image_container img {
  max-width: 67px;
}

.map_cell .item_desc {
  font-family: 'OpenSans-Regular', Arial, sans-serif; 
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.0625;
  color: #737373;
  padding: 20px 7px 0 7px;
}

 #map_cell_prev a {
    width: 33px;
    height: 100%;
    background: url(/desimages/slider_prev_btn.png) no-repeat center 72px;
    position: absolute;
    top: 0;
    left: -35px;
    background-color: white;
    border-right: 2px solid #f8f8f8;
    border-top: 2px solid #f8f8f8;
}

 #map_cell_next a {
    width: 33px;
    height: 100%;
    background: url(/desimages/slider_next_btn.png) no-repeat center 72px;
    position: absolute;
    top: 0;
    right: -35px;
    background-color: white;
    border-left: 2px solid #f8f8f8;
    border-top: 2px solid #f8f8f8;
}

#map_cell_prev a,
#map_cell_next a {
  display: none;
  outline: none;
}

.map_slider .map_slider_item {
  border-right: 2px solid #f8f8f8;
  min-height: 200px;
}

.map_slider .map_slider_item:first-of-type {
  margin-left: 33px;
}

.map_slider .map_slider_item:last-of-type {
  border-right: none;
  margin-right: 33px;
}



/************** блок .services*************/

.services {
  width: 99%;
  margin: 0 auto;
  margin-top: 36px;
  margin-bottom: 36px;
  max-width: 1248px;
  min-width: 320px;
  background-color: #268ee5;
  overflow: hidden;
}

.services .services_cell {
  float: left;
  width: 49.99%;
  text-align: center;
}

.services .services_cell:first-of-type {
  border-right: 1px solid #51a4ea;
}

.services .services_cell img {
  padding-top: 40px;
  padding-bottom: 44px;
  vertical-align: top;
  outline: none;
}

.services_cell h3 {
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  color: white;
  padding: 14px 0 10px 0;
  border-bottom: 1px solid #51a4ea;
}

/* нижний блок белого цвета */
.bottom_block {
  width: 100%;
  background-color: white;
  clear: both;
  -webkit-box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.35);
box-shadow: 0px 0px 16px 1px rgba(0,0,0,0.35);
}

/******************* блок с баннерами .banners ***************/

.banners {
  width: 100%;
  max-width: 1248px;
  padding: 0 12px;
  margin: 0 auto;
}

.banners h3 {
  font-family: "OPENSANS-SEMIBOLD", Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #727272;
  text-transform: uppercase;
  padding: 36px 0 28px 0;
}

.banners a {
  display: inline-block;
  margin-right: 51px;
}

.banners a img {
  vertical-align: top;
}

/************** блок информационные ресурсы .info_resources ****************/

.info_resources {
  padding-top: 22px;
  padding-bottom: 52px;
  width: 100%;
  max-width: 1248px;
  min-width: 320px;
  margin: 0 auto;

}

.info_resources h3 {
  font-family: "OPENSANS-SEMIBOLD", Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #727272;
  text-transform: uppercase;
  padding-bottom: 28px;
}

.resources_block {
  /*text-align: justify;*/
}

/*.resources_block::after {
  display: inline-block;
    content: "";
    width: 100%;
}*/

.info_resources .resources_block a {
  font-family: 'OpenSans-Regular', Arial, sans-serif; 
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  /*width: 17%;*/
  width: 21%;
  text-align: left;
  color: #727272;
  vertical-align: top;
  /*float: left;*/
  /*margin-right: 10%;*/
  margin-right: 4%;
  margin-bottom: 15px;
}

.info_resources .resources_block a:nth-of-type(4n+4) {
margin-right: 0;
}

/****************** блок дублирующееся меню внизу страницы .bottom_menu **************/

.bottom_menu {
  width: 100%;
  background-color: #268ee5;
}

/****************** футер .footer ****************/

.footer {
  padding: 20px 0;
}

.footer_info {
  font-family: 'OpenSans-Light', Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #3d464c;
  width: 100%;
  max-width: 1248px;
  min-width: 320px;
  margin: 0 auto;
}

.counters {
  float: right;
  margin-top: -8px;
}

.counters a img {
  float: none;
  max-width: 150px;

}

.counters a:last-of-type img {
  margin-right: 0;
}

.counters::after {
  display: block;
  clear: both;
  content: "";
}


/********************** ВТОРИЧНЫЕ СТРАНИЦЫ ************************/

/****** боковое меню .left_column_nav ***************/

.left_column_menu {
  width: 312px;
  float: left;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #f8f8f8;
  -webkit-box-shadow: 0px 0px 9px 4px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 9px 4px rgba(0,0,0,0.2);
box-shadow: 0px 0px 9px 4px rgba(0,0,0,0.2);
}

.left_column_menu li a,
.left_column_menu li span {
  font-size: 16px;
  font-size: 1rem;
  color: #2c2c33;
  line-height: 1.2;
  display: block;
  padding: 20px 14px;
  border-bottom: 2px solid #ebebeb;
  cursor: pointer;
}

.left_column_menu li a:hover,
.left_column_menu li span:hover {
  color: #268ee5;
}

.left_column_menu .main_item a,
.left_column_menu .main_item span {
  background-color: #268ee5;
  font-family: "OPENSANS-SEMIBOLD", Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  padding: 16px 14px;
  color: white;
  text-transform: uppercase;
  display: block;
  position: relative;
}

.left_column_menu .main_item a:hover,
.left_column_menu .main_item span:hover {
   color: white;
}

.left_column_menu .main_item a::after,
.left_column_menu .main_item span::after {
  content: "";
  border: 12px solid transparent;
  border-top: 12px solid #268ee5;
  position: absolute;
  bottom: -24px;
  left: 45%;
}

.left_column_menu .selected a,
.left_column_menu .selected span {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  color: #268ee5;
  /*padding-bottom: 0;*/
}

.left_column_menu .selected ul li a,
.left_column_menu .selected ul li span {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  color: #5b6366;
  font-weight: normal;
  padding: 10px 10px 10px 27px;
  border-bottom: none;
}

.left_column_menu .selected ul .selected a,
.left_column_menu .selected ul .selected span {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  color: #5b6366;
  font-weight: normal;
  padding: 10px 0 10px 27px;
  border-bottom: none;
  color: #268ee5;
}

.left_column_menu .selected ul .selected ul li a,
.left_column_menu .selected ul .selected ul li span {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  color: #5b6366;
  font-weight: normal;
  padding: 17px 0 10px 47px;
  border-bottom: none;
}

.left_column_menu .selected ul .selected ul .selected > a,
.left_column_menu .selected ul .selected ul .selected > span {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  color: #5b6366;
  font-weight: normal;
  padding: 10px 0 10px 47px;
  border-bottom: none;
  color: #268ee5;
  padding-top: 20px;
}

.left_column_menu .selected ul {
  background-color: #f8f8f8;
}

.left_column_menu .selected ul li:first-of-type a,
.left_column_menu .selected ul li:first-of-type span {
  margin-top: -17px;
  padding-bottom: 10px;
}

.left_column_menu .selected ul li:last-of-type a,
.left_column_menu .selected ul li:last-of-type span {
  padding-top: 10px;
  padding-bottom: 20px;
}

.left_column_menu .selected ul li a:hover,
.left_column_menu .selected ul li:last-of-type a:hover,
.left_column_menu .selected ul li span:hover{
  color: #268ee5;
} 

.left_column_menu .selected ul li:last-of-type a,
.left_column_menu .selected ul li:last-of-type span {
  border-bottom: 2px solid #ebebeb;
}

#left_hidden_menu {
  display: none;
}

#left_hidden_menu .left_column_menu {
  width: 100%;
  position: fixed;
  max-height: 500px;
  overflow: auto;
  top: 109px;
  bottom: 40px;
  float: none;
  z-index: 20;
  bottom: 20px;
}

#left_hidden_menu .left_column_menu .main_item a::after,
#left_hidden_menu .left_column_menu .main_item span::after {
  display: none;
}

/*********** .main_block *******************/

.main_block {
  width: 100%;
  max-width: 1248px;
  min-width: 320px;
  margin: 0 auto;
}

/************.main_content_block ************/

.full_width {
  width: calc(100% - 24px);
  margin: 24px 12px;
  float: none;
  background-color: white;
  background-color: #f8f8f8;
   -webkit-box-shadow: 0px 0px 9px 4px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 9px 4px rgba(0,0,0,0.2);
box-shadow: 0px 0px 9px 4px rgba(0,0,0,0.2);
}

.main_content_block {
  width: calc(100% - 348px);
  float: right;
  margin: 24px 0;
  background-color: white;
  -webkit-box-shadow: 0px 0px 9px 4px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 9px 4px rgba(0,0,0,0.2);
box-shadow: 0px 0px 9px 4px rgba(0,0,0,0.2);
}

.inner_content {
  padding: 22px 24px 24px 24px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #5b6366;
  overflow: hidden;
}

/************* страница с одной новостью news.html **********/

.news_container::after {
  display: block;
  clear: both;
  content: "";
}

.print {
  clear: both;
  display: block;
  margin-top: 24px;
  width: 35px;
  height: 35px;
  background: url(/desimages/print_icon.png) no-repeat center center;
} 


/*********** страница список новостей news_list.html *********/

.inner_content .page_name  {
  margin-bottom: 24px;
}

.news_cell {
  overflow: hidden;
  margin-bottom: 12px;
}

.news_cell img {
  float: left;
  max-width: 240px;
  margin-right: 24px;
}

.news_cell img + .text_info {
  margin-left: 264px;
} 

.page_name {
  font-weight: bold;
  font-size: 20px;
  color: #4c4c4c;
}

.text_info .news_date,
.text_info a .news_date {
  font-family: "OPENSANS-SEMIBOLD", Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  color: #4c4c4c;
  margin-top: -4px;
}

.news_cell .text_info::after {
  content: "";
  display: block;
  clear: both;
}

.text_info a .news_name {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #4c4c4c;
}

.text_info a .cell_text {
  font-family: 'OpenSans-Regular', Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #4c4c4c;
  line-height: 1.5;
}

.page_buttons {
  text-align: center;
}

.page_buttons a {
  font-family: 'OpenSans-Regular', Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #4c4c4c;
}

.page_buttons span {
  font-family: 'OpenSans-Regular', Arial, sans-serif;
  font-weight: bold;
  color: #4c4c4c;
  font-size: 16px;
  font-size: 1rem;

}

/*************** страница электронные обращения people_request.html *******/

.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: #eeeeee;
  border: none;
  outline: none;
  height: 36px;
  padding-left: 15px;
  vertical-align: top;
}

.form_block textarea {
  border-radius: 2px;
  width: 70%;
  background-color: #eeeeee;
  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: 3px;
  width: 70%;
}

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

#input_file:hover {
  background-color: #4aa3ea;
}

#input_file label {
  color: white;
  position: absolute;
  left: 41px;
  top: 10px;
  cursor: pointer;
  font-family: "OPENSANS-SEMIBOLD", Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  width: 100%;
}

.form_field .el_obr_fill_field {
  line-height: 1;
  padding-bottom: 3px;
}

#input_file input[type="file"] {
    position: absolute;
    bottom: 0;
    width: 180px;
    opacity: 0;
    height: 36px;
    cursor: pointer;
}

#input_file_icon {
  width: 18px;
  height: 19px;
  position: absolute;
  background: url(/desimages/attache_button_icon.png) no-repeat;
  top: 7px;
  left: 14px;
  cursor: pointer;
}

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

#new_captcha_img {
  line-height: 1;
   color: #2c2c33;
   font-size: 14px;
   font-size: 0.875rem;
   font-family: 'OpenSans-Regular', Arial, sans-serif;
   display: block;
}

.form_block input[type="submit"] {
  background-color: #268ee5;
  border-radius: 2px;
  cursor: pointer;
  border: none;
  width: 120px;
  height: 36px;
  color: white;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  margin-top: 36px;
}

.form_block input[type="submit"]:hover {
  background-color: #4aa3ea;
}

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

/************* страница список документов documents.html **********/

.document_cell {
  padding: 12px 24px 20px 24px;
  width: calc(100% + 48px);
  position: relative;
  left: -24px;
  background: url(/desimages/documents_icon.png) no-repeat 97% 74%;
}

.inner_content .document_cell:nth-of-type(odd) {
  background-color: #f3f3f3;
}

.inner_content .document_cell:nth-of-type(even) {
  z-index: 2;
}

.inner_content .document_cell .news_date,
.inner_content .document_cell .news_name,
.inner_content .document_cell .cell_text {
  padding-right: 40px;
}

.inner_content .document_cell .news_date {
  padding: 11px 0 10px 0;
}

.inner_content .document_cell a .news_name {
  font-family: 'OpenSans-Regular', Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #4c4c4c;
  padding-bottom: 2px;
}

.inner_content .document_cell a .cell_text {
  font-family: 'OpenSans-Regular', Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #4c4c4c;
}

.inner_content .document_cell:hover {
-webkit-box-shadow: 0px 0px 7px 4px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 7px 4px rgba(0,0,0,0.2);
box-shadow: 0px 0px 7px 4px rgba(0,0,0,0.2);
}

.inner_content .page_buttons {
  margin-top: 12px;
}

/********** страница карта сайта site_map.html *********/

.inner_content .site_map_list ul {
  margin: 24px 0 24px 27px;
}

.inner_content .site_map_list {
  margin: 9px 0 7px 0;
}

.inner_content .site_map_list li {
  margin: 24px 0;
}

.inner_content .site_map_list li:first-of-type {
  margin-top: 0;
}

.inner_content .site_map_list li:last-of-type {
  margin-bottom: 0;
}

.inner_content .site_map_list li a {
  font-family: 'OpenSans-Regular', Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.1rem;
  line-height: 1.25;
  color: #5a6366;
}

.inner_content .site_map_list li::before {
content: url(/desimages/site_map_li_level1.png);
vertical-align: 1px;
padding-right: 10px;
}

.inner_content .site_map_list li ul li a {
  font-family: "OPENSANS-SEMIBOLD", Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  color: #5a6366;
}

.inner_content .site_map_list li ul li::before {
  content: url(/desimages/site_map_li_level2.png);
vertical-align: 1px;
padding-right: 10px;
}

.inner_content .site_map_list li ul li ul li a {
   font-family: "OPENSANS-SEMIBOLD", Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.25;
  color: #5a6366;
}

.inner_content .site_map_list li ul li ul li ul li a {
  font-family: 'OpenSans-Light', Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #5a6366;
}

.inner_content .site_map_list li ul li ul li::before {
content: url(/desimages/site_map_li_level3.png);
vertical-align: 1px;
padding-right: 10px;
}

/************** страница список фото .photo_list.html **************/

.inner_content .photo_list_box {
  text-align: justify;
  /*margin-bottom: -20px;*/
}

.inner_content .photo_list_box::after {
  display: inline-block;
  content: "";
  width: 100%;
}

.inner_content .photo_list_box a {
  display: inline-block;
  width: 23%;
  vertical-align: top;
  text-align: left;
  margin-bottom: 12px;
}

.inner_content .photo_list_box a img {
  vertical-align: top;
  width: 100%;
  max-width: 210px;
  float: none;
  margin: 0;
}

.inner_content .photo_list_box .news_date {
  font-family: "OPENSANS-SEMIBOLD", Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  color: #4c4c4c;
  padding-top: 5px;
}

 .inner_content .photo_list_box .news_name {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #4c4c4c;
}

/************* страница расширенный поиск extended_search.html **********/

.inner_content .search_request .search_request_cell {
  display: inline-block;
}

.radio_buttons .search_request_cell {
  padding-right: 24px;
  display: inline-block;
} 

.radio_buttons .search_request_cell label {
  display: inline-block;
  vertical-align: text-bottom;
}

.search_block .form_field {
  padding-bottom: 16px;
}

.search_block .form_field input,
.search_block .search_request input
 {
  background-color: #eee;
}

.search_block .search_request .search_request_cell {
  width: 170px;
  display: inline-block;
}

.search_block .search_request {
  padding-bottom: 16px;
}

.search_block label,
.search_block .search_request div,
.search_block .radio_buttons div {
  font-family: "OPENSANS-SEMIBOLD", Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
  color: #4c4c4c;
}

.search_block .radio_buttons div {
  padding-bottom: 16px;
}

.search_block .radio_buttons .search_request_cell label {
  font-family: 'OpenSans-Regular', Arial, sans-serif;
}

.search_block .radio_buttons input[type="radio"]:first-of-type {
margin-left: 0;
}

.search_block .ui-datepicker-trigger {
  float: none;
  max-width: 50px;
  margin-right: 0;
  padding: 6px 10px !important;
  background-color: #eee !important;
  margin-left: 2px !important;
  cursor: pointer;
}

#date_border {
  font-weight: bold;
  vertical-align: 11px;
  padding: 0 4px;
}

.search_result {
  padding: 30px 0;
}

.search_result span {
  font-weight: bold;
}

.search_result_title {
  font-family: "OPENSANS-SEMIBOLD", Arial, sans-serif;
}

.search_result_info .news_cell {
  margin-bottom: 20px;
}

.search_result_info .news_cell:last-of-type {
  margin-bottom: 0;
}

/********************* страница ошибка 404 error_404.html *************/

.error_full_width {
  width: calc(100% - 24px);
  margin-left: 12px;
  margin-right: 12px;
  background: url(/desimages/error404_bg.png) no-repeat right bottom #f8f8f8;
}

.error_block {
  font-family: 'OpenSans-Regular', Arial, sans-serif;
  font-size: 80px;
  font-size: 5rem;
  line-height: 1;
  color: #268ee5;
  font-weight: bold;
}

.error_block span {
  font-family: "OPENSANS-SEMIBOLD", Arial, sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.2;
  color: #268ee5;
  width: 175px;
  display: inline-block;
}

.error_links {
  width: calc(100% - 310px);
  font-family: 'OpenSans-Regular', Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #838383;
  padding-top: 54px;
  padding-bottom: 32px;
}

.error_links a {
color: #268ee5;
line-height: 1.2;
display: block;
padding: 16px 0 8px 0; 
}

.error_links a:last-of-type {
  padding: 0;
}

/**************** страница одно фото photo.html *************/

.photo_inner_content {
  max-width: 693px;
  width: 100%;
}

.photo_inner_content h1 {
  margin-bottom: 18px;
}

.photo_inner_content .news_date {
  font-family: "OPENSANS-SEMIBOLD", Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  color: #4c4c4c;
  margin-bottom: 5px;
}

.photo_inner_content .photo_name {
  font-family: 'OpenSans-Regular', Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  color: #4c4c4c;
}

.photo_inner_content .cell_text {
  font-family: 'OpenSans-Regular', Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #596366;
  line-height: 2;
  padding-top: 9px;
}

#photo {
  float: none;
  margin-right: 0;
  width: 100%;
  max-width: 645px;
  display: block;
  padding: 19px 0 24px 0;
}

.photo_box {
  position: relative;
}

.photo_slider {
  margin:0; 
}

.photo_slider li {
  margin: 0; 
}

.photo_slider li::before {
  content: none;
}

.photo_slider li img {
  float: none;
  margin-right: 0;
 cursor: pointer;
}

#photo_prev a {
    width: 46px;
    height: 46px;
    background: url(/desimages/prev_btn.png) no-repeat;
    position: absolute;
    top: 34%;
    left: -24px;
    display: block;
}

 #photo_next a {
    width: 46px;
    height: 46px;
    background: url(/desimages/next_btn.png) no-repeat;
    position: absolute;
    top: 34%;
    right: -24px;
    display: block;
}

/*********************** страница одно видео video.html **************/

.video_content {
  width: 100%;
  max-width: 100%;
}

.video-container {
    margin-top: 11px;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

/**************** страница список видео video_list.html **************/



/************* СБРОС .general_styles.css **************/

/** сброс .general_styles.css в style_page.html ******/

.logo_icon img,
.lang_icons_block #lang_border,
.social_icon img {
  float: none;
  margin-right: 0;
}

.lang,
.left_column_menu ul {
  margin: 0;
}

.lang li::before {
  content: none;
}

.header_nav_box li,
.left_column_menu li {
  list-style: none;
  margin: 0;
}

.header_nav_box li::before,
.left_column_menu li::before {
  content: none;
}

.left_column_menu a {
  font-family: 'OpenSans-Regular', Arial, sans-serif;
}

/*******сброс .general_styles.css в index.html *******/

.top_slider_box .top_slider li::before {
  content: none;
}

.top_slider_box .top_slider li,
.lang li,
.hidden_nav li {
  margin: 0;
  font-size: 100%;
  line-height: 1;
  margin: 0;
}

.hidden_nav .selected {
  font-weight: bold;
  color: #268ee5;
}

.hidden_nav ul {
  margin: 0;
}

.header_nav_box ul {
  margin: 0;
}

.top_slider_box .top_slider li img {
  float: none;
  margin: 0;
}

.top_slider {
  margin: 0;
}

.weather_small_module .icon_block img,
.image_container img,
.services_cell img {
  float: none;
  margin: 0;
}

.weather_small_module .icon_block img {
  max-width: 76px;
  vertical-align: middle;
  padding: 16px 0 24px 0;
}

.radiation_block_cell img {
  margin: 0;
}

.radiation_situation_block h3,
.oficial_documents_block .documents_block_name,
.interview_form h3,
 .maps h3,
 .services .services_cell h3,
 .banners h3,
 .info_resources h3  {
  margin-bottom: 0;
  line-height: 1;
}

.tabs ul {
  margin: 0;
}

.tabs ul li {
  margin: 0;
}

.tabs ul li::before {
  content: none;
}

.tabs img {
  margin: 0;
}

.info_resources .resources_block img {
  margin: 0;
  float: none;
}

.header .header_upper_section .site_name,
.header .header_upper_section .lang li a,
.header .header_upper_section .social_icon {
  line-height: 1;
}

.parallax_block_container .synoptic_comment {
  font-family: 'OpenSans-Regular', Arial, sans-serif;
  line-height: 1;
}

.parallax_block_container .weather_info_cell a {
  line-height: 1.2;
  font-family: 'OpenSans-Regular', Arial, sans-serif;
}

.radiation_situation_block .radiation_cell_text {
  font-family: 'OpenSans-Regular', Arial, sans-serif;
  line-height: 1.5;
}

.radiation_situation_block .blue_link {
   font-family: 'OpenSans-Regular', Arial, sans-serif;
   line-height: 1;
   font-size: 16px;
   font-size: 1rem;
}

.tab_module .tab_cell_text {
  font-family: 'OpenSans-Regular', Arial, sans-serif;
}

.tabs .all_tab_info_link {
  font-family: 'OpenSans-Regular', Arial, sans-serif; 
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
}

.oficial_documents_block .event {
  font-family: 'OpenSans-Regular', Arial, sans-serif; 
}

.oficial_documents_block .documents_link_button {
  line-height: 1;
}

.map_slider {
  margin: 0;
}

.map_slider li {
  margin: 0;
}

.map_slider li:first-child {
  margin-left: 33px;
}

.map_slider li:last-child {
  margin-right: 33px;
  border-right: none;
}

.map_slider li::before {
  content: none;
}

.maps .map_cell a {
  line-height: 1;
}

.services .services_cell a {
  line-height: 1;
  font-size: 100%;
  color: white;
  outline: none;
}

.bottom_block .banner_line a {
  line-height: 1;
  font-size: 100%;
}

.bottom_block .banner_line a img {
  float: none;
  margin-right: 0;
  padding-bottom: 20px;
}

.bottom_block .banner_line a:last-of-type img {
  padding-bottom: 0;
}

/************************ АДАПТИВНОСТЬ **********************/

/*********** адаптивность index.html *************/

@media screen and (max-width: 1270px) {
  .header_upper_section,
  .header_nav_box,
  .parallax_block,
  .info_resources,
  .footer {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (max-width: 1248px) {
  #map_cell_prev a,
  #map_cell_next a {
    display: block;
  }
  .map_cell_box {
    width: calc(100% - 70px);
    margin: 0 auto;
  }
} 

@media screen and (max-width: 1024px) {
  .map_cell .item_desc {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2;
  }
  .top_slider_box .bx-caption {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
  }
 
  .top_main_info,
  .middle_main_info {
    padding-top: 24px;
  }
  .weather_small_module,
  .oficial_documents_block,
  .tabs,
  .interview_form,
  .services {
    margin-top: 24px;
  }
  .interview_form,
  .services,
  .tabs {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 970px) {
  .tabs ul li {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.4;
  }
  .info_resources .resources_block a{
    width: 30%;
    margin-right: 4%; 
}
  .info_resources .resources_block a:nth-of-type(3n+3) {
    margin-right: 0;
  }
  .info_resources .resources_block a:nth-of-type(4n+4) {
    margin-right: 4%;
  } 
}

@media screen and (max-width: 900px) {
  .weather_small_module {
    width: calc(100% - 12px);
    margin: 12px 6px;
  }
}

@media screen and (max-width: 800px) {
  .header_nav_box {
    display: none;
  }
  #burger_button {
    display: block;
    margin-right: 0;
    width: 100%;
    cursor: pointer;
  }

  #burger_button_icon {
    margin-left: 12px;
    padding: 20px 50px 20px 0;
  }

  .header_upper_section .logo_icon {
    padding-bottom: 0;
  }
  .header_upper_section .logo_icon:first-child {
    padding-right: 8px;
  }
  .header_upper_section .site_name {
    padding-left: 15px;
  }

  .top_slider_box .bx-caption {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
  }

  .resources_block {
    text-align: left;
  }

}

@media screen and (max-width: 755px) {
  .tabs,
  .oficial_documents_block,
  .interview_form {
    width: 100%;
  }

  .map_cell .item_desc {
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: bold;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.2;
  }
  
  .tabs,
  .oficial_documents_block,
  .interview_form,
  .maps {
    width: calc(100% - 12px);
    margin: 12px 6px;
  }
  .services {
    width: 100%;
    margin: 12px 0;
  }

}

@media screen and (max-width: 751px) {
  .header_upper_section .lang_icons_block {
    padding-top: 9px;
  }
}

@media screen and (max-width: 720px) {
  .radiation_block_cell {
    float: none;
    display: block;
    width: 100%;
  }
  .radiation_situation_block .block_name {
    text-align: center;
  }
  .radiation_situation_block .radiation_block_cell:first-of-type {
    border-bottom: 1px solid #f8f8f8;
  }
}

@media screen and (max-width: 650px) {
  .top_slider_box {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
  .top_right_block {
    float: none;
    width: calc(100% - 12px);
    margin: 12px 6px;
    max-width: 100%;
  }
  .weather_small_module {
    float: none;
  }
  .top_slider_box .bx-caption {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
  }
  .top_main_info,
  .middle_main_info {
    padding-top: 12px;
  }
  .weather_small_module,
  .tabs,
  .oficial_documents_block,
  .interview_form,
  .services {
    margin-top: 12px;
  }
  .tabs {
    margin-bottom: 0;
  }
  .parallax_block_wrapper {
    margin-top: 0;
  }
  .interview_form {
    margin-bottom: 12px;
  }
  .services {
    margin-bottom: 16px;
  }
  .top_slider_box .bx-caption {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
  }
  .top_right_block .organization_adress,
  .top_right_block .organization_name,
  #hidden_content {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.4;
  }
  .weather_small_module .text_block {
    font-family: 'OPEN SANS CONDENSED 700', Arial, sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
  }
  #synoptic_comment {
    font-family: 'OpenSans-Regular', Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .parallax_block_container .weather_info_cell a {
    font-family: "OPENSANS-SEMIBOLD", Arial, sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2;
  }
  .weather_hidden_info {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.29;
  }

  .weather_hidden_info_first {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.29;
    display: block;
  }
  .weather_info_cell {
    width: 95%;
  }
  .radiation_situation_block .block_name {
   font-family: "OPENSANS-SEMIBOLD", Arial, sans-serif;
     font-size: 12px;
    font-size: 0.75rem;
  }
  .radiation_cell_name {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .radiation_cell_header {
    font-family: "OPENSANS-SEMIBOLD", Arial, sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.7;
  }
  .radiation_situation_block .radiation_cell_text {
    font-family: 'OpenSans-Regular', Arial, sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28;
  }
  .radiation_block_cell_info {
    margin-left: 103px;
  }
  .radiation_block_cell .blue_link {
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
    padding-left: 103px;
  }
  .tabs ul li {
    font-family: "OPENSANS-SEMIBOLD", Arial, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.4;
  }
  .tab_module .tab_cell_text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
    margin-top: -2px;
  }
  .tabs .all_tab_info_link {
     font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
  }
  .tab_page_cell img {
    max-width: 120px;
    padding-right: 12px;
  }
  .oficial_documents_block .documents_block_name,
  .documents_line .date {
     font-size: 12px;
    font-size: 0.75rem;
     font-family: "OPENSANS-SEMIBOLD", Arial, sans-serif;
   
  }

  .documents_line .date {
font-family: 'OpenSans-Regular', Arial, sans-serif;
font-weight: bold;
 font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2;
  }

  .oficial_documents_block .event {
     font-size: 14px;
    font-size: 0.875rem;
    font-family: 'OpenSans-Regular', Arial, sans-serif;
    line-height: 1.2;
    margin-left: 87px;
  }
  .oficial_documents_block .documents_link_button {
     font-size: 12px;
    font-size: 0.75rem;
    font-family: 'OpenSans-Regular', Arial, sans-serif;
    font-weight: bold;
    width: 180px;
    text-transform: uppercase;
  }
  .interview_form h3 {
    font-size: 12px;
    font-size: 0.75rem;
    font-family: 'OpenSans-Regular', Arial, sans-serif;
    font-weight: bold;
  }
  .interview_form form,
   .interview_form div {
    font-size: 16px;
    font-size: 1rem;
    font-family: 'OpenSans-Regular', Arial, sans-serif;
    line-height: 1.5;
  }

  .maps h3,
  .services_cell h3,
  .banners h3,
  .info_resources h3 {
    font-size: 12px;
    font-size: 0.75rem;
    font-family: "OPENSANS-SEMIBOLD", Arial, sans-serif;
    font-weight: bold;
  }

  .services_cell h3 {
    font-family: 'OpenSans-Regular', Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
  }

  .maps h3 {
    font-family: "OPENSANS-SEMIBOLD", Arial, sans-serif;
    line-height: 1;
    text-transform: uppercase;
    font-weight: normal;
  }

  .map_cell .item_desc {
     font-family: 'OPEN SANS CONDENSED 700', Arial, sans-serif;
  }

  .info_resources .resources_block a {
     font-size: 14px;
    font-size: 0.875rem;
    font-family: 'OpenSans-Regular', Arial, sans-serif;
    line-height: 1.2;
  }
  .footer_info {
     font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 456px) {
  .header_upper_section .site_name {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .top_slider_box .bx-caption {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
  }
  .top_right_block .organization_adress,
  .top_right_block .organization_name,
  #hidden_content {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.4;
  }
  .weather_small_module .text_block {
    font-family: 'OPEN SANS CONDENSED 700', Arial, sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
  }
  #synoptic_comment {
    font-family: 'OpenSans-Regular', Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .weather_info_cell a {
    font-family: "OPENSANS-SEMIBOLD", Arial, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.2;
  }
  .weather_hidden_info,
   .weather_hidden_info_first {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.29;
  }
  .weather_info_cell {
    width: 95%;
  }
  .radiation_situation_block .block_name {
    font-family: 'OpenSans-Regular', Arial, sans-serif;
    font-weight: bold;
     font-size: 12px;
    font-size: 0.75rem;
  }
  .radiation_cell_name {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .radiation_cell_header {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 2;
  }
  .radiation_situation_block .radiation_cell_text {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.4;
  }
  .radiation_block_cell_info {
    margin-left: 103px;
  }
  .radiation_block_cell .blue_link {
    font-weight: bold;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .tabs ul li {
    font-family: 'OPEN SANS CONDENSED 700', Arial, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.33;
  }
  .tab_module .tab_cell_text {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.4;
    margin-top: -2px;
  }
  .tabs .all_tab_info_link {
     font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
  }
  .tab_page_cell img {
    max-width: 120px;
    padding-right: 12px;
  }
  .oficial_documents_block .documents_block_name,
  .documents_line .date {
     font-size: 12px;
    font-size: 0.75rem;
    font-family: 'OpenSans-Regular', Arial, sans-serif;
    font-weight: bold;
  }
  .oficial_documents_block .event {
     font-size: 12px;
    font-size: 0.75rem;
    font-family: 'OpenSans-Regular', Arial, sans-serif;
    line-height: 1.2;
    margin-left: 77px;
  }
  .oficial_documents_block .documents_link_button {
     font-size: 12px;
    font-size: 0.75rem;
    font-family: 'OpenSans-Regular', Arial, sans-serif;
    font-weight: bold;
    width: 180px;
    text-transform: uppercase;
  }
  .interview_form h3 {
    font-size: 12px;
    font-size: 0.75rem;
    font-family: 'OpenSans-Regular', Arial, sans-serif;
    font-weight: bold;
  }
  .interview_form form,
   .interview_form div {
    font-size: 12px;
    font-size: 0.75rem;
    font-family: 'OpenSans-Regular', Arial, sans-serif;
    line-height: 2;
  }
  .maps h3,
  .services_cell h3,
  .banners h3,
  .info_resources h3 {
    font-size: 12px;
    font-size: 0.75rem;
    font-family: 'OpenSans-Regular', Arial, sans-serif;
    font-weight: bold;
  }
  .info_resources .resources_block a {
     font-size: 12px;
    font-size: 0.75rem;
    font-family: 'OpenSans-Regular', Arial, sans-serif;
    line-height: 1.2;
    width: 48%;
    margin-right: 2%;
  }
  .info_resources .resources_block a:nth-of-type(even) {
    margin-right: 0;
  }
  .info_resources .resources_block a:nth-of-type(3n+3) {
    margin-right: 2%;
  }
  .footer_info {
     font-size: 12px;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 413px) {
   .header_upper_section .site_name {
    padding-left: 4px;
  }
  .header_upper_section .logo_icon:first-child {
    padding-right: 0;
  }
  #lang_border {
    display: none;
  }
   .header_upper_section .social_icon {
    display: none;
  }

  /*.header_upper_section .social_icon:last-of-type {
    display: inline-block;
  }*/
  #search_button {
    display: inline-block;
  }

}

@media screen and (max-width: 392px) {
  .header_upper_section .site_name {
    font-size: 32px;
    font-size: 2rem;
  }
  #search_button {
    display: inline-block;
  }
   .header_upper_section .logo_icon:first-child img {
    width: 40px;
  }
  .header_upper_section .logo_icon:nth-of-type(2) img {
    max-width: 47px;
  }

}

/**************** адаптивность списка фото photo_list.html + вторичных страниц **************/

@media screen and (max-width: 1248px) {
  .main_content_block {
    margin-right: 12px;
  }
}

@media screen and (max-width: 1150px) {
  .inner_content .photo_list_box a {
    width: 32%;
  }
}

@media screen and (max-width: 850px) {
  .left_column_menu {
    display: none;
  }
  .main_content_block {
    width: calc(100% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }
  #left_hidden_menu .left_column_menu {
    display: block;
  }
  #left_hidden_menu_button {
    display: inline-block;
  }
}

@media screen and (max-width: 600px) {
  .inner_content .photo_list_box a {
    width: 48%;
  }
}

/* страницы video_list.html и photo_list.html*/

@media screen and (max-width: 400px) {
 .inner_content .photo_list_box a {
  display: block;
  width: 70%;
  margin: 0 auto;
 }
}

/* error_404.html */

@media screen and (max-width: 700px) {
  .error_full_width {
    padding-bottom: 258px;
  }
  .error_links {
    width: 100%;
  }
}

/* extended_search.html */

@media screen and (max-width: 926px) {
  .search_block .form_field input {
    width: 100%;
  }
}

@media screen and (max-width: 460px) {
  .search_result_info .news_cell img {
    float: none;
    margin-right: 0;
  }
}

/*************** кнопка поиска плагин sb-search *******/

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

.search_form {
  float: right;
}

.sb-search {
  position: absolute;
  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: 1rem;
  color: #2c3e50;
}

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

.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_icon.png) no-repeat;
  height: 30px;
  width: 30px;
  z-index: 120;
  font-size: 0.875rem;
  text-transform: none;
}

.sb-icon-search:hover {
  background: url(/desimages/hover_search_icon.png) no-repeat;
}

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

.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;
}

.header_nav_box_wrapper {
  width: 100%;
  background-color: #268ee5;
  -webkit-box-shadow: 0px 10px 21px -12px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 10px 21px -12px rgba(0,0,0,0.75);
box-shadow: 0px 10px 21px -12px rgba(0,0,0,0.75);
}

/* плагин полоса прокрутки */

.mCustomScrollBox {
  background-color: #f8f8f8;
}

/*************** залипание верхнего меню ************/
.topWindow {
  position: fixed;
  z-index: 10;
  top: 0;
  z-index: 60;
}

.topWindow2 {
  position: fixed;
  z-index: 60;
  top: 0;
  background-color: #268ee5;
  -webkit-box-shadow: 0px 10px 21px -12px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 21px -12px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 21px -12px rgba(0,0,0,0.75);
}

/* Pill style */
#scrollUp {
    bottom: 20px;
    right: 20px;
    /*background-color: #555;*/
    background-color: #1674C0;
    color: #fff;
    font-size: 12px;
    font-family: sans-serif;
    text-decoration: none;
    opacity: .9;
    padding: 10px 20px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    -webkit-transition: background 200ms linear;
    -moz-transition: background 200ms linear;
    -o-transition: background 200ms linear;
    transition: background 200ms linear;
    -webkit-backface-visibility: hidden;
}

#scrollUp:hover {
    /*background-color: #000;*/
    background-color: #268EE5; 
}

/* Плавающая панель */
#socializ {
	position: fixed;
	margin-left: -70px;
	z-index: 1000;
  border: 1px solid #E5E5E5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 6px 6px 0;
	background: #FFF;
}
* html #socializ {display: none}
#socializ:hover {
	background: #F6F6F6;
  border: 1px solid #D4D4D4;
	-moz-box-shadow: 0 0 5px #DDD;
	-webkit-box-shadow: 0 0 5px #DDD;
	box-shadow: 0 0 5px #DDD;
}
#socializ a {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 0 6px;
	background-color: #F6F6F6;
}
#socializ img {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}
/* Плавающая панель */
#socializ {
	position: fixed;
	margin-left: -70px;
	z-index: 1000;
  border: 1px solid #E5E5E5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 6px 6px 0;
	background: #FFF;
}
* html #socializ {display: none}
#socializ:hover {
	background: #F6F6F6;
  border: 1px solid #D4D4D4;
	-moz-box-shadow: 0 0 5px #DDD;
	-webkit-box-shadow: 0 0 5px #DDD;
	box-shadow: 0 0 5px #DDD;
}
#socializ a {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 0 6px;
	background-color: #F6F6F6;
}
#socializ img {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}
/* конец Плавающая панель */

.management-unit-avatar{background-size:contain!important;background-color:transparent!important;background-position:top center!important}
.management-unit-phone{margin-top:26px}
.management-unit-phone+.management-unit-phone{margin-top:0}
