.social-center-page .section,
.social-center-page .social-center__section {
    margin: 0;
}

.social-center {
    overflow: hidden;
    background: #ffffff;
}

.social-center__content {
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
}

.social-center__content--narrow {
    max-width: 760px;
}

.social-center__hero {
    padding: 62px 0 0;
    text-align: center;
}

.social-center__visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.social-center__title-svg {
    display: block;
    width: min(100%, 690px);
    height: auto;
    margin: 0 auto 54px;
}

.social-center__lead {
    max-width: 620px;
    margin: 0 auto 52px;
    color: #2f3338;
    font-size: clamp(18px, 1.25vw, 24px);
    font-weight: 400;
    line-height: 1.18;
    text-align: center;
}

.social-center__main-photo {
    display: block;
    width: min(100%, 704px);
    height: auto;
    margin: 0 auto;
    border-radius: 4px;
}

.social-center__section {
    padding: 66px 0 0;
}

.social-center__section--features {
    padding-top: 70px;
}

.social-center__section--home {
    padding-top: 76px;
}

.social-center__section--funding {
    padding-top: 72px;
    padding-bottom: 62px;
}

.social-center__heading {
    margin: 0 0 42px;
    color: #2f3338;
    font-size: clamp(36px, 3.1vw, 56px);
    font-weight: 400;
    line-height: 1.05;
    text-align: center;
}

.social-center__heading--green,
.social-center__heading span {
    color: #36994a;
}

.social-center__heading--mixed {
    margin-bottom: 30px;
}

.social-center__heading--home {
    margin-bottom: 45px;
}

.social-center__heading--help {
    margin-bottom: 38px;
}

.social-center__content--narrow p,
.social-center__intro,
.social-center__funding-note {
    color: #2f3338;
    font-size: clamp(17px, 1.12vw, 22px);
    font-weight: 400;
    line-height: 1.22;
    text-align: center;
}

.social-center__content--narrow p {
    margin: 0 auto 24px;
}

.social-center__content--narrow p:last-child {
    margin-bottom: 0;
}

.social-center__intro {
    max-width: 720px;
    margin: 0 auto 32px;
}

.social-center__funding-note {
    max-width: 720px;
    margin: 0 auto 44px;
}

.social-center__cards {
    display: grid;
    max-width: 900px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    gap: 20px 24px;
}

.social-center__cards--four,
.social-center__cards--home,
.social-center__cards--funding {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.social-center__cards--home .social-center-card:nth-child(3),
.social-center__cards--funding .social-center-card:nth-child(3) {
    grid-column: 1 / 2;
}

.social-center-card {
    position: relative;
    min-height: 132px;
    padding: 24px 26px 22px 48px;
    color: #2f3338;
    background: #f6f6f6;
    border-radius: 4px;
}

.social-center-card--compact {
    min-height: 88px;
    padding-top: 24px;
    padding-bottom: 20px;
}

.social-center-card__icon {
    position: absolute;
    top: 27px;
    left: 22px;
    width: 13px;
    height: 13px;
    object-fit: contain;
}

.social-center-card p {
    margin: 0;
    color: inherit;
    font-size: clamp(15px, .95vw, 18px);
    font-weight: 400;
    line-height: 1.25;
}

.social-center-card strong {
    font-weight: 600;
}

.social-center-page .delimDonate {
    margin-top: 0;
}

@media only screen and (min-width: 1441px) {
    .social-center__content {
        max-width: 1120px;
    }

    .social-center__content--narrow {
        max-width: 820px;
    }

    .social-center__cards {
        max-width: 960px;
    }
}

@media only screen and (max-width: 991px) {
    .social-center-page .school .section--third {
        margin-top: 0;
    }

    .social-center__hero {
        padding-top: 42px;
    }

    .social-center__title-svg {
        width: min(100%, 560px);
        margin-bottom: 38px;
    }

    .social-center__lead {
        max-width: 560px;
        margin-bottom: 38px;
    }

    .social-center__section,
    .social-center__section--features,
    .social-center__section--home,
    .social-center__section--funding {
        padding-top: 52px;
    }

    .social-center__cards--four,
    .social-center__cards--home,
    .social-center__cards--funding {
        grid-template-columns: 1fr;
    }

    .social-center__cards--home .social-center-card:nth-child(3),
    .social-center__cards--funding .social-center-card:nth-child(3) {
        grid-column: auto;
    }
}

@media only screen and (max-width: 575px) {
    .social-center__hero {
        padding-top: 30px;
    }

    .social-center__title-svg {
        margin-bottom: 30px;
    }

    .social-center__lead {
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 1.25;
    }

    .social-center__section,
    .social-center__section--features,
    .social-center__section--home,
    .social-center__section--funding {
        padding-top: 42px;
    }

    .social-center__section--funding {
        padding-bottom: 42px;
    }

    .social-center__heading {
        margin-bottom: 26px;
        font-size: 32px;
        line-height: 1.12;
    }

    .social-center__heading--mixed br {
        display: none;
    }

    .social-center__content--narrow p,
    .social-center__intro,
    .social-center__funding-note {
        font-size: 16px;
        line-height: 1.3;
    }

    .social-center-card {
        min-height: 0;
        padding: 20px 18px 20px 42px;
    }

    .social-center-card__icon {
        top: 23px;
        left: 18px;
        width: 11px;
        height: 11px;
    }

    .social-center-card p {
        font-size: 15px;
        line-height: 1.3;
    }
}

/* SOCIAL CENTER PAGE WIDTH + BREADCRUMBS */

.social-center__content {
    width: calc(100% - 80px) !important;
    max-width: 1180px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Крошки слева */
.social-center-breadcrumbs {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
    gap: 8px !important;

    width: 100% !important;
    max-width: 1180px !important;
    margin: 0 0 32px !important;

    text-align: left !important;
    position: relative !important;
    z-index: 5 !important;
}

.social-center-breadcrumbs,
.social-center-breadcrumbs a,
.social-center-breadcrumbs span {
    color: #343333 !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    text-decoration: none !important;
}

.social-center-breadcrumbs a:hover {
    text-decoration: underline !important;
}

@media (max-width: 767px) {
    .social-center__content {
        width: calc(100% - 32px) !important;
        max-width: none !important;
    }

    .social-center-breadcrumbs {
        justify-content: flex-start !important;
        text-align: left !important;
        margin-bottom: 20px !important;
    }

    .social-center-breadcrumbs,
    .social-center-breadcrumbs a,
    .social-center-breadcrumbs span {
        font-size: 12px !important;
    }
}
/* FOOTER FIX FOR SOCIAL CENTER PAGE */

html body.social-center-page .wrapper {
    display: block !important;
    min-height: auto !important;
    height: auto !important;
    overflow: visible !important;
}

html body.social-center-page .social-center {
    display: block !important;
    position: relative !important;
    min-height: auto !important;
    height: auto !important;
    overflow: visible !important;
    z-index: 1 !important;
}

html body.social-center-page .footer,
html body.social-center-page footer {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 1px !important;
    overflow: visible !important;
    z-index: 10 !important;
    clear: both !important;
    transform: none !important;
}