

/* Start:/local/templates/newdream/components/bitrix/system.pagenavigation/round/style.css?17551582881495*/
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.625rem;
  -webkit-column-gap: 0.2rem;
     -moz-column-gap: 0.2rem;
          column-gap: 0.2rem;
}

.pagination__item {
  position: relative;
  width: 2rem;
  height: 2rem;
  font-size: 0.74419rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.25rem;
  font-weight: 500;
  line-height: 149.1%;
  -webkit-transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}

.pagination__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.11625rem;
  height: 1.11625rem;
  border-radius: 0.18606rem;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  z-index: -1;
}

.pagination__item.active {
  color: #f8fafb;
  font-weight: 500;
  pointer-events: none;
}

.pagination__item.active::before {
  background: #3a75ba;
}

/* End */
/* /local/templates/newdream/components/bitrix/system.pagenavigation/round/style.css?17551582881495 */
