

.footer {
  background: #0d662c; /* зелёный в стиле шапки */
  color: #fff;
  padding: 20px 15px;
  margin-top: 20px;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.footer-section h4 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

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

.footer-section ul li {
  margin: 6px 0;
}

.footer-section ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-section ul li a:hover {
  text-decoration: underline;
}

.store-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.store-links img {
  height: 40px;
}

.footer-bottom {
  text-align: center;
  font-size: 13px;
  margin-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.2);
  padding-top: 10px;
}
