

/* Start:/bitrix/components/smart/reload.form/templates/.default/style.css?1750755536602*/
.form-body.form__order-si {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:16px;
}
@media screen and (max-width: 768px) {
    .form-body.form__order-si {
        grid-template-columns: repeat(1, 1fr);
    }
}

.d-flex {
    display: flex;
    gap: 16px;
}

.flex-wrap {
    flex-wrap: wrap;
}

.d-flex-column {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.d-flex-between {
    display: flex;
    justify-content: space-between;
}

.align-center {
    align-items: center;
}

.align-start {
    align-items: flex-start;
}

.align-end {
    align-items: end;
}
/* End */
/* /bitrix/components/smart/reload.form/templates/.default/style.css?1750755536602 */
