/* Terms / conditions page */
.terms-page {
  font-family: "Montserrat", sans-serif;
  background: #fff;
  clear: both;
  padding-bottom: 80px;
}

.terms-page__banner {
  background: #111 url("../assets/faq/banner.webp") center / cover no-repeat;
  min-height: 280px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.terms-page__title {
  font-size: clamp(26px, 4vw, 42px);
  line-height: 1.2;
  color: #fff;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 140px 20px 56px;
  margin: 0;
  max-width: 1000px;
}

.terms-page .wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

.terms-page .breadcrumb {
  list-style: none;
  padding: 24px 0 0;
  margin: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  font-size: 14px;
}

.terms-page .breadcrumb a {
  color: #fd6c1e;
  text-decoration: none;
}

.terms-page .breadcrumb li + li::before {
  content: " / ";
  color: #999;
}

.terms-page__lead {
  font-size: 16px;
  line-height: 1.55;
  color: #444;
  margin: 0 0 28px;
}

.terms-page__lead--en {
  margin-top: 0;
}

.terms-page__section {
  margin: 0 0 36px;
}

.terms-page__section h2 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 14px;
  color: #191919;
}

.terms-page__section h3 {
  font-size: 17px;
  font-weight: 600;
  margin: 20px 0 10px;
  color: #191919;
}

.terms-page__section p,
.terms-page__section li {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

.terms-page__section ul,
.terms-page__section ol {
  margin: 0 0 12px;
  padding-left: 22px;
}

.terms-page__section li {
  margin-bottom: 6px;
}

.terms-page__section ol li {
  margin-bottom: 8px;
}

.terms-page__legal-en {
  margin-top: 48px;
  padding-top: 36px;
  border-top: 2px solid #e8e8e8;
}

.terms-page__legal-en h2 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 20px;
}

.terms-page__legal-block {
  margin: 0 0 28px;
  padding: 20px 22px;
  background: #f7f7f7;
  border-radius: 12px;
}

.terms-page__legal-block h3 {
  margin: 0 0 12px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fd6c1e;
}

.terms-page__legal-block p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.55;
  color: #222;
}

.terms-page__legal-block p:last-child {
  margin-bottom: 0;
}

.terms-page__links {
  margin-top: 28px;
  font-size: 15px;
}

.terms-page__table-wrap {
  overflow-x: auto;
  margin: 16px 0 22px;
}

.terms-page__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.45;
}

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

.terms-page__table th {
  background: #f6f6f6;
  font-weight: 600;
  color: #222;
}

.terms-page__table td {
  color: #333;
}

.terms-page__links a,
.terms-page a.link_orange,
.terms-page .link_orange {
  color: #fd6c1e;
  text-decoration: none;
}

.terms-page a.link_orange:hover,
.terms-page .link_orange:hover,
.terms-page__links a:hover {
  text-decoration: underline;
}

.terms-page__docs {
  margin: 12px 0 0;
  padding-left: 22px;
}

.terms-page__docs li {
  margin-bottom: 8px;
}

.terms-page__consent-form {
  margin: 20px 0;
  padding: 22px 24px;
  background: #f7f7f7;
  border-radius: 12px;
  font-size: 15px;
  line-height: 1.65;
  color: #333;
}

.terms-page__consent-form .blank {
  display: inline-block;
  min-width: 180px;
  border-bottom: 1px solid #999;
  margin: 0 4px;
}

.terms-page__consent-form .blank--wide {
  min-width: 70%;
  width: 70%;
}

.terms-page__consent-sign {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 48px;
  font-size: 14px;
}

@media (max-width: 767px) {
  .terms-page__banner {
    min-height: 200px;
  }

  .terms-page__title {
    padding: 32px 16px 40px;
  }
}
