.footer.custom {
  background-color: #373e44;
  padding-top: 55px;
  padding-bottom: 46px;
} .footer.custom .container::before {
  display: none;
} .footer__content {
  display: flex;
  justify-content: flex-end;
  gap: 75px;
} .footer__address {
  position: relative;
  font-size: 13px;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 13px;
  padding-left: 35px;
  margin-right: -30px;
} .footer__address:before {
  content: "";
  width: 25px;
  height: 33px;
  background-image: url(../images/sprite.png);
  background-position: -52px 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
} .footer__address a {
  color: #fff !important;
} .footer__address ~ div p {
  margin-bottom: 10px;
} .polit-link a {
  color: #fff !important;
} .copyright {
  color: #fff;
  margin-top: 27px;
} .social span {
  margin-left: 7px;
} .social a {
  color: #fff;
  border: 1px solid #656b6f;
  border-radius: 5px;
  display: block;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .3s ease;
  margin-top: 12px;
} .social a:hover {
  opacity: .8;
} @media (max-width: 600px) {
  .footer__content {
    align-items: center;
    flex-direction: column;
    gap: 40px;
  } .footer__content .column:first-of-type div p, .polit-link, .copyright {
    text-align: center;
  }
} @media (max-width: 400px) {
  .footer__content .footer__address {
    margin-right: 0;
  }
}

.grecaptcha-badge {
  display: none !important;
}