footer {
  padding-top: 10px;
}

footer h2 {
  font-size: 31px;
  color: #000000;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 25px;
}
footer h2 span {
  color: #d42022;
}

footer .footer-top {
  height: 100px;
  position: relative;
  padding: 30px;
  text-align: center;
  border: 1px solid #d9d9d9;
  max-width: 1260px;
  width: 100%;
  margin: 0 auto 20px auto;
}
footer .footer-top .app-store-links,
footer .footer-top .social-links,
footer .footer-top ul.social-links li {
  display: inline-block;
  vertical-align: top;
}
footer .footer-top .app-store-links {
  margin-right: 16px;
  padding-right: 20px;
  border-right: 1px solid #d9d9d9;
}
footer .footer-top ul.social-links,
footer .footer-top ul.social-links li {
  height: 40px;
}
footer .footer-top ul.social-links li a {
  line-height: 42px;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #b4b4b4;
  color: #000000;
}
footer .footer-top ul.social-links li a:hover {
  color: #ffffff;
  background: #000000;
  border-color: #000000;
}
footer .footer-bottom {
  background: #000000;
  padding: 5px;
}
footer .international-menu {
  margin-bottom: 10px;
  max-width: 1260px;
  width: 90%;
  margin: 0 auto;
}
footer .international-menu h3 {
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  margin-top: 4px;
  margin-bottom: 19px;
  font-family: "Raleway", serif;
  text-align: center;
  font-weight: 500;
}

footer .international-menu ul {
  display: block;
  text-align: center;
}
footer .international-menu li {
  display: inline-block;
  padding: 0 5px;
}
footer .international-menu li a {
  color: #646464;
  font-size: 14px;
  line-height: 18px;
  font-family: "Raleway", sans-serif;
}
footer .international-menu li a:hover {
  color: #ffffff;
}
footer a:hover {
  -webkit-transition: all 250ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 250ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 250ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 250ms cubic-bezier(0.42, 0, 0.58, 1); /* ease-in-out */
}
footer .footer-menu {
  position: relative;
  padding: 20px 5px 0;
}

footer .footer-menu .item {
  margin-bottom: 10px;
}
footer .footer-menu .dyg-logo {
  width: 100%;
  max-width: 170px;
  display: block;
  margin-bottom: 12px;
  text-align: left;
}
footer .footer-menu .dyg-logo img {
  width: 100%;
}
footer .footer-menu .copyright {
  font-size: 12px;
  line-height: 18px;
  color: #646464;
  text-align: left;
}

footer .footer-menu h4 {
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  font-family: "Raleway", serif;
  text-align: left;
  margin-bottom: 13px;
}
footer .footer-menu li {
  list-style: none;
  text-align: left;
}
footer .footer-menu a {
  font-size: 14px;
  line-height: 21px;
  color: #646464;
  font-family: "Raleway", sans-serif;
  text-align: left;
}
footer .footer-menu a:hover {
  color: #ffffff;
}

@media (min-width: 1037px) and (max-width: 1365px) {
  footer .footer-top .footer-menu-small li a {
    font-size: 16px;
    margin-left: 22px;
  }

  footer .mobile-app div.info-text h2 {
    font-size: 30px;

    margin-bottom: 10px;
  }
  footer .mobile-app div.info-text p {
    font-size: 16px;

    line-height: 28px;
  }
}

@media (min-width: 640px) and (max-width: 1036px) {
  footer h2 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 35px;
  }

  footer .footer-top .footer-menu-small {
    margin-top: 21px;
    float: none;
    display: inline-block;
  }
  footer .footer-top .footer-menu-small ul {
    float: none;
    width: 100%;
  }
  footer .footer-top .footer-menu-small li a {
    font-size: 14px;
  }
  footer .footer-top {
    height: 114px;
    text-align: center;
  }
}
