.site-footer {
  color: #fff;
  .gradienty(@color-accent2, @color-accent3);

  em {
    display: block;
    margin-bottom: 15px;
    font-style: normal;
  }
  a {
    color: #fff;
    .trxclr;
  }
  a:hover {
    color: @color-accent1;
  }
}

.site-footer-flex {
  padding-top: 45px;
  padding-bottom: 25px;
  border-bottom: 1px solid #a9dcf8;
}

.site-footer-social {
  > ul {
    display: flex;
    align-items: center;
  }
  li {
    margin-right: 5px;
  }
  a {
    display: inline-block;
  }
  svg {
    width: 24px;
    height: 24px;
  }
  .fa-facebook-f {
    position: relative;
    top: -1px;
  }
}

.site-footer-bottom {
  padding-top: 35px;
  padding-bottom: 60px;
  text-align: center;
}

// responsive

@media (max-width: @screen-lg) {
  .site-footer-flex {
    display: block;
    text-align: center;
  }
  .site-footer-image > img {
    .mxauto;
  }
  .site-footer-nav {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .site-footer-social > ul {
    justify-content: center;
  }
}
