.footer {
  background: #0777ff url(../images/footer.png) left bottom repeat-x;
  background-size: auto 44px;
  padding: 50px 0;
  font-size: 13px;
  line-height: 30px;
  margin-top: 70px;
}

.footer img {
  width: unset;
}

.wrap {
  width: 1300px;
  margin: 0 auto;
  position: relative;
}

.white {
  color: #fff;
}

.wrap:after,
.wrap:before {
  content: "";
  display: table;
  line-height: 0;
}

.inline-block {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
}

.footer.white .wrap .inline-block img {
  height: 68px;
}

.footer .footer-mid {
  margin-left: 80px;
}

.footer .footer-last {
  background-color: rgba(134, 204, 253, 0.21);
  padding: 15px 7px;
}

.footer .footer-last img {
  width: 137px;
  margin: 0 3px;
}

.white a {
  color: #FFF !important;
}