.a4_prostheses_table_wrap td {
    border: none;
}
.a4_prostheses_table_wrap tr{
    border-top: 1px solid #E2E8F0;
}
.a4_prostheses_table_wrap tr:nth-child(1){
    border: none;
}
.a4_prostheses_table_wrap{
    margin-bottom: 40px;
    .table>thead>tr>th{
        border: none;
    }
    .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td{
        padding: 10px;
    }
}

.a4_prices_tr.a4_prices_tr--group{
    background: #E7F3F6;
    color: #00415D;
    font-size: 15px;
    font-weight: 600;
}
.a4_prices_tr.a4_prices_tr--head{
    background: #3E809E;
    color: #fff;
}

.a4_prices_name_line--badge{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.a4_badge{
    color: #FFF;
    font-weight: 600;
    padding: 1px 7px 4px;
}
.a4_badge--popular{
    background: #B28D58;
}
.a4_badge--optimal{
    background: #3E809E;
}

.a4_prices_actions{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 90px;
}
.a4_prices_info{
    padding: 25px 30px 35px 30px;
    border-radius: 10px;
    background: #E7F3F6;
}

@media screen and (max-width: 767px){
    .a4_prices_actions{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: 30px;
    }	
}