.main-content {
  background-color: #fbf9f9;
}

.configure-first-step {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.configure-first-step.hidden {
  display: none;
}

.configure-first-step .course-info {
  background-color: var(--green-color);
  padding: var(--section-spacing-default) 7vw;
  flex-direction: column;
  flex: 0 0 50%;
  justify-content: space-between;
  display: flex;
}

.course-info .section-title {
  color: #fff;
}

.course-info .page-index {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 121px;
  font-weight: bold;
  line-height: 1;
}

.user-input {
  padding: var(--section-spacing-default) 7vw;
  flex: 0 0 50%;
}

.user-input .btn-next-step {
  justify-content: flex-end;
  margin-top: 200px;
  display: flex;
}

.user-input .btn-next-step .btn-primary {
  align-items: center;
  gap: 60px;
  padding: 0 120px 0 54px;
  font-size: 24px;
  font-weight: bold;
  line-height: 100px;
  display: flex;
}

.section-title {
  padding-bottom: 40px;
}

.info-block {
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 36px;
}

.info-item {
  flex: 0 0 25%;
  align-items: center;
  gap: 25px;
  max-width: 280px;
  padding: 0 15px;
  display: flex;
}

.configure-container {
  background-color: #fff;
}

.configure-details-page.hidden {
  display: none;
}

.section-content {
  max-width: 1820px;
  margin: 0 auto;
  padding: 60px 7vw;
}

.group-info {
  padding-bottom: 60px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}

.configure-container .left-side, .configure-container .right-side {
  flex: 0 0 45%;
}

.configure-container .custom-dropdown, .user-input .custom-dropdown {
  margin-bottom: 25px;
}

.configure-container .fixed-200 {
  flex: 0 0 200px;
}

.configure-container .gap-20 {
  gap: 20px;
}

.configure-container .btn-option {
  cursor: pointer;
}

.input-item {
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.input-item .item-label {
  padding-bottom: 20px;
}

.input-item .btn-option.active {
  border: 1px solid var(--green-color);
  border-radius: 8px;
}

.input-group {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.btn-option {
  width: 284px;
  padding: 20px 30px;
}

.btn-option .option-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.btn-option .option-info {
  line-height: 36px;
}

.price-package {
  background-color: #fbf9f9;
  border-radius: 5px;
  width: 100%;
  height: 208px;
  margin-bottom: 45px;
  padding: 0 50px;
  font-weight: 600;
  box-shadow: 0 16px 48px -20px #000a0545;
}

.price-package.selected, .price-package:hover {
  background-color: #fff;
  box-shadow: 0 0 0 1px #01cc5d, 0 16px 48px -20px #000a0545;
}

.price-package .row-flex {
  padding: 40px 0;
}

.package-discount {
  background-color: var(--green-color);
  color: #fff;
  text-align: center;
  width: 200px;
  height: 48px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 46px;
}

.package-title, .package-price {
  font-size: 36px;
}

.package-price {
  text-align: right;
}

.package-price-total, .package-price .original-price {
  font-size: 20px;
}

.package-price-total .original-price {
  padding-left: 15px;
}

.price-package .original-price {
  color: #adadad;
  text-decoration: line-through;
}

.action-button {
  padding-top: 50px;
  padding-bottom: 40px;
}

.action-button .btn {
  width: 100%;
  font-size: 37px;
  line-height: 80px;
}

.benefits {
  background-color: #fbf9f9;
  padding-top: 50px;
  padding-bottom: 50px;
}

.benefits .row-flex {
  align-items: center;
}

.benefits .benefit-group {
  flex: 0 0 23%;
}

.benefit-item {
  align-items: center;
  gap: 20px;
  display: flex;
}

.order-benefits {
  background-color: #fff;
}

.order-benefit {
  flex: 0 0 33%;
  align-items: flex-start;
  gap: 40px;
  display: flex;
}

.order-benefit .benefit-title {
  font-size: 24px;
  font-weight: 700;
}

.order-benefit .benefit-description {
  padding-right: 40px;
  line-height: 36px;
}

.try-info {
  background-color: var(--green-color);
  color: #fff;
}

.try-info .row-flex .section-title {
  flex: 0 0 50%;
}

.try-info .row-flex .section-description {
  flex: 0 0 40%;
}

.try-info .row-flex .section-description a {
  color: #fff;
  display: block;
}

.try-info .under-line {
  background-color: #fff;
  border-radius: 4px;
  width: 104px;
  height: 10px;
  margin-top: 17px;
}

.try-info .section-item {
  flex: 0 0 23%;
  align-items: flex-start;
  gap: 20px;
  display: flex;
}

.try-info .section-item .index {
  font-family: Poppins, sans-serif;
  font-size: 56px;
  font-weight: bold;
  line-height: 1;
}

.testimonials {
  margin: var(--section-spacing-default) 0;
}

.testimonials .section-title {
  padding-bottom: var(--section-spacing-default);
  color: var(--green-color);
  padding-left: 7vw;
}

.testimonials .embla__slide {
  flex-basis: 40%;
}

.testimonials .embla__controls {
  margin-top: 50px;
}

.testimonials .embla__dot:after, .testimonials .embla__dot--selected:after {
  background-color: var(--green-color);
  opacity: .41;
  width: 12px;
  height: 12px;
}

.testimonials .embla__dot--selected:after {
  opacity: 1;
}

.testimonials .testimonial-item {
  box-shadow: var(--box-shadow-info-box);
  background-color: #fff;
  border-radius: 4px;
  margin-right: 40px;
  padding: 40px;
}

.testimonials .embla__slide:first-child .testimonial-item {
  margin-left: 40px;
}

.testimonials .testimonial-item .content {
  height: 250px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 28px;
  overflow-y: auto;
}

.testimonials .testimonial-item .course-date {
  color: #848484;
  justify-content: space-between;
  margin-top: 25px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  display: flex;
}

.testimonials .testimonial-item .author {
  margin-top: 25px;
  font-weight: bold;
}

.test-level {
  background-color: #fff;
  padding: 158px 0;
  position: relative;
}

.test-level .two-columns {
  border: 2px solid var(--green-color);
  background-color: #fff;
  padding: 40px 60px;
}

.test-level .column-text.row-flex {
  flex: 0 0 40%;
  align-items: center;
  gap: 20px;
}

.test-level .column-text {
  z-index: 1;
  position: relative;
}

.test-level .column-text.flex-04 {
  flex: .4;
}

.test-level .column-text .section-title {
  color: var(--green-color);
  max-width: 500px;
}

.test-level .column-text .spacing {
  padding-bottom: 40px;
}

.test-level .column-text .btn {
  text-align: center;
  flex: 0 0 280px;
}

.test-level .img-girl-trophee {
  position: absolute;
  bottom: -7px;
  left: calc(50vw - 370px);
}

.test-level .img-girl-trophee img {
  max-width: 100%;
}

.test-level .img-trophee {
  position: absolute;
  top: 140px;
  left: calc(50vw - 220px);
}

.test-level .img-briefcase {
  position: absolute;
  bottom: 100px;
  left: 60%;
}

.footer {
  background-color: #fafafa;
}

@media (width <= 1200px) {
  .grid-flex .info-box-medium {
    flex: calc(50% - 7px);
  }
}

@media (width <= 768px) {
  .grid-flex, .configure-first-step {
    display: block;
  }

  .configure-first-step .course-info {
    padding-bottom: 20px;
  }

  .configure-details-page .info-block {
    padding-top: 100px;
  }

  .user-input {
    padding: 20px 7vw;
  }

  .user-input .btn-next-step {
    margin-top: 40px;
  }

  .price-package, .configure-container .item-info .custom-dropdown .cd-content {
    height: auto;
  }

  .configure-container .item-info .custom-dropdown.has-value .cd-value {
    white-space: unset;
  }

  .testimonials .testimonials-carousel .embla__controls {
    display: none;
  }

  .testimonials .embla__slide {
    flex-basis: 85%;
  }

  .testimonials .embla__slide:first-child .testimonial-item {
    margin-left: 30px;
  }

  .testimonials .testimonial-item {
    margin-right: 30px;
    padding: 30px 20px;
  }

  .testimonials .testimonial-item .content, .testimonials .testimonial-item .course-date {
    font-size: 16px;
  }

  .testimonials .testimonial-item .course-date {
    display: block;
  }

  .test-level {
    padding: 0;
  }

  .test-level .two-columns {
    text-align: center;
    padding: 30px 20px;
  }

  .order-benefit {
    margin-bottom: 40px;
    display: block;
  }

  .try-info .section-description, .try-info .section-item {
    margin-bottom: 40px;
  }

  .testimonials {
    margin: var(--section-spacing-breakpoint-800) 0;
  }

  .testimonials .section-title {
    padding-bottom: var(--section-spacing-breakpoint-800);
  }

  .hidden-custom-xs {
    display: none;
  }
}
/*# sourceMappingURL=configurare-pachet.f792ba10.css.map */
