.page-wrap {
  height: 100vh;
  width: 100vw;

}

body {
  /*background-color: #233052;*/
  background-color: #221c35;
  background-image: url('/img/royal-pattern-size-1-125-V2.png');
}

.content {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.header {
  display: flex;
  width: 100%;
  margin: 0 auto;
  max-width: 70rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  justify-content: space-between;
  flex-wrap: wrap;
}

.header-logo {
  height: 5.7rem;
  margin-left: 3.3rem;
}

.contact-phone {
  margin: 0 4.5rem 0 0;
}
.contact-phone img {
  margin-right: 0.4rem;
  height: 0.9rem;
}
.contact-mail img {
  margin-right: 0.2rem;
  height: 0.7rem;
}

.contact-mail {
  margin: 0 1.7rem 0 auto;
}

.top-contacts {
  display: flex;
}

.top-contacts a {
  color: white;
  text-decoration: none;
  white-space: nowrap;
  display: flex;
  height: 0.8rem;
  font-family: sans-serif;
  font-size: 0.83rem;
  align-items: center;
}

.video-wrap {
  width: 100%;
  background-position: center;
  background-size: cover;
}

.video-wrap > div {
  width: 100%;
  max-width: 70rem;
  aspect-ratio: 16/9;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.explore {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: start;
}

.explore a {
  color: #233052;
  background-color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-family: sans-serif;
  font-size: 1.77rem;
  font-weight: bold;
  margin-top: 4.4rem;
  margin-bottom: 4rem;
  padding: 0.6rem 2.4rem;
}

.overlay {
  width: 100%;
  max-width: 51rem;
  position: absolute;
  aspect-ratio: 16/9;
}
.overlay-wrap {
  position: relative;
  align-items: center;
}

.layer {
  height: 100%;
  width: 100%;
  position: absolute;
  background-image: url('/assets/vimeo-overlay.jpg');
  background-size: cover;
  cursor: pointer;
}

@media screen and (max-width: 46.875rem) {
  .contact-phone {
    margin: 0;
    margin-right: auto;
  }
  .top-contacts {
    width: 100%;
    margin-top: 2rem;
  }
  .contact-mail {
  }
  .header {
    padding-bottom: 2.1rem;
  }
  .explore a {
    margin-top: 3.8rem;
  }
  .content {
  }
}




