/* footer */
footer {
  width: 100%;
  background: #18191b;
  overflow: hidden;
}
img {
  width: 100%;
  display: block;
}
footer .footer-content {
  width: 1200px;
  margin: 0 auto;
  padding: 70px 0 50px;
  display: flex;
  justify-content: space-between;
}

.footer-content .logo {
  width: 187px;
  height: 70px;
}

.follow-title,
.contact-title {
  font-size: 18px;
  font-family: lato;
  font-weight: bold;
  color: #ffffff;
}

.follow-text {
  margin-top: 24px;
  text-align: center;
  display: flex;
}

.follow-text a {
  text-decoration: none;
  text-align: center;
}

.follow-icon {
  width: 42px;
  margin-right: 28px;
}

.follow-text a:last-child .follow-icon {
  margin-right: 0;
}

.contact-text {
  font-size: 20px;
  font-weight: 400;
  color: #bcbec1;
  margin-top: 32px;
}

.contact-text p {
  margin-bottom: 18px;
}

.contact-text a {
  text-decoration: underline;
}

.contact-text a,
.contact-text a:visited,
.contact-text a:hover {
  color: #bcbec1;
}

.copyright {
  text-align: center;
  font-size: 14px;
  font-family: lato;
  font-weight: 400;
  color: #bcbec1;
  width: 1200px;
  margin: 0 auto 26px;
}

.footer-bottom {
  width: 100%;
  background: #131212;
  padding: 100px 0;
  margin-top: 100px;
  position: relative;
  display: flex;
  justify-content: center;
}
  .footer-bottom-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.footer-bottom-content>img{
  width: 1440px;
  height: 384px;
}
.footer-bottom .icons {
  display: flex;
  align-items: center;
  justify-content: center;

  position: absolute;
  top: 172px;
  left: 117px;
}

.footer-bottom .icons img {
  width: 42px;
  height: 42px;
  margin-right: 26px;
}
