body .footer_top_holder,
body .footer_bottom_holder,
body .qode-footer-top,
body .qode-footer-bottom {
  display: none !important;
}

.kilates-calculators {
  display: flex;
  gap: 24px;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  margin: 30px auto;
}

.kilates-calculators__item {
  flex: 1 1 0;
  min-width: 0;
}

.kilates-calculators__item metals-calculator-widget {
  display: block;
  width: 100%;
}

.kv-faq-fallback {
  display: block;
  width: 100%;
}

.kv-faq-fallback-inner {
  text-align: left;
}

.kv-faq-category {
  margin: 0 0 18px;
  color: #b89976;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

.kv-faq-item {
  margin-bottom: 12px;
  border: 1px solid #e2d5c7;
  background: #fff;
}

.kv-faq-question {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border: 0;
  background: #fff;
  color: #b89976;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
}

.kv-faq-icon {
  flex: 0 0 auto;
  color: #777;
  font-weight: 700;
}

.kv-faq-answer {
  display: none;
  padding: 0 18px 18px;
  color: #646464;
  font-size: 15px;
  line-height: 1.6;
}

.kv-faq-item.is-open .kv-faq-answer {
  display: block;
}

.kv-faq-item.is-open .kv-faq-icon {
  transform: rotate(45deg);
}

.kv-footer {
  font-family: inherit;
  color: #737373;
}

.kv-footer a {
  text-decoration: none;
}

.kv-footer-top {
  background: #d9d9d9;
  padding: 78px 24px;
  text-align: center;
}

.kv-footer-locations {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  max-width: 1040px;
  margin: 0 auto;
}

.kv-city h3,
.kv-transparency h3 {
  margin: 0 0 36px;
  color: #747474;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.kv-city h3 .fa {
  color: #9f842b;
  margin-right: 6px;
}

.kv-offices {
  display: flex;
  justify-content: center;
  gap: 74px;
}

.kv-office {
  width: 185px;
  text-align: center;
}

.kv-office p {
  min-height: 48px;
  margin: 0 0 28px;
  color: #747474;
  font-size: 15px;
  line-height: 1.35;
}

.kv-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 148px;
  min-height: 28px;
  box-sizing: border-box;
  margin: 0 auto 18px;
  padding: 4px 8px;
  border: 1px solid #aab9c4;
  border-radius: 4px;
  background: #f8f8f8;
  color: #747474;
  font-size: 14px;
  line-height: 1.2;
}

.kv-button .fa {
  margin-right: 7px;
  color: #6f7375;
}

.kv-button--whatsapp .fa {
  color: #18c35c;
}

.kv-footer-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
  background: #4b4c4c;
  padding: 40px 24px 36px;
}

.kv-footer-brand {
  text-align: center;
}

.kv-email {
  display: inline-block;
  margin-bottom: 18px;
  color: #c9d0d8;
  font-size: 20px;
  font-weight: 700;
}

.kv-footer-brand img {
  display: block;
  max-width: 240px;
  height: auto;
  margin: 0 auto;
}

.kv-footer-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 70px;
  max-width: 420px;
  padding-top: 12px;
}

.kv-footer-nav a {
  color: #c4ccd6;
  font-size: 15px;
  line-height: 1.2;
}

@media (max-width: 900px) {
  .kv-footer-top {
    padding-top: 46px;
  }

  .kv-footer-locations,
  .kv-footer-bottom {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .kv-offices {
    flex-direction: column;
    align-items: center;
    gap: 36px;
  }

  .kv-footer-nav {
    margin: 0 auto;
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }

  .kilates-calculators {
    flex-direction: column;
    gap: 18px;
  }
}
