

/* Start:/local/templates/.default/components/csa/calculator/calculator-2/style.css?17603387191442*/

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

/*----------------------------------------*/
/* BUTONS */
/*----------------------------------------*/
.prod-calc .selection {
    padding: 20px 115px;
    margin: 0 auto;
    height: auto;
    width: auto;
    max-width: 570px;
    font-weight: 500;
    font-size: 20px;
    background-color: #30c1ff;
    text-transform: uppercase;
    border-radius: 5px;
    transition: all 0.2s ease-out;
    color: #fff;
    cursor: pointer;
  }
  .prod-calc .selection:hover {
    background-color: #27a4da;
    text-decoration: none;
}
  @media screen and (max-width: 768px) {
  .prod-calc .selection {
    font-size: 16px;
    padding: 15px;
    max-width: 100%;
    margin: 0px auto;
    max-width: 300px;
    text-align: center;
    } 
  }

/* End */
/* /local/templates/.default/components/csa/calculator/calculator-2/style.css?17603387191442 */
