/* Стилизация юридического контента */
    .s-legal-body p {
      margin-bottom: 20px;
      opacity: 0.85;
      font-size: 16px;
      line-height: 1.65;
    }
    .s-legal-body h2 {
      font-size: 22px;
      font-weight: 700;
      margin-top: 48px;
      margin-bottom: 16px;
      line-height: 1.3;
      letter-spacing: -0.5px;
      color: #1e1e1e;
    }
    .s-legal-body h3 {
      font-size: 18px;
      font-weight: 700;
      margin-top: 32px;
      margin-bottom: 12px;
      line-height: 1.3;
      color: #1e1e1e;
    }
    .s-legal-body ul, .s-legal-body ol {
      margin-bottom: 24px;
      padding-left: 20px;
    }
    .s-legal-body li {
      margin-bottom: 8px;
      opacity: 0.85;
      font-size: 16px;
      line-height: 1.65;
    }
    .s-legal-body strong {
      font-weight: 600;
    }
    .s-legal-body a {
      color: #fa3433;
      text-decoration: none;
      font-weight: 500;
      border-bottom: 1px solid transparent;
      transition: border-color 0.2s;
    }
    .s-legal-body a:hover {
      border-color: #fa3433;
    }
    .s-legal-col {
      grid-column: 3 / span 2;
    }
    .s-legal-body.t-body {
      max-width: none !important;
    }
    @media (max-width: 1024px) {
      .s-legal-col {
        grid-column: 1 / -1;
      }
    }
    @media (max-width: 480px) {
      .s-legal-col h1.t-h1 {
        font-size: 28px !important;
        letter-spacing: -0.8px !important;
      }
    }
  