

/* Start:/local/templates/.default/components/bitrix/news.list/actions/style.css?17544696862898*/
.news__list {
	display: grid;
	grid-template-columns: calc(33.3333333% - 5px) calc(33.3333333% - 5px) calc(33.3333333% - 5px);
	grid-template-rows: 1fr;
	-moz-column-gap: 5px;
	column-gap: 5px;
	row-gap: 20px;
}

.news__list-item {
	position: relative;
}

.news__list-item-wrap {
	height: 100%;
	border: 1px solid #D9D9D9;
    display: flex;
    flex-direction: column;
}

.news__list-item-header {
	width: 100%;
	/*height: 350px;*/
	flex-grow: 1;
	flex-shrink: 0;
}

.news__list-item-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news__list-item-body {
	width: 100%;
	padding: 20px 20px;
	display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
	gap: 15px;
}

.news__list-item-body .d-flex {
	display: none !important;
}

.news__list-item-title > a {
	line-height: 130%;
	letter-spacing: -0.01em;
	color: #4D4D4D;
}

.news__list-item-description {
	/* margin-top: 15px; */
	font-size: 18px;
	line-height: 130%;
	letter-spacing: -0.01em;
	color: #4D4D4D;
}

.news__list-item-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* margin-top: 15px; */
}

.news__list-item-more {
	font-size: 15px;
	font-weight: 600;
	line-height: 140%;
	text-transform: uppercase;
	display: flex;
    align-items: center;
}

.news__list-item-time {
	display: flex;
	align-items: center;
	font-size: 15px;
	line-height: 135%;
	color: #999999;
}

.news__list-item-time > span:first-child {
	margin-right: 5px;
}

@media (max-width: 1610.98px) {
	.news__list-item-header {
		height: 290px;
	}
}

@media (max-width: 1440.98px) {
	.news__list-item-header {
		height: 250px;
	}
}

@media (max-width: 1290.98px) {
	.news__list {
		grid-template-columns: calc(50% - 5px) calc(50% - 5px);
	}
	
	.news__list-item-header {
		height: 330px;
	}
}

@media (max-width: 1100.98px) {
	.news__list-item-header {
		height: 300px;
	}
}

@media (max-width: 1000.98px) {
	.news__list-item-header {
		height: 250px;
	}
}

@media (max-width: 890.98px) {
	.news__list-item-header {
		height: 220px;
	}
}

@media (max-width: 767.98px) {
	.news__list-item-header {
		height: 180px;
	}
}

@media (max-width: 620.98px) {
	.news__list {
		grid-template-columns: calc(100% - 5px);
	}

	.news__list-item-header {
		height: 270px;
	}
}

@media (max-width: 480.98px) {
	.news__list-item-header {
		height: 220px;
	}

	.news__list-item-body {
		padding: 20px;
	}

	.news__list-item-title > a {
		font-size: 16px;
	}

	.news__list-item-description {
		font-size: 15px;
	}

	.news__list-item-footer {
		position: relative;
		bottom: unset;
		left: unset;
		display: grid;
		width: 100%;
		margin-top: 10px;
	}
}

@media (max-width: 375.98px) {
	.news__list-item-header {
		height: 180px;
	}
}

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