

/* Start:/local/templates/redesign-2026/components/bitrix/news/objects/bitrix/news.list/bootstrap_v4/style.css?17692804621019*/
.card-info{
    padding: 12px 20px;
    background: #232323;
    /*transform: translateY(100%);*/
    transition: transform 0.3s ease;
}
.news-card img{
    transition: all 0.2s ease-in-out;
}
.news-card:hover img{
    transform: scale(1.05);
}
.card-info .h4{
    font-size: 16px;
    margin-bottom: 4px;
}
.news-card {
    height: 346px !important;
}

@media (min-width: 992px) {
    .card-info .h4{
        font-size: 20px;
    }
    .card-info{
        padding: 32px;
        background: none;
        transform: translateY(100%);
    }
    .news-card {
        height: 240px !important;
    }
    .news-card:hover .card-info{
        transform: translateY(0);
    }
    .news-card:hover .card-hover-overlay {
        background: rgba(35, 35, 35, 0.6) !important;
    }

    .news-card:hover .card-info {
        transform: translateY(0) !important;
    }
}
@media (min-width: 1200px) {
    .card-info .h4{
        font-size: 24px;
        margin-bottom: 6px;
    }
}
/* End */
/* /local/templates/redesign-2026/components/bitrix/news/objects/bitrix/news.list/bootstrap_v4/style.css?17692804621019 */
