.main-content {
    margin: 2em 0;
    flex-grow: 1;
}

.main-content .section-title {
    margin: 1.5em 0 0.25em;
    font-size: 1.5em;
    font-weight: 200;
    color: var(#ffffff);
}

body a {
    color: #C80D3F
}


.main-content .section-title::before {
    content: '';
    display: inline-block;
    width: 0.25em;
    height: 0.75em;
    background-color: var(#ffffff);
    margin-right: 0.5em;
}


.section-images-wrapper {
    display: flex;
    gap: 2em;
}

.section-person {
    display: flex;
    gap: 2em;
    align-items: start;
}

.pkp_brand_footer {
    display: none;
}

.section-person .section-person-photo {
    height: 6em;
    width: 6em;
    border-radius: 3em;
    object-fit: cover; /* Обрезаем изображение по размеру блока */
    clip-path: circle(); /* Создаем круглую область видимости */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.section-person .section-person-photo, .section-person .section-person-description {
    margin-bottom: 2em;
}

.person-indices {
    display: flex;
    gap: 1em;
    margin-top: 0.5em;
}

.link {
    color: #C80D3F;
    text-decoration: none;
}

.container a,
.content a,
.description a,
.pkp_structure_footer_wrapper a,
.cmp_breadcrumbs ol li a,
.cmp_notification a,
.links .current a,
.links .view a,
.additional_content p a,
.main-content a,
.page_issue_archive a {
    text-decoration: none;
    color: #C80D3F;
    position: relative;
}

.container a:hover,
.content a:hover,
.description a:hover,
.pkp_structure_footer_wrapper a:hover,
.cmp_breadcrumbs ol li a:hover,
.cmp_notification a:hover,
.links .current a:hover,
.links .view a:hover,
.additional_content p a:hover,
.main-content a:hover,
.page_issue_archive a:hover {
    color: #C80D3F;
}

.container a::after,
.content a::after,
.description a::after,
.pkp_structure_footer_wrapper a::after,
.cmp_breadcrumbs ol li a::after,
.cmp_notification a::after,
.links .current a::after,
.links .view a::after,
.additional_content p a::after,
.main-content a::after,
.page_issue_archive a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #C80D3F;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s ease-in-out;
}

.container a:hover::after,
.content a:hover::after,
.description a:hover::after,
.pkp_structure_footer_wrapper a:hover::after,
.cmp_breadcrumbs ol li a:hover::after,
.cmp_notification a:hover::after,
.links .current a:hover::after,
.links .view a:hover::after,
.additional_content p a:hover::after,
.main-content a:hover::after,
.page_issue_archive a:hover::after {
    transform: scaleX(1);
}

.pkp_page_index .current_issue .read_more:after {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f054";
    position: absolute;
    top: 2px;
    right: 0;
    width: 2.143rem;
    height: 2.143rem;
    line-height: 2.143rem;
    text-align: center;
}

.pkp_page_index .current_issue .read_more:hover::after {
    transform: scaleX(1);
}

.pkp_page_index .current_issue .read_more {
    display: inline-block;
    position: relative;
    padding-right: 2.143rem;
    font-size: .93rem;
    font-weight: 700;
    line-height: 2.143rem;
    color: #C80D3F;
    text-decoration: none;
    margin-bottom: 1.43rem;
}

.pkp_page_index .current_issue .read_more:hover {
    color: #C80D3F;
}

.obj_galley_link {
    border-color: #C80D3F;
    color: #C80D3F;
}

.obj_galley_link:hover {
    background-color: #C80D3F;
}

.pkp_nav_list ul a {
    color: black;
}

.pkp_nav_list ul a:hover {
    color: #C80D3F;
}

.pkp_navigation_primary .dropdown-menu a:focus, .pkp_navigation_primary .dropdown-menu a:hover {
    border-color: #C80D3F
}

.pkp_button:hover, .pkp_button:focus, .pkp_button_primary:hover, .pkp_button_primary:focus, .pkp_button_offset:hover, .pkp_button_offset:focus, .pkp_button_link:hover, .pkp_button_link:focus {
    color: #C80D3F;
    border-color: #C80D3F;
    outline: 0
}

.cmp_edit_link {
    color: #C80D3F;
}

.cmp_button, .cmp_form .buttons button, .page_lost_password .buttons button, .page_search .submit button, .block_make_submission a {
    border-color: #C80D3F
}

.page_search .submit button:after {
    background: #C80D3F;
}

.page_search .submit button:hover:after, .page_search .submit button:focus:after {
    box-shadow: inset 0 1em 1em rgba(0, 0, 0, 0.2);
    background: #C80D3F
}

.page_search .submit button {
    color: #C80D3F;
}

.header_view {
    background-color: #C80D3F;
}


.header_view .title:hover,
.header_view .return:hover {
    color: white;
    background-color: #6d061d;
}

.header_view .download,
.header_view .return {
    color: #C80D3F;
}

.header_view .download:hover {
    color: white;
    background-color: #6d061d;
}

.title,
.pkp_site_name .is_text {
    color: #C80D3F
}

.no_underline_links_container a::after {
    content: none
}

.cmp_notification {
    border-left: .357rem solid #C80D3F;
}

@media (max-width: 992px) {
    .pkp_site_name .is_text {
        font-size: 1.03rem;
    }

    .header_logo {
        display: none
    }

    .text_under_header_title {
        display: none
    }
}

@media (min-width: 992px) {
    .pkp_site_name {
        display: flex;
        height: 150px;
        align-items: center;
        gap: 3rem;
        padding-bottom: 1rem;
    }

    .pkp_site_name img {
        width: 300px;
        height: 150px;
    }

    .text_under_header_title {
        font-size: 1rem;
        color: #575760;
    }

    .pkp_site_name .is_text {
        font-size: 1.83rem;
    }
}

.pkp_site_name .is_text:focus {
    text-decoration: none
}

.header_title_container {
    display: flex;
    align-content: space-around;
    flex-direction: column;
}

.pkp_page_index .homepage_about {
    padding-bottom: 0;
}

@media (min-width: 992px) {
    .obj_issue_toc .galleys, .obj_issue_toc .section {
        margin: 2.143rem -2.143rem;
    }
}

@media (min-width: 768px) {
    .obj_issue_toc .galleys, .obj_issue_toc .section {
        position: relative;
        margin: 2.143rem -1.43rem;
        padding: 2.143rem 0;
    }
}

.indexing-grid-container {
    display: grid;
    place-items: center;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.archive_issues_container {
    display: flex;
    flex-direction: row;
    gap: 1.25rem;
}

.archive_issues_container h3 {
    margin: 0;
}

.indexing-grid-item {
    text-align: center;
    padding: 10px;
    font-size: 24px;
    color: white;
}

.indexing-grid-item img {
    display: flex;
    align-items: center;
    max-width: 100%; /* Ограничиваем ширину изображения */
    height: auto; /* Высота будет масштабироваться автоматически */
    object-fit: contain; /* Обрезаем изображение, чтобы оно заполнило весь контейнер */
}

@media (min-width: 768px) {
    .pkp_page_index .journals .thumb {
        float: left;
        width: 40%;
        padding-right: 1.43rem;
    }
}

.pkp_page_index .journals img {
    max-height: 28em;
}

@media (min-width: 768px) {
    .pkp_page_index .journals .thumb + .body {
        width: 60%;
    }
}

