@media (max-width: 800px) {
  #footer {
    background: url("/images/backgrounds/footer/footer-background-mobile.png");
    background-position: top center;
    background-size: cover;
  }
}

@media (max-width: 1580px) {
  #footer .footer-wrapper .contact-section .address {
    max-width: 230px;
  }
}

@media (max-width: 1400px) {
  #footer .footer-wrapper .contact-form #form .top-section input {
    width: 200px;
  }
}

@media (max-width: 1270px) {
  #footer .footer-wrapper .contact-form #form .top-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #footer .footer-wrapper .contact-form #form .top-section input {
    margin-right: 0 !important;
    width: 300px;
  }
  #footer .footer-wrapper .contact-form #form .top-section :first-child {
    margin-bottom: 15px;
  }
}

@media (max-width: 1110px) {
  #footer .footer-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #footer .footer-wrapper .contact-form {
    margin-right: 100px;
  }
  #footer .footer-wrapper .contact-form #form .top-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #footer .footer-wrapper .contact-form #form .top-section input {
    width: 242px;
  }
  #footer .footer-wrapper .contact-form #form .top-section :first-child {
    margin-right: 15px !important;
    margin-bottom: 0;
  }
  #footer .footer-wrapper .contact-section .address {
    max-width: 280px;
  }
  #footer .footer-wrapper .nav-bar {
    display: none;
  }
}

@media (max-width: 996px) {
  #footer .footer-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #footer .footer-wrapper .contact-form {
    margin: 0;
  }
  #footer .footer-wrapper .contact-form #form .top-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #footer .footer-wrapper .contact-form #form .top-section input {
    width: 242px;
  }
  #footer .footer-wrapper .contact-form #form .top-section :first-child {
    margin-right: 15px !important;
    margin-bottom: 0;
  }
  #footer .footer-wrapper .contact-section {
    margin-top: 100px;
  }
  #footer .footer-wrapper .contact-section .address {
    max-width: initial;
  }
}

@media (max-width: 645px) {
  #footer .footer-wrapper .contact-form {
    width: 100%;
  }
  #footer .footer-wrapper .contact-form #form .top-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #footer .footer-wrapper .contact-form #form .top-section input {
    width: 100%;
  }
  #footer .footer-wrapper .contact-form #form .top-section :first-child {
    margin-bottom: 15px;
    margin-right: 0 !important;
  }
  #footer .copyright {
    padding-top: 70px;
  }
  #footer .footer-wrapper .contact-section {
    width: 100%;
  }
}

@media (max-width: 590px) {
  #footer .footer-wrapper .contact-section .address {
    max-width: 270px;
  }
}

@media (max-width: 565px) {
  #footer .footer-wrapper .contact-section .social-links {
    max-width: 250px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 351px) {
  #footer .footer-wrapper .contact-section .info {
    font-size: 14px;
  }
}

@media (max-width: 281px) {
  #footer .copyright {
    font-size: 13px;
  }
}
/*# sourceMappingURL=footer.css.map */
