.cooperation {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
    background: var(--black-text);
    padding: 64px 48px;
}

.cooperation-col {
    display: flex;
    flex-direction: column;
    row-gap: 56px;
    max-width: 518px;
}

.cooperation-col__title {
    font-family: 'Stetica';
    font-weight: 500;
    font-size: 72px;
    line-height: 72px;
    color: var(--white);
}

.cooperation-col__text {
    font-family: 'Stetica';
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: var(--white);
}

.cooperation-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 16px;
    column-gap: 16px;
}

.cooperation-wrapper__item {
    height: 376px;
    width: 392px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bgcardsonblack);
}

.cooperation-wrapper__item-icon {
    width: 100px;
    height: 100px;
}

.cooperation-wrapper__item-name {
    font-family: 'Stetica';
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: var(--white);
    position: absolute;
    padding: 8px 16px;
    bottom: 0;
    right: 0;
    background: var(--blue);
}

@media (min-width: 1440px) and (max-width: 1919px) {
.cooperation {
    padding: 64px 48px;
    column-gap: 40px;
}

.cooperation-col {
    row-gap: 56px;
    max-width: 100%;
}

.cooperation-col__title {
    font-size: 54px;
    line-height: 54px;
}

.cooperation-col__text {
    font-size: 24px;
    line-height: 32px;
}

.cooperation-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 16px;
    column-gap: 16px;
}

.cooperation-wrapper__item {
    height: 300px;
    width: 300px;
}

.cooperation-wrapper__item-icon {
    width: 100px;
    height: 100px;
}

.cooperation-wrapper__item-name {
    font-size: 14px;
    line-height: 16px;
    padding: 8px 16px;
}
}

@media (min-width: 1024px) and (max-width: 1439px) {
.cooperation {
    padding: 64px 48px;
    flex-direction: column;
    row-gap: 40px;
}

.cooperation-col {
    row-gap: 56px;
    max-width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.cooperation-col__title {
    font-size: 50px;
    line-height: 50px;
}

.cooperation-col__text {
    font-size: 20px;
    line-height: 28px;
    max-width: 50%;
}

.cooperation-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 16px;
    column-gap: 16px;
}

.cooperation-wrapper__item {
    height: 260px;
    width: 260px;
}

.cooperation-wrapper__item-icon {
    width: 90px;
    height: 90px;
}

.cooperation-wrapper__item-name {
    font-size: 14px;
    line-height: 16px;
    padding: 8px 16px;
}
}

@media (min-width: 768px) and (max-width: 1023px) {
.cooperation {
    padding: 48px 0 0 0;
    flex-direction: column;
    row-gap: 40px;
}

.cooperation-col {
    row-gap: 20px;
    margin: 0 16px;
    max-width: 100%;
    flex-direction: column;
    align-items: start;
}

.cooperation-col__title {
    font-size: 50px;
    line-height: 100%;
}

.cooperation-col__text {
    font-size: 20px;
    line-height: 24px;
    max-width: 100%;
}

.cooperation-wrapper {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 0;
    column-gap: 0;
}

.cooperation-wrapper__item {
    height: 270px;
    width: auto;
    border-width: 1px 1px 1px 0px;
border-style: solid;
border-color: #616161;
}

.cooperation-wrapper__item-icon {
    width: 80px;
    height: 80px;
}

.cooperation-wrapper__item-name {
    display: none;
}
}

@media (min-width: 440px) and (max-width: 767px) {
.cooperation {
    padding: 48px 0 0 0;
    flex-direction: column;
    row-gap: 40px;
}

.cooperation-col {
    row-gap: 20px;
    margin: 0 16px;
    max-width: 100%;
    flex-direction: column;
    align-items: start;
}

.cooperation-col__title {
    font-size: 32px;
    line-height: 100%;
}

.cooperation-col__text {
    font-size: 18px;
    line-height: 24px;
    max-width: 100%;
}

.cooperation-wrapper {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 0;
    column-gap: 0;
}

.cooperation-wrapper__item {
    height: 220px;
    width: auto;
    border-width: 1px 1px 1px 0px;
border-style: solid;
border-color: #616161;
}

.cooperation-wrapper__item-icon {
    width: 64px;
    height: 64px;
}

.cooperation-wrapper__item-name {
    display: none;
}
}

@media (max-width: 439px) {
.cooperation {
    padding: 48px 0 0 0;
    flex-direction: column;
    row-gap: 40px;
}

.cooperation-col {
    row-gap: 20px;
    margin: 0 16px;
    max-width: 100%;
    flex-direction: column;
    align-items: start;
}

.cooperation-col__title {
    font-size: 32px;
    line-height: 100%;
}

.cooperation-col__text {
    font-size: 18px;
    line-height: 24px;
    max-width: 100%;
}

.cooperation-wrapper {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 0;
    column-gap: 0;
}

.cooperation-wrapper__item {
    height: 187.5px;
    width: auto;
    border-width: 1px 1px 1px 0px;
border-style: solid;
border-color: #616161;
}

.cooperation-wrapper__item-icon {
    width: 64px;
    height: 64px;
}

.cooperation-wrapper__item-name {
    display: none;
}
}