.not-found-page {
  padding: 150px 0;
}
@media (max-width: 767px) {
  .not-found-page {
    padding: 100px 0;
  }
}
.not-found-page__title {
  font-size: 96px;
  line-height: normal;
  color: #202020;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 1408px) {
  .not-found-page__title {
    font-size: calc(64px + 32 * (100vw - 360px) / 1048);
  }
}
.not-found-page__text {
  margin: 32px 0 0 0;
  text-align: center;
  font-size: 28px;
  line-height: normal;
  font-weight: 500;
  text-align: center;
  color: #202020;
}
@media (max-width: 1408px) {
  .not-found-page__text {
    font-size: calc(20px + 8 * (100vw - 360px) / 1048);
  }
}
.not-found-page__link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 25px;
  border-radius: 100px;
  transition: all 0.3s ease 0s;
  background-color: #202020;
  border: 1px solid #202020;
  margin: 32px auto 0 auto;
  width:  fit-content;
  width: fit-content;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  text-align: center;
}
.not-found-page__link:hover {
  background-color: transparent;
  color: #202020;
}/*# sourceMappingURL=404-page.css.map */