.terms-intro {
  background: linear-gradient(to bottom, #FAF7EE 97%, transparent 0);
  min-height: 350px;
  display: flex;
}
@media (max-width: 767px) {
  .terms-intro {
    min-height: 190px;
  }
}
.terms-intro > div:first-child {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .terms-intro > div:first-child {
    align-items: flex-start;
  }
}
.terms-intro_left-column {
  width: 60%;
}
@media (max-width: 1024px) {
  .terms-intro_left-column {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .terms-intro_left-column {
    width: 52%;
  }
}
.terms-intro_left-column__backlink {
  color: #BA874C;
  text-align: center;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 1024px) {
  .terms-intro_left-column__backlink {
    margin-top: 23px;
  }
}
@media (max-width: 767px) {
  .terms-intro_left-column__backlink {
    display: none;
  }
}
.terms-intro_left-column__backlink a {
  width: 24px;
}
.terms-intro_left-column__backlink a img {
  width: 100%;
}
.terms-intro_left-column__title {
  color: #004D47;
  font-family: "Playfair Display";
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-top: 36px;
}
@media (max-width: 1024px) {
  .terms-intro_left-column__title {
    margin-top: 18px;
  }
}
@media (max-width: 767px) {
  .terms-intro_left-column__title {
    font-size: 40px;
    line-height: 1.3;
    margin-top: 15px;
  }
}
.terms-intro_left-column__description {
  color: #373A3F;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-top: 24px;
}
@media (max-width: 1024px) {
  .terms-intro_left-column__description {
    max-width: 468px;
  }
}
@media (max-width: 767px) {
  .terms-intro_left-column__description {
    display: none;
  }
}
.terms-intro_left-column__info {
  color: #555960;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 16px 0 40px;
}
@media (max-width: 1024px) {
  .terms-intro_left-column__info {
    margin: 23px 0 0;
  }
}
@media (max-width: 767px) {
  .terms-intro_left-column__info {
    align-items: flex-start;
    margin: 9px 0 0;
  }
}
.terms-intro_left-column__info svg {
  flex-shrink: 0;
}
.terms-intro_right-column {
  width: 40%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .terms-intro_right-column {
    position: absolute;
    right: 0;
    top: 59%;
    width: auto;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .terms-intro_right-column {
    right: 1em;
    top: 50%;
  }
}
.terms-intro_right-column img {
  width: 210px;
}
@media (max-width: 1024px) {
  .terms-intro_right-column img {
    width: 236px;
  }
}
@media (max-width: 767px) {
  .terms-intro_right-column img {
    width: 140px;
  }
}
@media (max-width: 1024px) {
  .terms-intro__container {
    width: 100%;
    position: relative;
  }
}

.terms-body {
  padding: 50px 0;
}
@media (max-width: 1024px) {
  .terms-body {
    padding: 22px 0;
  }
}
@media (max-width: 767px) {
  .terms-body {
    padding: 18px 0;
  }
}
.terms-body > div:first-child {
  display: flex;
  gap: 19px;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .terms-body > div:first-child {
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .terms-body > div:first-child {
    gap: 0;
  }
}
.terms-body-left-column {
  width: 380px;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
@media (max-width: 1024px) {
  .terms-body-left-column {
    width: 225px;
  }
}
@media (max-width: 767px) {
  .terms-body-left-column {
    display: none;
  }
}
.terms-body-left-column li {
  padding: 8px;
  cursor: pointer;
}
.terms-body-left-column li.active, .terms-body-left-column li:hover {
  border-radius: 8px;
  background: #FAF7EE;
}
.terms-body-right-column {
  width: calc(100% - 380px - 19px);
}
@media (max-width: 1024px) {
  .terms-body-right-column {
    width: calc(100% - 225px - 25px);
  }
}
@media (max-width: 767px) {
  .terms-body-right-column {
    width: 100%;
  }
}
.terms-body h2 {
  color: #373A3F;
  font-family: Roboto;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.terms-body h2.subtitle {
  font-size: 26px;
}
.terms-body h3 {
  color: #373A3F;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 146%;
  margin-top: 16px;
}
.terms-body h4 {
  color: #373A3F;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 34px;
}
.terms-body__text {
  color: #191A1D;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 16px 0 32px;
}
.terms-body__text p {
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.terms-body__text ul {
  list-style: lower-roman;
  padding-inline-start: 40px;
}
