.sts_calc_sect {
    background-color: rgba(217, 217, 217, 0.4);
}
.sts_calc_sect .cols {
    display: flex;
    justify-content: space-between;
}
.sts_calc_sect .col1 {
    width: 36.67%;
    display: flex;
    flex-direction: column;
}
.sts_calc_sect .col2 {
    width: 59.33%;
}
.sts_calc_sect .col2 .order_form {
    min-height: 100%;
}
.sts_calc_sect .sect_title {
    font-size: 2em;
}
.sts_calc_sect .sect_title:not(:last-child) {
    margin-bottom: 0.625em;
}
.sts_calc_sect .prices_table_container {
    border-radius: 1.125em;
    background-color: #ffffff;
    padding: 1.25em 1.75em;
}
.sts_calc_sect .prices_table_container:not(:last-child) {
    margin-bottom: 2em;
}
.sts_calc_sect .prices_table {
    width: 100%;
    box-sizing: border-box;
    font-weight: 500;
}
.sts_calc_sect .prices_table td {
    padding: 0.5em;
}
.sts_calc_sect .prices_table td:first-child {
    padding-left: 0;
}
.sts_calc_sect .prices_table td:last-child {
    padding-right: 0;
}
.sts_calc_sect .prices_table thead {
    font-size: 1.25em;
}
.sts_calc_sect .prices_table thead tr:last-child td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 0.75em;
}
.sts_calc_sect .prices_table tbody tr:not(:last-child) td {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
.sts_calc_sect .book_butt {
    margin-top: auto;
    width: 100%;
}
.sts_calc_sect .book_butt.hide_on_desktop {
    display: none;
}
.sts_calc_sect .calc_data_table {
    width: 100%;
    box-sizing: border-box;
    border-collapse: collapse;
    font-weight: 500;
}
.sts_calc_sect .calc_data_table td {
    padding: 0.75em 0.5em;
}
.sts_calc_sect .calc_data_table tr:first-child td {
    padding-top: 0;
}
.sts_calc_sect .calc_data_table tr:last-child td {
    padding-bottom: 0;
}
.sts_calc_sect .calc_data_table tr:not(:last-child) td {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
.sts_calc_sect .calc_data_table td:first-child {
    padding-left: 0;
}
.sts_calc_sect .calc_data_table td:last-child {
    padding-right: 0;
}