.doc-page {
  padding: 106px 0 90px;
}
.doc-page__title {
  font-size: 35px;
  text-transform: uppercase;
  color: #fff;
  line-height: 45.5px;
  font-weight: 900;
}
.doc-page__title--smaller {
  font-weight: 400;
}
.doc-page__paragraph {
  color: #fff;
  font-size: 18px;
  line-height: 27px;
}
.doc-page__paragraph a {
  color: #FF48C1;
}
.doc-page__paragraph:first-of-type {
  margin-top: 60px;
}
.doc-page__paragraph:not(:first-of-type) {
  margin-top: 48px;
}
.doc-page__paragraph-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 150%;
  color: #FFFFFF;
}
.doc-page__paragraph-title-2 {
  display: flex;
  align-items: baseline;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 28px;
  line-height: 42px;
}
.doc-page__paragraph-title-2:first-of-type {
  margin-top: -50px;
}
.doc-page__paragraph-title-2:not(:first-of-type) {
  margin-top: -24px;
}
.doc-page__paragraph-title-2-num {
  position: relative;
  font-weight: 700;
  margin-right: 30px;
  margin-top: 73px;
}
.doc-page__paragraph-description {
  margin-top: 29px;
}
.doc-page__paragraph-description--info {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin-top: 21px;
}
.doc-page__paragraph-description--important-info {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px !important;
}
.doc-page__paragraph-list {
  padding-left: 26px !important;
}
.doc-page__paragraph-list li {
  position: relative;
}
.doc-page__paragraph-list li:before {
  content: "\2022";
  position: absolute;
  left: 0;
  margin-left: -18px;
  font-size: 18px;
}

.doc-page__list-decimal {
  padding-left: 26px !important;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 18px;
  line-height: 27px;
}

.doc-page__list-decimal li {
  list-style-type: decimal;
}

.doc-page__list-lower-alpha {
  padding-left: 53px !important;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 18px;
  line-height: 27px;
}

.doc-page__list-lower-alpha li {
  list-style-type: lower-alpha;;
}

.doc-page__paragraph-description--upper-text {
  font-weight: 700;
}

@media screen and (min-width: 1024px) {
  .doc-page {
    padding: 168px 0 100px;
  }
  .doc-page__title {
    line-height: 78px;
    max-width: 670px;
    margin-top: -14px;
    font-size: 60px;
  }
  .doc-page__paragraph {
    font-size: 22px;
    line-height: 33px;
    font-weight: 300;
  }
  .doc-page__paragraph:first-of-type {
    padding-bottom: 37px;
    margin-top: 92px;
  }
  .doc-page__paragraph-title {
    font-size: 36px;
    line-height: 54px;
  }
  .doc-page__paragraph:not(:first-of-type) {
    margin-top: 65px;
  }
  .doc-page__paragraph-list {
    padding-left: 32px !important;
  }
  .doc-page__paragraph-list li:before {
    margin-left: -21px;
    font-size: 20px;
  }
  .doc-page__paragraph-description--important-info {
    font-size: 22px;
    line-height: 33px !important;
  }
  .doc-page__paragraph-title-2 {
    font-size: 36px;
    line-height: 48px;
  }
  .doc-page__paragraph-title-2-num {
    margin-right: 63px;
  }
  .doc-page__paragraph-title-2:first-of-type {
    margin-top: -80px;
  }
  .doc-page__paragraph-title-2:not(:first-of-type) {
    margin-top: -4px;
  }
  .doc-page__list-decimal {
    font-size: 22px;
    line-height: 33px;
    padding-left: 35px !important;
    margin-top: -2px;
  }
  .doc-page__paragraph-description--info {
    font-size: 22px;
    line-height: 33px;
    margin-top: 25px;
  }
  .mt-104px {
    margin-top: 104px !important;
  }
  .doc-page__list-lower-alpha {
    font-size: 22px;
    line-height: 33px;
    padding-left: 67px !important;
  }
}
