.footer__sites {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .footer__sites {
    display: flex;
  }
}

.footer__site {
  position: relative;
  width: 100%;
  height: 14.5rem;
  background-size: cover;
  background-position: center;
}
.footer__site::before, .footer__site::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.footer__site::before {
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.footer__site::after {
  background: url("../../img/layout/bbt-prefooter-overlay.webp") center center no-repeat;
  background-size: cover;
  opacity: 0;
  transition: opacity ease 0.5s;
}
@media screen and (min-width: 768px) {
  .footer__site {
    height: 17.5rem;
  }
  .footer__site:hover::after {
    opacity: 0.8;
  }
  .footer__site:hover .footer__site-full-content {
    opacity: 1;
  }
}
@media screen and (min-width: 992px) {
  .footer__site {
    height: 24.5rem;
  }
}

.footer__site-overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .footer__site-overlay-link {
    display: none;
  }
}

.footer__site-container {
  position: relative;
  height: 100%;
  z-index: 2;
}

.footer__site-full {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .footer__site-full {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}

.footer__site-full-content {
  background: url("../../img/layout/overlay-transparent.webp") center center no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
@media screen and (min-width: 768px) {
  .footer__site-full-content {
    background: unset;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .footer__site:hover .footer__site-full-content {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

.footer__site-full-title {
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 2rem;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.footer__site-full-title::after {
  display: none;
}
.footer__site-full-title a {
  color: inherit;
  text-decoration: none;
}
.footer__site-full-title a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 992px) {
  .footer__site-full-title {
    font-size: 1.125rem;
    padding: 0 0 1rem;
    margin-bottom: 1rem;
    position: relative;
    text-shadow: none;
  }
  .footer__site-full-title::after {
    display: block;
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 2rem;
    height: 0.0625rem;
    background: currentcolor;
    transform: translateX(-50%);
  }
}

.footer__site-full-description {
  display: none;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.footer__site-full-description p {
  margin: 0;
}
.footer__site-full-description a {
  color: inherit;
  text-decoration: none;
}
.footer__site-full-description a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 992px) {
  .footer__site-full-description {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}

.footer__site-mini {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}
@media screen and (min-width: 992px) {
  .footer__site-mini {
    display: none;
  }
}

.footer__site-mini-text {
  color: #fff;
}

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