footer.footer {
  margin-top: 30px;
  padding-top: 0;
  border-top: 1px solid #E9EFFF;
}

footer {
  background-color: #fff;
  padding-top: 37px;
}

footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media only screen and (min-width: 1025px) {
  
}

footer .wrapper {
  display: flex;
  margin-bottom: 42px;
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
}

footer .copyright-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

footer .copyright-wrapper small {
  font-size: 16px;
}

footer .footer-infor {
  flex: 1;
}

footer .list-items {
  display: flex;
  justify-content: space-between;
  flex: 3;
}

footer .footer-logo {
  display: block;
  width: 97px;
}

footer .list-social {
  display: flex;
  margin-top: 35px;
}

footer .link-social {
  display: block;
  background-size: cover;
  width: 31px;
  height: 31px;
  margin-right: 30px;
}

footer .link-social.is-facebook {
  background-image: url(/blog/img/ico-facebook.svg);
}

footer .link-social.is-twitter {
  background-image: url(/blog/img/ico-twitter.svg);
}

footer .link-social.is-linkedin {
  background-image: url(/blog/img/ico-linkedin.svg);
}

footer .item-social:last-child .link-social {
  margin-right: 0;
}

footer .item-title {
  font-size: 20px;
  font-weight: 500;
  color: #222b38;
  margin-bottom: 32px;
  line-height: 1.3;
}

footer .link {
  display: inline-block;
  font-size: 18px;
  color: #818faa;
  margin-bottom: 16px;
  transition: color .15s;
}

footer .link:hover {
  color: #3045ff;
}

footer .footer-copyright {
  align-items: center;
  background: #e9efff;
  color: #818faa;
  display: flex;
  height: 42px;
  justify-content: center;
  width: 100%;
}

@media(max-width: 1023px) {
  footer .wrapper {
    display: block;
    padding-bottom: 21px;
  }

  footer .copyright-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  footer .footer-logo {
    width: 77px;
  }

  footer .list-social {
    margin-top: 33px;
  }

  footer .link-social {
    width: 27px;
    height: 27px;
    margin-right: 26px;
  }

  footer .list-items {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 39px;
    padding-right: 0;
  }

  footer .item {
    width: auto;
  }

  footer .item-sm {
    margin-top: 20px;
  }

  footer .item-title {
    font-size: 18px;
    margin-bottom: 35px;
  }

  footer .link {
    font-size: 16px;
    margin-bottom: 17px;
  }
}

@media (max-width: 767px) {
  footer .item {
    width: 50%;
  }
}
