/* FOOTER POLISH */
.site-footer {
    border-top: 1.5px solid #233b51;
    box-shadow: 0 -10px 32px #0012;
    padding: 36px 10px 36px 10px !important;
  }
  .footer-widgets {
    gap: 54px 81px !important;
  }
  .footer-international ul {
    display: flex;
    flex-wrap: wrap;
    gap: 13px 38px;
    list-style: none;
    padding: 0;
    justify-content: space-between;
  }
  .footer-international a {
    color: #c7ebff;
    font-weight: 500;
  }
  .footer-international a:hover {
    color: var(--tg-main-accent);
  }
  .footer-bottom {
    color: var(--tg-muted);
    font-size: 0.98em;
  }
  .footer-bottom a {
    color: #b7dffa;
    text-decoration: underline;
    margin: 0 8px;
  }
  .footer-bottom a:hover {
    color: var(--tg-main-accent);
  }