table {
    border-collapse: separate;
    border-spacing: 0px;
}


.table-header {
    color: #FFF;
    text-align: center;
    font-family: 'Heebo';
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    width: 100%;
    line-height: 24px;
    border-radius: 13px 13px 0px 0px;
    background: #0094BF;
    padding: 8px 36px;
}

.table-title {
    color: #000;
    text-align: center;
    font-family: DM Sans;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 49px;
}

.table-dot {
    color: #0094BF;
}

.table-subtitle {
    color: #0094BF;
    text-align: center;
    font-family: DM Sans;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 49px;
}

.table-price {
    color: #000;
    text-align: center;
    font-family: DM Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}

.table-price-label {
    color: #000;
    font-family: DM Sans;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}

.table-price-amount {
    font-size: 18px;
}



.table-styled-cell {
    border: 1px solid #0094BF;
    background: #FCFEFF;
    border-top: 0px;
    border-bottom: 0px;
    margin-bottom: -4px;
    min-width: 175px;
}

.table-styled-cell-premium {
    border: 1px solid #F1BC51;
    background: #FCFEFF;
    border-top: 0px;
    border-bottom: 0px;
    margin-bottom: -4px;
    background: #FFFDF9;
    min-width: 175px;
}

.table-styled-cell-head {
    border-top: 0px;
    border-bottom: 0px;
    min-width: 175px;
    border-radius: 13px 13px 0px 0px;
    background: #0094BF;
}

.table-styled-cell-footer {
    border: 1px solid #0094BF;
    background: #FCFEFF;
    border-top: 16px;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    border-radius: 0 0 13px 13px;
}

.table-styled-cell-footer-premium {
    border: 1px solid #F1BC51;
    background: #FCFEFF;
    border-top: 16px;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    border-radius: 0 0 13px 13px;
}

.table-styled-cell-header {
    border: 1px solid #0094BF;
    background: #FCFEFF;
    padding-bottom: 39px;
    padding-top: 21px;
    border-bottom: 0px;
}

.table-btn-choice {
    color: #FFF;
    text-align: center;
    font-family: DM Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.5px;
    border: none;
    padding: 15px 15px;
    border-radius: 40px;
    background: #0094BF;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    text-transform: uppercase;
    max-height: 45px;
}

.table-btn-choice-premium {
    color: #FFF;
    text-align: center;
    font-family: DM Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.5px;
    border: none;
    padding: 15px 30px;
    border-radius: 40px;
    background: #1F2C39;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    text-transform: uppercase;
    max-height: 45px;
}

.table-column-spacing {
    width: 10px;
}

td.table-second-card {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.table-row-style {
    background: #F5F5F5;
}

.table-row-title-style {
    padding: 0 20px 0 20px;
    background: #F5F5F5;
}

.table-row-title-style-without-backround {
    padding: 20px 20px 20px 20px;
}

.table-row-color {
    background: #F5F5F5;
}

.table-begin-row {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 40%;
    height: 110px;
}


.width-col {
    width: 20%;
    padding: 10px 3px;
}

.table-end-row {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}


@media (max-width: 1000px) {
    .table-begin-row {

        width: 30%;
    }

    .width-col {
        width: 25%;
        padding: 10px 3px;
    }

}


@media (max-width: 1200px) {

    .table-header {

        font-size: 7px;

        line-height: 20px;

    }

    .table-title {

        font-size: 20px;
        font-weight: 500;
        line-height: 30px;
    }

    .table-subtitle {

        font-size: 25px;
        font-weight: 500;
        line-height: 30px;
    }

    .table-price {
        font-size: 10px;
        font-weight: 200;
        line-height: 20px;
    }

    .table-price-label {
        font-size: 20px;
        font-weight: 500;
        line-height: 20px;
    }

    .table-price-amount {
        font-size: 12px;
    }

    .table-btn-choice {
        font-size: 9px;
        font-weight: 700;
        line-height: 15px;
        text-decoration: none;
    }

    .table-btn-choice-premium {
        font-size: 9px;
        font-weight: 700;
        line-height: 15px;
        text-decoration: none;
    }
}