@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);

/* Полная перезапись стилей футера на мобилках */
@media (max-width: 699px) {
  .footer-container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 30px auto 0 auto !important;
    padding: 0 15px !important;
    overflow-x: hidden !important;
  }
  
  .footer-row {
    display: block !important;
  }
  
  .footer-column {
    width: 100% !important;
    margin-bottom: 30px !important;
  }
  
  .footer-column:last-child {
    margin-bottom: 0 !important;
  }
  
  .div_footer {
    padding: 0 15px !important;
    width: 100% !important;
  }
}