

/* Start:/local/templates/.default/components/bitrix/news.list/actions/style.css?1756983870642*/
.actions {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.action-item {
	flex:0 0 480px;
	max-width:100%;
	margin-bottom:20px;
	height:300px;
	position:relative;
}
.action-item .img {
	display:block;
	height:100%;
	width:100%;
	background-repeat:no-repeat;
	background-size:cover;
}
.action-item .info {
	display:flex;
	flex-direction:column;
	gap:10px;
	position:absolute;
	width:100%;
	padding:12px;
	background:rgba(0,0,0,0.5);
	bottom:0;
	left:0;
	box-sizing: border-box;
}
.action-item .name {
	color:#fff;
	font-size:18px;
}
.action-item .dates {
	color:#eee;
	font-size:15px;
}
/* End */
/* /local/templates/.default/components/bitrix/news.list/actions/style.css?1756983870642 */
