

/* Start:/local/templates/citrus_aproduction3/components/bitrix/form/modul_revit/bitrix/form.result.new/.default/style.css?17007753523381*/
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/templates/citrus_aproduction3/components/bitrix/form/modul_revit/bitrix/form.result.new/.default/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/templates/citrus_aproduction3/components/bitrix/form/modul_revit/bitrix/form.result.new/.default/images/icon_warn.gif);
}

/* ФОРМА */
body {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
}

h3 {
    margin: 5px;
}

form.container {
    width: 100%;
    color: #7f7f7f;
    display: grid;
}

p {
    margin: 5px;
}

div.element {
    display: grid;
    grid-template-columns: repeat(3, 1fr);


}



div.element-one {
    display: grid;
    grid-template-columns: repeat(2, 50%);
}



label {
    margin: 5px;
}

label p {
    margin-top: 15px;
    margin-bottom: 5px;
}

.input-form p input.input-form {
    width: 100%;
    padding: 7px;
    border: 1px #7f7f7f solid;
    box-sizing: border-box;
    min-height: 35px;
}



.input-form input {
    width: 100%;
    padding: 7px;
    border: 1px #7f7f7f solid;
    box-sizing: border-box;
    min-height: 35px;

}

.long {
    width: 100%;
}

.input-form select {
    width: 100%;
    padding: 7px;
    border: 1px #7f7f7f solid;
    box-sizing: border-box;
    min-height: 35px;

}


select {
    box-sizing: content-box;
    font-family: system-ui;
}

img {
    width: 25px;
    vertical-align: middle;
}

div.btn {
    margin: 5px 0px;
    text-align: right;
}


a {
    text-decoration: none;
    color: #77a0b5;
}



div.btn-form {
    margin: 5px;
    text-align: right;
}

.checkbox-form {
    margin-right: 10px;
}

.checkbox-form:hover {
    cursor: pointer;
}


.btn-form input {
    cursor: pointer;
    padding: 15px 40px 15px 40px;
    text-align: right;
    border: solid 2px #cc0a0a;
    border-radius: 5px;
    background-color: white;
    transition: all .5s;
}

.btn-form input:hover {
    padding: 15px 40px 15px 40px;
    text-align: right;
    border: solid 2px #cc0a0a;
    border-radius: 5px;
    background-color: #cc0a0a;
    color: white;
    transition: all .5s;
}

input[disabled] {
    background-color: #e7e7e7;
    cursor: auto;
    color: black;
    border: solid 2px #666;
}

input[disabled]:hover {
    background-color: #e7e7e7;
    cursor: auto;
    color: black;
    border: solid 2px #666;
}

.capcha-code {
    height: 40px;
    width: 180px;
}

.inputtext {
    padding: 7px;
    border: 1px #7f7f7f solid;
    box-sizing: border-box;
    min-height: 35px;
}

@media (max-width: 768px) {

    .input-form p input.input-form,
    .input-form input,
    .input-form select {
        width: 100%;
    }
}

@media (max-width: 480px) {
    div.element {
        grid-template-columns: repeat(1, 1fr);
    }

    div.element-one {
        grid-template-columns: repeat(1, 1fr);
    }

}
/* End */
/* /local/templates/citrus_aproduction3/components/bitrix/form/modul_revit/bitrix/form.result.new/.default/style.css?17007753523381 */
