@font-face {
  font-family: 'Manrope';
  font-weight: 500;
  src: url("../fonts/Manrope-Medium.woff2") format("woff2");
  src: url("../fonts/Manrope-Medium.woff") format("woff"), url("../fonts/Manrope-Medium.ttf") format("truetype"); 
}
@font-face {
  font-family: 'Manrope';
  font-weight: 600;
  src: url("../fonts/Manrope-SemiBold.woff2") format("woff2");
  src: url("../fonts/Manrope-SemiBold.woff") format("woff"), url("../fonts/Manrope-SemiBold.ttf") format("truetype"); 
}
@font-face {
  font-family: 'Manrope';
  font-weight: 700;
  src: url("../fonts/Manrope-Bold.woff2") format("woff2");
  src: url("../fonts/Manrope-Bold.woff") format("woff"), url(../"fonts/Manrope-Bold.ttf") format("truetype"); 
}
@font-face {
  font-family: 'Manrope';
  font-weight: 800;
  src: url("../fonts/Manrope-ExtraBold.woff2") format("woff2");
  src: url("../fonts/Manrope-ExtraBold.woff") format("woff"), url("../fonts/Manrope-ExtraBold.ttf") format("truetype"); 
}
* {
    padding: 0;
    margin: 0;
    font-family: "Manrope", sans-serif;
    -webkit-font-smoothing: antialiased;
}

#donations-header {
    min-height: 119px;
    margin-top: 34px;
}

.donations-header__menu {
  padding-top: 26px;
}

.donations-header__menu a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  padding-right: 16px;
}

.donations-header__menu a span {
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.donations-header__menu a.donations-header__menu__cancel-subscription {
  color: #e64249;
}

.donations-header__menu a.donations-header__menu__cancel-subscription span {
  border-bottom: 1px solid rgba(230,66,73,0.3);
}

.donation-bg {
    width: 100%;
    height: 350px;
    background-color: #fff;
    position: absolute;
    top: 0;
    z-index: -1;
}

.donation-bg-red {
    width: 100%;
    height: 100vh;
    background-color: #e64249;
    position: fixed;
    bottom: 0;
    z-index: -2;
}

.main-container {
    max-width: 1280px;
    padding: 0 40px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

.donations-wrapper {
    display: flex;
}

.donations__write-us {
  font-size: 16px;
  line-height: 20px;
  margin-top: 20px;
  font-weight: 700;
  text-align: right;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}

.donations__write-us a {
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.4);
  text-decoration: none;
}

.donations-form__card {
    max-width: 690px;
    box-sizing: border-box;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16), 0px 1px 2px rgba(0, 0, 0, 0.12);
    border-radius: 16px;
    padding: 32px 24px 24px 24px;
    background-color: #fff;
}
.donations-form__header {
    font-size: 40px;
    line-height: 48px;
    font-weight: 800;
    margin-bottom: 16px;
}

.donations-form__payment-options {
  display: flex;
  height: 54px;
  border-radius: 50px;
  margin-bottom: 30px;
  background: #e64249;
  color: #fff;
}
.donations-form__payment-option {
  display: flex;
  flex: 0 0 calc(100% / 3);
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
.donations-form__payment-option--highlight {
  padding: 8px;
  text-align: center;
  border-radius: 50px;
  background: #fff;
  color: #000;
  box-shadow: inset 0 0 0 1px #e64249;
  user-select: none;
}
.donations-form__payment-option > * {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.donations-form__interval-checkbox__label {
    font-size: 18px;
    line-height: 26px;
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-right: 24px;
}
.donations-form__interval-checkbox__label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.donations-form__interval-checkbox__label__checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.4);
}
.donations-form__interval-checkbox__label__checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.donations-form__interval-checkbox__label:hover input ~ .donations-form__interval-checkbox__label__checkmark {
    background-color: #d8d8d8;
}
.donations-form__interval-checkbox__label input:checked ~ .donations-form__interval-checkbox__label__checkmark {
    background-color: #e64249;
    height: 24px;
    width: 24px;
    border: none;
}
.donations-form__interval-checkbox__label input:checked ~ .donations-form__interval-checkbox__label__checkmark:after {
    display: block;
}
.donations-form__interval-checkbox__label__checkmark:after {
    top: 7px;
    left: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
}
.donations-form__summ {
    padding-top: 32px;
    margin-bottom: 32px;
}
.donations-form__row {
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 8px;
}
.donations-form__row--long-input {
    margin-bottom: 16px;
}
.donations-form__row__title {
    font-size: 18px;
    line-height: 26px;
    color: #000;
    width: 126px;
}
.donations-form__row__label {
    display: flex;
    align-items: center;
}
.donations-form__tabs {
    border: 1px solid #d8d8d8;
    padding: 13px 0;
    border-radius: 6px;
    overflow: hidden;
}
.donations-form__tabs__tab {
    cursor: pointer;
    font-size: 18px;
    line-height: 26px;
    padding: 15px 12px;
}
.donations-form__tabs__tab input {
    display: none;
}
.donations-form__tabs__tab--active {
    background-color: #e64249;
    color: #fff;
}
.donations-form__input {
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 14px 16px;
    font-size: 18px;
    line-height: 26px;
}
.donations-form__input--text {
    width: 412px;
}
.donations-form__input--summ {
    width: 191px;
}
.donations-form__footer {
    align-items: center;
    padding-top: 8px;
}
.donations-form__footer__submit {
  text-align: center;
}
.donations-form__footer__submit__button {
    width: 100%;
    max-width: 400px;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    padding: 17px 37px;
    background: #e64249;
    border-radius: 10px;
    outline: none;
    border: none;
    cursor: pointer;
    letter-spacing: 0.5px;
    white-space: nowrap;
}
.donations-form__footer__submit__button--disabled {
    opacity: 0.5;
}
.donations-form__footer__terms-and-conditions {
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 25px;
}
.donations-form__footer__terms-and-conditions a {
    /* color: rgba(0, 0, 0, 0.5); */
    color: rgb(230 65 73);
    border-bottom: 1px solid rgba(230,66,73,0.3);
}

.d-reviews__wrapper {
    box-sizing: border-box;
    max-width: calc(100% - 695px);
    box-sizing: border-box;
    margin-left: 59px;
    position: relative;
}
.d-reviews__slider-part {
    display: block;
    position: absolute;
    left: -19px;
    top: 194px;
    z-index: 2;
}
.d-reviews__slider-wrapper {
    max-width: 450px;
    box-sizing: border-box;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16), 0px 1px 2px rgba(0, 0, 0, 0.12);
    border-radius: 24px;
    padding: 24px 20px 0 20px;
    max-height: 265px;
    background-color: #fff;
    position: relative;
}
.d-reviews__slider__item {
    max-height: 241px;
    overflow-y: scroll;
}
.d-reviews__slider__item-name {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}
.d-reviews__slider__item-text {
    font-size: 18px;
    line-height: 26px;
}
.d-reviews__slider__item-text-gradient {
    position: sticky;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 88px;
    background: white;
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0.787552521) 2%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.787552521) 2%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.787552521) 2%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    z-index: 2;
}
.d-reviews__text {
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 54px;
}

.d-reviews__wrapper .owl-carousel .owl-nav button.owl-next,
.d-reviews__wrapper .owl-carousel .owl-nav button.owl-prev,
.d-reviews__wrapper .owl-carousel button.owl-dot {
    background: transparent;
    border: 1px solid #fff;
    outline: none;
}
.d-reviews__wrapper .owl-carousel .owl-item img {
    display: block;
    width: 160px;
}
.d-reviews__wrapper .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 5px;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 260px;
}
.d-reviews__wrapper .owl-dot {
    border-radius: 50px;
    height: 12px;
    width: 12px;
    display: inline-block;
    background: rgba(127, 127, 127, 0.5);
    margin-left: 5px;
    margin-right: 5px;
    box-sizing: border-box;
}
.d-reviews__wrapper .owl-carousel button.owl-dot.active {
    background: #fff;
}

.d-thank__card {
    max-width: 690px;
    box-sizing: border-box;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16), 0px 1px 2px rgba(0, 0, 0, 0.12);
    border-radius: 16px;
    padding: 32px 24px 24px 24px;
    background-color: #fff;
}
.d-thank__title {
    font-size: 40px;
    line-height: 48px;
    font-weight: 800;
    font-weight: 800;
}
.d-thank__text {
    font-size: 18px;
    line-height: 26px;
    margin-top: 20px;
}
.d-thank__socials {
    margin-top: 50px;
}
.d-thank__heart {
    position: absolute;
    right: -24px;
    z-index: -1;
}

.d-thank-image__wrapper {
    box-sizing: border-box;
    max-width: calc(100% - 695px);
    box-sizing: border-box;
    margin-left: 24px;
    position: relative;
}

.d-thank__text__max {
  margin-top: 20px;
}

.d-thank__text__max p {
  padding-bottom: 16px;
}

.d-thank__text__max ul {
  list-style: none;
}

.d-thank__text__max ul li {
  padding-bottom: 20px;
}

.d-thank__text__max ul li::before {
  content: " ";
  background-color: #E64249;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 10px;
}

.d-thank-image__write-us {
  color: #000;
  position: relative;
  bottom: auto;
  right: auto;
}

.d-thank-image__write-us a,
.d-thank-heart__write-us a {
  color: #000;
  border-bottom: 1px solid rgba(0,0,0,0.4);
}

.d-thank-heart__write-us {
  color: #000;
  position: relative;
  bottom: auto;
  right: auto;
  top: -30px;
  margin-top: 0;
}


.d-thank__text .ya-share2__container_shape_round.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
  background-size: 24px 24px;
}
.d-thank__text .ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_vkontakte .ya-share2__icon {
  background-image: url('../images/socials/vk.svg')!important;
}
.d-thank__text .ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_facebook .ya-share2__icon {
  background-image: url('../images/socials/facebook.svg')!important;
}

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

.d-sum-no-wrap {
  white-space: nowrap;
}

.donations-form__input__summ-mobile,
.d-thank__heart--mobile,
.donations__write-us--mobile {
  display: none;
}

.nicescroll-rails {
  display: none!important;
}

.donations-form__input__summ-desktop {
  display: initial;
}

/* MODAL */

.modal-donate-crypto .modal__overlay {
  z-index: 3;
}
.modal-donate-crypto .modal__container {
  max-width: 950px;
  width: 100%;
  border-radius: 16px;
  padding: 0;
}
.modal-donate-crypto__content {
  position: relative;
  padding: 45px 60px 40px;
}
.modal-donate-crypto .modal__close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 30px;
}
.modal-donate-crypto__title {
  margin-bottom: 40px;
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  color: #e64249;
}
.modal-donate-crypto__coin + .modal-donate-crypto__coin {
  margin-top: 15px;
}
.modal-donate-crypto__coin-name {
  color: #e64249;
  font-size: 16px;
  font-weight: bold;
}
.modal-donate-crypto__coin-address {
  font-size: 15px;
  font-weight: bold;
  word-break: break-all;
}
.modal-donate-crypto__coin-copy {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  transition: color 0.2s ease-in-out;
  user-select: none;
}
.modal-donate-crypto__coin-copy svg {
  width: 14px;
  margin-left: 4px;
  fill: rgba(0, 0, 0, 0.6);
  transform: scale(1);
  transition: fill 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.modal-donate-crypto__coin-copy:active {
  color: rgba(0, 0, 0, 0.9);
  transition: color 0s linear;
}
.modal-donate-crypto__coin-copy:active svg {
  fill: rgba(0, 0, 0, 0.9);
  transform: scale(1.2);
  transition: fill 0s linear, transform 0s linear;
}


@media (max-width: 1330px) {
  .d-thank__heart {
    right: 1px;
  }
  .d-thank-heart__write-us {
    padding-right: 30px;
  }
}

@media (max-width: 1250px) {
  .d-thank__card-wrapper {
    width: 60%;
  }
  .d-thank-image__wrapper {
    max-width: 40%;
  }
  .d-thank-image__wrapper img {
    width: 100%;
    max-width: 440px;
  }

}

@media (min-width: 992px) {
  .donations-form {
    margin-bottom: 87px;
  }
}

@media (max-width: 991px) {
  .donation-bg-red {
    display: none;
  }
  .donations-wrapper {
    display: block;
  }
  .donations-wrapper--thank {
    display: flex;
  }
  .donations-form__card {
    margin: 0 auto;
  }
  .d-reviews__wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
  .d-reviews__slider-wrapper {
    margin: 40px auto 0 auto;
    max-width: 690px;
    border-radius: 0 0 24px 24px;
    border-top: 4px solid #E64249;
    max-height: 400px;
  }
  .d-reviews__slider__item {
    max-height: 371px;
  }
  .d-reviews__slider-part {
    display: none;
  }

  .d-reviews__wrapper .owl-carousel button.owl-dot.active {
    background: #E64249;
  }

  .d-reviews__wrapper .owl-carousel .owl-nav button.owl-next,
  .d-reviews__wrapper .owl-carousel .owl-nav button.owl-prev,
  .d-reviews__wrapper .owl-carousel button.owl-dot {
      background: transparent;
      border: 1px solid #E64249;
      outline: none;
  }
  .d-reviews__wrapper .owl-dots {
    top: 400px;
  }

  .d-reviews__text {
    max-width: 690px;
    color: #000;
    margin: 0 auto;
  }

  .donations__write-us {
    position: relative;
    text-align: left;
    color: #E64249;
    max-width: 690px;
    margin: 0 auto;
    padding-bottom: 30px;
  }

  .donations__write-us a {
    color: #E64249;
    border-bottom: 1px solid rgba(230,66,73,0.3);
  }

  .donations-form__row__label {
    width: 100%;
  }
  .donations-form__input--text {
    width: 65%;
  }

  .donations-wrapper--thank {
    flex-direction: column-reverse;
    max-width: 690px;
    margin: 0 auto;
  }
  .d-thank-image__wrapper {
    margin: 0;
  }
  .d-thank__card {
    box-shadow: unset;
  }
  .d-thank__card-wrapper {
    width: 100%;
  }
  .d-thank-image__wrapper {
    width: 100%;
    max-width: unset;
  }
  .d-thank-image__write-us {
    display: none;
  }
  .d-thank__heart--mobile {
    display: block;
  }
  .d-thank__heart--desktop {
    display: none;
  }
  .d-thank__heart--mobile img {
    width: 100%;
  }
  .donations__write-us--mobile {
    display: block;
    max-width: 690px;
    width: 100%;
    margin: 0 auto;
  }
  .d-thank__card {
    padding: 16px 0 40px 0;
  }
}

@media (max-width: 767.98px) {
  .donations-form__payment-options {
    margin-bottom: 20px;
  }
  .donations-form__payment-option {
    flex: 1 0 auto;
    min-width: 25%;
  }
  .modal-donate-crypto__title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .modal-donate-crypto__content {
    margin-top: 40px;
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .modal-donate-crypto .modal__close {
    top: 15px;
    right: 15px;
  }
}

@media (max-width: 665px) {
  .donations-form__tabs {
    border: 1px solid #d8d8d8;
    padding: 0;
    border-radius: 6px;
    overflow: hidden;
    /* display: flow-root; */
    width: calc(100% - 143px);
    /* height: 69px; */
    display: initial;
  }

  .donations-form__tabs__tab {
    cursor: pointer;
    font-size: 18px;
    line-height: 26px;
    padding: 15px 12px;
    /* height: 26px; */
    display: inline-block;
    /* float: left; */
    border-bottom: 1px solid #D8D8D8;
    width: 25%;
    box-sizing: border-box;
    text-align: center;
  }

  .donations-form__tabs__tab:nth-child(5) {
    border-bottom: none;
  }

  .donations-form__input__summ-mobile {
    display: inline-block;
    border: none;
    border-left: 1px solid #D8D8D8;
    border-radius: 0;
    width: 73%;
    box-sizing: border-box;
  }

  .donations-form__input__summ-desktop {
    display: none;
  }
  .donations-form__row__title {
    flex: none;
    width: 115px;
  }
  .donations-form__input--text {
    width: calc(100% - 125px);
  }
  .d-thank__title {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width: 570px) {
  .main-container {
    padding: 0 19px;
  }
  .donations-form__card {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    box-shadow: unset;
  }
  .donations-form__header {
    font-size: 32px;
    line-height: 40px;
  }
  .donations-form__interval-checkbox__label {
    display: block;
    font-size: 18px;
  }

  .donations-form__interval-checkbox__label__checkmark {
    top: 3px;
  }

  .donations-form__row__title--summ-label {
    display: none;
  }

  .donations-form__summ {
    padding-top: 20px;
  }

  .donations-form__tabs {
    width: 100%;
  }

  .donations-form__row__title {
    flex: none;
    width: 89px;
  }
  .donations-form__input--text {
    width: calc(100% - 89px);
  }
  .d-reviews__slider-wrapper {
    border-radius: 0 0 4px 4px;
  }
  .d-reviews__wrapper .owl-dots {
    top: 394px;
  }


}

@media (max-width: 450px) {
  .donations-form__footer {
    display: block;
  }
  .donations-form__footer__terms-and-conditions {
    display: block;
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 369px) {
  .donations-form__header {
    font-size: 27px;
  }
}

@media (max-width: 339px) {
  .donations-form__tabs__tab {
    padding: 15px 8px;
  }
}

.d-thank__socials .ya-share2__container_color-scheme_normal .ya-share2__item_service_facebook .ya-share2__icon {
    background-image: url("../img/share-icons/fb-red.svg");
}
.d-thank__socials .ya-share2__container_color-scheme_normal .ya-share2__item_service_twitter .ya-share2__icon {
    background-image: url("../img/share-icons/tw-red.svg");
}
.d-thank__socials .ya-share2__container_color-scheme_normal .ya-share2__item_service_vkontakte .ya-share2__icon {
    background-image: url("../img/share-icons/vk-red.svg");
}
.d-thank__socials .ya-share2__container_color-scheme_normal .ya-share2__item_service_odnoklassniki .ya-share2__icon {
    background-image: url("../img/share-icons/ok-red.svg");
}
.d-thank__socials .ya-share2__container_color-scheme_normal .ya-share2__item_service_telegram .ya-share2__icon {
    background-image: url("../img/share-icons/tl-red.svg");
}
.d-thank__socials .ya-share2__container_color-scheme_normal .ya-share2__badge {
  background-color: transparent;
}
.ya-share2__container_shape_round.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
    background-repeat: no-repeat;
}
