

/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?16705166691618*/
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 32px 0;
}

.pagination nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination nav a {
  margin: 5px;
  min-width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 38px;
  color: #004584;
  text-decoration: none;
  border-radius: 20px;
  border: #004584 1px solid;
  text-align: center;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.pagination nav a.active {
  color: #fff;
  background: #004584;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.pagination nav span {
  margin: 0 5px;
}

.pagination-prev {
  width: 11px;
  height: 11px;
  border-right: 1px solid #004584;
  border-bottom: 1px solid #004584;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-right: 20px;
}

.pagination-next {
  width: 11px;
  height: 11px;
  border-right: 1px solid #004584;
  border-bottom: 1px solid #004584;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: 20px;
}
/* End */
/* /local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?16705166691618 */
