

/* Start:/local/templates/sveza/template_styles.css?17435856442373*/
.error { color: red; font-size: 12px; }
.message { padding: 10px; margin-top: 20px; display: none; text-align: center}
/*.message.success { color: white !important; }*/
.message.error { color: red; }
.info-block-6 {
    display: flex;
    flex-direction: column;
}
.info-block-6 br {
    display: inline-block;
    height: 5px;
    content: "";
}
.info-block-6:not(:last-of-type)::after {
    content: '';
    display: block;
    margin-top: 10px;
    margin-bottom: 30px;
    width: 100%;
    height: 1px;
    background-color: #000;
}
/* Общие стили для всех таблиц */
.table-wrapper {
    margin-bottom: 20px;
}

.custom-table,
.popup-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
}

/* Заголовок таблиц */
.custom-table th,
.popup-table thead th {
    text-align: left;
    font-weight: bold;
    background-color: #FAE6C2;
    padding: 10px;
    border: 1px solid #ccc;
}

/* Ячейки тела таблиц */
.custom-table td,
.popup-table tbody td {
    padding: 10px;
    border: 1px solid #ccc;
    vertical-align: top;
    font-weight: normal;
}

/* Для объединённых ячеек (заголовков секций) */
.popup-table tbody td[colspan],
.custom-table tfoot td {
    text-align: left;
    padding: 10px;
    border: 1px solid #ccc;
}


/* Примечания */
.custom-table .note,
.popup-note {
    font-size: 12px;
    line-height: 1.5;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
    border: none;
    padding-top: 15px;
}

/* Стили для таблицы "Показатели прочности" */
.popup-table thead th:first-child {
    width: 60%;
}

.popup-table thead th:last-child {
    width: 30%;
}

.popup-table tbody td:first-child {
    text-align: left;
}

.popup-table tbody td:last-child {
    text-align: left;
}

.reset-all-filters, .reset-contacts-filters {
    min-height: 40px;
    font-weight: 500;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 12px;
    cursor: pointer;
    outline: 0;
    border: 1px solid #000;
}

@media (min-width: 1201px) and (max-width: 1400px) {
    body > *:not(header) {
        zoom: 0.7;
    }
}

.iti {
    width: 100%;
}
/* End */
/* /local/templates/sveza/template_styles.css?17435856442373 */
