/* Page */

.page {
  min-height: calc(100vh - 475px);
  overflow: hidden;
}

@media (max-width: 786px) {
  .page {
    min-height: calc(100vh - 987px);
    overflow: hidden;
  }
}

.page .page_title {
  max-width: 665px;
  padding: 0 16px;
  margin: 100px auto 0;
  line-height: 1.4;
  font-weight: 400;
  text-transform: uppercase;
}
