#footer {
  padding: 74px 0 60px;
  background: #fff;
  line-height: 20px;
  margin-top: auto;
}

#footer .footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer .footer-nav li {
  margin-bottom: 19px;
}

#footer .footer-nav .ico {
  display: inline-block;
  vertical-align: top;
  height: 20px;
  width: 20px;
  margin-right: 15px;
}

#footer .footer-nav .ico img {
  vertical-align: middle;
  object-fit: contain;
  max-height: 100%;
  max-width: 100%;
}

#footer .contact-list {
  margin: 0;
  padding: 7px 0 0;
  list-style: none;
}

#footer .contact-list li {
  line-height: 20px;
  margin-bottom: 27px;
}

#footer .contact-list .ico {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  line-height: 20px;
  width: 26px;
  text-align: right;
  margin-right: 15px;
}

#footer .contact-list .ico img {
  vertical-align: middle;
  max-width: 100%;
}

#footer h4 {
  margin: 0 0 23px;
}

#footer address {
  margin: 0 0 35px;
  line-height: 30px;
}

#footer .footer-list li,
.footer-type2 nav li {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}

#footer.style2 {
  padding: 58px 0;
  background: #f7f7f7;
}

#footer.style2 .navbar-brand {
  background-image:url("//assets.bettyblocks.com/c5587b11eafb4cf5826a14b57f32047a_assets/files/hanzevast-logo-dark.svg?_=3b532cad1263df06ac9a5c5021850c6d");
}

#footer .footer-list {
  margin: 0;
  padding: 12px 0 0;
  list-style: none;
  float: right;
}

#footer .footer-list li {
  float: left;
  margin: 0 0 0 30px;
}

.footer-type2 {
  padding: 37px 0;
  margin-top: auto;
}

.footer-type2 .logo {
  display: block;
  width: 114px;
  height: 39px;
  background:url("//assets.bettyblocks.com/c5587b11eafb4cf5826a14b57f32047a_assets/files/hanzevast-logo-dark.svg?_=3b532cad1263df06ac9a5c5021850c6d") no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  background-size: 100% auto;
}

.footer-type2 .logo a {
  display: block;
  height: 100%;
}

.footer-type2 nav {
  float: right;
}

.footer-type2 nav ul {
  margin: 0;
  padding: 11px 0 0;
  list-style: none;
  float: right;
}

.footer-type2 nav li {
  float: left;
  margin: 0 0 0 30px;
}

.footer-type2 nav a {
  display: block;
  color: inherit;
}

.footer-type2 nav a:hover {
  color: #e7692e;
}

@media screen and (max-width:991px) {
  #footer {
    padding: 54px 0 0;
  }
  #footer .row {
    font-size: 0;
    line-height: 0;
  }
  #footer .row>div {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 20px;
    float: none;
    padding-bottom: 48px;
  }
  #footer .contact-list {
    padding: 0;
  }
  #footer .contact-list li {
    margin-bottom: 0;
  }
  #footer .contact-list li+li {
    margin-top: 27px;
  }
  #footer.style2 {
    padding: 30px 0 15px;
  }
  #footer.style2 .navbar-brand {
    float: none;
    margin: 0 auto 20px;
    display: block;
  }
  #footer .footer-list {
    float: none;
    padding: 0;
    text-align: center;
    margin: 0 -15px;
    font-size: 0;
    line-height: 0;
  }
  #footer .footer-list li {
    margin: 0;
    padding: 0 10px 15px;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}

@media screen and (max-width:767px),
screen and (orientation:landscape) and (max-width:767px),
screen and (orientation:portrait) and (max-width:767px) {
  .footer-type2 {
    text-align: center;
    position: static;
    padding: 20px 0;
    font-size: 12px;
    line-height: 16px;
  }
  .footer-type2 .logo {
    margin: 0 auto 10px;
  }
  .footer-type2 nav {
    float: none;
  }
  .footer-type2 nav ul {
    float: none;
    padding: 0;
  }
  .footer-type2 nav li {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    font-size: 12px;
    line-height: 16px;
  }
}