/**
 * Header component styles.
 * SCSS: assets/css/components/header.scss
 * CSS (compiled by IDE): assets/css/components/header.css
 */
.l-718c1a5 .h-5b13284 {
  top: 30px;
}

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

.h-966fa43.i-3529518 {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.h-1ffbbe6 {
  z-index: 110;
}

body.m-3ee37b5 {
  overflow: hidden;
}

.h-5b13284 {
  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-5b13284 .c-db7642a {
  max-width: 1140px;
}
.h-bcd0039 {
  display: flex;
  align-items: center;
  gap: 20px;
}
.h-543e149 {
  flex-shrink: 0;
}
.h-543e149 img {
  display: block;
  max-width: 100px;
  height: auto;
}
.h-37cc32d {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
}
.h-70c22f0 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  flex: 1;
}
.h-f2aa6e1, .h-9b8d97a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: auto;
  padding: 12px 16px;
  border-radius: 5px;
  background: transparent;
  color: var(--text-color);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
  transition: 0.3s ease;
}
.h-bf4ac5b {
  display: inline-flex;
  align-items: center;
}
.h-7fd4962 {
  display: flex;
  gap: 12px;
  margin-left: auto;
  flex-shrink: 0;
}
.h-0491117 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: none;
  border-radius: 5px;
  background: var(--additional-c-elements);
  color: var(--text-color);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s ease;
}
.h-0491117:hover {
  opacity: 0.85;
}
.h-2781498 {
  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-2781498 span {
  width: 22px;
  height: 2px;
  margin: 0 auto;
  background: var(--text-color);
  transition: 0.3s ease;
}
.h-2781498.i-3529518 span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.h-2781498.i-3529518 span:nth-child(2) {
  opacity: 0;
}
.h-2781498.i-3529518 span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.h-1ffbbe6 {
  display: none;
}

@media (max-width: 768px) {
  .l-718c1a5 .h-5b13284 {
    top: 40px;
  }
  .m-3ee37b5 .h-5b13284 {
    position: fixed;
  }
  .h-5b13284 {
    padding: 12px 0;
  }
  .h-bcd0039 {
    justify-content: space-between;
    gap: 10px;
    margin: 0 10px;
  }
  .h-543e149 img {
    max-width: 76px;
  }
  .h-37cc32d {
    display: none;
  }
  .h-7fd4962 {
    gap: 8px;
    margin-left: 0;
  }
  .h-0491117 {
    width: auto;
    min-height: 40px;
    padding: 9px 14px;
    font-size: 13px;
    white-space: nowrap;
  }
  .h-2781498 {
    display: flex;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
  }
  .h-1ffbbe6 {
    display: block;
    position: sticky;
    left: 0;
    right: 0;
    top: 100%;
    background: 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-1ffbbe6.i-1e32cf5 {
    max-height: 100vh;
    opacity: 1;
    visibility: visible;
  }
  .h-e5e80bd {
    padding: 20px;
  }
  .h-92aaf3f {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .h-9b8d97a {
    width: 100%;
  }
  .l-718c1a5 .h-5b13284.i-c9c10ca {
    top: 0px;
  }
}
@media (max-width: 480px) {
  .h-543e149 img {
    max-width: 64px;
  }
  .h-7fd4962 {
    gap: 6px;
  }
  .h-0491117 {
    min-height: 36px;
    padding: 8px 10px;
    font-size: 12px;
  }
  .h-2781498 {
    width: 36px;
    height: 36px;
  }
}/*# sourceMappingURL=header.css.map */