/* Общий футер: главная, категория, юридические страницы */
:root {
  --accent: #ffbe14;
  --muted: #9aa4b2;
}

.footer {
  padding: 24px 0 44px;
  color: #94a3b8;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.contactStrip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px 28px;
  margin-bottom: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.contactStrip__block {
  min-width: 0;
}

.contactStrip__title {
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin: 0 0 10px;
}

.contactStrip__block p {
  margin: 0 0 6px;
  color: #e2e8f0;
  line-height: 1.45;
  font-size: 15px;
}

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

.contactStrip__phone {
  font-size: 20px;
  font-weight: 900;
}

.contactStrip__phone a {
  color: var(--accent);
  text-decoration: none;
}

.contactStrip__phone a:hover {
  opacity: 0.92;
}

.contactStrip__time strong {
  font-weight: 900;
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.02em;
}

.contactStrip__addr b {
  color: #fff;
  font-weight: 800;
}


.contactStrip__social {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

.contactStrip__iconLink {
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  max-width: 18px;
  max-height: 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  line-height: 0;
  text-decoration: none;
  color: #111;
  background: var(--accent);
  border: 1px solid rgba(255, 190, 20, 0.72);
  transition: transform .15s ease, filter .15s ease;
}

.contactStrip__iconLink > svg {
  display: block;
  width: 10px !important;
  height: 10px !important;
  min-width: 10px;
  min-height: 10px;
  max-width: 10px;
  max-height: 10px;
  fill: currentColor;
  flex: 0 0 auto;
}

.contactStrip__iconLink:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
}

@media (max-width: 720px) {
  .contactStrip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px 10px;
    align-items: start;
    padding-bottom: 16px;
  }

  .contactStrip__block {
    text-align: center;
    padding: 0 2px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }

  .contactStrip__block:last-child {
    border-right: none;
  }

  .contactStrip__title {
    font-size: 9px;
    letter-spacing: 0.07em;
    margin-bottom: 5px;
    line-height: 1.2;
  }

  .contactStrip__block p {
    font-size: 12px;
    line-height: 1.3;
  }

  .contactStrip__phone {
    font-size: clamp(10px, 2.5vw, 12px);
    font-weight: 900;
    line-height: 1.25;
  }

  .contactStrip__phone a {
    white-space: normal;
    word-break: break-word;
    hyphens: manual;
  }

  .contactStrip__time {
    font-size: clamp(10px, 2.6vw, 12px);
  }

  .contactStrip__time strong {
    font-size: clamp(11px, 3.1vw, 13px);
    letter-spacing: 0;
  }

  .contactStrip__addr {
    font-size: 11px;
    line-height: 1.25;
  }

  .contactStrip__addr b {
    font-size: 11px;
    display: block;
  }

  .contactStrip__social {
    justify-content: center;
    gap: 6px;
    margin-top: 6px;
  }

  .contactStrip__iconLink {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    max-width: 16px;
    max-height: 16px;
  }

  .contactStrip__iconLink > svg {
    width: 9px !important;
    height: 9px !important;
    min-width: 9px;
    min-height: 9px;
    max-width: 9px;
    max-height: 9px;
  }
}

.legalFooter {
  margin-top: 0;
  padding-top: 14px;
  padding-left: 8px;
  padding-right: 8px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.4;
}

.legalSitemap {
  margin-bottom: 14px;
}

.legalSitemap__row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.legalSitemap__row > li {
  margin: 0;
  padding: 0;
}

.legalSitemap__item {
  display: inline-flex;
  align-items: baseline;
  max-width: 100%;
}

.legalSitemap__item a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.legalSitemap__item a:hover {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.35);
}

.legalText {
  max-width: 980px;
  color: rgba(255, 255, 255, 0.56);
}

.legalCopyright {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.48);
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px 20px;
  flex-wrap: wrap;
}

.legalCopyright__tagline {
  flex: 1 1 220px;
  min-width: 0;
}

.legalCopyright__year {
  flex-shrink: 0;
  margin-left: auto;
}

.payRow {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.payRow__label {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}

.payRow__strip {
  width: 100%;
  max-width: min(960px, 100%);
  box-sizing: border-box;
}

.payRow__stripImg {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

@media (max-width: 720px) {
  .legalFooter {
    font-size: 12px;
  }

  .legalCopyright {
    font-size: 12px;
    align-items: flex-start;
  }

  .legalCopyright__year {
    margin-left: 0;
    align-self: flex-end;
  }

  .legalCopyright__delivery {
    display: none;
  }
}
