.hdr .header-login-compact {
  min-height: 38px;
  padding: 9px 14px;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .hdr .wrap {
    position: relative;
    min-height: 58px;
    padding: 9px 0;
    flex-wrap: nowrap;
    align-items: center;
    gap: 7px;
  }

  .hdr .logo {
    flex: 0 1 auto;
    min-width: 0;
    gap: 7px;
    font-size: 16px;
    white-space: nowrap;
  }

  .hdr .logo img {
    width: 28px;
    height: 28px;
  }

  .hdr .hdr-cta {
    width: auto;
    margin-left: auto;
    justify-content: flex-end;
    flex: 0 0 auto;
    gap: 6px;
  }

  .hdr .header-login-compact {
    min-height: 36px;
    padding: 8px 12px;
  }

  .hdr #langsw .lang-picker summary {
    min-height: 36px;
    padding: 7px 9px;
  }

  .hdr .burger {
    width: 38px;
    min-height: 36px;
    margin-left: 0;
    padding: 7px 9px;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
  }

  .hdr .nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 95;
    width: 100%;
    max-height: calc(100vh - 70px);
    overflow: auto;
    padding: 14px 16px 18px;
    border: 1px solid var(--line);
    border-top: 0;
    border-radius: 0 0 10px 10px;
    background: #fff;
    box-shadow: var(--shadow);
  }
}

@media (max-width: 380px) {
  .hdr .logo span {
    display: none;
  }
}
