/* =========================================================
   SUPPORT OTHER
   DESKTOP CARDS ONLY
   ========================================================= */


/* =========================================================
   CARDS CONTAINERS
   ========================================================= */

.support-other-page .partners-slider,
.support-other-page .donation-reports-list {

    display: flex;
    
    gap: 22px;

    width: min(100%, 1040px);

    margin: 0 auto;

    padding: 15px 18px;

    box-sizing: border-box;

    overflow-x: auto;

    overflow-y: hidden;

    scroll-behavior: smooth;

    scroll-snap-type: x mandatory;

    scrollbar-width: none;

    -ms-overflow-style: none;
     
}


.support-other-page .partners-slider::-webkit-scrollbar,
.support-other-page .donation-reports-list::-webkit-scrollbar {

    display: none;

}

/* =========================================================
   КАРТИНКА ПАРТНЁРА
   ========================================================= */

/* =========================================================
   НАЗВАНИЕ ПАРТНЁРА
   ========================================================= */

.support-other-page .partner-slide h4 {

    flex: 0 0 auto;

    margin: 0 0 12px;

    font-family: "Playfair Display", serif;

    font-size: 20px;

    font-weight: 500;

    line-height: 1.3;

    color: #34422f;

}


/* =========================================================
   ОПИСАНИЕ ПАРТНЁРА
   ========================================================= */
.support-other-page .support-history-block .support-history-grid .support-column .partners-slider .partner-slide p {

    margin: 0;

    font-family: "Manrope", sans-serif;

    font-size: 15px;

    line-height: 1.6;

    color: #394238;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 3;

    overflow: hidden;

    text-overflow: ellipsis;

}


/* =========================================================
   ОТЧЁТЫ О ПОМОЩИ — DESKTOP
   ========================================================= */

.support-other-page .report-card {

    flex: 0 0 320px;

    min-width: 320px;

    box-sizing: border-box;

    scroll-snap-align: center;

    display: flex;

    flex-direction: column;

    overflow: hidden;

    border-radius: 24px;

    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, .98),
        rgba(247, 241, 222, .90)
    );

    border: 1px solid rgba(201, 170, 90, .28);

    box-shadow:
        0 15px 34px rgba(43, 50, 39, .09);

    transition:
        transform .3s ease,
        box-shadow .3s ease;

}


.support-other-page .report-card:hover {

    transform: translateY(-6px);

    box-shadow:
        0 22px 42px rgba(43, 50, 39, .14);

}


/* =========================================================
   КАРТИНКА ОТЧЁТА
   ========================================================= */

.support-other-page .report-card > img {

    display: block;

    width: 100%;

    height: 210px;

    object-fit: cover;

    object-position: center;

}


/* =========================================================
   КОНТЕНТ ОТЧЁТА
   ========================================================= */

.support-other-page .report-card-content {

    display: flex;

    flex-direction: column;

    flex: 1;

    padding: 24px 24px 26px;

}


/* =========================================================
   ДАТА
   ========================================================= */

.support-other-page .report-card-date {

    display: block;

    margin-bottom: 10px;

    font-family: "Manrope", sans-serif;

    font-size: 13px;

    font-weight: 600;

    color: #8a7650;

}


/* =========================================================
   ЗАГОЛОВОК
   ========================================================= */

.support-other-page .report-card-title {

    margin: 0 0 12px;

    font-family: "Playfair Display", serif;

    font-size: 22px;

    font-weight: 500;

    line-height: 1.3;

    color: #34422f;

}


/* =========================================================
   ОПИСАНИЕ
   ========================================================= */

.support-other-page .report-card-description {

    margin: 0 0 22px;

    font-family: "Manrope", sans-serif;

    font-size: 15px;

    line-height: 1.6;

    font-weight: 600;

    color: #394238;

    display: -webkit-box;

    -webkit-line-clamp: 4;

    -webkit-box-orient: vertical;

    overflow: hidden;

}


/* =========================================================
   КНОПКА "ПОДРОБНЕЕ"
   ========================================================= */

.support-other-page .report-card-link {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    align-self: flex-start;

    min-height: 40px;

    padding: 8px 18px;

    margin-top: auto;

    border: 1px solid rgba(180, 145, 67, .65);

    border-radius: 30px;

    background: linear-gradient(
        135deg,
        #526246,
        #35432f
    );

    color: #ffffff;

    font-family: "Manrope", sans-serif;

    font-size: 12px;

    font-weight: 600;

    line-height: 1;

    text-decoration: none;

    box-shadow:
        0 7px 18px rgba(38, 48, 34, .16);

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        background .25s ease;

}


.support-other-page .report-card-link:hover {

    transform: translateY(-2px);

    background: linear-gradient(
        135deg,
        #687b51,
        #465a3c
    );

    box-shadow:
        0 12px 26px rgba(48, 55, 43, .20);

}

.support-other-page .support-history-block .support-history-grid .support-column .partners-slider .partner-slide img {

    display: block;

    width: 100%;
    max-width: 100%;

    height: 210px;
    min-height: 210px;
    max-height: 210px;

    margin: 0;
    padding: 0;

    box-sizing: border-box;

    object-fit: cover;
    object-position: center;

    border: 0;

    border-radius: 20px 20px 0 0;

}



/* =========================================================
   SUPPORT CAROUSEL ARROWS
   ========================================================= */

.support-other-page .support-carousel-arrow {

    position: absolute;

    top: 50%;

    z-index: 10;

    display: flex;

    align-items: center;

    justify-content: center;

    width: 46px;

    height: 46px;

    padding: 0;

    border: 1px solid rgba(201, 170, 90, .55);

    border-radius: 50%;

    background:
        linear-gradient(
            135deg,
            #657b52,
            #3d4d35 55%,
            #b49143
        );

    color: #ffffff;

    font-family: Arial, sans-serif;

    font-size: 30px;

    line-height: 1;

    cursor: pointer;

    transform: translateY(-50%);

    box-shadow:
        0 8px 20px rgba(38, 48, 34, .25);

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        background .25s ease;

}


.support-other-page .support-carousel-arrow:hover {

    transform:
        translateY(-50%) scale(1.08);

    background:
        linear-gradient(
            135deg,
            #7c9364,
            #526246 55%,
            #c9aa5a
        );

    box-shadow:
        0 12px 28px rgba(38, 48, 34, .30);

}


.support-other-page .support-carousel-prev {

    left: -23px;

}


.support-other-page .support-carousel-next {

    right: -23px;

}

/* =========================================================
   REPORT NAVIGATION BUTTON
   ========================================================= */

.support-report-page .support-report-navigation {

    display: flex;

    justify-content: center;

    align-items: center;

    width: 100%;

    margin-top: 50px;

    padding-top: 30px;

    border-top: 1px solid rgba(201, 170, 90, .25);

}


.support-report-page .support-report-back-link {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-height: 48px;

    padding: 12px 28px;

    border: 1px solid rgba(201, 170, 90, .75);

    border-radius: 30px;

    background:
        linear-gradient(
            135deg,
            #657b52,
            #3d4d35 55%,
            #b49143
        );

    color: #ffffff;

    font-family: "Manrope", sans-serif;

    font-size: 14px;

    font-weight: 600;

    line-height: 1;

    text-decoration: none;

    white-space: nowrap;

    box-shadow:
        0 8px 22px rgba(38, 48, 34, .18),
        inset 0 1px 0 rgba(255,255,255,.18);

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        background .25s ease;

}


.support-report-page .support-report-back-link:hover {

    transform: translateY(-2px);

    background:
        linear-gradient(
            135deg,
            #7c9364,
            #526246 55%,
            #c9aa5a
        );

    box-shadow:
        0 12px 28px rgba(38,48,34,.25);

}

@media (min-width: 1101px) {

    .support-other-page .support-history-block .partners-slider {

        justify-content: flex-start;

    }

}

.support-other-page .support-history-block .support-history-grid .support-column .partners-slider .partner-slide {

    flex: 0 0 320px;

    width: 320px;
    min-width: 320px;
    max-width: 320px;

    height: 390px;
    min-height: 390px;
    max-height: 390px;

    box-sizing: border-box;

    display: grid;

    grid-template-rows: 210px auto 1fr;

    row-gap: 12px;

    overflow: hidden;

    scroll-snap-align: center;

    background: rgba(255, 255, 255, 0.65);

    border-radius: 20px;

    padding: 0;

    text-align: center;

}

/* TEST — MAIN REPORT IMAGE */

.support-report-page .support-report-main-image {

    display: block;

    width: 100%;

    height: 460px;

    object-fit: cover;

    object-position: center;

    margin: 0 0 35px;

    border-radius: 28px;

    border: 1px solid rgba(201, 170, 90, .20);

    box-shadow:
        0 20px 45px rgba(40, 45, 38, .16);

}
.support-other-page #reports-container {

    display: flex;

    flex-direction: row;

    flex-wrap: nowrap;

    gap: 22px;

    width: min(100%, 1040px);

    margin: 0 auto;

    padding: 15px 18px;

    box-sizing: border-box;

    overflow-x: auto;

    overflow-y: hidden;

    scroll-behavior: smooth;

    scroll-snap-type: x mandatory;

    scrollbar-width: none;

    -ms-overflow-style: none;

}

.support-other-page #reports-container .report-card {

    flex: 0 0 320px;

    width: 320px;

    min-width: 320px;

    max-width: 320px;

}

/* =========================================================
   SUPPORT OTHER — ADAPTIVE CARDS
   ========================================================= */


/* =========================================================
   TABLET — 769–1100
   ========================================================= */

@media (min-width: 769px) and (max-width: 1100px) {

    /* -----------------------------------------------------
       CONTAINERS
       ----------------------------------------------------- */

    .support-other-page .support-history-block .partners-slider,
    .support-other-page .support-history-block .donation-reports-list,
    .support-other-page #reports-container {

        display: flex;

        flex-direction: row;

        flex-wrap: nowrap;

        justify-content: flex-start;

        gap: 22px;

        width: 100%;

        padding: 15px 18px;

        box-sizing: border-box;

        overflow-x: auto;

        overflow-y: hidden;

        scroll-behavior: smooth;

        scroll-snap-type: x mandatory;

    }


    /* -----------------------------------------------------
       PARTNERS
       ----------------------------------------------------- */

    .support-other-page .support-history-block .partners-slider .partner-slide {

        flex: 0 0 300px;

        width: 300px;

        min-width: 300px;

        max-width: 300px;

        height: 370px;

        min-height: 370px;

        max-height: 370px;

    }


    .support-other-page .support-history-block .partners-slider .partner-slide img {

        width: 100%;

        height: 200px;

        min-height: 200px;

        max-height: 200px;

        flex: 0 0 200px;

    }


    /* -----------------------------------------------------
       REPORTS
       ----------------------------------------------------- */

    .support-other-page #reports-container .report-card {

        flex: 0 0 300px;

        width: 300px;

        min-width: 300px;

        max-width: 300px;

    }


    .support-other-page #reports-container .report-card > img {

        height: 200px;

    }


    /* -----------------------------------------------------
       ARROWS
       ----------------------------------------------------- */

    .support-other-page .support-carousel-arrow {

        display: flex;

    }

}


/* =========================================================
   MOBILE — 481–768
   ========================================================= */

@media (min-width: 481px) and (max-width: 768px) {

    /* -----------------------------------------------------
       CONTAINERS
       ----------------------------------------------------- */

    .support-other-page .support-history-block .partners-slider,
    .support-other-page .support-history-block .donation-reports-list,
    .support-other-page #reports-container {

        display: flex;

        flex-direction: row;

        flex-wrap: nowrap;

        justify-content: flex-start;

        gap: 18px;

        width: 100%;

        padding: 15px 8%;

        box-sizing: border-box;

        overflow-x: auto;

        overflow-y: hidden;

        scroll-behavior: smooth;

        scroll-snap-type: x mandatory;

    }


    /* -----------------------------------------------------
       PARTNERS
       ----------------------------------------------------- */

    .support-other-page .support-history-block .partners-slider .partner-slide {

        flex: 0 0 84%;

        width: 84%;

        min-width: 84%;

        max-width: 84%;

        height: 370px;

        min-height: 370px;

        max-height: 370px;

    }


    .support-other-page .support-history-block .partners-slider .partner-slide img {

        width: 100%;

        height: 190px;

        min-height: 190px;

        max-height: 190px;

        flex: 0 0 190px;

    }


    /* -----------------------------------------------------
       REPORTS
       ----------------------------------------------------- */

    .support-other-page #reports-container .report-card {

        flex: 0 0 84%;

        width: 84%;

        min-width: 84%;

        max-width: 84%;

    }


    .support-other-page #reports-container .report-card > img {

        height: 210px;

    }


    /* -----------------------------------------------------
       ARROWS
       ----------------------------------------------------- */

    .support-other-page .support-carousel-arrow {

        display: none;

    }

}


/* =========================================================
   SMALL MOBILE — ≤480
   ========================================================= */

@media (max-width: 480px) {

    /* -----------------------------------------------------
       CONTAINERS
       ----------------------------------------------------- */

    .support-other-page .support-history-block .partners-slider,
    .support-other-page .support-history-block .donation-reports-list,
    .support-other-page #reports-container {

        display: flex;

        flex-direction: row;

        flex-wrap: nowrap;

        justify-content: flex-start;

        gap: 16px;

        width: 100%;

        padding: 15px 7%;

        box-sizing: border-box;

        overflow-x: auto;

        overflow-y: hidden;

        scroll-behavior: smooth;

        scroll-snap-type: x mandatory;

    }


    /* -----------------------------------------------------
       PARTNERS
       ----------------------------------------------------- */

    .support-other-page .support-history-block .partners-slider .partner-slide {

        flex: 0 0 86%;

        width: 86%;

        min-width: 86%;

        max-width: 86%;

        height: 350px;

        min-height: 350px;

        max-height: 350px;

        padding: 0;

    }


    .support-other-page .support-history-block .partners-slider .partner-slide img {

        width: 100%;

        height: 180px;

        min-height: 180px;

        max-height: 180px;

        flex: 0 0 180px;

    }


    .support-other-page .support-history-block .partners-slider .partner-slide h4 {

        margin-left: 20px;

        margin-right: 20px;

        font-size: 19px;

    }


    .support-other-page .support-history-block .partners-slider .partner-slide p {

        margin-left: 20px;

        margin-right: 20px;

        margin-bottom: 20px;

        font-size: 14px;

    }


    /* -----------------------------------------------------
       REPORTS
       ----------------------------------------------------- */

    .support-other-page #reports-container .report-card {

        flex: 0 0 86%;

        width: 86%;

        min-width: 86%;

        max-width: 86%;

    }


    .support-other-page #reports-container .report-card > img {

        height: 200px;

    }


    /* -----------------------------------------------------
       ARROWS
       ----------------------------------------------------- */

    .support-other-page .support-carousel-arrow {

        display: none;

    }

}
