.eq-lang {
  position: fixed;
  top: 0;
  right: 120px;
  height: 64px;
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 99999;
}
.eq-lang a {
  color: #8B1A1A;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  font-family: Arial, sans-serif;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
}
.eq-lang a:hover { opacity: 0.5; }
.eq-lang a.active { border-bottom: 2px solid #8B1A1A; }
@media (max-width: 768px) {
  .eq-lang {
    top: 64px;
    right: 0;
    left: 0;
    width: 100%;
    height: 28px;
    justify-content: center;
    background: #fff;
    gap: 20px;
    z-index: 99999;
    border-bottom: 1px solid #f0f0f0;
  }
  .eq-lang a {
    font-size: 13px;
    line-height: 28px;
    padding-bottom: 0;
  }
}
.t282__logo__container {
  margin-left: 40px !important;
}
