*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
  height: 100%;
}

.page {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  height: inherit;
  min-width: 800px;
  margin: 0;
  font-family: Raleway, Arial, sans-serif;
}

.page::after {
  content: '';
  position: absolute;
  z-index: 0;
  height: inherit;
  inset: 0;
  background: rgba(255, 255, 255, 0.30);
}

.page__video {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.page__heading {
  z-index: 1;
  max-width: 740px;
  margin: 60px auto 0;
  padding: 0;
  font-size: 116px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 4.06px;
  text-transform: uppercase;
  text-align: center;
}

.page__heading:hover::before {
  content: 'На самом деле нет.\AВажнее &mdash; научиться ошибаться.';
  position: absolute;
  top: 180px;
  right: 20px;
  max-width: 760px;
  padding: 36px 44px;
  background: #FFF;
  text-align: start;
  font-family: Raleway, Arial, sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: normal;
  white-space: pre;
  color: #000;
  text-transform: none;
  border: 2px solid #000;
  border-radius: 20px;
  box-shadow: 0 12px 0 #000;
}

.page__heading::after {
  content: "*";
  position: relative;
}

.page__heading:hover {
  color: #4C4C4C;
  cursor: default;
}