.ExclusiveRightsForm {
    font-size: 14px;

    &-info-block,
    &-choose-block {
        border-bottom: $border-style;
    }

    &-info-block {
        color: $rhino;
        height: 40px;
    }

    &-info-item {
        display: inline-block;
        margin-right: 20px;
    }

    &-info-title {
        font-weight: $weight_bold;
    }

    &-block-header {
        font-size: 16px;
        font-weight: $weight_bold;

        margin-bottom: 15px;
        margin-top: 10px;
    }

    &-exclusive-rights {
        margin-bottom: 15px;
    }

    &-radio-label {
        font-weight: $weight_bold;
    }

    .FormField-group-has-error::before {
        display: none;
    }

    .FormField-label {
        display: none;
    }

    .Opm-disabled {
        color: $timberwolf;
    }
}
