.main-left-panel > a:last-child {
  border-bottom: 1px solid #dfdfe6 !important;
}

.main-left-panel > a.static-banner {
  background-repeat: no-repeat;
  background-position: center;
  height:120px;
  padding: 20px;
}

.news-item-main__container-first-video{
  height: 400px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
}

.news-item-main__container-first-video IFRAME{

}

.special-project-main .news-item-main__container-first-video{
  overflow: initial;
  position: relative;
  display: block;
  justify-content: center;
}

.legal-information__advertising A{
  padding:20px;
}

.news-item-main__container-first-img{
  height:auto !important;
}

.news-container__list {
  flex-wrap: wrap;
}
.news-container__list li a {
  margin-bottom: 10px;
}

.preloader_wrap {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: hidden;
  background: rgb(41 61 102 / 70%);
  user-select: none;
}

.congr_in {
  z-index: 99999;
}

.preloader_wrap.active {
  display: block;
}

.preloader_core {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 11px;
  width: 5em;
  height: 5em;
}

/*New Year Style START*/
body.new-year {
  padding-top: 70px;
  background: #f7f7f7;
}

body.new-year .b-page_newyear {
  z-index: 900;
}
body.new-year .b-page_newyear .b-page__content {
  min-height: 70px;
  background: #f7f7f7;
}

body.new-year .scroll .header-wrapper {
  top: 0;
}

/*New Year Style END*/

/*Chukotka in the lens Style START*/

.lens-text{
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 20px;
}

/*Chukotka in the lens Style END*/