@media all and (max-width:1600px) {


  .footer-top .footer-top-location h2 {
    font-size: 30px;
  }

  .footer-top .address-wrapper {
    margin-right: 0;
  }

  .footer-top .lower-location-wrapper .enmon-location-image {
    width: 70%;
  }

  .footer-top .lower-location-wrapper ul {
    margin-left: 22px;
    border-left: 0;
  }

    .footer-top .lower-location-wrapper ul li a {
      font-size: 17px;
    }

  .footer-upper .footer-upper-top-border {
    height: 25px;
  }

  .footer-middle .footer-middle-top-border {
    height: 18px;
  }

  /*.footer-upper .newsletter-wrapper .newsletter .newsletter-email {
    margin-right: 80px;
  }*/

  .footer-middle .footer-links .footer-block {
    margin-right: 12px;
  }

  .footer-middle .footer-info #footer-logo {
    width: 250px;
  }

  .footer-middle .footer-info #time-wrapper {
    margin-top: 10px;
  }

  .footer-middle .footer-info .time-block {
    width: 50%;
  }

    .footer-middle .footer-info .time-block:first-of-type {
      margin-right: 0;
    }

    .footer-middle .footer-info .time-block .footer-time-sheet {
      margin-top: 5px;
    }

    .footer-middle .footer-info .time-block .footer-phone {
      margin-top: 2px;
    }

  .footer-middle .footer-info #social-icons-wrapper .social-icons {
    margin-top: 5px;
  }

  .footer-middle .footer-info .footer-info-bootom-border {
    height: 20px;
  }
}

@media all and (min-width: 1400px) and (max-width: 1600px) {

  .footer-middle .footer-info {
    width: 60%;
    height: calc(100% + 42px);
    margin-top: -35px;
  }
}