

/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/modern/style.min.css?1718608292675*/
div.modern-page-navigation{padding:.5em 0}div.modern-page-navigation a,span.modern-page-current,span.modern-page-dots{border-left-width:1px;border-left-style:solid;padding-left:.75em;padding-right:.5em;text-decoration:none}div.modern-page-navigation a.modern-page-previous{border-right-width:1px;border-right-style:solid;border-left:0}div.modern-page-navigation a.modern-page-first,div.modern-page-navigation span.modern-page-first{border-left:0;padding-left:.5em}span.modern-page-current{font-weight:var(--ui-font-weight-bold)}div.modern-page-navigation a,span.modern-page-current,div.modern-page-navigation a.modern-page-previous,span.modern-page-dots{border-color:#cdcdcd}
/* End */


/* Start:/bitrix/templates/university_default/components/bitrix/news.list/magazines/style.css?17689919562517*/
.journal-list-page {
    background-color: #ffffff;
    padding: 40px 0;
}

.journal-page-title {
    font-size: 42px;
    margin-bottom: 40px;
    color: #222;
}

/* ФИЛЬТР */
.journal-years-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.year-link {
    padding: 8px 16px;
    background: #f5f5f5;
    color: #444;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.year-link:hover, .year-link.is-active {
    background: #1b4723;
    color: #fff;
}

/* СЕТКА (3 в ряд) */
.journal-list-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 30px;
}

.journal-item-wrapper {
    display: flex;
    flex-direction: column;
}

.journal-item-cover {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1.4; /* Пропорция книжной обложки */
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    border-radius: 4px;
    margin-bottom: 20px;
    background: #f0f0f0;
}

.journal-item-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.journal-item-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(27, 71, 35, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.journal-item-overlay span {
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 20px;
    border-radius: 4px;
}

.journal-item-cover:hover img { transform: scale(1.05); }
.journal-item-cover:hover .journal-item-overlay { opacity: 1; }

.journal-item-date {
    color: #888;
    font-size: 14px;
    margin-bottom: 8px;
}

.journal-item-title {
    font-size: 20px;
    line-height: 1.3;
    margin: 0 0 15px 0;
}

.journal-item-title a {
    color: #222;
    text-decoration: none;
    transition: color 0.3s;
}

.journal-item-title a:hover {
    color: #1b4723;
}

.journal-item-download {
    display: inline-block;
    color: #1b4723;
    font-weight: 600;
    font-size: 14px;
    text-decoration: underline;
}

/* АДАПТИВНОСТЬ */
@media (max-width: 991px) {
    .journal-list-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .journal-list-grid {
        grid-template-columns: 1fr;
    }
    .journal-page-title { font-size: 30px; }
}
/* End */
/* /bitrix/components/bitrix/system.pagenavigation/templates/modern/style.min.css?1718608292675 */
/* /bitrix/templates/university_default/components/bitrix/news.list/magazines/style.css?17689919562517 */
