:root {
  --shell: 95%;
  --shell-medium: 75%;
  --shell-narrow: 60%;
}

.site-shell {
  width: 90%;
  max-width: var(--shell);
  margin: 0 auto;
}

.site-shell-medium {
  width: var(--shell-medium);
  max-width: var(--shell-medium);
  margin: 0 auto;
}

.site-shell-narrow {
  width: var(--shell-narrow);
  max-width: var(--shell-narrow);
  margin: 0 auto;
}
.content-section {
  max-width: 95%;
  margin: 0 auto;
}

.values-section .site-shell {
  width: min(95%, 1600px);
}


.cat-entry-shell {
  margin: 26px auto;
  width: 95%;
}

.contact-shell {
   width: 60%;
   margin: 0 auto;
  max-width: 1040px;
  background-color: chartreuse;
}


.nav-shell {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 84px;
  padding: 0 22px;
}


.top-tabs-shell {
  width: calc(100% - 24px);
  margin:  0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  pointer-events: auto;
}

.top-tabs-quick,
.top-tabs-langs {
  display: flex;
  gap: 8px;
}

.top-tabs-langs {
  margin-left: auto;
}


.moto-block .moto-grid {
  width: calc(100% - 40px);
  max-width: var(--shell);
  margin: 0 auto;
}


@media (max-width: 1240px) {
  .site-shell {
    width: 95%;
    max-width: var(--shell);
    margin: 0 auto;
  }

  
.site-shell-medium {
  width: var(--shell);
  max-width: var(--shell);
  margin: 0 auto;
}

.site-shell-narrow {
  width: var(--shell-medium);
  max-width: var(--shell-medium);
  margin: 0 auto;
}
  .site-shell.hero-grid {
    width: var(--shell);
    max-width: var(--shell);
    margin: 0 24px;
  }

  .double-strip .site-shell {
    width: 95%;
  }

  .site-shell.aside-layout,
  .site-shell.editorial-layout,
  .site-shell.editorial-flex-layout {
    width: 100%;
  }
}

@media (max-width: 1040px) {

  .site-shell.editorial-layout,
  .site-shell.editorial-flex-layout {
    width: 95%;
  }
}

@media (max-width: 940px) {

  .site-shell,
  .site-shell-medium,
  .site-shell-narrow,
  .content-section,
  .intro-panel,
  .values-section .site-shell,
  .double-strip .site-shell,
  .simple-strip .site-shell,
  .cat-entry-shell,
  .moto-block .moto-grid,
  .footer-grid {
    width: 95%;
    max-width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  .founders-section {
    width: 95%;
    max-width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  .site-shell.aside-layout {
    grid-template-columns: 1fr;
    width: 95%;
  }

}

@media (max-width: 840px) {

  .nav-shell {
    min-height: 84px;
  }

.moto img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;


}

}
