.Header {
  position: static;
  top: 0;
  z-index: var(--layerHeaderZIndex);
  font-size: 1rem;
  background: var(--header-background, #fff);
  transition: var(--animationBase);
}

.Header--overlapse {
  height: 0;
}

.Header--overlapse:not(.is-sticked) {
  background: transparent;
  padding: var(--spaceLg) 0;
}

@media (max-width: 75rem) {
  .Header--overlapse:not(.is-sticked) {
    padding: 1.1em 0;
  }
}

.Header:not(.is-up).is-sticked .Header-frame {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.Header-frame {
  display: flex;
  align-items: center;
  gap: .5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 48.01rem) {
  .Header-frame {
    gap: 1.5rem;
  }
}

@media (min-width: 75.01rem) {
  .Header-frame {
    padding-bottom: 0;
  }
}

.Header-right {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
  gap: .5rem;
}

@media (min-width: 48.01rem) {
  .Header-right {
    gap: 1.5rem;
  }
}

.Header-space {
  display: none;
  flex: 1;
  height: 77px;
}

@media (min-width: 36.01rem) {
  .Header-space {
    display: block;
  }
}

.Header-logo {
  display: flex;
  justify-content: center;
  flex: 1;
}

@media (min-width: 36.01rem) {
  .Header-logo {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
  }
}

.Header-logo img {
  max-width: 9rem;
}

@media (min-width: 36.01rem) {
  .Header-logo img {
    max-width: 12.625rem;
  }
}

@media (min-width: 64.01rem) {
  .Header-logo img {
    max-width: none;
  }
}

.Header-searchToggle {
  display: flex;
  flex-flow: column;
  align-items: center;
  font-size: .875rem;
  background: none;
  border: 0;
  margin: 0;
  cursor: pointer;
  padding: 0;
}

@media (max-width: 48rem) {
  .Header-searchToggle svg {
    width: 24px;
    height: 25px;
  }
}

@media (min-width: 64.01rem) {
  .Header-searchToggle {
    display: none;
  }
}

@media (max-width: 47.99rem) {
  .Header-searchToggleLabel {
    display: none;
  }
}

.Header-hmb {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  text-transform: uppercase;
  color: var(--colorBrand);
  padding: 0;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
}

.Header-hmb svg {
  width: 40px;
  height: 30px;
}

@media (min-width: 75.01rem) {
  .Header-hmb {
    display: none;
  }
}

@media (min-width: 75.01rem) {
  .Header .AppNavigation {
    display: flex;
    justify-content: center;
  }
}

.Header .AppNavigationItem-link {
  color: var(--colorBrand);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2.25px;
  text-transform: uppercase;
}

@media (min-width: 75.01rem) {
  .Header-holder > .AppNavigation {
    padding: 40px 0;
  }
}

body:not(.location_homepage) .Header-bottom {
  width: 100%;
  max-width: 100rem;
  height: 3px;
  margin: 0 auto;
  background: var(--colorBrand);
}

#login-popup {
  font-size: clamp(14px, calc(12.77551px + 0.32653vw), 18px);
}

#login-popup .WebUserPopupLogin-perex, #login-popup .WebUserPopupLogin-askForRegistration > p {
  font-size: clamp(14px, calc(13.38776px + 0.16327vw), 16px);
}

#login-popup .WebUserPopupLogin-buttons .ButtonBase {
  border: 0;
  padding: 0;
  text-decoration: underline;
}

#login-popup .WebUserPopupLogin-buttons .ButtonBase:hover, #login-popup .WebUserPopupLogin-buttons .ButtonBase:active, #login-popup .WebUserPopupLogin-buttons .ButtonBase:focus {
  color: var(--colorBrand);
  background: transparent;
  text-decoration: none;
}

#login-popup #loginSubmit {
  background: var(--colorBrand);
  color: white;
}

#login-popup #loginSubmit:hover, #login-popup #loginSubmit:active, #login-popup #loginSubmit:focus {
  background: white;
  color: var(--colorBrand);
}

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