#course-detail-wrapper .checkbox--light, #course-detail-wrapper .reg_form_2 .checkbox, #course-detail-wrapper .registration-form .checkbox {
    position: relative;
}
#course-detail-wrapper .checkbox--light .checkbox__input {
    visibility: visible;
    position: absolute;
    z-index: -1;
    opacity: 0;
    bottom: 0;
    left: 6px;
}
#course-detail-wrapper .reg_form_2 .checkbox input, #course-detail-wrapper .registration-form .checkbox input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    top: 6px;
    left: 6px;
}
#course-detail-wrapper .registration-form .checkbox input {
    top: 12px;
}
#course-detail-wrapper  .order-toggle__option.is-active {
    pointer-events: none;
}
#course-detail-wrapper .reg_tooltip-wrapper_inn .input-reg-course--invisible {
    z-index: -1;
    position: absolute;
    opacity: 0;
}
#course-registration__inn_fake:placeholder-shown + .clear-icon-inn {
    display: none;
}
#course-detail-wrapper form button[type="submit"]:after {
    content: '';
    display: inline-flex;
    position: relative;
    align-self: center;
    left: 20px;
    top: 1px;
    background-image: url('/local/templates/uprav/images/preloader_white.svg');
    background-size: contain;
    width: 16px;
    height: 16px;
    margin-left: -16px;
    transition-duration: 1s;
    opacity: 0;
    transition: opacity 0.5s ease-out;
}
#course-detail-wrapper form button[type="submit"]:disabled:after {
    opacity: 1;
}