

/* Start:/local/templates/box/components/bitrix/news/docs/bitrix/catalog.section.list/.default/style.css?175750436234*/
.post {
	padding: 0px !important
}
/* End */


/* Start:/local/templates/box/components/bitrix/system.pagenavigation/.default/style.css?17430770691370*/
.pagination-list {
	list-style: none;
	display: flex;
	padding: 0;
	margin: 0;
}

.pagination-list__link {
	width: 37px;
    height: 39px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #37507E;
	border-radius: 0;
	text-decoration: none;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	margin: 0 5px;
}

span.pagination-list__link {
	background: #E9E9E9;
	border-color: #E9E9E9;
	color: #fff;
}

.pagination-list__item--active .pagination-list__link {
	background: #fff;
	border-color: #fff;
	color: #333333;
}

.pagination-list__item svg {
	width: 7px;
	fill: #fff;
}

.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;
}

.bx-pag-prev,
.bx-pag-next{
	display: none;
}


@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.list/docs/style.css?17574990421765*/
.docs {
	display: flex;
	align-items: start;
	flex-wrap: wrap;
	gap: 15px;
	width: 100%;
}

.docs__item {
	width: calc(25% - 12px);
	background: #FFFFFF;
	text-decoration: none;
	padding: 16px 0 0 0;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.docs__item_image {
	width: 228px;
	height: 323px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.docs__item_frame {
	width: 228px;
	height: 323px;
	margin: 0 auto;
}

.docs__item_frame iframe {
	width: 100%;
	height: 100%;
	border: none;
	overflow: hidden;
}

.docs__item_frame canvas {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
	/* Улучшенное качество отображения */
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	image-rendering: pixelated;
	/* Сглаживание для четкости */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.docs__item_name {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #000000;
	padding: 16px 20px 40px 20px;
}

.docs__item_link {
	display: block;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	text-decoration-line: underline;
	color: #37507E;
	background: #EBF0F9;
	padding: 20px;
}

/* Планшеты (2 элемента в строке) */
@media (max-width: 1024px) {
	.docs__item {
		width: calc(50% - 8px);
	}

	.docs__item_image {
		width: 100%;
		height: 0;
		padding-bottom: 141.5%;
		/* Соотношение сторон 228/323 ≈ 0.705 */
	}
}

/* Мобильные (1 элемент в строке) */
@media (max-width: 600px) {
	.docs__item {
		width: 100%;
	}

	.docs__item_name {
		padding: 16px 10px;
	}
}
/* End */
/* /local/templates/box/components/bitrix/news/docs/bitrix/catalog.section.list/.default/style.css?175750436234 */
/* /local/templates/box/components/bitrix/system.pagenavigation/.default/style.css?17430770691370 */
/* /local/templates/box/components/bitrix/news.list/docs/style.css?17574990421765 */
