footer.page-footer {
  background: transparent;
  padding: 0;
}
footer.page-footer .footer-container {
  background: #000000;
  padding: 0 10px;
}
footer.page-footer .footer-container .footer-top {
  max-width: 1650px;
  margin: 0 auto;
  padding: 20px 0;
}
footer.page-footer .footer-container .footer-sections {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
footer.page-footer .footer-container .footer-sections .footer-logo {
  flex: 0 0 250px;
}
footer.page-footer .footer-container .footer-sections .footer-logo p {
  color: #847663;
}
footer.page-footer .footer-container .footer-sections .contact-section ul li {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
footer.page-footer .footer-container .footer-sections .social-section i:before {
  background: #bea482;
  margin-right: 10px;
  font-size: 15px;
  padding: 5px 7px;
  border-radius: 50px;
  color: #000000;
}
footer.page-footer .footer-container .footer-sections .evidenza-section ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #bea482;
  padding: 5px 10px;
}
footer.page-footer .footer-container .footer-sections .evidenza-section ul li a {
  cursor: pointer;
  text-decoration: none;
  font-weight: 500;
  color: #000000;
}
footer.page-footer .footer-container .footer-sections h3 {
  font-size: 20px;
  font-weight: normal;
  line-height: 22px;
  font-style: normal;
  text-align: left;
  margin-bottom: 25px;
  color: #ffffff;
}
footer.page-footer .footer-container .footer-sections ul {
  list-style: none;
  padding: 0;
}
footer.page-footer .footer-container .footer-sections ul li {
  margin-bottom: 5px;
}
footer.page-footer .footer-container .footer-sections ul li svg {
  width: 26px;
}
footer.page-footer .footer-container .footer-sections ul li a {
  color: #847663;
}
footer.page-footer .footer-container .footer-sections ul li a:hover {
  text-decoration: none;
}
footer.page-footer .footer-container .footer-middle {
  background: #1f1f1f;
  padding: 0 15px;
}
footer.page-footer .footer-container .footer-middle .footer-middle-container {
  max-width: 1650px;
  margin: 0 auto;
}
footer.page-footer .footer-container .footer-middle .newsletter-container {
  flex: 0 0 40%;
  max-width: 40%;
}
footer.page-footer .footer-container .footer-middle .newsletter-container .block.newsletter {
  max-width: 100%;
}
footer.page-footer .footer-container .footer-middle .newsletter-container .block.newsletter .form.subscribe {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
footer.page-footer .footer-container .footer-middle .newsletter-container .block.newsletter .field.newsletter {
  max-width: 100%;
  width: 100%;
}
footer.page-footer .footer-container .footer-middle .newsletter-container .block.newsletter .field.newsletter .control:before {
  content: none;
}
footer.page-footer .footer-container .footer-middle .newsletter-container .block.newsletter .field.newsletter .control input {
  padding: 10px;
  width: 100%;
  border-radius: 0;
  margin: 0;
}
footer.page-footer .footer-container .footer-middle .newsletter-container .block.newsletter .actions {
  width: auto;
}
footer.page-footer .footer-container .footer-middle .newsletter-container .block.newsletter .actions .action.subscribe {
  background: #bea482;
  border-color: #bea482;
  border-radius: 0;
}
footer.page-footer .footer-container .footer-middle .newsletter-container .block.newsletter .content p.privacy-wrapper {
  font-size: 11px;
  font-weight: normal;
  line-height: 15px;
  font-style: italic;
  text-align: left;
  color: #ffffff;
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
footer.page-footer .footer-container .footer-middle .newsletter-container .block.newsletter .content p.privacy-wrapper input[type="checkbox"] {
  margin-top: 3px;
  flex-shrink: 0;
  margin-right: 0;
}
footer.page-footer .footer-container .footer-middle .newsletter-container .block.newsletter .content p.privacy-wrapper label {
  flex: 1;
  line-height: 1.5;
}
footer.page-footer .footer-container .footer-middle .newsletter-container .block.newsletter .content p.privacy-wrapper div.mage-error {
  display: block;
  width: 100%;
  margin: 0;
}
footer.page-footer .footer-container .copyright-section .copyright-container {
  max-width: 1650px;
  margin: 0 auto;
}
footer.page-footer .footer-container .copyright-section .copyright-container .copyright-wrapper {
  display: flex;
  justify-content: center;
  column-gap: 60px;
  row-gap: 20px;
  flex-flow: wrap;
  padding: 15px;
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  color: #ffffff;
}
footer.page-footer .footer-container .copyright-section .copyright-container .copyright-wrapper p {
  margin: 0;
}
@media (max-width: 500px) {
  footer.page-footer .footer-container .footer-top-container,
  footer.page-footer .footer-container .footer-middle-wrapper {
    padding: 0 5px;
  }
  footer.page-footer .footer-container .footer-middle {
    padding: 0;
  }
  footer.page-footer .footer-container .footer-middle .newsletter-container .block.newsletter .form.subscribe {
    grid-template-columns: repeat(1, 1fr);
  }
  footer.page-footer .footer-container .footer-middle .newsletter-container .block.newsletter .actions {
    margin-top: 10px;
  }
}
