.footer {
  background: #fff;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.footer__container {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 120px 30px 56px;
  gap: 40px;
  background: #ffffff;
  max-width: 1224px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .footer__container {
    padding: 80px 30px 56px;
    max-width: 728px;
  }
}
@media screen and (max-width: 768px) {
  .footer__container {
    padding: 40px 30px 32px;
  }
}
@media screen and (max-width: 480px) {
  .footer__container {
    padding: 40px 20px 16px;
  }
}
.footer__bottom {
  padding-top: 32px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .footer__bottom {
    padding-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .footer__bottom {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
}
.footer__bottom p {
  margin: 0;
  padding: 0;
  color: #000;
  font-family: "Montserrat", sans-serif;
  line-height: 150%;
  opacity: 0.8;
  font-size: 14px;
}
.footer__social {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer__social a {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.footer__social a:hover {
  background-color: rgba(38, 87, 66, 0.6);
}
.footer__social a img {
  max-width: 24px;
  height: auto;
}
.footer__content {
  display: flex;
  align-items: flex-start;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .footer__content {
    flex-direction: column;
    gap: 30px;
  }
}
.footer__info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 40%;
}
@media screen and (max-width: 991px) {
  .footer__info {
    width: 100%;
    gap: 20px;
  }
}
.footer__info a {
  text-decoration: none;
}
.footer__info a img {
  max-width: 115px;
  height: auto;
}
.footer__info p {
  margin: 0;
  padding: 0;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #102a1f;
  opacity: 0.7;
}
.footer__nav {
  display: flex;
  align-items: flex-start;
  gap: 100px;
}
@media screen and (max-width: 1200px) {
  .footer__nav {
    gap: 50px;
  }
}
@media screen and (max-width: 991px) {
  .footer__nav {
    gap: 25px;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.footer__nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .footer__nav ul {
    gap: 8px;
  }
}
.footer__nav ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer__nav ul li a {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  opacity: 0.8;
  text-decoration: none;
}
.footer__nav ul li a:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .footer__nav ul li a {
    font-size: 14px;
  }
}/*# sourceMappingURL=footer.css.map */