.error-404 {
  background: var(--grey);
  padding-bottom: 10rem;
  padding-top: 6.25rem;
}

.error-404 h1 {
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 1.563rem;
}

.error-404 p {
  font-family: "Heebo", sans-serif;
  font-size: 1.75rem;
  line-height: 2.5rem;
  margin: 0;
}

.error-404 img {
  height: auto;
  width: 100%;
}

.error-404 strong {
  font-weight: 500;
}

.error-404 a {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .error-404 {
    overflow: hidden;
    padding-bottom: 3.125rem;
    padding-top: 3.75rem;
  }

  .error-404 h1 {
    font-size: 2.625rem;
    line-height: 2.7rem;
    margin-bottom: 1rem;
    margin-top: 0;
  }

  .error-404 br {
    display: none;
  }

  .error-404 p {
    font-size: 1.375rem;
    line-height: 1.6rem;
    margin-bottom: 0.4rem;
  }

  .error-404 img {
    display: block;
    margin-right: -10%;
    margin-top: 1rem;
    width: 120%;
  }

  .is-ltr .error-404 img {
    margin-left: -10%;
    margin-right: 0;
  }
}

.error-500 {
  min-height: calc(100vh - 100px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  padding: 70px 0;
  background: linear-gradient(90deg, rgba(14, 56, 94, 0.80) 0%, rgba(88, 197, 199, 0.80) 100%), url('../Images/error-bg.jpg') no-repeat center / cover;
}

.error-500 h1 {
  font-size: 80px;
  line-height: 80px;
  font-style: normal;
  font-weight: 700;
  margin: 0 0 20px;
}

.is-ltr .error-500 h1 {
  font-size: 70px;
  line-height: 70px;
}

.error-500 p.description {
  font-size: 40px;
  line-height: 34px;
  font-style: normal;
  font-weight: 400;
  margin: 0 0 40px;
}

.is-ltr .error-500 p.description {
  font-size: 35px;
  margin-bottom: 60px;
}

.error-500 .btn {
  color: #ffffff;
  border: none;
}

.error-500 .btn:hover {
  color: var(--primary-color);
  border-color: var(--grey);
}

.error-500 p.info {
  font-size: 27px;
  font-weight: 400;
  max-width: 700px;
  margin: 60px auto 0;
}

.is-ltr .error-500 p.info {
  font-size: 26px;
}

@media (max-width: 1280px) {
  .error-500 h1 {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 10px;
  }

  .is-ltr .error-500 h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .error-500 p.description {
    font-size: 32px;
  }

  .is-ltr .error-500 p.description {
    font-size: 26px;
  }

  .error-500 p.info {
    font-size: 24px;
  }

  .is-ltr .error-500 p.info {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .error-500 h1 {
    font-size: 50px;
  }

  .is-ltr .error-500 h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .error-500 p.description {
    font-size: 28px;
  }

  .is-ltr p.description {
    font-size: 20px;
  }

  .error-500 p.info {
    font-size: 20px;
  }

  .error-500 {
    background: linear-gradient(90deg, rgba(14, 56, 94, 0.80) 0%, rgba(88, 197, 199, 0.80) 100%), url('../Images/error-bg.jpg') no-repeat center left / cover;
  }
}

.site-header.is-error-page .header__main-left .btn:first-child,
.site-header.is-error-page .header__mobile-menu-btn,
.site-header.is-error-page .header__main-menu {
  display: none;
}

.site-footer.is-error-page .footer-col-1,
.site-footer.is-error-page .footer-menu-wrapper,
.site-footer.is-error-page .footer-text {
  display: none !important;
}

.site-footer.is-error-page .footer-col-2 {
  padding-left: 0;
  padding-right: 0;
  border: none;
}

.site-footer.is-error-page .helper-links {
  margin-bottom: 40px;
}

.site-wrapper.is-ltr .site-header.is-error-page .header__top,
.site-wrapper.is-ltr .site-header.is-error-page .header__main-left,
.bottom-hidden-block.is-error-page,
.site-wrapper.is-ltr .footer-main {
  display: none;
}
