.not-found {
  height: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
  text-align: center;
  padding: 160px var(--site-padding) 100px; }
  @media (max-width: 1100px) {
    .not-found {
      max-width: 100%; } }

.not-found__title {
  font-size: 56px;
  letter-spacing: -0.03em;
  font-weight: 600;
  line-height: 1.1;
  margin: 0; }
  @media (max-width: 700px) {
    .not-found__title {
      font-size: 36px; } }

.not-found__description {
  font-size: 20px;
  margin: 22px 0 16px; }
  @media (max-width: 700px) {
    .not-found__description {
      font-size: 18px;
      -webkit-hyphens: auto;
          -ms-hyphens: auto;
              hyphens: auto; } }
