.top-bar {
  width: 100%;
  height: 36px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
}

.top-bar__container {
  max-width: 1250px;
  margin: 0 auto;
  height: 100%;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

/* Локація */
.top-bar__location-link {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.top-bar__location-link:hover {
  color: var(--chinazes-color);
}

.top-bar__location-icon,
.top-bar__phones-icon {
  margin-right: 8px;
  flex-shrink: 0;
}

.top-bar__location-text {
  white-space: nowrap;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
}

/* Телефони */
.top-bar__phones {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  color: #fff;
}

.top-bar__phones-list {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.top-bar__phone a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.top-bar__phone a:hover {
  color: var(--chinazes-color);
}

.top-bar__separator {
  margin: 0 4px;
  color: #fff;
  user-select: none;
}

/* Соцмережі */
.top-bar__socials a:not(:first-child) {
  margin-left: 15px;
}

.top-bar__socials a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.top-bar__socials a:hover {
  color: var(--chinazes-color);
}
