.breadcrumbs {
  margin-bottom: 50px;
  font-size: 12px;
}
@media all and (max-width: 768px) {
  .breadcrumbs {
    margin-top: 20px;
    margin-left: 0;
    margin-bottom: 30px;
  }
}
.breadcrumbs span {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  color: #001428;
}
.breadcrumbs span a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  color: #001428;
}
.breadcrumbs span a span {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  color: #001428;
}

.cost-block__price span {
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}
.cost-block__price span bdi span {
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}

.fluentform .ff-el-input--label {
  display: none !important;
}

.ff-el-input--content input.ff-el-form-control {
    border-top: none;
    border-right: none;
    border-left: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    width: 100%;
    padding: 12px 36px 12px 10px;
    border-radius: 4px;
    border-bottom: 1px solid var(--color-black50);
    min-height: 44px;
    color:black;
}
.ff-el-input--content input.ff-el-form-control:focus {
    color:black;
}
.ff-el-input--content input.ff-el-form-control::placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  font-family: "Inter", sans-serif;
  padding-left: 10px;
  padding-right: 10px;
}

/*
#fluentform_3 {
  fieldset {
    .ff-el-input--content {
      .ff-el-form-control {
        &::after {

      }
      }
    }
  }
}*/
#fluentform_4 fieldset .ff-el-input--content .ff-el-form-control {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url("./mail-arr.svg");
  background-position: right 15px center;
  background-repeat: no-repeat;
}
#fluentform_4 fieldset .ff-el-input--content .ff-el-form-control::after {
  content: url("./mail-arr.svg");
}
#fluentform_4.fluent_form_4 .wpf_has_custom_css.ff-btn-submit {
  background: #1455f5 !important;
  border-radius: 16px !important;
}

#fluentform_5 fieldset .ff-el-group.ff-text-left.ff_submit_btn_wrapper button {
  background: #1455f5 !important;
  border-radius: 16px !important;
  width: 100% !important;
}

form fieldset .ff-el-group.ff-text-left.ff_submit_btn_wrapper button {
  background: #1455f5 !important;
  border-radius: 16px !important;
  width: 100% !important;
  padding: 15px 25px;
  line-height: 120%;
  font-size: 16px;
}
button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style:hover {
    box-shadow: 0 12px 20px rgba(20, 85, 245, .3), inset 0 -8px 10px hsla(0, 0%, 100%, .2);
}

.footer-form__text a {
  color: #001428;
}

.single-sfwd-courses .ld-course-status,
.single-sfwd-courses .ld-item-list,
.single-groups .ld-course-status,
.single-groups .ld-item-list {
  display: none !important;
}
.course-card__img img {
    aspect-ratio: 6 / 4;
    object-fit: cover;
    border-radius: 10px;
}
.frm-fluent-form fieldset {
    flex-direction: column;
    display: flex;
}
.ff-el-group.ff-el-input--content {
    order: 1;
}
/*# sourceMappingURL=style.css.map */

.fluentform .ff-el-tc label.ff_tc_label>span.ff_tc_checkbox {
    width: 20px;
    height: 20px;
    left: 0;
    top: calc(50% - 10px);
    border: 1px solid var(--color-black50);
    border-radius: 4px;
    display: inline-block;
    padding-top: 0 !important;
    position: relative;
    cursor: pointer;
}
.fluentform .ff-el-tc label.ff_tc_label>span.ff_tc_checkbox,
.fluentform .ff-el-tc label.ff_tc_label>span.ff_tc_checkbox input {
    cursor: pointer;
}
.fluentform .ff-el-tc label.ff_tc_label>span.ff_tc_checkbox input {
    opacity: 0;
}
.fluentform .ff-el-tc label.ff_tc_label>span.ff_tc_checkbox::after {
  content: "";
    position: absolute;
    display: block;
  border-radius: 3px;
    width: 14px;
    height: 14px;
    background-color: rgba(0, 0, 0, 0);
        left: 2.2px;
    top: calc(50% - 6.5px);
    background: var(--color-blue);
    scale: .5;
    opacity: 0;
    transition: var(--transition);
}
.ff-el-form-check.ff-el-tc.ff_item_selected label.ff_tc_label>span.ff_tc_checkbox::after {
  scale: 1;
  opacity: 1;
}
.fluentform .ff_t_c p a:hover {
    text-decoration: none !important;
}

.fluentform .ff_t_c p a {
    color: black;
    text-decoration: underline !important;
}
.fluentform .ff_t_c p {
    font-size: 14px;
    color: var(--color-black50);
    padding-left: 5px;
}
.ff-el-group.ff-text-left.ff_submit_btn_wrapper {
    margin-bottom: 30px;
    margin-top: 10px;
}
.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) a:not(.button):not(.screen-reader-shortcut) {
    border-bottom: 1px solid var(--color-blue) !important;
}
/*.metrics .swiper-wrapper>div {*/
/*    flex: 1;*/
/*}*/
