 footer .socials img {
	 border: 1px solid #1e549b;
	background-color: #f7941d;
  }
  footer .socials img:hover {
	border: 1px solid #f7941d;
	background-color: #1e549b;
  }
@media only screen and (min-width: 641px) {
  footer {
    height: 7.29166667vw;
    display: flex;
    align-items: center;
    padding: 0 2.34375vw;
    clear: both;
  }
  .footer-menu {
    /*margin-left: auto;*/
    margin-right: auto;
  }
  .footer-menu ul {
    margin: 0;
  }
  .footer-menu ul li {
    list-style: none;
    float: right;
    margin-left: 1.04166667vw;
  }
  .footer-menu ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 1.04166667vw;
  }
  .footer-menu ul li a:hover {
    color: #1e549b;
  }
}
@media only screen and (max-width: 640px) {
  footer {
    height: 70.27027027vw;
    padding: 9.45945946vw 0;
    clear: both;
  }
  footer .logo {
    margin: 0 auto !important;
  }
  footer .socials {
    display: flex;
    overflow: hidden;
    justify-content: center;
  }
  footer .socials a {
    float: none !important;
    width: 5.13513514vw;
    height: 5.13513514vw;
    border-radius: 50%;
    margin: 4.32432432vw 1.89189189vw;
  }
  .footer-menu {
    text-align: center;
  }
  .footer-menu ul {
    margin: 0;
    padding: 0;
  }
  .footer-menu ul li {
    list-style: none;
  }
  .footer-menu ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 3.78378378vw;
    font-family: "Open Sans Hebrew";
    font-weight: 400;
    line-height: 6.75675676vw;
  }
  .footer-menu ul li a:hover {
    color: #ffac0d;
  }
}
