

/* Start:/local/templates/haier/components/bitrix/news/news/bitrix/news.list/.default/style.css?17768615261733*/
.news-block {
	border-radius: 15px;
	overflow: hidden;
	background-color: #fff;
	width: 100%;
/*	width: 326px;*/
	border: 1px solid #D8D8D8;
	position: relative;
	display: flex;
	flex-direction: column;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}
.news-block img {
	width: 100%;
	margin-bottom: 21px;
	background-size: cover;
}
.news-block img a {
	text-decoration: none;
	font-family: Futura PT, Arial, Helvetica, sans-serif;
}
.news-block-description {
	margin-left: 18px;
	margin-right: 18px;
	letter-spacing: 0.1em;
	font-size: 16px;
	font-family: "ProximaNova-Semibold", sans-serif;
	color: #333333;
	line-height: 18px;
	text-transform: uppercase;
}
.news-wrapper.container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 30px;
	/*width: 326px;*/
	background-color: #fff;
	padding-top: 60px;
	padding-bottom: 100px;
	max-width: 1550px;
}
.news-block:hover{
	transform: scale(1.07);
	transition-delay: 0s !important;
}
.news-block-image {
	width: 100%;
	height: 230px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
@media(max-width: 1250px) {
	.news-wrapper.container {
		grid-template-columns: 1fr 1fr 1fr;
	}
}
@media(max-width: 1024px) {
	.news-wrapper.container {
		gap: 15px;
		/*grid-template-columns: 1fr 1fr;*/
	}
	.news-wrapper .news-block:hover {
		transform: none;
	}
}
@media(max-width: 900px) {
	.news-wrapper.container {
		grid-template-columns: 1fr 1fr;
	}
}
@media(max-width: 650px) {
	.news-wrapper.container {
		justify-content: center;
	}
	.news-wrapper.container {
		grid-template-columns: 1fr;
	}
	.news-block {
		max-width: 350px;
		margin-left: auto;
		margin-right: auto;
	}
}
/* End */
/* /local/templates/haier/components/bitrix/news/news/bitrix/news.list/.default/style.css?17768615261733 */
