.table_new.table_new_4_col .table_block .header .col2 {
    background: linear-gradient(0deg, #003399, #003399);
    border-radius: 18px 0 0 18px;
    color: #fff;
    padding-right: 0;
}
.table_new.table_new_4_col .table_block .header .col3 {
    background: linear-gradient(0deg, #003399, #003399);
    border-radius: unset;
    color: #fff;
    padding-right: 0;
}
.table_new.table_new_4_col .table_block .header .col4 {
    background: linear-gradient(249deg, rgba(15,175,252,1) 0%, rgba(120,57,200,1) 100%) !important;
    border-radius: 0 18px 18px 0;
    color: #fff;
    padding-right: 0;
}
.table_new.table_new_4_col .table_block .tr.body .col2, .table_new.table_new_4_col .table_block .tr.body .col3, .table_new.table_new_4_col .table_block .tr.body .col4 {
    justify-content: center;
    text-align: center;
}

@media (max-width: 991px) {
	.table_new_4_col .table_block .header .col2, .table_new_4_col .table_block .header .col3, .table_new_4_col .table_block .header .col4 {
		-ms-flex: 0 0 33.3%;
		flex: 0 0 33.3%;
		max-width: 33.3%;
	}
}
@media (max-width: 991px) {
	.table_new.table_new_4_col .table_block .tr.body.row .col2, .table_new.table_new_4_col .table_block .tr.body.row .col3, .table_new.table_new_4_col .table_block .tr.body.row .col4 {
		background-color: #fff;
	}
}

@media (max-width: 991px) {
	.table_new.table_new_4_col .table_block .tr.body .col2, .table_new.table_new_4_col .table_block .tr.body .col3, .table_new.table_new_4_col .table_block .tr.body .col4 {
		-ms-flex: 0 0 33.3%;
		flex: 0 0 33.3%;
		max-width: 33.3%;
	}
}

.table_new.table_new_4_col .table_block .tr.body .col2 {
    border-left: 2px dotted #575fd9;
    border-right: 2px dotted #575fd9;
}
@media (max-width: 991px) {
	.table_new.table_new_4_col .table_block .tr.body .col2 {
		border-left: none;
	}
}
.table_new.table_new_4_col .table_block .tr.body .col3 {
	border-right: 2px dotted #575fd9;
}
.table_new.table_new_4_col .table_block .tr.body.row.gray .col3 {
    border-radius: unset;

}
.table_new.table_new_4_col .table_block .tr.body.row.gray .col4 {
    border-radius: 0 18px 18px 0;
}

.table_new.table_new_4_col .underheader {
    padding-bottom: 20px;
    text-align: center;
}
@media (max-width: 991px){
.table_new.table_new_4_col .underheader .col1 {
    display: none;
}
.table_new.table_new_4_col .underheader {
    justify-content: space-between;
    margin-right: 0;
}
}

.table_header,
.table_underheader {
    width: 100%;
    display: flex;
    align-items: normal;
    margin-bottom: 24px;
}

.table_underheader_item {
    width: 100%;
    flex-grow: 1;
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 18px;
    line-height: 23px;
}

.table_header_item:first-child {
    background: none;
}

.table_header_item {
    width: 100%;
    flex-grow: 1;
    text-align: center;
    padding: 13px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    color: #ffffff;
    background: linear-gradient(249deg, rgba(15, 175, 252, 1) 0%, rgba(120, 57, 200, 1) 100%);
}

.table_header_item:nth-child(2) {
    border-radius: 18px 0 0 18px;
}

.table_header_item:nth-child(2n+3) {
    background: linear-gradient(249deg, rgba(120, 57, 200, 1) 0%, rgba(15, 175, 252, 1) 100%);
}

.table_header_item:last-child {
    border-radius: 0 18px 18px 0;
}

.table_row {
    display: flex;
    width: 100%;
    align-items: normal;
}

.table_row.gray .table_row_item{
    background-color: #F1F1F7;
}

.table_row_item {
    width: 100%;
    flex-grow: 1;
    padding: 11px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 68px;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    text-align: center;
    border-right: 2px dotted #575fd9;
    margin-top: 2px;
}

.table_row_item:first-child {
    border-radius: 18px 0 0 18px;
}

.table_row_item:last-child {
    border-radius: 0 18px 18px 0;
    border-right: none;
}

.table_row_item b {
    font-weight: 600;
}

.table_row_item:first-child {
    justify-content: start;
    text-align: left;
}

.btns_block_wrapper {
    display: flex;
    align-items: center;
    width: 100%;
}

.btns_block_item {
    width: 100%;
    flex-grow: 1;
    padding: 0 15px;
}

@media (max-width: 991px) {
    .table_header_item:first-child,
    .table_underheader_item:first-child {
        display: none;
    }

    .table_row {
        flex-wrap: wrap;
    }

    .table_row_item:first-child {
        width: 100%;
    }

    .table_row_item:not(:first-child) {
        flex: 1 0;
    }

    .table_row_item {
        width: auto;
    }

    .table_row.gray .table_row_item {
        background-color: #ffffff;
    }

    .table_row_item:first-child {
        border-radius: 0;
        justify-content: center;
        border-right: none;
        background-color: #F1F1F7 !important;
    }

    .table_row_item:first-child .txt {
        text-align: center;
    }

    .btns_block_item:first-child {
        display: none;
    }

    .table_row_item:not(:first-child) {
        font-size: 11px;
    }

    .btns_block_item {
        padding: 0 5px;
    }

    .overflow_mobile .table_block--mobile {
        padding-left: 0 !important;
    }
}