@media screen and (min-width: 1024px){.error-not-found-page{display:grid;grid-template-columns:repeat(2,1fr);gap:4em;margin:6em 0}}@media screen and (max-width: 1024px) and (orientation: portrait){.error-not-found-page{display:flex;flex-direction:column;gap:2em;margin:3em 0}}@media screen and (max-width: 1024px) and (orientation: landscape){.error-not-found-page{display:flex;flex-direction:column;justify-content:center;align-items:center}}@media screen and (min-width: 720px) and (max-width: 1024px) and (orientation: portrait){.error-not-found-page{display:flex;flex-direction:column;justify-content:center;align-items:center}}@media screen and (max-width: 1024px) and (orientation: portrait){.error-not-found-page__image{max-width:100%}.error-not-found-page__image svg{max-width:100%;height:20%}}.error-not-found-page__info{display:flex;flex-direction:column;gap:1.5rem;width:100%;max-width:480px}.error-not-found-page__name{font-weight:700}.error-not-found-page__subtitle{font-weight:400;font-size:2em}.error-not-found-page__text{display:flex;flex-direction:column;gap:1em}
