.page-block.block-404 {
  text-align: center;
  padding: 137px 0 173px;
}
.page-block.block-404 .img-404 {
  width: 980px;
  height: 430px;
  background: url("../images/404.png");
  background-size: cover;
  margin: 0 auto 92px;
}
.page-block.block-404 h4 {
  font-size: 32px;
  line-height: 42px;
  color: #333;
  margin-bottom: 13px;
  font-weight: 400;
}
.page-block.block-404 p {
  color: #999999;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 42px;
  text-transform: uppercase;
}
.page-block.block-404 a {
  display: block;
  margin: auto;
  color: #fff;
  height: 50px;
  line-height: 50px;
  width: 200px;
  background: #019B2E;
  border-radius: 36px;
}
