footer {
  background-color: #2E414A;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font:  16px sans-serif;
  padding: 55px 90px 20px 60px;
  /*padding: 55px 50px;*/
  bottom: 0;
  color: #fff;
  
}
.footer-navigation img{
  width: 200px;
}
.footer-navigation h3 {
  margin: 0;
  font: normal 36px Cookie, cursive;
  margin-bottom: 20px;
  color: #fff;
  font-family: FuturaPTBold;
}

p.links{
  margin-bottom: 5px;
}

.footer-navigation p.links a {
  color: #fff;
  text-decoration: none;
  font-family: FuturaPTBook;
  margin-bottom: 0;
}

p.company-name {
  color: #fff;
  font-size: 1em;
  font-weight: normal;
  margin-top: 1.5em;
  font-family: FuturaPTBook;
  text-align: center;
}

p.company-name a{
  color: #fff;
}

@media (max-width:767px) {
  .footer-contacts {
    margin: 30px 0;
  }

  .footer-services{
    margin-bottom: 30px;
  }
  .footer{
    padding: 55px 50px 20px 50px;
  }
}

.footer-contacts p {
  display: inline-block;
  color: #ffffff;
  vertical-align: top;
  font-family: FuturaPTBook;
  font-size: 17px;
}

.footer-contacts p a {
  color: #FFFFFF;
  /*color: #5383d3;*/
  text-decoration: none;
  font-family: FuturaPTBook;
  font-size: 17px;
}

.fa.footer-contacts-icon {
  background-color: #2B70E7;
  color: #fff;
  font-size: 18px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  margin: 10px 15px 10px 0;
}

span.new-line-span {
  display: block;
  font-weight: normal;
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
}

.footer-about h4 {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: FuturaPTBold;
}

.footer-about p {
  line-height: 20px;
  color: #92999f;
  font-size: 17px;
  font-weight: normal;
  margin: 0;
  font-family: FuturaPTBook;
}

div.social-links {
  margin-top: 20px;
  color: #fff;
}

.social-links a {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: #2B70E7;
  border-radius: 2px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.footer-services h4 {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: FuturaPTBold;
}
.footer-services .links a{
  color: #fff;
  font-size: 1em;
  padding-bottom: 5px;
  font-family: FuturaPTBook;
}

footer h4{
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: FuturaPTBold;
}