/***
=============================================
Error Page
=============================================
***/

.error-page {
  position: relative;
  display: block;
  background: var(--topas63-white);
  padding: 50px 0px 0px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-height: 60vh; /*Минимальная высота — 100% высоты окна */
  margin: 0;
}

.error-page__inner {
  position: relative;
  display: block;
}

.error-page__img {
  position: relative;
  display: block;
  mix-blend-mode: difference;
}

.error-page__img img {
  width: auto;
}

.error-page__content {
  position: relative;
  display: block;
  margin-top: 62px;
}

.error-page__content h1 {
  font-size: 150px;
  line-height: 110px;
  font-weight: 600;
  text-shadow: 3px 3px #c0c0c0;
  margin-bottom: 25px;
}

.error-page__content h2 {
  color: var(--topas63-base);
  font-size: 28px;
  line-height: 35px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}

.error-page__content p {
  color: var(--topas63-black);
  padding: 0 10%;
  margin: 0;
}

.error-page__content .btn-box {
  position: relative;
  display: block;
  margin-top: 21px;
}

.error-page .shape-left {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 20%;
  background-position: left !important;
  background-repeat: no-repeat !important;
  z-index: -1;
  opacity: 0.3;
  background-size: contain !important;
}

.error-page .shape-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 20%;
  background-position: right !important;
  background-repeat: no-repeat !important;
  z-index: -1;
  opacity: 0.3;
  background-size: contain !important;
}
