footer .footer-address {
  padding-bottom: 120px;
  background-color: rgba(242, 242, 240, 0.5);
}
footer .footer-address .logo {
  width: 250px;
  margin: 120px 0 45px 0;
}
footer .footer-address .metabox {
  padding-left: 76px;
}
footer .footer-address .metabox p {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 25px;
  color: #5a5959;
}
footer .footer-address .metabox .h3 {
  color: #053c57;
}
footer .footer-address .metabox .contact {
  margin-top: 90px;
}
footer .footer-address .metabox span {
  display: inline-block;
  width: 40px;
}
footer .footer-address .logos {
  padding: 0;
}
footer .footer-address .logo-wrapper {
  padding: 50px;
}
.drk-logo {
    max-width: 170px;
}
footer .footer-address .logo-wrapper .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer-address .bg_white {
  background: white;
  padding: 50px;
  padding-bottom: 25px;
}
footer .footer-address .bg_white.small-logo img {
  margin-bottom: 0;
}
footer .footer-address .small-logo {
  margin: 0 130px;
}
@media (max-width: 480px) {
  footer .footer-address .small-logo {
    margin: 0;
  }
}
footer .footer-address .bg_gray {
  text-align: center;
}
footer .footer-address .bg_gray img {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}
footer .footer-address .bg_gray .index {
  color: #5a5959;
  margin-bottom: 50px;
}
footer .footer-address .bg_gray .index span {
  color: #053c57;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  footer .footer-address .bg_gray img {
    margin-bottom: 30px;
  }
}
footer .footer-address .backgroundshape {
  display: block;
  margin-top: -1px;
}
@media screen and (max-width: 991px) {
  footer .footer-address .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  footer .footer-address .adress {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  footer .footer-address .logos {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}
