.donate-landing-sec{
    display: flex;
    padding: 40px 0 50px;
}
.donate-landing-top{
    display: flex;
    margin-bottom: 60px;
    margin-top: 40px;
}
.donate-landing-top__img-desktop{
    width: calc(49% - 50px);
    margin-right: 50px;
}
.donate-landing-top__img-desktop .img{
    width: 100%;
    height: fit-content;
    position: relative;
    margin-bottom: 32px;
}
.donate-landing-top__img-desktop .img img.small{
    position: absolute;
    top: 24px;
    left: 24px;
    border-radius: 14px;
    width: 205px;
    height: 130px;
    object-fit: cover;
    overflow: hidden;
}
.donate-landing-top__img-desktop .region{
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #001837;
    width: fit-content;
    padding: 12px 20px;
    border-radius: 32px;
    background: #fff;
    position: absolute;
    bottom: 24px;
    left: 24px;
}
.donate-landing-top__img-desktop .img img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.donate-landing-top__right{
    width: 51%;
    position: relative;
}
.donate-landing-top__right .title{
    font-weight: 500;
    font-size: 34px;
    line-height: 100%;
    text-align: center;
    margin: 0 0 12px;
    text-transform: inherit;
}
.donate-landing-top__right a{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-decoration: underline;
    color: #0054A8;
}
.donate-landing-top__right .img-mobile{
    display: none;
}
.donate-thanks-wrap{
    position: relative;
}
.donate-thanks-wrap .title_top{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 44px;
}
.donate-thanks-wrap .title_top h2{
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-align: left;
    color: #001837;
    margin-bottom: 0;
}
.donate-thanks-wrap .title_top .live{
    padding: 8px 16px 8px 43px;
    border-radius: 32px;
    background: #0054A81F;  
    position: relative;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color:#0054A8;
}

.donate-thanks-wrap .title_top .live:after {
    content: "";
    position: absolute;
    bottom: 12px;
    left: 16px;
    width: 8px;
    height: 8px;
    background: #D93939;
    border-radius: 50%;
    z-index: 2;
}
.donate-thanks-wrap .title_top .live:before {
    content: "";
    position: absolute;
    bottom: 12px;
    left: 16px;
    width: 8px;
    height: 8px;
    background: rgba(217, 57, 57, 0.5);
    border-radius: 50%;
    animation: livePulse 1.5s infinite;
    z-index: 1;
}

@keyframes livePulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    70% {
        transform: scale(2.5);
        opacity: 0;
    }
    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}
.title{
    font-weight: 800;
    font-size: 28px;
    line-height: 44px;
    color: #000E1D;
    text-transform: uppercase;
}
.donate-thanks-wrap .title{
    margin-bottom: 10px;
}
.donate-thanks-wrap__subheading{
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    color: #000E1D;
    margin-bottom: 21px;
    display: block;
}
.donate-scroll-wrapper__inner{
    max-height: 570px;
    height: 100%;
    overflow: scroll;
    padding-right: 12px;
}
.simplebar-scrollbar::before{
    background: #FFCC00!important;
}
.donate-scroll-row{
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ECEEF3;
}
.donate-scroll-row .left{
    display: flex;
    align-items: center;
    gap: 20px;
}
.donate-scroll-row .txt{
    max-width: 400px;
}
.donate-scroll-row .txt span{
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    color: #001837;
}
.donate-scroll-row .txt p{
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
    color: #0054A8;
    margin-top: 6px;
}
.donate-scroll-row .date{
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #001837;
}

.donate-landing-bottom{
    display: flex;
    margin-bottom: 50px;
}
.donate-landing-bottom__right{
    width: 51%;
}
.donate-progress-wrap{
    background-color: #EBECF0;
    padding: 41px 30px;
    border-radius: 14px;
    margin-bottom: 32px;
    text-align: center;
    position: relative;
}
.donate-progress-wrap .progress-bar{
    border-radius: 14px;
    background-color: #FFFFFF;
    padding: 6px;
    width: 100%;
    height: 60px;
    float: unset;
    position: relative;
}
.donate-progress-wrap .progress-bar__inner{
    width: 60%;
    background: linear-gradient(90deg, #FFF205 0%, #E0B302 100%);
    border-radius: 12px;
    height: 48px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 100%;
}
.donate-progress-wrap .progress-bar p{
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
    color: #000;
    margin-right: 12px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}
.donate-progress-wrap .progress-bar p.white{
    color: #fff;
}
.donate-cols-wrap{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    margin-bottom: 14px;
    max-width: 470px;
    margin: 34px auto 28px
}
.donate-cols-wrap .donate-col{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.donate-cols-wrap .donate-col .img{
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
}
.donate-col__title{
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #001837B2;
;
}
.donate-col__amount{
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    color: #001837;
    display: flex;
    align-items: center;
}
.donate-landing-text-block h3{
    font-weight: 700;
    font-size: 19px;
    line-height: 32px;
    color: #000E1D;
    margin-bottom: 20px;
}
.donate-landing-text-block p{
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #000E1D;
    margin-bottom: 20px;
}
.donate-landing-text-block p:last-of-type{
    margin-bottom: 30px;
}
.landing_donation_form .bottom_part{
    display: flex;
    gap: 15px;
}
.landing_donation_form .open-cancel_monthly_payment_form{
    cursor: inherit;
}
.landing_donation_form .open-cancel_monthly_payment_form:hover{
    text-decoration: none;
}
.landing_donation_form .bottom_part .other_amount_row {
    width: 40%;
    max-width: 200px;
    position: relative;
}
.landing_donation_form .bottom_part .black_button{
    width: 40%;
    justify-content: space-between;
}
.montly_donation_form__subtitle{
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #001837;
    margin: 38px 0 16px;
    display: block;
    text-align: left;
}
.bottom-part-mobile .black_button{
    display: none;
}
.monthly_don_row{
    cursor: pointer;
}


@media (max-width: 1250px){
    .donate-progress-wrap{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        text-align: left;
    }
    .donate-cols-wrap{
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
        max-width: 100%;
    }
    .donate-col{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}
@media (max-width: 991px){
    .donate-landing-top{
        flex-direction: column;
    }
    .donate-landing-top__left{
        width: 100%;
        margin-right: 0;
    }
    .donate-landing-top__right{
        width: 100%;
    }
    .donate-landing-top__right .img-mobile{
        display: block;
        height: 450px;
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    .donate-landing-top__right .img-mobile img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .donate-progress-wrap {
      padding: 25px 14px;
      border-radius: 0;
      margin-bottom: 0;
      width: calc(100% + 30px);
      margin-left: -15px;
    }
    .donate-landing-top__img-desktop{
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
    }
    .donate-landing-top__img-desktop .text div{
        display: none;
    }
    .donate-landing-bottom{
        flex-direction: column;
    }
    .donate-landing-bottom__left{
        width: 100%;
        margin-right: 0;
    }
    .donate-landing-bottom__right{
        width: 100%;
    }
    .donate-thanks-wrap{
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-bottom: 0;
        padding: 40px 0;
    }
}
@media (max-width: 768px){
    .donate-landing-top .title{
        margin-bottom: 8px;
        font-weight: 500;
        font-size: 24px;
        text-align: left;
    }
    .donate-landing-top__right a{
        text-align: left;
    }
    .title{
        font-size: 20px;
        line-height: 30px;
    }
    .donate-cols-wrap {
      gap: unset;
      grid-column-gap: 40px;
      grid-row-gap: 17px;
      margin-bottom: 24px;
      width: 100%;
    }
     .donate-landing-text-block h3{
        font-size: 17px;
        line-height: 28px;
    }
    .donate-landing-text-block p{
        font-size: 15px;
        line-height: 24px;
    }
    .donate-landing-text-block .black_button{
        width: 100%;
        justify-content: space-between;
    }
    .donate-col__amount {
      font-size: 26px;
      line-height: 35px;
    }
    .montly_donation_form__subtitle {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 16px;
    }
    .monthly_don_row h3 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 0;
    }
    .monthly_don_row span {
      font-size: 13px;
      line-height: 18px;
    }
    .monthly_don_wrap {
        grid-gap: 10px;
        margin-bottom: 20px;
    }
    .donate-thanks-wrap {
        padding: 30px 15px 0;
    }
    .donate-thanks-wrap__subheading {
      font-size: 15px;
      line-height: 25px;
      margin-bottom: 14px;
    }
    .donate-scroll-row{
        padding: 16px 0;
    }
    .donate-scroll-row .icon svg{
        width: 40px;
    }
    .donate-scroll-row .txt span {
      font-size: 14px;
      line-height: 18px;
      margin-right: 0;
      margin-bottom: 4px;
    }
    .donate-scroll-row .txt p {
      font-size: 18px;
      line-height: 22px;
    }
    .donate-scroll-row .date {
      font-size: 12px;
      line-height: 14px;
    }
    .donate-landing-bottom{
        margin-bottom: 40px;
    }
    .bottom_part .black_button{
        display: none;
    }
    .landing_donation_form .bottom_part{
        margin-bottom: 0;
        flex-direction: column;
        gap: 20px;
    }
    .landing_donation_form .bottom_part .other_amount_row {
      width: 100%;
      margin-right: 0;
      max-width: 100%;
    }
    .bottom-part-mobile{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .bottom-part-mobile .black_button{
        display: flex;
    }
}
@media (max-width: 400px){
    .donate-cols-wrap {
      grid-column-gap: 20px;
        padding-left: 0;
        padding-right: 0;
    }
    .bottom-part-mobile .open-cancel_monthly_payment_form{
        font-size: 12px;
    }
}


 /* monthly pay  */
 .s_montly_donation {
  display: flex;
  margin-bottom: 60px;
}
.s_montly_donation .main_img_sec {
  width: 45%;
  background-image: url(../images/img_montly_don.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 72px 30px 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}
.s_montly_donation .main_img_sec:after {
  content: "";
  display: block;
  background: linear-gradient(180deg, rgba(0, 76, 153, 0) 0%, #004C99 100%);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.s_montly_donation .text_part_montly_don {
  width: calc(55% - 50px);
  margin-left: 50px;
}
.s_montly_donation .text_part_montly_don label{
    cursor: pointer;
}
.s_montly_donation .text_part_montly_don .main_heading {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.s_montly_donation .text_part_montly_don .main_heading.mobile {
  display: none;
}
.s_montly_donation .text_part_montly_don .bottom_part {
  display: flex;
}
.s_montly_donation .text_part_montly_don .bottom_part .other_amount_row {
  width: calc(60% - 20px);
  margin-right: 20px;
}
.s_montly_donation .text_part_montly_don .bottom_part .black_button {
  width: 40%;
  justify-content: space-between;
}
.s_montly_donation .text_part_montly_don .descr_sec {
  font-weight: 800;
  font-size: 17px;
  line-height: 25px;
  color: #000E1D;
  margin-bottom: 10px;
}

.input_hidden {
  display: none;
}

.input_hidden:checked + .monthly_don_row {
  background: #0054A80F;
  border: 2px solid #0054A8;
}
.input_hidden:checked + .monthly_don_row .custom_radio:after {
  content: "";
  display: block;
  /* background-image: url(../images/done_arrow_mon_don.svg); */
  background-repeat: no-repeat;
  background-position: center;
  width: 17px;
  height: 13px;
}

.monthly_don_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 8px;
  margin-bottom: 32px;
}

.monthly_don_row {
  background: #FFFFFF;
  border-radius: 14px;
  padding: 15px;
  display: block;
  position: relative;
  border: 2px solid #0054A880;
}
.monthly_don_row h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
  color: #001837;
  margin-bottom: 0;
}
.monthly_don_row span {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #001837B2;
}
.monthly_don_row .custom_radio {
  position: absolute;
  top: 22px;
  right: 18px;
}

.custom_radio {
  background: #F8F9FA;
  border: 1px solid #E6E6E6;
  width: 28px;
  height: 28px;
  display: block;
  border-radius: 50%;
}
.other_amount_row .input_text {
  background: transparent;
  width: 100%;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #0066CC;
  pointer-events: none;
  padding: 20px 22px;
  border-radius: 14px;
  border: 2px solid #fff;
  background: #FFFFFF;
}
.other_amount_row .input_text::placeholder{
    color:#0066CC;
}
.other_amount_row .other_amount_label {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}
.other_amount_row .other_amount_label .custom_radio{
    opacity: 0;
}
.other_amount_row .input_hidden:checked ~ .input_text {
  pointer-events: all;
}

.input_hidden:checked + .other_amount_label .custom_radio {
  background: #0066CC;
  border: unset;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.input_hidden:checked + .other_amount_label .custom_radio:after {
  content: "";
  display: block;
  background-image: url(../images/done_arrow_mon_donate.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 17px;
  height: 13px;
}
 
section.hidden{
    display: none;
}

.amount-error{
    position: absolute;
    bottom: -20px;
    font-size: 12px;
    color: red;
    display: none;
}
.other_amount_row.error_sum .input_text{
    position: relative;
    border: 1px solid red;
}

.other_amount_row.error_sum .amount-error{
    display: block;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; 
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

body .landing .bread_crumbs{
    background: transparent;
}

.landing h2{
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #001837;
}
.landing p{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #001837CC;
    margin: 15px 0 0;
}

.landing .text img{
    width: 100%;
    height: auto;
    margin-top: 40px;
    border-radius: 14px;
}
.landing{
    background: #fff;
}

.bottom_part .blue_btn{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    line-height:16px;
    color: #fff;
    text-decoration: none;
    text-transform: inherit;
}

.input_hidden:checked + .input_text {
  background: #0054A80F;
  border: 2px solid #0054A8;
}

.landing .subscr_s{
   background-color: #EBECF0;
}
.landing .home_link{
    display: none;
}
.mob_col{
    display: none;
}
.mob_text{
    display: none;
}
.desk_col{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    border-radius: 32px;
    color: #fff;
    background: #0054A8;
    width: fit-content;
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
}

@media (max-width: 768px){
    .landing .home_link{
        display: flex;
        align-items: center;
        gap: 4px;
        font-weight: 400;
        font-size: 14px;
        line-height: 100%;
        color:#566170;
        margin: 16px 0 30px
    }
    .donate-landing-top {
        margin-bottom: 0;
        margin-top: 0;
    }
    .landing h2 {
        font-size: 18px;
        line-height: 26px;
        color: #001837;
    }
    .landing .text img{
        display: none;
    }
    .donate-landing-top__img-desktop .img {
        width: calc(100% + 28px);
        height: fit-content;
        position: relative;
        margin-bottom: 0;
        margin-top: 24px;
        margin-left: -14px;
        border-radius: 0;
    }
    .donate-landing-top__img-desktop .img img.small {
        top: 14px;
        left: 14px;
        border-radius: 8px;
        width: 119px;
        height: 75px;
    }
    .donate-landing-top__img-desktop .region {
        gap: 8px;
        font-weight: 600;
        font-size: 12px;
        padding: 6px 12px;
        border-radius: 20px;
        background: #fff;
        position: initial;
    }
    .donate-landing-top__img-desktop .region svg{
        width: 12px;
    }
    .mob_col{
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 6px 12px;
        font-weight: 500;
        font-size: 12px;
        line-height: 100%;
        border-radius: 20px;
        color: #fff;
        background: #0054A8;
    }
    .mob_wrap{
        display: flex;
        align-items: stretch;
        gap: 10px;
        position: absolute;
        left: 14px;
        bottom: 24px;
    }
    .donate-cols-wrap .donate-col{
        position: relative;
        align-items: flex-start;
        padding-left: 35px;
    }
    .donate-cols-wrap .donate-col .img{
        height: auto;
        position: absolute;
        top: -2px;
        left: -10px;
    }
    .donate-cols-wrap .donate-col .img svg circle{
        display: none;
    }
    .donate-col__title {
        font-weight: 500;
        font-size: 12px;
        line-height: normal;
        color: #001837B2;
    }
    .donate-col__amount {
        font-size: 20px;
        line-height: 22px;
    }
    .donate-progress-wrap .progress-bar {
        padding: 4px;
    }
    .donate-progress-wrap .progress-bar p {
        font-size: 20px;
        line-height: 23px;
    }
    .landing_donation_form{
        width: 100%;
    }
    .monthly_don_row{
        text-align: center;
    }
    .monthly_don_row h3 {
        font-size: 20px;
        line-height: 20px;
    }
    .monthly_don_wrap{
        margin-bottom: 8px;
    }
    .bottom_part .blue_btn{
        padding: 16px;
    }
    .other_amount_row .input_text {
        padding: 12px 20px;
    }
    .amount-error {
        bottom: -16px;
    }
    .donate-thanks-wrap .title_top h2 {
        font-weight: 500;
        font-size: 18px;
        line-height: 26px;
    }
    .donate-thanks-wrap .title_top .live {
        padding: 8px 11px 8px 36px;
    }
    .donate-thanks-wrap .title_top .live:after {
        bottom: 12px;
        left: 13px;
    }
    .donate-thanks-wrap .title_top .live:before {
        left: 13px;
    }
    .donate-scroll-row .left {
        gap: 12px;
    }
    .donate-thanks-wrap .title_top{
        margin-bottom: 14px;
    }
    .mob_text{
        display: block;
        font-size: 14px;
        line-height: normal;
        padding: 20px 0 40px;
    }
    .landing .subscr_s{
        padding: 0;
    }
    .desk_col{
        display: none;
    }
}
.other_amount_row {
    position: relative;
}

.other_amount_row .input_text {
    pointer-events: none;
}

.other_amount_row.active .input_text {
    pointer-events: auto;
}

.other_amount_row.active #input_other_amount {
    z-index: -1;
}