@media screen and (max-width:720px) {
body > div.top-toolbar > div > div.contacts.cell-sm-6 > div > p:nth-child(2) > span > strong > a {
 float:left; 
}
  body > div.page-wrapper > div.footer > div > div.row.middle-xl > div.footer-contacts.cell-xl-3.cell-md-6.cell-xs-12.text-center-xs > div.phone > p:nth-child(1) > strong {
   display:block;
    text-align:center;
  }
}


@media screen and (max-width:480px) {
  .footer-contacts,
  .social-menu-wrapper {
    margin-bottom: 0;
  }
  .phone p,
  .email p {
    margin: 5px;
  }
}

div.footer-contacts.cell-xl-3.cell-md-6.cell-xs-12.text-center-xs > div.phone > p {
 margin:0px!important;
}
.footer-contacts .phone {
 margin:0px; 
}
body > div.page-wrapper > div.footer > div > div.row.middle-xl > div.footer-contacts.cell-xl-3.cell-md-6.cell-xs-12.text-center-xs > div.phone > p:nth-child(2) {
 margin-bottom:15px!important; 
}

body > div.page-wrapper > div.footer > div > div.row.middle-xl > div.footer-contacts.cell-xl-3.cell-md-6.cell-xs-12.text-center-xs {
 margin-top:20px; 
}
