

/* Start:/local/templates/citrus_aproduction3/components/bitrix/catalog/catalog_custom/style.css?169953220869*/
.b-display__view {
    padding-top: 120px;
    margin-top: -120px;
}

/* End */


/* Start:/local/templates/citrus_aproduction3/components/bitrix/form/form1/bitrix/form.result.new/.default/style.css?17007752204291*/
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/form1/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/form1/bitrix/form.result.new/.default/images/icon_warn.gif);
}

/* ФОРМА */
h3 {
    margin: 5px;
}

form.form-container {
    width: 100%;
    color: #7f7f7f;
}

div.element {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

}

.element-textarea {
    margin: 5px;

}

.element-textarea textarea {
    width: 100%;
    border: 1px #7f7f7f solid;
    padding: 5px;
}

label {
    margin: 5px;

}

label p {
    margin-top: 15px;
    margin-bottom: 5px;
}

.input-form input {
    width: 95%;
    padding: 7px;
    border: 1px #7f7f7f solid;
    box-sizing: border-box;
    min-height: 35px;

}

.input-form select {
    width: 95%;
    padding: 7px;
    border: 1px #7f7f7f solid;
    box-sizing: border-box;
    min-height: 35px;

}

input.input-form {
    width: 95%;
    padding: 7px;
    border: 1px #7f7f7f solid;
    box-sizing: border-box;
    min-height: 35px;

}

select.input-form {
    width: 95%;
    padding: 7px;
    border: 1px #7f7f7f solid;
    box-sizing: border-box;
    min-height: 35px;

}

.checkbox {
    padding: 0;

}

select {
    box-sizing: content-box;
    font-family: system-ui;
}

.label-img {}

.label-img img {
    display: inline-block;
    margin-right: 10px;
}

.label-img input {
    display: none;
}

.label-img img:hover,
.label-img span:hover {
    cursor: pointer;
}

img {
    width: 25px;
    vertical-align: middle;
}

div.btn-form {
    margin: 5px;
    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;
}

.checkbox-form {
    margin-right: 10px;
}

.checkbox-form:hover {
    cursor: pointer;
}

.capcha-code {
    height: 40px;
    width: 180px;
}

.inputtext {
    padding: 7px;
    border: 1px #7f7f7f solid;
    box-sizing: border-box;
    min-height: 35px;
}

.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;
}

.add-files-wrap {
    min-height: 38px;
    display: flex;
    align-items: center;
}


.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #cc0a0a;
    border-radius: 10px;
    margin-left: 10px;
}

.badge._desabled {
    display: none;
}

@media (max-width: 720px) {
    div.element {
        grid-template-columns: repeat(1, 1fr);
    }

    .label-img p {
        display: none;
    }

    label {
        display: block;
    }

    .input-form input,
    .input-form select,
    input.input-form,
    select.input-form {
        width: 95%;
    }

    .label-img {
        display: grid;
        margin-top: 20px;
        grid-template-columns: 1fr;
    }

}
/* End */
/* /local/templates/citrus_aproduction3/components/bitrix/catalog/catalog_custom/style.css?169953220869 */
/* /local/templates/citrus_aproduction3/components/bitrix/form/form1/bitrix/form.result.new/.default/style.css?17007752204291 */
