.packs_table_sect {
    margin: 0 calc(50% - 50vw);
    padding: 2.5em 0;
}
.packs_table_sect.padding_top_off {
    padding-top: 0;
}
.packs_table_sect.padding_bottom_off {
    padding-bottom: 0;
}
.packs_table_sect .table_wrap:not(:last-child) {
    margin-bottom: 4.75em;
}
.packs_table_sect .table {
    border: none;
}
.packs_table_sect .packs_toggles {
    display: flex;
    padding: 0.5em 0.75em;
    justify-content: space-between;
    flex-wrap: wrap;
    font-weight: 300;
    color: #FFFFFF;
    background-color: #317EE5;
}
.packs_table_sect .thead {
    color: #ffffff;
    background-color: #317EE5;
}
.packs_table_sect .tr {
    display: flex;
    box-sizing: border-box;
    min-height: 3.75em;
}
.packs_table_sect .thead .tr {
    min-height: 3.75em;
}
.packs_table_sect .tbody .tr:nth-child(even) {
    background-color: #F3F7FE;
}
.packs_table_sect .td {
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    padding: 0.5em;
}
.packs_table_sect .th {
    padding-right: 1em;
    width: 15em;
}
.packs_table_sect .tr_packs {
    box-sizing: border-box;
    display: flex;
    width: calc(100% - 15em);
}
.packs_table_sect .pack_td {
    width: 100%;
    border-left: 1px solid rgba(49, 126, 229, 0.2);
    text-align: center;
}
.packs_table_sect .thead .pack_td {
    border-left-color: rgba(255, 255, 255, 0.2);
}
.packs_table_sect .table .line1 {
    line-height: 1.34;
    font-size: 1.5em;
    padding-left: 0.5em;
}
.packs_table_sect .table .line2 {
    line-height: 1.18;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1em;
}
.packs_table_sect .table .line3 {
    line-height: 1.5;
    font-weight: 300;
    position: relative;
    font-size: 0.75em;
    padding-left: 1em;
}
.packs_table_sect .table .line3:before {
    content: '';
    display: block;
    box-sizing: border-box;
    background-position: center;
    background-image: url(../../img/icons/check-317ee5.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0.75em;
    transform: translate(0, -50%);
    width: 0.75em;
    height: 0.75em;
}
.packs_table_sect .table .line4 {
    line-height: 1.35;
    color: #317EE5;
    font-size: 0.75em;
}
.packs_table_sect .table .line4 .icon {
    max-width: 1em;
    max-height: 1em;
}
.packs_table_sect .table .line5 {
    line-height: 1.34;
    font-weight: 300;
    color: #317EE5;
    font-size: 1em;
    padding-left: 0.75em;
}
.packs_table_sect .table .line6 {
    line-height: 1.17;
    font-size: 1em;
}
.packs_table_sect .table .line7 .butt {
    height: 2.5em;
    padding: 0 1.75em;
}
.packs_table_sect .sub_services_title {
    font-size: 1.5em;
    line-height: 1.35;
    font-weight: 400;
    margin: 0 0 1.75em;
}
.packs_table_sect .sub_services_container {
    border: 1px solid rgba(49, 126, 229, 0.3);
    border-radius: 1.125em;
    overflow: hidden;
}
.packs_table_sect .sub_services {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1px -1px 0;
}
.packs_table_sect .sub_service {
    border-right: 1px solid rgba(49, 126, 229, 0.3);
    border-bottom: 1px solid rgba(49, 126, 229, 0.3);
    box-sizing: border-box;
    width: calc(100%/3);
}
.packs_table_sect .sub_service_title {
    height: 4em;
    box-sizing: border-box;
    padding: 0.5em 1em;
    background-color: #F3F7FE;
    display: flex;
    align-items: center;
}
.packs_table_sect .sub_service_title .custom_checkbox {
    margin-right: 0.5em;
}
.packs_table_sect .sub_service_name {
    font-weight: 300;
    line-height: 1.65;
    width: calc(100% - 1.5em);
    text-align: center;
}
.packs_table_sect .sub_service_description {
    box-sizing: border-box;
    padding: 0.5em 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: 6.5em;
}
.packs_table_sect .sub_service_price_text {
    color: #317EE5;
    line-height: 1.35;
    font-size: 1.125em;
}
.packs_table_sect .sub_services_butt_wrap {
    margin-top: 1.75em;
    text-align: center;
}
.packs_table_sect .sub_services_butt_wrap .butt {
    padding: 0 2em;
}
.packs_table_sect .added_to_cart_msg {
    box-sizing: border-box;
    color: #ffffff;
    background-color: #68BA8B;
    font-weight: 500;
    border-radius: 0.25em;
    display: none;
    margin: 1em 0 0;
    padding: 1em;
}
.packs_table_sect .table .line7 .butt .butt_label {
    font-size: 1em;
}
.packs_table_sect .tbody {
    border: 1px solid rgba(49, 126, 229, 0.2);
}
.packs_table_sect .pack_td:not(.active) {
    display: none;
}
.packs_table_sect .tfoot .tr {
    min-height: 0;
}
.packs_table_sect .tfoot .th {
    display: none;
}
.packs_table_sect .tfoot .tr_packs {
    width: 100%;
}
.packs_table_sect .tfoot .td {
    padding: 1em 0 0;
    border: none;
}
.packs_table_sect .packs_toggle {
    margin: 0.25em 0.25em;
    opacity: 0.5;
}
.packs_table_sect .packs_toggle.active {
    opacity: 1;
    text-decoration: underline;
}
.packs_table_sect .packs_toggle_label {
    font-size: 0.875em;
}
@media(max-width: 374px) {
    .packs_table_sect .sect_title {
        text-align: center;
    }
    .packs_table_sect .th {
        width: 12em;
    }
    .packs_table_sect .tr_packs {
        width: calc(100% - 12em);
    }

    .packs_table_sect .table_wrap:not(:last-child) {
        margin-bottom: 2.75em;
    }
    .packs_table_sect .sub_services_title {
        font-size: 1.125em;
        margin: 0 0 1.25em;
    }
    .packs_table_sect .sub_services_container {
        border: none;
        border-radius: unset;
    }
    .packs_table_sect .sub_services {
        margin: 0;
        display: block;
    }
    .packs_table_sect .sub_service {
        width: 100%;
        margin: 0 0 1em;
        border-radius: 1.125em;
        overflow: hidden;
        border: 1px solid rgba(49, 126, 229, 0.3);
    }
    .packs_table_sect .sub_service:last-child {
        margin-bottom: 0;
    }
    .packs_table_sect .added_to_cart_msg {
        margin: 1em 0 0;
    }
}