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

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

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

.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, .course-info .section-description {
  color: #fff;
}

.course-info .section-description {
  margin-bottom: auto;
}

.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 0 7vw;
  flex-direction: column;
  flex: 0 0 50%;
  justify-content: space-between;
  min-height: calc(100vh - 80px);
  display: flex;
}

.user-input .btn-next-step, .configure-last-step .btn-next-step, .configure-details-page .btn-next-step {
  justify-content: flex-end;
  display: flex;
}

.user-input .btn-next-step.hidden {
  display: none;
}

.configure-last-step .btn-next-step .btn-primary, .configure-details-page .btn-next-step .btn-primary, .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;
}

.configure-last-step .btn-next-step .btn-primary {
  margin-top: 60px;
}

.form {
  font-family: Roboto, sans-serif;
}

.form-register.form {
  flex-direction: column;
  row-gap: 18px;
  display: flex;
}

.form-register .error {
  color: red;
  margin-top: 8px;
  font-size: 16px;
}

.form-register .success {
  color: #fff;
  background-color: var(--green-color);
  padding: 15px;
  font-size: 16px;
  font-weight: 500;
}

.form input[type="text"], .form input[type="phone"], .form input[type="email"], .form input[type="password"] {
  font: inherit;
  color: inherit;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  border-radius: 8px;
  outline: none;
  width: 100%;
  height: 70px;
  padding: 20px 32px 5px;
  font-size: 20px;
}

.form-register a {
  color: var(--green-color);
  text-decoration: none;
}

.form-register .color-green {
  color: var(--green-color);
}

.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-checkbox {
  cursor: pointer;
  align-items: center;
  gap: 20px;
  display: flex;
}

.input-checkbox input[type="checkbox"] {
  cursor: pointer;
  width: 24px;
  height: 24px;
}

.input-floating-label {
  position: relative;
}

.input-floating-label input {
  border-radius: 8px;
  padding-bottom: 10px;
}

.input-floating-label label {
  color: #a9a9a9;
  pointer-events: none;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  transition: all .2s ease-in-out;
  position: absolute;
  bottom: 18px;
  left: 32px;
}

.input-floating-label input:focus + label, .input-floating-label input:not(:placeholder-shown) + label {
  font-size: 14px;
  line-height: 36px;
  bottom: 50%;
}

.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;
}

.footer {
  background-color: #fafafa;
}

@media (width >= 769px) and (width <= 1400px) {
  .section-content {
    padding: 50px 4vw;
  }
}

@media (width >= 769px) and (width <= 1200px) {
  .configure-container > .section-content > .row-flex {
    display: block;
  }

  .configure-container .custom-dropdown {
    max-width: unset;
  }
}

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

  .course-info {
    padding-top: 40px;
    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;
  }

  .configure-last-step .btn-next-step .btn-primary {
    gap: 20px;
    padding: 30px 20px;
    font-size: 18px;
    line-height: 34px;
  }

  .configure-details-page .right-side {
    margin-top: 40px;
  }
}
/*# sourceMappingURL=inregistrare.398f4bf2.css.map */
