.site-footer {
  background-color: black;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding-top: 30px;
}
.site-footer:before {
  content: "";
  width: 100%;
  height: 10px;
  background-repeat: repeat-x;
  background-position: top left;
  position: absolute;
  top: 0;
  left: 0;
  animation: bgSlide 20s linear infinite;
}

.footer-widget {
  margin-bottom: 40px;
}

.footer-widget__title {
  margin: 0;
  color: #70A548;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}

@media (min-width: 1200px) {
  .footer-widget__links {
    margin-left: 40px;
  }
}

.footer-widget__links-list {
  margin-top: -5px;
}
.footer-widget__links-list li {
  line-height: 1em;
}
.footer-widget__links-list li + li {
  margin-top: 15px;
}
.footer-widget__links-list li a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}
.footer-widget__links-list li a:hover {
  color: #e9e591;
}

.footer-widget__text {
  font-size: 16px;
  line-height: 34px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  margin-top: -15px;
  text-align: justify;
}

.footer-widget__social {
  display: flex;
  align-items: center;
  margin-top: 17px;
}
.footer-widget__social a {
  border-style: solid;
  border-width: 1px;
  width: 43px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 15px;
  transition: all 0.4s ease;
  text-decoration: none;
}
.footer-widget__social a + a {
  margin-left: 10px;
}
.footer-widget__social .twitter {
  border-color: #1DA1F2;
  color: #1DA1F2;
}
.footer-widget__social .twitter:hover {
  border-color: #1DA1F2;
  background-color: #1DA1F2;
  color: #fff;
}
.footer-widget__social .facebook {
  color: #3b5999;
  border-color: #3b5999;
}
.footer-widget__social .facebook:hover {
  border-color: #3b5999;
  background-color: #3b5999;
  color: #fff;
}
.footer-widget__social .youtube {
  color: #FF0000;
  border-color: #FF0000;
}
.footer-widget__social .youtube:hover {
  border-color: #FF0000;
  background-color: #FF0000;
  color: #fff;
}
.footer-widget__social .insta {
  color: #e4405f;
  border-color: #e4405f;
}
.footer-widget__social .insta:hover {
  border-color: #e4405f;
  background-color: #e4405f;
  color: #fff;
}
.footer-widget__social .whatsapp {
  color: #25D366;
  border-color: #25D366;
}
.footer-widget__social .whatsapp:hover {
  border-color: #25D366;
  background-color: #25D366;
  color: #fff;
}

.footer-widget__posts-list li {
  display: flex;
}
.footer-widget__posts-list li + li {
  margin-top: 53px;
}

.footer-widget__posts-image > img {
  width: 40px;
  margin-right: 20px;
}

.footer-widget__posts-title {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  margin: 0;
  line-height: 1em;
  font-family: "robotoregular";
}
.footer-widget__posts-title a {
  color: inherit;
  transition: all 0.4s ease;
}
.footer-widget__posts-title a:hover {
  color: #e9e591;
  text-decoration: none;
}

.footer-widget__posts-date {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 1em;
  margin-top: 15px;
}

.footer-widget__contact-list {
  margin-top: -10px;
}
.footer-widget__contact-list li {
  position: relative;
  padding-left: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 34px;
}
.footer-widget__contact-list li a {
  color: inherit;
  transition: all 0.4s ease;
  text-decoration: none;
}
.footer-widget__contact-list li a:hover {
  color: #e9e591;
  text-decoration: none;
}
.footer-widget__contact-list li span {
  color: #fff;
  font-size: 18px;
  position: absolute;
  left: 0;
}

.site-footer__copy {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  margin: 0;
}
.site-footer__copy a {
  color: #abfff6;
  transition: all 0.4s ease;
  text-decoration: none;
}
.site-footer__copy a:hover {
  color: red;
}

.site-footer__upper {
  padding-top: 40px;
  padding-bottom: 10px;
}

.site-footer__bottom .container {
  position: relative;
  padding-top: 5px;
}
.site-footer__bottom .container::before {
  content: "";
  width: 100%;
  max-width: 1170px;
  height: 5px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.site-footer__bottom .inner-container {
  padding-top: 31.5px;
  padding-bottom: 31.5px;
}/*# sourceMappingURL=footer.css.map */