.legal-page {
  min-height: 100vh;
  background: #f6f7f9;
  color: #1a1a1a;
  font-size: 15px;
  line-height: 1.65;
}

.legal-page__top {
  background: #fff;
  border-bottom: 1px solid #e8eaed;
  padding: 14px 0;
}

.legal-page__top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.legal-page__logo img {
  height: 36px;
  width: auto;
}

.legal-page__back {
  color: #ea5455;
  text-decoration: none;
  font-weight: 600;
}

.legal-page__back:hover {
  text-decoration: underline;
}

.legal-page__main {
  padding: 32px 0 56px;
}

.legal-page__card {
  background: #fff;
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
  max-width: 860px;
  margin: 0 auto;
}

.legal-page__title {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 8px;
}

.legal-page__meta {
  color: #6b7280;
  font-size: 13px;
  margin-bottom: 24px;
}

.legal-page h2 {
  font-size: 18px;
  margin: 28px 0 10px;
}

.legal-page h3 {
  font-size: 16px;
  margin: 20px 0 8px;
}

.legal-page p,
.legal-page li {
  margin-bottom: 10px;
}

.legal-page ul,
.legal-page ol {
  padding-left: 1.25rem;
}

.legal-page a {
  color: #ea5455;
}

.legal-page__table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
  font-size: 14px;
}

.legal-page__table th,
.legal-page__table td {
  border: 1px solid #e5e7eb;
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}

.legal-page__table th {
  width: 34%;
  background: #f9fafb;
  font-weight: 600;
}

.legal-page__warn {
  background: #fff8e6;
  border: 1px solid #f5d78e;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 14px;
  margin-bottom: 20px;
}

.legal-page__okved {
  margin: 0 0 16px;
  padding-left: 1.25rem;
  font-size: 14px;
}

.legal-page__okved li {
  margin-bottom: 8px;
}

.legal-page__footer {
  max-width: 860px;
  margin: 20px auto 0;
  text-align: center;
  font-size: 13px;
  color: #6b7280;
}

.legal-page__footer a {
  margin: 0 8px;
}

.contacts-block {
  padding: 48px 0;
  background: #fff;
}

.contacts-block__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 24px;
}

.contacts-block__card {
  border: 1px solid #e8eaed;
  border-radius: 14px;
  padding: 18px 20px;
}

.contacts-block__card h4 {
  font-size: 15px;
  margin: 0 0 8px;
}

.contacts-block__card p {
  margin: 0;
  color: #4b5563;
  font-size: 14px;
}

.contacts-block__card a {
  color: #ea5455;
  font-weight: 600;
  text-decoration: none;
}

.contacts-block__links {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  font-size: 14px;
}

.contacts-block__links a {
  color: #ea5455;
  font-weight: 600;
}

.footer__legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
  margin-bottom: 8px;
}

.footer__legal a {
  color: #ea5455;
  font-size: 13px;
  text-decoration: none;
}

.footer__legal a:hover {
  text-decoration: underline;
}

.checkout__consent {
  margin: 16px 0 0;
  font-size: 13px;
  line-height: 1.45;
  color: #4b5563;
}

.checkout__consent label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  cursor: pointer;
}

.checkout__consent input {
  margin-top: 3px;
  flex-shrink: 0;
}

.checkout__consent a {
  color: #ea5455;
}
