/**
 * Header component styles.
 * SCSS: assets/css/components/header.scss
 * CSS (compiled by IDE): assets/css/components/header.css
 */
.logged-in .h-295552f {
  top: 30px;
}

.h-e5dccb1 {
  position: fixed;
  inset: 0;
  background: var(--header-bg, var(--block-bg));
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 90;
}

.h-e5dccb1.i-72fbc50 {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.h-23ba26b {
  z-index: 110;
}

body.m-cc86121 {
  overflow: hidden;
}

.h-295552f {
  position: absolute;
  width: 100%;
  margin: auto;
  top: 0;
  transition: box-shadow 0.3s ease, background 0.3s ease;
  z-index: 20;
  padding: 20px 0;
}
.h-295552f .c-e68bfe1 {
  max-width: 1140px;
}
.h-37b41f0 {
  display: flex;
  align-items: center;
  gap: 20px;
}
.h-7a74b40 {
  flex-shrink: 0;
}
.h-7a74b40 img {
  display: block;
  max-width: 100px;
  height: auto;
}
.h-dccf95f {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
}
.h-58403a7 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  flex: 1;
}
.h-7ac5c46, .h-07b1717 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: auto;
  padding: 12px 16px;
  border: 1px solid var(--header-btn-border, var(--text-color));
  border-radius: var(--button-border-radius, 5px);
  background: var(--header-btn-bg, transparent);
  color: var(--header-btn-text, var(--text-color));
  text-decoration: none;
  font-size: var(--button-font-size, 15px);
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
  transition: 0.3s ease;
}
.h-7ac5c46.h-0c2b96d, .h-07b1717.h-0c2b96d {
  border-color: var(--header-btn-border, var(--text-color));
}
.h-7ac5c46.h-955dd20, .h-07b1717.h-955dd20 {
  border-color: transparent;
}
.h-7ac5c46.h-2cfb6b2, .h-07b1717.h-2cfb6b2 {
  background: transparent;
}
.h-7ac5c46.h-a1c8c31, .h-07b1717.h-a1c8c31 {
  background: var(--header-btn-bg, var(--additional-c-elements));
}
.h-7ac5c46:hover, .h-07b1717:hover {
  opacity: 0.85;
}
.h-ad81ae9 {
  display: inline-flex;
  align-items: center;
}
.h-836951c {
  display: flex;
  gap: 12px;
  margin-left: auto;
  flex-shrink: 0;
}
.h-c1d6a58 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: 1px solid var(--header-btn-border, transparent);
  border-radius: var(--button-border-radius, 5px);
  background: var(--header-btn-bg, var(--additional-c-elements));
  color: var(--header-btn-text, var(--button-text-color, var(--text-color)));
  text-decoration: none;
  font-size: var(--button-font-size, 15px);
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s ease;
}
.h-c1d6a58.h-0c2b96d {
  border-color: var(--header-btn-border, var(--text-color));
}
.h-c1d6a58.h-955dd20 {
  border-color: transparent;
}
.h-c1d6a58.h-2cfb6b2 {
  background: transparent;
}
.h-c1d6a58.h-a1c8c31 {
  background: var(--header-btn-bg, var(--additional-c-elements));
}
.h-c1d6a58:hover {
  opacity: 0.85;
}
.h-014a365 {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  border: 1px solid var(--additional-c-elements);
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
}
.h-014a365 span {
  width: 22px;
  height: 2px;
  margin: 0 auto;
  background: var(--text-color);
  transition: 0.3s ease;
}
.h-014a365.i-72fbc50 span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.h-014a365.i-72fbc50 span:nth-child(2) {
  opacity: 0;
}
.h-014a365.i-72fbc50 span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.h-23ba26b {
  display: none;
}

@media (max-width: 768px) {
  .logged-in .h-295552f {
    top: 40px;
  }
  .m-cc86121 .h-295552f {
    position: fixed;
  }
  .h-295552f {
    padding: 12px 0;
  }
  .h-37b41f0 {
    justify-content: space-between;
    gap: 10px;
    margin: 0 10px;
  }
  .h-7a74b40 img {
    max-width: 76px;
  }
  .h-dccf95f {
    display: none;
  }
  .h-836951c {
    gap: 8px;
    margin-left: 0;
  }
  .h-c1d6a58 {
    width: auto;
    min-height: 40px;
    padding: 9px 14px;
    font-size: 13px;
    white-space: nowrap;
  }
  .h-014a365 {
    display: flex;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
  }
  .h-23ba26b {
    display: block;
    position: sticky;
    left: 0;
    right: 0;
    top: 100%;
    background: var(--header-bg, var(--block-bg));
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.45s ease, opacity 0.3s ease, visibility 0.3s ease;
  }
  .h-23ba26b.i-90f8316 {
    max-height: 100vh;
    opacity: 1;
    visibility: visible;
  }
  .h-0921af2 {
    padding: 20px;
  }
  .h-8fbe710 {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .h-07b1717 {
    width: 100%;
  }
  .logged-in .h-295552f.i-6c58b13 {
    top: 0px;
  }
}
@media (max-width: 480px) {
  .h-7a74b40 img {
    max-width: 64px;
  }
  .h-836951c {
    gap: 6px;
  }
  .h-c1d6a58 {
    min-height: 36px;
    padding: 8px 10px;
    font-size: 12px;
  }
  .h-014a365 {
    width: 36px;
    height: 36px;
  }
}

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