<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.news-main{
  padding-top: 170px;
}

.news__view-inner{
  margin-top: 40px;
}

.news__header-img img{
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.news__date{
  margin-top: 40px;
}

.news__date,.istochnik{
  font-size: 18px;
  font-weight: 500;
}

.news__text img{
  max-width: 100%;
}

.news__text{
  font-size: 18px !important;
}

@media screen and (max-width: 1500px){
  .news-main{
    padding-top: 100px;
  }

}

@media screen and (max-width: 1024px){
  .news__header-img {
    display: none;
  }
}
</pre></body></html>