#page_header #projects_list li:first-child {
    position: relative;
    background: #3b4048 url(../img/logo-ecology.webp) no-repeat 16px 50%/90%;
}
#page_header #projects_list .zharov_logo {
    height: 66px;
    background: url(../img/logo-zharov.webp) no-repeat center center/100%;
}

.lower_level > .column {
    display: flex;
    flex-wrap: wrap;
}

.top_news_wrapper .top_news_slider article {
    background: #0d1137;
    color: #fffffe;

    .block_header,
    .labels .muted,
    p {
        color: #fffffe;
    }

    .special_label,
    .labels {
        text-transform: uppercase;
    }

    .labels {
        display: flex;
        justify-content: space-between;
        margin-bottom: 8px;
    }

    .special_label {
        font-size: 0.8rem;
    }

    .special_title {
        font-size: 2rem;
        &:after {
            content: none;
        }
    }

    a {
        height: auto;
    }
}

.top_news_wrapper .tab {
    border-top: 2px solid transparent;

    &:last-child {
        border-bottom: 1px solid transparent;
    }

    &.hover {
        color: #0d1137;
        font-weight: 600;
        border-bottom-width: 2px;
        border-color: #7397f9;
    }
}
