.cj-page .sh-partners {
    padding: 0 0 84px;
    background: transparent;
}

.cj-page .sh-partners .sh-container {
    width: min(calc(100% - 120px), var(--cj-container));
    margin: 0 auto;
}

.cj-page .sh-partners .sh-section__head {
    max-width: 780px;
    margin: 0 auto 28px;
    text-align: center;
}

.cj-page .sh-partners .sh-section__head h2 {
    margin: 0;
    color: var(--cj-blue-dark);
    font-size: var(--cj-title-size);
    line-height: 1.08;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-shadow: var(--cj-shadow-title);
}

.cj-page .sh-partners .sh-section__head p {
    margin: 12px 0 0;
    color: var(--cj-text);
    font-size: 16px;
    line-height: 1.55;
}

.cj-page .sh-logo-row--partners {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    align-items: center;
    gap: 24px;
    width: 100%;
    min-height: 92px;
}

.cj-page .sh-logo-row__slider {
    width: 100%;
    min-width: 0;
    overflow: hidden;
}

.cj-page .sh-logo-row > button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    min-height: 0;
    max-width: 38px;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(10, 143, 232, .24);
    border-radius: 50%;
    background: rgba(255, 255, 255, .96);
    color: transparent;
    font-size: 0;
    line-height: 0;
    box-shadow: 0 10px 24px rgba(23, 56, 88, .08);
}

.cj-page .sh-logo-row > button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--cj-blue);
    border-right: 2px solid var(--cj-blue);
    transform: translate(-65%, -50%) rotate(45deg);
}

.cj-page .sh-logo-row > button:first-child::before {
    transform: translate(-35%, -50%) rotate(225deg);
}

.cj-page .sh-logo-row--partners .sh-logo-row__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    height: 76px;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.cj-page .sh-logo-row--partners .sh-logo-row__logo img {
    display: block;
    max-width: 170px;
    max-height: 58px;
    object-fit: contain;
}

@media (min-width: 850px) and (max-width: 1439px) {
    .cj-page .sh-partners {
        padding-bottom: 62px;
    }

    .cj-page .sh-partners .sh-container {
        width: min(calc(100% - 96px), var(--cj-container));
    }
}

@media (max-width: 849px) {
    .cj-page .sh-partners {
        padding-bottom: 50px;
    }

    .cj-page .sh-partners .sh-container {
        width: min(calc(100% - 44px), 540px);
    }

    .cj-page .sh-partners .sh-section__head {
        margin-bottom: 20px;
    }

    .cj-page .sh-partners .sh-section__head h2 {
        font-size: 20px;
        text-shadow: 1px 2px 0 rgba(255, 255, 255, .95), 0 2px 5px rgba(6, 120, 213, .22);
    }

    .cj-page .sh-partners .sh-section__head p {
        font-size: 14px;
    }

    .cj-page .sh-logo-row--partners {
        grid-template-columns: 34px minmax(0, 1fr) 34px;
        gap: 12px;
        min-height: 64px;
    }

    .cj-page .sh-logo-row > button {
        width: 34px;
        height: 34px;
        max-width: 34px;
    }

    .cj-page .sh-logo-row--partners .sh-logo-row__logo {
        height: 54px;
    }

    .cj-page .sh-logo-row--partners .sh-logo-row__logo img {
        max-width: 92px;
        max-height: 34px;
    }
}
