.clasic_green-page-navigation {
  display: flex;
}
.clasic_green-page-navigation >* {
  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;
}
.clasic_green-page-navigation .modern-page-current {
  background: #EEEEF0;
}
.clasic_green-page-navigation a.modern-page-next {
  color: #fff;
  background: #000000;
}
