.f8-site-header-component,
.f8-site-header-component * {
  box-sizing: border-box;
}

html body .f8-site-header-component.header.w-nav {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 999999 !important;
  width: 100% !important;
  min-height: 86px !important;
  overflow: visible !important;
  background: rgba(3, 3, 3, .90) !important;
  border-bottom: 1px solid rgba(254, 231, 5, .14) !important;
  box-shadow: 0 18px 64px rgba(0, 0, 0, .40) !important;
  backdrop-filter: blur(18px) saturate(125%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(125%) !important;
}

html body.admin-bar .f8-site-header-component.header.w-nav {
  top: 32px !important;
}

@media (max-width: 782px) {
  html body.admin-bar .f8-site-header-component.header.w-nav {
    top: 46px !important;
  }
}

html body .f8-site-header-component .nav-container {
  width: min(100% - 40px, 1360px) !important;
  height: 86px !important;
  min-height: 86px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 22px !important;
}

html body .f8-site-header-component .logo-url,
html body .f8-site-header-component .w-nav-brand {
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  max-width: 230px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
  overflow: visible !important;
}

html body .f8-site-header-component .logoimg,
html body .f8-site-header-component .logo-url img {
  display: block !important;
  width: auto !important;
  max-width: 210px !important;
  height: auto !important;
  max-height: 58px !important;
  object-fit: contain !important;
}

html body .f8-site-header-component .navigation.w-nav-menu,
html body .f8-site-header-component nav.navigation {
  position: static !important;
  display: flex !important;
  align-items: center !important;
  flex: 1 1 auto !important;
  width: auto !important;
  height: auto !important;
  background: transparent !important;
}

html body .f8-site-header-component .items-center-menu {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 24px !important;
}

html body .f8-site-header-component .menu-c {
  display: flex !important;
  align-items: center !important;
  gap: 22px !important;
  flex: 0 1 auto !important;
}

html body .f8-site-header-component .navlink.w-nav-link {
  padding: 0 !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  text-decoration: none !important;
}

html body .f8-site-header-component .navlink.w-nav-link:hover,
html body .f8-site-header-component .navlink.w-nav-link.w--current {
  color: var(--f8-gold, #fee705) !important;
}

html body .f8-site-header-component .actions-wrapper {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  flex: 0 0 auto !important;
}

html body .f8-site-header-component .button,
html body .f8-site-header-component .button_login_bt {
  min-height: 48px !important;
  padding: 12px 22px !important;
  border-radius: 13px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  text-align: center !important;
  white-space: nowrap !important;
}

html body .f8-site-header-component .button.border {
  background: rgba(10, 10, 8, .48) !important;
  color: #fff !important;
  border: 1px solid rgba(254, 231, 5, .30) !important;
}

html body .f8-site-header-component .button.animation,
html body .f8-site-header-component .button.hover,
html body .f8-site-header-component .button_login_bt {
  background: linear-gradient(135deg, #fff677 0%, #fee705 42%, #d7ad00 73%, #9a7800 100%) !important;
  color: #050505 !important;
  border: 1px solid rgba(254, 231, 5, .72) !important;
}

html body .f8-site-header-component .button.animation .button-text,
html body .f8-site-header-component .button.hover .button-text,
html body .f8-site-header-component .button_login_bt {
  color: #050505 !important;
}

html body .f8-site-header-component .button-arrow {
  width: 18px !important;
  height: 18px !important;
  max-width: 18px !important;
  max-height: 18px !important;
  object-fit: contain !important;
  flex: 0 0 18px !important;
  margin: 0 !important;
}

html body .f8-site-header-component .custom-select.w-embed {
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  overflow: visible !important;
}

html body .f8-site-header-component #langSelect {
  min-height: 48px !important;
  min-width: 176px !important;
  padding: 0 16px !important;
  border: 1px solid rgba(255, 255, 255, .72) !important;
  border-radius: 13px !important;
  background: rgba(0, 0, 0, .34) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 850 !important;
}

html body .f8-site-header-component #langSelect img {
  width: 18px !important;
  height: 18px !important;
  object-fit: contain !important;
}

html body .f8-site-header-component .selected-option,
html body .f8-site-header-component .custom-select-selected {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: #fff !important;
}

html body .f8-site-header-component .nav-menu-button,
html body .f8-site-header-component .button_login_bt {
  display: none !important;
}

@media (max-width: 1180px) {
  html body .f8-site-header-component .nav-container {
    width: min(100% - 28px, 1180px) !important;
    gap: 16px !important;
  }

  html body .f8-site-header-component .logo-url,
  html body .f8-site-header-component .w-nav-brand {
    max-width: 190px !important;
  }

  html body .f8-site-header-component .logoimg,
  html body .f8-site-header-component .logo-url img {
    max-width: 180px !important;
    max-height: 50px !important;
  }

  html body .f8-site-header-component .menu-c {
    gap: 16px !important;
  }

  html body .f8-site-header-component .navlink.w-nav-link {
    font-size: 14px !important;
  }

  html body .f8-site-header-component #langSelect {
    min-width: 150px !important;
  }
}

@media (max-width: 991px) {
  html body .f8-site-header-component.header.w-nav {
    min-height: 82px !important;
  }

  html body .f8-site-header-component .nav-container {
    height: 82px !important;
    min-height: 82px !important;
    width: calc(100% - 28px) !important;
  }

  html body .f8-site-header-component .logo-url,
  html body .f8-site-header-component .w-nav-brand {
    max-width: 168px !important;
  }

  html body .f8-site-header-component .logoimg,
  html body .f8-site-header-component .logo-url img {
    max-width: 158px !important;
    max-height: 48px !important;
  }

  html body .f8-site-header-component .navigation.w-nav-menu,
  html body .f8-site-header-component nav.navigation {
    display: none !important;
  }

  html body .f8-site-header-component.is-mobile-open .navigation.w-nav-menu,
  html body .f8-site-header-component .navigation.w-nav-menu.w--open,
  html body .f8-site-header-component nav.navigation.w--open {
    position: fixed !important;
    left: 14px !important;
    right: 14px !important;
    top: 94px !important;
    display: block !important;
    width: auto !important;
    max-height: calc(100vh - 112px) !important;
    overflow: auto !important;
    padding: 16px !important;
    border: 1px solid rgba(254, 231, 5, .22) !important;
    border-radius: 18px !important;
    background: rgba(3, 3, 3, .96) !important;
    box-shadow: 0 28px 90px rgba(0, 0, 0, .62) !important;
  }

  html body.admin-bar .f8-site-header-component.is-mobile-open .navigation.w-nav-menu,
  html body.admin-bar .f8-site-header-component .navigation.w-nav-menu.w--open,
  html body.admin-bar .f8-site-header-component nav.navigation.w--open {
    top: 126px !important;
    max-height: calc(100vh - 144px) !important;
  }

  html body .f8-site-header-component.is-mobile-open .items-center-menu,
  html body .f8-site-header-component .navigation.w-nav-menu.w--open .items-center-menu {
    display: grid !important;
    gap: 14px !important;
  }

  html body .f8-site-header-component.is-mobile-open .menu-c,
  html body .f8-site-header-component .navigation.w-nav-menu.w--open .menu-c,
  html body .f8-site-header-component.is-mobile-open .actions-wrapper,
  html body .f8-site-header-component .navigation.w-nav-menu.w--open .actions-wrapper {
    display: grid !important;
    gap: 10px !important;
    width: 100% !important;
  }

  html body .f8-site-header-component.is-mobile-open .navlink,
  html body .f8-site-header-component .navigation.w-nav-menu.w--open .navlink,
  html body .f8-site-header-component.is-mobile-open .actions-wrapper .button,
  html body .f8-site-header-component .navigation.w-nav-menu.w--open .actions-wrapper .button,
  html body .f8-site-header-component.is-mobile-open #langSelect,
  html body .f8-site-header-component .navigation.w-nav-menu.w--open #langSelect {
    width: 100% !important;
    justify-content: center !important;
  }

  html body .f8-site-header-component .nav-menu-button,
  html body .f8-site-header-component .button_login_bt {
    display: inline-flex !important;
  }

  html body .f8-site-header-component .button_login_bt {
    min-height: 44px !important;
    padding: 10px 16px !important;
  }

  html body .f8-site-header-component .nav-menu-button,
  html body .f8-site-header-component .nav-menu-button.w-nav-button {
    width: 48px !important;
    height: 48px !important;
    min-height: 48px !important;
    padding: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid rgba(254, 231, 5, .30) !important;
    border-radius: 13px !important;
    background: rgba(10, 10, 8, .52) !important;
  }

  html body .f8-site-header-component .burger-menu-svgrepo-com {
    width: 26px !important;
    height: 26px !important;
  }
}

@media (max-width: 480px) {
  html body .f8-site-header-component .logo-url,
  html body .f8-site-header-component .w-nav-brand {
    max-width: 138px !important;
  }

  html body .f8-site-header-component .logoimg,
  html body .f8-site-header-component .logo-url img {
    max-width: 132px !important;
    max-height: 42px !important;
  }

  html body .f8-site-header-component .button_login_bt {
    display: none !important;
  }
}
