

/* Start:/local/templates/new.live/components/bitrix/system.pagenavigation/live/style.css?1718261464740*/
.live-page-navigation {
	display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}
.live-page-navigation .navigation-item {
	background: #F7F7F7;
	border-radius: 4px;
	width: 48px;
	height: 48px;
	margin-right: 8px;
	color: #8C8D99;
	text-decoration: none;
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	transition: all 0.3s;
	display: flex;
    align-items: center;
    justify-content: center;
}
.live-page-navigation .navigation-item:hover, .live-page-navigation .navigation-item:active {
	background: #CF171A;
	color: #fff;
}
.live-page-navigation .navigation-item.current {
	background: #FF1216;
	border-radius: 4px;
	color: #fff;
}
/* End */
/* /local/templates/new.live/components/bitrix/system.pagenavigation/live/style.css?1718261464740 */
