

/* Start:/local/components/csa/calculator/templates/.default/style.css?1689064924720*/
#js-step-two,
#js-step-three,
#js-step-four,
#js-step-five{
    display: none;
}

.chosen-table-section{
    margin-bottom: 30px;
    border-bottom: 1px solid #dfdfdf;
}

.chosen-table-head{
    text-align: center;
    line-height: 1.2;
    font-size: 18px;
    margin-bottom: 12px;
    display: block;
}

.chosen-table{
    display: flex;
    justify-content: space-evenly;
    border-radius: 5px;
}

.chosen-table-parameter, .chosen-table-value{
    width: 100%;
    background-color: #fff;
    padding: 15px 19px;
    font-family: inherit;
    border: 1px solid #dfdfdf;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    border-bottom: none;
}

.chosen-table-parameter{
    border-right: none;
}

/* End */
/* /local/components/csa/calculator/templates/.default/style.css?1689064924720 */
