

/* Start:/local/templates/main/components/bitrix/news.list/news/style.css?1772468948471*/
.news-grid {
    display: grid;
    grid-template-columns: 1fr; /* Одна колонка для мобильных */
    gap: 1.5rem; /* Отступы между элементами */
    margin: 40px 0;
}

/* Для десктопных экранов (начиная с 768px) */
@media (min-width: 768px) {
    .news-grid {
        grid-template-columns: repeat(4, 1fr); /* Четыре равные колонки */
    }
}

.news__card img{
height:240px;
}



/* End */


/* Start:/local/templates/main/components/bitrix/news.list/popular-news/style.css?177246894883*/
.fabricator__item img{
    height: 60px;
object-fit: contain;
  padding: 0 20px;

}
/* End */


/* Start:/local/templates/main/components/laba/laba.sharing/main/style.css?1772524427408*/
.laba-sharing__success {
    font-size: 12px;
    margin-top: 1rem;
    padding: 0.75rem;
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    border-radius: 4px;
}

.laba-sharing__general-error {
    font-size: 12px;
    margin-top: 1rem;
    padding: 0.75rem;
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
}
/* End */
/* /local/templates/main/components/bitrix/news.list/news/style.css?1772468948471 */
/* /local/templates/main/components/bitrix/news.list/popular-news/style.css?177246894883 */
/* /local/templates/main/components/laba/laba.sharing/main/style.css?1772524427408 */
