.page_404 {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px 0;
}
.page_404__text {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .page_404__menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 40px;
  }
}
@media screen and (max-width: 768px) {
  .page_404__menu li {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .page_404__menu li {
    white-space: nowrap;
  }
}
.page_404__menu li a {
  box-shadow: none !important;
  font-weight: 700;
  font-family: "MaziusDisplay", sans-serif;
}
.page_404__menu li a:active {
  color: #000000 !important;
}
@media screen and (min-width: 1025px) {
  .page_404__menu li a:hover {
    color: #000000 !important;
  }
}

@media screen and (max-width: 1024px) {
  .privacy-policy-page h1 {
    margin-top: 40px;
    margin-bottom: 80px !important;
  }
}
@media screen and (min-width: 1025px) {
  .privacy-policy-page h1 {
    margin-top: 80px;
    margin-bottom: 120px !important;
  }
}
@media screen and (max-width: 1024px) {
  .privacy-policy-page p {
    margin-bottom: 40px !important;
  }
}
@media screen and (min-width: 1025px) {
  .privacy-policy-page p {
    margin-bottom: 60px !important;
  }
}
.privacy-policy-page .content {
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .privacy-policy-page .content {
    max-width: 100%;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1025px) {
  .privacy-policy-page .content {
    max-width: 550px;
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1600px) {
  .privacy-policy-page .content {
    max-width: 675px;
    margin-bottom: 120px;
  }
}

/*# sourceMappingURL=page.css.map */
