html,
body {
  min-width: 1280px;
}

.page-wrapper {
  min-width: 1280px;
}

.desktop-gate {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background: #fff;
  color: #081630;
  text-align: center;
}

.desktop-gate__inner {
  max-width: 22rem;
}

.desktop-gate__title {
  margin: 0 0 1rem;
  font-family: Newsreader, "Times New Roman", serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.35;
  color: #081630;
}

.desktop-gate__text {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #20417a;
}

html.is-desktop-gate-active,
html.is-desktop-gate-active body {
  min-width: 0 !important;
  width: 100% !important;
  overflow: hidden !important;
  background: #fff !important;
}

html.is-desktop-gate-active .page-wrapper,
html.is-desktop-gate-active .nav,
html.is-desktop-gate-active .footer {
  display: none !important;
}

html.is-desktop-gate-active .desktop-gate {
  display: flex;
}
