.site-footer {
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 65px 0 0;
  width: 100%;
  border-top: 1px solid rgba(151, 151, 151, 0.2);
}
.footer-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.site-footer .logo {
  float: none;
}
.site-footer .logo a {
  width: 68px;
  height: 68px;
  -webkit-background-size: 60px 15px;
  background-size: 60px 15px;
}
.footer-address p,
.footer-address a {
  color: var(--text-color2);
  font: var(--font-size-14px)/1.8 var(--font-family4);
  letter-spacing: 0.08px;
}
.footer-social p {
  color: var(--text-color1);
  font: var(--font-size-14px)/1.64 var(--font-family1);
  letter-spacing: 1.4px;
  text-align: center;
  margin-bottom: 40px;
}
.footer-social li {
  display: inline-block;
  margin-right: 20px;
}
.footer-social li:last-child {
  margin-right: 0;
}
.footer-social a {
  width: 32px;
  height: 32px;
  line-height: 36px;
  margin-bottom: 10px;
  border-radius: 16px;
  background-color: rgba(0,0,0,0.05);
  position: relative;
  text-align: center;
}
.footer-social a:hover {
  background: #DD5644;
}
.footer-social svg g {
  transition: .4s;
}
.footer-social a:hover svg g {
  fill: #fff;
}
.footer-navigation {
  margin-top: 5px;
}
.footer-navigation li {
  margin-bottom: 12px;
  text-align: right;
}
.footer-navigation li a {
  color: var(--text-color1);
  font: 600 var(--font-size-12px)/1.5 var(--font-family2);
  letter-spacing: 1.12px;
  text-transform: uppercase;
}
.footer-navigation li a:hover {
  color: #DD5644;
}
.footer-middle {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.footer-badges a {
  background-color: #0066d6;
  padding: 10px;
  border-radius: 3px;
}
.copiryght {
  background-color: rgba(0,0,0,0.01);  
}
.copiryght p {
  color: var(--text-color2);
  font: 500 var(--font-size-14px)/1.38 var(--font-family4);
  letter-spacing: 0.09px;
  margin-top: 65px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .site-footer {
    padding: 43px 0 0;
  }
  .footer-top {
    display: block;
    text-align: center;
  }
  .site-footer .logo {
    margin-bottom: 30px;
  }
  .site-footer .logo a {
    background-position: center 85%;
  }
  .footer-navigation li,
  .footer-address,
  .copiryght {
    text-align: center;
  }
  .footer-address {
    margin-top: 21px;
  }
  .footer-social {
    position: absolute;
    bottom: 105px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .footer-social li {
    margin-right: 10px;
  }
  .footer-social p {
    display: none;
  }
  .footer-middle {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }
  .good-firms_logo {
    margin-top: 15px;
  }
  .copiryght {
    margin-top: 114px;
  }
}