.donation__text {
    padding-top: 43px;
    margin-bottom: 24px;
    max-width: 800px;
    width: 100%;
    font-size: 1.375rem;
    line-height: 1.545;
    position: relative;
}

.donation__text__501 {
    margin-bottom: 44px;
    max-width: 800px;
    width: 100%;
    font-size: 1.1rem;
    line-height: 1.545;
    position: relative;
}

.donation__text__501 span {text-decoration: underline }

.donation__section_page .donation__tabs {
    -webkit-animation: fadeInUp150 1.5s ease-in-out both;
    animation: fadeInUp150 1.5s ease-in-out both;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.donation__tabs {
    width: 100%;
    max-width: 734px;
}

.donation__tabs .tabs__list {
    width: calc(50% - 30px);
}

.donation__form {
    padding-top: 44px;
}

.donation__form .input {
    margin-bottom: 53px;
}

.donation__form .input span.wpcf7-form-control-wrap,
.donation__form .select span.wpcf7-form-control-wrap {
    pointer-events: auto;
    position: relative;
    display: block;
}

.donation__form .select {
    margin-bottom: 55px;
}

.donation__form .input_hasvalue span.wpcf7-form-control-wrap {
    opacity: 1;
}

.donation__form .select_hasvalue span.currency {
    opacity: 0;
}

.donation__form .input span.currency,
.donation__form .select span.currency {
    display: block;
    top: 38%;
}

.donation__note {
    margin-top: 25px;
    font-size: 0.875rem;
    color: #4E4E4E;
    line-height: 1.833;
}

.donation_second-divider {
    margin-top: 54px;
}

button:disabled,
button[disabled],
.wpcf7-form.submitting .donation__btn {
    background-color: #E2A190FF;
}

@media (max-width: 576px) {
    .donation__tabs .tabs__list {
        width: 100%;
    }

    .donation__tabs .tabs__item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .donation__tabs .tabs__item:first-of-type {
        padding-right: 25px;
    }

    .donation__tabs .tabs__item:last-of-type {
        padding-left: 25px;
    }

    .donation__form {
        padding-top: 31px;
    }

    .donation__form .input {
        margin-bottom: 30px;
    }

    .donation__form .select {
        margin-bottom: 40px;
    }

    .donation__btn {
        margin-top: 10px;
    }

    .donation__note {
        margin-top: 20px;
    }

    .donation__form .input span.currency,
    .donation__form .select span.currency {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .donation__form .input span.currency,
    .donation__form .select span.currency {
        display: block;
        top: -12%;
    }

    .donation__form .select span.currency {
        top: 35%;
        right: 10px;
    }
}
