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

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