<!DOCTYPE html>
<html>
<head>
  <title>The page you were looking for doesn't exist (404)</title>
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width">
  <link rel="stylesheet" href="stream_page" media="all" data-turbolinks-track="true">
  <style>
    @import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700;800&display=swap');
    body {
      font-family: 'Nunito', sans-serif;
    }
    .registration_container {
      display: flex;
      flex-direction: column;

      @media (max-width: 920px) {
        gap: 32px;
      }
    }

    .header_registration {
      .salebot_icon {
        padding-top: 15px;
        padding-left: 40px;

        @media (max-width: 920px) {
          display: flex;
          justify-content: center;
          padding-top: 16px;
          padding-left: 0;
        }
      }

      .popup__slider-line--1 {
        position: absolute;
        top: -239px;
        stroke-width: 1.5px;
        stroke: #D6E3FF;
        left: 0;
        z-index: -1;

        @media (max-width: 920px) {
          display: none;
        }
      }

      .popup__slider-line--2 {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: -1;

        @media (max-width: 920px) {
          display: none;
        }
      }
    }

    .registration_block {
      display: flex;
      justify-content: space-around;
      align-items: flex-start;
      margin: 0 auto;

      @media (max-width: 920px) {
        flex-direction: column;
        flex-flow: wrap;
      }

      .preview_container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 667px;
        padding: 0 16px;

        .preview_svg {
          display: flex;
          align-items: center;
          justify-content: center;
        }

        .preview_text_big {
          max-width: 660px;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #111827;
          text-align: center;
          font-size: 36px;
          font-style: normal;
          font-weight: 400;
          line-height: 120%;
          margin-bottom: 30px;

          @media (max-width: 920px) {
            margin-bottom: 24px;
            font-size: 24px;
            font-style: normal;
            font-weight: 400;
            line-height: 120%;
          }
        }

        .preview_text {
          display: flex;
          align-items: center;
          justify-content: center;
          max-width: 479px;
          color: #6C7A96;
          text-align: center;
          font-size: 24px;
          font-style: normal;
          font-weight: 400;
          line-height: 120%;
          margin-bottom: 24px;

          @media (max-width: 920px) {
            font-size: 15px;
            font-style: normal;
            font-weight: 400;
            line-height: 160%;
          }
        }

        .preview_button {
          display: flex;
          height: 35px;
          padding: 7px 24px;
          justify-content: center;
          align-items: center;
          align-self: stretch;
          border-radius: 6px;
          background: #00339A;
          cursor: pointer;
          text-decoration: none;
          color: #FFF;
          font-size: 16px;
          font-style: normal;
          font-weight: 600;
          line-height: normal;
        }

      }
    }

  </style>
</head>
<body>
<div class="registration_container">
  <div class="header_registration">
    <div class="salebot_icon">
      <a href="/" class="salebot-logo">
        <img src="/images/mail_footer_logo.png" alt=""/>
      </a>
    </div>
    <div class="popup__slider-line--1">
      <img src="/images/icon/line-1.svg"  alt=""/>
    </div>
    <div class="popup__slider-line--2">
      <img src="/images/icon/line-2.svg"  alt=""/>
    </div>
  </div>
  <div class="registration_block">
    <div class="preview_container">
      <div class="preview_svg">
        <img src="/images/icon/chat_bots_svg.svg" alt=""/>
      </div>
      <div class="preview_text_big">
        Кажется что-то пошло не так!
      </div>
      <div class="preview_text">
        Возможно страница устарела, была удалена или был введен неверный адрес в адресной строке.
      </div>
      <a href="/" target="_blank" class="preview_button">Вернуться на главную</a>
    </div>
  </div>
</div>
</body>
</html>
