<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <title>Страница не найдена</title>
    <link rel="icon" href="/favicon.png" />
    <meta
      name="description"
      content="К сожаления запрашиваемая страница не найдена. Попробуйте начать с главной страницы."
    />
    <style>
      @font-face {
        font-family: 'Geometria';
        src: url('assets/Geometria.eot');
        src:
          local('☺'),
          url('assets/Geometria.woff') format('woff'),
          url('assets/Geometria.ttf') format('truetype');
        font-weight: 400;
        font-style: normal;
        font-display: swap;
      }

      @font-face {
        font-family: 'Geometria';
        src: url('assets/Geometria-Medium.eot');
        src:
          local('☺'),
          url('assets/Geometria-Medium.woff') format('woff'),
          url('assets/Geometria-Medium.ttf') format('truetype');
        font-weight: 500;
        font-style: normal;
        font-display: swap;
      }

      @font-face {
        font-family: 'Geometria';
        src: url('assets/Geometria-Bold.eot');
        src:
          local('☺'),
          url('assets/Geometria-Bold.woff') format('woff'),
          url('assets/Geometria-Bold.ttf') format('truetype');
        font-weight: 700;
        font-style: normal;
        font-display: swap;
      }

      @font-face {
        font-family: 'Geometria';
        src: url('assets/Geometria-Light.eot');
        src:
          local('☺'),
          url('assets/Geometria-Light.woff') format('woff'),
          url('assets/Geometria-Light.ttf') format('truetype');
        font-weight: 300;
        font-style: normal;
        font-display: swap;
      }
      body {
        background-color: #121729;
        background-image: url(assets/bg-orders.webp);
        background-size: 100%;
        background-repeat: no-repeat;
      }
      div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100vw;
        height: 100vh;
        color: #fff;
      }

      h1 {
        color: #fff;
        font-family: Geometria;
        font-size: 64px;
        font-style: normal;
        font-weight: 700;
        line-height: 64px; /* 100% */
        margin: 0;
      }
      h2 {
        margin: 20px 0 0 0;
        color: #fff;
        font-family: Geometria;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px; /* 133.333% */
      }

      p {
        margin: 8px 0 0 0;
        color: rgba(255, 255, 255, 0.79);
        font-family: Geometria;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px; /* 137.5% */
      }

      a {
        border-radius: 38px;
        background: rgba(255, 255, 255, 0.1);
        width: 137px;
        padding: 16px 20px;
        color: #fff;
        margin: 24px 0 0 0;
        font-family: Geometria;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 12px; /* 100% */
        text-decoration: none;
        text-align: center;
      }
      @media (max-width: 500px) {
        body {
          background-image: url(assets/bg-orders-mobile.png);
        }
      }
    </style>
  </head>
  <body>
    <div>
      <h1>:’(</h1>
      <h2>Ошибка 404</h2>
      <p>Такой страницы не существует</p>
      <a href="/">Вернуться на главную</a>
    </div>
  </body>
</html>
