.footer {
  padding-top: 13px;
  padding-bottom: 1px;
}
.footer .logo {
	max-width: 120px;
}
.footer p {
  margin: 0;
  color: #fff;
}
.footer h3 {
  color: #fff;
}
.footer ul {
  list-style: none;
  padding: 0;
}
.footer__wrap-menu {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .footer__wrap-menu {
    flex-direction: column;
  }
}

footer p {
  margin-top: 0;
}

.footer-menu ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.footer-menu ul a {
  font-size: 12px;
  text-decoration: none;
  color: #fff;
}

.footer-menu-left {
  display: flex;
  width: 100%;
  justify-content: space-between;
  max-width: 384px;
  gap: 20px;
}
@media (max-width: 768px) {
  .footer-menu-left {
    flex-direction: column;
    max-width: 100%;
  }
}

.footer-menu-right {
  display: flex;
  width: 100%;
  justify-content: space-between;
  max-width: 574px;
  gap: 20px;
}
@media (max-width: 768px) {
  .footer-menu-right {
    flex-direction: column;
    max-width: 100%;
  }
}

.footer-menu-first a {
  max-width: 100px;
  display: block;
}

.back {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 32px;
  margin-top: 32px;
}
.back button {
  color: #000;
  font-weight: 700;
  font-size: 20px;
  text-decoration: underline;
  border: 0;
  background: none;
  padding: 16px 28px;
}

.footer-bottom {
  margin-top: 76px;
}
.footer-bottom__grid {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer-bottom__grid {
    flex-direction: column;
    max-width: 100%;
    gap: 20px;
  }
}
.footer-bottom__title p {
  font-size: 12px;
  color: #abb8c3;
}
.footer-bottom__social {
  display: flex;
  gap: 16px;
}
.footer-bottom__social img {
  max-width: 20px;
  object-fit: contain;
}