.footer{
  background: url(../images/bg-footer.jpg) no-repeat 0 0 #2e933c;
  height: 524px;
  margin-top: 90px;
}
.footer ul{
  list-style: none;
}
.top-footer{
  padding: 30px 0;
}
.footer,
.footer a,
.footer a h4{
  color: #fff;
  font-size: 12px;
  font-weight: normal;
}
.footer a{
  font-weight: normal;
}
.top-footer li:first-child{
  margin-right: 30px;
}
.top-footer li{
  display: inline-block;
  margin-right: 132px;
  vertical-align: middle;
}
.top-footer li:nth-child(2){
  margin-right: 65px;
}
.top-footer li:nth-child(3){
  margin-right: 25px;
}
.top-footer li:last-child{
  margin-right: 0;
}
.nav-footer{
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
  width: 225px;
}
.nav-footer:last-child{
  margin-right: 0;
}
.nav-footer li{
  margin: 15px 0;
}
.nav-footer li strong{
  display: block;
  font-size: 11px;
}
.footer a:hover{
  text-decoration: none;
}
