.residents-technical,
.residents-technical * {
    box-sizing: border-box;
}

.residents-technical {
    width: 100%;
    overflow: hidden;
    background: #1f1f1f;
    color: #ffffff;
}

.residents-technical__inner {
    width: min(calc(100% - 80px), 1708px);
    margin: 0 auto;
    padding: 200px 0 112px;
}

.residents-technical__title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin: 0 0 64px;
    color: #ffffff;
    font-family: 'RoadRadio', Arial, Helvetica, sans-serif;
    font-size: 100px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 80px;
    text-transform: uppercase;
}

.residents-technical__title span {
    display: block;
    max-width: 100%;
}

.residents-technical__table-wrap {
    width: 100%;
    overflow: hidden;
}

.residents-technical__table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    border: 1px solid rgba(255, 255, 255, 0.07);
    color: #ffffff;
    background: #1f1f1f;
}

.residents-technical__col--parameter {
    width: 520px;
}

.residents-technical__col--value {
    width: auto;
}

.residents-technical__table th,
.residents-technical__table td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    vertical-align: middle;
    text-align: left;
}

.residents-technical__table th + th,
.residents-technical__table td + td {
    border-left: 1px solid rgba(255, 255, 255, 0.07);
}

.residents-technical__table thead th {
    height: 120px;
    color: #ffffff;
    font-family: 'RoadRadio', Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
}

.residents-technical__table thead th:first-child {
    padding: 40px 40px 40px 24px;
}

.residents-technical__table thead th:last-child {
    padding: 40px;
}

.residents-technical__table tbody td {
    height: 76px;
    color: #ffffff;
    font-family: 'Manrope', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    white-space: pre-line;
}

.residents-technical__table tbody td:first-child {
    padding: 28px 40px 28px 24px;
}

.residents-technical__table tbody td:last-child {
    padding: 28px 40px;
}

.residents-technical__table tbody tr:last-child td {
    border-bottom: 0;
}

.residents-technical__empty td {
    text-align: center !important;
}

@media (max-width: 1500px) {
    .residents-technical__inner {
        width: calc(100% - 80px);
        padding-top: 160px;
    }

    .residents-technical__title {
        font-size: clamp(64px, 6.4vw, 100px);
        line-height: 0.82;
    }

    .residents-technical__col--parameter {
        width: 30.45%;
    }
}

@media (max-width: 960px) {
    .residents-technical__inner {
        width: calc(100% - 48px);
        padding: 112px 0 88px;
    }

    .residents-technical__title {
        gap: 12px;
        margin-bottom: 48px;
        font-size: clamp(48px, 7.4vw, 68px);
        line-height: 0.88;
    }

    .residents-technical__table thead th {
        height: 96px;
        font-size: 24px;
        line-height: 32px;
    }

    .residents-technical__table thead th:first-child,
    .residents-technical__table thead th:last-child {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .residents-technical__table tbody td {
        height: 70px;
        font-size: 15px;
        line-height: 20px;
    }

    .residents-technical__table tbody td:first-child,
    .residents-technical__table tbody td:last-child {
        padding-top: 24px;
        padding-bottom: 24px;
    }
}

@media (max-width: 760px) {
    .residents-technical__inner {
        width: 100%;
        padding: 72px 16px 64px;
    }

    .residents-technical__title {
        gap: 8px;
        margin-bottom: 36px;
        font-size: 38px;
        line-height: 0.98;
    }

    .residents-technical__table-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .residents-technical__table {
        min-width: 620px;
    }

    .residents-technical__col--parameter {
        width: 210px;
    }

    .residents-technical__table thead th {
        height: 72px;
        font-size: 18px;
        line-height: 24px;
    }

    .residents-technical__table thead th:first-child,
    .residents-technical__table thead th:last-child {
        padding: 24px 20px;
    }

    .residents-technical__table tbody td {
        height: 64px;
        font-size: 14px;
        line-height: 20px;
    }

    .residents-technical__table tbody td:first-child,
    .residents-technical__table tbody td:last-child {
        padding: 22px 20px;
    }
}
