.fe-header {
  position: sticky !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #ffffff !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
  transition: all 0.3s ease;
  padding: 0 !important;
}
.fe-header__content {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  height: 80px !important;
  max-height: 80px !important;
  padding: 0 20px !important;
  margin: 0 auto;
  max-width: 1400px;
}
@media (min-width: 990px) {
  .fe-header__content {
    padding: 0 30px !important;
  }
}
.fe-header__logo {
  flex-shrink: 0;
  margin-right: 30px;
}
@media (min-width: 990px) {
  .fe-header__logo {
    margin-right: 50px;
  }
}
.fe-header__logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.fe-header__logo-link:hover {
  opacity: 0.8;
}
.fe-header__logo-text {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0d3b66;
  margin: 0;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media (min-width: 990px) {
  .fe-header__logo-text {
    font-size: 1.3rem;
  }
}
.fe-header__main-nav {
  display: none;
  flex: 1;
  margin-right: auto;
}
@media (min-width: 990px) {
  .fe-header__main-nav {
    display: block !important;
  }
}
.fe-header__main-nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 5px;
}
.fe-header__main-nav li {
  margin: 0;
}
.fe-header__main-nav a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  text-decoration: none;
  color: #333;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 8px;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.fe-header__main-nav a:hover {
  background-color: #f5f5f5;
  color: #0d3b66;
}
.fe-header__main-nav .active a {
  background-color: #f5f5f5;
  color: #0d3b66;
  font-weight: 600;
}
.fe-header__menu-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #333;
  cursor: pointer;
  padding: 8px;
  transition: color 0.3s ease;
}
.fe-header__menu-trigger:hover {
  color: #0d3b66;
}
@media (min-width: 990px) {
  .fe-header__menu-trigger {
    display: none;
  }
}
.fe-header__mobile-menu {
  display: none;
}
@media (max-width: 989px) {
  .fe-header__mobile-menu {
    display: none;
  }
  .fe-header__mobile-menu.active {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 20px;
    z-index: 999;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
  }
}
.fe-header__mobile-nav {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.fe-header__mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fe-header__mobile-nav li {
  margin: 0;
}
.fe-header__mobile-nav a {
  display: block;
  padding: 15px 10px;
  text-decoration: none;
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 8px;
  transition: all 0.2s ease;
}
.fe-header__mobile-nav a:hover {
  background-color: #f5f5f5;
  color: #0d3b66;
}
.fe-header__mobile-nav .active a {
  background-color: #f5f5f5;
  color: #0d3b66;
  font-weight: 600;
}
.fe-header__right {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (min-width: 990px) {
  .fe-header__right {
    gap: 30px;
  }
}
.fe-header__provider-link {
  display: none;
  text-decoration: none;
  color: #333;
  font-size: 0.9rem;
  font-weight: 500;
  transition: color 0.2s ease;
  white-space: nowrap;
}
@media (min-width: 990px) {
  .fe-header__provider-link {
    display: block;
  }
}
.fe-header__provider-link:hover {
  color: #0d3b66;
}
.fe-header__language-switcher {
  display: none;
}
@media (min-width: 990px) {
  .fe-header__language-switcher {
    display: block;
  }
}
.fe-header__language-switcher select {
  background: none;
  border: none;
  padding: 8px 12px;
  font-size: 1.3rem;
  cursor: pointer;
  transition: opacity 0.2s ease;
  color: #333;
}
.fe-header__language-switcher select:hover {
  opacity: 0.8;
}
.fe-header__language-switcher select:focus {
  outline: none;
}
.fe-header__icons {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (min-width: 990px) {
  .fe-header__icons {
    gap: 25px;
  }
}
.fe-header__icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-decoration: none;
  color: #333;
  cursor: pointer;
  transition: color 0.2s ease;
  background: none;
  border: none;
  padding: 5px;
}
.fe-header__icon-item:hover {
  color: #0d3b66;
}
.fe-header__icon-item i {
  font-size: 1.4rem;
}
@media (min-width: 990px) {
  .fe-header__icon-item i {
    font-size: 1.5rem;
  }
}
.fe-header__icon-label {
  font-size: 0.7rem;
  font-weight: 500;
  white-space: nowrap;
  display: none;
}
@media (min-width: 990px) {
  .fe-header__icon-label {
    display: block;
  }
}
.fe-header__user-menu {
  position: relative;
}
.fe-header__user-button {
  display: flex !important;
  flex-direction: column !important;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 5px;
  border: none;
  background: none;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #333;
}
.fe-header__user-button:hover {
  color: #0d3b66;
}
.fe-header__user-button i {
  font-size: 1.4rem;
}
@media (min-width: 990px) {
  .fe-header__user-button i {
    font-size: 1.5rem;
  }
}
.fe-header__user-button .fe-header__icon-label {
  font-size: 0.7rem;
  font-weight: 500;
  white-space: nowrap;
  display: none;
}
@media (min-width: 990px) {
  .fe-header__user-button .fe-header__icon-label {
    display: block;
  }
}
.fe-header__user-button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fe-header__user-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  min-width: 180px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  padding: 8px 0;
  z-index: 100;
}
.fe-header__user-dropdown a {
  display: block;
  padding: 12px 20px;
  text-decoration: none;
  color: #333;
  font-size: 0.9rem;
  transition: background-color 0.2s ease;
}
.fe-header__user-dropdown a:hover {
  background-color: #f5f5f5;
}
.fe-header__user-menu:hover .fe-header__user-dropdown, .fe-header__user-dropdown:hover {
  display: block;
}
.fe-header__user-menu::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  height: 10px;
}
@media (max-width: 989px) {
  .fe-header__right {
    display: none !important;
  }
}
.fe-header__mobile-content {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.fe-header__mobile-actions {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 20px;
}
.fe-header__mobile-actions .fe-header__provider-link {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid #e0e0e0;
}
.fe-header__mobile-actions .fe-header__language-switcher {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid #e0e0e0;
}
.fe-header__mobile-actions .fe-header__icons {
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
.fe-header__mobile-actions .fe-header__icons .fe-header__icon-item {
  flex-direction: row;
  justify-content: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid #e0e0e0;
}
.fe-header__mobile-actions .fe-header__icons .fe-header__icon-item .fe-header__icon-label {
  display: block;
  margin-left: 15px;
}

.home .fe-header {
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
}

/*# sourceMappingURL=header.css.map */
