.info-rules__form-wrapper .form__confirmation-check.form__licencer .check-elem__label a{
    max-width: fit-content;
    white-space: pre-line;
}
.info-rules__form-wrapper button[type="submit"]:disabled{
    opacity: 0.6;
    cursor: default;
    background: #a01602;
    border-color: #a01602;
}
.info-rules__form-wrapper .form__check-panel .just-validate-error-label{
    margin-top: -5px;
}

.info-rules__form-wrapper .form__line{
    padding-bottom: 3px;
}
.info-rules__form-wrapper .form__line .form-control__input_state_invalid{
    border-color: #a4231f !important;
}