.error-page {
  max-width: 812px;
  width: 100%;
  margin: 93px auto 124px;
  min-height: calc(100vh - 580px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.error-page img {
  margin-bottom: 41px;
}

.error-heading {
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 0.01em;
    color: #1a274e;
  margin-bottom: 16px;
  padding: 0 16px;
  text-align: center;
}

.error-page-txt {
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #647481;
  max-width: 446px;
  width: 100%;
  padding: 0 16px;
}

.error-page-link {
    background: #1a274e;
  font-weight: 700;
  font-size: 18px;
    line-height: 24px;
  letter-spacing: 0.01em;
    color: #ffffff;
  padding: 16px 24px;
  margin-top: 24px;
    border-radius: 100px;
}

.error-page-link:hover {
    background: #3550a1;
}

@media (max-width: 780px) {
  .error-page img {
    margin-bottom: 24px;
    max-width: 220px;
  }

  .error-heading {
    font-size: 24px;
  }

  .error-page {
    margin: 61px auto 72px;
  }

  .empty-basket-img {
    max-width: 115px !important;
  }
}
