@media (min-width: 1024px) {
  body:not(.form-focus-page) .site-container,
  body:not(.form-focus-page) .max-w-4xl,
  body:not(.form-focus-page) .max-w-5xl,
  body:not(.form-focus-page) .max-w-6xl,
  body:not(.form-focus-page) .max-w-7xl,
  body:not(.form-focus-page) .max-w-\[1080px\],
  body:not(.form-focus-page) .max-w-\[1100px\] {
    width: 84vw;
    max-width: 1500px !important;
  }

  body.form-focus-page .max-w-\[1100px\] {
    width: min(84vw, 1100px);
    max-width: 1100px !important;
  }

  body.service-catalog-page .max-w-5xl {
    width: min(84vw, 1240px);
    max-width: 1240px !important;
  }
}

@media (max-width: 1023px) {
  .site-container {
    width: calc(100% - 32px);
    max-width: none;
  }
}

#globalNavbar .site-container {
  width: 100%;
  max-width: none !important;
}
