html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

#site-main {
  display: block;
}

body.admin-bar #site-header {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar #site-header {
    top: 46px;
  }
}

.logo {
  display: inline-flex;
  align-items: center;
}

.logo__img {
  display: block;
  width: auto;
  height: 52px;
}

.footer-logo-shell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 1rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 30px rgba(14, 28, 23, 0.18);
}

.logo__img--footer {
  height: 56px;
}

@media (max-width: 1024px) {
  .logo__img {
    height: 46px;
  }

  .logo__img--footer {
    height: 48px;
  }
}

@media (max-width: 640px) {
  .logo__img {
    height: 40px;
  }

  .footer-logo-shell {
    padding: 0.6rem 0.82rem;
    border-radius: 12px;
  }

  .logo__img--footer {
    height: 42px;
  }
}
