html,
body {
  overflow-x: hidden !important;
  width: 100% !important;
}

footer {
  background-image: url("/image/catalog/footer.jpg");
  background-size: cover;
  background-position: center;
  min-height: 400px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-attachment: scroll;
  background-color: transparent !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 100px 0 0 !important;
}

.nh-footer-inner {
  position: relative;
  z-index: 2;
  background: transparent !important;
  padding-bottom: 75px;
}

.nh-footer-grid {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 80px;
}

.nh-f-logo img {
  max-width: 200px;
  margin-bottom: 35px;
  display: block;
}

.nh-f-description {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  line-height: 130% !important;
  color: rgba(255, 255, 255, 0.75) !important;
  max-width: 300px;
  margin: 0;
}

.nh-f-description a {
  color: inherit !important;
  text-decoration: none;
}

.nh-f-description a u {
  text-decoration: underline;
}

.nh-f-description a:hover {
  color: #e68c33 !important;
}

.nh-f-h {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 100% !important;
  color: #fff !important;
  margin-bottom: 15px;
  vertical-align: middle;
}

.nh-f-links {
  list-style: none !important;
  padding: 0 !important;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.nh-f-links-offset {
  margin-bottom: 31px !important;
}

.nh-f-links li a {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  line-height: 100% !important;
  color: rgba(255, 255, 255, 0.6) !important;
  text-decoration: none !important;
  transition: color 0.2s;
}

.nh-f-links li a:hover {
  color: #e68c33 !important;
}

.nh-f-links img {
  max-height: 35px;
  width: auto;
  display: block;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.nh-f-links img[src*="bitcoin.png"] {
  max-height: 28px !important;
}

.nh-f-links img[src*="e03539e6542d11714a642fac73a6e1b2.png"] {
  max-height: 42px !important;
}

.nh-f-pay-grid {
  display: grid !important;
  grid-template-columns: repeat(2, auto) !important;
  gap: 12px 25px !important;
  align-items: center !important;
  justify-items: start !important;
  width: fit-content;
}

.nh-f-pay-grid li {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.nh-f-links img:hover {
  opacity: 1;
}

footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45) !important;
  backdrop-filter: blur(20px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
  z-index: 1;
}

footer > *,
footer .container,
footer .row,
footer [class^="col-"] {
  position: relative;
  z-index: 2;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

footer .bottom {
  margin-top: auto !important;
  border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
  padding: 35px 0 !important;
}

/* Мобильная адаптация */
@media (max-width: 768px) {
  footer {
    padding: 60px 0 0 !important;
  }

  .nh-footer-grid {
    flex-wrap: wrap !important;
    gap: 40px 0 !important;
  }

  .nh-f-about {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    margin-right: 0 !important;
    margin-bottom: 10px;
  }

  .nh-f-about .nh-f-logo {
    display: inline-block;
  }

  .nh-f-about .nh-f-description {
    max-width: 100% !important;
    margin: 0 auto !important;
  }

  /* Сетки ссылок 2x2 */
  .nh-f-col:not(.nh-f-about) {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  /* Четвертая колонка (Оплата) - на всю ширину */
  .nh-f-col:last-child {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .nh-f-h {
    font-size: 16px !important;
    margin-bottom: 12px;
  }

  .nh-f-links-offset {
    margin-bottom: 20px !important;
  }

  .nh-footer-bottom-line {
    font-size: 13px !important;
    line-height: 1.4 !important;
  }
}

.nh-footer-bottom-line {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  line-height: 100% !important;
  text-align: center !important;
  color: rgba(255, 255, 255, 0.6) !important;
  vertical-align: middle;
}
