.insono-footer {
  --insono-footer-bg: #f7f4ef;
  --insono-footer-text: #1e211d;
  --insono-footer-muted: #6d716b;
  --insono-footer-soft: #9a9085;
  --insono-footer-line: rgba(30, 33, 29, 0.08);
  --insono-footer-accent: #394237;
  --insono-footer-brand: #d97706;
  background: var(--insono-footer-bg);
  color: var(--insono-footer-text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: normal;
}

.insono-footer *,
.insono-footer *::before,
.insono-footer *::after {
  box-sizing: border-box;
}

.insono-footer__main {
  padding: 52px 0 40px;
}

.insono-footer__grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.2fr) repeat(3, minmax(0, 1fr));
  gap: 44px 48px;
  align-items: start;
}

.insono-footer__col {
  min-width: 0;
}

.insono-footer__col--brand {
  padding-right: 12px;
}

.insono-footer__logo {
  display: inline-block;
  max-width: 108px;
  margin-bottom: 10px;
}

.insono-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.insono-footer__tagline {
  margin: 0 0 22px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--insono-footer-soft);
}

.insono-footer__contact {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--insono-footer-line);
}

.insono-footer__contact li {
  border-bottom: 1px solid var(--insono-footer-line);
}

.insono-footer__contact-link {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 11px 0;
  color: var(--insono-footer-text);
  text-decoration: none;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

a.insono-footer__contact-link:hover {
  color: var(--insono-footer-brand);
  padding-left: 4px;
}

.insono-footer__contact-icon {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  color: var(--insono-footer-brand);
}

.insono-footer__contact-icon svg {
  display: block;
  width: 18px;
  height: 18px;
}

.insono-footer__contact-text {
  font-size: 13px;
  line-height: 1.45;
  letter-spacing: -0.01em;
}

.insono-footer__social {
  display: flex;
  align-items: center;
  gap: 20px;
}

.insono-footer__social-link {
  display: grid;
  place-items: center;
  color: var(--insono-footer-text);
  opacity: 0.55;
  transition: opacity 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.insono-footer__social-link:hover {
  opacity: 1;
  color: var(--insono-footer-brand);
  transform: translateY(-1px);
}

.insono-footer__social-link .svg-wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
}

.insono-footer__social-link .svg-wrapper > svg {
  width: 100%;
  height: 100%;
}

.insono-footer__heading {
  position: relative;
  margin: 0 0 20px;
  padding-bottom: 12px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--insono-footer-text);
}

.insono-footer__heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: var(--insono-footer-brand);
}

.insono-footer__body {
  font-size: 14px;
  line-height: 1.65;
  color: var(--insono-footer-muted);
}

.insono-footer__body p {
  margin: 0 0 12px;
}

.insono-footer__body p:last-child {
  margin-bottom: 0;
}

.insono-footer__body strong {
  color: var(--insono-footer-text);
  font-weight: 600;
}

.insono-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 11px;
}

.insono-footer__links a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  line-height: 1.4;
  color: var(--insono-footer-muted);
  text-decoration: none;
  transition: color 0.2s ease, gap 0.2s ease;
}

.insono-footer__links a::before {
  content: "";
  width: 0;
  height: 1px;
  background: currentColor;
  transition: width 0.2s ease;
}

.insono-footer__links a:hover {
  color: var(--insono-footer-text);
  gap: 10px;
}

.insono-footer__links a:hover::before {
  width: 10px;
}

.insono-footer__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  /* gap: 12px 20px; */
  padding: 16px 0 18px;
  border-top: 1px solid var(--insono-footer-line);
}

.insono-footer__copyright {
  margin: 0;
  width: 100%;
  text-align: center;
  font-size: 13px;
  color: var(--insono-footer-muted);
}

.insono-footer__meta-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 14px;
}

.insono-footer__localization {
  display: flex;
  align-items: center;
  gap: 10px;
}

.insono-footer__localization .localization-form__select {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--insono-footer-line);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.85);
  font-size: 13px;
  font-weight: 600;
  color: var(--insono-footer-text);
}

.insono-footer__payments {
  background: var(--insono-footer-bg);
  border-top: 1px solid var(--insono-footer-line);
  padding: 10px 0 12px;
}

.insono-footer__payments-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.insono-footer__payments .list-payment {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.insono-footer__payments .list-payment__item {
  display: flex;
  align-items: center;
}

.insono-footer__payments .icon,
.insono-footer__payments .icon--full-color {
  display: block;
  width: 38px;
  height: 24px;
  object-fit: contain;
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .insono-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 52px 40px;
  }

  .insono-footer__col--brand {
    padding-right: 0;
    max-width: none;
  }

  .insono-footer__main {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

@media screen and (max-width: 749px) {
  .insono-footer__grid {
    grid-template-columns: 1fr;
    gap: 48px;
    justify-items: center;
    text-align: center;
  }

  .insono-footer__col,
  .insono-footer__col--brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 340px;
    padding-right: 0;
  }

  .insono-footer__logo {
    margin-inline: auto;
  }

  .insono-footer__tagline {
    margin-bottom: 20px;
  }

  .insono-footer__contact {
    width: 100%;
    margin-bottom: 20px;
  }

  .insono-footer__contact-link {
    justify-content: center;
  }

  .insono-footer__contact-text {
    text-align: center;
  }

  .insono-footer__social {
    justify-content: center;
  }

  .insono-footer__heading {
    width: 100%;
  }

  .insono-footer__heading::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .insono-footer__body,
  .insono-footer__links {
    width: 100%;
  }

  .insono-footer__links {
    justify-items: center;
  }

  .insono-footer__links a {
    justify-content: center;
  }

  .insono-footer__links a::before {
    display: none;
  }

  .insono-footer__main {
    padding: 40px 0 36px;
  }

  .insono-footer__meta {
    flex-direction: column;
    text-align: center;
    padding: 14px 0 16px;
  }

  .insono-footer__meta-actions {
    justify-content: center;
  }
}
.list-payment {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -0.5rem 0;
  padding-top: 1rem;
  padding-left: 0;
}

@media screen and (min-width: 750px) {
  .list-payment {
    justify-content: flex-end;
    margin: -0.5rem;
    padding-top: 0;
  }
}

.list-payment__item {
  align-items: center;
  display: flex;
  padding: 0.5rem;
}

body.template-product .tp-trust {
  display: none !important;
}
