@charset "UTF-8";
/* Стилизация блока пагинации */
.pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 87px;
  align-items: center;
}
.pagination__items {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.pagination__items-item {
  text-decoration: none;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #F5F5F5;
  color: #6C7282;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
}
.pagination__items-item:hover {
  color: #00B0FF;
}
.pagination__items-item--active {
  background: #00B0FF;
  color: #FFFFFF;
}
.pagination__items-item--active:hover {
  color: #FFFFFF;
}
.pagination__items-item--dots:hover {
  color: #6C7282;
}
.pagination__arrows {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #CDBDD5;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  color: #151526;
}
.pagination__arrows--link:hover {
  color: #00B0FF;
}
.pagination__arrows--next svg {
  margin-left: 2px;
}

/*# sourceMappingURL=pagination.css.map */
