/* BOYKOVDOCS COMPACT FOOTER START */

.bg-footer-compact-root {
  padding-top: 24px !important;
  padding-bottom: 22px !important;
}

/* Старый заголовок "Реквизиты юридического лица" */
.bg-footer-original-heading {
  display: none !important;
}

/* Новый компактный блок */
.bg-footer-compact {
  width: calc(100% - 48px);
  max-width: 1220px;
  margin: 0 auto;
}

.bg-footer-compact-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 18px;

  padding: 15px 0;

  border-top: 1px solid rgba(31, 102, 209, 0.18);
  border-bottom: 1px solid rgba(31, 102, 209, 0.18);

  font-size: 13px;
  line-height: 1.55;
  color: #53627a;
}

.bg-footer-compact-company {
  color: #1a2233;
  font-weight: 600;
}

.bg-footer-compact-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.bg-footer-compact-label {
  color: #8995a8;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.bg-footer-compact a {
  color: #1f66d1;
  text-decoration: none;
}

.bg-footer-compact a:hover {
  text-decoration: underline;
}

/* Раскрывающиеся реквизиты */
.bg-footer-requisites-details {
  margin: 0;
}

.bg-footer-requisites-details > summary {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: space-between;

  min-height: 44px;
  padding: 0;

  cursor: pointer;
  list-style: none;

  color: #63718a;
  font-size: 12px;
  font-weight: 500;
  user-select: none;
}

.bg-footer-requisites-details > summary::-webkit-details-marker {
  display: none;
}

.bg-footer-requisites-details > summary::after {
  content: "+";

  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 24px;
  height: 24px;

  border: 1px solid #d8dfeb;
  border-radius: 50%;

  color: #1f66d1;
  font-size: 17px;
  line-height: 1;

  transition:
    transform 0.2s ease,
    background-color 0.2s ease;
}

.bg-footer-requisites-details[open] > summary::after {
  transform: rotate(45deg);
  background: #eef4ff;
}

/*
  Убираем тяжёлую карточку, но сохраняем её содержимое
  после раскрытия.
*/
.bg-footer-requisites-card {
  margin: 0 !important;
  margin-top: 4px !important;

  padding-top: 18px !important;
  padding-bottom: 18px !important;

  border: 0 !important;
  border-top: 1px solid #e4e9f1 !important;
  border-radius: 0 !important;

  background: transparent !important;
  box-shadow: none !important;
}

/* Снимаем декоративные псевдоэлементы старой карточки */
.bg-footer-requisites-card::before,
.bg-footer-requisites-card::after {
  box-shadow: none !important;
}

/* Компактная строка юридических документов */
.bg-footer-legal-links {
  margin-top: 12px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;

  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;

  gap: 7px 14px !important;

  font-size: 12px !important;
  line-height: 1.45 !important;
}

.bg-footer-legal-links a {
  white-space: nowrap;
}

@media (max-width: 760px) {
  .bg-footer-compact {
    width: calc(100% - 32px);
  }

  .bg-footer-compact-line {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;

    padding: 14px 0;
  }

  .bg-footer-compact-item {
    width: 100%;
  }

  .bg-footer-requisites-details > summary {
    min-height: 42px;
  }

  .bg-footer-legal-links {
    justify-content: flex-start !important;
    gap: 8px 12px !important;
  }
}

/* BOYKOVDOCS COMPACT FOOTER END */
