footer {
  background: #0f172a;
  position: relative;
}

footer > div {
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.copyright-links {
  max-width: 680px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
  font-weight: 500;
  align-items: center;
  justify-content: center;
}

.copyright-links a {
  position: relative;
  display: block;
  color: #64748b;
}

.copyright-links a:not(:last-child):after {
  content: "•";
  position: absolute;
  right: -24px;
}

.footer-logo {
  margin-bottom: 16px;
}

.footer-logo img {
  width: 200px;
  max-width: 100%;
}

.footer-contact span {
  color: #8a94a6;
  margin-bottom: 5px;
  display: block;
  font-size: 12px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-links > div {
  flex: 1;
  min-width: 300px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-col_name {
  font-size: 20px;
  color: #f1f5f9;
  font-weight: 700;
}

.footer-links .menu a {
  color: #cbd5e1;
  font-weight: 400;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li {
  margin-bottom: 12px;
}

.footer-links_col4 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-links_col4 > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links_col4 .payment-methods {
  width: 220px;
  max-width: 100%;
}

.footer-contacts {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-phone {
  font-size: 18px;
  font-weight: 500;
}

.copyright {
  margin-top: 20px;
  color: #64748b;
  text-align: center;
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.footer-socials img {
  width: 24px;
  height: 24px;
}

@media (max-width: 1150px) {
  footer > div {
    padding: 20px;
    gap: 30px;
  }
  .copyright-links {
    gap: 16px;
  }

  .footer-col_name {
    font-size: 18px;
    color: #f1f5f9;
  }

  .copyright {
    margin-top: 16px;
  }

  .footer-socials {
    gap: 16px;
  }

  .copyright-links a:not(:last-child):after {
    right: -12px;
  }
}
