.check-list li {
  position: relative;
  margin-bottom: 9px;
  padding-left: 20px;
  color: #404040;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}
.check-list li:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
  width: 5px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #EC0928;
  transform: rotate(45deg);
}
.check-list--blue li:after {
  border-color: #00A8E2;
}

.bullet-list li, .paragraph-progress-chart-item__field-second-description ul li, .paragraph-progress-chart-item__field-description ul li {
  position: relative;
  margin-bottom: 7px;
  padding-left: 12px;
  color: #404040;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}
.bullet-list li:after, .paragraph-progress-chart-item__field-second-description ul li:after, .paragraph-progress-chart-item__field-description ul li:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #404040;
}

.paragraph-progress-chart-item__field-second-description ul li, .paragraph-progress-chart-item__field-description ul li {
  font-size: 13px;
  line-height: 1.4;
}
.paragraph-progress-chart-item__field-second-description ul li:after, .paragraph-progress-chart-item__field-description ul li:after {
  width: 3px;
  height: 3px;
}

.paragraph-progress-chart-item__field-second-description hr, .paragraph-progress-chart-item__field-description hr {
  padding: 15px 0;
  border: none;
}
.paragraph-progress-chart-item__field-second-description hr::before, .paragraph-progress-chart-item__field-description hr::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 100%;
  max-width: 100%;
  border-top: 1px solid #aaa;
}

.paragraph-progress-chart-item__field-second-description h3, .paragraph-progress-chart-item__field-description h3 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  color: #EC0928;
}

.paragraph-progress-chart {
  padding: 50px 0 30px;
  margin: 0 -15px;
  background-color: #EEE;
}
@media (min-width: 768px) {
  .paragraph-progress-chart {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media (min-width: 992px) {
  .paragraph-progress-chart {
    padding-top: 68px;
    padding-bottom: 68px;
  }
}
@media (min-width: 1200px) {
  .paragraph-progress-chart {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.paragraph-progress-chart.type-table .paragraph-progress-chart-item__header {
  height: 100%;
}
.paragraph-progress-chart.type-table .paragraph-progress-chart-item__header .level {
  height: 100%;
}
.paragraph-progress-chart.type-table .paragraph-progress-chart__field-progress-chart-item {
  margin-top: 45px;
}
.paragraph-progress-chart.header-grey .paragraph-progress-chart-item__header .level {
  background-color: #404040;
}
.paragraph-progress-chart.bg-white {
  background-color: #fff;
}
.paragraph-progress-chart.bg-white .paragraph-progress-chart-item__main-content {
  border: 1px solid #ccc;
}
.paragraph-progress-chart.bg-medium-grey {
  background-color: #eaeaea;
}
.paragraph-progress-chart.bg-light-grey {
  background-color: #F8F8F8;
}
@media (min-width: 992px) {
  .paragraph-progress-chart.type-progress-chart .paragraph-progress-chart__field-progress-chart-item [data-level="1"] .level {
    height: 120px;
  }
  .paragraph-progress-chart.type-progress-chart .paragraph-progress-chart__field-progress-chart-item [data-level="2"] .level {
    height: 140px;
  }
  .paragraph-progress-chart.type-progress-chart .paragraph-progress-chart__field-progress-chart-item [data-level="3"] .level {
    height: 160px;
  }
  .paragraph-progress-chart.type-progress-chart .paragraph-progress-chart__field-progress-chart-item [data-level="4"] .level {
    height: 180px;
  }
  .paragraph-progress-chart.type-progress-chart .paragraph-progress-chart__field-progress-chart-item [data-level="5"] .level {
    height: 200px;
  }
}
.paragraph-progress-chart__container {
  max-width: 1146px;
  padding: 0 15px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .paragraph-progress-chart__container {
    padding: 0;
  }
}
.paragraph-progress-chart__field-title {
  max-width: 950px;
  margin: 0 auto 15px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #000;
}
@media (min-width: 992px) {
  .paragraph-progress-chart__field-title {
    font-size: 32px;
  }
}
.paragraph-progress-chart__field-description p {
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  color: #000;
}
@media (min-width: 992px) {
  .paragraph-progress-chart__field-description p {
    font-size: 16px;
  }
}
.paragraph-progress-chart-item {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}
.paragraph-progress-chart-item__header {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
@media (min-width: 992px) {
  .paragraph-progress-chart-item__header {
    height: 200px;
  }
}
.paragraph-progress-chart-item__header .level {
  padding: 15px;
  background-color: #EC0928;
  height: 100%;
}
@media (min-width: 992px) {
  .paragraph-progress-chart-item__header .level {
    height: 100px;
  }
}
.paragraph-progress-chart-item__main-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  background-color: #fff;
}
.paragraph-progress-chart-item__field-text {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
}
.paragraph-progress-chart-item__field-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.1;
  color: #fff;
}
.paragraph-progress-chart-item__field-description {
  position: relative;
  padding: 15px;
}
.paragraph-progress-chart-item__field-description p {
  font-size: 13px;
  line-height: 1.5;
  color: #404040;
}
.paragraph-progress-chart-item__field-description p:last-of-type {
  margin-bottom: 0;
}
.paragraph-progress-chart-item__field-second-description {
  position: relative;
  padding: 15px;
  border-top: 1px solid #aaa;
}
.paragraph-progress-chart-item__field-second-description p {
  font-size: 13px;
}
.paragraph-progress-chart__field-progress-chart-item {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .paragraph-progress-chart__field-progress-chart-item {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 60px;
  }
}
.paragraph-progress-chart__field-progress-chart-item-item:not(:last-of-type) {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .paragraph-progress-chart__field-progress-chart-item-item {
    width: 33%;
  }
  [dir=ltr] .paragraph-progress-chart__field-progress-chart-item-item:not(:nth-child(3n)) {
    margin-right: 2px;
  }
  [dir=rtl] .paragraph-progress-chart__field-progress-chart-item-item:not(:nth-child(3n)) {
    margin-left: 2px;
  }
  .paragraph-progress-chart__field-progress-chart-item-item:not(:last-of-type) {
    margin-bottom: 0;
  }
  .paragraph-progress-chart__field-progress-chart-item-item:nth-child(-n+3) {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .paragraph-progress-chart__field-progress-chart-item-item {
    flex: 1;
    width: 100%;
  }
  [dir=ltr] .paragraph-progress-chart__field-progress-chart-item-item:not(:last-of-type) {
    margin-right: 10px;
  }
  [dir=rtl] .paragraph-progress-chart__field-progress-chart-item-item:not(:last-of-type) {
    margin-left: 10px;
  }
  [dir=ltr] .paragraph-progress-chart__field-progress-chart-item-item:not(:nth-child(3n)) {
    margin-right: 10px;
  }
  [dir=rtl] .paragraph-progress-chart__field-progress-chart-item-item:not(:nth-child(3n)) {
    margin-left: 10px;
  }
  .paragraph-progress-chart__field-progress-chart-item-item:nth-child(-n+3) {
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=progression-chart.css.map */
