
@media (max-width: 800px) {

  .site-footer {
    padding: 0 16px;
    font-family: "Inter", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
    color: #222;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .site-footer__top,
  .site-footer__switch {
    display: none !important;
  }

  .site-footer__inner {
    display: block;
    margin-bottom: 8px;
  }

  .site-footer__col {
    width: 100%;
    padding: 0;
    margin: 0 0 6px 0;
    box-sizing: border-box;
  }
  .site-footer__col-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 0;
    background: transparent;
    padding: 20px 8px;
    font-size: 16px;
    font-weight: 500;
    color: #222;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .site-footer__col-toggle:focus {
    outline: none;
  }

  .site-footer__col-toggle:focus-visible {
    outline: 3px solid rgba(59,130,246,0.12);
    outline-offset: 2px;
    border-radius: 8px;
  }

  .site-footer__col-toggle .icon-wrap {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .site-footer__col-toggle svg {
    width: 18px;
    height: 18px;
    display: block;
  }
  .site-footer__col-toggle [data-icon="chev"] { display: inline-block; }
  .site-footer__col-toggle [data-icon="check"] { display: none; }

  .site-footer__col-toggle[aria-expanded="true"] [data-icon="chev"] { display: none; }
  .site-footer__col-toggle[aria-expanded="true"] [data-icon="check"] { display: inline-block; }
  .site-footer__list {
    max-height: 0;
    overflow: hidden;
    transition: max-height 280ms ease;
    padding-left: 0;
    margin: 0;
    list-style: none;
  }

  .site-footer__list li {
    margin: 0;
  }

  .site-footer__link {
    display: block;
    padding: 12px 8px;
    font-size: 16px;
    color: #4a4a4a;
    text-decoration: none;
    line-height: 1.3;
  }

  .site-footer__link:focus-visible {
    outline: 3px solid rgba(59,130,246,0.12);
    outline-offset: 2px;
    border-radius: 6px;
  }
  .site-footer__divider {
    border: 0;
    height: 1px;
    background: #e6e6e6;
    margin: 10px 0 14px 0;
  }

  .site-footer__title {
    font-size: 16px;
    font-weight: 700;
    margin: 24px 0 12px 0;
    padding-left: 4px;
    text-align: left;
  }
  .site-footer__messenger-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    gap: 12px;
    margin-bottom: 18px;
    width: 100%;
    box-sizing: border-box;
  }

  .site-footer__messenger-cards .site-footer__mess {
    width: 100%;
    height: 100%;
    min-height: 88px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;

    padding: 14px 8px;
    border-radius: 12px;
    background: #f6f6f8;

    text-decoration: none;
    color: #111;
    text-align: center;
    box-sizing: border-box;
  }

  .site-footer__messenger-cards .icon--mess {
    width: 28px;
    height: 28px;
    display: block;
  }

  .site-footer__messenger-cards .site-footer__mess span {
    font-size: 13px;
    line-height: 1.15;
    color: #222;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
  }
  .site-footer__socials {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    width: 100%;
    box-sizing: border-box;
  }

  .site-footer__social {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #222;
    text-decoration: none;
  }

  .site-footer__social .icon {
    width: 28px;
    height: 28px;
    display: block;
  }
  .site-footer__legal {
    margin-top: 10px;
  }

  .site-footer__mini-link {
    display: block;
    color: #9d9d9d;
    font-size: 15px;
    padding: 10px 0;
    text-decoration: none;
  }

  .site-footer__copyright,
  .site-footer__license {
    color: #9d9d9d;
    font-size: 14px;
    margin-top: 8px;
    line-height: 1.4;
    word-break: break-word;
  }
  a.site-footer__mess,
  .site-footer__social,
  .site-footer__link,
  .site-footer__col-toggle {
    min-height: 44px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
  }
  .chevron-icon {
    transition: transform 0.3s ease;
  }

  .chevron-icon.rotated {
    transform: rotate(180deg);
  }

}
