

/* Start:/local/templates/lot/components/bitrix/news/blog/bitrix/news.list/.default/style.css?17788929011014*/
.news-list { }
.news-item {
    margin-bottom: 30px;
}
.news-item-img {
    height: 213px;
    overflow: hidden;
    border-radius: 4px;
}
.news-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 0;
    border-radius: 4px;
    transition: transform .3s ease;
}
.news-item:hover .news-item-img img {
    transform: scale(1.04);
}
.news-item-date {
    color: #6d7982;
    font-size: 13px;
    margin: 14px 0 6px;
    letter-spacing: 0.02em;
}
.news-item-name {
    margin: 0 0 10px;
    line-height: 1.3;
}
.news-item-name a {
    font-size: 20px;
    font-weight: 600;
    color: #1f2d38;
    text-decoration: none;
    transition: color .15s ease;
    display: inline-block;
}
.news-item-name a:hover {
    color: #00ad5d;
    text-decoration: none;
}
.news-item-preview-text {
    color: #4b5d6b;
    font-size: 14px;
    line-height: 1.5;
}

.row-blog {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .news-item-name a { font-size: 18px; }
}

/* End */
/* /local/templates/lot/components/bitrix/news/blog/bitrix/news.list/.default/style.css?17788929011014 */
