

/* Start:/local/templates/mfc/components/bitrix/system.pagenavigation/main/style.css?1733487273967*/
.pagination {
    margin: 15px auto;
    width: 100%;
    text-align: center;
}
.pagination a {
    min-width: 20px;
    font-size: 14px;
    line-height: 21px;
    color: #C39367;
    padding: 6px 14px;
    border: 1px solid #C39367;
    display: inline-block;
    transition: all .5s;
    margin: 0 5px 0 0;
    text-decoration: none;
}
.pagination a:hover,
.pagination a.active {
    text-decoration: none;
    color: #fff;
    background: #e04e39;
    transition: all .5s;
    border: 1px solid #e04e39;
}
.pagination a img {
    width: 12px;
}
.pagination a.next img {
    margin: -7px -3px -3px -3px;
}
.pagination a.next:hover {
    text-decoration: none;
    color: #E04E39;
    background: #fff;
    transition: all .5s;
}
.pagination a.prev img {
    transform: rotate(180deg);
    margin: -7px -3px -3px -3px;
}
.pagination a.prev:hover {
    text-decoration: none;
    color: #E04E39;
    background: #fff;
}

/* End */


/* Start:/local/templates/mfc/components/bitrix/news.list/news-2025/style.css?17483573251070*/
.nso-news {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

@media (max-width: 1140px) {
	.nso-news {
		grid-template-columns: repeat(2, 1fr);
	}
	.nso-news__index .nso-item:last-child {
		display: none;
	}
}

@media (max-width: 576px) {
	.nso-news {
		grid-template-columns: repeat(1, 1fr);
	}
	.nso-news__index .nso-item:last-child {
		display: flex;
	}
}

.nso-news .nso-item {
	padding: 20px;
	min-height: 315px;
	background-size: cover;
	background-position: center;
	color: #FFF;
}

.nso-news .nso-news__date {
	font-size: 1.8rem;
}
.nso-news .nso-news__cover {
	background-image: -webkit-linear-gradient(top, rgba(95, 83, 83, 0), rgba(0, 0, 0, 0.3),  rgba(0, 0, 0, 0.8));
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.nso-news .nso-news__content {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	z-index: 1;
}
.nso-news .nso-news__name {
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 1.2;
}
/* End */
/* /local/templates/mfc/components/bitrix/system.pagenavigation/main/style.css?1733487273967 */
/* /local/templates/mfc/components/bitrix/news.list/news-2025/style.css?17483573251070 */
