.packs_table_sect {
    padding: 5.625em calc(50vw - 50%);
    margin: 0 calc(50% - 50vw);
}
.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: 1px solid rgba(49, 126, 229, 0.2);
}
.packs_table_sect .packs_toggles {
    display: none;
}
.packs_table_sect .thead {
    color: #ffffff;
    background-color: #317EE5;
}
.packs_table_sect .tr {
    display: flex;
    min-height: 6.25em;
    box-sizing: border-box;
}
.packs_table_sect .thead .tr {
    min-height: 5em;
}
.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.75em 1.5em;
}
.packs_table_sect .th {
    width: calc(100%/3);
    padding-right: 1em;
}
.packs_table_sect .tr_packs {
    width: calc(100%/3*2);
    box-sizing: border-box;
    display: flex;
}
.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: 2.25em;
    padding-left: 1.11em;
}
.packs_table_sect .table .line2 {
    font-size: 1.375em;
    line-height: 1.18;
    overflow: hidden;
    text-overflow: ellipsis;
}
.packs_table_sect .table .line3 {
    line-height: 1.5;
    font-weight: 300;
    padding-left: 2.5em;
    position: relative;
}
.packs_table_sect .table .line3:before {
    content: '';
    display: block;
    width: 1em;
    height: 1em;
    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%);
}
.packs_table_sect .table .line4 {
    line-height: 1.35;
    font-size: 1.125em;
    color: #317EE5;
}
.packs_table_sect .table .line4 .icon {
    max-width: 1em;
    max-height: 1em;
}
.packs_table_sect .table .line5 {
    line-height: 1.34;
    font-weight: 300;
    font-size: 2.25em;
    padding-left: 1.11em;
    color: #317EE5;
}
.packs_table_sect .table .line6 {
    line-height: 1.17;
    font-size: 1.5em;
}
.packs_table_sect .table .line7 .butt {
    padding: 0 2em;
}
.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: 25%;
}
.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 {
    height: 7.75em;
    box-sizing: border-box;
    padding: 0.5em 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.packs_table_sect .sub_service_price_text {
    color: #317EE5;
    line-height: 1.35;
    font-size: 1.5em;
}
.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;
    padding: 1em 2em;
    color: #ffffff;
    background-color: #68BA8B;
    font-weight: 500;
    border-radius: 0.25em;
    display: none;
    margin: 1em 0 0;
}
@media(max-width: 1199px) {
    .packs_table_sect .td {
        padding: 0.5em;
    }
    .packs_table_sect .th {
        width: 15em;
    }
    .packs_table_sect .tr,
    .packs_table_sect .thead .tr {
        min-height: 5em;
    }
    .packs_table_sect .tr_packs {
        width: calc(100% - 15em);
    }
    .packs_table_sect .table .line1 {
        font-size: 1.5em;
        padding-left: 0.5em;
    }
    .packs_table_sect .table .line2 {
        font-size: 1em;
    }
    .packs_table_sect .table .line3 {
        font-size: 0.75em;
        padding-left: 1em;
    }
    .packs_table_sect .table .line3:before {
        width: 0.75em;
        height: 0.75em;
    }
    .packs_table_sect .table .line4 {
        font-size: 0.75em;
    }
    .packs_table_sect .table .line5 {
        font-size: 1.5em;
        padding-left: 0.5em;
    }
    .packs_table_sect .table .line6 {
        font-size: 1em;
    }
    .packs_table_sect .table .line7 .butt {
        padding: 0 1em;
        height: 2.5em;
    }
    .packs_table_sect .table .line7 .butt .butt_label {
        font-size: 0.875em;
    }

    .packs_table_sect .sub_service {
        width: calc(100%/3);
    }
    .packs_table_sect .sub_service_description {
        height: 6.5em;
    }
    .packs_table_sect .sub_service_price_text {
        font-size: 1.125em;
    }
}