.t-descr_xxs {
    font-size: 18px !important;
}

.t-store__prod-popup__btn {
    color: white !important;
    background-color: #e31e24 !important;
}
.t-store__prod-popup__btn:hover {
    background-color: #EC6468 !important;
}

.t-text table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #d9d9d9;
    border-radius: 30px;
    overflow: hidden;
}

.t-text table th,
.t-text table td {
    padding: 16px 20px;
    text-align: left;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.t-text table th {
    font-weight: 600;
    background: #f5f5f5;
}

.t-text table th:last-child,
.t-text table td:last-child {
    border-right: none;
}

.t-text table tr:last-child td {
    border-bottom: none;
}

/* Мобильные */
@media screen and (max-width: 640px) {
    .t-text {
        overflow-x: auto;
    }

    .t-text table {
        min-width: 600px;
    }

    .t-text table th,
    .t-text table td {
        padding: 12px 14px;
    }
}
</style>