.page-foot {
  margin-top: -5px;
  padding: 84px 30px;
  background: #FAFAFA;
  border-bottom: 40px solid #3049A1;
}
.page-foot .center {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-foot .center .navigation {
  width: 100%;
  max-width: 522px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.page-foot .center .navigation .nav {
  margin-right: 30px;
}
.page-foot .center .navigation .title {
  margin-bottom: 21px;
  color: #202227;
  font-size: 18px;
}
.page-foot .center .navigation .list {
  font-size: 16px;
}
.page-foot .center .navigation .list a {
  display: block;
  color: #666666;
  margin-bottom: 14px;
}
.page-foot .center .logo {
  width: 180px;
}
.page-foot .center .logo img {
  width: 100%;
}
@media screen and (max-width: 870px) {
  .page-foot {
    padding: 34px 30px;
  }
  .page-foot .center {
    flex-direction: column-reverse;
  }
  .page-foot .center .navigation {
    margin-top: 50px;
  }
}
@media screen and (max-width: 515px) {
  .page-foot .center .navigation {
    flex-direction: column;
  }
  .page-foot .center .navigation .nav {
    margin-bottom: 30px;
  }
}
