.buttons.buttons--left .buttons__list {
  justify-content: flex-start;
}
.buttons.buttons--center .buttons__list {
  justify-content: center;
}
.buttons.buttons--right .buttons__list {
  justify-content: flex-end;
}
.buttons .buttons__list {
  padding: 0;
  margin: 0;
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
}
.buttons .buttons__list .buttons__item {
  margin: 0;
  list-style: none outside none;
}