body .head-contacts__phones {
  font-size: 18px; }
  body .icon_phone {
    width: 30px;
    height: 30px;
    margin-bottom: 0;
    margin-right: 10px;
    transition: all 250ms ease; }
  body .phones-wrapper {
    display: flex;
    align-items: center; }
  body .not-before:before {
    display: none; }
  body .not-before .icon_phone:hover {
    transform: translate(0px, -2px); }
  body .site-footer__phones {
    width: 30%; }
  body .site-footer__phones-wrap {
    background-position: 75px 5px; }
  body .site-footer__phones-wrap .phones-wrapper {
    margin-bottom: 10px; }
