

/* Start:/local/templates/umc/components/bitrix/news/news/bitrix/news.list/.default/style.css?1761884961982*/
.news-list{
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

.news-list-item{
    display: grid;
    grid-template-rows: auto auto 1fr;
    grid-template-columns: 1fr 3fr;
    grid-template-areas: 
    "img name"
    "img date"
    "img text";
    row-gap: 20px;
    column-gap: 10px;
}

.news-list-item .img-container{
    grid-area: img;
    width: 100%;
    height: 100%;
}
.news-list-item .img-container img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.news-list-item .date{
    grid-area: date;
    font-size: 14px;
}
.news-list-item .name{
    grid-area: name;
    font-size: 24px;
    font-weight: bolder;
}
.news-list-item .text{
    grid-area: text;
}

@media(max-width: 992px) {
    .news-list-item{
        grid-template-rows: auto auto auto auto;
        grid-template-columns: 1fr;
        grid-template-areas: 
        "name"
        "date"
        "img"
        "text";
        row-gap: 10px;
    }
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/photo/.default/bitrix/photo.sections.top/.default/style.css?1763962873308*/
div.photo-sections-top table.data-table tr.head-row td {
	padding:10px 5px;
	border-bottom:none;
}
div.photo-sections-top table.data-table tr.data-row {
	border-top:none;
	border-bottom:none;
}
div.photo-sections-top table.data-table th.data-cell {
	border-top:none;
	border-bottom:none;
	padding:2px 2px;
}

/* End */
/* /local/templates/umc/components/bitrix/news/news/bitrix/news.list/.default/style.css?1761884961982 */
/* /bitrix/templates/.default/components/bitrix/photo/.default/bitrix/photo.sections.top/.default/style.css?1763962873308 */
