/home/bdqbpbxa/demo-subdomains/billine.goodface.com.ua/en/about.html
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />

    <title>bill_line - About us</title>

    <meta name="title" content="About bill_line: information, advantages" />
    <meta
      name="description"
      content="bill_line helps businesses accept payments on their websites or apps and earn more. Among the main advantages - client care approach and experience in fintech"
    />

    <!-- TODO: Delete noindex on production -->
    <meta name="robots" content="noindex" />
    <meta name="googlebot" content="noindex" />

    <!-- Mobile -->
    <meta
      name="viewport"
      content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
    />
    <meta name="format-detection" content="telephone=no" />

    <!-- Styles -->
    <link rel="stylesheet" type="text/css" href="../css/compose.css" />

    <!-- Favicon  -->
    <link
      rel="apple-touch-icon"
      sizes="180x180"
      href="../images/favicon/apple-touch-icon.png"
    />
    <link
      rel="icon"
      type="image/png"
      sizes="32x32"
      href="../images/favicon/favicon-32x32.png"
    />
    <link
      rel="icon"
      type="image/png"
      sizes="16x16"
      href="../images/favicon/favicon-16x16.png"
    />
    <!--    <link rel="manifest" href="../images/favicon/site.webmanifest" />-->
    <link
      rel="mask-icon"
      href="../images/favicon/safari-pinned-tab.svg"
      color="#9680ff"
    />
    <meta name="msapplication-TileColor" content="#ffffff" />
    <meta name="theme-color" content="#ffffff" />

    <!-- Opengraph -->
    <meta name="twitter:card" content="summary_large_image" />
    <meta property="og:type" content="website" />
    <meta property="og:image:type" content="images/png" />
    <meta property="og:image:width" content="1200" />
    <meta property="og:image:height" content="630" />
    <meta property="og:url" content="https://billline.net" />
    <meta property="og:site_name" content="bill_line" />
    <meta
      property="og:title"
      content="About bill_line: information, advantages"
    />
    <meta
      property="og:description"
      content="bill_line helps businesses accept payments on their websites or apps and earn more. Among the main advantages - client care approach and experience in fintech"
    />
    <meta property="og:image" content="images/opengraph.png" />

    <style>
      .preloader {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 50;
        background-color: var(--white);
        overflow: hidden;
      }

      .preloader.-visible {
        display: block;
      }

      .preloader video,
      .preloader img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
      }

      @media screen and (max-width: 759px) {
        .preloader video,
        .preloader img {
          -webkit-transform: scale(2);
          transform: scale(2);
        }
      }
    </style>
  </head>
  <body class="-about-page">
    <div class="preloader">
      <video src="../images/preloader.mp4" muted autoplay playsinline></video>
    </div>

    <script>
      // Allow animations if JS support is enabled

      document.body.classList.add("-allow-animations");

      // Don't show preloader again if the page was visited

      let preloader = document.querySelector(".preloader");

      let fullPageUrl = window.location.href;
      let visitedPages = window.localStorage.getItem("visited-pages");
      let visitedPagesArr = visitedPages ? visitedPages.split(" ") : "";

      let isPreloaderLoaded = visitedPagesArr.length;

      if (preloader && isPreloaderLoaded) {
        preloader.remove();
      } else if (preloader) {
        preloader.classList.add("-visible");

        window.addEventListener("load", function () {
          window.localStorage.setItem(
            "visited-pages",
            visitedPages + " " + fullPageUrl
          );
        });
      }
    </script>

    <header class="header">
      <div class="container">
        <div class="header-container">
          <a href="/en" class="header__logo">
            <img src="../images/logo-text.svg" alt="billline.net" />
          </a>

          <div class="header__menu">
            <div
              class="
                localization-dropdown
                --dropdown
                text-2
                --medium-text
                --caps-text
              "
            >
              <div class="--dropdown__value">
                <span
                  class="
                    localization-dropdown__icon
                    --mask-item
                    --gradient-hover
                  "
                  style="
                    -webkit-mask-image: url(../images/icons/globe.svg);
                    mask-image: url(../images/icons/globe.svg);
                  "
                ></span>
                <p class="--gradient-hover">Eng</p>
                <span
                  class="
                    localization-dropdown__arrow
                    --mask-item
                    --gradient-hover
                  "
                  style="
                    -webkit-mask-image: url(../images/icons/caret-down.svg);
                    mask-image: url(../images/icons/caret-down.svg);
                  "
                ></span>
              </div>
              <div class="--dropdown__list">
                <a href="/about" class="--dropdown__list-item --gradient-hover">
                  Укр
                </a>
                <a
                  href="/ru/about"
                  class="--dropdown__list-item --gradient-hover"
                >
                  Рус
                </a>
                <a
                  href="#"
                  class="--dropdown__list-item --gradient-hover -active"
                >
                  Eng
                </a>
              </div>
            </div>
            <nav class="header__menu-nav text-2 --medium-text">
              <a class="header__nav --gradient-hover" href="/en/product">
                Product
              </a>
              <a class="header__nav --gradient-hover" href="/en/connect">
                Connect
              </a>
              <a class="header__nav --gradient-hover" href="/en/api"> API </a>
              <a class="header__nav --gradient-hover -current" href="/en/about">
                About us
              </a>
              <a class="header__nav --gradient-hover" href="/en/contacts">
                Contact us
              </a>
            </nav>
            <div class="header__button-box">
              <a
                href="https://cabinet.billline.net/login"
                target="_blank"
                class="default-button -small"
              >
                <p data-hover-text="Sign in">Sign in</p>
              </a>
              <a
                href="https://cabinet.billline.net/register"
                target="_blank"
                class="default-button -small -shadow -black"
              >
                <p>Sign up</p>
                <span class="default-button__arrow"></span>
              </a>
            </div>
          </div>

          <button
            class="
              header__open-menu-button
              -small
              default-button
              -shadow
              -white
            "
          >
            <div></div>
            <div></div>
            <div></div>
          </button>
        </div>
      </div>
    </header>

    <main>
      <section
        class="main-title-section --margin-bottom-200 --mob-margin-bottom-120"
      >
        <div class="container" data-animate="swim-top">
          <div class="main-title-section-container">
            <h1 class="main-title__title title-1 mob-title-1 --bold-text">
              Taking care of your payments <br />is our main task
            </h1>

            <div class="main-title__image --content-container-S">
              <img
                src="../images/about-page/about.jpg"
                alt="Taking care of your payments is our main task - billline.net"
              />
            </div>

            <p class="main-title__text text-1 mob-text-1">
              Our team build up of professionals with many years of experience
              <br />in financial products. We understand the needs of partners
              and industry trends.
            </p>
          </div>
        </div>
      </section>

      <section
        class="
          cta-section
          --margin-top-200 --margin-bottom-200
          --mob-margin-top-120 --mob-margin-bottom-120
        "
      >
        <div class="container" data-animate="swim-top">
          <div class="cta-card -version-2">
            <div class="cta-card__text-box --white-text">
              <h2 class="cta-card__title title-2 mob-title-2 --bold-text">
                We help companies to receive payments quickly, to manage them
                and to earn more
              </h2>
              <div class="cta-card__button-box">
                <a
                  href="/en/connect#form"
                  class="default-button -shadow -white"
                >
                  <p>Sign up</p>
                  <span class="default-button__arrow"></span>
                </a>
              </div>
            </div>

            <div class="cta-card__illustration">
              <img
                class="-lazyload"
                srcset="../images/lazyload.png"
                src="../images/cta-card/cta-illustration-2.png"
                alt="We help companies to receive payments quickly, to manage them and to earn more - billline.net"
              />
            </div>
          </div>
        </div>
      </section>

      <article
        class="
          feature-section
          --margin-top-200 --margin-bottom-200
          --mob-margin-top-120 --mob-margin-bottom-120
        "
      >
        <div class="container" data-animate="swim-top">
          <h2
            class="
              feature-section__title
              title-2
              mob-title-2
              --bold-text
              --margin-bottom-160
              --mob-margin-bottom-80
            "
          >
            Why us
          </h2>

          <div class="feature-section__list --content-container-M">
            <div
              class="
                info-block
                --margin-top-160 --margin-bottom-160
                --mob-margin-top-80 --mob-margin-bottom-80
              "
            >
              <div class="info-block__text-box">
                <div class="info-block__editor">
                  <h3>Client Care approach</h3>
                  <p>
                    We believe payments should work without failures. That is
                    why we identify problems before you notice them.
                  </p>
                </div>
              </div>
              <div class="info-block__image -landscape -gray-bg -contain">
                <img
                  class="-lazyload"
                  srcset="../images/lazyload.png"
                  src="../images/about-page/feature-img-1-en.png"
                  alt="Client Care approach - billline.net"
                />
              </div>
            </div>
            <div
              class="
                info-block
                --margin-top-160 --margin-bottom-160
                --mob-margin-top-80 --mob-margin-bottom-80
              "
            >
              <div class="info-block__text-box">
                <div class="info-block__editor">
                  <h3>Motivated team</h3>
                  <p>
                    This is one of the bill_line greatest values. Everyone in
                    our team understands why and for what they're working. We're
                    not just employees. We're brothes on arms.
                  </p>
                </div>
              </div>
              <div class="info-block__image -landscape -gray-bg">
                <img
                  class="-lazyload"
                  srcset="../images/lazyload.png"
                  src="../images/about-page/team.jpg"
                  alt="Motivated team - billline.net"
                />
              </div>
            </div>
            <div
              class="
                info-block
                --margin-top-160 --margin-bottom-160
                --mob-margin-top-80 --mob-margin-bottom-80
              "
            >
              <div class="info-block__text-box">
                <div class="info-block__editor">
                  <h3>We're constantly improving the payment system</h3>
                  <p>
                    We understand payment processes and are constantly working
                    to improve the conversion rate, security, payment speed and
                    payment experience of your customers.
                  </p>
                </div>
              </div>
              <div class="info-block__image -landscape -gray-bg">
                <img
                  class="-lazyload"
                  srcset="../images/lazyload.png"
                  src="../images/about-page/feature-img-3.jpg"
                  alt="We're constantly improving the payment system - billline.net"
                />
              </div>
            </div>
          </div>
        </div>
      </article>

      <section
        id="form"
        class="form-section --margin-top-200 --mob-margin-top-120"
      >
        <div class="container" data-animate="swim-top">
          <div class="form-container --content-container-S">
            <div class="form-section__title-box">
              <div class="form-section__img">
                <img
                  class="-lazyload"
                  srcset="../images/lazyload.png"
                  src="../images/form/form-stars.svg"
                  alt="Develop bill_line products with us - billline.net"
                />
              </div>

              <h2 class="form-section__title title-2 mob-title-2 --bold-text">
                Develop bill_line products with us
              </h2>

              <p class="form-section__subtitle text-1 mob-text-1">
                If you are a fintech specialist and want to create products that
                change the payments market, send us your CV
              </p>
            </div>
            <div class="form-block --sending-form-container">
              <div class="--sending-form">
                <div class="form__title-box">
                  <h3 class="form__title title-5 mob-title-5 --bold-text">
                    Team work application
                  </h3>
                  <p class="form__subtitle text-1 mob-text-1">
                    Leave a request to start cooperation
                  </p>
                </div>

                <div class="form">
                  <form name="join">
                    <div class="form__grid">
                      <div class="input -input" data-important="not-empty">
                        <label>First and last name *</label>
                        <input type="text" name="name" />
                        <span
                          class="input__invalid"
                          data-correct-text="Check the correctness of the entered data"
                          data-fill-text="This field is mandatory"
                        >
                        </span>
                      </div>

                      <div class="input -input" data-important="inputmask">
                        <label>Phone number *</label>
                        <input type="text" class="--phone-mask" name="phone" />
                        <span
                          class="input__invalid"
                          data-correct-text="Check the correctness of the entered data"
                          data-fill-text="This field is mandatory"
                        ></span>
                      </div>

                      <div class="input -input" data-important="email">
                        <label>Email *</label>
                        <input type="text" name="email" />
                        <span
                          class="input__invalid"
                          data-correct-text="Check the correctness of the entered data"
                          data-fill-text="This field is mandatory"
                        ></span>
                      </div>

                      <div class="input -file">
                        <label>
                          <p>Resume / CV *</p>
                          <span>PDF file, no more than 5 Mb</span>
                        </label>
                        <div class="input__box" tabindex="0">
                          <input
                            type="file"
                            size="5242880"
                            accept="application/pdf"
                            name="file"
                          />
                          <div
                            class="
                              input__file-button
                              default-button
                              -small
                              -shadow
                              -white
                            "
                          >
                            <span
                              class="default-button__icon --mask-item"
                              style="
                                -webkit-mask-image: url(../images/icons/paperclip.svg);
                                mask-image: url(../images/icons/paperclip.svg);
                              "
                            ></span>
                            <p>Attach file</p>
                          </div>
                          <div class="input__file-info">
                            <div class="file-info__left">
                              <span
                                class="file-info__icon --mask-item"
                                style="
                                  -webkit-mask-image: url(../images/icons/file.svg);
                                  mask-image: url(../images/icons/file.svg);
                                "
                              ></span>
                              <div class="file-info__info-box">
                                <p></p>
                                <span data-unit="Mb"></span>
                              </div>
                            </div>

                            <span
                              class="file-info__remove-icon --mask-item"
                              style="
                                -webkit-mask-image: url(../images/icons/x-circle.svg);
                                mask-image: url(../images/icons/x-circle.svg);
                              "
                            ></span>
                          </div>
                        </div>
                      </div>
                    </div>

                    <div class="checkbox --checkbox" data-important="checked">
                      <input type="checkbox" checked />
                      <span class="checkbox__button"></span>
                      <p class="checkbox__text">
                        I agree that I have read the
                        <a
                          href="../files/Політика%20конфіденційності%20%20(EN).pdf"
                          target="_blank"
                          class="default-link --gradient-hover"
                        >
                          Privacy Policy
                        </a>
                        and accept it
                      </p>
                    </div>

                    <button class="form__button default-button -shadow -black">
                      <p>Submit an application</p>
                    </button>
                  </form>
                </div>
              </div>

              <div class="--sending-block --sending-loading">
                <div
                  class="form-sending__img --mask-item"
                  style="
                    -webkit-mask-image: url(../images/icons/circle-dashed.svg);
                    mask-image: url(../images/icons/circle-dashed.svg);
                  "
                ></div>
                <div class="form-sending__subtitle text-1 mob-text-1">
                  We are processing your application...
                </div>
              </div>
              <div class="--sending-block --sending-success">
                <div
                  class="form-sending__img --mask-item"
                  style="
                    -webkit-mask-image: url(../images/icons/check-circle.svg);
                    mask-image: url(../images/icons/check-circle.svg);
                  "
                ></div>
                <div
                  class="form-sending__title title-5 mob-title-5 --bold-text"
                >
                  The application was sent successfully
                </div>
                <div class="form-sending__subtitle text-1 mob-text-1">
                  Our managers will contact you in the near future and give
                  answers to questions that interest you.
                </div>
                <button
                  class="
                    form-sending__button
                    default-button
                    -shadow
                    -black
                    --back-to-form
                  "
                >
                  <p>ОК</p>
                </button>
              </div>
              <div class="--sending-block --sending-error">
                <div
                  class="form-sending__img --mask-item"
                  style="
                    -webkit-mask-image: url(../images/icons/x-circle-big.svg);
                    mask-image: url(../images/icons/x-circle-big.svg);
                  "
                ></div>
                <div
                  class="form-sending__title title-5 mob-title-5 --bold-text"
                >
                  The application could not be sent
                </div>
                <div class="form-sending__subtitle text-1 mob-text-1">
                  An error occurred while sending. Please try again time.
                </div>
                <button
                  class="
                    form-sending__button
                    default-button
                    -shadow
                    -white
                    --back-to-form
                  "
                >
                  <span
                    class="default-button__icon --mask-item"
                    style="
                      -webkit-mask-image: url(../images/icons/arrow-clockwise.svg);
                      mask-image: url(../images/icons/arrow-clockwise.svg);
                    "
                  ></span>
                  <p>Try again</p>
                </button>
              </div>
            </div>
          </div>
        </div>
      </section>
    </main>

    <footer class="footer">
      <div class="container">
        <div class="footer__top">
          <div class="footer__top-left">
            <div class="footer__logo">
              <img
                class="-lazyload"
                srcset="../images/lazyload.png"
                src="../images/logo.svg"
                alt="billline.net"
              />
            </div>

            <div class="footer__socials">
              <a
                href="https://www.facebook.com/billline.net"
                target="_blank"
                class="default-button -shadow -white -social"
              >
                <span
                  class="default-button__icon --mask-item"
                  style="
                    -webkit-mask-image: url(../images/icons/facebook.svg);
                    mask-image: url(../images/icons/facebook.svg);
                  "
                ></span>
              </a>
              <a
                href="https://www.instagram.com/bill_line.payments/"
                target="_blank"
                class="default-button -shadow -white -social"
              >
                <span
                  class="default-button__icon --mask-item"
                  style="
                    -webkit-mask-image: url(../images/icons/instagram.svg);
                    mask-image: url(../images/icons/instagram.svg);
                  "
                ></span>
              </a>
              <a
                href="https://www.linkedin.com/company/billline"
                target="_blank"
                class="default-button -shadow -white -social"
              >
                <span
                  class="default-button__icon --mask-item"
                  style="
                    -webkit-mask-image: url(../images/icons/linkedin.svg);
                    mask-image: url(../images/icons/linkedin.svg);
                  "
                ></span>
              </a>
            </div>
          </div>

          <div class="footer__top-right text-2 --medium-text">
            <nav class="footer__nav-list">
              <a class="footer__nav --gradient-hover" href="/en/product">
                Product
              </a>
              <a class="footer__nav --gradient-hover" href="/en/connect">
                Connect
              </a>
              <a class="footer__nav --gradient-hover" href="/en/about">
                About us
              </a>
              <a class="footer__nav --gradient-hover" href="/en/contacts">
                Contact us
              </a>
              <a class="footer__nav --gradient-hover" href="/en/api"> API </a>
            </nav>

            <nav class="footer__nav-list">
              <a
                class="footer__nav --gradient-hover"
                href="../files/Вимоги%20(EN).pdf"
                target="_blank"
              >
                Requirements
              </a>
              <a
                class="footer__nav --gradient-hover"
                href="../files/Політика%20конфіденційності%20%20(EN).pdf"
                target="_blank"
              >
                Privacy Policy
              </a>
              <a
                class="footer__nav --gradient-hover"
                href="../files/Полiтика%20cookie%20%20(EN).pdf"
                target="_blank"
              >
                Cookie Policy
              </a>
              <a
                class="footer__nav --gradient-hover"
                href="../files/Полiтика%20AML%20(EN).pdf"
                target="_blank"
              >
                AML Policy
              </a>
            </nav>
          </div>
        </div>

        <div class="footer__bot">
          <div class="footer__partners">
            <img
              class="-lazyload"
              srcset="../images/lazyload.png"
              src="../images/partners/pci-dss.svg"
              alt="PCI DSS - billline.net"
            />
            <img
              class="-lazyload"
              srcset="../images/lazyload.png"
              src="../images/partners/visa.svg"
              alt="VISA - billline.net"
            />
            <img
              class="-lazyload"
              srcset="../images/lazyload.png"
              src="../images/partners/mastercard.svg"
              alt="Mastercard - billline.net"
            />
          </div>

          <p class="footer__copyright text-2 --medium-text">© bill_line 2022</p>
        </div>
      </div>
    </footer>

    <div class="cookie-block">
      <div class="container">
        <div class="cookie" data-animate="swim-top">
          <p class="text-2 mob-text-2 --white-text">
            This site uses cookies By using our site, you agree to our
            <a
              href="../files/Полiтика%20cookie%20%20(EN).pdf"
              target="_blank"
              class="default-link"
              >Cookie Policy</a
            >.
          </p>
          <button
            class="
              cookie__button
              default-button
              -small
              -shadow
              -white
              text-2
              --medium-text
            "
          >
            I accept
          </button>
        </div>
      </div>
    </div>

    <script src="../js/lib/jquery-3.6.0.min.js"></script>
    <script src="../js/lib/jquery.cookie.js"></script>
    <script src="../js/lib/jquery.inputmask.min.js"></script>

    <script src="../js/custom-solutions.js"></script>
    <script src="../js/scroll-animation.js"></script>
    <script src="../js/form.js"></script>
    <script src="../js/script.js"></script>
  </body>
</html>