.feedback-form {
    padding: 15px 10px;
    background: #EAEAEA;
}

.feedback-form .form-group {
    margin-bottom: 25px;
}

.feedback-form .form-control {
    font-size: 12px;
    line-height: 26px;
    color: #404040;
    height: 28px;
}

.feedback-form textarea.form-control {
    height: 84px;
}

.feedback-form .form-input {
    position: relative;
}

.feedback-form .form-input:before {
    content: '';
    display: block;
    background: url(/bitrix/templates/ugok/img/required.gif) no-repeat center / contain;
    width: 18px;
    height: 13px;
    position: absolute;
    right: 0;
    top: 0;
}