.bv-footer {
  background: linear-gradient(180deg, #075333 0%, #06492d 100%);
  color: rgba(255, 255, 255, 0.94);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  padding: 18px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  margin-top: auto;
  flex-shrink: 0;
}

.bv-footer__content-row > [class*="col-"] {
  position: relative;
}

.bv-footer__content-row > [class*="col-"]:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.bv-footer__brand-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 2px;
}

.bv-footer__logo-wrap img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.bv-footer__title {
  margin: 0;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.82) !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.bv-footer__subtitle {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  letter-spacing: 0.1px;
}

.bv-footer__heading {
  margin-bottom: 25px !important;
  font-size: 21px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.35px;
  color: rgba(255, 255, 255, 0.82) !important;
}

.bv-footer__info,
.bv-footer__links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bv-footer__info li,
.bv-footer__links li {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.4;
}

.bv-footer__info i,
.bv-footer__links i {
  width: 16px;
  margin-right: 7px;
  color: rgba(255, 255, 255, 0.86);
  text-align: center;
}

.bv-footer__links a {
  color: rgba(255, 255, 255, 0.92);
  transition: var(--bv-transition);
  display: inline-flex;
  align-items: center;
}

.bv-footer__links a:hover {
  color: #fff;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
  transform: translateX(1px);
}

.bv-footer__map {
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: var(--bv-shadow-glass);
}

.bv-footer__map img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.bv-footer__bottom-wrap {
  margin-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.08);
}

.bv-footer__bottom {
  padding: 7px 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 1199.98px) {
  .bv-footer__title {
    font-size: 22px;
  }

  .bv-footer__heading {
    font-size: 19px;
  }
}

@media (max-width: 991.98px) {
  .bv-footer {
    padding-top: 24px;
  }

  .bv-footer__content-row > [class*="col-"]::after {
    display: none;
  }

  .bv-footer__title,
  .bv-footer__heading {
    font-size: 18px;
  }

  .bv-footer__info li,
  .bv-footer__links li {
    font-size: 14px;
  }
}