.module-downloads-page .content {
  width: 1264px;
  margin: 0 auto;
  color: #0B1E04;
  padding: 0 22px;
}
@media only screen and (min-width: 761px) and (max-width: 1270px) {
  .module-downloads-page .content {
    width: 100%;
    max-width: 1264px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .module-downloads-page .content {
    width: 360px;
    min-width: 360px;
  }
}
.module-downloads-page .content .files.section {
  margin-top: 70px;
}
.module-downloads-page .content .files.section .section-title {
  margin-bottom: 44px;
}
.module-downloads-page .content .files-item {
  position: relative;
  margin-left: 48px;
  font-size: 16px;
  line-height: 30px;
}
.module-downloads-page .content .files-item:not(:last-of-type) {
  margin-bottom: 35px;
}
.module-downloads-page .content .files-item a {
  color: #0B1E04;
  text-decoration: none;
}
.module-downloads-page .content .files-item:before {
  content: "";
  height: 32px;
  width: 32px;
  background: url(/assets/img/2dead846bf663b5432244940f8348fd2.svg) no-repeat;
  background-size: cover;
  position: absolute;
  left: -48px;
}
.module-downloads-page .content .section-title {
  font-weight: bold;
  font-size: 42px;
  line-height: 50px;
  text-transform: none;
  color: #0B1E04;
}
@media screen and (max-width: 760px) {
  .module-downloads-page .content .files.section {
    margin-top: 40px;
  }
  .module-downloads-page .content .files.section .section-title {
    font-size: 22px;
    font-weight: 30px;
    margin-bottom: 30px;
  }
  .module-downloads-page .content .files.section .document-label {
    font-size: 14px;
  }
  .module-downloads-page .content .files.section .files-item:before {
    height: 24px;
    width: 24px;
    top: 8px;
  }
  .module-downloads-page .content .files.section .files-item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

.downloads .documents-component {
  background-color: #F8FAFF;
  padding: 80px 0 56px;
  margin-bottom: -120px;
}
.downloads .documents-component .content {
  padding: 0 8px;
  width: 1264px;
  margin: 0 auto;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .downloads .documents-component .content {
    width: 360px;
    min-width: 360px;
  }
}
@media only screen and (min-width: 761px) and (max-width: 1270px) {
  .downloads .documents-component .content {
    max-width: 1000px;
    width: 100%;
  }
}
.downloads .documents-component-title {
  font-size: 32px;
  line-height: 40px;
  margin: 0 0 32px 0;
  font-weight: 700;
}
.downloads .documents-component-item {
  margin-bottom: 16px;
  display: flex;
  font-weight: 400;
}
.downloads .documents-component-item a {
  line-height: 24px;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.014em;
  color: #0B1E04;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}
.downloads .documents-component-item a img {
  width: 40px;
  height: 48px;
}
.downloads .documents-component-item a div {
  padding-left: 10px;
}
.downloads .documents-component-item-wrapper {
  display: flex;
  flex-direction: column;
}
.downloads .documents-component-item:last-child {
  margin-bottom: 0;
}
.downloads .documents-component.platinum-card {
  background-color: #151515;
}
.downloads .documents-component.reports {
  background-color: #FFFFFF;
  padding-bottom: 8px;
}
.downloads .documents-component.white-page {
  background-color: #FFFFFF;
}
.downloads .documents-component.new-design {
  background-color: #F9F9F9;
}
.downloads .documents-component.pbp {
  padding: 48px 0;
}
.downloads .documents-component.pbp .documents-component-title {
  margin: 0 0 24px 0;
}
.downloads .documents-component.about {
  background-color: transparent;
  margin-bottom: 0;
}
.downloads .documents-component.about-general {
  background-color: transparent;
  margin-bottom: 0;
}
.downloads .documents-component.about-general .content {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  column-gap: 20px;
}
.downloads .documents-component.about-general .content .documents-component-title {
  width: 100%;
  flex-shrink: 0;
}
.downloads .documents-component.about-general .content .documents-component-item {
  width: 49%;
}
.downloads .documents-component.usefull {
  padding-top: 0;
  padding-bottom: 24px;
}
.downloads .documents-component.usefull .content {
  padding: 0;
}
.downloads .documents-component.usefull .documents-component-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  /* 133.333% */
  margin: 0 0 16px 0;
}
.downloads .documents-component.usefull .usefull-documents-item {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 16px 24px;
  background: #FFFFFF;
  gap: 16px;
  border-radius: 16px;
  margin-bottom: 8px;
}
.downloads .documents-component.usefull .usefull-documents-item-text {
  font-feature-settings: 'liga' off, 'clig' off;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.252px;
}
.downloads .documents-component.usefull .usefull-documents-item-btn {
  color: #FFFFFF;
  text-decoration: none;
  display: flex;
  width: 275px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #0D0C22;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  .downloads .documents-component.usefull .usefull-documents-item-btn {
    width: 100%;
  }
}


/*# sourceMappingURL=pages-DownloadsPage.d17f985464b9b1b05de5.css.map*/