.list-payment {
  display: flex;
  gap: 16px;

  .list-payment__item {
    fill: transparent;
    height: 24px;
  }
}