.terms {
  background-image: url(../../images/terms/terms-bg.png);
  background-position: top center;
  background-repeat: no-repeat;
}

@media (width <= 63.99875rem) {
  .terms {
    background-image: url(../../images/terms/terms-bg-tablet.png);
  }
}
@media (width <= 36.24875rem) {
  .terms {
    background-image: url(../../images/terms/terms-bg-mobile.png);
  }
}
.termsStatic {
  background-image: none;
}
.termsStatic .terms__title {
  color: #000;
}
.terms__container {
  max-width: 80rem;
}
.terms__inner {
  padding-block: 7rem;
}
@media (width <= 36.24875rem) {
  .terms__inner {
    padding-block: rme(100) 5rem;
  }
}
.terms__title {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3.5rem;
  margin-bottom: 3rem;
  color: var(--color-white);
}
@media (width <= 36.24875rem) {
  .terms__title {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}
.terms__block {
  border-radius: 1.25rem;
  -webkit-box-shadow: var(--shadow-light);
          box-shadow: var(--shadow-light);
  background-color: var(--color-white);
  padding: 2.5rem 3rem;
  color: var(--color-black);
  font-size: 0.9375rem;
  line-height: 1.75rem;
}
.terms__block:not(:last-child) {
  margin-bottom: 3.5rem;
}
@media (width <= 47.99875rem) {
  .terms__block {
    padding: 2rem 1.75rem;
  }
}
.terms__block-title {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 3rem;
  color: var(--color-black);
  margin-bottom: 2.25rem;
}
@media (width <= 36.24875rem) {
  .terms__block-title {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}
.terms__block h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 2.5rem;
  margin: 0;
  margin-bottom: 1.25rem;
}
@media (width <= 36.24875rem) {
  .terms__block h2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    font-size: 1.375rem;
    line-height: 2rem;
    letter-spacing: -0.66px;
  }
}
.terms__block h3 {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: -0.66px;
  margin: 0;
  margin-bottom: 1.25rem;
}
@media (width <= 36.24875rem) {
  .terms__block h3 {
    font-size: 1.25rem;
  }
}
.terms__block h4 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75rem;
  margin-bottom: 0.5rem;
}
.terms__block ul {
  margin: 0;
  padding-left: 1.25rem;
}
.terms__block ul:not(:last-child) {
  margin-bottom: 1.25rem;
}
.terms__block p:not(:last-child) {
  margin-bottom: 1.25rem;
}/*# sourceMappingURL=terms.css.map */