.footer {
  display: flex;
  height: 150px;
  background: -webkit-gradient(linear, left top, left bottom, from(#541C46), to(#2F0E27));
  background: linear-gradient(180deg, #541C46 0%, #2F0E27 100%);
  padding: 26px 65px 0 34px;
}

.footer__documents {
  display: inline-block;
  vertical-align: top;
  float: left;
}

.footer__documents a {
  text-decoration: none;
}

.footer__documents p {
  font-family: 'Montserrat', sans-serif;
  color: white;
}



.footer__organization-data {
  display: inline-block;
  vertical-align: top;
  float: right;
}

.footer__organization-data p {
  font-family: 'Montserrat', sans-serif;
  color: white;
}


.footer__middle {
  margin: 0 auto;
}

.footer__middle p {
  font-family: 'Montserrat', sans-serif;
  color: white;
}

.footer__middle img{
  width: 50px;
} 

.footer__middle a{
  text-align:center;
  display:block;
}


@media (max-width: 500px) {
  .footer {
    margin-top: 45px;
    height: 415px;
    display: block;
  }

  .footer__middle{
    margin-top: 20px;
    display: block;
  }

  .footer__middle a{
    margin-top: 20px;
    margin-bottom: -20px;
    margin-right: 110px;
  }


  .footer__documents {
    display: block;
    float: none;
  }
  .footer__organization-data {
    display: block;
    float: none;
    margin-top: 50px;
  }
}
/*# sourceMappingURL=accountfooter.css.map */