.main-content {
    display: block;
}
.cooperations__inner-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 40px 15px 40px 15px;
}

@media (min-width: 1440px) {
    .cooperations__inner-wrap {
        padding: 200px 15px 170px 15px;
    }
}
.cooperations__title {
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin: 0 0 30px 0;
    cursor: auto;
}
.cooperations__deskription {
    text-align: center;
    margin: 0 0 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000000;
    gap: 8px;
    width: 100%;
    max-width: 700px;
    cursor: auto;
}

.cooperations__table-wrap {
    width: 100%;
    overflow: auto;
    display: flex;
    flex-direction: column;
    gap: 25px;
    counter-reset: process-list;
    align-items: initial;
}

.cooperations__table {
    margin: 0 auto;
}

.cooperations__table-head {
    display: grid;
    grid-template-columns: 64px auto;
    width: 1180px;
    grid-column: 1 / -1;
    grid-row: 1 / 2;
    justify-self: center;
    background-color: #000000;
}

.cooperations__table-row {
    display: grid;
    grid-template-columns: 386px 287px 282px 225px;
}

.cooperations__table-head::before {
    counter-increment: process-list;
    content: counter(process-list);
    position: relative;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f26dc4;
    color: #ffffff;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    text-transform: uppercase;
}
.cooperations__table-title {
    padding: 16px 26px 16px 26px;
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    text-transform: uppercase;
    color: #ffffff;
    cursor: auto;
}

.cooperations__table-col {
    grid-row: 2 / 3;
    width: 100%;
    padding: 30px;
    border-left: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
}

.cooperations__table-col:last-child {
    border-right: 1px solid #c3c3c3;
}

.cooperations__table-col--highlighted {
    background: linear-gradient(270deg, rgba(118, 81, 230, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
}

.cooperations__table-col span {
    font-size: 16px;
    font-weight: 700;
    cursor: auto;
}
.cooperations__table-element {
    display: block;
    margin: 0 0 8px 0;
}
.cooperations__table-paragraph {
    font-size: 16px;
    color: #000;
    cursor: auto;
}
.cooperations__table-paragraph span {
    font-weight: 700;
    display: block;
}

.cooperations__table-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
    padding: 0;
}

.cooperations__table-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
}

.cooperations__table-item::before {
    content: "";
    display: block;
    min-width: 4px;
    min-height: 4px;
    border-radius: 100%;
    background-color: #f26dc4;
}
.cooperations__table-paragrapg {
    cursor: auto;
}
.cooperations__table-paragrapg--highlighted {
    font-weight: 700;
    color: #7651e6;
    font-size: 16px;
}
