

/* Start:/local/templates/bobers/components/bitrix/system.pagenavigation/show.more/style.css?16855847291216*/
/* CSS Document */

.modern-page-navigation{
	display: flex;
    align-items: center;
    justify-content: center;
	    width: 100%;
}
.page-nav{
	width: 100%;
	display: flex;
    justify-content: center;
    grid-column: 1/-1;
	line-height: 1;
    font-weight: 700;
}

.modern-page-next{
    display: inline-block;
    transform: rotate(315deg);
    border-bottom: solid 2px #000;
    min-width: 10px;
    min-height: 10px;
    border-right: solid 2px #000;
	margin: 0 15px;
}

.modern-page-previous{
    display: inline-block;
    transform: rotate(130deg);
    border-bottom: solid 2px #000;
    min-width: 10px;
    min-height: 10px;
    border-right: solid 2px #000;
	margin: 0 15px;
}
.modern-page-previous:hover{
	border-bottom-color: #6BB259;
	border-right-color: #6BB259;
}
.modern-page-next:hover{
	border-bottom-color: #6BB259;
	border-right-color: #6BB259;
}

.modern-page-navigation a:not(.modern-page-previous, .modern-page-next), .modern-page-current{
	margin: 0 5px;
    display: inline-flex;
    padding: 5px;
    width: 100%;
    max-width: 30px;
    border-radius: 5px;
    border: solid 1px #e7e7e7;
    justify-content: center;
    align-items: center;
}
.modern-page-current{
	color: #9f9f9f;
}
/* End */
/* /local/templates/bobers/components/bitrix/system.pagenavigation/show.more/style.css?16855847291216 */
