footer#footer_m {
  background-color: #2E2E2E !important;
  font-family: "GEOMETRIA-BOLD";
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  padding: 50px 0;
  margin: 0;
}
@font-face {
  font-family: "GEOMETRIA-BOLD";
  src: url("/fonts/Geometria/GEOMETRIA-BOLD.TTF");
}
@font-face {
  font-family: "GEOMETRIA-LIGHT";
  src: url("/fonts/Geometria/GEOMETRIA-LIGHT.TTF");
}
footer#footer_m .row {
  justify-content: space-around;
}
footer#footer_m p {
  margin: 0;
  padding: 0;
}
footer#footer_m .foot-bg-1 {
  margin-top: 40px;
}
footer#footer_m .foot-bg-2 {
  margin-top: 50px;
}
@media (max-width: 767.98px) {
  footer#footer_m .foot-bg-2 {
    margin-top: 40px;
  }
}
footer#footer_m .f__logo img {
  margin-top: 5px;
  max-width: 90%;
}
@media (max-width: 1199.98px) {
  footer#footer_m .f__logo img {
    max-width: 111%;
  }
}
@media (max-width: 991.98px) {
  footer#footer_m .f__logo img {
    max-width: 120px;
    margin: 0 auto;
    display: flex;
    margin-bottom: 40px;
  }
}
footer#footer_m .f__text {
  color: #fff;
}
footer#footer_m .f__text .none {
  font-family: "GEOMETRIA-LIGHT";
  opacity: 0.8;
  display: inline-block;
  text-decoration: underline;
  color: #fff;
}
footer#footer_m .f__info {
  color: #fff;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  footer#footer_m .f__info {
    margin-top: 40px;
  }
}
footer#footer_m .f__info a {
  font-family: "GEOMETRIA-LIGHT";
  margin-top: 0px;
  display: inline-block;
  text-decoration: underline;
  opacity: 0.8;
  color: #fff;
}
footer#footer_m .f__info a:hover {
  opacity: 1;
}
footer#footer_m .f__contacts {
  color: #fff;
  text-align: left;
}
@media (max-width: 767.98px) {
  footer#footer_m .f__contacts {
    margin-top: 40px;
    text-align: left;
  }
}
footer#footer_m .f__contacts .icons {
  margin-top: 15px;
}
footer#footer_m .f__contacts .icons img {
  max-width: 35px;
}

.homepage footer#footer_m .f__logo img {
  max-width: 125%;
}
@media (max-width: 1199.98px) {
  .homepage footer#footer_m .f__logo img {
    max-width: 86%;
  }
}
@media (max-width: 991.98px) {
  .homepage footer#footer_m .f__logo img {
    max-width: 120px;
    margin: 0 auto;
    display: flex;
    margin-bottom: 40px;
  }
}
.homepage footer#footer_m .foot-bg-2 {
  margin-top: 40px;
  margin-bottom: -10px;
}
@media (max-width: 767.98px) {
  .homepage footer#footer_m .foot-bg-2 {
    margin-top: 40px;
  }
}
.homepage footer#footer_m .f__text .none {
  margin-top: 0px;
}
.homepage footer#footer_m .f__info {
  margin-top: 10px;
}
@media (max-width: 767.98px) {
  .homepage footer#footer_m .f__info {
    margin-top: 40px;
  }
}
.homepage footer#footer_m .f__info a {
  margin-top: 0px;
}
.homepage footer#footer_m .f__info__e {
  margin-bottom: -10px;
}/*# sourceMappingURL=style.css.map */