@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.course-2026-header {
  background: #ebf5ff;
  max-width: 1200px;
  border-radius: 45px;
  padding: 50px 65px;
  margin: 30px auto;
  font-family: "Montserrat", Sans-serif;
  background-size: initial;
  color: black;
  min-height: 500px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .course-2026-header {
    display: block;
  }
}
.course-2026-header:before {
  display: block;
  height: 100%;
  width: 500px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(/wp-content/themes/kompas/assets/img/svg/cust-default.png) 0 0 no-repeat;
  background-size: cover;
}
.course-2026-header .absolute-img {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 620px;
}
@media (max-width: 768px) {
  .course-2026-header .absolute-img {
    position: static;
    width: 100%;
    max-width: 100%;
  }
}
.course-2026-header .inner {
  max-width: 650px;
}
.course-2026-header h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.1;
  color: #000;
  padding: 0;
  margin: 0 0 35px;
}
.course-2026-header .desc {
  padding: 0 0 50px;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #4f5665;
}
.course-2026-header .time {
  font-weight: 700;
  font-size: 21px;
  line-height: 152%;
  letter-spacing: -0.02em;
  color: #0b132a;
  margin-bottom: 28px;
}
.course-2026-header .reg-button {
  font-size: 18px;
  background-color: #0F41BD;
  border-radius: 20px;
  fill: #0f41bd;
  font-weight: 600;
  color: #fff;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 252px;
}
.course-2026-header .button-reg-panel {
  display: flex;
}

.programs {
  margin: 100px 0;
}
.programs .inner .head {
  position: relative;
}
@media (max-width: 768px) {
  .programs .inner .head {
    text-align: center;
  }
}
.programs .inner .head h2 {
  font-weight: 600;
  font-size: 44px;
  text-align: center;
  color: #0b132a;
}
@media (max-width: 768px) {
  .programs .inner .head h2 {
    font-size: 26px !important;
    line-height: normal !important;
    font-weight: 700;
  }
}
.programs .inner .head .download-program {
  font-weight: 700;
  font-size: 18px;
  line-height: 178%;
  letter-spacing: 0.01em;
  text-align: center;
  color: #0f41bd;
  display: inline-flex;
  border: 1px solid #adadad;
  border-radius: 16px;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 48px;
  width: 226px;
  padding: 0;
}
@media (max-width: 768px) {
  .programs .inner .head .download-program {
    position: static;
    display: inline-flex;
    line-height: normal;
    height: 50px;
    font-size: 16px;
    transform: none;
  }
}
@media (max-width: 768px) {
  .programs .inner .accordion {
    margin-top: 30px;
  }
}
.programs .inner .accordion .item {
  border-bottom: 1px solid rgba(8, 8, 9, 0.15);
}
.programs .inner .accordion .item:last-child {
  border-bottom: none;
}
.programs .inner .accordion .item li {
  border-bottom: none;
  list-style: disc;
}
.programs .inner .accordion .item .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 178%;
  color: #000;
  position: relative;
  padding: 15px 100px 15px 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .programs .inner .accordion .item .title {
    font-size: 16px;
    line-height: normal;
    padding: 15px 50px 15px 0;
  }
}
.programs .inner .accordion .item .title:before {
  right: 10px;
  top: 50%;
  content: "";
  background: url(/wp-content/themes/kompas/assets/img/svg/i-arrow.svg) center center no-repeat;
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  transform: translate(0, -50%);
  transition: 300ms;
}
.programs .inner .accordion .item .program-info {
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.02em;
  color: #000;
  padding-bottom: 0;
  max-height: 0;
  transition: 0.5ms;
  overflow: hidden;
}
.programs .inner .accordion .item .program-info ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.02em;
  color: #000;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
}
.programs .inner .accordion .item .program-info ul li:before {
  display: inline-block;
  position: absolute;
  left: -14px;
  top: 11px;
  width: 2px;
  height: 2px;
  background: #000;
  border-radius: 100%;
}
.programs .inner .accordion .item.active .title:before {
  transform: rotate(180deg) translate(0, 50%);
  transition: 300ms;
}
.programs .inner .accordion .item.active .program-info {
  padding-bottom: 24px;
  max-height: none;
  transition: 0.5ms;
  padding-top: 25px;
}
.programs .program-list {
  margin-top: 30px;
}
.programs .program-last .program-teacher {
  background: #E3EFFF;
}
.programs .program-last .program-teacher-name a {
  color: #000;
}
.programs .program-time {
  background: #E3EFFF;
}
.programs .program-time path {
  fill: #0000CC;
  fill-opacity: 1;
}
.programs .program-time .program-time-txt {
  color: #000;
}

.spekers {
  margin: 100px 0;
}
.spekers h2 {
  font-weight: 600;
  font-size: 44px;
  text-align: center;
  color: #0b132a;
}
@media (max-width: 768px) {
  .spekers h2 {
    font-size: 26px !important;
    line-height: normal !important;
    font-weight: 700;
  }
}
.spekers .content {
  background: #EBF5FF;
  padding: 45px 0;
}
.spekers .teacher-list .teacher-wrapper {
  box-shadow: 0 10px 60px 0 rgba(38, 45, 118, 0.08);
}
.spekers .teacher-list .teacher-wrapper .teacher-popup-close {
  display: none;
}
.benefit {
  margin: 100px 0;
  text-align: center;
}
.benefit .inner .head {
  margin-bottom: 80px;
}
.benefit .inner .head h2 {
  font-weight: 600;
  font-size: 44px;
  text-align: center;
  color: #0d0d0d;
}
@media (max-width: 768px) {
  .benefit .inner .head h2 {
    font-size: 26px !important;
    line-height: normal !important;
    font-weight: 700;
  }
}
.benefit .inner .content {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 40px;
}
.benefit .inner .content .item {
  grid-column: span 4;
  padding: 30px 15px 40px;
  display: flex;
  flex-flow: column;
  align-items: center;
  border-radius: 20px;
  box-shadow: 0 19px 47px 0 rgba(47, 50, 125, 0.1);
  background: #fff;
  position: relative;
}
@media (max-width: 768px) {
  .benefit .inner .content .item {
    grid-column: span 12;
  }
}
.benefit .inner .content .item > * {
  position: relative;
  z-index: 5;
}
.benefit .inner .content .item:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: block;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}
.benefit .inner .content .item .icon {
  margin-bottom: 20px;
}
.benefit .inner .content .item .text {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #4f5665;
}

.price-format {
  margin: 100px 0;
}
.price-format .inner .head {
  text-align: center;
  margin-bottom: 70px;
}
.price-format .inner .head h2 {
  font-weight: 600;
  font-size: 44px;
  text-align: center;
  color: #010101;
}
@media (max-width: 768px) {
  .price-format .inner .head h2 {
    font-size: 26px !important;
    line-height: normal !important;
    font-weight: 700;
  }
}
.price-format .inner .cards {
  display: flex;
  gap: 40px;
}
.price-format .inner .cards .card {
  box-sizing: border-box;
  padding: 30px;
  flex: 0 0 360px;
  max-width: 360px;
  border-radius: 16px;
  background: #e3efff;
  box-shadow: 0 16px 24px 0 rgba(38, 50, 56, 0.08), 0 8px 8px 0 rgba(38, 50, 56, 0.12);
  display: flex;
  flex-flow: column;
  align-items: center;
}
.price-format .inner .cards .card .name {
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
  letter-spacing: 0.01em;
  text-align: center;
  color: #00c;
  font-family: "Inter", sans-serif;
  margin-bottom: 24px;
  min-height: 50px;
}
.price-format .inner .cards .card .short-desc {
  font-weight: 400;
  font-size: 12px;
  line-height: 167%;
  text-align: center;
  color: #2d3436;
  margin-bottom: 35px;
  min-height: 40px;
}
.price-format .inner .cards .card ul.list {
  width: 100%;
  padding: 0;
  margin: 0 0 100px;
}
.price-format .inner .cards .card ul.list li {
  font-weight: 400;
  font-size: 16px;
  line-height: 94%;
  color: #2d3436;
  margin-bottom: 16px;
  border: none;
  padding: 0 0 0 48px;
  position: relative;
  min-height: 40px;
  display: flex;
  align-items: center;
}
.price-format .inner .cards .card ul.list li:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: url("/wp-content/themes/kompas/assets/img/svg/i-check-blue.svg") center center no-repeat;
  left: 0;
  top: 4px;
}
.price-format .inner .cards .card .prices-bottom {
  margin-top: auto;
  display: flex;
  flex-flow: column;
  gap: 10px;
  width: 100%;
}
.price-format .inner .cards .card .prices-bottom .price {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin: 0 -15px;
}
.price-format .inner .cards .card .prices-bottom .price-name {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.05em;
  color: #2d3436;
}
.price-format .inner .cards .card .prices-bottom .price-num {
  font-weight: 700;
  font-size: 24px;
}
.price-format .inner .cards .card .prices-bottom .price-num span {
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.price-format .inner .cards .card .actions {
  width: 100%;
  margin-top: 48px;
}
.price-format .inner .cards .card .actions .btn {
  display: flex;
  align-items: center;
  width: 100%;
  height: 64px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #e3efff;
  border-radius: 16px;
  background: #00c;
  justify-content: center;
}

.advantages {
  margin: 100px 0;
}
.advantages .inner .head {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 50px;
}
.advantages .inner .head h2 {
  line-height: 180%;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 600;
  font-size: 44px;
  color: #0b132a;
}
@media (max-width: 768px) {
  .advantages .inner .head h2 {
    font-size: 26px !important;
    line-height: normal !important;
    font-weight: 700;
  }
}
.advantages .inner .head .desc {
  font-weight: 400;
  font-size: 22px;
  line-height: 160%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #080808;
}
.advantages .inner .cards {
  display: flex;
  gap: 40px;
}
.advantages .inner .cards .card {
  flex: 0 0 360px;
  max-width: 360px;
  padding: 30px 10px 20px;
  display: flex;
  flex-flow: column;
  align-items: center;
  border-radius: 20px;
  box-shadow: 0 10px 60px 0 rgba(38, 45, 118, 0.08);
  background: #fff;
  position: relative;
}
.advantages .inner .cards .card .icon {
  margin-bottom: 20px;
}
.advantages .inner .cards .card .name {
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  color: #040404;
  margin-bottom: 10px;
}
.advantages .inner .cards .card .desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #000;
}

.section-review-new .head h2 {
  line-height: 180%;
  text-align: center;
  font-weight: 600;
  font-size: 44px;
  color: #0b132a;
}
.section-review-new.org-reviews .head {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .section-review-new.org-reviews .head {
    margin-bottom: 20px;
  }
}
.section-review-new.org-reviews .list {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0;
}
.section-review-new.org-reviews .list .item {
  grid-column: span 6;
}
@media (max-width: 768px) {
  .section-review-new.org-reviews .list .item {
    grid-column: span 12;
  }
}
.section-review-new.org-reviews .list .item img {
  max-width: 100%;
}

/* =========================================================
   <= 1199px
   ========================================================= */
@media (max-width: 1199px) {
  .course-2026-header {
    margin: 24px 20px;
    padding: 48px 48px;
    border-radius: 32px;
    min-height: 400px;
    background-size: 360px auto;
    background-position: right 24px center;
  }
  .course-2026-header .inner {
    max-width: 560px;
  }
  .course-2026-header h1 {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .course-2026-header .desc {
    font-size: 17px;
    line-height: 170%;
    padding-bottom: 32px;
  }
  .course-2026-header .button-reg-panel {
    gap: 16px;
    flex-wrap: wrap;
  }
  .programs,
  .spekers,
  .benefit,
  .price-format,
  .advantages {
    margin: 80px 0;
  }
  .benefit .inner .head,
  .price-format .inner .head,
  .advantages .inner .head {
    margin-bottom: 56px;
  }
  .benefit .inner .head h2,
  .price-format .inner .head h2,
  .advantages .inner .head h2 {
    font-size: 38px;
  }
  .advantages .inner .head h2 {
    margin-bottom: 30px;
    line-height: 140%;
  }
  .advantages .inner .head .desc {
    font-size: 20px;
    line-height: 150%;
  }
  .benefit .inner .content,
  .price-format .inner .cards,
  .advantages .inner .cards {
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }
  .advantages .inner .cards .card,
  .price-format .inner .cards .card {
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
  .price-format .inner .cards .card {
    padding: 28px 24px;
  }
  .price-format .inner .cards .card ul.list {
    margin-bottom: 56px;
  }
  .spekers .content {
    padding: 36px 0;
  }
  .programs .accordion .item .title {
    padding-right: 72px;
  }
}
/* =========================================================
   <= 991px
   ========================================================= */
@media (max-width: 991px) {
  .course-2026-header {
    margin: 20px 16px;
    padding: 40px 32px 280px;
    min-height: auto;
    align-items: flex-start;
    background-size: 280px auto;
    background-position: center bottom 24px;
  }
  .course-2026-header .inner {
    max-width: 100%;
  }
  .course-2026-header h1 {
    font-size: 28px;
    line-height: 1.15;
    margin-bottom: 28px;
  }
  .course-2026-header .desc {
    font-size: 16px;
    line-height: 165%;
    padding-bottom: 24px;
  }
  .course-2026-header .reg-button {
    width: auto;
    min-width: 240px;
  }
  .programs,
  .spekers,
  .benefit,
  .price-format,
  .advantages {
    margin: 70px 0;
  }
  .benefit .inner .head h2,
  .price-format .inner .head h2,
  .advantages .inner .head h2 {
    font-size: 34px;
  }
  .advantages .inner .head {
    max-width: 100%;
  }
  .advantages .inner .head .desc {
    font-size: 18px;
    line-height: 150%;
  }
  .programs .accordion .item .title {
    font-size: 17px;
    line-height: 160%;
    padding: 16px 56px 16px 0;
  }
  .programs .accordion .item .title:before {
    right: 0;
  }
  .programs .accordion .item.active .program-info {
    padding-top: 18px;
    padding-bottom: 20px;
  }
  .programs .accordion .item .program-info {
    font-size: 14px;
    line-height: 170%;
  }
  .programs .accordion .item .program-info ul {
    padding-left: 16px;
    margin: 0;
  }
  .programs .accordion .item .program-info ul li {
    line-height: 170%;
  }
  .programs .accordion .item .program-info ul li:before {
    left: -12px;
    top: 10px;
  }
  .programs .program-last {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-top: 25px;
  }
  .programs .program-teacher {
    display: flex;
    gap: 12px;
    margin-bottom: 0;
    align-items: center;
  }
  .programs .program-time {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .spekers .content {
    padding: 28px 0;
  }
  .spekers .teacher-list .teacher-wrapper .preview {
    display: flex;
    align-items: flex-start;
    gap: 20px;
  }
  .spekers .teacher-list .teacher-wrapper .preview img {
    width: 180px;
    min-width: 180px;
    height: auto;
  }
  .benefit .inner .head {
    margin-bottom: 40px;
  }
  .advantages .inner .cards .card,
  .price-format .inner .cards .card {
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
  .benefit .inner .content .item {
    padding: 24px 16px 30px;
  }
  .benefit .inner .content .item .text {
    font-size: 17px;
    line-height: 150%;
  }
  .price-format .inner .head {
    margin-bottom: 40px;
  }
  .price-format .inner .cards .card .name {
    font-size: 18px;
    min-height: auto;
    margin-bottom: 16px;
  }
  .price-format .inner .cards .card .short-desc {
    min-height: auto;
    margin-bottom: 24px;
  }
  .price-format .inner .cards .card ul.list {
    margin-bottom: 40px;
  }
  .price-format .inner .cards .card ul.list li {
    font-size: 15px;
    line-height: 140%;
    min-height: auto;
    padding-left: 42px;
  }
  .price-format .inner .cards .card ul.list li:before {
    width: 28px;
    height: 28px;
  }
  .price-format .inner .cards .card .prices-bottom .price-name {
    font-size: 16px;
    letter-spacing: 0;
  }
  .price-format .inner .cards .card .prices-bottom .price-num {
    font-size: 22px;
  }
  .price-format .inner .cards .card .actions {
    margin-top: 32px;
  }
  .price-format .inner .cards .card .actions .btn {
    height: 56px;
    font-size: 18px;
  }
  .advantages .inner .cards .card {
    padding: 24px 18px 20px;
  }
  .advantages .inner .cards .card .name {
    font-size: 20px;
  }
  .advantages .inner .cards .card .desc {
    font-size: 16px;
    line-height: 145%;
  }
}
/* =========================================================
   <= 767px
   ========================================================= */
@media (max-width: 767px) {
  .course-2026-header {
    margin: 16px 12px;
    border-radius: 24px;
    background-size: 240px auto;
    background-position: center bottom 20px;
    padding: 25px 0;
  }
  .course-2026-header .inner {
    padding: 0 15px;
  }
  .course-2026-header:before {
    display: none;
  }
  .course-2026-header h1 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .course-2026-header .desc {
    font-size: 15px;
    line-height: 160%;
    padding-bottom: 20px;
  }
  .course-2026-header .button-reg-panel {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .course-2026-header .button-reg-panel > div {
    display: flex;
    justify-content: center;
  }
  .course-2026-header .reg-button {
    width: 100%;
    min-width: 0;
    height: 52px;
    font-size: 16px;
    border-radius: 16px;
  }
  .course-2026-header .play-button {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .course-2026-header .play-button img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  .programs,
  .spekers,
  .benefit,
  .price-format,
  .advantages {
    margin: 60px 0;
  }
  .benefit .inner .head,
  .price-format .inner .head,
  .advantages .inner .head {
    margin-bottom: 32px;
  }
  .programs .accordion .item .title {
    font-size: 16px;
    line-height: 150%;
    padding: 14px 40px 14px 0;
  }
  .programs .accordion .item .title:before {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
  .programs .accordion .item .program-info {
    font-size: 14px;
    line-height: 165%;
  }
  .programs .accordion .item.active .program-info {
    padding-top: 14px;
    padding-bottom: 16px;
  }
  .programs .program-teacher {
    gap: 10px;
  }
  .programs .program-teacher-content p {
    margin-bottom: 0;
  }
  .spekers .content {
    padding: 24px 0;
  }
  .teacher-list .teacher-description h3,
  .dist-lern.dist-lern-re .teacher-description h3 {
    text-align: center;
  }
  .spekers .teacher-list .teacher-wrapper .preview {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }
  .spekers .teacher-list .teacher-wrapper .preview img {
    width: 140px;
    min-width: 140px;
    margin: 0 auto;
  }
  .spekers .teacher-list .teacher-wrapper .teacher-description {
    text-align: left;
  }
  .benefit .inner .content,
  .price-format .inner .cards,
  .advantages .inner .cards {
    gap: 20px;
  }
  .benefit .inner .content .item,
  .advantages .inner .cards .card,
  .price-format .inner .cards .card {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .benefit .inner .content .item .text {
    font-size: 16px;
  }
  .price-format .inner .cards .card {
    padding: 24px 20px;
    border-radius: 14px;
  }
  .price-format .inner .cards .card .name {
    font-size: 18px;
    line-height: 135%;
  }
  .price-format .inner .cards .card .short-desc {
    font-size: 13px;
    line-height: 155%;
  }
  .price-format .inner .cards .card ul.list {
    margin-bottom: 28px;
  }
  .price-format .inner .cards .card ul.list li {
    font-size: 15px;
    padding-left: 40px;
  }
  .price-format .inner .cards .card .prices-bottom {
    gap: 12px;
  }
  .price-format .inner .cards .card .actions {
    margin-top: 24px;
  }
  .price-format .inner .cards .card .actions .btn {
    height: 52px;
    font-size: 17px;
    border-radius: 14px;
  }
  .advantages .inner .head .desc {
    font-size: 16px;
    line-height: 145%;
  }
  .advantages .inner .cards .card {
    border-radius: 18px;
  }
  .advantages .inner .cards .card .name {
    font-size: 18px;
  }
  .advantages .inner .cards .card .desc {
    font-size: 15px;
  }
}
/* =========================================================
   <= 575px
   ========================================================= */
@media (max-width: 575px) {
  .course-2026-header {
    margin: 12px 10px;
    border-radius: 20px;
    background-size: 210px auto;
    background-position: center bottom 16px;
  }
  .course-2026-header h1 {
    font-size: 24px;
    line-height: 1.2;
  }
  .course-2026-header .desc {
    font-size: 14px;
    line-height: 155%;
  }
  .programs,
  .spekers,
  .benefit,
  .price-format,
  .advantages {
    margin: 48px 0;
  }
  .programs .accordion .item .title {
    font-size: 15px;
    padding-right: 34px;
  }
  .programs .accordion .item .program-info {
    font-size: 13px;
  }
  .benefit .inner .content .item,
  .advantages .inner .cards .card {
    padding-left: 14px;
    padding-right: 14px;
  }
  .benefit .inner .content .item .icon img,
  .advantages .inner .cards .card .icon img {
    max-width: 64px;
    height: auto;
  }
  .benefit .inner .content .item .text,
  .advantages .inner .cards .card .desc {
    font-size: 14px;
    line-height: 145%;
  }
  .advantages .inner .cards .card .name {
    font-size: 17px;
  }
  .price-format .inner .cards .card {
    padding: 20px 16px;
  }
  .price-format .inner .cards .card .name {
    font-size: 17px;
  }
  .price-format .inner .cards .card ul.list li {
    font-size: 14px;
    line-height: 140%;
    padding-left: 36px;
  }
  .price-format .inner .cards .card ul.list li:before {
    width: 24px;
    height: 24px;
    background-size: 12px 12px;
  }
  .price-format .inner .cards .card .prices-bottom .price {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    margin: 0;
  }
  .price-format .inner .cards .card .prices-bottom .price-name {
    font-size: 15px;
  }
  .price-format .inner .cards .card .prices-bottom .price-num {
    font-size: 20px;
  }
  .price-format .inner .cards .card .prices-bottom .price-num span {
    font-size: 13px;
    letter-spacing: 0.08em;
  }
  .price-format .inner .cards .card .actions .btn {
    font-size: 16px;
  }
  .spekers .teacher-list .teacher-wrapper .preview img {
    width: 120px;
    min-width: 120px;
  }
}
.what-you-learn .inner {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
}
.what-you-learn .inner .img {
  grid-column: span 5;
  display: flex;
  align-items: center;
  position: relative;
}
.what-you-learn .inner .img:before {
  content: "";
  display: block;
  position: absolute;
  top: 131px;
  right: 0;
  width: 634px;
  height: 634px;
  border-radius: 100%;
  background: #9dccff;
  filter: blur(1000px);
  z-index: -1;
}
@media (max-width: 768px) {
  .what-you-learn .inner .img {
    grid-column: span 12;
    justify-content: center;
  }
  .what-you-learn .inner .img img {
    max-height: 250px;
  }
}
.what-you-learn .inner .img img {
  max-width: 100%;
}
.what-you-learn .inner .text {
  grid-column: span 7;
}
@media (max-width: 768px) {
  .what-you-learn .inner .text {
    grid-column: span 12;
  }
}
.what-you-learn .inner .text h2 {
  font-weight: 600;
  font-size: 35px;
  line-height: 143%;
  color: #0b132a;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .what-you-learn .inner .text h2 {
    font-size: 26px !important;
    line-height: normal !important;
    font-weight: 700;
  }
}
.what-you-learn .inner .text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: #4f5665;
}
@media (max-width: 768px) {
  .what-you-learn .inner .text p {
    line-height: normal;
  }
}
.what-you-learn .inner .text ul.check-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 0;
  margin: 60px 0 0;
}
@media (max-width: 768px) {
  .what-you-learn .inner .text ul.check-list {
    margin: 30px 0 0;
    gap: 10px;
  }
}
.what-you-learn .inner .text ul.check-list li {
  font-weight: 400;
  font-size: 14px;
  line-height: 214%;
  color: #4f5665;
  display: flex;
  gap: 10px;
  align-items: center;
  border: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .what-you-learn .inner .text ul.check-list li {
    line-height: normal;
    font-size: 16px;
  }
}
.what-you-learn .inner .text ul.check-list li:before {
  content: "";
  background: url("/wp-content/themes/kompas/assets/img/svg/i-check.svg") center center no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  flex: 0 0 24px;
}

.final-document .head {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
}
.final-document .head h2 {
  grid-column: span 7;
  font-weight: 700;
  font-size: 30px;
  line-height: 160%;
  color: #000;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .final-document .head h2 {
    font-size: 26px !important;
    line-height: normal !important;
    font-weight: 700;
    grid-column: span 12;
  }
}
.final-document .inner {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
  position: relative;
}
.final-document .inner .text {
  grid-column: span 7;
  padding-top: 35px;
}
@media (max-width: 768px) {
  .final-document .inner .text {
    grid-column: span 12;
  }
}
.final-document .inner .text p {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
  margin: 0 0 30px;
  width: 100%;
}
.final-document .inner .text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .final-document .inner .text p {
    font-size: 14px;
    line-height: normal;
    margin: 0 0 12px;
  }
}
.final-document .inner .img {
  grid-column: span 5;
}
@media (max-width: 768px) {
  .final-document .inner .img {
    grid-column: span 12;
  }
}
.final-document .inner .img img {
  max-width: calc(100% + 45px);
  float: right;
}
@media (max-width: 768px) {
  .final-document .inner .img img {
    max-width: 100%;
  }
}

.section-review .head {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 50px;
}
.section-review .head h2 {
  font-weight: 600;
  font-size: 44px;
  line-height: 180%;
  text-align: center;
  color: #000;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .section-review .head h2 {
    font-size: 26px !important;
    line-height: normal !important;
    font-weight: 700;
  }
}
.section-review .inner.review-list .owl-stage {
  display: flex;
}
.section-review .inner.review-list .owl-nav .owl-prev {
  left: -40px;
}
.section-review .inner.review-list .owl-nav .owl-next {
  right: -40px;
}
.section-review .inner.review-list .owl-nav .owl-prev,
.section-review .inner.review-list .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 50px;
  line-height: 40px;
  align-items: center;
  transform: translate(0, -50%);
}
.section-review .inner.review-list .owl-nav .owl-prev.disabled,
.section-review .inner.review-list .owl-nav .owl-next.disabled {
  opacity: 0.4;
}
.section-review .inner.review-list .item {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .section-review .inner.review-list .item {
    padding: 0 10px;
  }
}
.section-review .inner.review-list .item > * {
  width: 100%;
}
.section-review .inner.review-list .item:before {
  content: "";
  background: url("/wp-content/themes/kompas/assets/img/svg/i-quote.svg") center center no-repeat;
  display: block;
  width: 34px;
  height: 34px;
  margin-bottom: 30px;
}
.section-review .inner.review-list .item .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 167%;
  letter-spacing: -0.03em;
  color: #161c2d;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .section-review .inner.review-list .item .text {
    font-size: 16px;
    line-height: normal;
  }
}
.section-review .inner.review-list .item .info {
  margin-top: auto;
}
.section-review .inner.review-list .item .name {
  font-weight: 600;
  font-size: 17px;
  line-height: 171%;
  letter-spacing: -0.01em;
  color: #161c2d;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .section-review .inner.review-list .item .name {
    line-height: normal;
  }
}
.section-review .inner.review-list .item .city {
  font-weight: 400;
  font-size: 17px;
  line-height: 171%;
  letter-spacing: -0.01em;
  color: #161c2d;
  opacity: 0.7;
}
@media (max-width: 768px) {
  .section-review .inner.review-list .item .city {
    line-height: normal;
  }
}

@media (max-width: 767px) {
  .section-review .owl-carousel .owl-stage-outer {
    height: auto !important;
  }
  .section-review .inner.review-list .owl-stage {
    align-items: flex-start;
    display: block;
  }
  .section-review .inner.review-list .owl-item {
    display: block;
    height: auto !important;
  }
  .section-review .inner.review-list .item {
    height: auto !important;
    min-height: 0 !important;
  }
  .section-review .inner.review-list .item .info {
    margin-top: 20px;
  }
  .section-review .inner.review-list .owl-stage-outer {
    height: auto !important;
  }
  .section-review .review-list .owl-stage,
  .section-review .review-list .owl-item,
  .section-review .review-list .item {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
  }
  .section-review .review-list .item {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .section-review .inner.review-list .owl-stage {
    display: flex;
  }
  .section-review .inner.review-list .owl-item {
    display: flex;
  }
  .section-review .inner.review-list .item {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .section-review-new .head h2 {
    font-size: 26px !important;
    line-height: normal !important;
    font-weight: 700;
  }
}

/*# sourceMappingURL=course-re.css.map */
