/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/progressbar/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
.cba-block.progress-description__wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 872px;
  width: 100%;
  margin: 0 auto;
}
.cba-block.progress-description__wrapper .progress-description {
  align-items: center;
  background-color: hsla(240, 9%, 77%, 0.25);
  border-radius: 10px 10px 0 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 4px;
  height: 150px;
  justify-content: center;
  text-align: center;
  max-width: 400px;
  width: 100%;
}
.cba-block.progress-description__wrapper .progress-description > .title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 0;
}
.cba-block.progress-description__wrapper .progress-description > .funds {
  color: #fff;
  font-size: var(--cba-font-size-desktop);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 56px;
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 992px) {
  .cba-block.progress-description__wrapper .progress-description > .funds {
    font-size: var(--cba-font-size-tablet);
  }
}
@media (max-width: 768px) {
  .cba-block.progress-description__wrapper .progress-description > .funds {
    font-size: var(--cba-font-size-mobile);
  }
}
.cba-block.progress-description__wrapper .progress-container {
  position: relative;
  width: 100%;
  height: 12px;
  background-color: rgb(224, 224, 224);
  border-radius: 15px;
}
.cba-block.progress-description__wrapper .progress-container .progress-bar {
  position: absolute;
  top: -1.5px;
  left: 0;
  transition: width 0.3s ease-in-out;
  height: calc(100% + 2px);
  border-radius: inherit;
  box-shadow: rgba(0, 36, 156, 0.5) -5px 0 15px 3px;
  max-width: 100%;
}
.cba-block.progress-description__wrapper .progress-container .percentage-number {
  position: absolute;
  top: -21px;
  left: 0;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.cba-block.donate-total-container-2 {
  color: #ffffff;
  font-size: 48px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 768px) {
  .cba-block.donate-total-container-2 {
    font-size: 32px;
  }
}
.cba-block.donate-total-container-2 .donate-total-title {
  color: #5CA655;
  font-size: 41px;
  font-weight: 400;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  text-transform: none;
}
@media (max-width: 768px) {
  .cba-block.donate-total-container-2 .donate-total-title {
    font-size: 32px;
  }
}
.cba-block.donate-total-container-2 .total {
  font-weight: 400;
  font-size: var(--cba-font-size-desktop);
  line-height: 96px;
  display: block;
}
@media (max-width: 992px) {
  .cba-block.donate-total-container-2 .total {
    font-size: var(--cba-font-size-tablet);
    pointer-events: none;
    cursor: default;
  }
}
@media (max-width: 768px) {
  .cba-block.donate-total-container-2 .total {
    font-size: var(--cba-font-size-mobile);
    pointer-events: none;
    cursor: default;
    margin-bottom: 9px;
  }
}
.cba-block.donate-total-container-2 .total > span {
  font-size: 48px;
}
@media (max-width: 768px) {
  .cba-block.donate-total-container-2 .total > span {
    font-size: 32px;
  }
}
.cba-block.donate-total-container-2 .donate-progress {
  height: 40px;
  max-width: 872px;
  width: 100%;
  background: rgba(59, 168, 74, 0.2);
  border-radius: 20px;
  margin: 30px auto;
}
.cba-block.donate-total-container-2 .donate-progress .progress-b {
  background: #2F7943;
  border-radius: 20px;
  height: 40px;
  width: 100%;
  min-width: 75px;
  max-width: 0;
  font-size: 24px;
  font-weight: 700;
  text-align: right;
  padding-right: 5px;
}

.cba-block.progress-section {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 20px;
}
.cba-block.progress-section .wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cba-block.progress-section .zbroyenosci-main-view-bottom {
  height: 100px;
  width: 100%;
  display: flex;
  padding: 40px;
  position: relative;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .cba-block.progress-section .zbroyenosci-main-view-bottom {
    height: 128px;
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .cba-block.progress-section .zbroyenosci-main-view-bottom {
    height: auto;
    flex-direction: column;
  }
}
.cba-block.progress-section .zbroyenosci-main-view-bottom .block-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  max-width: 121px;
  color: #000;
}
@media (max-width: 768px) {
  .cba-block.progress-section .zbroyenosci-main-view-bottom .block-text {
    position: absolute;
    top: 70px;
    left: 0;
    text-align: left;
    margin-left: 20px;
  }
}
.cba-block.progress-section .zbroyenosci-main-view-bottom .block-progress-bar {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 449px;
  gap: 10px;
  position: relative;
}
@media (max-width: 768px) {
  .cba-block.progress-section .zbroyenosci-main-view-bottom .block-progress-bar {
    max-width: 100%;
    gap: 10px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .cba-block.progress-section .zbroyenosci-main-view-bottom .block-progress-bar .progress-bar-emblem {
    margin-right: 4px;
  }
}
.cba-block.progress-section .zbroyenosci-main-view-bottom .block-progress-bar .progress-bar-collected-amount {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 25px;
  text-align: center;
  color: #000;
  font-size: var(--cba-font-size-desktop);
  font-weight: 700;
}
@media (max-width: 992px) {
  .cba-block.progress-section .zbroyenosci-main-view-bottom .block-progress-bar .progress-bar-collected-amount {
    font-size: var(--cba-font-size-tablet);
  }
}
@media (max-width: 768px) {
  .cba-block.progress-section .zbroyenosci-main-view-bottom .block-progress-bar .progress-bar-collected-amount {
    font-size: var(--cba-font-size-mobile);
  }
}
.cba-block.progress-section .zbroyenosci-main-view-bottom .block-progress-bar .progress-bar {
  width: 333px;
  height: 20px;
  margin: 0;
  display: block;
  border: 1px solid #000;
  background-color: #f3f3f3;
}
@media (max-width: 768px) {
  .cba-block.progress-section .zbroyenosci-main-view-bottom .block-progress-bar .progress-bar {
    width: 100%;
  }
}
.cba-block.progress-section .zbroyenosci-main-view-bottom .block-progress-bar .progress-bar::-webkit-progress-bar {
  background-color: #f3f3f3;
}
.cba-block.progress-section .zbroyenosci-main-view-bottom .block-progress-bar .progress-bar::-webkit-progress-value {
  background-color: #000;
  box-shadow: inset 0 -3px #f3f3f3, inset 0 3px #f3f3f3;
}
.cba-block.progress-section .zbroyenosci-main-view-bottom .block-progress-bar .main-goal p {
  margin-bottom: 0;
  font-weight: 700;
  color: #000;
  font-size: 14px;
}

.cba-block.progress-section-4 .wrapper {
  max-width: 1440px;
  margin: 0 auto;
}
.cba-block.progress-section-4 .progress-description {
  color: rgb(255, 255, 255);
  text-align: center;
  font-style: italic;
  font-size: var(--cba-font-size-desktop);
  line-height: 82px;
  font-weight: 600;
  margin-top: 34px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .cba-block.progress-section-4 .progress-description {
    line-height: 48px;
    font-size: var(--cba-font-size-tablet);
  }
}
@media (max-width: 768px) {
  .cba-block.progress-section-4 .progress-description {
    line-height: 32px;
    font-size: var(--cba-font-size-mobile);
  }
}
.cba-block.progress-section-4 .progress-bar-container {
  margin: 34px auto 46px;
  padding: 0 20px;
}
@media (min-width: 992px) {
  .cba-block.progress-section-4 .progress-bar-container {
    margin-top: 82px;
    margin-bottom: 82px;
  }
}
.cba-block.progress-section-4 .progress-bar-container .progress-bar {
  background-color: rgb(0, 0, 0);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 30px;
  width: 100%;
  border-radius: 6px;
  margin: auto;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cba-block.progress-section-4 .progress-bar-container .progress-bar {
    height: 51px;
    width: 100%;
    max-width: 1162px;
    border-radius: 6px;
  }
}
.cba-block.progress-section-4 .progress-bar-container .progress-bar .progress-amount {
  display: flex;
  align-items: center;
  background-color: rgb(171, 252, 0);
  text-align: left;
  padding-left: 18px;
  color: rgb(0, 0, 0);
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  height: 100%;
  min-width: 94px;
}
@media (min-width: 992px) {
  .cba-block.progress-section-4 .progress-bar-container .progress-bar .progress-amount {
    padding-left: 18px;
    font-size: 28px;
    line-height: 32px;
  }
}
.cba-block.progress-section-4 .progress-bar-container .progress-bar .progress-amount .value {
  opacity: 0;
}
.cba-block.progress-section-4 .progress-bar-container .progress-bar .progress-amount .value.loaded {
  opacity: 1;
  transition: 2s;
}
.cba-block.progress-section-4 .progress-bar-container .progress-bar .progress-amount .value .progress-amount-ua {
  margin-left: 10px;
}

.cba-block.donate-total-container-5 {
  width: 100%;
  max-width: 1328px;
  background: #fff;
  border-radius: 31px;
  padding: 21px 40px 42px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 768px) {
  .cba-block.donate-total-container-5 {
    padding: 24px 12px;
  }
}
.cba-block.donate-total-container-5 .donate-total-title {
  font-size: 41.35px;
  font-weight: 400;
  line-height: 49.58px;
  letter-spacing: -0.011em;
  text-align: center;
}
@media (max-width: 768px) {
  .cba-block.donate-total-container-5 .donate-total-title .donate-total-title {
    font-size: 32px;
    font-weight: 400;
    line-height: 38.38px;
    letter-spacing: -0.011em;
  }
}
.cba-block.donate-total-container-5 .total {
  color: #000;
  font-size: var(--cba-font-size-desktop);
  font-weight: 400;
  line-height: 131.58px;
  letter-spacing: -0.011em;
  text-align: center;
}
@media (max-width: 992px) {
  .cba-block.donate-total-container-5 .total {
    font-size: var(--cba-font-size-tablet);
  }
}
@media (max-width: 768px) {
  .cba-block.donate-total-container-5 .total {
    line-height: 74px;
    font-size: var(--cba-font-size-mobile);
  }
}
.cba-block.donate-total-container-5 .total-currency {
  color: #000;
  font-size: 48px;
  font-weight: 400;
  line-height: 131.58px;
  letter-spacing: -0.011em;
  text-align: center;
}
@media (max-width: 768px) {
  .cba-block.donate-total-container-5 .total-currency {
    font-size: 32px;
    line-height: 74px;
  }
}
.cba-block.donate-total-container-5 .donate-progress {
  height: 40px;
  width: 100%;
  margin: -8px auto 0;
}
@media (max-width: 768px) {
  .cba-block.donate-total-container-5 .donate-progress {
    margin: 0 auto 16px;
    height: 32px;
    min-width: 60px;
  }
}
.cba-block.donate-total-container-5 .donate-progress .progress-container {
  position: relative;
  width: 100%;
  height: 40px;
  background-color: rgba(207, 218, 191, 0.498);
  border-radius: 43px;
  overflow: hidden;
}
.cba-block.donate-total-container-5 .donate-progress .progress-bar {
  position: absolute;
  top: -1.5px;
  left: 0;
  min-width: 10%;
  max-width: 100%;
  transition: width 0.3s ease-in-out;
  height: calc(100% + 2px);
  border-radius: inherit;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #5b7742;
  text-align: center;
  white-space: nowrap;
  background-color: #5b7742;
  overflow: hidden;
}
.cba-block.donate-total-container-5 .donate-progress .percentage-number {
  position: absolute;
  top: 8px;
  right: 1rem;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.04em;
}

/*# sourceMappingURL=style-index.css.map*/