html {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  font-weight: 200;
  font-family: "Ubuntu", sans-serif;
  scroll-behavior: smooth;
}

/*Fonts*/
/*Colors*/
body {
  margin: 0px;
  width: 100%;
  padding: 0px;
  color: #0f1207;
}

p {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  color: inherit;
}

.all-container-dnd {
  max-width: 1140px;
  display: block;
  position: relative;
  margin: 0px auto;
  padding: 0px 15px;
}

.donate-header-dnd {
  font-size: 28px;
  color: #0f1207;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 36px;
  padding-bottom: 20px;
}

.yellow-txt-dnd {
  display:block;
  background-color: #fecc00;
  color: #0f1207;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  padding: 12px 12px;
  max-width:1110px;
  margin: 0px -15px;
}

.description-dnd {
  padding-bottom: 28px;
  padding-top: 29px;
  font-size: 16px;
  color: #0f1207;
  font-weight: 100;
  line-height: 24px;
}

.flex-tags-block-dnd {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  height: -moz-max-content;
  height: max-content;
  align-items: center;
  line-height: 44px;
}

.div-svgs {
  display: flex;
  align-items: center;
  margin-right: 9px;
}

.lg-dnd {
  font-weight: 700;
  font-size: 16px;
  font-style: italic;
  text-transform: uppercase;
  margin-right: 32px;
  color: #0f1207;
}

.lg-dnd-t {
  color: #0f1207;
  font-family: 100;
  font-size: 16px;
}

/*DONATE SECTION*/
.flex-block-dnd {
  display: block;
  width: 100%;
  gap: 0px 40px;
  position: relative;
  flex-wrap: nowrap;
  padding: 25px 0px 0px 0px;
  border-top: 1px solid black;
  box-sizing: border-box;
  padding-bottom: 25px;
}
.flex-block-dnd .dark-white-anim {
  filter: gray; /* IE5+ */
  -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
  -webkit-transition: all 0s ease-in-out;
}
.flex-block-dnd:hover .dark-white-anim {
  filter: none;
  -webkit-filter: grayscale(0);
}

.lft-sd-cont {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 22px;
}
.lft-sd-cont img {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 5px;
}

.rght-sd-cont {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.project-name {
  font-size: 24px;
  color: black;
  line-height: 34px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 3px;
}

.project-description {
  font-size: 16px;
  color: #0f1207;
  font-weight: 100;
  line-height: 24px;
}

.project-manager {
  font-size: 12px;
  color: #0f1207;
  font-weight: 100;
  line-height: 24px;
  font-style: italic;
  padding-top: 4px;
}

.bottom-block-of-card {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  width: 100%;
  margin-top: auto;
  margin-bottom: 0px;
  flex-wrap: wrap;
  gap: 16px 0px;
  box-sizing: border-box;
}

.left-side-sum {
  flex: 1;
  display: block;
  font-size: 16px;
  font-weight: 100;
  line-height: 24px;
  padding-right: 20px;
  min-width: -moz-max-content;
  min-width: max-content;
}
.left-side-sum span {
  font-weight: 700 !important;
}

.flex-btn {
  text-decoration: none;
  flex: 1;
  align-self: flex-end;
  display: flex;
  position: relative;
  align-items: center;
  width:100%;
  background-color: #fecc00;
  border-radius: 5px;
  height: 43px;
  justify-content: center;
  cursor: pointer;
  margin-top: auto;
  border-bottom: 0px;
  border: 2px solid #fecc00;
  box-sizing: border-box;
}

.flex-btn-special {
  text-decoration: none;
  flex: 1;
  align-self: flex-end;
  display: flex;
  position: relative;
  align-items: center;
  background-color: #fecc00;
  border-radius: 5px;
  height: 43px;
  max-width:200px;
  justify-content: center;
  cursor: pointer;
  margin-top: auto;
  border-bottom: 0px;
  border: 2px solid #fecc00;
  box-sizing: border-box;
}

.flex-btn .btn-image {
  display: flex;
  align-items: center;
  padding-top: 1px;
}
.flex-btn .btn-image svg {
  fill: none;
}
.flex-btn .btn-image svg path {
  stroke: black;
}
.flex-btn:hover {
  border-color: black;
  background-color: white;
}
.flex-btn:hover .btn-image svg {
  fill: black;
}

.closed-pjg-s {
  padding-top: 20px !important;
}

.more-closed-prj {
  background-color: #ccd0d5 !important;
  border-color: #ccd0d5 !important;
  padding: 0px 25px !important;
  box-sizing: border-box;
  min-width: -moz-max-content;
  min-width: max-content;
  margin-left: 8px !important;
}
.more-closed-prj:hover {
  background-color: #fecc00 !important;
  border-color: #fecc00 !important;
}
.more-closed-prj:hover .btn-image svg {
  fill: transparent !important;
}

.closed-project-block-sdfg {
  padding-top: 0px;
}
.closed-project-block-sdfg .flex-block-dnd:nth-child(1) {
  border-top: none !important;
}

.opened-dfh .closed-project-block-sdfg {
  display: block;
}

.closed-dfh .closed-project-block-sdfg {
  display: none;
}

.btn-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 31px;
  text-transform: uppercase;
  margin-right: 10px;
}

#translate-slash {
  display: none;
}

#show-on-big {
  display: block;
}

.gz-project {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 0px;
}

.gz-prg-title {
  font-size: 24px;
  line-height: 34px;
  color: black;
  text-transform: uppercase;
  font-weight: 700;
}

.all-gz-line-cont {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.project-descr-qz {
  font-size: 16px;
  font-weight: 100;
  line-height: 24px;
  padding-top: 3px;
}
.project-descr-qz span {
  font-size: 12px;
  font-style: italic;
}

.flex-obj-gz-project {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 0px;
  width: 100%;
  justify-content: space-between;
  padding: 25px 8px 25px 8px;
  box-sizing: border-box;
}
.flex-obj-gz-project .right-sidegz-pb {
  margin-top: auto;
  margin-bottom: 0px;
  height: -moz-max-content;
  height: max-content;
}

/*Donate block*/
.donate-top-pad {
  margin-top: 52px;
}

.donate-block {
  display: block;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #bbbbbb;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 10px;
}

.custom-dropdown {
  position: relative;
  display: inline-block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  margin-top: 13px;
}

.selected {
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  width: 100%;
  padding: 16px 16px 20px 16px;
  border: 1px solid #bbbbbb;
  border-radius: 3px;
  display: block;
  justify-content: space-between;
  align-items: center;
}

.arrow {
  margin-left: 10px;
}

.dropdown-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: none;
  position: relative;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 5px 5px;
  transition: max-height 0.5s ease;
  overflow: hidden;
}

.dropdown-list li {
  padding: 10px;
  cursor: pointer;
}

.dropdown-list li:hover {
  background-color: #f0f0f0;
}

#project-lozung {
  font-size: 14px;
  font-weight: 100;
  color: #0f1207;
  padding-bottom: 13px;
}

#selectedText {
  font-size: 16px;
  font-weight: 700;
}

.flex-datafgd {
  display: flex;
  position: relative;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.lft-sjdh {
  display: block;
  position: relative;
  width: 100%;
}

.rgt-sjdh {
  display: none;
  position: relative;
  height: -moz-max-content;
  height: max-content;
  padding-top: 7px;
}

#mobile-down-arrow {
  opacity: 1;
}

.flex-navi-donate {
  /*display: flex;
  flex-wrap: wrap;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  gap: 20px 100%;
  max-width: 100%;*/
    display: flex;
    flex-wrap: wrap;
    width: max-content;
    position: relative;
    gap: 20px 0px;
    max-width: 100%;
}

.navi-block {
  font-size: 13px;
  font-weight: 100;
  color: #0f1207;
  position: relative;
  text-align: center;
  padding: 0px 8px 8px 8px;
  width: -moz-max-content;
  /*width: max-content;*/
  cursor: pointer;
}

.active-donate {
  font-weight: 700 !important;
}
.active-donate::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background-color: #fecc00;
  left: 0;
  bottom: -3px;
  right: 0;
  margin: auto;
  z-index: 9999;
}

.active-donate-pay {
  font-weight: 700 !important;
}
.active-donate-pay::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background-color: #fecc00;
  left: 0;
  bottom: -3px;
  right: 0;
  margin: auto;
  z-index: 9999;
}

.ukraine-text {
  padding-top: 29px;
  font-size: 14px;
  line-height: 23px;
  font-weight: 100;
}
.ukraine-text a {
  text-decoration: underline;
}
.ukraine-text span {
  font-weight: 700;
}

.privat24-l {
  display: block;
  padding-top: 56px;
  position: relative;
  padding-bottom: 18px;
}

.erdpou {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 700;
}

.pruznachennia {
  font-size: 14px;
  padding-top: 11px;
  font-weight: 100;
}
.pruznachennia span {
  font-weight: 700;
}

#onuapayment {
  display: none;
}

/*copy text*/
.flex-copy-text-bank {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 0px;
  box-sizing: border-box;
  width: 555px;
  justify-content: space-between;
  max-width: 100%;
  position: relative;
  border: 2px solid #fecc00;
  margin-top: 35px;
  border-radius: 5px;
  padding: 14px 16px 14px 16px;
}

.styls {
  font-size: 14px;
  font-weight: 700;
}

.copy-btn {
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
}

.txt-cpt {
  line-height: 23px;
  padding-right: 7px;
}

.swift-payment {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 65px;
}

.swift-header {
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 26px;
}

.info-swift-line {
  font-size: 16px;
  font-weight: 100;
  line-height: 31px;
}
.info-swift-line span {
  font-weight: 700;
}

.paymentEU {
  padding-top: 70px;
}

#swift-block {
  display: none;
}

.payform {
  padding-top: 21px;
}

/*PAYMEN BUTTON SECTION*/
.pay-dfd-container {
  display: block;
  position: relative;
  width: 100%;
}

.flex-submit-section-ddn {
  display: none;
  padding-top: 34px;
  gap: 20px 29px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.once-show-pay {
  padding-top: 34px;
  display: none;
}

.monthly-pay .flex-submit-section-ddn {
  display: flex !important;
}

.once-pay .once-show-pay {
  display: flex !important;
}

.right-side-btn {
  display: block;
  position: relative;
}

.month-agreement {
  display: block;
  position: relative;
  color: #414042;
  font-weight: 100;
  font-size: 14px;
  line-height: 23px;
}

.input-amount-cpntainer {
  display: block;
  position: relative;
}
.input-amount-cpntainer input[type=number] {
  width: 100%;
  box-sizing: border-box;
  max-width: 100%;
  position: relative;
  font-size: 40px;
  color: #0f1207;
  font-weight: 700;
  padding: 8px 8px 8px 28px;
  border: none;
}
.input-amount-cpntainer input[type=number] ::-moz-placeholder {
  color: #0f1207;
  border: none;
}
.input-amount-cpntainer input[type=number] ::placeholder {
  color: #0f1207;
  border: none;
}

.flex-btn-sadd-cotnainer {
  display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px 5px;
    max-width: 320px;
    padding-top: 23px;
}
.flex-btn-sadd-cotnainer div {
  box-sizing: border-box;
  border: 1px solid #bbbbbb;
  border-radius: 3px;
  padding: 8px 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  color: #0f1207;
}
.flex-btn-sadd-cotnainer div span {
  color: #bbbbbb;
}
.flex-btn-sadd-cotnainer div:hover {
  background-color: #fecc00;
}
.flex-btn-sadd-cotnainer div:hover span {
  color: #0f1207;
}

.flex-nput-amnt-container {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  padding-top: 19px;
  border-bottom: 1px dashed #bbbbbb;
}

.rgtd-amnt-sd {
  height: -moz-max-content;
  height: max-content;
  position: relative;
  font-size: 32px;
  font-weight: 700;
  color: #bbbbbb;
}

#formContainerMonth form input{
    width:100%;
    max-width: 310px;
}

#formContainerOnce form input{
    width:100%;
    max-width: 310px;
}

@media(max-width: 678px){
    .flex-obj-gz-project .right-sidegz-pb {
      width:100%;
    }
    
    .left-side-btn{
        width:100%;
    }
}

@media (min-width: 678px) {
    
    .navi-block {
      font-size: 16px;
      padding: 0px 8px 13px 8px;
    }
    
    .flex-btn-sadd-cotnainer {
        justify-content: start;
        gap: 15px 15px;
        max-width: 600px;
    }
    
    #formContainerMonth form input{
        width:max-content;
    }
    
        #formContainerOnce form input{
        width:max-content;
    }
    
    .flex-btn{
        max-width: 197px;
        min-width:197px;
    }
    
    .flex-btn-sadd-cotnainer div {
      width: 133px;
      padding: 8px 0px;
    }

  .styls {
    font-size: 20px;
  }
  .flex-copy-text-bank {
    padding: 14px 14px 14px 30px;
  }
  .flex-navi-donate {
    flex-wrap: nowrap;
    padding-right: 24px;
    gap: 20px 40px;
    border-bottom: 1px solid #bbbbbb;
  }
  .gz-project {
    padding-top: 35px;
  }
  #mobile-down-arrow {
    opacity: 0;
  }
  .rgt-sjdh {
    display: block;
  }
  .donate-block {
    padding: 20px 33px 50px 44px;
  }
  .gz-prg-title {
    font-size: 24px;
    line-height: 34px;
  }
  .flex-obj-gz-project {
    flex-wrap: nowrap;
    gap: 0px 0px;
  }
  .donate-header-dnd {
    font-size: 40px;
        line-height: 44px;
  }
  .all-container-dnd {
    padding: 0px 15px; /*padding: 0px 35px;*/
  }
  .yellow-txt-dnd {
    font-size: 20px;
    margin: 0px auto;
    border-radius: 5px;
  }
  .flex-block-dnd {
    padding: 25px 8px 25px 8px;
  }
  .project-name {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1057px) {
  .flex-submit-section-ddn {
    flex-wrap: wrap;
  }
  #translate-slash {
    display: inline-block;
  }
  #show-on-big {
    display: none;
  }
  .yellow-txt-dnd {
    line-height: 50px;
    padding: 0px !important;
  }
}
@media (min-width: 1168px) {
  .flex-block-dnd {
    padding: 25px 27px 25px 8px;
    display: flex;
  }
  .flex-obj-gz-project {
    padding: 25px 27px 25px 8px;
  }
  .lft-sd-cont {
    width: 51%;
    padding-bottom: 0px;
  }
  .rght-sd-cont {
    width: 49%;
  }
}/*# sourceMappingURL=main.css.map */