.feedbackform_wr {
    padding: 20px;
    border-top: solid 3px #adac8c;
    border-bottom: solid 8px #adac8c;
    border-left: solid 3px #adac8c;
    border-right: solid 3px #adac8c;
    margin: 30px 0px;
    width: 905px;
}
.feedbackform_wr form {
    float: left;
    width: 100%;
}

.feedbackform_wr div.goods_img {
    margin-left: 20px;
    background-position: 0 0;
    background-repeat: no-repeat;
    float: left;
    background-size: contain;
    width: 365px;
    height: 340px;
}

.feedbackform_wr div.error_list {
    width: 520px;
    margin-left: 0;
}

.feedbackform_wr .error_list {
    color: #ff0000;
    margin: 0 0 15px 39%;
    line-height: 20px;
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
}

.feedbackform_wr .starrequired {
    color: #ff0000;
    display: inline-block;
    padding: 0 0 0 1px;
    position: absolute;
    font-size: 16px;
}

.feedbackform_wr div.label {
    display: inline-block;
    margin: 0 0 15px 0;
    position: relative;
    font-size: 140%;
    width: 440px;
}

.feedbackform_wr::after, .feedbackform_wr div.label::after {
    content: "";
    display: table;
    clear: both;
}

.feedbackform_wr div.label span.fieldname {
    width: 130px;
    text-align: left;
    float: left;
    display: inline-block;
    margin: 3px 0 0;
    line-height: 20px;
    font-size: 18px;
}

.feedbackform_wr div.label input, .feedbackform_wr div.label textarea {
    float: right;
    width: 65%;
    margin: 0;
    padding: 0;
    display: block;
    box-sizing: border-box;
    border-radius: 3px;

}

.feedbackform_wr div.label input[type=file] {
    background: white;
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.35);
    box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.35);
}

.feedbackform_wr div.label input[type=text],
.feedbackform_wr div.label input[type=email] {
    height: 33px;
    border-width: 1px;
    color: #2d2d2c;
    text-align: center;
}

.feedbackform_wr div.label textarea {
    height: 140px;
    min-height: 140px;
    border-width: 1px;
    resize: none;
    overflow-y: auto;
    color: #2d2d2c;
    text-align: left;
    border-bottom-color: #e6e6e6;
    border-right-color: #e6e6e6;
    padding: 3px 5px;
}

.feedbackform_wr div.label input[type=text].error,
.feedbackform_wr div.label input[type=email].error,
.feedbackform_wr div.label textarea.error {
    border-color: #ff0000;
    border-width: 1px;
    border-style: solid;
}

.feedbackform_wr div.label input[type=submit] {
    width: 129px;
    height: 50px;
    -moz-box-shadow: inset 0px 1px 0px 0px #f5978e;
    -webkit-box-shadow: inset 0px 1px 0px 0px #f5978e;
    box-shadow: inset 0px 1px 0px 0px #f5978e;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
    background: -moz-linear-gradient(center top, #f24537 5%, #c62d1f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
    background-color: #f24537;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    text-indent: 0;
    border: 1px solid #d02718;
    display: inline-block;
    color: #ffffff;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #810e05;
    cursor: pointer;
    float: left;
    margin-top: 12px;
}

.feedbackform_wr div.label input[type=submit]:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
    background: -moz-linear-gradient(center top, #c62d1f 5%, #f24537 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
    background-color: #c62d1f;
}

.feedbackform_wr div.captcha_wr {
    float: right;
    max-width: 65%;
}

.feedbackform_wr div.captcha_wr::after {
    content: "";
    display: table;
    clear: both;
}

.feedbackform_wr div.captcha_wr input.inputtextcap {
    float: left;
    width: 32%;
    height: 33px;
    font-size: 180%;
    text-transform: uppercase;
}

.feedbackform_wr div.captcha_wr img.captcha_img {
    float: right;
    border-radius: 2px;
    height: 33px;
    margin-left: 10px;
}

.feedbackform_wr div.captcha_wr + span.error_list {
    float: right;
    display: inline-block;
    margin-bottom: 0;
}

.feedbackform_wr div.label label {
    cursor: pointer;
}

.feedbackform_wr div.label .file_params {
    font-size: 11px;
    font-style: italic;
    margin: 5px 31% 0 15px;
    display: inline-block;
    text-align: center;
    float: right;
}

.feedbackform_wr .send_ok {
    font-size: 20px;
    text-align: center;
    margin: 25px 0;
    white-space: nowrap;
}

.feedbackform_wr div.label span.fieldname.captcha_label {
    line-height: 17px;
}

.privacy-policy {
    display: inline-block;
    width: 440px;
    vertical-align: top;
    text-align: left;
    margin: 0px;
    margin-left: 21px;
}

.privacy-policy label span {
    font-size: 140%;
}

.privacy-policy input[type=checkbox] {
    margin: 0;
    vertical-align: middle;
}

.text_feedback_h2 {
    font-size: 26px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 24px;
}

.feedbackform_wr div.label input[type=text]{
    width: 85px;
}

input.input_style_NAME {
    width: 300px !important;
}

.feedbackform_wr div.label:nth-child(2){
    margin-left: 20px;
}

input.input_style_PHONE {
    width: 300px !important;
}

span.fieldname.captcha_label{
    width: 190px !important;
}

span.text_privacy-policy {
    display: inline-grid;
    margin-left: 5px;
}