.news-detail-vk {
    display: none !important;
}
/* По классу и data-id вместе */
.news-list-item.news-list-head[data-id="315"] {
    display: none !important;
}

/* По структуре - найдите общего родителя */
.parent-container > .news-list-item[data-id="315"] {
    display: none !important;
}

.intec-header.standard-1 .header-tagline {
    left: -50px;
}

.intec-header .standard-1 .dropout-content {
    display: none;
}
