/**
 * Header component styles.
 * SCSS: assets/css/components/header.scss
 * CSS (compiled by IDE): assets/css/components/header.css
 */
.l-9dba913 .h-45ec9f3 {
  top: 30px;
}

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

.h-c7dc814.i-2d46b45 {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.h-6656b9a {
  z-index: 110;
}

body.m-7d21784 {
  overflow: hidden;
}

.h-45ec9f3 {
  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-45ec9f3 .c-52621a6 {
  max-width: 1140px;
}
.h-c2005c6 {
  display: flex;
  align-items: center;
  gap: 20px;
}
.h-a819b83 {
  flex-shrink: 0;
}
.h-a819b83 img {
  display: block;
  max-width: 100px;
  height: auto;
}
.h-ca8ccbb {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
}
.h-2183337 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  flex: 1;
}
.h-6c29ab7, .h-1892453 {
  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-27f5f1e {
  display: inline-flex;
  align-items: center;
}
.h-04cb4ce {
  display: flex;
  gap: 12px;
  margin-left: auto;
  flex-shrink: 0;
}
.h-d670f86 {
  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-d670f86:hover {
  opacity: 0.85;
}
.h-9aa29fc {
  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-9aa29fc span {
  width: 22px;
  height: 2px;
  margin: 0 auto;
  background: var(--text-color);
  transition: 0.3s ease;
}
.h-9aa29fc.i-2d46b45 span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.h-9aa29fc.i-2d46b45 span:nth-child(2) {
  opacity: 0;
}
.h-9aa29fc.i-2d46b45 span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.h-6656b9a {
  display: none;
}

@media (max-width: 768px) {
  .l-9dba913 .h-45ec9f3 {
    top: 40px;
  }
  .m-7d21784 .h-45ec9f3 {
    position: fixed;
  }
  .h-45ec9f3 {
    padding: 12px 0;
  }
  .h-c2005c6 {
    justify-content: space-between;
    gap: 10px;
    margin: 0 10px;
  }
  .h-a819b83 img {
    max-width: 76px;
  }
  .h-ca8ccbb {
    display: none;
  }
  .h-04cb4ce {
    gap: 8px;
    margin-left: 0;
  }
  .h-d670f86 {
    width: auto;
    min-height: 40px;
    padding: 9px 14px;
    font-size: 13px;
    white-space: nowrap;
  }
  .h-9aa29fc {
    display: flex;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
  }
  .h-6656b9a {
    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-6656b9a.i-b5bcb25 {
    max-height: 100vh;
    opacity: 1;
    visibility: visible;
  }
  .h-05cfa9f {
    padding: 20px;
  }
  .h-e2c91ee {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .h-1892453 {
    width: 100%;
  }
  .l-9dba913 .h-45ec9f3.i-998861e {
    top: 0px;
  }
}
@media (max-width: 480px) {
  .h-a819b83 img {
    max-width: 64px;
  }
  .h-04cb4ce {
    gap: 6px;
  }
  .h-d670f86 {
    min-height: 36px;
    padding: 8px 10px;
    font-size: 12px;
  }
  .h-9aa29fc {
    width: 36px;
    height: 36px;
  }
}

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