.logo-main {
  img {
    width: 160px;
  }
}

.header-main {
  position: sticky;
  z-index: 20;
  top: 0;
  background: var(--brand);
  display: flex;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgb(238 238 238 / 0.10);
}


.bq-header-right {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.field-tipbl-head-second-menu {
  display: flex;
  flex-direction: row;
  gap: 5px;
}

.field-tipbl-head-contact {
  display: flex;
  flex-direction: row;
  gap: 5px;
}

.header-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.nav-primary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}

@scope (.path-frontpage) {
  .header-main {
    background: rgb(0 0 0 / 0);

    &:hover {
      background: var(--brand);
    }
  }

  .header-main.is-sticky {
    background: var(--brand);
  }
}
