body.homePage .footer {
  position: relative;
  background: #321879;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 46px;
}
@media (max-width: 767px) {
  body.homePage .footer {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
body.homePage .footer .container {
  width: 1000px;
  max-width: 100%;
}
body.homePage .footer a {
  color: #fff;
  text-decoration: none;
}
body.homePage .footer a:hover {
  text-decoration: none;
  color: #fff;
  opacity: 1;
}
body.homePage .footer .social {
  position: absolute;
  z-index: 4;
  top: 76px;
  right: 80px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  body.homePage .footer .social {
    position: static;
    top: auto;
    right: auto;
    margin-bottom: 48px;
    flex-direction: row;
  }
}
body.homePage .footer .social a {
  width: 30px;
  display: block;
  margin-bottom: 25px;
}
body.homePage .footer .social a:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  body.homePage .footer .social a {
    margin-right: 25px;
    margin-bottom: 0;
  }
}
body.homePage .footer .social a img {
  width: 100%;
}
body.homePage .footer .copyright {
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  opacity: 0.8;
}
body.homePage .footer .copyright + .copyright {
  margin-top: 8px;
}
body.homePage .footer-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  margin-bottom: 15px;
}
body.homePage .footer-menu {
  margin-bottom: 20px;
}
body.homePage .footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.homePage .footer-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 300;
  font-size: 12px;
  line-height: 13px;
}
@media (min-width: 1441px) {
  body.homePage .footer-menu li {
    font-size: 14px;
    line-height: 16px;
  }
}
body.homePage .footer-menu li + li {
  margin-top: 15px;
}
body.homePage .footer-menu li a {
  opacity: 0.8;
}
body.homePage .footer-market {
  margin-top: 48px;
  margin-bottom: 22px;
}
body.homePage .footer-market a {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  width: 90px;
}
body.homePage .footer-market a:last-of-type {
  margin-right: 0;
}
body.homePage .footer-market a img {
  width: 100%;
}