.error.error-page {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }
  .error.error-page .main {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0; }
    .error.error-page .main img {
      max-width: 100%;
      margin-right: -145px; }
    .error.error-page .main h3 {
      font-weight: 400;
      line-height: 18px; }
    .error.error-page .main a {
      font-size: 14px; }
    .error.error-page .main .text {
      left: 0;
      position: absolute;
      right: 0;
      top: 135px; }
  .error.error-page.error-no-compatibility .main {
    transform: none;
    top: 30%; }
    .error.error-page.error-no-compatibility .main img {
      width: 10%;
      margin-right: 0px; }
    .error.error-page.error-no-compatibility .main .text {
      left: 0;
      position: absolute;
      right: 0;
      top: 200px; }

/*# sourceMappingURL=error.css.map */
