.footer {
  background-color: #f8fbfc;
  border-top: 0;
}

.footer .footer__inner {
  padding-top: 35px;
  max-width: 1230px;
  position: relative;
}

.footer .footer__inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 30px);
  height: 1px;
  background-color: #eef4f5;
}

@media (min-width: 1025px) {
  .footer .footer__inner {
    padding-top: 80px;
  }
}

.footer .footer__regions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer .footer__left {
  max-width: 400px;
}

.footer .footer__right {
  max-width: 600px;
}

.footer .footer__logo {
  max-height: 48px;
  max-width: 109px;
  margin: 0 0 33px;
}

.footer .footer__slogan {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #515b6b;
}

.footer .footer__bottom {
  padding: 30px 0;
}

.footer .footer__bottom p {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #515b6b;
}

.footer .footer__bottom a {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #9eaabf;
}

.footer .footer__bottom a:hover {
  background-color: transparent;
  text-decoration: underline;
}

.social-links h4 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  color: #003187;
  margin-top: 0;
  margin-bottom: 14px;
}

.social-links .social-links__list {
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.social-links .social-links__list li {
  margin-right: 20px;
  line-height: 1;
}

.social-links .social-links__list li:last-of-type {
  margin-right: 0;
}

.social-links .social-links__list a {
  font-size: 0;
  height: 20px;
  display: inline-block;
  width: 20px;
  overflow: hidden;
}

.social-links .social-links__list a[href*="facebook.com"] {
  background: url("../../resources/icons/facebook.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.social-links .social-links__list a[href*="instagram.com"] {
  background: url("../../resources/icons/instagram.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.social-links .social-links__list a[href*="twitter.com"] {
  background: url("../../resources/icons/twitter.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.social-links .social-links__text {
  display: flex;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  color: #515b6b;
}

.social-links .social-links__text .heart {
  color: #ff3366;
  font-size: 18px;
  margin-left: 4px;
  margin-right: 4px;
}

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