.select-list-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;

  &--single {
    justify-content: flex-end;
  }
}

.select-list-footer__left-side {
  display: flex;
}
