.error-404 {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  margin: 50px 0;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .error-404 {
    margin: 40px 0;
  }
}
.error-404 .page-404 {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.img-404 {
  font-family: Montserrat, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 300px;
  line-height: 147.5%;
}
@media screen and (max-width: 960px) {
  .img-404 {
    font-size: 250px;
  }
}
@media screen and (max-width: 767px) {
  .img-404 {
    font-size: 200px;
  }
}
@media screen and (max-width: 640px) {
  .img-404 {
    font-size: 170px;
  }
}
@media screen and (max-width: 460px) {
  .img-404 {
    font-size: 150px;
  }
}

.error-404 .page-404 .title-404 {
  font-family: Montserrat, serif;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 147.5%;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  .error-404 .page-404 .title-404 {
    font-size: 26px;
  }
}
@media screen and (max-width: 960px) {
  .error-404 .page-404 .title-404 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .error-404 .page-404 .title-404 {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .error-404 .page-404 .title-404 {
    font-size: 18px;
  }
}
@media screen and (max-width: 460px) {
  .error-404 .page-404 .title-404 {
    font-size: 14px;
  }
}

.error-404 .page-404 a.link-main:hover {
  color: inherit;
  text-decoration: underline;
}

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