.inner-header .inner-brand {
  display: flex;
  align-items: center;
  gap: 9px;
  flex: 0 0 auto;
}

.inner-header .site-logo {
  display: block;
  flex: 0 0 44px;
  width: 44px !important;
  height: 44px !important;
  max-width: 44px !important;
  max-height: 44px !important;
  border-radius: 50%;
  background: transparent;
  object-fit: contain;
}

.inner-header .inner-brand b {
  white-space: nowrap;
}

@media (max-width: 680px) {
  .inner-header .inner-nav {
    width: 100%;
    min-width: 0;
  }

  .inner-header .inner-phone {
    display: none;
  }
}
