/* Header PNG replaces old logo + NeroLink / Личный кабинет text */

html body .nl-header-brand-host {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;

  margin: 8px 0 22px 0 !important;
}

html body .nl-header-brand-image {
  display: block !important;

  width: min(100%, 980px) !important;
  max-width: 100% !important;

  border-radius: 22px !important;
  overflow: hidden !important;

  box-shadow:
    0 20px 44px rgba(0,0,0,.32),
    0 0 32px rgba(75,100,255,.10) !important;
}

html body .nl-header-brand-image img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  border-radius: 22px !important;
}

html body .nl-header-brand-hide {
  display: none !important;
}

@media (max-width: 760px) {
  html body .nl-header-brand-host {
    margin: 8px 0 18px 0 !important;
  }

  html body .nl-header-brand-image {
    width: min(100%, 680px) !important;
    border-radius: 18px !important;
  }

  html body .nl-header-brand-image img {
    border-radius: 18px !important;
  }
}
