@import url("https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&display=swap");
:root {
    --banner-display: block;
    /* --news-item-read-more-align: left; */
    /* --news-item-read-more-font-style: italic; */
}

.main-area__inside {
    gap: 10px;
}

.main-column__inside {
    padding: 0 15px 15px 15px;
}

.sidebar-second__inside > * + * {
    border: none;
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*- header -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

.header-area {
    z-index: 1;
    margin-bottom: 10px;
}

.header-area__inside {
    padding: 0;
}

.logo {
    display: block;
    padding: 20px 30px;
}

.page--high-contrast .logo {
    background: #fff;
}

.godlo {
    display: none;
}

.banner-area {
    margin-bottom: 10px;
}

@media (min-width: 700px) {
    .logo {
        padding: 10px 0;
        background: none;
    }
    .header-nav-ul {
        row-gap: 1em;
    }
    .header-nav-ul ul {
        top: 130%;
        left: -6px;
    }
    .header-nav-ul > li {
        padding-right: 1.5em;
        border-right: 1.5px solid #000;
    }
    .header-nav-ul > li:last-child {
        padding-right: 0;
        border-right: none;
    }
    .header-nav-ul > li > a {
        line-height: 1;
    }
    .godlo {
        display: block;
    }
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*- news -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

.news-item {
    border: var(--news-item-border);
    background: var(--news-item-bg, #000);
    padding-left: 1em;
    padding-right: 1em;
}

.news-item,
.news-item:not(:last-child) {
    padding-bottom: 1em;
    margin-bottom: 1em;
}

.news-item::after {
    display: none;
}

.news-item__thumbnail,
.news-item__title {
    margin-top: var(--flow-space);
}

.news-item__title,
.news-item__text,
.news-item__read-more-block,
.main-header__title,
.main-text {
    font-family: "PT Serif";
}

.news-item__title,
.main-header__title {
    font-style: italic;
    font-weight: 600;
}

.news-item__read-more-link {
    padding: 0.3em 1.2em;
    border-radius: 0;
}

.news-item__read-more-icon {
    display: none;
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*- sidebar -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

.sidebar__addon:not(.survey-addon) {
    padding: 15px;
}

.sidebar__addon.nav-addon {
    padding-top: 5px;
}

.sidebar-first__inside > * + *::before {
    display: none;
}

.nav-addon .sf-menu li {
    border-bottom: 1px solid #b9baeb;
}

.nav-addon .sf-menu > li > a {
    padding: 0.8em 0;
    line-height: 1.2;
    padding-left: 1.2em;
    position: relative;
}

.nav-addon .sf-menu > li > a::before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    background: #19c1f6;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.sidebar__addon.nav-addon .sidebar__addon-header {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
