.certificate-section {
  padding: 60px 0 120px;
  position: relative;
}

.certificate-section > .container,
.certificate-section > .elementor-container {
  position: relative;
  z-index: 2;
}

.certificate-section__title {
  max-width: 724px;
  font-size: 36px;
  line-height: 1.1666666667;
  margin-bottom: 40px;
}

.certificate-section .certificate-message__item {
  padding-left: 84px;
  position: relative;
  margin-bottom: 28px;
}

.certificate-section .certificate-message__number {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(110.48deg, #6bd5e4 0%, #8adfe3 100%);
  box-sizing: border-box;
  box-shadow: -12px -6px 24px #ffffff, 12px 12px 24px rgba(0, 0, 0, 0.1);
  font-size: 28px;
  line-height: 1.0714285714;
  font-weight: 700;
  color: #0069b1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.certificate-section .certificate-message__title {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  color: #0069b1;
  margin-bottom: 16px;
  padding-top: 14px;
}

.certificate-section .certificate-message__desc {
  font-size: 16px;
  line-height: 1.5;
  color: #323232;
}

.certificate-section .certificate-message__desc p {
  margin-bottom: 0;
}

.certificate-section .certificate-scoring__title {
  font-size: 28px;
  line-height: 1.1428571429;
  font-weight: 700;
  margin-top: 80px;
  margin-bottom: 40px;
}

.certificate-section .certificate-scoring__list {
  margin: 0;
  padding: 6px 6px 20px;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  overflow-x: auto;
}

.certificate-section .certificate-scoring__list-container {
  position: relative;
}

.certificate-section .certificate-scoring__list-container:before {
  content: "";
  width: 100%;
  height: 96px;
  background-color: #fff;
  box-shadow: 0px 32px 160px -12px rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 20px;
}

.certificate-section .certificate-scoring__list > li {
  min-width: 190px;
  position: relative;
  z-index: 1;
}

.certificate-section .certificate-scoring__list > li + li {
  margin-left: 20px;
}

.certificate-section .certificate-scoring__list > li:nth-child(1) .certificate-scoring__score {
  background-color: #8adfe3;
  border-radius: 20px 0 0 20px;
}

.certificate-section .certificate-scoring__list > li:nth-child(2) .certificate-scoring__score {
  background-color: #76cbcf;
}

.certificate-section .certificate-scoring__list > li:nth-child(3) .certificate-scoring__score {
  background-color: #66d5e1;
}

.certificate-section .certificate-scoring__list > li:nth-child(4) .certificate-scoring__score {
  background-color: #55c5d1;
}

.certificate-section .certificate-scoring__list > li:nth-child(5) .certificate-scoring__score {
  background-color: #00adc6;
  border-radius: 0 20px 20px 0;
}

.certificate-section .certificate-scoring__score {
  padding: 30px 20px;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}

.certificate-section .certificate-scoring__message {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.certificate-section .certificate-slider.clean-slider {
  max-height: 100px;
  visibility: hidden;
}

.certificate-section .certificate-slider-container {
  width: 500px;
  position: relative;
  padding: 0 20px;
}

.certificate-section .certificate-slider-container .arrow-left,
.certificate-section .certificate-slider-container .arrow-right {
  background: linear-gradient(110.48deg, #ececec 0%, #f4f4f4 100%);
  box-shadow: -6px -6px 24px #ffffff, 6px 6px 24px rgba(0, 0, 0, 0.15);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.certificate-section .certificate-slider-container .arrow-left img,
.certificate-section .certificate-slider-container .arrow-right img {
  width: 24px;
  display: block;
}

.certificate-section .certificate-slider-container .arrow-left {
  left: 0;
}

.certificate-section .certificate-slider-container .arrow-right {
  right: 0;
}

.certificate-section .certificate-slider-container .dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  bottom: 24px;
  left: 0;
  width: 100%;
}

.certificate-section .certificate-slider-container .dots__item {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #00adc6;
  padding: 0;
  margin: 0 6px;
  border: 0;
  cursor: pointer;
  outline: 0;
}

.certificate-section .certificate-slider-container .dots__item--active {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 4px solid #00adc6;
  box-shadow: -2px -2px 8px #ffffff, 2px 2px 8px rgba(0, 0, 0, 0.2);
}

.certificate-section .certificate-slider__item img {
  display: block;
}

.certificate-section .section-ornament-1 {
  width: 310px;
  top: 44px;
  right: -129px;
}

.certificate-section .section-ornament-2 {
  width: 109px;
  left: -173px;
  top: 70%;
}

.certificate-section .section-ornament-3 {
  width: 154px;
  left: -154px;
  bottom: 0;
}

.certificate-section .section-ornament-4 {
  width: 320px;
  right: -200px;
  bottom: 12px;
}

.certificate-section.english-course .section-ornament-1 {
  width: 270px;
}

.certificate-section.english-course .section-ornament-2 {
  width: 96px;
  bottom: 400px;
  top: auto;
  left: -130px;
}

.certificate-section.english-course .section-ornament-3 {
  width: 160px;
  bottom: -15px;
  left: 20px;
}

.certificate-section.english-course .section-ornament-4 {
  width: 230px;
  right: 0;
  bottom: 0;
}

@media (max-width: 1400px) {
  .certificate-section.english-course .section-ornament-3 {
    width: 120px;
  }
  .certificate-section.english-course .section-ornament-4 {
    right: -90px;
  }
}

@media (max-width: 1199.98px) {
  .certificate-section .certificate-slider-container {
    margin: 20px auto 0;
  }
}

@media (max-width: 991.98px) {
  .certificate-section {
    padding: 60px 0 40px;
  }
  .certificate-section__title {
    font-size: 30px;
  }
  .certificate-section.english-course .section-ornament-1 {
    width: 160px;
    right: -23px;
    top: -30px;
  }
  .certificate-section.english-course .section-ornament-3 {
    width: 78px;
  }
  .certificate-section.english-course .section-ornament-4 {
    width: 130px;
    right: -40px;
  }
}

@media (max-width: 767.98px) {
  .certificate-section__title {
    font-size: 24px;
    margin-bottom: 26px;
  }
  .certificate-section .certificate-message__item {
    padding-left: 56px;
    margin-bottom: 24px;
  }
  .certificate-section .certificate-message__number {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .certificate-section .certificate-message__title {
    padding-top: 10px;
  }
  .certificate-section .certificate-slider-container {
    width: 100%;
    padding: 0;
  }
  .certificate-section .certificate-slider-container .arrow-left {
    left: 10px;
  }
  .certificate-section .certificate-slider-container .arrow-right {
    right: 10px;
  }
  .certificate-section .certificate-scoring {
    margin-top: 60px;
  }
  .certificate-section .certificate-scoring__title {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .certificate-section .certificate-scoring__list > li {
    min-width: 180px;
  }
  .certificate-section .certificate-scoring__score {
    margin-bottom: 20px;
  }
  .certificate-section .certificate-scoring__message {
    font-size: 15px;
  }
  .certificate-section .section-ornament-1 {
    bottom: 491px;
    top: auto;
    width: 132px;
    right: -50px;
  }
  .certificate-section .section-ornament-2 {
    width: 45px;
    left: -20px;
    bottom: 280px;
    top: auto;
  }
  .certificate-section .section-ornament-4 {
    width: 122px;
    right: -24px;
    bottom: -20px;
  }
  .certificate-section.english-course .section-ornament {
    display: block;
  }
  .certificate-section.english-course .section-ornament-1, .certificate-section.english-course .section-ornament-2 {
    display: none;
  }
  .certificate-section.english-course .section-ornament-3 {
    width: 60px;
    left: 7px;
  }
  .certificate-section.english-course .section-ornament-4 {
    width: 120px;
    right: -58px;
  }
}
/*# sourceMappingURL=certificate.min.css.map */