.errorBlock .introHeader {
  height: 100vh;
  min-height: 675px;
  position: relative;
  background: #474543;
  text-align: center;
}
.errorBlock .introHeader .background {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.9s 0.6s ease-out;
  -moz-transition: opacity 0.9s 0.6s ease-out;
  -o-transition: opacity 0.9s 0.6s ease-out;
  transition: opacity 0.9s 0.6s ease-out;
}
.errorBlock .introHeader .background.is-inview {
  opacity: 0.4;
}
.errorBlock .introHeader .background .video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  object-fit: cover;
}
.errorBlock .introHeader .innerContent {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 800px;
  padding: 0 20px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 50px;
}
.errorBlock .introHeader .innerContent .star:first-child {
  top: -80px;
  left: 100px;
}
.errorBlock .introHeader .innerContent .star:nth-child(2) {
  right: 40px;
  left: auto;
  top: 160px;
}
.errorBlock .introHeader .innerContent .star:nth-child(2) svg {
  -webkit-transition: opacity 0.45s 0.6s, transform 0.45s 0.6s;
  -moz-transition: opacity 0.45s 0.6s, transform 0.45s 0.6s;
  -ms-transition: opacity 0.45s 0.6s, transform 0.45s 0.6s;
  -o-transition: opacity 0.45s 0.6s, transform 0.45s 0.6s;
  transition: opacity 0.45s 0.6s, transform 0.45s 0.6s;
}
.errorBlock .introHeader .innerContent .star:nth-child(3) {
  top: auto;
  bottom: 35px;
  left: 180px;
}
.errorBlock .introHeader .innerContent .star:nth-child(3) svg {
  -webkit-transition: opacity 0.45s 0.9s, transform 0.45s 0.9s;
  -moz-transition: opacity 0.45s 0.9s, transform 0.45s 0.9s;
  -ms-transition: opacity 0.45s 0.9s, transform 0.45s 0.9s;
  -o-transition: opacity 0.45s 0.9s, transform 0.45s 0.9s;
  transition: opacity 0.45s 0.9s, transform 0.45s 0.9s;
}
.errorBlock .introHeader .innerContent .innerText.is-inview .lines .line {
  width: 100%;
}
.errorBlock .introHeader .innerContent .innerText.is-inview .bigTitle,
.errorBlock .introHeader .innerContent .innerText.is-inview .normalTitle,
.errorBlock .introHeader .innerContent .innerText.is-inview .text,
.errorBlock .introHeader .innerContent .innerText.is-inview .buttons {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  pointer-events: all;
}
.errorBlock .introHeader .innerContent .innerText .bigTitle {
  display: block;
  margin-bottom: 20px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  pointer-events: none;
  -webkit-transition: opacity 0.45s 0.3s, transform 0.45s 0.3s;
  -moz-transition: opacity 0.45s 0.3s, transform 0.45s 0.3s;
  -ms-transition: opacity 0.45s 0.3s, transform 0.45s 0.3s;
  -o-transition: opacity 0.45s 0.3s, transform 0.45s 0.3s;
  transition: opacity 0.45s 0.3s, transform 0.45s 0.3s;
}
.errorBlock .introHeader .innerContent .innerText .normalTitle {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  pointer-events: none;
  -webkit-transition: opacity 0.45s 0.45s, transform 0.45s 0.45s;
  -moz-transition: opacity 0.45s 0.45s, transform 0.45s 0.45s;
  -ms-transition: opacity 0.45s 0.45s, transform 0.45s 0.45s;
  -o-transition: opacity 0.45s 0.45s, transform 0.45s 0.45s;
  transition: opacity 0.45s 0.45s, transform 0.45s 0.45s;
}
.errorBlock .introHeader .innerContent .innerText .text {
  margin: 0 auto;
  margin-top: 20px;
  max-width: 700px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  pointer-events: none;
  -webkit-transition: opacity 0.45s 0.6s, transform 0.45s 0.6s;
  -moz-transition: opacity 0.45s 0.6s, transform 0.45s 0.6s;
  -ms-transition: opacity 0.45s 0.6s, transform 0.45s 0.6s;
  -o-transition: opacity 0.45s 0.6s, transform 0.45s 0.6s;
  transition: opacity 0.45s 0.6s, transform 0.45s 0.6s;
}
.errorBlock .introHeader .innerContent .innerText .text p {
  color: #FCF6F2;
}
.errorBlock .introHeader .innerContent .innerText .text p a {
  color: #A04D77;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.errorBlock .introHeader .innerContent .innerText .text p a:hover {
  color: #FAD7BE;
}
.errorBlock .introHeader .innerContent .innerText .buttons {
  margin: 30px 0;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  pointer-events: none;
  -webkit-transition: opacity 0.45s 0.75s, transform 0.45s 0.75s;
  -moz-transition: opacity 0.45s 0.75s, transform 0.45s 0.75s;
  -ms-transition: opacity 0.45s 0.75s, transform 0.45s 0.75s;
  -o-transition: opacity 0.45s 0.75s, transform 0.45s 0.75s;
  transition: opacity 0.45s 0.75s, transform 0.45s 0.75s;
}
.errorBlock .introHeader .innerContent .innerText .lines {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto;
  width: 475px;
  max-width: 100%;
}
.errorBlock .introHeader .innerContent .innerText .lines .line {
  width: 0;
  overflow: hidden;
  height: 10px;
  display: block;
  position: relative;
  margin-bottom: 3px;
  -webkit-transition: width 0.45s 1.05s ease-out;
  -moz-transition: width 0.45s 1.05s ease-out;
  -o-transition: width 0.45s 1.05s ease-out;
  transition: width 0.45s 1.05s ease-out;
}
.errorBlock .introHeader .innerContent .innerText .lines .line svg {
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.errorBlock .introHeader .innerContent .innerText .lines .line svg path {
  fill: #A04D77;
}
@media all and (max-width: 1024px) {
  .errorBlock .introHeader {
    height: 100vh;
    min-height: 575px;
  }
  .errorBlock .introHeader .innerContent .star:nth-child(2) {
    right: 40px;
    top: 130px;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
}
@media all and (max-width: 767px) {
  .errorBlock .introHeader {
    height: 100vh;
    min-height: 550px;
  }
  .errorBlock .introHeader .innerContent .star {
    display: none;
  }
  .errorBlock .introHeader .innerContent .innerText .bigTitle {
    font-size: 60px;
    line-height: 40px;
  }
}
/*# sourceMappingURL=error_block.css.map */