.radiobutton__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 28px 0 50px 28px;
}

.radiobutton {
    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    font-size: 15px;
    line-height: 1;
}

.radiobutton__row .radiobutton {
    width: 50%;
}

.radiobutton:not(:last-child) {
    margin-right: 10px;
}

.radiobutton__input {
    display: none;
}

.radiobutton__label {
    display: block;

    padding-left: 6px;
    min-height: 23px;

    cursor: pointer;
}

.radiobutton .jq-radio {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.text-box-calculator {
    padding-top: 0;
    padding-left: 6px;
}

.text-box-calculator p:first-child {
    margin-top: 0;
}
