.errorBlock {
  color: #F4F1E6;
  height: 100vh;
  position: relative;
  margin-bottom: 5vw;
  -webkit-mask-image: linear-gradient(180deg, #000000 60%, rgba(0, 0, 0, 0) 100%);
}
.errorBlock.is-inview .background {
  opacity: 1;
}
.errorBlock.is-inview .background img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.errorBlock.is-inview .gradientWrapper {
  opacity: 0.7;
}
.errorBlock.is-inview .contentContainer .contentWrapper .innerContainer .absoluteContent .subTitle,
.errorBlock.is-inview .contentContainer .contentWrapper .innerContainer .absoluteContent .mediumTitle,
.errorBlock.is-inview .contentContainer .contentWrapper .innerContainer .absoluteContent .buttons {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.errorBlock .background {
  overflow: hidden;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.6s 0.45s ease-out;
  -moz-transition: opacity 0.6s 0.45s ease-out;
  -o-transition: opacity 0.6s 0.45s ease-out;
  transition: opacity 0.6s 0.45s ease-out;
}
.errorBlock .background video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.errorBlock .gradientWrapper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: opacity, 0.6s 0.6s;
  -moz-transition: opacity, 0.6s 0.6s;
  -ms-transition: opacity, 0.6s 0.6s;
  -o-transition: opacity, 0.6s 0.6s;
  transition: opacity, 0.6s 0.6s;
  opacity: 0;
  overflow: hidden;
}
.errorBlock .gradientWrapper .gradient {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: radial-gradient(rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.8) 80%);
  z-index: 1;
  will-change: transform;
}
.errorBlock .contentContainer {
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.errorBlock .contentContainer .contentWrapper {
  height: 100%;
  position: relative;
}
.errorBlock .contentContainer .contentWrapper .innerContainer {
  position: relative;
  height: 100%;
  width: 100%;
}
.errorBlock .contentContainer .contentWrapper .innerContainer .absoluteContent {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  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%);
  padding-bottom: 2.5vw;
  text-align: center;
}
.errorBlock .contentContainer .contentWrapper .innerContainer .absoluteContent .subTitle,
.errorBlock .contentContainer .contentWrapper .innerContainer .absoluteContent .mediumTitle {
  max-width: 37.5vw;
  margin: 0 auto;
}
.errorBlock .contentContainer .contentWrapper .innerContainer .absoluteContent .subTitle {
  margin-bottom: 1.25vw;
  color: #F4F1E6;
  opacity: 0;
  -webkit-transform: translateY(1.25vw);
  -moz-transform: translateY(1.25vw);
  -o-transform: translateY(1.25vw);
  -ms-transform: translateY(1.25vw);
  transform: translateY(1.25vw);
  -webkit-transition: opacity 0.3s 0.6s, transform 0.3s 0.6s;
  -moz-transition: opacity 0.3s 0.6s, transform 0.3s 0.6s;
  -ms-transition: opacity 0.3s 0.6s, transform 0.3s 0.6s;
  -o-transition: opacity 0.3s 0.6s, transform 0.3s 0.6s;
  transition: opacity 0.3s 0.6s, transform 0.3s 0.6s;
}
.errorBlock .contentContainer .contentWrapper .innerContainer .absoluteContent .mediumTitle {
  opacity: 0;
  -webkit-transform: translateY(1.25vw);
  -moz-transform: translateY(1.25vw);
  -o-transform: translateY(1.25vw);
  -ms-transform: translateY(1.25vw);
  transform: translateY(1.25vw);
  -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 .contentContainer .contentWrapper .innerContainer .absoluteContent .buttons {
  margin-top: 1.5625vw;
  opacity: 0;
  -webkit-transform: translateY(1.25vw);
  -moz-transform: translateY(1.25vw);
  -o-transform: translateY(1.25vw);
  -ms-transform: translateY(1.25vw);
  transform: translateY(1.25vw);
  -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;
}
@media all and (max-width: 1080px) {
  .errorBlock {
    margin-bottom: 7.407vw;
  }
  .errorBlock .contentContainer .contentWrapper .innerContainer .absoluteContent {
    padding-bottom: 3.704vw;
  }
  .errorBlock .contentContainer .contentWrapper .innerContainer .absoluteContent .subTitle,
  .errorBlock .contentContainer .contentWrapper .innerContainer .absoluteContent .mediumTitle {
    max-width: 55.554vw;
  }
  .errorBlock .contentContainer .contentWrapper .innerContainer .absoluteContent .subTitle {
    margin-bottom: 1.852vw;
    -webkit-transform: translateY(1.852vw);
    -moz-transform: translateY(1.852vw);
    -o-transform: translateY(1.852vw);
    -ms-transform: translateY(1.852vw);
    transform: translateY(1.852vw);
  }
  .errorBlock .contentContainer .contentWrapper .innerContainer .absoluteContent .mediumTitle {
    -webkit-transform: translateY(1.852vw);
    -moz-transform: translateY(1.852vw);
    -o-transform: translateY(1.852vw);
    -ms-transform: translateY(1.852vw);
    transform: translateY(1.852vw);
  }
  .errorBlock .contentContainer .contentWrapper .innerContainer .absoluteContent .buttons {
    margin-top: 2.315vw;
    -webkit-transform: translateY(1.852vw);
    -moz-transform: translateY(1.852vw);
    -o-transform: translateY(1.852vw);
    -ms-transform: translateY(1.852vw);
    transform: translateY(1.852vw);
  }
}
@media all and (max-width: 580px) {
  .errorBlock {
    margin-bottom: 22.586vw;
  }
  .errorBlock .contentContainer .contentWrapper .innerContainer .absoluteContent {
    padding-bottom: 6.897vw;
  }
  .errorBlock .contentContainer .contentWrapper .innerContainer .absoluteContent .subTitle,
  .errorBlock .contentContainer .contentWrapper .innerContainer .absoluteContent .mediumTitle {
    max-width: 100%;
  }
  .errorBlock .contentContainer .contentWrapper .innerContainer .absoluteContent .subTitle {
    margin-bottom: 3.448vw;
    -webkit-transform: translateY(3.448vw);
    -moz-transform: translateY(3.448vw);
    -o-transform: translateY(3.448vw);
    -ms-transform: translateY(3.448vw);
    transform: translateY(3.448vw);
  }
  .errorBlock .contentContainer .contentWrapper .innerContainer .absoluteContent .mediumTitle {
    -webkit-transform: translateY(3.448vw);
    -moz-transform: translateY(3.448vw);
    -o-transform: translateY(3.448vw);
    -ms-transform: translateY(3.448vw);
    transform: translateY(3.448vw);
  }
  .errorBlock .contentContainer .contentWrapper .innerContainer .absoluteContent .buttons {
    margin-top: 4.31vw;
    -webkit-transform: translateY(3.448vw);
    -moz-transform: translateY(3.448vw);
    -o-transform: translateY(3.448vw);
    -ms-transform: translateY(3.448vw);
    transform: translateY(3.448vw);
  }
}
