/*** ICONS ***/
/*** COLORS ***/
/*** END COLORS ***/
.section-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 14.2rem;
  padding-bottom: 20rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .section-404 {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}
.section-404__title {
  margin-bottom: 0.8rem;
  font-size: 12.8rem;
  line-height: 1;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.25);
}
@media (max-width: 1024px) {
  .section-404__title {
    font-size: 6.4rem;
  }
}
.section-404__subtitle {
  margin-bottom: 3rem;
  font-size: 4.4rem;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .section-404__subtitle {
    font-size: 3.2rem;
  }
}
.section-404__text {
  margin-bottom: 4rem;
  font-size: 1.7rem;
  line-height: 1.3;
  max-width: 57.4rem;
}