footer {
  background-color: #cccccc;
  background-image: linear-gradient(90deg, #bebebe 1px, transparent 1px), linear-gradient(#bebebe 1px, transparent 1px);
  background-position: 10px 10px;
  background-size: 23px 23px;
  padding: 30px 0;
}
footer .footer-wrap {
  max-width: 1152px;
  width: 100%;
  margin: 0 auto;
}
footer .footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 45px;
}
footer .footer-logo {
  max-width: 116px;
  width: 100%;
  margin-bottom: 12px;
}
footer .footer-add {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
footer .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  margin-bottom: 35px;
}
footer .footer-nav-list {
  font-size: 16px;
  letter-spacing: 0.06em;
}
footer .footer-link-back {
  text-align: right;
  font-size: 16px;
  letter-spacing: 0.06em;
}
footer .footer-copyright {
  font-size: 13px;
  letter-spacing: 0.06em;
}
@media (max-width: 1200px) {
  footer .footer-wrap {
    padding: 0 32px;
  }
}
@media (max-width: 1000px) {
  footer .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px 0;
  }
}
@media (max-width: 767px) {
  footer {
    padding-top: 50px;
    padding-bottom: 110px;
    border-top: 1px solid #000;
  }
  footer .footer-top {
    gap: 50px 0;
  }
  footer .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer-link-back {
    text-align: left;
  }
  footer .footer-nav-list {
    letter-spacing: 0.03em;
  }
}