.delivery-additional__item {
    margin-top: 40px;
}

.delivery-additional__item h2 {
    font-size: 26px;
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 26px;
}

.delivery-additional__item .is_auth table td {
    border: 1px solid;
    padding: 5px 15px;
}

.delivery-additional__item .is_auth table td:nth-of-type(2n+1) {
    font-weight: 600;
}

.delivery-page .is_not_auth {
    color: red;
    font-weight: 600;
}
