

/* Start:/local/components/custom/form.result.new/templates/contact_form/style.css?15897991871499*/
table.form-table {
    width: 100%;
    background-color: white;
    border-collapse: collapse;
    font-size: 100%;
    font-weight: normal;
    line-height: 160%;
}

table.form-table th, table.form-table td {
    border: 1px solid #ADC3D5;
    padding: 5px 5px;
    vertical-align: top;
}

table.form-table th {
    background-image: url(/local/components/custom/form.result.new/templates/contact_form/images/table_head.gif);
    background-repeat: repeat-x;
    text-align: left;
    color: #25639A;
}


table.form-table td {
    padding: 15px 5px;
}

.form-required {
    color: red;
}

.error-fld {
    display: block;
    float: left;
    height: 13px;
    width: 15px;
    background-repeat: no-repeat;
    background-image: url(/local/components/custom/form.result.new/templates/contact_form/images/icon_warn.gif);
}

div.captchaInline > div {
    width: 50%;
    float: left;
    text-align: center;
}

div.captchaInline a.getNewCode {
    margin-bottom: 30px;
    display: block;
}

.modal .captcha_word {
    width: 100%;
    height: auto;
}

#contact-form .col {
    margin-bottom: 10px;
}

#contact-form .file-mess {
    display: block;
    margin-top: 10px;
}

#contact-form .file-mess span {
    line-height: 25px;
}

#contact-form .contacts__input--error {
    box-shadow: 0 0 5px red;
}

#contact-form .iti {
    display: block;
    width: 268px;
    height: 34px;
    margin-right: 24px;
    float: left;
}

@media (max-width: 767px) {
    #contact-form .iti {
        margin-bottom: 24px;
        width: 100%;
    }
}
@media (max-width: 480px) {
    #contact-form .iti {
        margin-bottom: 10px;
    }
}

/* End */
/* /local/components/custom/form.result.new/templates/contact_form/style.css?15897991871499 */
