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

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

.h-c13208a.i-4167c7f {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.h-f97c54f {
  z-index: 110;
}

body.m-01d5d90 {
  overflow: hidden;
}

.h-e4e659d {
  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-e4e659d .c-ad8c4b0 {
  max-width: 1140px;
}
.h-2fe705d {
  display: flex;
  align-items: center;
  gap: 20px;
}
.h-1af1623 {
  flex-shrink: 0;
}
.h-1af1623 img {
  display: block;
  max-width: 100px;
  height: auto;
}
.h-32f8e37 {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
}
.h-85f5599 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  flex: 1;
}
.h-cf42dab, .h-23441db {
  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-cf42dab.h-6434dd6, .h-23441db.h-6434dd6 {
  border-color: var(--header-btn-border, var(--text-color));
}
.h-cf42dab.h-c5a647d, .h-23441db.h-c5a647d {
  border-color: transparent;
}
.h-cf42dab.h-b4678f2, .h-23441db.h-b4678f2 {
  background: transparent;
}
.h-cf42dab.h-fb34ab6, .h-23441db.h-fb34ab6 {
  background: var(--header-btn-bg, var(--additional-c-elements));
}
.h-cf42dab:hover, .h-23441db:hover {
  opacity: 0.85;
}
.h-0013d79 {
  display: inline-flex;
  align-items: center;
}
.h-fccbfbc {
  display: flex;
  gap: 12px;
  margin-left: auto;
  flex-shrink: 0;
}
.h-dd184b3 {
  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-dd184b3.h-6434dd6 {
  border-color: var(--header-btn-border, var(--text-color));
}
.h-dd184b3.h-c5a647d {
  border-color: transparent;
}
.h-dd184b3.h-b4678f2 {
  background: transparent;
}
.h-dd184b3.h-fb34ab6 {
  background: var(--header-btn-bg, var(--additional-c-elements));
}
.h-dd184b3:hover {
  opacity: 0.85;
}
.h-f3639f7 {
  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-f3639f7 span {
  width: 22px;
  height: 2px;
  margin: 0 auto;
  background: var(--text-color);
  transition: 0.3s ease;
}
.h-f3639f7.i-4167c7f span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.h-f3639f7.i-4167c7f span:nth-child(2) {
  opacity: 0;
}
.h-f3639f7.i-4167c7f span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.h-f97c54f {
  display: none;
}

@media (max-width: 768px) {
  .logged-in .h-e4e659d {
    top: 40px;
  }
  .m-01d5d90 .h-e4e659d {
    position: fixed;
  }
  .h-e4e659d {
    padding: 12px 0;
  }
  .h-2fe705d {
    justify-content: space-between;
    gap: 10px;
    margin: 0 10px;
  }
  .h-1af1623 img {
    max-width: 76px;
  }
  .h-32f8e37 {
    display: none;
  }
  .h-fccbfbc {
    gap: 8px;
    margin-left: 0;
  }
  .h-dd184b3 {
    width: auto;
    min-height: 40px;
    padding: 9px 14px;
    font-size: 13px;
    white-space: nowrap;
  }
  .h-f3639f7 {
    display: flex;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
  }
  .h-f97c54f {
    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-f97c54f.i-7fdc809 {
    max-height: 100vh;
    opacity: 1;
    visibility: visible;
  }
  .h-ee489ac {
    padding: 20px;
  }
  .h-e7e1004 {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .h-23441db {
    width: 100%;
  }
  .logged-in .h-e4e659d.i-58c700c {
    top: 0px;
  }
}
@media (max-width: 480px) {
  .h-1af1623 img {
    max-width: 64px;
  }
  .h-fccbfbc {
    gap: 6px;
  }
  .h-dd184b3 {
    min-height: 36px;
    padding: 8px 10px;
    font-size: 12px;
  }
  .h-f3639f7 {
    width: 36px;
    height: 36px;
  }
}

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