
/*Призыв подписаться в анонсах видео/постов из соц сетей в новостях*/
.subscribe-in-news-block {
  margin-top: 24px;
  padding: 20px 24px;
  border: 1px solid #e5e7eb;
  border-radius: 5px;
  background: #f8fafc;
}

.subscribe-in-news-block  p {
  margin: 0 0 12px 0;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(0,0,0,.4);
}

.subscribe-in-news-block  ul {
  margin: 0;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.7;
  color: #1f2937;
}

.header-news {
    display: none;
}

@media (min-width: 768px) {
.header-news {
    margin-left: 30px;
    font-size: 15px;
    line-height: 1;
    display: inline;
    cursor: pointer;
    transition: opacity .2s ease-in-out;
    text-decoration: none;
}
}

.header-news:hover {
  opacity: .6;
}