.buttons .buttons__list {
  margin: 0;
  padding: 0;
  text-align: center;
}
.buttons .buttons__list .buttons__item {
  display: inline-block;
  list-style: none outside none;
  margin: 0 10px 0 0;
  line-height: 50px;
}
.buttons .buttons__list .buttons__item:last-of-type {
  margin: 0;
}