:root {
    --color-border: #366faa;
}

.header .c-top-menu, .user-menu ul {
    background: var(--color-border, #366faa);
    color: rgba(255, 255, 255, 0.9);
}

.header .c-top-menu .top-menu a:hover {
    color: rgba(255, 255, 255, 0.4);
}

.header .c-top-menu .top-menu > li:first-child {
    width: 90px;
    position: relative;
}

.header .c-top-menu .top-menu img.logo {
    width: 90px;
    height: auto;
    position: absolute;
    z-index: 102;
}

ul.top_menu li {
    font-size: 14px;
}

.main-menu {
    margin-left: calc(80px + var(--indent-container, 40px));
}

i.user, i.search, .header .hamburger {
    -webkit-filter: invert(100%); /* Safari/Chrome */
    filter: invert(100%);
}

footer {
    background: #fff;
}

footer h3, footer a {
    /*  color: #f1f1f1;*/
}
img.search {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.news-item.news-item__revers {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.news-item.news-item__revers > *:first-child {
    order: 2;
}

.news-item.news-item__revers .news-item__image {
    margin-bottom: 0;
    margin-top: var(--indent-main, 20px);
}
p.m-t.p-t.b-t.rotator-b, p.rotator-b {
    font-size: 12px;
    padding-top: 5px;
    margin-top: 5px;
}
@media (max-width: 1024px) {
    .top-menu__main-menu {
        color: #000;
    }
}

@media (max-width: 800px) {
    .header {
        padding: 0;
    }

    .header > * {
        padding: 0 var(--indent-main, 20px);
    }

}
p.rotator-b {
    font-size: small;
    margin: 10px 0 10px 10px;
}