:root {
    --news-item-read-more-align: right;
}

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

.header-area {
    z-index: 1;
}

.header-area__inside {
    padding: 0;
}

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

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

@media (min-width: 700px) {
    .logo {
        padding: 20px 0;
        background: none;
    }
    .header-nav-ul > li {
        border-bottom: none;
        border-left: 2px solid #88b83a;
        min-height: 30px;
        display: flex;
        align-items: center;
        padding-left: 1.5em;
    }
    .header-nav-ul > li:first-child {
        border-left: none;
        padding-left: 0;
    }
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*- main -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

@media (min-width: 1170px) {
    .main-area {
    }
    .main-area__inside {
        background: var(--main-background-and-border-color, #000);
    }
}

.main-column__inside {
    padding: 0 1.3em;
}

.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,
.main-header__title {
    font-style: italic;
    font-weight: 500;
}

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

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

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

.sidebar-first__inside > * + *:not(.nav-addon) {
    border-top: var(--sidebar-addon-border, 1px solid #d5d5d5);
    margin-top: 0;
}

.nav-addon {
    background: var(--sidebar-nav-bg, #000);
    padding: 0;
}

.nav-addon .sf-menu li:not(:last-child) {
    border-bottom: var(--sidebar-nav-border, 1px solid #dadada);
}

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

.nav-addon .sidebar__addon-header {
    padding: 0.6em 0.6em 0 0.6em;
}

.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;
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*- footer -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

.footer__inside {
    color: var(--footer-color, #fff);
    font-size: 0.9em;
    --flow-space: 0.5em;
}

.footer__copy {
    text-align: center;
    color: var(--footer-color, #fff);
    padding: 20px;
}

@media (min-width: 700px) {
    .footer__inside {
        align-items: start;
        gap: 40px;
    }
    .footer__inside > * {
        flex: 1;
    }
}

.footer__inside .center {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 40px;
}

.footer__inside .item {
    margin-bottom: 45px;
}

.footer__inside .icon {
    margin-bottom: 18px;
}

.footer__inside h2 {
    font-size: 1.5em;
    margin: 0;
    font-weight: 700;
}

.footer__inside .line {
    width: 55px;
    height: 3px;
    background: #86b938;
    margin: 14px 0 22px;
}

.footer__inside .green {
    background: #86b938;
}

.footer__inside h3 {
    font-size: 1.3em;
    line-height: 1.2;
    color: #86b938;
    margin-bottom: 18px;
}

.footer__inside p {
    margin: 0 0 18px;
}

.footer__inside ul {
    padding-left: 20px;
    margin: 0;
}

.footer__inside li {
    font-size: 1em;
    margin-bottom: 12px;
    line-height: 1.3;
}

.footer__inside .nr-konta {
    background: #86b938;
    color: #072c65;
    font-size: 1.2em;
    font-weight: 700;
    padding: 18px;
    border-radius: 14px;
    text-align: center;
    margin: 25px 0;
}

.footer__inside .tytul {
    font-size: 1em;
    line-height: 1.4;
}

.footer__inside .opis {
    font-size: 1em;
}
