footer {
  width: 100%;
  min-width: 1024px;
  background-color: #a7cbd5;
}

footer .main {
  padding: 10px 0px;
  background: none;
}

footer .main .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .main .container .footer-logo {
  width: 100px;
  margin-left: 10px;
}

footer .main .container .footer-logo img {
  width: 100%;
  background-color: #a7cbd5;
}

footer .main .container .advertising {
  color: white;
  margin-right: 10px;
}

footer .main .container .advertising a {
  color: white;
}

footer .new-year {
  background-image: url("../img/n10p6211x1745.png");
  width: 100%;
  height: 50px;
  display: block;
  background-size: contain;
}
/*# sourceMappingURL=footer.css.map */