.footer-container {
  background: var(--bg-image);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
  position: relative;
}
.footer-container:before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  background-color: rgba(0,0,0,0.4);
}
.footer-container .block-heading {
  --subtitle: #FFF;
  color: #FFF;
}
.footer-container .block-heading img {filter: brightness(0) invert(1);}
.footer-top-container {
  position: relative;
  z-index: 3;
}
.footer-top-container .footer-top-button {margin-top: 10px;}
.footer-top-container {
  display: flex;
  justify-content: space-between;
}
.footer-top-col {
  flex: 1;
  max-width: 500px;
}
.footer-top-col .footer-top-vcard__inner {
  background-color: #FFFFFF;
  border-radius: 20px 20px 20px 20px;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
}
.footer-top-col .footer-top-vcard__inner .footer-top-vcard--image {
  max-width: 90px;
}
.footer-top-vcard__inner .vcard--subtitle {
  color: #8C8C8C;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
.footer-top-vcard__inner .vcard--subtitle + .vcard--title {margin-top: 10px;}
.footer-top-vcard__inner .vcard--title {
  color: #000;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
}
.footer-top-col .footer-top-vcard__inner .footer-top-vcard-top {
  display: flex;
  align-items:center;
  justify-content: space-between;
}
.contact-info-box {
  display: grid;
  grid-gap: 20px 30px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 30px;
}
.contact-info-item .contact-info-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding-top: 10px;
  border-top: 1px solid #E3DFD8;
  color: #000;
}
.contact-info-item .contact-info-link .contact-info-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  font-size: 1rem;
  transition: all 0.5s ease;
}
.contact-info-item .contact-info-link .contact-info-text-wrapper .contact-info-label {
  transform: translateY(-100%);
  transition: all 0.5s ease;
}
.contact-info-item .contact-info-link .contact-info-text-wrapper .contact-info-text {
  position: absolute;
  left: 0;
  top: 100%;
  transform: translateY(-100%);
  transition: all 0.5s ease;
}
.contact-info-box .contact-info-item .contact-info-link .contact-info-icon {
  display: flex;
  color: #0000001A;
  fill: #0000001A;
  transition: all 0.5s ease;
}
.contact-info-box .contact-info-item .contact-info-link .contact-info-icon svg {
  width: 20px;height: 20px;
}
/*.contact-info-box .contact-info-item .contact-info-link:hover .contact-info-text-wrapper .contact-info-label {
  transform: translateY(-100%);
}
.contact-info-box .contact-info-item .contact-info-link:hover .contact-info-text-wrapper .contact-info-text {
  transform: translateY(-100%);
}*/
.footer-bottom a,
.footer-bottom span,
.footer-bottom li {
  color: #000;
}
.footer-bottom-container {
  display: flex;flex-direction: column;
  overflow: hidden;
  border-radius: 20px 20px 20px 20px;
  margin-top: 180px;
  background-color: #FFFFFF;
  position: relative;
  z-index: 3;
}
.footer-bottom-col--left {
  display: flex;
  gap: 80px;
  align-items: self-start;
  max-width: 650px;
}
.footer-bottom-col--right {
  max-width: 650px;
  flex: 1;
  margin-left: auto;
}
.footer-bottom-cols{
  padding-top: 80px;
  padding-bottom: 78px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;justify-content: space-between;
  width: 100%;
}
.footer-bottom-copyright {
  display: flex;justify-content: space-between;
  align-items: center;
  border-top:1px solid #E3DFD8;
  border-bottom:1px solid #E3DFD8;
  padding-top: 25px;
  padding-bottom: 24px;
  padding-left: 80px;
  padding-right: 80px;
}
.footer-bottom-col--left .parkrise-footer--logo a{
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
.footer-bottom-col--left .parkrise-footer--logo img {max-width: 350px;}
.parkrise-address-footer > ul > li {
  margin-bottom: 7px;
}
.parkrise-address-footer > ul > li svg {
  flex: 0 0 16px;
  position: relative;
  top: 3px;
}
.footer-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1em;
  letter-spacing: -0.02em;
  color: #8C8C8C;
  font-weight: 500;
}
.content-footer {margin-top: 15px;}
.content-footer p,
.content-footer span,
.content-footer li {
  font-size: 16px;
}
.footerNav-link li {line-height: 30px;}
p.parkrise-copyright {
  font-size: 16px;
  margin-bottom: 0;
}
.parkrise-footerNav-social {
  display: flex;
  margin-inline: calc(-5px / 2);
}
.parkrise-footerNav-social li {
  border-radius: 10px 10px 10px 10px;
  background-color: #F3F3F3;
  padding: 5px 26px 4px 25px;
  margin: 0px 0px 0px 0px;
  margin-inline: calc(5px / 2);
  word-break: break-word;
  transition: .3s all;
}
.parkrise-footerNav-social li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #8C8C8C;
  transition: .3s all;
}
.parkrise-footerNav-social li:hover {
  background-color: var(--shop-text-hover);
}
.parkrise-footerNav-social li:hover a{color: #FFF;}
.footer-bottom-name {
  margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + -80px) 0px;
  text-align: center;
  transition: .5s all;
  max-width: 100%;
  pointer-events: none;
}
.footer-bottom-name span{
  font-size: 16vw;
  font-weight: 700;
  text-transform: none;
  line-height: 1em;
  letter-spacing: -0.02em;
  color: #0000000D;
}
.footer-bottom a:hover {
  color: var(--shop-text-hover);
}
@media (max-width: 992px) {
  .footer-top-container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .footer-top-container .footer-top-button,
  .footer-top-vcard--information {text-align: center;}
  p.parkrise-copyright {padding-left: 0;margin-bottom: 15px;}
  .footer-top-col .footer-top-vcard__inner .footer-top-vcard-top {
      flex-direction: column;gap: 10px;
  }
  .footer-top-vcard__inner .vcard--subtitle + .vcard--title br{display: none;}
  .contact-info-box {
     grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px 20px;
  }
  .contact-info-item .contact-info-link .contact-info-text-wrapper .contact-info-label,
  .contact-info-item .contact-info-link .contact-info-text-wrapper .contact-info-text{transform: translateY(-100%);}
  .footer-top-col {width: 100%;}
  .footer-top-col .footer-top-vcard__inner .footer-top-vcard--image {max-width: 160px;}
  .footer-top-col .footer-top-vcard__inner .footer-top-vcard--image img {border-radius: 16px;}
  .footer-top-vcard__inner .vcard--subtitle + .vcard--title {margin-top: 0;}
  .footer-top-col .footer-top-vcard__inner {padding: 20px;}
  .footer-bottom-cols,
  .footer-bottom-col--left {
    flex-direction: column;
  }
  .footer-bottom-cols,
  .footer-bottom-copyright{padding: 20px;}
  .footer-bottom-col--left {gap: 20px;}
  .footer-bottom-container {
    margin-top: 20px;
  }
  .footer-bottom-col--left .parkrise-footer--logo a {font-size: 28px;}
  .footer-title {font-size: 18px;margin-bottom: 13px;}
  .footer-bottom-col--right {
    margin-left: 0;
    margin-top: 20px;
  }
  .footerNav-link {column-gap: 20px!important;}
  .footer-bottom-copyright {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .parkrise-footerNav-social {
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    margin: 0;
  }
  .parkrise-footerNav-social li {min-width: 130px;}
  .footer-bottom-name {margin: 0;padding-bottom: 15px;}
}