

/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/modern/style.min.css?1666939324675*/
div.modern-page-navigation{padding:.5em 0}div.modern-page-navigation a,span.modern-page-current,span.modern-page-dots{border-left-width:1px;border-left-style:solid;padding-left:.75em;padding-right:.5em;text-decoration:none}div.modern-page-navigation a.modern-page-previous{border-right-width:1px;border-right-style:solid;border-left:0}div.modern-page-navigation a.modern-page-first,div.modern-page-navigation span.modern-page-first{border-left:0;padding-left:.5em}span.modern-page-current{font-weight:var(--ui-font-weight-bold)}div.modern-page-navigation a,span.modern-page-current,div.modern-page-navigation a.modern-page-previous,span.modern-page-dots{border-color:#cdcdcd}
/* End */


/* Start:/local/components/ma/news/templates/articles/ma/news.list/.default/style.css?16913908221217*/
.b-news-list {
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 15px;
}

.b-news-list_item {
	width: calc(25% - 8px);
	font-size: 14px;
}

.b-news-list_holder {
	overflow: hidden;
}

.b-news-list_holder {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.b-news-list_pic {
	height: 220px;
	background-color: var(--site-light-grey-color);
	overflow: hidden;
}

.b-news-list_pic img {
	width: 100%;
	background-size: cover;
	background-position: center;
}

.b-news-list_title {
	padding: 15px;
	background-color: var(--site-light-color);
	flex: 1 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	transition: 0.3s;
}

.b-news-list_title a {
	color: #3f60b1 !important;
}

.b-news-list_item:hover .b-news-list_title {
	background-color: var(--site-main-color--highlight);
	transition: 0.3s;
}

@media (max-width:1150px) {
	.b-news-list_item {
		width: calc(33.333% - 8px);
	}
}

@media (max-width:875px) {
	.b-news-list_item {
		width: calc(50% - 8px);
	}
}

@media (max-width:600px) {
	.b-news-list_item {
		width: 100%;
	}

	.b-news-list_pic {
		height: 300px;
	}
}

@media (max-width:400px) {

	.b-news-list_pic {
		height: 220px;
	}
}
/* End */
/* /bitrix/components/bitrix/system.pagenavigation/templates/modern/style.min.css?1666939324675 */
/* /local/components/ma/news/templates/articles/ma/news.list/.default/style.css?16913908221217 */
