
#page-footer {
  background: linear-gradient(270deg, #37322E 0%, #1B1916 100%);
}
.page-footer__simple-grid {
  display: flex;
}
.page-footer__brand {
  flex: 1;
}
.page-footer__column {
  flex: 1;
}
.pf-upper.container-block {
  padding: 64px 20px;
  max-width: 1239px;
  margin: 0 auto;
}

.footer-copy-wrap p {
  color: #FFF;
  font-family: 'DM Sans' !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}


.page-footer__column-title {
  color: #FFF;
  font-family: 'Montserrat' !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
}

.page-footer__contact-copy {
  color: #FFF;
  font-family: 'Montserrat' !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.page-footer__contact-value {
  color: #FFF;
  font-family: 'Montserrat' !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.page-footer__simple-block p {
  color: #FFF;
  font-family: 'Montserrat' !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  opacity: 0.8;
}
.page-footer__simple-block h3 {
  color: #FFF;
  font-family: 'Montserrat' !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  opacity: 0.8;
}

.pf-lower.container-block {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding: 28px 20px;
}
.page-footer__legal {
  display: flex;
  align-items: center;
}
.page-footer__lower {
  max-width: 1239px;
  margin: 0 auto;
}
.page-footer__copyright p {
  color: #FFF;
  font-family: 'Montserrat' !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.branding-cell p {
  margin: 0;
}

.page-footer__simple-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) minmax(220px, 0.7fr);
  gap: 48px;
  align-items: start;
}

.page-footer__brand-mark {
  margin-bottom: 24px;
}

.page-footer__brand-mark img {
  width: auto;
  max-width: 220px;
}

.page-footer__contact-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.page-footer__contact-item {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.page-footer__contact-label-icon img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.page-footer__link-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page-footer__link-list a {
  color: #FFF;
  font-family: 'Montserrat' !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.page-footer__link-list--social-separate {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.page-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#page-footer a:hover {
  color: #b8936f;
  text-decoration: none;
}
.page-footer__social-icon-image {
  /* display: block; */
  display: inline-block;
  transition: transform 0.25s ease;
  width: 36px;
  height: 36px;
  object-fit: contain;
}
.page-footer__social-icon-image:hover {
  transform: translateY(-6px);
}
.page-footer__simple-block {
  max-width: 1239px;
  margin: 32px auto 0;
}

.page-footer__lower {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.page-footer__bottom-nav a {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .page-footer__simple-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
  }
}

@media (max-width: 767px) {
  .pf-upper.container-block,
  .pf-lower.container-block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .page-footer__simple-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .page-footer__lower {
    flex-direction: column-reverse;
    /* align-items: flex-start; */
    justify-content: center;
  }
  
  .page-footer__legal {
    flex-direction: column;
    gap: 20px;
  }

  .page-footer__copyright p,
  .branding-cell p,
  .page-footer__bottom-nav a,
  .page-footer__link-list a,
  .page-footer__contact-copy,
  .page-footer__contact-value {
    font-size: 16px;
    line-height: 22px;
  }

  
  .page-footer__brand-mark img {
    max-width: unset;
  }
  .page-footer__brand-mark {
    text-align: center;
  }
  .footer-copy-wrap p {
    text-align: center;
  }
  .page-footer__column {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page-footer__column-title {
    text-align: center;
  }

  .page-footer__contact-list {
    align-items: center;
    width: 100%;
  }

  .page-footer__contact-item {
    grid-template-columns: 24px auto;
    justify-content: center;
    text-align: left;
  }

  .page-footer__link-list {
    text-align: center;
    align-items: center;
  }

  .page-footer__link-list--social-separate {
    justify-content: center;
    width: 100%;
  }

  .page-footer__simple-block h3 {
    text-align: center;
  }
  .page-footer__simple-block p {
    text-align: center;
  }
}
