.social:after {
  content: "";
  display: table;
  width: 100%;
  clear: both; }

footer {
  background: #F5F6F9;
  position: relative;
  padding: 75px 0; }
  footer .list-link {
    margin: 0 0 35px 0; }
    footer .list-link .title {
      font-size: 14px;
      line-height: 18px;
      font-weight: 500;
      margin-bottom: 10px; }
    footer .list-link .link {
      margin-bottom: 10px; }
    footer .list-link a {
      font-size: 14px;
      line-height: 16px;
      font-weight: 400;
      text-decoration: none !important;
      color: #70747C; }
      footer .list-link a:hover {
        color: #1B3899; }
  footer .tell {
    margin-bottom: 15px; }
    footer .tell a {
      text-decoration: none !important;
      font-size: 18px;
      line-height: 21px;
      font-weight: 500;
      color: #000; }
  footer .link-info {
    color: #70747C;
    font-size: 14px;
    line-height: 32px;
    font-weight: 400;
    padding: 0 0 0 25px; }
    footer .link-info.address {
      background: url(../img/address.svg) 0px center no-repeat; }
    footer .link-info.mail {
      background: url(../img/mail.svg) 0px center no-repeat; }
    footer .link-info.skype {
      background: url(../img/skype.svg) 0px center no-repeat; }
    footer .link-info a {
      text-decoration: none !important;
      color: #70747C !important;
      font-size: 14px;
      line-height: 32px;
      font-weight: 400; }
  footer .list-link-arrow .link {
    margin-bottom: 10px; }
  footer .list-link-arrow a {
    text-decoration: none !important;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #70747C !important; }
    footer .list-link-arrow a:hover .ic {
      right: -10px; }
    footer .list-link-arrow a .ic {
      right: 0;
      position: relative;
      -webkit-transition-duration: 300ms;
      -moz-transition-duration: 300ms;
      -ms-transition-duration: 300ms;
      -o-transition-duration: 300ms;
      transition-duration: 300ms; }
  footer .social {
    margin-bottom: 25px; }

.social .link {
  float: left;
  width: 44px;
  height: 44px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
  margin: 0 10px 10px 0; }
  .social .link a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%; }

.copyright {
  color: #A2AABB;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400; }

@media (max-width: 991px) {
  footer {
    padding: 20px 0; }
    footer .list-link {
      display: none; }
    footer .social {
      margin-bottom: 10px; } }

/*# sourceMappingURL=footer.css.map */
