
#walletButtonsHolder .tab-button {
    display: block;
    width: auto;
    height: auto;
    background-color: #ffff;
    margin: 3px;
    padding: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}

.error {
    color: #D2232A;
    font-size: 14px
}

.col > span {
    display: none
}

.form_block_in_check input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    right: 6px;
    width: 4px;
    height: 9px;
    border: solid #36080A;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}

.form_block_in_check .has-error > a {
    color: #D2232A;
}

.has-error .form_block_in {
    border: solid 1px #D2232A;
    padding: 0 !important;
}

.has-error > span {
    display: block !important;
    color: #D2232A;
    font-size: 14px
}
.form_block_in_check > label.has-error {
    color: #D2232A;
    font-size: 16px;
    display: flex;
}
h1.with_line, h2.with_line {
    font-family: 'Rutz_OE';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 44px;
    color: #fff;
}
.donation_page .top_nav,
.donation_page .top_nav_in {
    background: transparent;
    color: #36080A;
    height:75px
}
.donation_page .top_nav a {
    color: #fff;
}
    .donation_page .top_nav.uk-active a, .donation_page .top_nav.uk-active a span:after {
        color: #36080A
    }
    .donation_page .top_nav a span:after {
        content: "";
        position: absolute;
        bottom: -2px;
        left: 0;
        right: 0;
        height: 1px;
        background-color: #fff;
        transition: .3s ease-in-out;
    }
.donation_page .top_nav a span:hover:after {
    bottom: 0;
    opacity: 0;color:#36080A
}
.donation_page .top_nav .change_color_fill {
    fill: #fff;
}
    .donation_page .top_nav.uk-active .change_color_fill {
        fill: #36080A
    }


.donation_section {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -96px;
}
.donation_section .container {
    width: 1920px;
    padding: 0;
    display: flex;
    max-width:100%
}

.donation_page .inner_slider {
    display: flex;
    padding-top: 166px;
    justify-content: center;
}
.spinner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.lds-roller {
    position: relative;
    display: inline-block;
    height: 64px;
    width: 64px;
}

    .lds-roller div {
        animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 32px 32px;
        position: absolute;
    }

        .lds-roller div:after {
            content: " ";
            display: block;
            position: absolute;
            background: #00539f;
            border-radius: 50%;
            margin: -3px 0 0 -3px;
            height: 6px;
            width: 6px;
        }

        .lds-roller div:nth-child(1) {
            animation-delay: -0.036s;
        }

            .lds-roller div:nth-child(1):after {
                top: 50px;
                left: 50px;
            }

        .lds-roller div:nth-child(2) {
            animation-delay: -0.072s;
        }

            .lds-roller div:nth-child(2):after {
                top: 54px;
                left: 45px;
            }

        .lds-roller div:nth-child(3) {
            animation-delay: -0.108s;
        }

            .lds-roller div:nth-child(3):after {
                top: 57px;
                left: 39px;
            }

        .lds-roller div:nth-child(4) {
            animation-delay: -0.144s;
        }

            .lds-roller div:nth-child(4):after {
                top: 58px;
                left: 32px;
            }

        .lds-roller div:nth-child(5) {
            animation-delay: -0.18s;
        }

            .lds-roller div:nth-child(5):after {
                top: 57px;
                left: 25px;
            }

        .lds-roller div:nth-child(6) {
            animation-delay: -0.216s;
        }

            .lds-roller div:nth-child(6):after {
                top: 54px;
                left: 19px;
            }

        .lds-roller div:nth-child(7) {
            animation-delay: -0.252s;
        }

            .lds-roller div:nth-child(7):after {
                top: 50px;
                left: 14px;
            }

        .lds-roller div:nth-child(8) {
            animation-delay: -0.288s;
        }

            .lds-roller div:nth-child(8):after {
                top: 45px;
                left: 10px;
            }

.mtb20 {
    padding: 2rem 0;
    display: flex;
    gap: 5rem;
    margin-bottom: 5rem;
}
.payment_form {
    flex: 1 0 60.83%;
    max-width: 60.83%;
    padding: 2px;
    background: linear-gradient(44deg, rgba(255, 180, 144, 0.25) 0%, rgba(241, 132, 119, 0.25) 50%, rgba(210, 35, 42, 0.25) 99.58%);
    border-radius: 25px;
}
.payment_form .top_nav_block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
}
.dropdown .btn_delete {
    display: none;
    visibility: hidden
}
.payment_form .umbraco-forms-field .custom-select.choosed {
    padding: 24px 16px 24px 48px
}

.payment_form .top_block {
    border-radius: 25px;
    background: #fff;
    min-height: calc(90vh - 104px);
    display: flex;
    justify-content: center;
    padding: 3rem 2rem 0 2rem;
}
.slider_col {
    width: 35%;
    padding: 2px;
    border-radius: 25px;
    background: linear-gradient(44deg, rgba(255, 180, 144, 0.25) 0%, rgba(241, 132, 119, 0.25) 50%, rgba(210, 35, 42, 0.25) 99.58%);
    height: fit-content;
}
#popup_form {width:100%; display:contents}
.right_total {
    background: #fff;
    padding: 2rem;
    border-radius: 25px;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: space-between;
}
.donation_page .form_wrap .form_block_in.singlechoice, .donation_page .form_wrap .form_block_in.multiplechoice {
    border-radius: 8px;
    padding: 20px;
/*    border: 2px solid transparent;
*/    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(44deg, rgba(255, 180, 144, 0.25) 0%, rgba(241, 132, 119, 0.25) 50%, rgba(210, 35, 42, 0.25) 99.58%) border-box;
}
.col:has(> .umbraco-forms-hidden[style*="display: none"]) {
    display: none;
}
.payment_form .top_block_in {
    width: 95%;
    max-width: 100%;
}
.payment_form .select {width:100%}
.payment_form .form_block_in.singlechoice.active label, .payment_form .form_block_in.multiplechoice.active label {
    font-size: 16px !important;
}
.umbraco-forms-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.form_block_in.hidden, .form_block_in.recaptcha {
    display: none !important;
}
.umbraco-forms-field {
    display: flex;
    flex: 1;
    min-width: 300px;
}

.umbraco-forms-field-wrapper {
    width: 100%; 
    display: flex;
    flex-direction: column; 
}
.dataconsent {flex-direction:row-reverse}
    .dataconsent .umbraco-forms-field-wrapper {
        width: 60px;
        align-items: flex-start;
    }
.checkbox {
    display: flex
}
.payment_form .top_nav_block:after {
    content: "";
    height: 3px;
    position: absolute;
    border-radius: 3px;
    top: 28px;
    left: 0;
    right: 9px;
    background-color: #D1C1AF;
}
.payment_form .step {
    color: #987E7F;
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 40px;
    font-size: 16px;
}
.payment_form .top_nav_block .step:not(.done):first-child span {
    padding-right: 3px;
}
.payment_form .top_nav_block .step:not(.done):nth-child(2) span {
    padding-right: 1px;
}
.payment_form .step.cheked span {
   background: linear-gradient(44deg, rgba(255, 180, 144, 0.30) 0%, rgba(241, 132, 119, 0.30) 50%, rgba(210, 35, 42, 0.30) 99.58%);
    border: none;
}
.payment_form .step.cheked {
    color: #36080A;
}
    .payment_form .step > a {color:#36080A
    }
    .payment_form .step span {
        font-size: 14px;
        display: block;
        width: 22px;
        height: 22px;
        border-style: solid;
        border-width: 1px;
        border-color: #987E7F;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        border-radius: 50%;
    }
.payment_form .step.cheked span:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    right: 7px;
    width: 4px;
    height: 10px;
    border: solid #36080A;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}
#popup_end {
    position: fixed;
    width: 624px;
    text-align: center;
    display: flex;
    border-radius: 20px;
    padding: 48px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    top: 17%;
    text-align: center;
    background: #fff;
    flex-direction: column;
    justify-content: space-between;
    left: 50%;
    transform: translateX(-50%);
}
#step-3 .title_block {
    flex-direction: column;
    margin-top: 3rem;
}
.witg_line_centered {
    margin: 2rem
}
.btns_block > a, .btns_block > a:hover {
    margin-top: 1rem;
    background: linear-gradient(15.06deg, #FFB490 -2.9%, #F18477 5.74%, #D2232A 52.29%, #AF1E24 115.04%);
    border-radius: 25px;
    color: #fff;
}
#rowFrame, iframe {width:100%; min-height:872px; height:100%;min-width:320px}
.payment_form .step:after {
    content: "";
    width: 1px;
    height: 1px;
    border-radius: 50%;
    right: 10px;
    background-color: #F7F1ED;
    position: absolute;
    top: 34px;
    z-index: 9;
}
.payment_form .step.curent:after {
    background: linear-gradient(41deg, #FFB490 0%, #F18477 7.32%, #D2232A 46.79%, #AF1E24 100%);
}
.payment_form .step.curent {
    color: #36080A;
    border-color: #36080A;
}
.payment_form .step.curent span {
    background-color: #fff;
}
.payment_form .step.curent:before {
    content: "";
    position: absolute;
    top: 0;
    right: -9px;
    display: block;
    width: 40px;
    height: 26px;
    background: url(../images/core/about_us_numbers/Unique_1.svg) 0 0 no-repeat;
    background-size: 35px 20px;
}
.dn {display: none !important;}
}
.payment_form .form_block h3 {
    line-height: 32px;
    margin-bottom: 16px;
}
.donation_choose_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 32px;
    margin-bottom: 20px;
}
.donation_choose_item {
    border-radius: 8px;
    padding: 2px;
    background: linear-gradient(44deg, rgba(255, 180, 144, 0.25) 0%, rgba(241, 132, 119, 0.25) 50%, rgba(210, 35, 42, 0.25) 99.58%);
    flex: 1 0 calc(50% - 16px);
    max-width: calc(50% - 16px);
    cursor: pointer;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
}
.donation_choose_item.active {
    background: linear-gradient(41deg, #FFB490 0%, #F18477 7.32%, #D2232A 46.79%, #AF1E24 100%);
}
    .donation_choose_item.selected {
        background: linear-gradient(54deg, rgba(255, 180, 144, 0.40) 0%, rgba(241, 132, 119, 0.40) 50%, rgba(210, 35, 42, 0.40) 99.58%)
    }
.donation_choose_item_in.selected { background:none!important}
.selected.donation_choose_item_in {
    background: none !important
}
    .donation_choose_item.selected span {
        background: url(../images/circle-check-regular.svg) 50% 50% no-repeat;
        width: 22px;
        height: 22px;
        background-size: 20px 20px;
        margin-left: 1rem;
    } 

.donation_choose_item_in {
    height: 68px;
    border-radius: 8px;
    background: #FFF;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 14px 0 0;
}
.donation_choose_item .right_item {
    width: 72px;
}
.donation_choose_item .right_item b {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}
.donation_choose_item .description_item {
    font-size: 18px;
    line-height: 24px;
    width: 185px;

}
.donation_choose_item .quntity_item {
    padding: 4px 4px;
    border-radius: 8px 0 0 8px;
    height: 100%;
    background: linear-gradient(44deg, rgba(255, 180, 144, 0.30) 0%, rgba(241, 132, 119, 0.30) 50%, rgba(210, 35, 42, 0.30) 99.58%);
    margin-right: auto;
    width: 35px;
    display: none;
    opacity: 0;
    transition: .3s ease-in-out;
}
.donation_choose_item.active .quntity_item {
    display: block;
    opacity: 1;
}
.donation_choose_item .number {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.donation_choose_item .number .minus {
    width: 18px;
    height: 18px;
    display: block;
    background: url(../images/donation/minus.svg) 0 0 no-repeat;
    cursor: pointer;
}
.donation_choose_item .number .plus {
    width: 18px;
    height: 18px;
    display: block;
    background: url(../images/donation/plus.svg);
    cursor: pointer;
}
.donation_choose_item .number input {
    border: none;
    background: transparent;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    color: #36080A;
    text-align: center;
    font-family: 'Almoni Neue DL 4.0 AAA';
    text-shadow: 0 0 0 1px #36080A;
}

.donation_number {
    display: flex;
    align-items: center;
    flex: 1 0 calc(50% - 16px);
    max-width: calc(50% - 16px);
}

.donation_number .form_block_in label {
    color: #36080A;
}
.donation_number_description {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 100%;
    width: 110px;
    padding-right: 32px;
    font-size: 14px;
    line-height: 17px;
}
.donation_number_description:after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: calc(50% - 12px);
    background: url(../images/ico/toggle_arrow.svg) 0 0 no-repeat;
    background-size: 24px 24px;
}


.donation_options_row {
    display: flex;
    gap: 35px;
}

.donation_options .toggle_block_in input[type="radio"] {
    width: 0;
    height: 0;
    overflow: hidden;
    display: none;
}
.donation_options .toggle_block {
    background: linear-gradient(327deg, #EADED2 0%, #FFB490 30.21%, #F18477 100%);
    border-radius: 26px;
    padding: 2px;
    width: fit-content;
}
.donation_options .toggle_block_in {
    background-color: #F7F1ED;
    border-radius: 26px;
    display: flex;
    height: 37px;
    white-space: nowrap;
}
.donation_options .togller_btn, .donation_options .togller_lbl,.donation_options .togller_lbl2  {
    font-family: 'Almoni Neue DL 4.0 AAA';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 6px 10px;
    background-color: transparent;
    border: none;
    border-radius: 26px;
    cursor: pointer;
}
.donation_options input[type="radio"]:checked + label {
    background-color: #fff;
    font-weight: 700;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    padding: 6px 20px;
}

.donation_options .id_description {
    position: absolute;
    left: 9px;
    font-size: 14px;
    line-height: 20px;
    bottom: -29px;
    transition: .3s ease-in-out;
    opacity: 0;
}
.donation_options input#monthlyStandingOrder_toggle[type="radio"]:checked ~ .id_description {
    opacity: 1;
}

.donation_options_number {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}
.umbraco-forms-field .custom-select {
    border: 1px solid #36080a;
    border-radius: 8px;
    padding: 26px 16px 29px 48px;
    width: 100%;
    font-size: 0;
    line-height: 18px;
    color: #987e7f;
    background-color: #fff;
}
.umbraco-forms-custom-steps .grid_form .col {
    width: 100% !important;
    max-width: calc(100% - (16px * 3 / 4)) !important
}
.form_block_in.dropdown .select-options { width: 100%; top:57px}
.dropdown .select-options {width: 100%}
.form_block_in.dropdown .custom-select {border:1px solid #fff !important}
.hidden .btn_delete {
    display: none
}
.form_block_in.longanswer {height:60px}
.search-dropdown {
    border: 1px solid #36080A !important;
}
.form_block_in_check label:before {display: none}
.form_block_in_check label {padding-right:12px}
.donation_options_number .form_block_in .custom-select {
    color: #36080A;
    font-size: 16px;
    line-height: 18px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #36080A;
    background: transparent;
    padding: 7px 0 7px 14px;
    text-align: center;
    width: 60px;
} 
.donation_options_number .custom-select:after {
    left: 4px;
    top: 12px;
    width: 14px;
    height: 5px;
    background-size: 14px 5px;
}
.form_block_in .select-options {
    top: 33px;
    left: auto;
    right: 0;
    width: 60px;
}

.payment_form .bottom_row {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
    align-items: center;
    padding: 29px 40px;
}
.payment_form .bottom_row .btn_read_more {
    white-space: nowrap;
}
.payment_form .bottom_row .btn_read_more:not(.disabled):before {
    background: linear-gradient(41deg, #FFB490 0%, #F18477 7.32%, #D2232A 46.79%, #AF1E24 100%);
    width: 100%;
    height: 35px;
}
.payment_form .bottom_row .btn_read_more:not(.disabled) {
    color: #FFF;
    border: 1px solid transparent;
}
.payment_form .bottom_row .btn_read_more:not(.disabled):after {
    background: url(../images/ico/arrow_white.svg) 50% 50% no-repeat;
}
.payment_form .bottom_row .btn_read_more:not(.disabled):hover {
    color: #36080A;
    border: 1px solid #36080A;
}
.payment_form .bottom_row .btn_read_more:not(.disabled):hover:before {
    opacity: .3;
}
.payment_form .bottom_row .btn_read_more:not(.disabled):hover:after,
.payment_form .bottom_row .btn_read_more.disabled::after {
    background: url(../images/ico/ico_arrow_down.svg) 50% 50% no-repeat;
}


.payment_form .bottom_row .btn_read_more.disabled {
    border: 1px solid #36080A;
    opacity: .6;
    color: #36080A;
}
.payment_form .bottom_row .btn_read_more.disabled:before {
    background: transparent;
}

.donation_summary {
    max-width: 100%;
    width: 566px;
    background: linear-gradient(44deg, rgba(255, 180, 144, 0.40) 0%, rgba(241, 132, 119, 0.40) 50%, rgba(210, 35, 42, 0.40) 99.58%);
    justify-content: space-between;
    padding: 1rem 4rem;
    border-radius: 8px;
    font-size: 18px;
    line-height: 26px;
    display: flex;
    align-items: center;
    gap: 16px;
}
    .donation_summary .sum_block, .donation_summary .right_total {
        font-weight: 700;
        display: flex;
        align-items: end;
        justify-content: space-between;
    }
.donation_summary .divider {
    width: 2px;
    height: 26px;
    background-color: #fff;
    border-radius: 2px;
}
.donation_page.service_items .top_nav.uk-active {
    background: #fff;
    z-index: 9999;
}

.donation_page .form_wrap {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 25px;
}
.donation_page .form_wrap .form_block_in {
    border-radius: 8px;
    padding: 2px;
    background: linear-gradient(44deg, rgba(255, 180, 144, 0.25) 0%, rgba(241, 132, 119, 0.25) 50%, rgba(210, 35, 42, 0.25) 99.58%);
}
.donation_page .form_block_in input[type="text"], 
.donation_page .form_block_in input[type="number"], 
.donation_page .form_block_in input[type="email"],
.donation_page .form_block_in input[type="tel"],
.donation_page .form_block_in textarea {
    border: none;
}
.donation_page .donation_number .form_block_in input[type="text"] {
    background: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #36080A;
}
.donation_page .form_block_in label {
    letter-spacing: 0;
}
.donation_cheks {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.payment_form  .botom_row_justify {
    justify-content: space-between;
}
.payment_form  .botom_row_justify a {
    color: #36080A;
}
.payment_form  .botom_row_justify a:after {
    content: "";
    height: 1px;
    width: 100%;
    bottom: -1px;
    left: 0;
    position: absolute;
    background-color: #36080A;
    transition: .3s ease-in-out;
}
.payment_form .step.cheked {
    color: #36080A;
}

.payment_form .step {
    color: #987E7F;
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 40px;
    font-size: 16px;
}
.payment_form  .botom_row_justify a:hover:after {
    bottom: 0;
    opacity: 0;
}
.payment_form .form_block .title_block {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
    margin-bottom: 17px;
}
.payment_form .form_block .title_block2 {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.payment_form .form_block .title_block h3 {
    margin-bottom: 0;
}
.donation_page_02 .payment_form .top_nav_block:before {
    content: "";
    height: 3px;
    position: absolute;
    border-radius: 3px;
    top: 33px;
    width: 34.53%;
    right: 9px;
    background:  linear-gradient(342deg, #FFB490 0%, #F18477 44.69%, #D2232A 100%);
    z-index: 8;
}
.donation_page_02.donation_page_03 .payment_form .top_nav_block:before {
    width: 66.5%;
}
.toggle_block_pay_method {
    display: flex;
    gap: 32px;
}
.toggle_block_pay_method input[type="radio"] {
    width: 0;
    height: 0;
    overflow: hidden;
    display: none;
}
.toggle_block_pay_method label {
    border-radius: 8px;
    padding: 12px;
    background: linear-gradient(44deg, rgba(255, 180, 144, 0.25) 0%, rgba(241, 132, 119, 0.25) 50%, rgba(210, 35, 42, 0.25) 99.58%);
    cursor: pointer;
    height: 56px;
    display: flex;
    align-items: center;
    gap: 16px;
    color: #36080A;
}
.toggle_block_pay_method label:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background-color: #fff;
    border-radius: 7px;
}
.chek_show {
    background:  linear-gradient(342deg, #FFB490 0%, #F18477 44.69%, #D2232A 100%);
    width: 16px;
    height: 16px;
    display: block;
    border-radius: 16px;
}
.chek_show:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background-color: #fff;
    border-radius: 16px;
}
.toggle_block_pay_method input[type="radio"]:checked + label {
    background: linear-gradient(41deg, #FFB490 0%, #F18477 7.32%, #D2232A 46.79%, #AF1E24 100%);
    font-weight: 600;
}
.toggle_block_pay_method input[type="radio"]:checked + label .chek_show {
    background: linear-gradient(41deg, #FFB490 0%, #F18477 7.32%, #D2232A 46.79%, #AF1E24 100%);
}
.toggle_block_pay_method input[type="radio"]:checked + label .chek_show:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border-radius: 50%;
    background: linear-gradient(41deg, #FFB490 0%, #F18477 7.32%, #D2232A 46.79%, #AF1E24 100%);
}
.donation_page_04 .title_block {
    justify-content: center;
    margin-bottom: 40px;
} 
.donation_page_04 h2 {
    font-size: 40px;
    text-align: center;
}
.donation_page.donation_page_04 h2.with_line span {
    font-size: 40px;
    margin-bottom: 3px;
}

.donation_page_04 .payment_form .top_nav_block:before {
    width: 100%;
}
.donation_page_04 .payment_form .step.curent:before {
    right: -12px; 
}
.donation_page_04 .payment_form .top_block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.donation_page_04 .payment_form .bottom_row .btn_read_more:not(.disabled):before {
    background: transparent;
}
.donation_page_04 .payment_form .bottom_row .btn_read_more:not(.disabled) {
    color: #36080A;
    border: 1px solid #36080A;
}
.donation_page_04 .payment_form .bottom_row .btn_read_more:not(.disabled):after {
    background: url(../images/ico/ico_arrow_down.svg) 9px 50% no-repeat;
}
.payment_form .step.curent:after {
    background: #fff;
    right: 11px;
}
.tnx_popup {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 4px 4px 40px 0px rgba(0, 0, 0, 0.20);
    width: 714px;
    max-width: 100%;
    padding: 58px 64px;
    display: flex;
    justify-content: flex-end;
    opacity: 0;
    transition: .6s ease-in-out;
}
.display_tnx_popups .tnx_popup {
    opacity: 1;
}
.tnx_popup_in {
    width: 335px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}
.tnx_popup h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
}
.tnx_popup h3 span {
    font-family: 'FtPilKahol';
    font-size: 26px;
    font-weight: 400;
    line-height: 25px;
    display: block;
    margin-bottom: 8px;
}
.tnx_popup p:not(.slogan_block) {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
.tnx_popup p.slogan_block {
    font-family: 'FtPilKahol';
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: -10px;
}
.btn_big {
    padding: 8px 32px;
    padding-right: 32px;
    font-size: 20px;
    line-height: 32px;
    border-radius: 26px;
    width: fit-content;
}
.thx_message h3 span {
    font-family: 'FtPilKahol';
    font-size: 26px;
    font-weight: 400;
    line-height: 25px;
    display: block;
    margin-bottom: 8px;
}
.thx_message h1.with_line, .thx_message h2.with_line {
    font-family: 'Rutz_OE';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 44px;
    color: #36080A
}
/*.tnx_popup::after {
    content: "";
    position: absolute;
    width: 341px;
    height: 431px;
    bottom: 0;
    right: 0;
    background: url(../images/donation/hand_back.png) 0 0 no-repeat;
    border-radius: 0 0 20px 0;
    max-width: calc(100% - 373px);
}*/
.round_image {
    position: absolute;
    width: 341px;
    height: auto;
    bottom: 0;
    right: 0;
   
    border-radius: 0 0 20px 0;
    max-width: calc(100% - 373px);
}
.tnx_popup::before {
    content: "";
    z-index: 5;
    position: absolute;
    width: 92px;
    height: 50px;
    top: 24px;
    right: 24px;
    background: url(../images/donation/green_hart_logo.png) 0 0 no-repeat;
}

.donation_right {
    flex: 1 0 49.17%;
    max-width: 49.17%;
    max-height: 100vh;
    height: 100vh;
    background: linear-gradient(53deg, #EADED2 0%, #FFB490 61.51%, #F18477 100%);
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.donation_right:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../images/donation/2Small_big.png) 252px 100% no-repeat;
}
.donation_right .txt_block {
    font-family: 'FtPilKahol';
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    width: 206px;
    margin-left: 120px;
    margin-bottom: 336px;
}

.donation_page .header_block_in .small_txt {
    font-size: 24px;
    line-height: 32px;
}
.row1 {
    margin-left: -16px;
    margin-right: -16px;
}
.col > span {
    display: none;
}
.tt-menu {
    border-radius: 0 0 8px 8px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
}

.tt-selectable {
    display: block;
    width: 100%;
    margin: 0;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 4px 16px;
    font-size: 16px;
    font-family: 'Almoni Neue DL 4.0 AAA';
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    border-radius: 4px;
}

.tt-dataset > a {
    font-size: 16px;
    padding-right: 15px;
    color: #36080A;
    cursor: pointer
}

.tt-selectable:hover {
    text-decoration: none;
    background: linear-gradient(44deg, rgba(255, 180, 144, 0.30) 0%, rgba(241, 132, 119, 0.30) 50%, rgba(210, 35, 42, 0.30) 99.58%);
    color: #36080A;
}
.payment_form .umbraco-forms-field-wrapper input[type="text"], .umbraco-forms-field-wrapper input[type="tel"], .umbraco-forms-field-wrapper input[type="number"],
.umbraco-forms-field-wrapper input[type="email"],
.umbraco-forms-field-wrapper textarea, .payment_form .umbraco-forms-field-wrapper .text {
    border: 1px solid #36080A;
    border-radius: 8px;
    padding: 26px 16px 9px 48px;
    width: 100%;
    font-size: 16px;
    color: #36080A;
    font-family: 'Almoni Neue DL 4.0 AAA'
}
.payment_form .umbraco-forms-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 24px;
}
.payment_form .umbraco-forms-fieldset {border:0}
.payment_form .umbraco-forms-caption {
    display: none
}
@media only screen and (max-width: 1845px) {
    .top_nav .logo, .hamburger_sub_menu_desktop .logo {width:233px!important }
}

@media screen and (min-width: 1024px) {
    .donation_page .top_nav .nav_block > div {
        font-size: 18px;
    }
}

@media screen and (max-width: 1400px) {
    .donation_number_description {
        right: auto;
        top: -13px;
        left: 0;
        transform: translateY(0);
    }

        .donation_number_description:after {
            transform: rotate(30deg);
            top: calc(50% - 6px);
        }

    .payment_form .top_block {
        padding-left: 16px;
    }

    .payment_form .bottom_row {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media screen and (max-width: 1024px) {
    .donation_section .container {
        flex-direction: column;
        max-width: 100%
    }

    .mtb20 {
        gap: 2rem;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        margin-bottom: 4rem;
    }

    .slider_col, .payment_form {
        width: 100%; max-width:100%
    }

    .donation_section {
        margin-top: 0;
    }

    .donation_page .inner_slider {
        padding-top: 140px;
        align-items: center;
    }

    .swiper-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: flex;
        transition-property: transform;
        transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
        box-sizing: content-box;
    }

    .swiper-slide {
        width: 100%;
    }

    .inner_slider .header_block_in {
        width: fit-content;
        text-align: center;
    }

    .donation_page .inner_slider .header_block_in:before {
        width: 32px;
        height: 22px;
        margin-bottom: 0;
        background-size: 32px 22px;
        margin-left: auto;
        margin-right: auto;
    }

    .donation_page h1,
    .donation_page h1.with_line span {
        font-size: 26px;
        line-height: 32px;
    }

        .donation_page h1.with_line span {
            margin-bottom: -8px;
        }

    .donation_page .big_slider_vertical .swiper-pagination {
        bottom: 56px;
        top: auto;
        left: 50%;
        transform: translateX(-50%);
        right: auto;
        width: fit-content;
    }

    .header_block_in .small_txt {
        display: none;
    }

    .add_button_to_pagination_donation {
        transform: translateX(50%);
        right: 50%;
        bottom: 56px;
        width: fit-content;
        flex-direction: row;
        height: 23px;
        top: inherit !important;
        gap: 16px;
    }

    .donation_page .big_slider_vertical .swiper-pagination {
        top: 0 !important;
        bottom: inherit !important;
        position: relative !important;
    }

    .donation_page .pay_options {
        transform: translateX(50%);
        right: 50%;
        bottom: 8px;
        width: 284px;
    }

    .payment_form .top_block {
        padding-top: 40px;
    }

    .payment_form .top_nav_block {
        margin-bottom: 32px;
        gap: 10px;
        font-size: 14px;
    }

    .payment_form .form_block h3 {
        text-align: center;
        margin-bottom: 24px;
    }

    .payment_form .form_block {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .btn-submit, .btn-paypal {
        font-size: 17px !important;
    }

    .donation_choose_items {
        flex-direction: column;
        gap: 16px;
    }

    .donation_choose_item,
    .donation_number {
        flex: 1 0 100%;
        max-width: 100%;
    }

    .donation_choose_item_in {
        height: 82px;
    }

    .donation_choose_item .right_item b {
        font-size: 20px;
    }

    .payment_form .step.curent:before {
        width: 28px;
        height: 18px;
        background-size: 28px 18px;
        right: -3px;
    }

    .payment_form .step {
        padding-top: 36px;
        font-size: 14px;
        line-height: 120%;
    }

        .payment_form .step:after {
            top: 26px;
        }

    .payment_form .top_nav_block:after {
        top: 25px;
        left: 36px;
        right: 9px;
    }

    .payment_form .top_nav_block.uk-sticky-fixed:after {
        top: 65px;
        right: 24px;
    }

    .donation_number {
        margin-top: 16px;
    }

    .donation_options_row {
        flex-direction: column;
        gap: 27px;
    }

    .donation_options_number {
        justify-content: center;
    }

        .donation_options_number .form_block_in {
            width: fit-content;
        }

    .payment_form .bottom_row {
        flex-direction: column;
        gap: 23px;
    }

    .donation_summary {
        flex-direction: column;
        gap: 0;
        align-items: flex-start;
    }

        .donation_summary .divider {
            display: none;
        }
        
    .top_nav_block.uk-sticky-fixed {
        position: fixed !important;
        top: 0;
        left: 0;
        right: 0;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 40px;
        padding-bottom: 16px;
        background: #fff;
        transition: .3s ease-in-out;
    }

    .donation_page .uk-sticky-fixed ~ .donation_section .payment_form .top_nav_block.uk-sticky-fixed {
        top: 30px !important;
        position: fixed !important;
        background: #f7f1ed;
        left: 0;
        right: 0;
    }

    .donation_page .form_wrap .row {
        flex-direction: column;
        gap: 32px;
    }

    .donation_page .form_block_in_check label {
        padding-right: 30px;
    }

    .payment_form .form_block .title_block {
        flex-direction: column;
        gap: 24px;
        margin-bottom: 8px;
    }

    .donation_page_02 .payment_form .top_nav_block:before {
        top: 25px;
    }

    .payment_form .top_nav_block.uk-sticky-fixed:before {
        top: 65px;
        right: 24px;
        width: 32.53%;
    }

    .donation_page_02.donation_page_03 .payment_form .top_nav_block.uk-sticky-fixed:before {
        width: 61%;
    }

    .toggle_block_pay_method {
        gap: 10px;
        margin-left: -26px;
        margin-right: -26px;
        justify-content: center;
    }

        .toggle_block_pay_method label {
            gap: 8px;
        }

            .toggle_block_pay_method label span:not(.chek_show) {
                display: none;
            }

    .donation_page_04 h2 {
        font-size: 26px;
        padding-bottom: 10px;
    }

    .donation_page_04 .title_block {
        margin-left: -16px;
        margin-right: -16px;
    }

    .donation_page.donation_page_04 h2.with_line span {
        font-size: 26px;
    }

    .payment_form .top_block {
        min-height: fit-content;
    }

    .donation_page_04 .payment_form .step.curent:before {
        right: -24px;
    }

    .donation_page_04 .payment_form .step.curent:after {
        right: -11px;
    }

    .payment_form .step.cheked span {
        width: 20px;
        height: 20px;
    }

        .payment_form .step.cheked span:after {
            width: 4px;
            height: 8px;
        }

    .donation_page_02 .payment_form .step.curent:after {
        right: 11px;
    }

    .donation_page_04 .payment_form .top_nav_block:before {
        width: calc(100% - 18px);
    }

    .donation_right {
        display: none;
    }

    .donation_igul .top_block {
        min-height: 856px;
    }

    .donation_igul_tnx h1.with_line {
        text-align: center;
        font-size: 26px;
        line-height: 32px;
    }

        .donation_igul_tnx h1.with_line span {
            text-align: center;
            margin-bottom: 0;
            font-size: 26px;
            line-height: 32px;
        }

    .donation_igul_tnx p {
        margin-bottom: 46px;
    }
}

@media screen and (max-width: 768px) {
    .mtb20 {
        gap: 2rem;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        margin-bottom: 4rem;
    }

    .slider_col, .payment_form {
        width: 100%;
    }
    .payment_form {order:2    }
        .container {
            max-width: 95% !important
        }
    #rowFrame, iframe {
        width: 100%;
        min-height: 964px;
        height: 100%;
    }
}

@media screen and (max-width: 699.92px) {
    .tnx_popup::before {
        top: 8px;
        right: 8px;
        width: 74px;
        height: 40px;
        background-size: auto 40px;
    }
       
    .round_image {
        height: auto;
        width: 117px;
        max-width: 117px;
    }

    .tnx_popup {
        padding: 48px 25px 39px 25px;
    }

    .tnx_popup_in {
        width: 100%;
    }

    .tnx_popup h3 span {
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 0;
    }

    .tnx_popup h3 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .tnx_popup p:not(.slogan_block) {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 24px;
    }

    .tnx_popup p.slogan_block {
        align-self: flex-end;
        font-size: 18px;
        line-height: 26px;
    }

    .tnx_popup .btn_primary {
        align-self: flex-end;
        font-size: 18px;
        font-weight: 400;
        line-height: 26px;
        padding: 7px 15px;
    }

    .donation_igul .bot_btns {
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (max-width: 450px) {
    .top_nav_block.uk-sticky-fixed {
        position: inherit !important;
        top: auto;
    }

    .donation_page .uk-sticky-fixed ~ .donation_section .payment_form .top_nav_block.uk-sticky-fixed {
        top: auto !important;
        position: inherit !important;
        background: #F1E6DB;
        left: 0;
        right: 0;
    }
}