.next_news a {
  color: inherit;
}
.pagination .link_pagination {
  cursor: pointer;
}
.pagination .link_pagination.disabled {
  cursor: default;
  pointer-events: none;
}
.pagination li:nth-child(5) {
  background: #fff !important;
}
.pagination li.dots-item {
  background: 0 0 !important;
}
.flex {
  display: flex;
}
.justify-between {
  justify-content: space-between;
}
.page_not-found_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 64px;
  text-align: center;
}
.page_not-found_title-text {
  font-family: Ogg_light, serif;
  font-size: 150px;
  font-weight: 300;
  font-style: normal;
  line-height: 150px;
  display: flex;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  color: #c7a987;
}
.page_not-found_title-error {
  font-family: Ogg, serif;
  font-size: 56px;
  font-weight: 400;
  font-style: normal;
  line-height: 56px;
  margin-bottom: 24px;
  text-align: center;
  color: #030814;
}
.grecaptcha-badge {
  opacity: 0 !important;
}
