footer.theme-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px 85px;
}
@media screen and (max-width: 1200px) {
  footer.theme-footer {
    padding: 35px;
  }
}
footer.theme-footer .footer-wrapper {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-areas: "footer-logo footer-phone footer-address footer-address footer-email footer-email" "footer-hr footer-hr footer-hr footer-hr footer-hr footer-hr" "footer-account footer-account footer-hours footer-hours footer-policy footer-policy";
  grid-gap: 20px 40px;
}
@media screen and (max-width: 960px) {
  footer.theme-footer .footer-wrapper {
    grid-template-areas: "footer-logo footer-phone" "footer-logo footer-address" "footer-logo footer-email" "footer-logo footer-hours" "footer-hr footer-hr" "footer-account footer-account" "footer-policy footer-policy";
  }
}
@media screen and (max-width: 680px) {
  footer.theme-footer .footer-wrapper {
    grid-template-areas: "footer-logo" "footer-phone" "footer-address" "footer-email" "footer-hours" "footer-hr" "footer-account" "footer-policy";
  }
}
footer.theme-footer .text-footer {
  font-family: Montserrat, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.3px;
  padding: 0;
  margin: 0;
}

footer .footer-wrapper .footer-logo {
  grid-area: footer-logo;
}
footer .footer-wrapper .contact-info.info--phone {
  grid-area: footer-phone;
}
footer .footer-wrapper .contact-info.info--address {
  grid-area: footer-address;
}
footer .footer-wrapper .contact-info.info--email {
  grid-area: footer-email;
}
footer .footer-wrapper .contact-info.info--hours-work {
  grid-area: footer-hours;
  align-self: end;
}
footer .footer-wrapper .account-details.account-info {
  grid-area: footer-account;
  align-self: end;
}
footer .footer-wrapper .account-details.privacy-policy {
  grid-area: footer-policy;
  align-self: end;
}
footer .footer-wrapper .footer-hr {
  grid-area: footer-hr;
}

footer .footer-wrapper .footer-logo a {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-wrapper .footer-logo img {
  max-width: 200px;
}
@media screen and (max-width: 680px) {
  footer .footer-wrapper .footer-logo {
    justify-self: center;
    margin-bottom: 30px;
  }
  footer .footer-wrapper .footer-logo img {
    max-width: 100%;
    width: 80%;
  }
}
footer .footer-wrapper .contact-info, footer .footer-wrapper .account-details.account-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 960px) {
  footer .footer-wrapper .contact-info, footer .footer-wrapper .account-details.account-info {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
footer .footer-wrapper .margin-top-footer {
  margin-top: 27px;
}
@media screen and (max-width: 960px) {
  footer .footer-wrapper .margin-top-footer {
    margin-top: 0;
  }
}
footer .footer-wrapper .footer-hr .hr-content {
  background: #828282;
  height: 1px;
}
@media screen and (max-width: 680px) {
  footer .footer-wrapper .footer-hr .hr-content {
    margin: 30px 0;
  }
}

/*# sourceMappingURL=footer.css.map */
