

/* Start:/bitrix/templates/.default/components/ma/news.list/portfolio/style.css?17442162411055*/
.grid-sizer {
	width: 33.3333%;
}
.b-news-list {
	margin: 0 0 0 -32px;
	font-size: 0;
}
	.b-news-list_item {
		/*display: inline-block;*/
		/*width: 50%;*/
		width: calc(33.3333%);
		margin: 0 0 32px 0;
		font-size: 16px;
		vertical-align: top;
	}
		.b-news-list_holder {
			/*width: 352px;*/
			margin-left: 32px;
			padding-bottom: 20px;
			border-radius: 20px;
			overflow: hidden;
			background: #f2f2f2;
		}
			.b-news-list_pic {
				display: flex;
				justify-content: center;
				align-items: center;
				margin: 0 0 10px 0;
			}
			.b-news-list_date {
				padding: 0 20px;
				font-size: 14px;
			}
			.b-news-list_title {
				margin-bottom: 10px;
				padding: 0 20px;
				font-weight: bold;
			}
			.b-news-list_text {
				padding: 0 20px;
			}
@media (max-width: 768px) {
	.grid-sizer {
		width: 50%;
	}
	.b-news-list_item {
		width: 50%;
	}
}
@media (max-width: 430px) {
	.grid-sizer {
		width: 100%;
	}
	.b-news-list_item {
		width: 100%;
	}
		.b-news-list_pic {
			text-align: center;
		}
			.b-news-list_pic img {
				min-width: 100%;
			}
}
/* End */
/* /bitrix/templates/.default/components/ma/news.list/portfolio/style.css?17442162411055 */
