@media only screen and (max-width: 767px) {
  .m_newsList--page .p_categ {
    position: static;
    left: auto;
    bottom: auto;
    width: auto;
    display: inline-block;
  }
  .m_newsList--page > li.views-row {
    padding-bottom: 20px;
  }
}
.pager-nav .pager__item.is-active > a,
.pager-nav .pager__item.is-active > a:hover,
.pager-nav .pager__item.is-active > a:focus {
  background-color: rgb(0, 141, 97) !important;
  border-color: rgb(0, 141, 97) !important;
  color: rgb(255, 255, 255) !important;
}
.pager-nav .pager__item > a,
.pager-nav .pager__item > a:visited {
  color: rgb(0, 141, 97) !important;
}
.pager-nav .pager__item > a:hover,
.pager-nav .pager__item > a:focus {
  color: rgb(0, 100, 69) !important;
}
