
  section.header{
     max-width:100%;
     margin:0 auto;
     height: auto;
     padding-top: 0;
     background: url('../img/header_bg.png') no-repeat top center;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
   }
   .header_mobile{
     width: 100%;
     padding: 5px 12px 0px 15px;
   } 

   .logo_mobile{
     width: 100%;
     padding: 4px 12px 4px 10px;
   } 
   
   .header_mobile .mobile_icons{
     text-align:center;
     margin-left: 19px;
   }
   .header_mobile .mobile_icons a{
     display: inline-block;
     padding-top: 14px;
     text-indent: -9999px;
   }
   .header_mobile a.infotv {
     padding-left: 45px;
     background: url('../img/infotv.png') no-repeat left;
   }
   .header_mobile a.panorama{
     padding-left: 41px;
     margin: 0 6px;
     background: url('../img/panaroma.png') no-repeat left;
   }
   .header_mobile a.sitemap {
     padding-left: 33px;
     background: url('../img/sitemap.png') no-repeat left;
   }
   .mobile_search {
     padding-top: 8px;
     text-align: right;
     position:relative;
   }
   button.search_icon{
     
/* position: absolute; */
     
right: 0;
     
/* bottom: 0; */
     
padding: 12px 15px;
     
border: none;
     
background: url('../img/search_icon_mobile.png') no-repeat left;
   }
   .nav_button_ {
     text-align: right;
     position:relative;
   }
   .mobile_lang{
      padding-top: 9px;
   }
   .mobile_lang a{
      padding: 4px 4px;
      margin: 0 2px;
      font-family: Cambria;
      font-size: 12px;
      color: #00324C;
   }
   .mobile_lang a.active_lang{
      color: #FFFFFF;
      background: url('../img/active_lang.png') no-repeat right;
   }
   .mobile_logo {
     /* padding-left: 23px; */
   }
   .mobile_logo a{
     float:left;
     width: 50px;
     margin: 0;
     padding: 0;
   }
   .mobile_logo span{
     display: block;
     margin-top: 17px;
     font-size: 10px;
     font-style: normal;
     font-variant: normal;
     font-weight: 100;
     color:#FFF;
     text-shadow: 1px 1px 4px #00324C;
   }
   a.nav_button{
     display: inline-block;
     position:absolute;
     right: 3px;
     top: 13px;
     padding: 8px 5px 5px 5px;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
     background: #00000040;
   }
   a.nav_button span{
     display:block;
     padding: 1px 10px;
     margin-bottom: 3px;
     background: #EEE;
   }
   
   /*menu start*/
section.menu_row{
  display: none;
  width: 100%;
  margin-bottom:2px;
  background: #FFF;
  border-top: 1px solid #EEE;
}

/*menu*/
 .menu{
 /* display: table; */
 padding: 6px 0;
 position: relative;
}
.menu>ul>li>a{
}
.menu > ul > li {
  */
  height: 28px;
  position: relative;
  display: block;
  margin: 0 15px;
  margin-bottom: 2px;
  background: #EEE;
  border-radius: 5px;
}
.menu > ul > li.show-for-pc {
 background: #EEE;
 border-radius: 5px;
}
.menu > ul > li.show-for-pc>a {
  display: block;
}
.menu>ul>li>a:hover{
 color: #00bff3;
}

.menu>ul>li.h_sub:hover>a{
   padding-bottom:10px;
   -webkit-border-radius: 6px;
   -webkit-border-bottom-right-radius: 0px;
   -webkit-border-bottom-left-radius: 0px;
   -moz-border-radius: 6px;
   -moz-border-radius-bottomright: 0px;
   -moz-border-radius-bottomleft: 0px;
   border-radius: 6px;
   border-bottom-right-radius: 0px;
   border-bottom-left-radius: 0px;
}
.menu .dropdown > li > a{font-size: 13px;display: block;padding: 5px 8px;text-transform: uppercase;font-family: Tahoma;text-decoration: none;color: #000;}
ul.dropdown ul {
 display: none;
 /* position: absolute; */
 /* top: 57px; */
 width: 100%;
 padding: 10px 12px;
 left: 0px;
 z-index: 99999;
 -webkit-border-bottom-right-radius: 6px;
 -webkit-border-bottom-left-radius: 6px;
 -moz-border-radius-bottomright: 6px;
 -moz-border-radius-bottomleft: 6px;
 border-bottom-right-radius: 6px;
 border-bottom-left-radius: 6px;
 /* background: #0a9bcc; */
}
ul.dropdown ul li{
 position: relative;
 background: url('../img/sub_bg.png') repeat-x top;
}
ul.dropdown ul li:first-child{
 background: none;
}
ul.sub_menu  li a{
 display:block;
 padding: 4px 0;
 font: 12px/14px Arial;
 color: #000;
}
ul.sub_menu  li.more-item>a{
 background:url('../img/m_item.png') no-repeat right;
}
ul.sub_menu  li:hover{
}
ul.sub_menu  li a:hover{
 /* color:#197b30; */
 font-style: italic;
}
ul.dropdown ul ul{
  display:none;
  left: 100%;
  top: -9px;
  padding-left: 22px;
}
/*menu end*/
/*menu end*/
.fixed{
  position:fixed;
  top:0;
}
#manshet .carousel-inner .item img{
  /* min-width:768px; */
}
.news_left{
    padding-right:0;
  }
  .news_right{
    padding-left:0;
  }
@media (max-width: 767px){
   .news_div .news_mini_img img.img-responsive, #photo_gallery_carousel .item img.img-responsive,  #video_gallery_carousel .item img.img-responsive,  #banners_carousel .item img.img-responsive{
     width:768px;
   }
   
   .news_div .news_mini_img:before{
     display:none;
   }
   .news_div>div a.gall_btn{
     bottom: 1%;
     right: 1%;
   }
  .hovereffect .overlay {
    /* padding: 0; */
  }
  .hovereffect .overlay span.g_m_date{
  /* padding: 1px 0 2px; */
  /* margin-bottom: 2px; */
  color: #03bff3;
  font-size: 15.55px;
  }
 .hovereffect .overlay span.g_m_name{
  font-size: 17px;
 }
 #anouncment_carousel {
    margin-top: 9px;
 }
 #main_announcment .carousel-inner .item span.m_a_date {
    display: block;
    margin: 0 0 3px;
    font-family: Cambria;
    color: #00324c; 
    font-size: 15px;
    font-weight: bold;
  }
  #accordions_footer .panel-body{
    margin-left: 25px;
  }
  .gallery_li img.img-responsive{
    width:100%;
  }
}
.logo_mobile .img-responsive {
    width: 55px;
    margin: 0;
    padding: 0;
}

section.footer{
  padding: 29px 23px 0px;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 0px;
  background: #EEE;
}

span.spanlogotext_ru {
    display: block;
    margin-top: 16px;
    font-size: 9px;
    font-style: normal;
    font-variant: normal;
    font-weight: 100;
    color: #FFF;
    text-shadow: 1px 1px 2px #00324C;
}

.mobile_search.col-xs-3.col-sm-3 {
    width: 18%;
}

.page-tools {
    display: none;
}

span.news-text {
    display: inline-grid;
}

.istinad_1 {
overflow: hidden;
}

.istinad_2 {
    overflow: scroll;
}