.text-service.footer-nav-info__text.yacaptcha { color: #ccc; margin-top: 5rem; }.text-service.footer-nav-info__text.yacaptcha a {
  color: #aab8c3;
  transition: .3s;
}
.text-service.footer-nav-info__text.yacaptcha a:hover {
  color: #fff;
  transition: .3s;
}
.investors-head__links.v2 .item-link{padding: 1rem 1.8rem;}
@media (max-width: 575px) {
  .footer-nav-info {
    display: block;
  }
  .text-service.footer-nav-info__text.yacaptcha {
    margin-top: 3rem;
  }
}