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

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

.disabilities__inside {
    padding-inline: 10px;
}

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

.header-area__inside {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 10px;
    background: var(--main-background-and-border-color);
}

.header-nav-toggle {
    display: block;
    cursor: pointer;
    background: var(--header-nav-mobile-toggle-color, #222);
    border-radius: 2px;
    padding: 10px;
    border: none;
    width: 100%;
}

.header-nav-toggle .line {
    display: block;
    width: 30px;
    height: 3px;
    background-color: var(--header-nav-mobile-background, #fff);
    margin: 5px auto;
}
.header-nav-toggle:focus-within .line {
    background-color: #000;
}

.search-form--header-area {
    width: 100%;
}

.social {
    flex-shrink: 0;
}

.social__list {
    display: flex;
    gap: 5px;
    list-style: none;
    padding: 0;
}

.banner-area__inside {
    background: var(--main-background-and-border-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

@media (min-width: 700px) {
    .header-nav-toggle {
        display: none;
    }
    .header-nav-ul > li {
        background: url(../images/menu-icon.png) no-repeat left center;
        padding-left: 25px;
    }
}

@media (min-width: 900px) {
    .header-area__inside {
        flex-direction: row;
        justify-content: center;
    }

    .header-nav {
        margin-right: auto;
    }

    .search-form--header-area {
        max-width: 250px;
    }

    .banner-area__inside {
        flex-direction: row;
        justify-content: center;
        gap: 0;
    }
    .logo {
        flex-shrink: 1;
    }
}

@media (min-width: 1170px) {
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*- main -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
.main-area__inside {
    background: var(--main-background-and-border-color, #000);
    border: 5px solid var(--main-background-and-border-color, #000);
}

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

.main-content > *:not(.main-header) {
    border-top: 1px dashed #333;
}

.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: 10px;
}

.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-second__inside {
    background: var(--sidebar-second-bg, #000);
    padding: 0 1em;
}

.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 {
    background: url(../images/menu-icon.png) no-repeat 6px 11px;
    padding-left: 20px;
}
.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-area {
    margin-top: 0;
}
