

/* Start:/local/components/custom/news.list/templates/main/style.css?17624482313830*/
/* Основные стили */
.mobile-container-fluid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Хлебные крошки */
.breads {
    padding: 15px 0;
    font-size: 14px;
}
.breads-item {
    display: inline-block;
    margin-right: 5px;
}
.breads-item-link {
    color: #333;
    text-decoration: none;
}
.breads-item-current {
    color: #888;
}

/* Заголовок страницы */
.page-title-row {
    margin-bottom: 30px;
}
.page-title h1 {
    font-size: 28px;
    margin: 0;
}

/* Элементы новостей */
.news-list-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.news-item-img-col img {
    max-width: 100%;
    height: auto;
}
.news-link-title {
    color: #2b587a;
    font-size: 20px;
    text-decoration: none;
    /* font-weight: bold; */
    font-size: 1.3125rem;
    color: #434d63;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: keep-all;
    line-break: normal;
    -webkit-hyphens: none;
}
.subheader {
    color: #888;
    font-size: 14px;
    margin: 5px 0 10px;
    color: #c3c3c3;
    font-size: .75rem;
    line-height: 1;
    margin: 0 0 .625rem 0;
    margin-top: 10px;
}
.news-list-item-bDescr {
    line-height: 1.5;
}

/* Пагинация */
.pagenumberer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin: 20px 0;
}

.pagenumberer .pagenumberer-item,
.pagenumberer .pagenumberer-prev,
.pagenumberer .pagenumberer-next {
    margin: 0 5px;
    min-width: 34px;
    height: 34px;
    background: transparent;
    padding: 5px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: none;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    color: #000;
    text-decoration: none;
}

.pagenumberer .pagenumberer-item.pagenumberer-selected {
    background: #f3f3f3;
    font-weight: bold;
}

.pagenumberer .pagenumberer-prev,
.pagenumberer .pagenumberer-next {
    border-radius: 17px;
    padding: 5px 15px;
}

.pagenumberer .pagenumberer-prev.disabled,
.pagenumberer .pagenumberer-next.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.page-all {
    margin-left: 15px;
    color: #000;
    text-decoration: none;
    font-size: 15px;
}

.pagenumberer-item-link:hover,
.pagenumberer-prev:hover:not(.disabled),
.pagenumberer-next:hover:not(.disabled),
.page-all:hover {
    background: #f0f0f0;
}

/* Стили для иконок стрелок */
.icon-left-open-after:after {
    content: "←";
    font-family: Arial, sans-serif;
}

.icon-right-open-after:after {
    content: "→";
    font-family: Arial, sans-serif;
}

/* Боковая панель */
.news-categories {
    margin-bottom: 30px;
}
.news-menu-link {
    display: block;
    padding: 10px 15px;
    color: #333;
    margin-bottom: 5px;
}
.news-menu-link.active,
.news-menu-link:hover {
    background: #f5f5f5;
    color: #2b587a;
}

/* Форма подписки */
.subscribe-block {
    padding: 20px;
    margin-bottom: 30px;
}
.subscribe-block-text {
    font-size: 18px;
    margin-bottom: 15px;
}
.input-middle {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}
.btn-subscribe {
    background: #2b587a;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    width: 100%;
}
.btn-subscribe:hover {
    background: #CC9453;
    color: white;
}

/* Адаптивность */
@media (max-width: 767px) {
    .news-list-item > div {
        margin-top: 15px;
    }
}
/* End */
/* /local/components/custom/news.list/templates/main/style.css?17624482313830 */
