

/* Start:/local/templates/box/components/bitrix/system.pagenavigation/more/style.css?17404687421366*/
.pagination-list {
	list-style: none;
	display: flex;
	padding: 0;
	margin: 0;
	flex: 1;
    justify-content: flex-end;
}

.pagination-list__link {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F3F8FE;
	border: 1px solid #DCEAFD;
	border-radius: 4px;
	text-decoration: none;
	color: #414042;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	margin: 0 5px;
}

span.pagination-list__link {
	background: #E9E9E9;
	border-color: #E9E9E9;
}

.pagination-list__item--active .pagination-list__link {
	background: #1771F1;
	border-color: #1771F1;
	color: #fff;
}

.pagination-list__item svg {
	width: 7px;
}

.pagination {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.pagination-more {
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F3F8FE;
	border: 1px solid #DCEAFD;
	border-radius: 4px;
	padding: 0 25px;
	text-decoration: none;
	color: #414042;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
}


@media (max-width: 767px) {
	.pagination {
		flex-wrap: wrap;
		justify-content: center;
	}

	.pagination-more {
		width: 100%;
		max-width: 335px;
		margin-bottom: 10px;
	}

	.pagination-list {
		width: 100%;
		justify-content: center;
	}
}
/* End */


/* Start:/local/templates/box/components/bitrix/news/news/bitrix/news.list/.default/style.css?17404687421222*/
.news__list {
	display: flex;
	flex-wrap: wrap;
	--news-cols: 1;
	--news-margin: 20px;
	/* margin: 0 -20px; */
}

.news-item {
	/* width: calc((100% / var(--news-cols)) - (var(--news-margin) * 2)); */
	width: 100%;
	margin: 20px 0;
}

.news-item__picture {
	/* position: relative;
	padding-top: 56%;
	height: 0; */
}

.news-item__picture img {
	/* position: absolute;
	object-fit: cover;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%; */
	/* border-radius: 4px; */
}

.news-item time {
	display: block;
	color: var(--text-color-4);
	margin: 10px 0;
	font-size: 12px;
}

.news-item__name {
	font-size: 20px;
	color: #000;
}

.news-item__link {
	text-decoration: none;
	display: block;
	/* outline: 1px solid var(--main-bg-color-2); */
	padding: 0 0 20px;
	/* border-radius: 4px; */
}

.news-item:nth-child(even) .news-item__wrapper > div:first-child{
	order: 1;
}

.news-item__wrapper {
	display: flex;
}

.news-item__description p,
.news-item__description {
	font-weight: 400;
	font-size: 15px;
}

.news-item__description h2 {
	font-weight: 700;
	font-size: 40px;
	line-height: 53px;
}

@media (max-width: 992px) {
	.news-item:nth-child(even) .news-item__wrapper > div:first-child{
		order: 0;
	}
}
/* End */
/* /local/templates/box/components/bitrix/system.pagenavigation/more/style.css?17404687421366 */
/* /local/templates/box/components/bitrix/news/news/bitrix/news.list/.default/style.css?17404687421222 */
