footer.main-footer .eu-wrap {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 99999;
  bottom: 0;
  left: 0;
}
footer.main-footer .eu-wrap .eu-block {
  display: flex;
  max-width: 1000px;
  margin: auto;
  padding: 14px 20px;
}
@media only screen and (max-width: 767px) {
  footer.main-footer .eu-wrap .eu-block {
    flex-direction: column;
    padding: 15px 15px;
  }
}
footer.main-footer .eu-wrap .logo-section {
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  footer.main-footer .eu-wrap .logo-section {
    width: 100%;
    text-align: center;
  }
}
footer.main-footer .eu-wrap .logo-section img {
  max-height: 47px;
  margin-right: 30px;
}
@media only screen and (max-width: 1100px) {
  footer.main-footer .eu-wrap .logo-section img {
    padding: 5px;
  }
}
@media only screen and (max-width: 767px) {
  footer.main-footer .eu-wrap .logo-section img {
    margin-right: 0;
  }
}
footer.main-footer .eu-wrap .text-section {
  display: flex;
}
@media only screen and (max-width: 767px) {
  footer.main-footer .eu-wrap .text-section {
    margin-top: 10px;
  }
}
footer.main-footer .eu-wrap .text-section p {
  margin: 0;
  color: #000;
  line-height: 1.3em;
}

/*# sourceMappingURL=eu-wrap.css.map */
