/* Упрощенные стили для легальных документов */

.page-header {
  position: relative;
  padding: 40px 0 30px;
  background: #ffffff;
  border-bottom: 1px solid #e9ecef;
}

.page-header::before,
.page-header-bg,
.page-header-border {
  display: none;
}

.page-header__inner {
  text-align: center;
}

.page-header__inner h2 {
  color: #212529;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
}

.thm-breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.thm-breadcrumb li a {
  color: #6c757d;
  text-decoration: none;
}

.thm-breadcrumb li a:hover {
  color: #495057;
}

.thm-breadcrumb li span {
  color: #212529;
}

.legal-content {
  padding: 40px 0;
  background: #ffffff;
}

.legal-content::before {
  display: none;
}

.legal-content__inner {
  background: #ffffff;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}

.legal-content__inner::before {
  display: none;
}

.content-header {
  text-align: left;
  margin-bottom: 40px;
}

.content-header h2 {
  font-size: 28px;
  color: #212529;
  margin-bottom: 10px;
  font-weight: 600;
}

.content-header h2::after {
  display: none;
}

.last-updated {
  color: #6c757d;
  font-size: 14px;
  margin: 0;
}

.legal-section {
  margin-bottom: 30px;
}

.legal-section h3 {
  color: #212529;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
}

.legal-section h3::after {
  display: none;
}

.legal-section h4 {
  color: #212529;
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: 600;
}

.legal-section p {
  color: #495057;
  line-height: 1.6;
  margin-bottom: 15px;
  font-size: 16px;
}

.legal-section p:last-child {
  margin-bottom: 0;
}

/* Убираем все декоративные блоки */
.highlight-box,
.warning-box,
.security-highlight,
.choice-item {
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  margin: 20px 0 !important;
  box-shadow: none !important;
}

.highlight-box::before,
.warning-box::before,
.security-highlight::before,
.choice-item::before {
  display: none !important;
}

.highlight-box p,
.warning-box p,
.security-highlight p,
.choice-item p {
  color: #495057 !important;
  font-weight: normal !important;
}

.choice-item h4 {
  color: #212529 !important;
  font-weight: 600 !important;
  margin-bottom: 10px !important;
}

.policy-list {
  list-style: disc;
  padding-left: 20px;
  margin: 15px 0;
}

.policy-list li {
  color: #495057;
  padding: 5px 0;
  border: none;
  margin-bottom: 5px;
}

.policy-list li::before {
  display: none;
}

.policy-list li:hover {
  background: transparent;
  padding-left: 0;
}

.contact-section {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #e9ecef;
}

.contact-section::before {
  display: none;
}

.contact-section h3 {
  margin-bottom: 20px;
  color: #212529;
  font-size: 20px;
  font-weight: 600;
}

.contact-info {
  display: block;
}

.contact-item {
  margin-bottom: 15px;
  padding: 0;
  background: transparent;
  border: none;
}

.contact-item strong,
.contact-item h4 {
  color: #212529;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

.contact-item a {
  color: #495057;
  text-decoration: none;
}

.contact-item a:hover {
  color: #212529;
  text-decoration: underline;
}

.contact-item p {
  margin-bottom: 5px;
  color: #495057;
}

.contact-icon {
  display: none;
}

/* Убираем все анимации */

@media (max-width: 768px) {
  .page-header__inner h2 {
    font-size: 28px;
  }

  .content-header h2 {
    font-size: 24px;
  }

  .legal-section h3 {
    font-size: 18px;
  }

  .legal-section h4 {
    font-size: 16px;
  }

  .legal-content__inner {
    padding: 30px 15px;
  }
}

@media (max-width: 480px) {
  .page-header__inner h2 {
    font-size: 24px;
  }

  .content-header h2 {
    font-size: 22px;
  }

  .legal-section h3 {
    font-size: 16px;
  }

  .legal-section p {
    font-size: 15px;
  }

  .legal-content__inner {
    padding: 20px 10px;
  }
}
