

/* Start:/local/templates/index/components/bitrix/news.list/stati/style.css?1771689550829*/
.news-list > div {
	box-sizing: border-box;
	float: left;
	margin: 0 0 30px 0;
	padding: 0 15px;
	width: 33.3333333%;
}

.news-list > div:nth-child(3n+1) {
	clear: left;
}

.news-list > div .news-pic {
	box-sizing: border-box;
	float: left;
	width: 40%;
}

.news-list > div .news-pic img {
	max-width: 100%;
}

.news-list > div .news-info {
	box-sizing: border-box;
	margin-left: 40%;
	width: 60%;
	padding-left: 10px;
	line-height: 1.2;
}

.news-list > div .news-info p {
	margin: 10px 0 0 0;
}

@media only screen and (max-width: 992px) {
	.news-list > div {
		width: 50%;
	}

	.news-list > div:nth-child(3n+1) {
		clear: none;
	}

	.news-list > div:nth-child(2n+1) {
		clear: left;
	}
}

@media only screen and (max-width: 767px) {
	.news-list > div {
		width: 100%;
	}

	.news-list > div:nth-child(2n+1) {
		clear: none;
	}
}
/* End */
/* /local/templates/index/components/bitrix/news.list/stati/style.css?1771689550829 */
