/* FOOTER */
footer {
  padding: 0!important;
}
.iopw-footer {
  padding: 100px 0;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.iopw-footer .social-links a {
  display: inline-block;
  margin-left: 20px!important;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-bottom .block h2 {
  margin-bottom: 20px!important;
  font-size: 1.2rem!important;
}
.footer-bottom .block p {
  font-size: 0.9rem!important;
  line-height: 1.8rem!important;
}
.footer-bottom .block .fs-block {
    margin-bottom: 15px;
}
.footer-bottom .block .fs-block p {
    line-height: 1.4rem!important;
}
.copyright {
  margin-top: 30px!important;
}
@media (max-width: 1000px) {
  .footer-bottom .block {
    width: 50%;
    margin-bottom: 50px;
  }
  .iopw-footer .social-links a img {
    height: 40px;
  }
}
@media (max-width: 640px) {
  .footer-top {
    flex-direction: column;
    align-items: baseline;
  }
  .footer-logo {
    margin-bottom: 40px;
    max-width: 100%;
  }
  .iopw-footer .social-links a {
    margin-left: 0!important;
    margin-right: 20px!important;
  }
  .footer-bottom .block {
    width: 100%;
  }
}
