

/* Start:/local/templates/family-new/components/bitrix/system.pagenavigation/family-news/style.css?1765799231472*/
#pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.load-more-items {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 50px;
    font: 600 16px/26px 'Mulish';
    color: #255087;
    border: 1px solid #255087;
    border-radius: 30px;
    transition: all 0.3s;
    cursor: pointer;
}

.load-more-items:hover {
    color: #ffffff;
    background: #255087;
}
/* End */


/* Start:/local/templates/family-new/components/bitrix/news.list/family-new/style.css?17659126583048*/
.news-list{margin-bottom: 80px;}

.news-list p{}

.news-list .news{
    max-width: 1000px;
    padding: 24px 0;
    border-bottom: 1px solid #E9EDF3;
    display: flex;
    align-items: center;
}

.news-list .news:first-child{
    border-top: 1px solid #E9EDF3;
}



.news-list .news .img-box{
    width: 290px;
    flex-shrink: 0;
}

.news-list .news .img-box img{max-width: 100%;}

.news-list .news .text-box{
    margin-left: 30px;
}
.news-list .news .text-box .tb-date{
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: #A1A9B4;
    margin-bottom: 20px;
}
.news-list .news .text-box .tb-title{
    font-weight: 700;
    font-size: 18px;
    line-height: 23.4px;
    margin-bottom: 15px;
}

.btn-container{margin: 60px auto;}

.news-list .btn-container .btn,
.btn.btn-2{
    font-weight: 600;
    width: 210px;
    color: #255087;
    margin: 0 auto;
    background: #ffffff;
}

.news-list .btn-container .btn:hover,
.btn.btn-2:hover {
    color: #ffffff;
    background: #255087;
}


.news-list.card-view {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}

.news-list.card-view .news {
    display: flex;
    flex-direction: column;
    border: 1px solid #eee;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #ffffff;
    padding: 0;
    border-bottom: none;
}

.news-list.card-view .news:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
}

.news-list.card-view .img-box {
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 0;
}

.news-list.card-view .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-list.card-view .text-box {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-left: 0;
}

.news-list.card-view .tb-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #263242;
}

.news-list.card-view .preview-text {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    flex-grow: 1;
    margin-bottom: 15px;
}

.news-list.card-view .tb-date {
    font-size: 13px;
    color: #999;
    margin-top: auto;
    margin-bottom: 0;
}


@media (max-width: 768px) {
    .news-list.card-view {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .news-list.card-view {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .news-list.card-view .news {
        flex-direction: column;
    }

    .news-list.card-view .img-box {
        height: 180px;
    }

    .news-list.card-view .text-box {
        padding: 15px;
    }

    .news-list.card-view .tb-title {
        font-size: 16px;
    }

    .news-list.card-view .preview-text {
        font-size: 14px;
    }
}
/* End */
/* /local/templates/family-new/components/bitrix/system.pagenavigation/family-news/style.css?1765799231472 */
/* /local/templates/family-new/components/bitrix/news.list/family-new/style.css?17659126583048 */
