.footer {
  background: #658264;
  padding: 70px 0 30px;
}
.footer a, .footer p, .footer h3 {
  color: #FFFFFF;
}
.footer .footer-title {
  font-weight: bold;
  font-size: 30px;
  line-height: 120%;
  margin-bottom: 16px;
}
.footer .footer-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  justify-content: space-around;
  grid-template-columns: 1fr 1fr 2fr;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .footer .footer-container {
    grid-template-columns: 1fr;
  }
}
.footer .footer-container .contacts {
  max-width: 250px;
  width: 100%;
}
.footer .footer-container .contacts img {
  margin-top: 43px;
}
.footer .footer-container .contacts p {
  font-size: 13px;
  font-weight: 400;
}
.footer .footer-container .footer-menu ul, .footer .footer-container .footer-menu li {
  font-size: 13px;
  font-weight: 400;
}
.footer .footer-container .social-and-partner {
  display: flex;
  flex-direction: column;
}
.footer .footer-container .social-and-partner .social {
  display: flex;
  justify-content: center;
}
.footer .footer-container .social-and-partner .social img {
  margin: 0 10px;
  border-radius: 16px;
  width: 50px;
  height: 50px;
  background: #FFFFFF;
}
.footer .footer-container .social-and-partner .partner {
  display: flex;
  margin-top: 50px;
}
.footer .footer-container .social-and-partner .partner p {
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
}
.footer .footer-container .social-and-partner .partner img {
  width: 120px;
  height: 80px;
}
.footer .copyright {
  text-align: center;
  padding-top: 28px;
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
  max-width: 1200px;
  margin: 30px auto 0;
  color: #FFFFFF;
}

/*# sourceMappingURL=footer.css.map */
