










.donation-faq-block {
    margin: 120px -40px;
    margin: 120px -40px 50px;
}

.faq-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.faq-title {
    font-weight: 400;
    font-size: 32px;
    color: #000;
    margin: 0;
    line-height: normal;
}

.faq-items {
    display: flex;
    flex-direction: column;
}

.faq-item {
    border-bottom: 1px solid #000;
    padding: 16px 24px 16px;
    cursor: pointer;
    transition: background-color 0.4s ease, padding 0.4s ease;
}

.faq-item-expanded {
    background-color: #f7f7f7;
    padding: 24px 24px 16px;
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.faq-question p {
    font-weight: 400;
    font-size: 22px;
    color: #000;
    margin: 0;
    line-height: normal;
    flex: 1;
}

.faq-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 400ms ease;
}

.faq-icon svg {
    width: 100%;
    height: 100%;
    transition: transform 400ms ease;
}

.faq-icon-up svg {
    transform: rotate(180deg);
}

.faq-answer {
    /* padding-top: 12px; */
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: all 400ms ease;
}

.faq-answer.faq-answer-visible {
    padding-top: 12px;
    max-height: 1000px;
    opacity: 1;
}

.faq-answer p {
    font-weight: 400;
    font-size: 18px;
    color: #000;
    margin: 0;
    line-height: normal;
}

@media (max-width: 768px) {
    .donation-faq-block {
        margin-left: 0;
        margin-right: 0;
    }

    .faq-title {
        font-size: 28px;
    }

    .faq-question p {
        font-size: 18px;
    }

    .faq-answer p {
        font-size: 16px;
    }

    .faq-item {
        padding: 0 16px 16px;
    }

    .faq-item-expanded {
        padding: 16px 16px 16px;
    }
}

/*  ------------------------------------------------------- */


.donation-info-block {
    margin: 120px -40px;
}

.donation-info-container {
    display: flex;
    flex-direction: column;
    gap: 42px;
}

.donation-info-header {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}

.donation-info-main-title {
    font-weight: 600;
    font-size: 26px;
    color: #000;
    text-align: center;
    max-width: 1000px;
    margin: 0;
    line-height: normal;
}

.donation-info-logo {
    max-width: 300px;
    width: 294px;
    height: 73px;
}

.donation-info-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.donation-info-banks {
    display: flex;
    gap: 52px;
    align-items: center;
}

.donation-info-description {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 32%;
    flex-shrink: 0;
}

.donation-info-description p {
    font-weight: 400;
    font-size: 22px;
    color: #000;
    margin: 0;
    line-height: normal;
}

.donation-info-bank-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    flex: 1;
}

.donation-bank-card {
    background-color: #f7f7f7;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.donation-bank-card p {
    font-weight: 400;
    font-size: 18px;
    color: #000;
    margin: 0;
    line-height: normal;
}

.donation-info-footer {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.donation-info-footer p {
    font-weight: 400;
    font-size: 18px;
    color: #000;
    margin: 0;
    line-height: normal;
}

@media (max-width: 968px) {
    .donation-info-banks {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .donation-info-description {
        max-width: 100%;
    }

    .donation-info-bank-cards {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .donation-info-main-title {
        font-size: 22px;
    }

    .donation-info-description p {
        font-size: 18px;
    }

    .donation-info-bank-cards {
        flex-direction: column;
    }

    .donation-bank-card {
        width: 100%;
    }
}

.donation-select-block {
    margin: 80px 0px 40px;
}

.donation-select-block a{
    color: #00bfaf;
}

.donation-cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    justify-content: center;
}
.donation-cards.columns-2 {
    grid-template-columns: 1fr 1fr;
}
.donation-cards.columns-1 {
    grid-template-columns: 1fr;
}

.donation-card {
    background-color: #f7f7f7;
    box-shadow: 0px 3px 4px 2px rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
}

.donation-card-inner {
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.donation-card-title {
    /* font-family: 'Lato', sans-serif; */
    font-weight: 400;
    font-size: 36px;
    line-height: normal;
    color: #000;
    text-align: center;
    margin: 0;

    font-size: 26px;
    font-weight: 600;
}

.donation-card-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    text-align: center;
    color: #000;
}

.donation-card-price .price-amount {
    /* font-family: 'Lato', sans-serif; */
    font-weight: 700;
    font-size: 28px;
}

.donation-card-price .price-period {
    /* font-family: 'Lato', sans-serif; */
    font-weight: 400;
    font-size: 24px;
}

.donation-card-price-custom {
    position: relative;
}

.donation-card-price-custom .price-input-wrapper {
    position: relative;
    width: 200px;
    border-bottom: 1px solid #000;
    /* margin-bottom: 8px; */
}

.donation-card-price-custom .price-input {
    /* font-family: 'Lato', sans-serif; */
    font-weight: 400;
    font-size: 28px;
    text-align: center;
    color: #000;
    background: transparent;
    border: none;
    outline: none;
    width: 100%;
    margin-bottom: 0;
    box-shadow: none;
    height: 2.88571rem;
}

.donation-card-price-custom .price-input::placeholder {
    color: #999;
}

.donation-card-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00bfaf;
    color: #000;
    /* font-family: 'Lato', sans-serif; */
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    /* padding: 22px 43px; */
    padding: 18px 30px;
    width: 100%;
    max-width: 292px;
    transition: background-color 0.2s ease, color 0.2s ease;

    cursor: pointer;
}

.donation-card-button:hover {
    background-color: #00a89a;
    color: #fff;
}

.donation-card-features,
.donation-card-description {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;

    font-weight: 400;
    font-size: 16px;
}

.donation-card-description {
    text-align: center;
    align-items: center;
}

.donation-card-features li,
.donation-card-description > * {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #000;
    line-height: normal;
    margin-bottom: 0 !important;
}

.donation-card-features li::before {
    content: "";
    display: inline-flex;
    width: 8px;
    height: 8px;
    /* background-color: #00bfaf; */
    background-color: #000;
    border-radius: 50%;
    margin-top: 2px;
}

.donation-card-description {
    /* font-family: 'Lato', sans-serif; */
    font-weight: 400;
    font-size: 16px;
    color: #000;
    text-align: center;
    margin: 0;
    line-height: normal;
}

@media (max-width: 768px) {
    .donation-cards,
    .donation-cards.columns-2,
    .donation-cards.columns-1 {
        grid-template-columns: 1fr;
    }

    .donation-card {
        max-width: 100%;
    }
}

/* One-time donation section */
.donation-onetime-section {
    display: flex;
    gap: 24px;
    margin-top: 40px;
    align-items: flex-start;
}

.donation-onetime-card {
    margin-top: 40px;
    grid-column: span 2;
    background-color: #fff;
    height: auto;
}

.donation-onetime-content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 30px;
    gap: 24px;
}

.donation-onetime-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 400px;
}

.donation-onetime-title {
    font-weight: 600;
    font-size: 26px;
    color: #000;
    margin: 0;
    line-height: normal;
}

.donation-onetime-description {
    font-weight: 400;
    font-size: 20px;
    color: #000;
    margin: 0;
    line-height: normal;
}

.donation-onetime-button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 32px;
    transition: background-color 0.2s ease, color 0.2s ease;
    flex-shrink: 0;

    cursor: pointer;
}

.donation-onetime-button:hover {
    background-color: #000;
    color: #fff;
}

.donation-terms {
    margin-top: 40px;

    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
    max-width: 332px;
}

.donation-terms-title {
    font-weight: 600;
    font-size: 20px;
    color: #000;
    margin: 0;
    line-height: normal;
}

.donation-terms-text {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    margin: 0;
    line-height: normal;
}

@media (max-width: 768px) {
    .donation-onetime-section {
        flex-direction: column;
    }

    .donation-onetime-card {
        max-width: 100%;
        grid-column: span 1;
    }

    .donation-onetime-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .donation-terms {
        max-width: 100%;
    }

    .donation-info-block {
        margin: 60px 0;
    }

    .donation-info-description {
        width: 100%;
    }

    .donation-info-bank-cards {
        grid-template-columns: 1fr;
    }
}

.donation-page .donators-block .contentwrapper {
    border: none;
}

.donation-page .donation-list {
    text-align: center;
}

.donation-page section.static-text .donation-contain {
    border: none ;
    padding: 0;
    margin: 0;
}

.donation-page section.static-text .donation-contain.shorten-donators {
    height: 8em;
    overflow: hidden;
}

.donation-page .donators-block .donation-buttons {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top: 40px;
}
.donation-page .donators-block .donation-buttons .hidden {
    display: none;
}


.textblock {
    margin: 50px 0 80px;
}
