.big-table__intro {
    max-width: 980px;
    margin-bottom: 44px;
}

.big-table__title {
    margin: 0;
    color: #343653;
    font-size: 72px;
    line-height: 0.96;
    letter-spacing: -0.02em;
    font-weight: 500;
}

.big-table__lead,
.big-table__text {
    margin-top: 16px;
    max-width: 740px;
}

.big-table__lead strong,
.big-table__text strong {
    color: #6d7094;
    font-weight: 600;
}

.big-table__table-wrap {
    border: 1px solid #cfd7e4;
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
}

.big-table__table {
    min-width: 1100px;
}

.big-table__row {
    display: grid;
    grid-template-columns: 1.15fr 1.2fr 1.2fr 2.1fr;
}

.big-table__row:nth-child(2n) {
    background-color: #FAFBFC;
}

.big-table__row:first-child {
    border-top: 0;
}

.big-table__cell {
    padding: 22px 20px;
    color: #5f6d86;
    font-size: 14px;
    line-height: 1.5;
    border-top: 1px solid #e2e8f0;
}

.big-table__cell + .big-table__cell {
    border-left: 1px solid #d7deea;
}

.big-table__cell--head {
    font-size: 13px;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-weight: 600;
    color: #586984;
    background: #F8FAFC;
}

.big-table__cell--criterion {
    font-size: 13px;
    line-height: 1.5;
    font-weight: 600;
    color: #474766;
}

.big-table__cell--accent {
    background: #F0F6FF;
    color: #3a3c58;
    font-weight: 600;
    border-top-color: #fff;
}

.big-table__row--head .big-table__cell--accent {
    background: #2B7FFF;
    color: #fff;
}

.big-table__tag {
    display: inline-block;
    margin-bottom: 7px;
    padding: 1.5px 7px;
    border-radius: 10px;
    border: 1px solid #9ebdee;
    color: #2e73df;
    font-size: 11px;
    line-height: 1.65;
    font-weight: 500;
}

.big-table__accent-text {
    display: flex;
    gap: 12px;
    color: #474766;
    font-size: 14px;
    line-height: 1.5;
}

.big-table__mark {
    font-weight: 700;
    flex-shrink: 0;
}

.big-table__mark--bad {
    color: #d65252;
}

.big-table__mark--good {
    color: #39a865;
}

.big-table__stats {
    margin-top: 34px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    border: 1px solid #cfd7e4;
    border-radius: 24px;
    overflow: hidden;
}

.big-table__stat-card {
    position: relative;
    background: #fff;
    padding: 40px 34px 34px;
    border-left: 1px solid #d7deea;
}

.big-table__stat-card:first-child {
    border-left: 0;
}

.big-table__stat-card--accent {
    background: linear-gradient(180deg, #4276ea 0%, #3465d8 100%);
    color: #fff;
}

.big-table__stat-icon {
    position: absolute;
    top: 28px;
    right: 24px;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: #e7eef9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.big-table__stat-icon--accent {
    background: rgba(255, 255, 255, 0.16);
}

.big-table__stat-icon--accent::before {
    border-color: #ffffff;
    border-left: 0;
    border-bottom: 0;
    transform: translate(-50%, -50%) rotate(45deg);
}

.big-table__stat-icon--ok {
    background: #dcf1e4;
}

.big-table__stat-icon--ok::before {
    border-color: #2a8c53;
    border-right: 0;
    border-top: 0;
    width: 12px;
    height: 8px;
    border-radius: 0;
    transform: translate(-50%, -55%) rotate(-45deg);
}

.big-table__stat-value {
    margin: 0;
    color: #343653;
    font-size: 52px;
    line-height: 0.95;
    letter-spacing: -0.02em;
    font-weight: 500;
}

.big-table__stat-card--accent .big-table__stat-value,
.big-table__stat-card--accent .big-table__stat-text {
    color: #fff;
}

.big-table__stat-unit {
    font-size: 0.5em;
    line-height: 1;
    margin-left: 0.3em;
}

.big-table__stat-text {
    margin: 0;
    margin-top: 20px;
    color: #73779d;
    font-size: 18px;
    line-height: 1.35;
}

@media screen and (max-width: 1250px) {
    .big-table__title {
        font-size: 62px;
    }

    .big-table__table-wrap {
        overflow-x: auto;
    }
}

@media screen and (max-width: 900px) {
    .big-table__intro {
        margin-bottom: 32px;
    }

    .big-table__title {
        font-size: 44px;
    }

    .big-table__lead,
    .big-table__text {
        margin-top: 14px;
        max-width: 100%;
    }

    .big-table__cell {
        padding: 18px 16px;
        font-size: 13px;
    }

    .big-table__cell--head {
        font-size: 12px;
    }

    .big-table__cell--criterion {
        font-size: 12px;
    }

    .big-table__accent-text {
        font-size: 13px;
        gap: 8px;
    }

    .big-table__stat-card {
        padding: 32px 24px 24px;
    }

    .big-table__stat-card {
        min-height: 200px;
    }

    .big-table__stat-value {
        font-size: 42px;
    }

    .big-table__stat-text {
        margin-top: 12px;
        font-size: 16px;
    }
}

@media screen and (max-width: 760px) {
    .big-table__stats {
        grid-template-columns: 1fr;
    }

    .big-table__stat-card {
        border-left: 0;
        border-top: 1px solid #d7deea;
        min-height: auto;
        padding: 26px 20px 20px;
    }

    .big-table__stat-card:first-child {
        border-top: 0;
    }

    .big-table__stat-icon {
        width: 40px;
        height: 40px;
        top: 20px;
        right: 18px;
    }
}

@media screen and (max-width: 560px) {
    .big-table__title {
        font-size: 34px;
        line-height: 1.02;
    }

    .big-table__intro {
        margin-bottom: 24px;
    }

    .big-table__lead,
    .big-table__text {
        font-size: 15px;
        line-height: 1.45;
    }

    .big-table__stat-value {
        font-size: 38px;
    }

    .big-table__stat-text {
        font-size: 15px;
    }
}
