#sp-header .row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

#sp-logo {
  flex: 0 0 auto;
  margin-right: 20px; /* odstęp między logo a menu */
}

#logo-right {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}



