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

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

.h-0aa083c.i-97f0d59 {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

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

body.m-5843192 {
  overflow: hidden;
}

.h-a097126 {
  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-a097126 .c-d8e2bbc {
  max-width: 1140px;
}
.h-811716a {
  display: flex;
  align-items: center;
  gap: 20px;
}
.h-3bef8d2 {
  flex-shrink: 0;
}
.h-3bef8d2 img {
  display: block;
  max-width: 100px;
  height: auto;
}
.h-971083e {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
}
.h-1a871a0 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  flex: 1;
}
.h-07baa7f, .h-2316ca1 {
  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-07baa7f.h-8b3ac08, .h-2316ca1.h-8b3ac08 {
  border-color: var(--header-btn-border, var(--text-color));
}
.h-07baa7f.h-60dd49a, .h-2316ca1.h-60dd49a {
  border-color: transparent;
}
.h-07baa7f.h-a896f02, .h-2316ca1.h-a896f02 {
  background: transparent;
}
.h-07baa7f.h-c3e94b5, .h-2316ca1.h-c3e94b5 {
  background: var(--header-btn-bg, var(--additional-c-elements));
}
.h-07baa7f:hover, .h-2316ca1:hover {
  opacity: 0.85;
}
.h-fb9a258 {
  display: inline-flex;
  align-items: center;
}
.h-17dfc67 {
  display: flex;
  gap: 12px;
  margin-left: auto;
  flex-shrink: 0;
}
.h-d5011b2 {
  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-d5011b2.h-8b3ac08 {
  border-color: var(--header-btn-border, var(--text-color));
}
.h-d5011b2.h-60dd49a {
  border-color: transparent;
}
.h-d5011b2.h-a896f02 {
  background: transparent;
}
.h-d5011b2.h-c3e94b5 {
  background: var(--header-btn-bg, var(--additional-c-elements));
}
.h-d5011b2:hover {
  opacity: 0.85;
}
.h-5ddaf70 {
  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-5ddaf70 span {
  width: 22px;
  height: 2px;
  margin: 0 auto;
  background: var(--text-color);
  transition: 0.3s ease;
}
.h-5ddaf70.i-97f0d59 span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.h-5ddaf70.i-97f0d59 span:nth-child(2) {
  opacity: 0;
}
.h-5ddaf70.i-97f0d59 span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.h-3501648 {
  display: none;
}

@media (max-width: 768px) {
  .logged-in .h-a097126 {
    top: 40px;
  }
  .m-5843192 .h-a097126 {
    position: fixed;
  }
  .h-a097126 {
    padding: 12px 0;
  }
  .h-811716a {
    justify-content: space-between;
    gap: 10px;
    margin: 0 10px;
  }
  .h-3bef8d2 img {
    max-width: 76px;
  }
  .h-971083e {
    display: none;
  }
  .h-17dfc67 {
    gap: 8px;
    margin-left: 0;
  }
  .h-d5011b2 {
    width: auto;
    min-height: 40px;
    padding: 9px 14px;
    font-size: 13px;
    white-space: nowrap;
  }
  .h-5ddaf70 {
    display: flex;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
  }
  .h-3501648 {
    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-3501648.i-8062a16 {
    max-height: 100vh;
    opacity: 1;
    visibility: visible;
  }
  .h-cb325c4 {
    padding: 20px;
  }
  .h-350f9b1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .h-2316ca1 {
    width: 100%;
  }
  .logged-in .h-a097126.i-d66544a {
    top: 0px;
  }
}
@media (max-width: 480px) {
  .h-3bef8d2 img {
    max-width: 64px;
  }
  .h-17dfc67 {
    gap: 6px;
  }
  .h-d5011b2 {
    min-height: 36px;
    padding: 8px 10px;
    font-size: 12px;
  }
  .h-5ddaf70 {
    width: 36px;
    height: 36px;
  }
}

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