/* VERIFIQ SHARED FOOTER V1 START */

.vf-footer {
  position: relative;
  padding: 30px 20px 22px;
  color: rgba(251, 246, 236, .92);
}

.vf-footer,
.vf-footer * {
  box-sizing: border-box;
}

.vf-footer__wrap {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.vf-footer__card {
  overflow: hidden;
  border: 1px solid rgba(255, 246, 223, .10);
  border-radius: 28px;
  background:
    radial-gradient(
      circle at 10% 0%,
      rgba(224, 185, 102, .09),
      transparent 35%
    ),
    linear-gradient(
      145deg,
      rgba(21, 22, 20, .98),
      rgba(12, 13, 12, .99)
    );
  box-shadow:
    0 24px 70px rgba(0, 0, 0, .22);
}

.vf-footer__grid {
  display: grid;
  grid-template-columns:
    minmax(0, 1.45fr)
    minmax(170px, .8fr)
    minmax(250px, 1fr);
  gap: 30px;
  padding: 30px;
}

.vf-footer__brand-link {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: inherit;
  text-decoration: none;
}

.vf-footer__mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border: 1px solid rgba(239, 210, 131, .30);
  border-radius: 12px;
  background: rgba(239, 210, 131, .08);
  color: #efd283;
  font-size: 16px;
  font-weight: 850;
  line-height: 1;
}

.vf-footer__wordmark {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.vf-footer__wordmark strong {
  color: #fff8e9;
  font-size: 19px;
  font-weight: 850;
  line-height: 1.05;
  letter-spacing: -.02em;
}

.vf-footer__wordmark small {
  color: rgba(251, 246, 236, .58);
  font-size: 10.5px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.vf-footer__intro {
  max-width: 430px;
  margin: 16px 0 0;
  color: rgba(251, 246, 236, .66);
  font-size: 12.5px;
  line-height: 1.58;
}

.vf-footer__status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding: 8px 11px;
  border: 1px solid rgba(180, 215, 163, .16);
  border-radius: 999px;
  background: rgba(180, 215, 163, .07);
  color: rgba(211, 236, 199, .84);
  font-size: 10.5px;
  font-weight: 750;
  line-height: 1.3;
}

.vf-footer__status::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #b7d7a8;
  box-shadow:
    0 0 0 4px rgba(183, 215, 168, .08);
  content: "";
}

.vf-footer__heading {
  margin-bottom: 12px;
  color: rgba(251, 246, 236, .58);
  font-size: 10.5px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.vf-footer__docs {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.vf-footer__docs a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 38px;
  padding: 9px 11px;
  border: 1px solid transparent;
  border-radius: 11px;
  color: rgba(251, 246, 236, .75);
  font-size: 11.5px;
  font-weight: 650;
  line-height: 1.35;
  text-decoration: none;
  transition:
    border-color .2s ease,
    background .2s ease,
    color .2s ease;
}

.vf-footer__docs a::after {
  color: rgba(239, 210, 131, .62);
  content: "→";
}

.vf-footer__docs a:hover {
  border-color: rgba(239, 210, 131, .12);
  background: rgba(255, 255, 255, .025);
  color: #fff8e9;
}

.vf-footer__contacts {
  display: flex;
  flex-direction: column;
}

.vf-footer__contact-list {
  display: grid;
  gap: 8px;
}

.vf-footer__contact {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(255, 246, 223, .08);
  border-radius: 13px;
  background: rgba(255, 255, 255, .025);
  color: inherit;
  text-decoration: none;
}

.vf-footer__contact-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(239, 210, 131, .08);
  color: #efd283;
  font-size: 10.5px;
  font-style: normal;
  font-weight: 850;
  line-height: 1;
}

.vf-footer__contact-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
}

.vf-footer__contact-copy strong {
  color: rgba(251, 246, 236, .88);
  font-size: 11.5px;
  font-weight: 760;
  line-height: 1.3;
}

.vf-footer__contact-copy small {
  overflow: hidden;
  color: rgba(220, 241, 252, .68);
  font-size: 10.5px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vf-footer__response {
  margin: 11px 0 0;
  color: rgba(251, 246, 236, .48);
  font-size: 10.5px;
  line-height: 1.5;
}

.vf-footer__legal {
  display: grid;
  grid-template-columns: minmax(220px, .8fr) minmax(0, 2fr);
  gap: 28px;
  padding: 22px 30px;
  border-top: 1px solid rgba(255, 246, 223, .08);
  background: rgba(0, 0, 0, .10);
}

.vf-footer__legal-title {
  margin: 0 0 10px;
  color: rgba(251, 246, 236, .73);
  font-size: 11.5px;
  font-weight: 760;
  line-height: 1.4;
}

.vf-footer__requisites {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.vf-footer__requisites span {
  padding: 7px 9px;
  border: 1px solid rgba(255, 246, 223, .08);
  border-radius: 9px;
  color: rgba(251, 246, 236, .65);
  font-size: 10.5px;
  line-height: 1.35;
}

.vf-footer__requisites b {
  margin-right: 5px;
  color: rgba(251, 246, 236, .42);
  font-size: inherit;
  font-weight: 760;
}

.vf-footer__disclaimer {
  align-self: center;
  margin: 0;
  color: rgba(251, 246, 236, .47);
  font-size: 10.5px;
  line-height: 1.58;
}

.vf-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 4px 0;
  color: rgba(251, 246, 236, .42);
  font-size: 10.5px;
  line-height: 1.45;
}

.vf-footer__bottom a {
  color: rgba(220, 241, 252, .72);
  font-size: 11.5px;
  font-weight: 680;
  text-decoration: none;
}

/*
 * Переопределяем только старые типографические
 * правила объекта внутри нового футера.
 */

body[data-type-system="v1"]
.vf-footer p,
body[data-type-system="v1"]
.vf-footer a,
body[data-type-system="v1"]
.vf-footer small,
body[data-type-system="v1"]
.vf-footer span,
body[data-type-system="v1"]
.vf-footer strong,
body[data-type-system="v1"]
.vf-footer b,
body[data-type-system="v1"]
.vf-footer i {
  line-height: inherit;
}

body[data-type-system="v1"]
.vf-footer__intro {
  font-size: 12.5px;
  line-height: 1.58;
}

body[data-type-system="v1"]
.vf-footer__response,
body[data-type-system="v1"]
.vf-footer__disclaimer {
  font-size: 10.5px;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .vf-footer {
    padding: 22px 14px 18px;
  }

  .vf-footer__card {
    border-radius: 22px;
  }

  .vf-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    padding: 24px;
  }

  .vf-footer__brand {
    grid-column: 1 / -1;
  }

  .vf-footer__legal {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px 24px;
  }
}

@media (max-width: 620px) {
  .vf-footer {
    padding: 18px 10px 16px;
  }

  .vf-footer__card {
    border-radius: 19px;
  }

  .vf-footer__grid {
    grid-template-columns: 1fr;
    gap: 23px;
    padding: 20px 18px;
  }

  .vf-footer__brand {
    grid-column: auto;
  }

  .vf-footer__intro {
    margin-top: 13px;
    font-size: 11.5px;
  }

  body[data-type-system="v1"]
  .vf-footer__intro {
    font-size: 11.5px;
  }

  .vf-footer__docs a {
    min-height: 40px;
    padding: 10px;
    font-size: 11.5px;
  }

  .vf-footer__legal {
    padding: 18px;
  }

  .vf-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    padding: 12px 4px 0;
  }

  .vf-footer__bottom a {
    font-size: 11.5px;
  }
}

/* VERIFIQ SHARED FOOTER V1 END */


/* VERIFIQ SHARED FOOTER V2 COMPATIBILITY START */

/*
 * Жёстко ограниченная типографическая нормализация
 * только внутри единого футера.
 */

body .vf-footer .vf-footer__mark {
  font-size: 16px !important;
  line-height: 1 !important;
}

body .vf-footer .vf-footer__wordmark strong {
  font-size: 19px !important;
  line-height: 1.05 !important;
}

body .vf-footer .vf-footer__wordmark small {
  font-size: 10.5px !important;
  line-height: 1.3 !important;
}

body .vf-footer .vf-footer__intro {
  margin: 16px 0 0 !important;
  font-size: 12.5px !important;
  line-height: 1.58 !important;
}

body .vf-footer .vf-footer__status,
body .vf-footer .vf-footer__heading,
body .vf-footer .vf-footer__response,
body .vf-footer .vf-footer__disclaimer,
body .vf-footer .vf-footer__requisites span {
  font-size: 10.5px !important;
}

body .vf-footer .vf-footer__docs a,
body .vf-footer .vf-footer__contact-copy strong,
body .vf-footer .vf-footer__legal-title,
body .vf-footer .vf-footer__bottom a {
  font-size: 11.5px !important;
}

body .vf-footer .vf-footer__contact-copy small,
body .vf-footer .vf-footer__contact-icon,
body .vf-footer .vf-footer__bottom {
  font-size: 10.5px !important;
}

body .vf-footer p {
  margin-bottom: 0 !important;
}

@media (max-width: 620px) {
  body .vf-footer .vf-footer__intro {
    margin-top: 13px !important;
    font-size: 11.5px !important;
  }
}

/* VERIFIQ SHARED FOOTER V2 COMPATIBILITY END */

