

/* Start:/local/templates/.default/components/bitrix/news.list/.default/style.css?17760756241447*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.command {
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 25px;
	margin-top: 50px;
}

.news__preview {
	max-width: 100%;
	max-height: 350px;
    object-fit: cover;
	object-position: top;
}

.news-list {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.news__item {
	position: relative;
	padding: 0px;
	width: calc((100% / 3) - 10px);
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 3px;
	transition: transform .3s ease-in-out, border .3s ease-in-out;
}

.news__item:hover:not(:focus-visible) {
	transform: scale(1.01);
	border: 1px solid #f02a8f;
}

.news__item:hover:not(:focus-visible) .news__name {
	color: #f02a8f;
}

.news__item:nth-child(3n) {
	margin-right: 0;
}

.news__preview {
	width: 100%;
}

.news__name {
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;
	line-height: 1;
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 25px;
	transition: color .3s ease-in-out;
}

.news__position {
	margin-bottom: 5px;
	font-weight: 300;
	font-size: 12px;
	line-height: 1;
	padding-left: 30px;
	padding-top: 15px;
	text-transform: uppercase;
}

.news-item__link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media(max-width: 767.9px) {
	.news__item {
		margin: 10;
		margin-bottom: 0px;
		width: 100%;
	}
}

/* End */
/* /local/templates/.default/components/bitrix/news.list/.default/style.css?17760756241447 */
