/*
    Override
 */
@font-face {
    font-family: 'Evolventa';
    src: url('../fonts/Evolventa-Regular.ttf');
    font-weight: 500;
}

@font-face {
    font-family: 'Evolventa';
    src: url('../fonts/Evolventa-Bold.ttf');
    font-weight: 700;
}



body {
    background-color: rgb(233, 247, 255);
    font-family: 'Evolventa' !important;
    font-weight: 500;
}

.btn.donate.help img {
    width: 20px;
}

.partner img {
    width: 100%;
    height: 64px;
    object-fit: contain;
}

.myBannerSwiper {
    .title {
        width: 60%;
        color: #ffffff;
        font-size: 16px;

    }
}

.slide-heading {
    font-size: 64px !important;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px !important;
}

.news .card img {
    height: 100% !important;

}

/*  */
.news a {
    height: 100%;
    display: flex;
}

/*  */

footer .footer-info .contant ul li {
    font-size: 16px;
    color: #ffffff;
}


.programs .content .card img {
    height: 380px;
    object-fit: cover;
}

.main-content.projects-blog.news-blog {
    margin-top: 60px;
}

.slider-gal .swiper-slide img {
    width: 100%;
    height: 375px;
    object-fit: cover;
}

.slider-gal .swiper {
    padding-bottom: 50px;
}

.partners-page {
    padding-top: 75px;
}

.map-wrapper {
    padding: 75px 0;
}

.benDet {
    .play-btn {
        font-size: 40px;
        padding: 20px 35px;
    }
}

.gift .wrapper .giftbg img {
    object-fit: contain;
}

.news-pogination {
    .page-item {
        &.active {
            .page-link {

                background-color: #30A1DB;
                width: 45px;
                height: 45px;
                display: flex;
                justify-content: center;
                align-items: center;
                border-radius: 50%;
                color: #ffffff !important;
            }
        }

        .page-link {
            color: #333333;
            font-size: 20px;
        }
    }


}

@media (max-width: 1350px) {
    .gift .wrapper .info p {
        padding-right: 100px;
    }

}

@media (max-width: 1150px) {
    .gift .wrapper .info p {
        padding-right: 200px;
    }
}

@media (max-width: 992px) {
    .gift .wrapper .info p {
        padding-right: 0px;
    }

    .benDet {
        .video-wrapper img {
            height: 500px;
        }
    }

    .wt-do .main-content {
        padding: 0;
    }

    .partners-page .our-partners .opart .content .card .img img {
        height: 300px;
    }

    .partners-page {
        padding-top: 0px;
    }

    .news-pogination {
        margin-top: 24px;
    }
}

@media (max-width: 768px) {
    .myBannerSwiper {
        .title {
            width: 100%;
        }

        .slide-heading {
            font-size: 28px !important;
        }
    }

    .partners-page .our-partners .opart .content .card .img img {
        height: 250px;
    }

    .bigtab .docs .content .card img {
        width: 100%;
        object-fit: contain;
        height: 400px;
    }

    .partners {
        padding-bottom: 40px;
    }


}

@media (max-width: 500px) {

    .bigtab .nav {
        flex-direction: column !important;
        align-items: center;
        padding-bottom: 40px;
    }

}


@media (max-width: 375px) {
    .bigtab .docs .content .card img {
        height: 100%;
    }

    .gift {
        .btns-wrpper {
            flex-direction: column;

            .btn.donate {
                width: 100%;
            }
        }
    }

    .wt-do .main-content .heading.news-page {
        font-size: 22px;
    }

    .bigtab .reporting {
        padding-bottom: 100px;
    }

    .bigtab .docs .content .card {
        padding-bottom: 40px;
    }

    .benDet {
        .video-wrapper img {
            height: 350px;
        }
    }


}

.teams .content .card .name p {
    margin: 0px 30px 40px 30px !important;
}

.bigtab .teams .content .card img {
    margin-bottom: 14px;
}

.docs .card img {
    width: 300px;
}

#cart-component {
    cursor: pointer;
}


/*  */

/* Иконка корзины */
.cart-icon {
    border: none;
    background: transparent;
    cursor: pointer;
}

/* Затемнение фона */
.cart-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
    z-index: 998;
}

/* Сайдбар корзины */
.cart-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: 500px;
    max-width: 100%;
    height: 100vh;
    background: #009bd3;
    color: #fff;
    transform: translateX(100%);
    transition: transform .25s ease;
    z-index: 999;
    display: flex;
    overflow-y: auto;
    flex-direction: column;
}

/* Открытое состояние */
.cart-sidebar.is-open {
    transform: translateX(0);
}

.cart-overlay.is-visible {
    opacity: 1;
    pointer-events: auto;
}

/* Внутренние элементы (минимум, дальше под себя допилишь) */
.cart-sidebar__header,
.cart-sidebar__footer {
    padding: 16px 20px;
}

.cart-sidebar__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-sidebar__title {
    font-weight: 700;
    color: #ffffff;
}

.cart-sidebar__close {
    background: none;
    border: none;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

.cart-sidebar__body {
    padding: 0 20px 20px;
    flex: 1;
}

/* пример простых стилей для Total, кнопок и т.п. */
.cart-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    margin-bottom: 12px;
}

.cart-total__amount span {
    font-size: 12px;
    margin-left: 4px;
}

.cart-form input {
    width: 100%;
    margin-bottom: 8px;
    padding: 10px;
    border: none;
    border-radius: 4px;
    margin-top: 3px;
}

.cart-checkbox {
    display: flex;
    font-size: 12px;
    margin: 8px 0 12px;
}

.cart-checkbox input {
    margin-right: 6px;
    width: unset;
}

.cart-gpay {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 4px;
    background: #111;
    color: #fff;
    margin-bottom: 12px;
    cursor: pointer;
}

.cart-footer-buttons {
    display: flex;
    gap: 8px;
}

.btn-back,
.btn-checkout {
    flex: 1;
    padding: 10px;
    border: none;
    cursor: pointer;
    font-weight: 700;
}

.btn-back {
    background: #007bb0;
    color: #fff;
}

.btn-checkout {
    background: #ff007d;
    color: #fff;
}

.cart-pay-methods {
    margin: 12px 0 18px;
}

.cart-pay-methods__label {
    font-size: 14px;
    margin-bottom: 8px;
}

.cart-pay-methods__buttons {
    display: flex;
    gap: 8px;
}

.cart-pay-btn {
    flex: 1;
    padding: 10px 0;
    border-radius: 8px;
    border: 2px solid #ffffff40;
    background: #ffffff15;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: 0.15s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.cart-pay-btn img {
    width: 85%;
    height: 35px;
    object-fit: cover;
}

.cart-pay-btn.is-active {
    background: #fff;
    color: #008FCC;
    border-color: #fff;
}

/* Вся строка товара */
.cart-item {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    background: #e9f9ff;
    /* нежный голубой фон */
    border-radius: 4px;
    margin-bottom: 8px;
}

/* Картинка слева */
.cart-item__image {
    width: 60px;
    height: 60px;
    border-radius: 2px;
    overflow: hidden;
    background: #ddd;
    margin-right: 10px;
}

.cart-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Контейнер с текстом и ценой */
.cart-item__info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1;
}

/* Левая часть: название + remove */
.cart-item__left {
    display: flex;
    flex-direction: column;
}

.cart-item__name {
    font-weight: 700;
    font-size: 16px;
    color: #0099d9;
    /* как на скрине — ярко-голубой */
    line-height: 1.2;
    margin-bottom: 4px;
}

.cart-item__remove {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    color: #ff0b75;
    /* розовый REMOVE */
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

/* Правая часть: цена + количество */
.cart-item__right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
}

.cart-item__price {
    font-size: 20px;
    font-weight: 700;
    color: #0099d9;
}

/* Кнопки количества */
.cart-item__qty {
    display: inline-flex;
    align-items: center;
    border-radius: 3px;
    overflow: hidden;
    background: #f2f2f2;
    border: 1px solid #d3d3d3;
}

.cart-item__qty-btn {
    border: none;
    background: transparent;
    width: 28px;
    height: 26px;
    font-size: 16px;
    cursor: pointer;
    color: #555;
}

.cart-item__qty-value {
    display: inline-block;
    width: 50px;
    text-align: center;
    font-size: 14px;
    color: #555;
}

/* === ADMIN CONTRIBUTION BLOCK === */

.cart-admin {
    background: #dff6ff;
    /* нежный голубой фон, как на скрине */
    border-top: 3px solid #00a8e8;
    border-bottom: 3px solid #00a8e8;
    border-radius: 4px;
    padding: 15px 12px;
    margin: 10px 0 20px;
}

.cart-admin__label {
    color: #e3007b;
    /* розовый текст */
    font-weight: 700;
    font-size: 15px;
}

.cart-admin__qty {
    display: inline-flex;
    align-items: center;
    float: right;
    background: #ffffff;
    border: 1px solid #009bd3;
    border-radius: 4px;
    overflow: hidden;
    margin-top: -4px;
}

.cart-admin__qty button {
    width: 32px;
    height: 28px;
    border: none;
    background: #009bd3;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.cart-admin__qty span {
    display: inline-block;
    width: 45px;
    text-align: center;
    font-size: 15px;
    color: #333;
    background: #fff;
}

.cart-upsell__title {
    font-size: 22px;
    font-weight: 800;
    text-align: center;
    margin: 25px 0 15px;
    color: #fff;
}

/* === UPSELL CARD === */
.upsell-card {
    display: flex;
    background: #fff;
    padding: 14px;
    border-radius: 6px;
    gap: 14px;
    margin-bottom: 20px;
}

/* Фото слева */
.upsell-card__img {
    width: 110px;
    height: 110px;
    background: #ddd;
    border-radius: 4px;
    flex-shrink: 0;
}

/* Контент */
.upsell-card__content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.upsell-card__name {
    font-size: 17px;
    font-weight: 800;
    color: #009bd3;
    /* голубой как на скрине */
    margin-bottom: 6px;
}

.upsell-card__text {
    font-size: 13px;
    line-height: 1.3;
    color: #444;
    margin-bottom: 12px;
}

/* Низ: цена + кнопка */
.upsell-card__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.upsell-card__price {
    font-size: 18px;
    font-weight: 900;
    color: #e3007b;
    /* розовая цена */
}

.upsell-card__price span {
    font-size: 11px;
}

.upsell-card__add {
    border: 2px solid #009bd3;
    background: #fff;
    color: #009bd3;
    border-radius: 4px;
    padding: 6px 14px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.2s;
}

.upsell-card__add:hover {
    background: #009bd3;
    color: #fff;
}

/* === TOTAL LINE === */
.icon-block {
    background: linear-gradient(135deg, #2BA1D7 0%, #1E88CC 100%);
    padding: 0px 16px;
}

.icons-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0;
    width: 100%;
}

.icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 12px;
    flex: 1;
    min-width: 100px;
    position: relative;
    animation: slideIn 0.5s ease-out backwards;
}

.icon-item:nth-child(1) {
    animation-delay: 0.05s;
}

.icon-item:nth-child(2) {
    animation-delay: 0.1s;
}

.icon-item:nth-child(3) {
    animation-delay: 0.15s;
}

.icon-item:nth-child(4) {
    animation-delay: 0.2s;
}

.icon-item:nth-child(5) {
    animation-delay: 0.25s;
}

.icon-item:nth-child(6) {
    animation-delay: 0.3s;
}

.icon-item:nth-child(7) {
    animation-delay: 0.35s;
}

/* Вертикальный разделитель между иконками */
.icon-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60%;
    background: rgba(255, 255, 255, 0.3);
}

.icon-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
    overflow: visible;
}



.icon-item:hover::before {
    animation: pulseHover 2s ease-out;
}

.icon-item:hover {
    transform: scale(1.1);
    transition: all 2s ease;
}

.icon-item {
    transition: all 1s ease;
}

.icon-item::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%) scale(1);
    pointer-events: none;
    opacity: 0;
}

@keyframes pulseHover {
    0% {
        transform: translate(-50%, -50%) scale(0.7);
        opacity: 0.8;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0;
    }
}


.icon-link:active {
    transform: translateY(-2px) scale(0.98);
}

.icon-image {
    position: relative;
    z-index: 2;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /*filter: brightness(0) invert(1);*/
}

.icon-label {
    font-size: 12px;
    font-weight: 600;
    color: white;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    line-height: 1.2;
    max-width: 90px;
}

/* Адаптивность */
@media (max-width: 1024px) {
    .icon-item {
        padding: 14px 10px;
        min-width: 90px;
    }

    .icon-link {
        width: 55px;
        height: 55px;
    }

    .icon-image {
        width: 36px;
        height: 36px;
    }

    .icon-label {
        font-size: 11px;
    }
}

@media (max-width: 768px) {
    .icon-item {
        padding: 12px 8px;
        min-width: 75px;
    }

    .icon-link {
        width: 48px;
        height: 48px;
    }

    .icon-image {
        width: 32px;
        height: 32px;
    }

    .icon-label {
        font-size: 10px;
    }

    .icon-item:not(:last-child)::after {
        height: 50%;
    }
}

@media (max-width: 480px) {
    .icon-block {
        padding: 16px 8px;
    }

    .icon-item {
        padding: 10px 6px;
        min-width: 65px;
    }

    .icon-link {
        width: 42px;
        height: 42px;
    }

    .icon-image {
        width: 28px;
        height: 28px;
    }

    .icon-label {
        font-size: 9px;
    }

    .icon-item:not(:last-child)::after {
        height: 45%;
    }
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.product-section {
    background-image: url(/img/bgforproduct.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 60px 0;

    .header {
        text-align: center;
        margin-bottom: 40px;
    }

    .header h1 {
        font-size: 32px;
        font-weight: 600;
        color: #333;
        margin-bottom: 15px;
        font-style: italic;
    }

    .header p {
        font-size: 15px;
        color: #666;
        line-height: 1.9;
        max-width: 800px;
        margin: 0 auto;
    }

    /* TABS */
    .tabs-container {
        display: flex;
        gap: 15px;
        justify-content: center;
        margin-bottom: 30px;
        flex-wrap: wrap;
    }

    .tab-btn {
        padding: 12px 25px;
        border: none;
        border-radius: 25px;
        font-size: 13px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        background: #f0f0f0;
        color: #666;
    }

    .tab-btn.active {
        background: #e91e63;
        color: white;
    }

    .tab-btn:hover {
        background: #e91e63;
        color: white;
    }

    /* CONTENT SECTION */
    .content-section {
        background: #00a8d8;
        border-radius: 10px;
        padding: 30px;
    }

    .content-message {
        color: white;
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 30px;
        text-align: center;
    }

    /* SLIDES */
    .slides-container {
        position: relative;
        min-height: 350px;
    }

    .slide {
        display: none;
        opacity: 0;
        transition: opacity 0.4s ease;
    }

    .slide.active {
        display: flex;
        opacity: 1;
        gap: 30px;
        flex-wrap: wrap;
    }

    .content-image {
        flex: 0 0 auto;
        width: 100%;
        max-width: 300px;
    }

    .content-image img {
        width: 100%;
        height: auto;
        border-radius: 8px;
        display: block;
    }

    .content-info {
        flex: 1;
        min-width: 250px;
        background: white;
        padding: 25px;
        border-radius: 8px;
    }

    .content-title {
        font-size: 18px;
        font-weight: 700;
        color: #333;
        margin-bottom: 12px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .content-description {
        font-size: 14px;
        color: #666;
        line-height: 1.6;
        margin-bottom: 18px;
    }

    .amount-tag {
        font-size: 12px;
        font-weight: 700;
        color: #e91e63;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .buttons-group {
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
    }

    .btn {
        padding: 11px 20px;
        border: none;
        border-radius: 5px;
        font-size: 12px;
        font-weight: 700;
        cursor: pointer;
        transition: all 0.3s ease;
        text-transform: uppercase;
    }

    .btn-donate {
        background: #e91e63;
        color: white;
    }

    .btn-donate:hover {
        background: #c2185b;
    }

    .btn-view {
        background: #1a3a52;
        color: white;
    }

    .btn-view:hover {
        background: #0d1f2d;
    }

    /* RESPONSIVE */
    @media (max-width: 768px) {
        .container {
            padding: 25px 20px;
        }

        .header h1 {
            font-size: 24px;
        }

        .header p {
            font-size: 13px;
        }

        .tabs-container {
            gap: 10px;
        }

        .tab-btn {
            padding: 10px 18px;
            font-size: 12px;
        }

        .content-section {
            padding: 20px;
        }

        .slide.active {
            flex-direction: column;
            gap: 20px;
        }

        .content-image {
            width: 100%;
        }

        .content-info {
            padding: 20px;
        }

        .swiperTab1 .swiper-slide {
            display: flex;
            gap: 30px;
            flex-direction: column;
            width: 100%;
        }
    }
}

@media (max-width: 480px) {
    body {
        padding: 20px 15px;
    }

    .container {
        padding: 20px 15px;
    }

    .header h1 {
        font-size: 20px;
    }

    .header p {
        font-size: 12px;
    }

    .tabs-container {
        gap: 8px;
    }

    .tab-btn {
        padding: 8px 14px;
        font-size: 11px;
    }

    .content-section {
        padding: 15px;
    }

    .content-message {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .content-title {
        font-size: 16px;
    }

    .content-description {
        font-size: 13px;
    }

    .buttons-group {
        flex-direction: column;
    }

    .btn {
        width: 100%;
        padding: 12px;
    }
}

.tarara {
    display: flex;
    gap: 30px;
}

.tarara {
    display: none;
}

.tarara.active {
    display: block;
}



.swiperTab1 {
    .swiper-slide {
        display: flex;
        gap: 30px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        background-color: #fff;
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 16px;
        font-weight: 900;
    }
}

.ben-page .programs .container-fluid .content .col-lg-4 .card p {
    padding: 0px 20px;
    font-size: 18px;
}

.id-green {
    background-color: rgb(0, 149, 0);
    color: #ffffff;
}

.id-yellow {
    background-color: rgb(234, 234, 0);
    color: #000000;
}

.ben-page .programs .container-fluid .content .col-lg-4 .card p:nth-child(3) {
    background-color: rgb(234, 234, 0);
    width: fit-content;
    border-radius: 16px;
    position: absolute;
    color: #000000;
    top: 10px;
    left: 10px;
    padding: 5px 15px !important;
}

.ben-page .programs .container-fluid .content .col-lg-4 .card a {
    margin-top: 5px;
    margin-bottom: 20px !important;
    padding: 12px 32px;
    color: #ffffff;
    border: unset;
    background-color: #EB2B2A;
    font-size: 24px;
    border-radius: 8px;
    width: 90%;
    font-weight: 600;
}

.ben-page .programs .container-fluid .content .col-lg-4 .card a:hover {
    background-color: #00A3E0;
    color: #ffffff;
}

.ben-page .programs .container-fluid .content .col-lg-4 .card {
    border-radius: 20px;
    background-color: #d0efff;
    box-shadow: 0px 4px 10px #00000025;
}

.beneficiary-name {
    font-size: 24px !important;
    background-color: #91b1bd !important;
    font-weight: 500 !important;
    padding: 8px 20px !important;
    text-align: left !important;
    color: #ffffff !important;
}

.ben-page .programs .container-fluid .content .col-lg-4 .card img {
    margin-bottom: 0px !important;
    border-radius: 20px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;

}




.support-wrapper .support .form-container {
    border: 2px solid #c1e3f7;
    padding: 30px;

}

.donation-form .payment-options .payment-option.active {
    background-color: #a9ffd3 !important;
}

.support-wrapper .support .preset-amounts .btn {
    padding: 5px 26px;
    border: unset !important;
    margin-top: 15px;
    background-color: #e6e6e6;
    border-radius: 4px;
}

.support-wrapper .support .preset-amounts {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gift .wrapper .giftbg img {
    position: relative;
    width: 100% !important;
    height: 100% !important;
    border-radius: 24px !important;
    top: unset;
    right: unset;
}

.gift .wrapper {
    border-top: unset;
}

.programs .wrapper .row .col-lg-12 {
    width: 88%;
}

.upsell-card__img img {
    width: 100%;
    height: 100%;
}

.programs .wrapper .row .col-lg-12 .card:hover .title {
    bottom: -120px;
}

.accordion-item {
    background-color: transparent !important;
}

.accordion {
    background-color: transparent !important;
    --bs-accordion-bg: transparent !important;
}

.beneficiary .get-help {
    background: linear-gradient(180deg, #78d2ff 0%, rgb(233, 247, 255) 100%);
}

.partner img {
    height: unset;
}

.beneficiary .video-slider {
    padding-bottom: 150px;
}


.beneficiary .get-help .form-grid {
    padding: 30px;
    border-radius: 12px;
}

.beneficiary .get-help .description {
    margin-bottom: 50px !important;
}


.progresses.done {
    position: relative;
}

.progresses.done::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #a8ff7fde;
}

.progresses.done::after {
    content: 'Собрано';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 64px;
    color: #009b0d;
    font-weight: 700;
    z-index: 2;
    pointer-events: none;
}


.prgDet .gift .wrapper .giftbg img {
    height: 500px !important;
    object-fit: cover;
}

.gift {
    padding: 30px 0;
    position: relative;
}

.prgDet .gift {
    padding-top: 90px;
}

.beneficiary .questions .accordion-body p {
    margin-top: 0 !important;
}

.beneficiary .get-help .form-grid {
    background-color: #fff;
}

@media (max-width: 1200px) {
    .programs .wrapper .row .col-lg-12 {
        width: 100% !important;
    }

}

.map-wrapper {
    padding-bottom: 0 !important;
}

@media (max-width: 768px) {
    .partner img {
        height: 140px;
    }



    .questionsPage .questions {
        padding: 0px 0;
    }
}

.bigtab .nav .nav-link {
    background-color: transparent !important;
}

.bigtab .history {
    border-top: unset !important;
}

.bigtab .history .img img {
    position: relative;
    width: 100% !important;
    height: 100% !important;
    border-radius: 24px !important;
    top: unset;
    right: unset;
}

.bigtab .history.position-relative .col-lg-5 .img img {
    height: 400px !important;
    top: unset !important;
    object-position: top !important;
}

.bigtab .teams .container-fluid {
    width: 100% !important;
    left: 0% !important;
}

.bigtab .teams .content .card {
    background-color: transparent !important;
}

.bigtab .teams .content .card img {
    width: 100%;
}

.bigtab .teams .content .card .name p {
    font-size: 20px;
}

.teams .content .card .name p {
    margin: 0px 0px 30px 0px !important;
}

.donate-wrapper {
    display: none;
}

.bigtab .teams .title p {
    width: 100%;
}

.bigtab .teams .content {
    margin-bottom: 30px;
}

.bigtab .docs .content .card {
    background-color: transparent !important;
}


.bigtab .organ .cantent .card img {
    height: 400px;
    object-fit: cover;
}

.bigtab .organ .cantent .card {
    background-color: transparent !important;
}


.programs .content .card {
    background-color: transparent !important;
}

#cart-component {
    position: relative;
}

#cart-component .d-flex.position-absolute {
    border-radius: 50%;
    background-color: rgb(237, 11, 109);
    width: 10px;
    height: 10px;
    right: -3px !important;
    top: 0px !important;
    z-index: 1;
}

@media (max-width: 480px) {
    body {
        padding: 0 !important;
    }
}

.partners-page .bigtab .howwework {
    margin-top: 20px;
}

.partners-page .partnership-formats {
    margin-bottom: 75px;
}

.partners-page .our-partners .keep .content .card {
    background-color: transparent !important;
}

.donate-buttons-wrapper {
    bottom: 140px !important;
}

.donate-page-wrapper {
    padding-top: 70px;

    .programs .content .card p {
        font-size: 17px;
        font-weight: 500;
        padding: 0 27px;
        gap: 0;
    }

    .programs .content .card p {
        padding: 4px 20px;
        font-size: 18px;
    }

    .id-green {
        background-color: rgb(0, 149, 0);
        color: #ffffff;
    }

    .id-yellow {
        background-color: rgb(234, 234, 0);
        color: #000000;
    }

    .pay .wrapper .row .col-lg-6 {
        height: fit-content;
        gap: 16px;
    }

    .programs .content .card p:nth-child(3) {
        background-color: rgb(234, 234, 0);
        width: fit-content;
        border-radius: 16px;
        position: absolute;
        color: #000000;
        top: 10px;
        left: 10px;
        padding: 5px 15px !important;
    }

    .programs .content .card a {
        margin-top: 5px;
        margin-bottom: 20px !important;
        padding: 12px 32px;
        color: #ffffff;
        border: unset;
        background-color: #EB2B2A;
        font-size: 24px;
        border-radius: 8px;
        width: 90%;
        font-weight: 600;
    }

    .programs .content .card a:hover {
        background-color: #00A3E0;
        color: #ffffff;
    }

    .programs .content .card {
        border-radius: 20px;
        background-color: #d0efff;
        box-shadow: 0px 4px 10px #00000025;
        gap: 0 !important;
    }

    .beneficiary-name {
        font-size: 20px !important;
        background-color: #91b1bd !important;
        font-weight: 500 !important;
        padding: 8px 20px !important;
        text-align: left !important;
        color: #ffffff !important;
    }

    .programs .content .card img {
        margin-bottom: 0px !important;
        border-radius: 20px !important;
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;

    }

    .programs .content .card img {
        height: 320px;
        object-fit: cover;
    }

    .programs .content .card a {
        padding: 9px 31px;
    }


}

body:has(.donate-page-wrapper) .navBottom {
    padding-top: 177px;
}

body:has(.donate-page-wrapper) .main-header {
    position: fixed;
    top: 0;
    left: 0;
    transform: unset !important;
    right: 0;
    z-index: 997;
    background: #ffffff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}


.reports-sl .wrapper .row .col-lg-12 {
    width: 100%;
}

.reports-sl .wrapper .row .col-lg-12 .content {
    position: relative;
}

.reports-sl .wrapper .row .col-lg-12 .card {
    border: none;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    width: 100%;
}

.reports-sl .wrapper .row .col-lg-12 .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
}

.reports-sl .wrapper .row .col-lg-12 .card:hover img {
    filter: brightness(0.7);
}

.reports-sl .wrapper .row .col-lg-12 .card:hover .title {
    bottom: -100px;
}

.reports-sl .wrapper .row .col-lg-12 .card:hover .hidden-title {
    bottom: 25px;
    opacity: 1;
    visibility: visible;
}

.reports-sl .wrapper .row .col-lg-12 .card:hover .donate:hover {
    background-color: #ffffff9f;
}

.reports-sl .wrapper .row .col-lg-12 .card .title {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #30A1DB;
    padding: 10px 0;
    border-radius: 24px;
    transition: all .3s ease;
}

.reports-sl .wrapper .row .col-lg-12 .card .title p {
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    transition: all .3s ease;
}

.reports-sl .wrapper .row .col-lg-12 .card .hidden-title {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 16px;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    align-items: center;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
}

.reports-sl .wrapper .row .col-lg-12 .card .hidden-title .donate {
    padding: 12px 20px;
}


.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    transition: transform .3s ease;
    cursor: pointer;
}

.social-link:hover {
    transform: translateY(-6px);
    animation: wiggle 0.6s ease-in-out infinite;
    transition: .3s ease;
}

@keyframes wiggle {
    0% {
        transform: scale(1.1) rotate(0deg);
        transition: .3s ease;
    }

    25% {
        transform: scale(1.1) rotate(4deg);
        transition: .3s ease;
    }

    50% {
        transform: scale(1.1) rotate(0deg);
        transition: .3s ease;
    }

    75% {
        transform: scale(1.1) rotate(-4deg);
        transition: .3s ease;
    }

    100% {
        transform: scale(1.1) rotate(0deg);
        transition: .3s ease;
    }
}

.social-link.facebook {
    transition: .3s ease;
}


.social-link.youtube {
    transition: .3s ease;
    color: red;
}

.social-link.instagram {
    transition: .3s ease;
    color: red;
}

.cart-total__toggle {
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 8px;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .25s ease, box-shadow .25s ease;
}

.cart-total__toggle span {
    font-size: 14px;
    transition: transform .3s ease;
    display: inline-block;
}

.cart-total__toggle:hover {
    background: #e6e6e6;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.cart-total__toggle.active span {
    transform: rotate(180deg);
}


.cart-pay-btn {
    background-color: rgb(233, 247, 255);

    span {
        color: #000000;
    }
}


.cart-pay-btn.is-active {
    border-color: #646464;
}



.typewriter {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    border-right: 2px solid rgba(0, 0, 0, 0.75);
}

.typewriter-animation {
    animation:
        typewriter 4s steps(40) 1s 1 both,
        blinkingCursor 500ms steps(40) infinite;
}

@keyframes typewriter {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes blinkingCursor {
    from {
        border-right-color: rgba(0, 0, 0, 0.75);
    }

    to {
        border-right-color: transparent;
    }
}


.red-text {
    color: #EB2B2A !important;
    font-weight: 700;
    font-size: larger;

}

.blue-text {
    color: #00a3da !important;
    font-weight: 700;
    font-size: larger;
}


.partner img {
    display: inline-block;
}

.partner:nth-child(1) img {
    animation: glowPulse1 2s ease-in-out infinite;
}

.partner:nth-child(2) img {
    animation: glowPulse2 1.8s ease-in-out infinite;
}

.partner:nth-child(3) img {
    animation: glowPulse3 2.3s ease-in-out infinite;
}

.partner:nth-child(4) img {
    animation: glowPulse1 2.1s ease-in-out infinite;
}

.partner:nth-child(5) img {
    animation: glowPulse2 1.9s ease-in-out infinite;
}

.partner:nth-child(6) img {
    animation: glowPulse3 1.4s ease-in-out infinite;
}

/* Анимации пульсации */
@keyframes glowPulse1 {
    0% {
        box-shadow: 0 0 2px 0px rgba(40, 162, 255, 0.2);
    }

    50% {
        box-shadow: 0 0 1px 5px rgba(148, 208, 255, 0.45);
    }

    100% {
        box-shadow: 0 0 2px 0px rgba(40, 162, 255, 0.2);
    }
}

@keyframes glowPulse2 {
    0% {
        box-shadow: 0 0 1px 0px rgba(40, 162, 255, 0.15);
    }

    50% {
        box-shadow: 0 0 1px 8px rgba(76, 178, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 1px 0px rgba(40, 162, 255, 0.15);
    }
}

@keyframes glowPulse3 {
    0% {
        box-shadow: 0 0 1px 0px rgba(40, 162, 255, 0.25);
    }

    50% {
        box-shadow: 0 0 1px 4px rgba(40, 162, 255, 0.4);
    }

    100% {
        box-shadow: 0 0 1px 0px rgba(40, 162, 255, 0.25);
    }
}


#search-control {
    .form-control {
        font-size: 16px;
        padding: 20px 20px;
        font-weight: 500;
    }
}


body:has(#search-control) .newsCatalog .news-catalog {
    padding-top: 200px;
    padding-bottom: 120px;
}


body:has(.product-view) {
    .products-layout {
        padding-top: 177px;
    }

    h1 {
        margin-top: 70px;
        margin-bottom: 40px;
    }

    .card.product-card {
        display: flex;
    }

    .vue-component {


        .product-card {
            font-family: 'Arial', sans-serif;
            background: #fff;
            border-radius: 12px;
            overflow: hidden;
            position: relative;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
            margin-bottom: 30px;
        }

        .product-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        }

        .product-card .img {
            width: 100%;
            overflow: hidden;
            height: 400px;
        }

        .product-card .img img {
            width: 100%;
            display: block;
            object-fit: cover;
            transition: transform 0.4s ease;
        }

        .product-card:hover .img img {
            transform: scale(1.08);
        }

        .product-card .info {
            padding: 20px;
        }

        .product-card .info h2 {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 12px;
            color: #222;
        }

        .product-card .info p {
            font-size: 14px;
            color: #555;
            line-height: 1.5;
            margin: 0;
        }

        .product-card .date {
            position: absolute;
            top: 15px;
            right: 15px;
            background: #28a2ff;
            color: #fff;
            font-weight: 600;
            padding: 6px 12px;
            border-radius: 8px;
            font-size: 14px;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
        }

        .product-card .card--button {
            padding: 20px;
            text-align: center;
            padding-top: 8px;
        }

        .product-card .card--button .btn {
            background: #28a2ff;
            color: #fff;
            border: none;
            padding: 10px 24px;
            font-size: 14px;
            font-weight: 600;
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .product-card .card--button .btn:hover {
            background: #1f7fcc;
            transform: translateY(-2px);
            box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
        }

        .row {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
        }

        .col-lg-6 {
            width: calc(50% - 10px);
        }

        @media (max-width: 992px) {
            .col-lg-6 {
                width: 100%;
            }
        }

    }
}

.get-help {
    .title {
        margin-bottom: 20px;
    }

    .col-md-4 {
        background-color: #fff;
        border-radius: 20px 0 0 20px;
        padding: 20px;
    }

    .col-md-8 {
        background-color: #fff;
        border-radius: 0px 20px 20px 0px;
        padding: 20px;
    }
}

.programs .wrapper .row .col-lg-8 {
    width: 66.66666667% !important;
}


.programs .wrapper .row .col-lg-8 .card:hover .title {
    bottom: -200px;
}

.card p:first-of-type {
    font-size: 28px;
    font-weight: bold;
}

.bigtab .history.position-relative .col-lg-5 {
    width: 41.66666667%;
}


.news .card .info p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 0;
}


.news .card .info h4 {
    font-weight: 600;
    margin-top: 26px;
}




.news .card .date p {
    font-size: 12px;
    font-weight: 400;
    margin-top: 0;
}

.pulse-hover {
    position: relative;
    display: inline-block;
    border-radius: 8px;
    transition: transform 0.2s ease;
}

.pulse-hover:hover {
    transform: scale(1.03);
}

/* Один псевдоэлемент — общий, чтобы пульс был ровный */
.pulse-hover::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: rgba(0, 0, 0, 0.12);
    opacity: 0;
    transform: scale(0.85);
    pointer-events: none;
}

/* На hover запускаем плавный бесконечный pulse */
.pulse-hover:hover::after {
    animation: soft-pulse 2s ease-out infinite;
}

/* Мягкий, ровный, одинаковый пульс */
@keyframes soft-pulse {
    0% {
        transform: scale(1);
        opacity: 0.75;
    }

    50% {
        transform: scale(2);
        opacity: 0;
    }

    100% {
        transform: scale(1.7);
        opacity: 0;
    }
}
