/*
 * Файл local/templates/шаблон/components/bitrix/system.pagenavigation/pager/style.css
 */
.pager {
    overflow: hidden;
    margin: 10px 0;
    margin-top: 100px;
}
.pager li {
  list-style: none;
  float: left;
  margin-right: 15px;
}
.pager li:last-child {
  margin-right: 0;
}
.pager li a {
display: block;
    width: 26px;
    height: 26px;
    text-align: center;
    font-size: 14px;
    background-color: var(--color-gray-200);
    line-height: 26px;
    color: #000000;
    text-decoration: none;
}
.pager li span {
  display: block;
  width: 26px;
  height: 26px;
  text-align: center;
  background: #e9751f;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
}
