#footer,
.footer,
.footer-rows,
.footer-bottom,
.custom-footer,
.site-footer {
  display: none !important;
}

#furFooter {
  background: #2f302e;
  color: rgba(255,255,255,.82);
  margin-top: 80px;
  padding: 70px 0 26px;
}

#furFooter .ff-in {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

#furFooter .ff-top {
  display: grid;
  grid-template-columns: 1.2fr .9fr .9fr;
  gap: 60px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255,255,255,.10);
}

#furFooter .ff-logo img {
  max-width: 210px;
  height: auto;
  display: block;
  margin-bottom: 20px;
  filter: brightness(0) invert(1);
  opacity: .95;
}

#furFooter .ff-text {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255,255,255,.68);
  max-width: 420px;
}

#furFooter h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  margin: 0 0 20px;
}

#furFooter .ff-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#furFooter .ff-links a {
  color: rgba(255,255,255,.72);
  text-decoration: none;
  font-size: 15px;
  transition: .2s;
}

#furFooter .ff-links a:hover {
  color: #fff;
}

#furFooter .ff-contact div {
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255,255,255,.72);
}

#furFooter .ff-contact strong {
  color: #fff;
}

#furFooter .ff-bottom {
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: 13px;
  color: rgba(255,255,255,.46);
}

#furFooter .ff-bottom-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

#furFooter .ff-bottom-links a {
  color: rgba(255,255,255,.46);
  text-decoration: none;
}

#furFooter .ff-bottom-links a:hover {
  color: #fff;
}

@media(max-width:991px){

  #furFooter {
    padding: 54px 0 24px;
  }

  #furFooter .ff-in {
    width: calc(100% - 28px);
  }

  #furFooter .ff-top {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  #furFooter .ff-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

}
#furFooter .ff-logo-text {
  display: inline-block;
  color: #fff !important;
  font-size: 34px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.045em;
  text-decoration: none !important;
  margin-bottom: 20px;
}

#furFooter .ff-logo-text:hover {
  color: #fff !important;
}