	.clasic_green-page-navigation {
		display: flex;
		& >*{
			display: flex ;
			width: 32px;
			height: 32px;
			border-radius: 50%;
			margin: 0 6px;
			justify-content: center;
    align-items: center;
    font-family: Mulish;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 125%;
	text-align: center;
	letter-spacing: -0.02em;
	color: #000000;
	text-decoration: none;
		}
		.modern-page-current {
			background: #EEEEF0;
		}
		a{
			&.modern-page-next {
				color: #fff;
				background: #000000;
			}
		}
	}