/*******************************************************************************
 * version 1.0 release;
 * copyright 2019
 ******************************************************************************/
/* Chrome, Safari, AND NOW ALSO the Edge Browser and Firefox */
.error-page {
  height: calc(100vh - 54px - 100px);
  max-width: calc(1440px + 25%);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .error-page {
    height: calc(100vh - 54px - 50px);
  }
}
@media (min-width: 992px) {
  .error-page {
    height: calc(100vh - 66px - 50px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 12.5%;
  }
}
.error-page__container {
  background: #e5e5e5;
  height: calc(100% - 80px);
  padding: 70px 14.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .error-page__container {
    height: calc(100% - 94px);
  }
}
@media (min-width: 992px) {
  .error-page__container {
    max-height: 590px;
    margin-bottom: 5vh;
  }
}
.error-page__title {
  height: 80px;
  font-size: 22px;
  font-weight: bold;
  color: #211c15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .error-page__title {
    font-size: 25px;
    height: 94px;
  }
}
@media (min-width: 992px) {
  .error-page__title {
    font-size: 30px;
  }
}
.error-page__image-outer {
  max-width: 350px;
  margin: 0 auto 20px;
}
.error-page__desc {
  max-width: 420px;
  margin: 0 auto;
}
.error-page__desc a {
  padding: 0 5px;
}

.main-warp {
  min-height: 0;
}
@media (min-width: 992px) {
  .main-warp {
    min-height: 0;
  }
}

.content-wrap {
  padding: 0;
}

.header__inner-bar {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__logo {
  position: static;
  margin-left: 0;
}

@media (max-width: 991px) and (min-width: 768px) {
  .footer__inner {
    padding: 0 11%;
  }
}
@media (min-width: 768px) {
  .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .footer__inner {
    padding: 0 11%;
    max-width: calc(1440px + 22%);
  }
}
@media (max-width: 767px) {
  .footer__text:nth-child(1) {
    background: #333;
  }
}