.b_radio_stars {
    margin-top: 8px;
}
.b_radio_stars input {
    display: none;
}

.b_radio_stars label {
    cursor: pointer;
}

.b_radio_stars input + label {
    background: url(/i/stars.png) no-repeat 0 -13px;
}

.b_radio_stars input:checked ~ label {
    background: url(/i/stars.png) no-repeat left top;
}

.b_radio_stars input:checked + label  {
    background: url(/i/stars.png) no-repeat 0 -13px;
}
.b_radio_stars input + label:hover {
    opacity: .8;
}

.b_radio_stars label {
    width: 14px;
    height: 14px;
    display: inline-block;
}


.b_form_label {
    margin-bottom: 32px; }

.b_form_label .row {
    margin-left: -8px;
    margin-right: -8px; }

.b_form_label .col-sm-4 {
    padding-left: 8px;
    padding-right: 8px; }

.b_form_label .f_h5 {
    margin-bottom: 20px; }

.b_form_label label {
    display: block;
    padding: 20px 18px;
    height: 100%;
    border: 2px solid #D5D5D5;
    box-sizing: border-box; }

.b_form_label input {
    display: none; }

.b_form_label p {
    margin: 0;
    padding-top: 5px;
    color: #6C6C6C;
    font-size: 16px;
    line-height: 26px; }

.b_form_label input:checked + label {
    border-color: #F45B50;
    background: #FFF0E5; }
