/* Office / language switchers — aligned with menu__list--lang */

.site-switchers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 28px;
  margin: 12px auto 18px;
  width: 61.15%;
  position: relative;
  z-index: 2;
  font-family: RobotoWeb, sans-serif;
}

@media (min-width: 768px) {
  .site-switchers {
    width: 340px;
    margin: 0 0 20px;
  }
}

@media (min-width: 1400px) {
  .site-switchers {
    width: 400px;
  }
}

.site-switchers__group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.site-switchers__label {
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.06em;
  line-height: 1.2;
}

@media (min-width: 360px) {
  .site-switchers__label {
    font-size: 12px;
  }
}

.site-switchers__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
}

@media (min-width: 360px) {
  .site-switchers__links {
    font-size: 16px;
  }
}

.site-switchers__links a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease;
  opacity: 0.85;
}

.site-switchers__links a:hover {
  color: #e8f6f7;
  opacity: 1;
}

.site-switchers__links a.active {
  color: #00555e;
  opacity: 1;
}

/* Second row in side menu (office codes) */
.menu__list--lang--office {
  margin-top: 10px;
  margin-bottom: 4px;
  flex-wrap: wrap;
  gap: 8px 12px;
  justify-content: center;
  width: auto;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
}
