.footer-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  padding: 40px 0; }
  @media only screen and (max-width: 767px) {
    .footer-menu {
      padding: 20px 0; } }
  .footer-menu__item {
    position: relative;
    width: 50%; }
  .footer-menu__title {
    text-transform: uppercase;
    color: #8da6ba;
    font: bold 16px/130% "Stem", sans-serif; }
  .footer-menu__item-wrap {
    position: relative;
    margin: 0 0 12px 0; }
    .footer-menu__item-wrap:last-child {
      margin: 0; }
      @media only screen and (max-width: 991px) {
        .footer-menu__item-wrap:last-child {
          margin: 0 0 12px 0; } }
  .footer-menu a {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .footer-menu a:hover {
      color: #ffffff; }

.footer-down {
  position: relative;
  padding: 5px 0 0 0; }
  .footer-down__item {
    position: relative;
    display: block;
    margin: 0 0 10px 0;
    padding: 0 10px 0 0; }
  .footer-down__link {
    font: 300 14px/100% "Stem", sans-serif;
    color: #8da6ba;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
  .footer-down a {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .footer-down a:hover {
      color: #ffffff; }
