.table-prices .table__table th:first-child,
.table-prices .table__table td:first-child {
    box-sizing: border-box;
    width: 66.666%;
}

.table-prices .table__table th:nth-child(2),
.table-prices .table__table td:nth-child(2) {
    box-sizing: border-box;
    width: 33.333%;
    white-space: nowrap;
}
