.compact-mobile-footer {
  display: none;
}

@media (max-width: 767px) {
  body.compact-mobile-footer-page--404 {
    display: block;
  }

  body.compact-mobile-footer-page--404 > main {
    display: grid;
    place-content: center;
    min-height: 100vh;
    min-height: 100svh;
    margin: 0 auto;
  }

  footer.compact-original-footer {
    display: none !important;
  }

  .compact-mobile-footer {
    box-sizing: border-box;
    display: block;
    width: 100%;
    align-self: stretch;
    background: #2D2A24;
    color: #D8D1C4;
    font-family: 'Manrope', sans-serif;
    text-align: left;
  }

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

  .compact-mobile-footer__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px 16px calc(70px + env(safe-area-inset-bottom, 0px));
  }

  .compact-mobile-footer__logo {
    display: block;
    width: auto;
    height: 28px;
    margin: 0 0 14px;
    opacity: .85;
  }

  .compact-mobile-footer__heading {
    margin: 0 0 6px;
    color: #8A8170;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  .compact-mobile-footer__contacts {
    display: flex;
    flex-direction: column;
    gap: 0;
    color: #A89F8E;
    font-size: 14px;
    line-height: 1.45;
  }

  .compact-mobile-footer__cities {
    display: block;
    margin: 0 0 2px;
  }

  .compact-mobile-footer__contact-link {
    display: flex;
    align-items: center;
    width: max-content;
    max-width: 100%;
    min-height: 32px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #D8D1C4;
    font: inherit;
    font-weight: 400;
    line-height: 1.45;
    text-decoration: none;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .compact-mobile-footer__legal-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 6px;
    margin-top: 20px;
    padding-top: 14px;
    border-top: 1px solid #3D3A34;
  }

  .compact-mobile-footer__legal {
    width: 100%;
    margin: 0;
    color: #8A8170;
    font-size: 11.5px;
    font-weight: 400;
    line-height: 1.5;
  }

  .compact-mobile-footer__legal span {
    display: block;
  }

  .compact-mobile-footer__home {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    min-height: 36px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #8A8170;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    text-decoration: none;
  }
}
