

/* Start:/local/templates/sb-main-template/components/bitrix/system.pagenavigation/.default/style.css?1712548456827*/
.pagination {
	width: 100%;
	margin-bottom: 80px;
}

.pagination > ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
}

.pagination > ul > li {
	margin: 0 5px;
	background-color: #EEEFF2;
	border-radius: 10px;
	height: 60px;
	width: 60px;
}

.pagination > ul > li > a {
	text-decoration: none;
	color: #6F7A91;
	font-size: 18px;
	font-weight: 500;
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 100%;
	width: 100%;
}

.pagination > ul > .active {
	background-color: #6F7A91;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}

.pagination > ul > li > span {
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 100%;
	width: 100%;
}

.pagination .pagination__item--prev, .pagination .pagination__item--next {
	display: none;
}
/* End */
/* /local/templates/sb-main-template/components/bitrix/system.pagenavigation/.default/style.css?1712548456827 */
