.section.d-4 {
  padding-top: 12rem;
}
.section.d-4 .bg {
  width: 39vw;
  height: 39vw;
  max-width: 32.8rem;
  max-height: 32.8rem;
  bottom: 3rem;
  left: -4.9rem;
  opacity: 0.05;
  border: 1.2rem solid #5A4FDB;
}
.section.d-4 .content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding-top: 2.5rem;
}
.section.d-4 .card__school {
  display: flex;
  flex-direction: column;
  padding: 2.8rem 2.8rem 3.2rem;
  width: 100%;
  height: auto;
  margin-top: 1.5rem;
  background-color: #fff;
  box-shadow: 0rem 0rem 20px rgba(94, 98, 120, 0.02);
  border-radius: 2rem;
}
@media only screen and (min-width: 768px) {
  .section.d-4 .card__school {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.section.d-4 .card__school:hover {
  box-shadow: 0rem 0rem 3rem rgba(94, 98, 120, 0.1), 0rem 0rem 2rem rgba(94, 98, 120, 0.02);
}
.section.d-4 .card__school .subtitle {
  margin-right: 0.8rem;
  font-weight: 400;
  line-height: 1.2;
  color: #2C294B;
  opacity: 0.4;
}
.section.d-4 .card__school .card__description {
  margin-top: 2.4rem;
  font-size: 1.4rem;
}
.section.d-4 .card__header {
  display: flex;
  justify-content: space-between;
}
.section.d-4 .post__title {
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .section.d-4 .post__title {
    padding-right: 8rem;
  }
}
@media only screen and (min-width: 1280px) {
  .section.d-4 .post__title {
    padding-right: 0;
  }
}
.section.d-4 .img__wrap {
  margin-top: -0.8rem;
  margin-left: -0.8rem;
  width: 21.5vw;
  height: 21.5vw;
  max-width: 13.2rem;
  max-height: 13.2rem;
}
.section.d-4 .img__wrap img {
  border-radius: 1.6rem;
}
.section.d-4 .card__body {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .section.d-4 .card__body {
    margin-top: 0;
    margin-left: 3.2rem;
    flex: 1;
  }
}
.section.d-4 .info__wrap {
  margin-top: 1.2rem;
  display: flex;
  flex-direction: column;
}
.section.d-4 .category {
  margin-top: 0.4rem;
}
.section.d-4 .grade__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}
.section.d-4 .total__reviews-wrap .subtitle {
  margin-top: 0;
  width: auto;
  font-weight: 500;
  color: #2C294B;
  opacity: 0.56;
}
.section.d-4 .total__reviews-wrap .subtitle.reviews__num {
  font-weight: 600;
  opacity: 0.9;
}
@media only screen and (min-width: 600px) {
  .section.d-4 .sale__stick {
    right: auto;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    left: -3.1rem;
  }
}
.section.d-4 .card__footer {
  margin-top: 3.2rem;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 600px) {
  .section.d-4 .card__footer {
    margin-top: 1.6rem;
    justify-content: flex-end;
  }
}
.section.d-4 .card__footer .btn__wrap {
  margin-top: 0;
  width: auto;
  margin-left: 4.4rem;
}
.section.d-4 .btn__wrap {
  margin-top: 4rem;
}

.section.d-3 {
  overflow: hidden;
  padding-top: 12rem;
}
.section.d-3 .bg {
  width: 55vw;
  height: 55vw;
  max-width: 42.4rem;
  max-height: 42.4rem;
  top: 7.9rem;
  right: -5.5rem;
  opacity: 0.05;
  border: 1.4rem solid #5A4FDB;
}
.section.d-3 .content {
  padding-top: 7.4rem;
}
.section.d-3 .swiper.swiper__d-3 {
  overflow: visible;
}
.section.d-3 .school__card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 6.5rem 2.8rem 3.2rem;
  background-color: #fff;
  box-shadow: 0rem 0rem 20px rgba(94, 98, 120, 0.02);
  border-radius: 2rem;
}
.section.d-3 .school__card:hover {
  box-shadow: 0rem 0rem 3rem rgba(94, 98, 120, 0.1), 0rem 0rem 2rem rgba(94, 98, 120, 0.02);
}
.section.d-3 .school__card-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.section.d-3 .school__img-wrap {
  position: absolute;
  left: 3.2rem;
  top: -4rem;
  width: 8rem;
  height: 8rem;
  overflow: hidden;
  border-radius: 50%;
}
.section.d-3 .card__header {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.section.d-3 .card__header .post__title.school__title {
  margin-top: 2rem;
}
.section.d-3 .card__header .subtitle {
  margin-top: 0.5rem;
  opacity: 0.5;
  color: #2C294B;
}
.section.d-3 .card__body {
  margin-top: 2rem;
  width: 100%;
}
.section.d-3 .card__footer {
  margin-top: 2.5rem;
}
.section.d-3 .btn__wrap {
  padding-top: 1.4rem;
  flex-direction: column;
}
.section.d-3 .btn__wrap .btn {
  margin-top: 4rem;
}

.single-course .header {
  box-shadow: 0rem 0rem 20px rgba(94, 98, 120, 0.05);
}

.section.d-4 {
  padding-top: 0;
  background: #fff;
  border-radius: 0 0 2rem 2rem;
}
@media only screen and (min-width: 768px) {
  .section.d-4 .breadcrumbs__wrap {
    margin-top: 10rem;
  }
}
.section.d-4 .breadcrumbs__wrap .last {
  max-width: 45vw;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 480px) {
  .section.d-4 .breadcrumbs__wrap .last {
    max-width: 55vw;
  }
}
@media only screen and (min-width: 600px) {
  .section.d-4 .breadcrumbs__wrap .last {
    max-width: 65vw;
  }
}
@media only screen and (min-width: 768px) {
  .section.d-4 .breadcrumbs__wrap .last {
    max-width: 70vw;
  }
}
@media only screen and (min-width: 1024px) {
  .section.d-4 .breadcrumbs__wrap .last {
    max-width: none;
    white-space: normal;
  }
}
.section.d-4 .single-course__wrapper {
  margin-top: 4.2rem;
  padding: 0 1.3rem 3.2rem;
}
.section.d-4 .single-course__wrapper .card__school {
  padding: 0;
  margin-top: 0;
  box-shadow: none;
  border-radius: 0;
}
.section.d-4 .single-course__wrapper .card__school:hover {
  box-shadow: none;
}
.section.d-4 .single-course__wrapper .card__header {
  display: none;
}
.section.d-4 .single-course__wrapper .card__description p, .section.d-4 .single-course__wrapper .card__description li, .section.d-4 .single-course__wrapper .card__description ul, .section.d-4 .single-course__wrapper .card__description ol {
  display: inline;
}
.section.d-4 .single-course__wrapper .post__title {
  font-size: 2.4rem;
  line-height: 2.9rem;
}
.section.d-4 .single-course__wrapper .info__wrap {
  margin-top: 2rem;
}
.section.d-4 .single-course__wrapper .card__body {
  margin-top: 0;
}
.section.d-4 .single-course__wrapper .card__footer {
  margin-top: 2.4rem;
  flex-direction: column;
}
.section.d-4 .single-course__wrapper .card__footer .price__wrap {
  align-items: center;
}
.section.d-4 .single-course__wrapper .card__footer .btn__wrap {
  margin-top: 2.4rem;
  margin-left: 0;
}
.section .single-course__btn {
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.5rem;
  min-width: auto;
  max-width: 25.3rem;
  background: #FFC700;
  border-color: #FFC700;
  color: #2C294B;
  text-align: center;
}
.section .single-course__btn .btn__text {
  font-weight: 700;
  font-size: 1.5rem;
}

.about {
  padding: 4.8rem 0 6rem;
}
.about__title {
  margin-bottom: 4rem;
  text-align: center;
}
.about__features {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 600px) {
  .about__features {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    justify-content: center;
  }
}
.about__feature {
  margin-bottom: 0.8rem;
  padding: 2rem;
  background: #fff;
  box-shadow: 0rem 0rem 20px rgba(94, 98, 120, 0.02);
  border-radius: 2rem;
  height: 24rem;
  overflow: hidden;
}
@media only screen and (min-width: 600px) {
  .about__feature {
    margin-bottom: 0;
    flex: 1 0 49%;
  }
}
.about__feature:first-of-type .about__feature-bg {
  top: 4.3rem;
}
.about__feature:nth-of-type(2) .about__feature-bg {
  top: 6rem;
}
.about__feature:nth-of-type(3) .about__feature-bg {
  top: 5.3rem;
}
.about__feature:last-of-type {
  margin-bottom: 0;
}
.about__feature-bg {
  position: absolute;
  top: 0;
  right: 0;
}
.about__feature-icon {
  margin-bottom: 1.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5rem;
  width: 6rem;
  height: 6rem;
  background: #F9FAFB;
}
.about__feature-img {
  width: 49%;
}
.about__feature-title {
  margin-bottom: 0.8rem;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 120%;
  color: #2C294B;
}
.about__feature-text {
  color: #2C294B;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 150%;
  color: rgba(44, 41, 75, 0.8);
}
.about__info {
  margin-bottom: 4rem;
}
.about__info p, .about__info li {
  font-size: 1.5rem;
  line-height: 150%;
}
.about__info ul,
.about__info ol,
.about__info p {
  margin-bottom: 1rem;
}
.about__info ul:last-of-type:not(:only-of-type),
.about__info ol:last-of-type:not(:only-of-type),
.about__info p:last-of-type:not(:only-of-type) {
  margin-bottom: 0;
}
.about__info ul, .about__info ol {
  padding-left: 2.2rem;
  list-style: initial;
}

.reviews {
  padding-top: 6rem;
  overflow: hidden;
}
.reviews .bg.bg-1 {
  top: 6rem;
  right: -7rem;
  width: 42.5vw;
  height: 42.5vw;
  max-width: 29.7rem;
  max-height: 29.7rem;
  border: 1.5rem solid rgba(90, 79, 219, 0.08);
}
.reviews .bg.bg-2, .reviews .bg.bg-3 {
  border: 3px solid #FFC800;
}
.reviews .bg.bg-2 {
  top: 2.5rem;
  right: 4.3rem;
  width: 4.5vw;
  height: 4.5vw;
  max-width: 2.8rem;
  max-height: 2.8rem;
}
.reviews .bg.bg-3 {
  top: 4.7rem;
  right: 8.5rem;
  width: 7.6vw;
  height: 7.6vw;
  max-width: 4.7rem;
  max-height: 4.7rem;
}
.reviews__title {
  margin-bottom: 1.2rem;
  text-align: left;
}
.reviews__title-wrap {
  margin-bottom: 2.4rem;
}
.reviews__subtitle {
  font-size: 1.4rem;
  line-height: 180%;
  color: rgba(44, 41, 75, 0.8);
}
.reviews .filters__wrapper {
  margin-bottom: 2.4rem;
}
.reviews .filters__title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.4rem;
  color: #2C294B;
}
.reviews .filters__title-wrap {
  display: none;
}
.reviews .filters__result {
  margin-top: 0.4rem;
  opacity: 0.6;
}
.reviews .filters__result span {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #2C294B;
}
.reviews .reset__filters {
  display: none;
}
.reviews .filters__body {
  margin-bottom: 2rem;
}
.reviews .filters__block .btn__wrap {
  margin-bottom: 0.8rem;
  justify-content: flex-start;
}
.reviews .filters__block .checkbox__btn span {
  text-decoration: underline;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #5A4FDB;
}
.reviews .filters__block .rating__block {
  justify-content: flex-start;
}
.reviews .tax__title {
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #2C294B;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.reviews .tax__body {
  margin-top: 1.2rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}
.reviews .checkbox__wrap {
  margin-top: 1.6rem;
  padding-top: 1.6rem;
  border-top: 0.1rem solid rgba(44, 41, 75, 0.1);
}
.reviews .checkbox {
  padding: 0.8rem 0 0.8rem 2.4rem;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #2C294B;
}
.reviews .checkbox::before, .reviews .checkbox::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.reviews .checkbox::before {
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  border: 0.1rem solid rgba(44, 41, 75, 0.3);
  background-color: transparent;
  border-radius: 0.4rem;
}
.reviews .checkbox::after {
  display: none;
  left: 0.6rem;
  transform: translateY(-60%) rotate(45deg);
  z-index: 1;
  width: 0.5rem;
  height: 0.8rem;
  border-bottom: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
}
.reviews .checkbox.checked::after {
  display: inline-block;
}
.reviews .checkbox.checked::before {
  border-color: #2C294B;
  background-color: #2C294B;
}
.reviews .checkbox:hover {
  cursor: pointer;
}
.reviews .checkbox.disabled.checked::after {
  display: none;
}
.reviews .checkbox.disabled::before {
  border-color: #2C294B;
  background-color: #2C294B;
  opacity: 0.1;
}
.reviews .tax__filters .tax__header {
  cursor: pointer;
}
.reviews .tax__filters .tax__header .tax__title {
  display: inline-block;
}
.reviews .tax__filters.tax__category .tax__header {
  display: flex;
}
.reviews .filters__footer .btn__wrap {
  width: 100%;
  height: auto;
}
.reviews .filters__footer .filters__reset {
  width: inherit;
  height: auto;
  padding: 1.1rem 2.1rem;
  background-color: transparent;
  border-radius: 0.8rem;
}
.reviews .filters__footer .filters__reset span {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #5A4FDB;
}
.reviews .filters__footer .filters__reset {
  border: 0.1rem solid rgba(44, 41, 75, 0.15);
}
.reviews__wrapper {
  margin-bottom: 1.6rem;
}
.reviews__wrapper.week-reviews::after, .reviews__wrapper.no-more::after {
  display: none;
}
.reviews__wrapper::after {
  content: "";
  width: 100%;
  height: 17rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(245, 246, 247, 0) 0%, #F5F6F7 100%);
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.reviews__wrapper-noreviews {
  color: #2C294B;
}

.section.d-4.others {
  padding: 6rem 0;
  background: transparent;
}
.section.d-4.others .title__wrap {
  text-align: center;
}
.section.d-4.others .title__wrap a {
  color: #5A4FDB;
}

.section.d-3.similar .title__wrap {
  text-align: center;
}

.review__card.card {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  padding: 3.2rem 2.8rem 2.8rem;
  background-color: #fff;
  box-shadow: 0rem 0rem 20px rgba(94, 98, 120, 0.02);
  border-radius: 2rem;
}
@media only screen and (min-width: 1024px) {
  .review__card.card {
    margin-bottom: 1.6rem;
    padding: 3.2rem;
    display: flex;
    flex-direction: column;
  }
}
.review__card.card:last-of-type {
  margin-bottom: 0;
}
.review__card.card .card__description {
  font-size: 1.4rem;
  line-height: 180%;
}
.review__card.card .post__title {
  margin-bottom: 1.2rem;
  font-size: 2rem;
}
@media only screen and (min-width: 1024px) {
  .review__card.card .post__title {
    padding-right: 12rem;
  }
}
.review__card.card .info__wrap {
  margin-bottom: 1.2rem;
  display: flex;
  align-items: baseline;
  flex-direction: row;
}
@media only screen and (min-width: 1024px) {
  .review__card.card .info__wrap {
    margin-bottom: 0;
  }
}
.review__card.card .course__subtitle {
  margin-right: 0.5rem;
  font-size: 1.3rem;
  line-height: 1.3rem;
  color: rgba(44, 41, 75, 0.5);
  text-transform: capitalize;
}
.review__card.card .card__header,
.review__card.card .card__body {
  width: 81%;
}
.review__card.card .card__time-desk {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .review__card.card .card__time-desk {
    margin-top: 1.2rem;
    display: block;
  }
}
.review__card.card .card__time-mob {
  display: block;
  margin-top: 2.4rem;
  text-align: right;
}
@media only screen and (min-width: 1024px) {
  .review__card.card .card__time-mob {
    display: none;
  }
}
.review__card.card .grade__wrap {
  text-align: right;
  justify-self: flex-end;
}
@media only screen and (min-width: 1024px) {
  .review__card.card .grade__wrap {
    position: absolute;
    right: 3.2rem;
  }
}
.review__card.card .card__link {
  font-size: 1.4rem;
}
.review__card.card .card__date {
  font-size: 1.4rem;
  line-height: 2rem;
  color: rgba(44, 41, 75, 0.4);
}
.review__card.card .card__body {
  margin-top: 2.5rem;
}
@media only screen and (min-width: 1024px) {
  .review__card.card .card__body {
    margin-top: 2rem;
    padding-left: 1.2rem;
  }
}