.l-page-header {
  background: url(/assets/img/search/bg_header.jpg) no-repeat 50% 50%/cover;
}

.not-found {
  padding-top: 40px;
  padding-bottom: 100px;
}

.not-found__txt {
  margin-bottom: 40px;
  text-align: center;
  line-height: 2;
}

.not-found__list {
  padding: 20px;
  background-color: #eee;
  text-align: center;
}

.not-found__list li {
  margin: 12px 0;
  font-weight: 500;
}

.not-found__list li a::after {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 5px;
  -webkit-transform: rotate(-45deg) translateY(2px);
      -ms-transform: rotate(-45deg) translateY(2px);
          transform: rotate(-45deg) translateY(2px);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  content: "";
}

@media all and (min-width: 768px) {
  .not-found {
    padding-top: 90px;
    padding-bottom: 150px;
  }
  .not-found__txt {
    margin-bottom: 60px;
    line-height: 2.6;
  }
  .not-found__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
  }
  .not-found__list li {
    margin: 0 18px;
  }
}
