.page-has-hero .main {
    padding-top: 0;
}

.page-has-hero .site-header {
    position: absolute;
    left: 0;
    right: 0;
}

.site-header--hero {
    background: linear-gradient(180deg, rgba(0, 45, 140, 0.45) 0%, rgba(0, 55, 160, 0.18) 70%, transparent 100%);
    box-shadow: 0 4px 20px rgba(51, 61, 71, 0.12);
}

.site-header--hero .site-header__logo,
.site-header--hero .site-header__link,
.site-header--hero .site-header__link--btn {
    color: var(--color-white);
}

.site-header--hero .site-header__logo {
    opacity: 0.35;
}

.site-header--hero .site-header__chevron {
    filter: brightness(0) invert(1);
}

.site-header--hero .site-header__menu-btn {
    border-color: var(--color-white);
}

.site-header--hero .site-header__menu-line {
    background: var(--color-white);
}

.site-header--hero .site-header__dropdown {
    background: var(--color-white);
}

.site-header--hero .site-header__dropdown-link {
    color: var(--color-navy);
}

@media (max-width: 1023px) {
    .site-header--hero .site-header__nav .site-header__link,
    .site-header--hero .site-header__nav .site-header__link--btn {
        color: var(--color-navy);
    }

    .site-header--hero .site-header__nav .site-header__chevron {
        filter: none;
    }

    .site-header--hero .site-header__nav .site-header__dropdown-link {
        color: var(--color-navy);
    }
}

.button--navy {
    background: var(--color-navy);
    color: var(--color-white);
}

.button--navy:hover {
    background: var(--color-blue);
}

.home-wrap {
    width: var(--container);
    max-width: 1616px;
    margin: 0 auto;
}

.home-hero {
    position: relative;
    min-height: 807px;
    overflow: hidden;
    color: var(--color-navy);
    background: #0039a6;
}

.home-hero__bg {
    position: absolute;
    inset: 0;
}

.home-hero__bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.home-hero__photo {
    position: absolute;
    left: max(0px, calc((100% - 1616px) / 2 + 472px));
    top: 125px;
    width: min(1296px, 67.5vw);
    height: auto;
    aspect-ratio: 1296 / 704;
    object-fit: contain;
    object-position: left bottom;
    pointer-events: none;
    z-index: 1;
}

@media (min-width: 1920px) {
    .home-hero__photo {
        left: 624px;
        width: 1296px;
    }
}

.home-hero__clouds {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    width: 100%;
    height: auto;
    pointer-events: none;
    z-index: 2;
}

.home-hero__content {
    position: relative;
    z-index: 3;
    width: var(--container);
    max-width: 1616px;
    margin: 0 auto;
    padding: 186px 0 96px;
}

.home-hero__title {
    margin: 0;
    max-width: 921px;
    font-family: var(--font-display);
    font-size: var(--fs-hero);
    font-weight: 600;
    line-height: 1.38;
    text-transform: uppercase;
}

.home-hero__title span,
.home-hero__text span {
    display: block;
}

.home-hero__text {
    margin: 36px 0 0;
    max-width: 527px;
    font-family: var(--font-display);
    font-size: var(--fs-subtitle);
    font-weight: 500;
    line-height: 1.4;
}

.home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin-top: 48px;
}

.home-hero__actions .button {
    min-width: 280px;
}

.home-section {
    position: relative;
    padding: 80px 0 0;
}

.home-wrap > .home-section:first-child {
    padding-top: 24px;
}

.home-section__title {
    margin: 0;
    font-family: var(--font-display);
    font-size: var(--fs-display);
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.home-section__action {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 60px;
    min-height: 86px;
}

.home-section__star {
    position: absolute;
    right: 124px;
    bottom: -16px;
    width: 66px;
    height: 66px;
    pointer-events: none;
}

.case-grid {
    display: grid;
    grid-template-columns: repeat(4, 380px);
    gap: 32px;
    justify-content: space-between;
    margin-top: 60px;
}

.case-card {
    display: flex;
    flex-direction: column;
    width: 380px;
    height: 520px;
    overflow: hidden;
    border: 2px solid rgba(12, 18, 58, 0.3);
    border-radius: 22px;
    background: var(--color-white);
    transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.case-card__link {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    color: inherit;
}

.case-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(12, 18, 58, 0.08);
}

.case-card__media {
    flex: 0 0 240px;
    height: 240px;
    overflow: hidden;
    position: relative;
}

.case-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case-card__meta {
    margin: 20px 24px 0;
    font-size: var(--fs-body-sm);
    font-weight: 300;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.case-card__info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 14px 24px 0;
    min-height: 82px;
}

.case-card__title {
    margin: 0;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.15;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.case-card__excerpt {
    margin: 0;
    font-size: var(--fs-caption);
    line-height: 22px;
    opacity: 0.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.case-card__footer {
    margin-top: auto;
    padding: 0 24px 28px;
}

.case-card__stats {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.case-card__stat--end {
    text-align: right;
}

.case-card__amount {
    margin: 0;
    font-size: var(--fs-body);
    font-weight: 600;
    line-height: 1.2;
}

.case-card__label {
    margin: 4px 0 0;
    font-size: var(--fs-caption);
    opacity: 0.5;
}

.case-card__progress {
    height: 18px;
    margin-top: 14px;
    border-radius: 8px;
    background: rgba(12, 18, 58, 0.05);
    overflow: hidden;
}

.case-card__progress-fill {
    display: block;
    width: var(--progress, 0%);
    height: 100%;
    border-radius: 8px;
    background: var(--color-yellow);
}

.star-link {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    width: 251px;
    color: #0053cb;
    transition: transform 0.25s var(--ease), opacity 0.25s var(--ease);
}

.star-link:hover {
    transform: translateY(-2px);
    opacity: 0.85;
}

.star-link__label {
    font-size: var(--fs-subtitle);
    font-weight: 500;
    line-height: 1;
}

.star-link__arrow {
    width: 251px;
    height: 66px;
    margin-top: -10px;
}

.home-donate {
    position: relative;
    z-index: 1;
    margin-top: 48px;
    margin-bottom: 48px;
    padding: 0;
    overflow: hidden;
    background: transparent;
}

.home-donate__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 90px 0 60px 0;
    border-image-source: url("../images/home/donate-bg.svg");
    border-image-slice: 90 0 60 0 fill;
    border-image-width: 90px 0 60px 0;
    border-image-repeat: stretch;
}

.home-donate__bg img {
    display: none;
}

.home-donate__inner {
    position: relative;
    z-index: 1;
    width: var(--container);
    max-width: 1616px;
    margin: 0 auto;
    padding: 96px 0 160px;
    display: grid;
    grid-template-columns: 808px 754px;
    gap: 54px;
    justify-content: space-between;
    align-items: start;
}

.home-donate__title {
    margin: 0 0 60px;
    font-family: var(--font-display);
    font-size: var(--fs-display);
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}

.donate-form {
    position: relative;
    width: 808px;
    background: transparent;
    display: flex;
    flex-direction: column;
}

.donate-form::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: transparent;
    border-style: solid;
    border-color: transparent;
    border-width: 128px 48px 48px 48px;
    border-image-source: url("../images/home/donate-form.svg");
    border-image-slice: 128 48 48 48 fill;
    border-image-width: 128px 48px 48px 48px;
    border-image-repeat: stretch;
}

.donate-form__panels {
    position: relative;
    z-index: 1;
    display: block;
    flex: 0 0 auto;
    min-height: 0;
}

.donate-form__panel {
    display: none;
}

.donate-form__panel.is-active {
    display: block;
}

.donate-form__panel[hidden] {
    display: none;
}

.donate-form__field--full {
    display: block;
    margin-top: 24px;
}

.donate-form__field--full input {
    width: 100%;
    min-height: 66px;
    padding: 0 24px;
    border: 2px solid var(--color-navy);
    border-radius: 14px;
    background: var(--color-white);
    font-family: var(--font-body);
    font-size: var(--fs-body);
    color: var(--color-navy);
}

.donate-form__field--full input::placeholder {
    color: var(--color-placeholder);
    opacity: 1;
}

.donate-form__check--solo {
    display: inline-flex;
    margin-top: 20px;
}

.donate-form__amounts--sms {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    gap: 16px;
}

.donate-form__custom--sms {
    grid-column: auto;
    width: auto;
    min-width: 0;
    padding: 0 16px;
}

.donate-form__body--sms .donate-form__submit,
.donate-req__invoice .donate-form__submit {
    margin-top: 28px;
}

.donate-sms__title {
    margin: 0 0 16px;
    font-family: var(--font-display);
    font-size: var(--fs-subtitle);
    font-weight: 600;
    line-height: 1.15;
    text-transform: uppercase;
    color: var(--color-navy);
}

.donate-sms__intro,
.donate-sms__confirm {
    margin: 0 0 12px;
    font-size: var(--fs-body-sm);
    line-height: 1.45;
    color: var(--color-navy);
}

.donate-sms__accent {
    color: var(--color-blue);
    font-weight: 600;
}

.donate-sms__ops {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    margin: 32px 0 0;
    padding: 0;
    list-style: none;
}

.donate-sms__ops img {
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
}

.donate-sms__info {
    margin-top: 36px;
    padding-top: 28px;
    border-top: 1px solid rgba(12, 18, 58, 0.12);
}

.donate-sms__info-title {
    margin: 0 0 12px;
    font-size: var(--fs-body);
    font-weight: 600;
    color: var(--color-navy);
}

.donate-sms__info-text {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.45;
    color: rgba(12, 18, 58, 0.75);
}

.donate-sms__links {
    margin: 0 0 14px;
    padding: 0;
    list-style: none;
}

.donate-sms__links a,
.donate-sms__info-text a {
    color: var(--color-link);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.donate-sms__links a:hover,
.donate-sms__info-text a:hover {
    color: var(--color-blue);
}

.donate-req {
    display: grid;
    gap: 10px;
    font-size: var(--fs-caption);
    line-height: 1.45;
    color: var(--color-navy);
}

.donate-req p {
    margin: 0;
}

.donate-req__badge {
    display: inline-flex;
    align-items: center;
    margin-left: 6px;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
}

.donate-req__badge--sber {
    background: #e8f8ef;
    color: #0a7a3e;
}

.donate-req__badge--tinkoff {
    background: #fff4b8;
    color: var(--color-navy);
}

.donate-req__rule {
    margin: 28px 0;
    border: 0;
    border-top: 1px solid rgba(12, 18, 58, 0.14);
}

.donate-req__downloads {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 8px;
}

.donate-req__download {
    display: grid;
    gap: 16px;
    justify-items: center;
}

.donate-req__download img {
    max-width: 160px;
    height: 40px;
    object-fit: contain;
}

.donate-req__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    width: 100%;
    padding: 0 20px;
    border: 0;
    border-radius: 16px;
    background: var(--color-yellow);
    color: var(--color-navy);
    font-family: var(--font-body);
    font-size: var(--fs-body-sm);
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.25s var(--ease), transform 0.25s var(--ease);
}

a.donate-req__btn {
    color: var(--color-navy);
}

.donate-req__btn:hover {
    background: #f0b800;
    color: var(--color-navy);
    transform: translateY(-2px);
}

.donate-req__btn--disabled {
    background: #ececec;
    color: var(--color-navy);
    cursor: default;
    pointer-events: none;
    transform: none;
}

.donate-req__empty {
    margin: 0 0 20px;
    color: var(--color-muted);
}

.donate-req__invoice {
    margin-top: 36px;
    padding-top: 28px;
    border-top: 1px solid rgba(12, 18, 58, 0.12);
}

.donate-req__invoice-title {
    margin: 0 0 16px;
    font-size: 22px;
    font-weight: 600;
    color: var(--color-blue);
}

.donate-form__body--sms .donate-form__label,
.donate-form__body--req .donate-form__label {
    margin-top: 24px;
}


.donate-form__shape {
    display: none;
}

.donate-form__tabs {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.35fr 0.75fr 1fr;
    height: 82px;
    background: #d7eff2;
    overflow: hidden;
}

.donate-form__tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    background: transparent;
    font-family: var(--font-body);
    font-size: var(--fs-lead);
    font-weight: 500;
    color: var(--color-navy);
    cursor: pointer;
    transition: background-color 0.25s var(--ease), color 0.25s var(--ease), opacity 0.25s var(--ease);
}

.donate-form__tab:hover {
    background: rgba(12, 18, 58, 0.06);
}

.donate-form__tab.is-active {
    font-weight: 600;
    background: var(--color-white);
}

.donate-form__tab--locked,
.donate-form__tab:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    color: var(--color-navy);
}

.donate-form__tab--locked:hover,
.donate-form__tab:disabled:hover {
    background: transparent;
}

.donate-form__tab-lock {
    display: block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.donate-form__body {
    position: relative;
    z-index: 1;
    padding: 48px 50px 40px;
}

.donate-form__label {
    margin: 0 0 20px;
    font-size: var(--fs-lead);
    line-height: 1.2;
}

.donate-form__label + .donate-form__label,
.donate-form__amounts + .donate-form__label {
    margin-top: 32px;
}

.donate-form__amounts {
    display: grid;
    grid-template-columns: repeat(4, 162px);
    gap: 20px;
}

.donate-form__amount,
.donate-form__pay,
.donate-form__custom,
.donate-form__fields input {
    min-height: 66px;
    border: 2px solid var(--color-navy);
    border-radius: 14px;
    background: var(--color-white);
    font-family: var(--font-body);
    font-size: var(--fs-lead);
    color: var(--color-navy);
}

.donate-form__amount,
.donate-form__pay {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color 0.2s var(--ease), color 0.2s var(--ease), transform 0.2s var(--ease);
}

.donate-form__amount:hover,
.donate-form__pay:hover {
    background: #fff6d6;
    transform: translateY(-2px);
}

.donate-form__amount.is-active {
    background: var(--color-navy);
    color: var(--color-white);
    font-weight: 500;
}

.donate-form__pay.is-active {
    background-color: #ffe8a3;
    border-color: var(--color-navy);
    box-shadow: 0 8px 18px rgba(12, 18, 58, 0.2);
}

.donate-form__pay.is-active:hover {
    background-color: #ffd978;
}

.donate-form__amount.is-active:hover {
    background: var(--color-blue);
}

.donate-form__custom {
    grid-column: span 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 24px;
    width: 340px;
    transition: background-color 0.2s var(--ease), color 0.2s var(--ease);
}

.donate-form__custom.is-active {
    background: var(--color-navy);
    color: var(--color-white);
}

.donate-form__custom.is-active span {
    opacity: 1;
}

.donate-form__custom.is-active input {
    color: inherit;
}

.donate-form__custom span {
    opacity: 0.5;
    white-space: nowrap;
}

.donate-form__custom input {
    width: 100%;
    min-height: 0;
    border: 0;
    outline: none;
    font-size: var(--fs-lead);
    background: transparent;
    text-align: right;
}

.donate-form__custom em {
    font-style: normal;
}

.donate-form__payments {
    display: grid;
    grid-template-columns: repeat(4, 162px);
    gap: 20px;
    align-items: stretch;
}

.donate-form__pay {
    width: 162px;
    min-width: 0;
    padding: 0 12px;
    overflow: hidden;
}

.donate-form__pay img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 36px;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
}

.donate-form__pay-wide {
    grid-column: 2 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 66px;
    padding: 0 44px;
    border: 2px solid rgba(12, 18, 58, 0.3);
    border-radius: 14px;
}

.donate-form__check--end {
    margin-left: auto;
}

.donate-form__check {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: var(--fs-body);
    cursor: pointer;
    white-space: nowrap;
}

.donate-form__check input {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    margin: 0;
    pointer-events: none;
}

.donate-form__check-box {
    position: relative;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border: 2px solid var(--color-navy);
    border-radius: 4px;
    background: var(--color-white);
    transition: background-color 0.28s var(--ease), border-color 0.28s var(--ease);
}

.donate-form__check-box::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 3px;
    width: 6px;
    height: 11px;
    border: solid var(--color-white);
    border-width: 0 2px 2px 0;
    opacity: 0;
    transform: scale(0.4) rotate(45deg);
    transition: opacity 0.22s var(--ease), transform 0.28s var(--ease);
}

.donate-form__check input:checked + .donate-form__check-box {
    background-color: var(--color-navy);
}

.donate-form__check input:checked + .donate-form__check-box::after {
    opacity: 1;
    transform: scale(1) rotate(45deg);
}

.donate-form__check input:focus-visible + .donate-form__check-box {
    outline: 2px solid var(--color-blue);
    outline-offset: 2px;
}

.donate-form__fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-height: 96px;
    margin-top: 32px;
    opacity: 1;
    overflow: hidden;
    transform: translateY(0);
    visibility: visible;
    transition: max-height 0.32s var(--ease), margin-top 0.32s var(--ease), opacity 0.24s var(--ease), transform 0.32s var(--ease), visibility 0s linear;
}

.donate-form__fields.is-hidden {
    max-height: 0;
    margin-top: 0;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    visibility: hidden;
    transition: max-height 0.32s var(--ease), margin-top 0.32s var(--ease), opacity 0.2s var(--ease), transform 0.32s var(--ease), visibility 0s linear 0.32s;
}

.donate-form__fields input {
    width: 100%;
    padding: 0 24px;
    font-size: var(--fs-body-sm);
}

.donate-form__fields input::placeholder {
    color: var(--color-placeholder);
    opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
    .donate-form__fields,
    .donate-form__fields.is-hidden {
        transform: none;
        transition: none;
    }
}

.donate-form__field--wish {
    display: block;
    margin-top: 20px;
}

.donate-form__field--wish textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    min-height: 96px;
    height: 96px;
    padding: 18px 24px;
    border: 2px solid var(--color-navy);
    border-radius: 14px;
    background: var(--color-white);
    font-family: var(--font-body);
    font-size: var(--fs-body-sm);
    line-height: 1.4;
    color: var(--color-navy);
    resize: none;
    transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}

.donate-form__field--wish textarea::placeholder {
    color: var(--color-placeholder);
    opacity: 1;
}

.donate-form__field--wish textarea:focus {
    outline: none;
    border-color: var(--color-blue);
    box-shadow: 0 0 0 3px rgba(0, 83, 203, 0.15);
}

.donate-form__submit {
    width: 100%;
    min-height: var(--btn-height);
    margin-top: 32px;
    border: 0;
    border-radius: 22px;
    background: var(--color-yellow);
    font-family: var(--font-body);
    font-size: var(--fs-lead);
    font-weight: 500;
    color: var(--color-navy);
    cursor: pointer;
    transition: transform 0.25s var(--ease), background-color 0.25s var(--ease);
}

.donate-form__submit:hover {
    background: #f0b800;
    transform: translateY(-2px);
}

.donate-form__legal {
    margin: 27px 0 0;
    font-size: 14px;
    line-height: 1.35;
    color: #8e8e8e;
}

.donate-feed {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 16px;
}

.donate-feed__item {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    min-height: 82px;
    padding: 0 50px;
    border: 2px solid rgba(12, 18, 58, 0.3);
    border-radius: 22px;
    background: var(--color-white);
    font-size: var(--fs-lead);
}

.donate-feed__amount {
    font-weight: 500;
    justify-self: start;
}

.donate-feed__name,
.donate-feed__date {
    opacity: 0.5;
}

.donate-feed__date {
    text-align: right;
}

.home-donate__feed-action {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
}

.home-reports {
    position: relative;
    padding: 96px 0 48px;
}

.home-reports__spark {
    position: absolute;
    left: clamp(24px, 26.8vw, 515px);
    top: clamp(180px, 16vw, 311px);
    width: 80px;
    height: 80px;
    pointer-events: none;
    z-index: 0;
}

.home-reports__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 494px minmax(0, 1fr);
    gap: 80px;
    align-items: start;
}

.home-reports__lead {
    margin: 36px 0 0;
    font-family: var(--font-display);
    font-size: var(--fs-subtitle);
    font-weight: 500;
    line-height: 45px;
}

.home-reports__text {
    margin: 24px 0 40px;
    max-width: 494px;
    font-size: var(--fs-body);
    line-height: 30px;
}

.home-reports__rail-wrap {
    min-width: 0;
    padding-top: 66px;
}

.report-rail {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 232px;
    gap: 32px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding-bottom: 8px;
}

.report-rail::-webkit-scrollbar {
    display: none;
}

.report-card {
    scroll-snap-align: start;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 232px;
    height: 290px;
    padding: 0;
    border: 2px solid rgba(12, 18, 58, 0.3);
    border-radius: 22px;
    background: var(--color-white);
    text-align: center;
    color: inherit;
    font: inherit;
    cursor: pointer;
    appearance: none;
    overflow: hidden;
    transition: transform 0.25s var(--ease);
}

.report-card:hover {
    transform: translateY(-4px);
}

button.report-card:focus-visible {
    outline: 2px solid var(--color-blue);
    outline-offset: 3px;
}

.report-card__avatar {
    box-sizing: border-box;
    display: block;
    width: 168px;
    height: 168px;
    margin: 32px auto 0;
    padding: 0;
    border: 8px solid transparent;
    border-radius: 50%;
    background:
        linear-gradient(#f3f3f3, #f3f3f3) padding-box,
        conic-gradient(
            from 0deg,
            #eba80e 0deg,
            #eb9a15 30deg,
            #ec7727 60deg,
            #ed4641 90deg,
            #ed4768 120deg,
            #ec4785 150deg,
            #ec478f 180deg,
            #ec4785 210deg,
            #ed4769 240deg,
            #ee4743 270deg,
            #ed7728 300deg,
            #eb9a15 330deg,
            #eba80e 360deg
        ) border-box;
    overflow: hidden;
}

.report-card__avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    background: #f3f3f3;
}

.report-card__date {
    display: block;
    margin: 14px auto 0;
    width: 184px;
    color: var(--color-navy);
}

.report-card__range {
    display: block;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.15;
}

.report-card__month {
    display: block;
    margin-top: 2px;
    font-size: var(--fs-body-sm);
    font-weight: 500;
    line-height: 1.2;
}

.home-reports__controls {
    display: flex;
    justify-content: flex-end;
    gap: 32px;
    margin-top: 32px;
}

.home-reports__arrow {
    width: 60px;
    height: 60px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.25s var(--ease), opacity 0.25s var(--ease);
}

.home-reports__arrow:hover {
    background: var(--color-yellow);
    opacity: 1;
}

.home-reports__arrow:hover img {
    filter: brightness(0);
}

.home-reports__arrow--prev {
    opacity: 0.5;
}

.home-reports__arrow--prev img {
    transform: scaleY(-1) rotate(180deg);
}

.home-reports__arrow img {
    width: 40px;
    height: 30px;
    transition: filter 0.25s var(--ease);
}

.home-reviews {
    position: relative;
    margin-top: 0;
    padding: 120px 0 80px;
    min-height: 0;
    color: var(--color-white);
    overflow: hidden;
    background: transparent;
    isolation: isolate;
}

.home-reviews__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 50px 0 80px 0;
    border-image-source: url("../images/reviews/bg.svg");
    border-image-slice: 50 0 80 0 fill;
    border-image-width: 50px 0 80px 0;
    border-image-repeat: stretch;
}

.home-reviews__bg img {
    display: none;
}

.home-reviews__sparks {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: var(--container);
    max-width: 1616px;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 0;
}

.home-reviews__spark {
    position: absolute;
}

.home-reviews__spark--1 {
    left: 42%;
    top: 12%;
    width: 124px;
    height: 124px;
}

.home-reviews__spark--2 {
    left: 48%;
    top: 28%;
    width: 66px;
    height: 66px;
}

.home-reviews__spark--3 {
    left: 58%;
    top: 68%;
    width: 88px;
    height: 88px;
}

.home-reviews__spark--4 {
    left: 66%;
    top: 64%;
    width: 66px;
    height: 66px;
}

.home-reviews__spark--5 {
    right: 8%;
    left: auto;
    top: auto;
    bottom: 10%;
    width: 124px;
    height: 124px;
}

.home-reviews__spark--6 {
    right: 2%;
    left: auto;
    top: auto;
    bottom: 4%;
    width: 66px;
    height: 66px;
}

.home-reviews__inner {
    position: relative;
    z-index: 1;
    width: var(--container);
    max-width: 1616px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 494px minmax(0, 1fr);
    gap: 80px;
    align-items: start;
}

.home-reviews__copy {
    padding-top: 0;
}

.home-reviews__title {
    margin: 0;
    font-family: var(--font-display);
    font-size: var(--fs-display);
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: var(--color-white);
}

.home-reviews__lead {
    margin: 36px 0 0;
    font-family: var(--font-display);
    font-size: var(--fs-subtitle);
    font-weight: 500;
    line-height: 45px;
    color: var(--color-white);
}

.home-reviews__lead span {
    display: block;
}

.home-reviews__text {
    margin: 24px 0 40px;
    max-width: 494px;
    font-size: var(--fs-body);
    line-height: 30px;
    color: var(--color-white);
}

.home-reviews .star-link--light {
    color: var(--color-white);
    align-items: flex-start;
}

.home-reviews__rail-wrap {
    min-width: 0;
    padding-top: 96px;
}

.review-rail {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 232px;
    gap: 32px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding-bottom: 8px;
}

.review-rail::-webkit-scrollbar {
    display: none;
}

.review-card {
    scroll-snap-align: start;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 232px;
    height: 290px;
    padding: 0;
    border: 2px solid rgba(12, 18, 58, 0.2);
    border-radius: 22px;
    background: var(--color-white);
    text-align: center;
    color: inherit;
    font: inherit;
    cursor: pointer;
    appearance: none;
    overflow: hidden;
    transition: transform 0.25s var(--ease);
}

.review-card:hover {
    transform: translateY(-4px);
}

button.review-card:focus-visible {
    outline: 2px solid var(--color-blue);
    outline-offset: 3px;
}

.review-card__avatar {
    box-sizing: border-box;
    display: block;
    width: 168px;
    height: 168px;
    margin: 32px auto 0;
    padding: 0;
    border: 8px solid transparent;
    border-radius: 50%;
    background:
        linear-gradient(#f3f3f3, #f3f3f3) padding-box,
        conic-gradient(
            from 0deg,
            #eba80e 0deg,
            #eb9a15 30deg,
            #ec7727 60deg,
            #ed4641 90deg,
            #ed4768 120deg,
            #ec4785 150deg,
            #ec478f 180deg,
            #ec4785 210deg,
            #ed4769 240deg,
            #ee4743 270deg,
            #ed7728 300deg,
            #eb9a15 330deg,
            #eba80e 360deg
        ) border-box;
    overflow: hidden;
}

.review-card__avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    background: #f3f3f3;
}

.review-card__name {
    display: block;
    margin: 14px auto 0;
    width: 184px;
    max-height: 48px;
    overflow: hidden;
    font-size: var(--fs-body-sm);
    font-weight: 500;
    line-height: 1.25;
    color: var(--color-navy);
}

.home-reviews__controls {
    display: flex;
    justify-content: flex-end;
    gap: 32px;
    margin-top: 32px;
}

.home-reviews__arrow {
    width: 60px;
    height: 60px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.25s var(--ease), opacity 0.25s var(--ease);
}

.home-reviews__arrow:hover {
    background: var(--color-yellow);
    opacity: 1;
}

.home-reviews__arrow:hover img {
    filter: brightness(0);
}

.home-reviews__arrow--prev {
    opacity: 0.5;
}

.home-reviews__arrow--prev img {
    transform: scaleY(-1) rotate(180deg);
}

.home-reviews__arrow img {
    width: 40px;
    height: 30px;
    transition: filter 0.25s var(--ease);
}

.home-donors {
    position: relative;
    z-index: 3;
    padding: 96px 0 40px;
    margin: 0;
    background: var(--color-white);
}

.home-donors__inner {
    position: relative;
    z-index: 1;
    width: var(--container);
    max-width: 1616px;
    margin: 0 auto;
}

.home-donors__title {
    margin: 0;
    font-family: var(--font-display);
    font-size: var(--fs-display);
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: var(--color-navy);
}

.home-donors__list {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    margin: 48px 0 0;
    padding: 0;
    list-style: none;
}

.home-donors__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 1 0;
    width: 100%;
    max-width: 308px;
    min-width: 0;
    height: auto;
    min-height: 300px;
    text-align: center;
}

.home-donors__medal {
    width: 152px;
    height: 221px;
    margin: 0 auto;
}

.home-donors__medal img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center top;
}

.home-donors__amount {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    min-height: calc(1em + 16px);
    margin: 12px 0 0;
    font-family: var(--font-display);
    font-size: var(--fs-subtitle);
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: var(--color-navy);
    white-space: nowrap;
}

.home-donors__amount .donor-amount {
    white-space: nowrap;
}

.home-donors__label {
    width: 100%;
    margin: 10px 0 0;
    font-size: var(--fs-body);
    font-weight: 400;
    line-height: 1.3;
    color: var(--color-navy);
    opacity: 0.65;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1700px) {
    .case-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .case-card {
        width: auto;
    }

    .home-donate__inner {
        grid-template-columns: minmax(0, 808px) minmax(0, 1fr);
        gap: 32px;
    }

    .donate-form,
    .donate-form__amounts,
    .donate-form__payments {
        width: 100%;
    }

    .donate-form__amounts,
    .donate-form__payments {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .donate-form__amounts--sms {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .donate-form__custom {
        width: auto;
    }

    .donate-form__pay {
        width: auto;
    }
}

@media (min-width: 1024px) and (max-width: 1400px) {
    .home-hero {
        min-height: clamp(560px, 42.03vw, 807px);
    }

    .home-hero__content {
        padding: clamp(120px, 9.7vw, 186px) 0 clamp(64px, 5vw, 96px);
    }
}

@media (max-width: 1400px) {
    .case-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-donate__inner,
    .home-reports__inner,
    .home-reviews__inner {
        grid-template-columns: 1fr;
    }

    .home-section__star {
        right: 24px;
    }

    .home-hero__title {
        font-size: var(--fs-hero);
    }

    .home-section__title,
    .home-donate__title {
        font-size: var(--fs-display);
    }

    .home-donors__title {
        font-size: var(--fs-display);
    }

    .home-donors__list {
        gap: clamp(12px, 1.2vw, 20px);
        margin-top: 48px;
    }

    .home-donors__item {
        height: auto;
    }

    .home-donors__medal {
        width: min(152px, 62%);
        height: auto;
        aspect-ratio: 152 / 221;
    }

    .home-donors__amount {
        font-size: clamp(26px, 2.2vw, 32px);
    }

    .home-donors__label {
        font-size: clamp(16px, 1.3vw, 20px);
    }
}

@media (max-width: 1023px) {
    .page-has-hero .main {
        padding-top: var(--header-height);
    }

    .home-hero {
        display: none;
    }

    .home-wrap {
        overflow-x: clip;
    }

    .home-section {
        margin-top: 48px;
    }

    .home-wrap > .home-section:first-child {
        margin-top: 16px;
        padding-top: 0;
    }

    .home-section__title,
    .home-donate__title,
    .home-reviews__title {
        font-size: clamp(28px, 8vw, 36px);
        line-height: 1.05;
        max-width: 100%;
    }

    .home-donors .home-donors__title {
        font-size: clamp(28px, 7.2vw, 48px);
        letter-spacing: -0.01em;
    }

    .home-section__star {
        display: none;
    }

    .home-section__action {
        margin-top: 28px;
    }

    .star-link {
        width: 210px;
    }

    .star-link__label {
        font-size: 24px;
    }

    .star-link__arrow {
        width: 210px;
        height: 55px;
    }

    .page-has-hero .site-header {
        position: absolute;
    }

    .site-header--hero .site-header__logo {
        opacity: 0.85;
    }

    .home-hero__photo {
        opacity: 0.55;
        left: auto;
        right: -12%;
        width: min(108%, 400px);
        top: 120px;
    }

    .home-hero__clouds {
        height: min(48vw, 280px);
    }

    .home-hero__content {
        padding: 108px 0 56px;
    }

    .home-hero__title {
        font-size: clamp(32px, 8.5vw, 42px);
        max-width: 15ch;
    }

    .home-hero__text {
        margin-top: 20px;
        font-size: 17px;
        line-height: 26px;
        max-width: 28ch;
    }

    .home-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 24px;
        max-width: 280px;
    }

    .case-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        margin-top: 28px;
        justify-content: stretch;
    }

    .case-card {
        width: 100%;
        max-width: none;
        height: 372px;
        min-height: 0;
        margin: 0;
        border-radius: 14px;
    }

    .case-card__media {
        flex: 0 0 160px;
        height: 160px;
    }

    .case-card__meta {
        margin: 12px 8px 0;
        font-size: 12px;
    }

    .case-card__info {
        margin: 8px 8px 0;
        min-height: 0;
        gap: 8px;
    }

    .case-card__title {
        font-size: 14px;
        -webkit-line-clamp: 1;
    }

    .case-card__excerpt {
        font-size: 14px;
        line-height: 18px;
        -webkit-line-clamp: 3;
    }

    .case-card__footer {
        padding: 8px 8px 14px;
    }

    .case-card__stats {
        gap: 8px;
    }

    .case-card__stat {
        flex: 1 1 0;
        min-width: 0;
    }

    .case-card__amount {
        min-height: 16px;
        font-size: clamp(10px, 3.4vw, 13px);
        white-space: nowrap;
    }

    .case-card__label {
        font-size: 11px;
        margin-top: 4px;
        white-space: normal;
    }

    .case-card__progress {
        height: 9px;
        margin-top: 8px;
    }

    .home-donate {
        margin-top: 32px;
        margin-bottom: 24px;
        padding: 0;
    }

    .home-donate__bg {
        opacity: 1;
    }

    .home-donate__inner {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 64px 0 112px;
    }

    .home-donate__form-col,
    .home-donate__feed-col {
        min-width: 0;
    }

    .home-donate__title {
        margin-bottom: 20px;
    }

    .donate-form {
        width: 100%;
        max-width: 100%;
        min-height: 0;
        border-radius: 14px;
        background: var(--color-white);
        overflow: hidden;
        display: block;
    }

    .donate-form__shape,
    .donate-form::before {
        display: none;
    }

    .donate-form__panels {
        display: block;
    }

    .donate-form__panel {
        display: none;
        grid-area: auto;
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        z-index: auto;
    }

    .donate-form__panel.is-active {
        display: block;
    }

    .donate-form__panel[hidden] {
        display: none;
    }

    .donate-form__tabs {
        display: grid;
        grid-template-columns: 1.35fr 0.7fr 1.1fr;
        height: 40px;
        background: #d7eff2;
    }

    .donate-form__tab {
        min-height: 40px;
        padding: 0 4px;
        gap: 4px;
        font-size: clamp(11px, 3vw, 13px);
        line-height: 1.1;
        white-space: nowrap;
    }

    .donate-form__tab-lock {
        width: 11px;
        height: 11px;
    }

    .donate-form__tab.is-active {
        background: var(--color-white);
    }

    .donate-form__body {
        width: 100%;
        max-width: 100%;
        padding: 12px 10px 14px;
        overflow: hidden;
    }

    .donate-form__label {
        margin: 0 0 6px;
        font-size: 14px;
        line-height: 1.2;
    }

    .donate-form__label + .donate-form__label,
    .donate-form__amounts + .donate-form__label {
        margin-top: 12px;
    }

    .donate-form__amounts {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
    }

    .donate-form__amount,
    .donate-form__pay,
    .donate-form__custom,
    .donate-form__fields input {
        min-height: 40px;
        width: 100%;
        padding: 0 6px;
        font-size: 13px;
        border-width: 1.5px;
        border-radius: 10px;
    }

    .donate-form__pay {
        width: auto;
        min-width: 0;
        padding: 0 4px;
    }

    .donate-form__pay img {
        max-width: min(72px, 100%);
        max-height: 22px;
    }

    .donate-form__custom {
        grid-column: 1 / -1;
        width: auto;
        display: grid;
        grid-template-columns: 1fr auto auto;
        align-items: center;
        gap: 6px;
        padding: 0 10px;
    }

    .donate-form__custom span {
        font-size: 13px;
    }

    .donate-form__custom input {
        font-size: 13px;
        text-align: right;
    }

    .donate-form__payments {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
    }

    .donate-form__pay-wide {
        grid-column: 1 / -1;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 8px 10px;
        min-height: 0;
        padding: 8px 10px;
        border-radius: 10px;
    }

    .donate-form__check {
        gap: 6px;
        font-size: 12px;
        white-space: normal;
    }

    .donate-form__check-box {
        width: 18px;
        height: 18px;
        border-radius: 5px;
    }

    .donate-form__check-box::after {
        left: 5px;
        top: 2px;
        width: 5px;
        height: 9px;
    }

    .donate-form__check--end {
        margin-left: 0;
    }

    .donate-form__fields {
        display: grid;
        grid-template-columns: 1fr;
        gap: 6px;
        max-height: 92px;
        margin-top: 10px;
    }

    .donate-form__fields.is-hidden {
        max-height: 0;
        margin-top: 0;
    }

    .donate-form__field--wish {
        margin-top: 10px;
    }

    .donate-form__field--wish textarea {
        min-height: 52px;
        height: 52px;
        padding: 10px 12px;
        font-size: 13px;
        line-height: 1.3;
        border-width: 1.5px;
        border-radius: 10px;
    }

    .donate-form__submit {
        width: 100%;
        min-height: 44px;
        margin-top: 10px;
        border-radius: 12px;
        font-size: 15px;
    }

    .donate-form__legal {
        margin-top: 8px;
        font-size: 10px;
        line-height: 14px;
    }

    .donate-sms__title {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .donate-sms__intro,
    .donate-sms__confirm {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .donate-form__amounts--sms {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
    }

    .donate-form__custom--sms {
        grid-column: 1 / -1;
    }

    .donate-form__field--full {
        margin-top: 10px;
    }

    .donate-form__field--full input {
        min-height: 40px;
        font-size: 13px;
        border-radius: 10px;
    }

    .donate-form__check--solo {
        margin-top: 10px;
    }

    .donate-form__body--sms .donate-form__submit,
    .donate-req__invoice .donate-form__submit {
        margin-top: 12px;
    }

    .donate-sms__ops {
        gap: 10px;
        margin-top: 12px;
    }

    .donate-sms__ops img {
        width: 40px;
        height: 40px;
    }

    .donate-sms__info {
        margin-top: 16px;
        padding-top: 12px;
    }

    .donate-sms__info-title {
        font-size: 16px;
    }

    .donate-req {
        font-size: 16px;
        line-height: 1.5;
        gap: 10px;
    }

    .donate-req__downloads {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 12px;
    }

    .donate-req__invoice {
        margin-top: 16px;
    }

    .donate-req__invoice-title {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .donate-req__btn {
        min-height: 40px;
        font-size: 14px;
    }

    .donate-feed {
        gap: 12px;
    }

    .donate-feed__item {
        display: grid;
        grid-template-columns: 1fr;
        gap: 4px;
        min-width: 0;
        padding: 16px 18px;
        text-align: left;
    }

    .donate-feed__name {
        min-width: 0;
        overflow-wrap: anywhere;
    }

    .donate-feed__date {
        text-align: left;
    }

    .home-donate__feed-action {
        justify-content: flex-end;
        margin-top: 20px;
    }

    .home-reports {
        margin-top: 56px;
        padding: 48px 0 32px;
    }

    .home-reports__spark {
        display: none;
    }

    .home-reports__inner {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .home-reports__lead {
        margin-top: 16px;
        font-size: 24px;
        line-height: 32px;
    }

    .home-reports__text {
        margin: 16px 0 24px;
        font-size: 16px;
        line-height: 24px;
    }

    .home-reports__rail-wrap {
        padding-top: 0;
    }

    .home-reports__controls {
        margin-top: 20px;
        gap: 20px;
        justify-content: center;
    }

    .report-rail,
    .review-rail {
        grid-auto-columns: min(220px, 72vw);
        gap: 14px;
        margin: 0 calc(var(--page-pad) * -1);
        padding: 0 var(--page-pad) 8px;
        scroll-padding-inline: var(--page-pad);
    }

    .report-card {
        width: min(220px, 72vw);
        height: 290px;
    }

    .home-reviews {
        margin-top: 32px;
        padding: 88px 0 56px;
        min-height: 0;
    }

    .home-reviews__bg {
        inset: 0;
    }

    .home-reviews__sparks {
        display: none;
    }

    .home-reviews__inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .home-reviews__lead {
        margin-top: 20px;
        font-size: 24px;
        line-height: 32px;
    }

    .home-reviews__text {
        margin: 16px 0 24px;
        font-size: 16px;
        line-height: 24px;
    }

    .home-reviews__rail-wrap {
        padding-top: 0;
    }

    .home-reviews__controls {
        margin-top: 20px;
        gap: 20px;
        justify-content: center;
    }

    .review-card {
        width: min(220px, 72vw);
        height: 290px;
    }

    .review-card__name {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        font-size: 16px;
        line-height: 1.2;
        padding: 0 8px;
    }

    .home-donors {
        padding: 64px 0 32px;
        margin: 0;
    }

    .home-donors__title {
        font-size: clamp(28px, 8vw, 36px);
        text-align: center;
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }

    .home-donors__list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 8px;
        margin-top: 28px;
        justify-items: center;
        align-items: start;
    }

    .home-donors__item {
        height: auto;
        min-height: 0;
        max-width: 195px;
        width: 100%;
        min-width: 0;
    }

    .home-donors__item:last-child:nth-child(odd) {
        grid-column: 1 / -1;
    }

    .home-donors__medal {
        width: 78px;
        height: 113px;
    }

    .home-donors__amount {
        margin-top: 8px;
        min-height: calc(1em + 12px);
        font-size: 20px;
    }

    .home-donors__label {
        margin-top: 12px;
        font-size: 15px;
        line-height: 1.3;
        white-space: normal;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
    }
}

@media (max-width: 480px) {
    .case-card {
        height: auto;
        min-height: 372px;
    }

    .case-card__excerpt {
        -webkit-line-clamp: 2;
    }
}
