

/* Start:/local/templates/citrus_aproduction3/components/bitrix/form/albom_reshenij/bitrix/form.result.new/.default/style.css?17007752923123*/
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/albom_reshenij/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/albom_reshenij/bitrix/form.result.new/.default/images/icon_warn.gif);
}

/* ФОРМА */



div.element {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

div.element-three {
    display: grid;
    grid-template-columns: 40% 60%;

}

label {
    margin: 5px;
}

label p {
    margin-top: 15px;
    margin-bottom: 5px;
}

.input-form input,
.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;
}

button.btn-right {
    cursor: pointer;
    padding: 15px 40px 15px 40px;
    text-align: right;
    border: solid 2px #31708f;
    border-radius: 5px;
    background-color: white;
}

button.btn-right:hover {
    padding: 15px 40px 15px 40px;
    text-align: right;
    border: solid 2px #31708f;
    border-radius: 5px;
    background-color: #31708f;
    color: white;
}

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: 520px) {
    div.element {
        grid-template-columns: repeat(1, 1fr);
    }

    div.element-three {
        grid-template-columns: repeat(1, 1fr);
    }

    .input-form {
        width: 100%;
    }
}
/* End */
/* /local/templates/citrus_aproduction3/components/bitrix/form/albom_reshenij/bitrix/form.result.new/.default/style.css?17007752923123 */
