/* Language Support Styles */
html {
  scroll-behavior: smooth;
}

/* Global navigation active styles */
.navigation-header a.active,
.navigation-header a.active span,
.navigation-header a.active .bigtext-navigation,
a.nav-link.active {
  font-weight: 700 !important; /* Очень жирное начертание для активного пункта */
  font-family: "Roboto", sans-serif !important;
}

/* Mobile menu active styles */
.menu ul li a.active,
.menu ul li a.active span,
.menu ul li a.active .bigtext-navigation,
.menu a.active {
  font-weight: 700 !important; /* Жирное начертание для активного пункта в мобильном меню */
  font-family: "Roboto", sans-serif !important;
}

.footer .column a.lang-link {
  cursor: pointer;
  text-decoration: underline;
}

.footer .column a.lang-link.active {
  font-weight: bold;
  text-decoration: none;
  cursor: default;
}

.lang-spacer {
  height: 15px;
}

.m-top-15 {
  margin-top: 15px;
}

.burger-lang-separator {
  margin-top: 20px;
  border-top: 1px solid rgba(237, 222, 183, 0.3);
  padding-top: 10px;
}

.burger-lang-item {
  display: none;
}

@media (max-width: 480px) {
  .burger-lang-item {
    display: block;
  }
  
  .footer .column a.lang-link {
    display: none;
  }
  
  .lang-spacer {
    display: none;
  }
}
