.error {
  padding-top: 90px;
  margin-bottom: 172px;
}

.error__title {
  font-size: 120px;
  font-weight: 700;
  color: #F7931E;
}

.error__subtitle {
  font-size: 38px;
  font-weight: 600;
  color: #000000;
}

.error__desc {
  font-size: 30px;
  font-weight: 400;
  color: #1A1A1A;
}

.container-error {
  max-width: 1100px;
}

.form-search__error {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

.form-search__input {
  padding: 0;
  border: 1px solid #1EBBF0;
  height: 61px;
  width: 100%;
  font-size: 21px;
  line-height: 61px;
}

.form-search__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #1EBBF0;
  background-color: #1EBBF0;
  color: #fff;
  height: 61px;
  line-height: 61px;
  font-size: 21px;
  font-weight: 600;
}

.link__contact,
.link__home {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.link__contact:hover,
.link__home:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

@media (max-width: 767px) {
  .error {
    margin-bottom: 120px;
  }
  .error__title {
    font-size: 100px;
    font-weight: 700;
    color: #F7931E;
  }
  .error__subtitle {
    font-size: 30px;
    font-weight: 600;
    color: #000000;
  }
  .error__desc {
    font-size: 26px;
    font-weight: 400;
    color: #1A1A1A;
  }
}

@media (max-width: 410px) {
  .error__title {
    font-size: 50px;
    font-weight: 700;
    color: #F7931E;
  }
  .error__subtitle {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
  }
  .error__desc {
    font-size: 18px;
    font-weight: 400;
    color: #1A1A1A;
  }
  .form-search__input {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
  }
  .form-search__btn {
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
  .form-search__btn span {
    display: none;
  }
}
/*# sourceMappingURL=NotFound404.css.map */