.lt-site-footer {
  --lt-footer-container: 1400px;
  --lt-footer-dark: #12131d;
  --lt-footer-dark-soft: #1a1c28;
  --lt-footer-dark-line: rgba(255, 255, 255, 0.14);
  --lt-footer-light-line: var(--lt-color-line, #e4e3df);
  width: 100%;
  margin-top: clamp(64px, 7vw, 112px);
  color: var(--lt-color-ink, #1d1d22);
  background: var(--lt-color-paper, #ffffff);
  font-family: var(--lt-font-sans, "Inter", sans-serif);
  font-size: 15px;
  letter-spacing: 0;
}

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

.lt-site-footer a {
  color: inherit;
  text-decoration: none;
}

.lt-footer-container {
  width: min(var(--lt-footer-container), calc(100% - 64px));
  margin-inline: auto;
}

.lt-footer-light {
  padding: clamp(48px, 5vw, 72px) 0;
  border-top: 1px solid var(--lt-footer-light-line);
  background: #ffffff;
}

.lt-footer-top {
  display: grid;
  grid-template-columns: minmax(270px, 1.35fr) minmax(180px, 0.72fr) minmax(240px, 0.9fr) minmax(230px, 0.82fr);
  gap: clamp(32px, 4vw, 76px);
  align-items: start;
}

.lt-footer-brand,
.lt-footer-column,
.lt-footer-store,
.lt-footer-store-main {
  min-width: 0;
}

.lt-footer-logo {
  display: inline-flex;
  width: min(250px, 100%);
  margin-bottom: 22px;
  align-items: center;
}

.lt-footer-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.lt-footer-brand p {
  max-width: 390px;
  margin: 0;
  color: var(--lt-color-muted, #686971);
  line-height: 1.65;
}

.lt-footer-heading {
  margin: 0 0 18px;
  color: var(--lt-color-ink, #1d1d22);
  font-family: var(--lt-font-sans, "Inter", sans-serif);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lt-footer-links {
  display: grid;
  gap: 11px;
}

.lt-footer-links a,
.lt-footer-contact-link {
  width: fit-content;
  color: var(--lt-color-ink-soft, #404149);
  line-height: 1.45;
  transition: color 160ms ease;
}

.lt-footer-links a:hover,
.lt-footer-contact-link:hover {
  color: var(--lt-color-accent, #d71724);
}

.lt-footer-contact-stack {
  display: grid;
  gap: 8px;
  color: var(--lt-color-muted, #686971);
}

.lt-footer-phone {
  width: fit-content;
  margin-top: 4px;
  color: var(--lt-color-ink, #1d1d22);
  font-size: 18px;
  font-weight: 800;
}

.lt-footer-socials {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.lt-footer-social {
  display: inline-flex;
  min-height: 46px;
  padding: 8px 13px 8px 9px;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--lt-footer-light-line);
  border-radius: 999px;
  background: #ffffff;
  color: var(--lt-color-ink, #1d1d22);
  font-size: 13px;
  font-weight: 700;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
  white-space: nowrap;
}

.lt-footer-social:hover {
  border-color: currentColor;
  box-shadow: 0 8px 20px rgba(29, 29, 34, 0.08);
  transform: translateY(-1px);
}

.lt-footer-social-icon {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  color: #ffffff;
}

.lt-footer-social-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lt-site-footer .lt-footer-social--telegram { color: #168ac2; }
.lt-site-footer .lt-footer-social--max { color: #6653d9; }
.lt-site-footer .lt-footer-social--vk { color: #006bd6; }
.lt-site-footer .lt-footer-social--instagram { color: #c13584; }

.lt-footer-dark {
  padding: clamp(54px, 5vw, 80px) 0 30px;
  color: #ffffff;
  background: var(--lt-footer-dark);
}

.lt-footer-store-header {
  display: flex;
  margin-bottom: 28px;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.lt-footer-store-header h2 {
  margin: 0;
  color: #ffffff;
  font-family: var(--lt-font-display, Georgia, serif);
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0;
}

.lt-footer-store-header p {
  max-width: 440px;
  margin: 0 0 4px;
  color: rgba(255, 255, 255, 0.62);
  text-align: right;
}

.lt-footer-stores {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.lt-footer-store {
  position: relative;
  display: flex;
  min-height: 326px;
  padding: 24px;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
  border: 1px solid var(--lt-footer-dark-line);
  border-radius: 16px;
  background: var(--lt-footer-dark-soft);
}

.lt-footer-store--wholesale {
  isolation: isolate;
}

.lt-footer-store-badge {
  position: absolute;
  z-index: 2;
  top: -12px;
  left: 24px;
  display: inline-flex;
  min-height: 28px;
  padding: 6px 10px;
  align-items: center;
  border: 1px solid rgba(116, 209, 158, 0.34);
  border-radius: 999px;
  background: rgba(49, 150, 96, 0.14);
  color: #8be0ad;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.1;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(7, 12, 20, 0.28);
}

.lt-footer-store h3 {
  margin: 0 0 9px;
  color: #ffffff;
  font-family: var(--lt-font-display, Georgia, serif);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}

.lt-footer-store-phone {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.86);
  font-family: var(--lt-font-sans, Inter, Arial, sans-serif);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.2;
}

.lt-footer-phone-icon {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  color: #8be0ad;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lt-footer-store-phone:hover {
  color: #ffffff;
}

.lt-footer-hours {
  display: grid;
  margin: 0;
  gap: 5px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  line-height: 1.4;
}

.lt-footer-hours span {
  display: block;
}

.lt-footer-rating {
  display: block;
  width: fit-content;
  margin: 0 0 12px;
  overflow: hidden;
  border-radius: 10px;
  background: #ffffff;
  line-height: 0;
}

.lt-footer-rating img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 55px;
  border-radius: 10px;
  object-fit: contain;
  object-position: left center;
}

.lt-footer-store-actions {
  display: flex;
  margin-top: auto;
  flex-wrap: wrap;
  gap: 8px;
}

.lt-footer-store-action {
  display: inline-flex;
  min-height: 38px;
  padding: 7px 12px;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 700;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.lt-footer-store-action:hover {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
}

.lt-footer-store-action svg,
.lt-footer-store-action img {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  object-fit: contain;
}

.lt-footer-other-phones {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
}

.lt-footer-other-phones summary {
  width: fit-content;
  cursor: pointer;
  font-weight: 700;
  transition: color 160ms ease;
}

.lt-footer-other-phones summary:hover,
.lt-footer-other-phones[open] summary {
  color: #ffffff;
}

.lt-footer-other-phones a {
  display: block;
  width: fit-content;
  margin-top: 8px;
  color: #ffffff;
  font-weight: 700;
}

.lt-footer-legal {
  display: flex;
  margin-top: 30px;
  padding-top: 24px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--lt-footer-dark-line);
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
}

.lt-footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.lt-footer-legal a:hover {
  color: #ffffff;
}

.lt-site-footer a:focus-visible {
  outline: 3px solid rgba(49, 85, 231, 0.45);
  outline-offset: 3px;
}

@media (min-width: 1920px) {
  .lt-site-footer { --lt-footer-container: 1760px; }
  .lt-footer-stores { gap: 18px; }
}

@media (min-width: 2560px) {
  .lt-site-footer { --lt-footer-container: 2240px; }
  .lt-footer-top { gap: 88px; }
  .lt-footer-stores { gap: 22px; }
}

@media (min-width: 3200px) {
  .lt-site-footer { --lt-footer-container: 2880px; }
  .lt-footer-stores { gap: 28px; }
  .lt-footer-store { padding: 28px; }
}

@media (max-width: 1179px) {
  .lt-footer-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 56px;
  }

  .lt-footer-stores {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1599px) {
  .lt-footer-rating img {
    height: 44px;
  }

  .lt-footer-store-badge {
    padding: 6px 9px;
    font-size: 10px;
  }

  .lt-footer-store-action {
    min-height: 34px;
    min-width: 0;
    padding: 6px 5px;
    gap: 3px;
    font-size: 10px;
    white-space: nowrap;
  }

  .lt-footer-store-actions {
    flex-wrap: nowrap;
    gap: 5px;
  }

  .lt-footer-store-action svg,
  .lt-footer-store-action img {
    width: 12px;
    height: 12px;
    flex-basis: 12px;
  }
}

@media (max-width: 767px) {
  .lt-footer-container {
    width: min(var(--lt-footer-container), calc(100% - 32px));
  }

  .lt-footer-top,
  .lt-footer-stores {
    grid-template-columns: 1fr;
  }

  .lt-footer-top {
    gap: 34px;
  }

  .lt-footer-socials {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lt-footer-store-header,
  .lt-footer-legal {
    align-items: flex-start;
    flex-direction: column;
  }

  .lt-footer-store-header p {
    text-align: left;
  }

  .lt-footer-store {
    min-height: 0;
    padding: 22px;
  }
}

@media (max-width: 420px) {
  .lt-footer-socials {
    grid-template-columns: 1fr;
  }

  .lt-footer-social {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lt-site-footer a {
    transition: none;
  }
}
