body, html {
  padding: 0;
  margin: 0;
  color: #333;
  height: 100%;
  font-size: 12px;
  font-family: Arial;  
/*  padding-top: 20px;*/
  background-color: #dbdcd4;
}

#mainT {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,5);
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
/*  
  -webkit-border-radius: 8px 8px 0px 0px;
  -moz-border-radius: 8px 8px 0px 0px;
  border-radius: 8px 8px 0px 0px;*/
}

.lg {
    padding: 10px 15px 10px 15px;
    border-right: 0px solid #dadadc;
    height: 30px;
    width: 270px;
}

.logo {
    width: 230px;
    height: 30px;
}

.logo img {
    float: left;
}

.logo div {
    padding-left: 10px;
    padding-top: 10px;
    float: left;
    font-size: 26px;
    font-weight: bold;
    line-height: 20px;
    font-family: 'Roboto Condensed', sans-serif;      
}

.logo div .small {
  font-size: 11px;
  font-weight: normal;
  color: #6e6e6e;
font-family: Arial;    
}

.desc {
    font-size: 11px;
    color: #6e6e6e;
    font-weight: normal;
    padding: 10px 15px 10px 15px;
    border-right: 0px solid #dadadc;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}

.search {
    padding: 10px 10px 10px 15px;
    /*width: 100px;*/
}

.search input[type=text] {
    width: 195px;
    height: 37px;
    box-sizing: border-box;
    border: 0px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    color: #9a9a9a;
    font-style: italic; 
    background-color: white;
    background-image: url('../images/icon_search.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding-left: 35px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;    
}

.search input[type=text]:focus {
    width: 195px;
}

#ya-site-form0 .ya-site-form__submit_type_image {
    background: url(../images/icon_search.png) no-repeat!important;
}
#ya-site-form0 .ya-site-form__input-text {
  padding: 5px;
  border: 1px solid #ccc;
}
#ya-site-form0 .ya-site-form__form * {
    font-size: 13px !important;
}
.b-head__l {
  display: none!important;
}
.b-head__l, .b-head__r {
    padding: 0!important;
}

#qsInput {
    padding: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
    border: 0px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    color: #9a9a9a;
    font-style: italic; 
    background-color: white;
    background-image: url('../images/icon_search.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding-left: 35px;
    width: 230px;
    height: 34px;
}

.separator {
    height: 2px;
    width: 100%;
    background: url('../images/line.png') repeat;
}

.slider {
    height: 230px;
    background: url('../images/slider/slider_01.jpg') left 70%;
    background-size: cover;
}

.menu-top {
    width: 100%;
    height: 48px;
  background-color: #3d5487;
   opacity: 0.9;
position: relative;
    z-index: 10000;   
}

.content {
  width: 950px;
}

.menu {
    background-color: #f1f2f4;
    border-right: 1px solid #cecfd3;
    padding: 20px;
    width: 260px;
}

.copyright {
    background-color: #ececec;
    border-right: 1px solid #cecfd3;    
    border-top: 1px solid #cecfd3;
    width: 270px;
    height: 60px;
    font-size: 10px;
    color: #68696b;
    padding: 15px;
}

.copyright a, .copyright a:hover {
  color: #68696b;
}

h1 {
  font-size: 20px;
  border-bottom: 1px solid #cecfd3;
  color: #414143;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-weight: normal;
  font-family: 'Roboto Condensed', sans-serif;    
}

h1 a {
  font-size: 12px;
  color: #6c6c6c;
}

h1 a:hover {
  font-size: 12px;
  text-decoration: none;
  color: #414143;
}

h2 {
  font-size: 15px;
  border-bottom: 0px solid #cecfd3;
  color: #414143;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 5px;
  font-weight: normal;
  font-family: 'Roboto Condensed', sans-serif;    
}

.content {
  padding: 20px 40px 65px 40px;
  background: url('../images/header.png') bottom right no-repeat;
}

.banners {
  float: left;
}

#top-menu {
  height: 48px;
  margin: 0 auto;
  float: left;
  position: relative;
  margin-bottom: 0px;
}

#top-menu ul .top {
  color: #f1f2f4;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
  height: 40px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-left: 8px;   
}

#top-menu ul .top a {
  text-decoration: none;
  color: #f1f2f4;
  font-size: 10px;
}

#top-menu .line {
  border-right: 1px solid #6377a4;
}

#top-menu ul .item {
  display: none;
  background-color: #526897; /*4b5465*/
  z-index: 2;  
}

#top-menu ul:hover .item {
  display: block;
  padding: 5px;
  overflow: hidden;
}

#top-menu ul:hover .item a {
  text-decoration: none;
  color: #f1f2f4;
  font-size: 11px;
}

#top-menu ul:hover .item a:hover {
  width: 90px!important;
}

#top-menu ul.item1 {
  width: 85px!important;
}

#top-menu ul.item2 {
  width: 85px!important;
}

#top-menu ul.item3 {
  width: 101px!important;
}

#top-menu ul.item6 {
  width: 100px!important;
}

#top-menu ul.item8 {
  width: 130px!important;
}

#top-menu ul.item9 {
  width: 112px!important;
}

#top-menu ul.item10 {
  width: 140px!important;
}

#top-menu ul.item11 {
  width: 90px!important;
}

#top-menu li.hight {
  background-color: #647288!important;
}

#top-menu ul {
  float: left;
  width: 117px;
  #width: 117px;
  margin: 0px;
  padding: 0px;
  list-style: none;
  cursor: pointer;
}



#left-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#left-menu ul:hover .item {
  display: block;
  overflow: hidden;
}

#left-menu li.top {
  padding: 5px 0px 5px 0px;
}

#left-menu li.curr {
  font-weight: bold;
}

#left-menu li.item {
  display: none;
  padding: 0px 5px 10px 10px;
  margin: 0px;
  text-transform: uppercase;
}

#left-menu a {
  color: #444c5c;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
}

#left-menu ul .item a {
  font-size: 10px;
}

.content table {
  background-color: #CCC;
}

.content table td {
  background-color: #FFF;
}

.content table.ns {
  background-color: #FFF;
}

.content table.ns td {
  background-color: #FFF;
}

.okrug_block {
  width: 230px;
  height: 90px;
  float: left;
  border:0px solid #FF0000;
  padding: 0px 10px 20px 10px;
}

span.ndate, span.ndate a {
  text-align: left;
  color: #999;
  font-size: 11px;
  line-height: 24px;
}

td.splash {
  padding-right: 10px;
}

a {
  color: #3c4886;
  text-decoration: underline;
}

a:hover {
  color: #3c4886;
  text-decoration: none;
}


.breadcrumb {
    padding: 10px;
    margin-bottom: 20px;
    list-style: outside none none;
    color: #666;
    background-color: #f1f2f4;
}

.breadcrumb > li {
    display: inline-block;
    white-space: pre-line
}

.breadcrumb > li + li::before {
    content: "» ";
}

.breadcrumb a {
    color: #666;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.special {
  font-size: 14px;
}

.lenta_pubDate {
  padding: 3px;
  margin-bottom: 3px;
  font-size: 10px;
  background-color: #f1f2f4;
  color: #68696b;
  display: inline-block;
}

div.top1 {
  border-left: #ff7070 3px solid;
  padding-left: 6px;
}

div.top .lenta_pubDate {
  background-color: #bd4e4e;
  color:  #FFF;
}

.banContainer {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #cecfd3;
  margin-bottom: 10px;
  background-color: #f9f9fa;
  width: 228px;
  height: 80px;
}

.banContainer .banLogo {
  float: left;
  width: 49px;
  padding-top: 10px;
  padding-left: 10px;
  border-right: 0px solid #cecfd3;
  text-align: center;
}

.banContainer .banLogo img {
  width: 40px;
  height: 40px;
}

.banContainer .banDesc {
  height: 40px;
  float: right;
  width: 148px;
  padding: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
}

.banContainer .banLink {
  width: 225px;
  height: 10px;
  padding: 2px 5px 2px 0px;
  clear: both;
  border-top: 1px solid #e3e4e6;
  text-align: right;
  font-size: 10px;
  text-transform: uppercase;
}

.banContainer .banLink a {
  color: #333;
}

.banContainer .banLink a:hover {
  color: #666;
  text-decoration: none;
}

.sepa {
  width: 9px;
  height: 80px;
  background-image: url('../images/sepa.png');
}

#newsImages {
  width: 210px;
  float: left;
}

#newsImages img {
  float: left;
  width: 200px;
  padding-bottom: 10px;
}

#newsText {
  float: left;
  width: 629px;
}

#newsText_full {
  float: left;
  width: 100%;
}

#newsInfo {
  clear: both;
  width: 100%;
  text-align: left;
}

#newsInfo a {
  font-size: 10px;
  text-transform: uppercase;
}

div.break {
  width: 70%;
  height: 2px;
  border-bottom: 2px dashed #dbdcd4;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

#banSlider {
  height: 1%;
  margin-top: 60px;
  overflow: hidden;
  position: relative;
}

#banSlider .viewport {
  height: 82px;
  overflow: hidden;
  position: relative;
  margin-left: 50px;
  margin-right: 50px;
}

#banSlider .overview {
  position: absolute;
  padding: 0;
  margin: 0;
  width: 240px;
  left: 0;
  top: 0;
}

#banSlider .overview .banContainer {
  margin-left: 10px;
  margin-right: 10px;
  float: left;
}

#banSlider .buttons {
  background: #d9d9d9;
  border-radius: 35px;
  display: block;
  position: absolute;
  top: 24px;
  left: 0;
  width: 35px;
  height: 35px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
  text-decoration: none;
  font-size: 22px;
  z-index: 1;
}

#banSlider .next {
  right: 0;
  left: auto;
  top: 24px;
}

#banSlider .buttons:hover {
  color: #FFF;
  background: #e7e7e7;
}

#banSlider .disable {
  visibility: hidden;
}

.comItem {
  margin-bottom: 20px;
}

.comItem .lenta_pubDate {
  background-color: #f9f9f9;
  color: #888;
}

.grey {
  color: #777;
}

table.form input[type=text] {
  width: 220px;
  border: 1px solid #ccc;
  padding: 5px;
  color: #666;
}

table.form textarea {
  width: 470px;
  border: 1px solid #ccc;
  padding: 5px;
  color: #666;  
}

div.error {
  border: 1px #e6b3b3 solid;
  background-color: #f3dddd;
  color: #a83b3b;
  padding: 10px;
width: auto;
}

div.success {
  border: 1px #aee6ae solid;
  background-color: #dfeedf;
  color: #579857;
  padding: 10px;
}

#hideBan {
  text-decoration: none;
  border-bottom: 2px #999 dashed;
  color: #999;
  line-height: 60px;
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif;   
}

#footerBanners {
  width: 1200px;
  margin: 0 auto;
  display: block;
}

#footerBanners .banContainer {
  float: left;
  margin-right: 10px;
}

.a_c {
  float: left;
  margin-right: 40px;
  margin-bottom: 10px;
  width:300px;    
}

.a_c:hover .a_h {
  visibility: visible  ;
}

.a_h {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  padding: 5px;
  height: 16px;
  background-color: #000;
  color: #FFF;
  top: -28px;
  margin: 0;
  visibility: hidden;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.cold_td {
        padding: 10px 15px 10px 15px;
    background-color: #5F73A1;
}
    
.cold_block {

    color: #FFF;
    line-height: 30px;
    text-align: center;
    width: 400px;
    margin: 0 auto;
}

.cold_block img {
    height: 30px;
    float: left;
}

.inTop {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 4%;
  height: 100%;
  cursor: pointer;
  display: none;

  opacity: 0.5;  
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;  
}

.inTop:hover {
  background-color: #EDEDEA;
  
  opacity: 0.6;  
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;  
}

.inTop span {
  display: block;
  width: 100%;
  margin-top: 20px;
  text-align: center;
  font-size: 200%;
  color: #52466a;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

img.ct {
    position: absolute;
    top: 42px;
    padding-left: 20px;
    height: 290px;
}

img.ct2 {
    position: absolute;
    top: 105px;
    padding-left: 1096px;
    height: 140px;
}

div#banSnow {
    margin: 40px 0 0;
    background: #f9f9fa url(https://www.admugansk.ru/temp/snog1.jpg) right 44% no-repeat;
    border-radius: 10px;
    border: 1px solid #ebebeb;
    padding: 20px;
    min-height: 80px;
    background-size: 30%;
    font-size: 15px;
}

.sn-container {
    display: flex;
    align-items: flex-end;
}

.sn-container ul {
    list-style: none;
    margin-left: 0px;
    padding-left: 20px;
}

.sn-container li {
    display: flex;
    align-items: center;
}

.sn-container li:before {
    content: " ";
    display: inline-block;
    width: 5px!important;
    height: 5px!important;
    background-color: #ff7600;
    border-radius: 6px;
    margin-right: 5px;
}