@keyframes btnLoader {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  90% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
.donate_page .currency_option {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.testimonials_section .slick-arrow:after, .donate_page .list_price a .btn_price:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.testimonials_section .slick-arrow:before {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.donate_page .right_block .donation_title, .donate_page .right_block .inner_right > .donation_amount, .donate_page .donate_choose .radio_block {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.donate_page .list_price a .btn_price {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.donate_page .donate_choose .radio_btn, .donate_page .inner_title {
  line-height: 1.7em;
}
@media screen and (min-width: 1201px) {
  .donate_page .donate_choose .radio_btn, .donate_page .inner_title {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1440px) {
  .donate_page .donate_choose .radio_btn, .donate_page .inner_title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .donate_page .donate_choose .radio_btn, .donate_page .inner_title {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .donate_page .donate_choose .radio_btn, .donate_page .inner_title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .donate_page .donate_choose .radio_btn, .donate_page .inner_title {
    font-size: 1.6rem;
  }
}

.testimonials_section .name_testimonials, .donate_page .inner_page .name_title, .donate_page .price_currency, .donate_page .right_block .inner_right > .donation_amount, .donate_page .title_donate, .donate_page .list_price a .btn_price {
  line-height: 1.7em;
}
@media screen and (min-width: 1025px) {
  .testimonials_section .name_testimonials, .donate_page .inner_page .name_title, .donate_page .price_currency, .donate_page .right_block .inner_right > .donation_amount, .donate_page .title_donate, .donate_page .list_price a .btn_price {
    font-size: 180%;
  }
}
@media screen and (max-width: 1024px) {
  .testimonials_section .name_testimonials, .donate_page .inner_page .name_title, .donate_page .price_currency, .donate_page .right_block .inner_right > .donation_amount, .donate_page .title_donate, .donate_page .list_price a .btn_price {
    font-size: 160%;
  }
}

.testimonials_section .description_testimonials, .donate_page .inner_page .block_description, .donate_page .inner_page .user_address, .donate_page .inner_page .name_user, .donate_page .list_inner,
.donate_page .selected_text {
  line-height: 1.7em;
}
@media screen and (min-width: 1025px) {
  .testimonials_section .description_testimonials, .donate_page .inner_page .block_description, .donate_page .inner_page .user_address, .donate_page .inner_page .name_user, .donate_page .list_inner,
  .donate_page .selected_text {
    font-size: 160%;
  }
}
@media screen and (max-width: 1024px) {
  .testimonials_section .description_testimonials, .donate_page .inner_page .block_description, .donate_page .inner_page .user_address, .donate_page .inner_page .name_user, .donate_page .list_inner,
  .donate_page .selected_text {
    font-size: 140%;
  }
}

.donate_page .link_btn, .donate_page .popup_btn, .donate_page .date_group .field_name, .donate_page .field_name {
  font-size: 140%;
  line-height: 19px;
}

.donate_page .list_price a .btn_price {
  border: none;
  letter-spacing: inherit;
  border-radius: 32px;
  font-family: "notosans-bold", "notosansarm-bold";
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.donate_page .list_price a .btn_price:after {
  z-index: -1;
  content: "";
  background: #FC4760;
  background-size: 100% auto;
  background-position: center;
  -o-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
  transform: translate3d(-102%, 0, 0);
  -moz-transform: translate3d(-102%, 0, 0);
  -ms-transform: translate3d(-102%, 0, 0);
  -webkit-transform: translate3d(-102%, 0, 0);
  -o-transform: translate3d(-102%, 0, 0);
}
.donate_page .list_price a .btn_price:active {
  background: #DE5A6C;
  color: #ffffff;
}
@media screen and (min-width: 1025px) {
  .donate_page .list_price a .btn_price {
    padding: 0 50px;
    height: 62px;
  }
}
@media screen and (max-width: 1024px) {
  .donate_page .list_price a .btn_price {
    padding: 0 20px;
    height: 50px;
  }
}
.donate_page .list_price a .btn_price:disabled, .donate_page .list_price a .disabled.btn_price, .donate_page .list_price a .inactive.btn_price {
  opacity: 0.2;
  pointer-events: none;
}

@media screen and (min-width: 1201px) {
  .donate_page .donation_form, .donate_page.thank_you {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .donate_page .donation_form, .donate_page.thank_you {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .donate_page .donation_form, .donate_page.thank_you {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 1201px) {
  .donate_page .faq_section .page_row {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .donate_page .faq_section .page_row {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 768px) {
  .donate_page .faq_section .page_row {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 1201px) {
  .donate_page {
    margin-top: 60px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .donate_page {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .donate_page {
    margin-top: 30px;
  }
}

.content {
  background: #ffffff;
}

.donate_slider .breadcrumbs {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .donate_slider .breadcrumbs {
    display: none;
  }
}

.donate_page.thank_you .popup_btn {
  background: none;
  margin-right: 0;
  padding: 0;
  height: auto;
}
.donate_page.thank_you .secondary_btn {
  box-shadow: #DE5A6C;
  color: #DE5A6C;
}
.donate_page .section_title {
  text-align: center;
}
.donate_page svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.donate_page .faq_section .page_container .section_title {
  text-align: center;
}
.donate_page .inner_title {
  text-align: center;
  color: #1C325D;
  margin: 0 0 20px;
  font-family: "notosans-bold", "notosansarm-bold";
}
.donate_page .inner_title a,
.donate_page .inner_title span {
  color: #00ABEC;
}
.donate_page .donation_form {
  box-shadow: 0 4px 80px 50px rgba(13, 123, 170, 0.0509803922);
  background: #ffffff;
  margin-top: 50px;
  border-radius: 50px;
  background-size: 0;
  position: relative;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1201px) {
  .donate_page .donation_form {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .donate_page .donation_form {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .donate_page .donation_form {
    margin-bottom: 40px;
    margin-top: 30px;
  }
}
.donate_page .donation_form:after {
  display: block;
  content: "";
  height: 20px;
}
.donate_page .donate_choose {
  display: flex;
  align-content: center;
  justify-content: center;
  background: #EAF7FF;
  margin-bottom: 35px;
  padding-bottom: 0;
}
.donate_page .donate_choose .radio_block {
  flex: 1;
  cursor: pointer;
  font-size: 100%;
}
.donate_page .donate_choose .radio_btn {
  padding: 33px 10px;
  background: #EAF7FF;
  width: 100%;
  color: #1C325D;
  font-family: "notosans-bold", "notosansarm-bold";
}
@media screen and (max-width: 768px) {
  .donate_page .donate_choose .radio_btn {
    padding: 20px 0;
  }
}
.donate_page .donate_choose .radio_btn:before {
  display: none;
}
.donate_page .donate_choose input:checked ~ .radio_btn {
  border-radius: 50px 50px 0 0;
  background: #00ABEC;
  color: #ffffff;
}
.donate_page .title_donate {
  margin-bottom: 35px;
  font-family: "notosans-bold", "notosansarm-bold";
  color: #60708E;
  display: flex;
  align-items: center;
}
.donate_page .title_donate span {
  min-width: 40px;
  min-height: 40px;
  border: 2px solid #60708E;
  margin-right: 14px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.donate_page .inner_form {
  padding: 20px 60px 0;
}
.donate_page .form_section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -10px;
}
.donate_page .left_block {
  padding: 0 10px;
}
@media screen and (min-width: 1201px) {
  .donate_page .left_block {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .donate_page .left_block {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .donate_page .left_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .donate_page .left_block .list_price .field_block {
    padding-bottom: 0;
  }
}
.donate_page .left_block .field_name {
  font-family: "notosans-bold", "notosansarm-bold";
  color: #60708E;
}
.donate_page .right_block {
  padding: 0 10px;
}
@media screen and (min-width: 1201px) {
  .donate_page .right_block {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .donate_page .right_block {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .donate_page .right_block {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .donate_page .right_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.donate_page .right_block .inner_right {
  background: #F4FBFF;
  border-radius: 50px;
  padding: 30px;
  margin-bottom: 60px;
  text-align: center;
}
.donate_page .right_block .inner_right > .donation_amount {
  font-family: "notosans-bold", "notosansarm-bold";
  color: #DE5A6C;
  width: 100%;
}
.donate_page .right_block .donation_title {
  font-size: 1.4rem;
  line-height: 26px;
  font-family: "notosans-bold", "notosansarm-bold";
  color: #1C325D;
  width: 100%;
  margin-bottom: 20px;
}
.donate_page .right_block .image_block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.donate_page .right_block .image_block img {
  max-width: max-content;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .donate_page .right_block .image_block {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .donate_page .right_block .field_block {
    padding-bottom: 0;
  }
}
.donate_page .list_price {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  margin: 0 -10px 0;
}
@media screen and (max-width: 1024px) {
  .donate_page .list_price {
    margin: 0 -5px 15px;
  }
}
.donate_page .list_price li {
  flex: 1;
  padding: 0 10px;
}
@media screen and (max-width: 575px) {
  .donate_page .list_price li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    padding: 0 5px;
  }
}
.donate_page .list_price a {
  position: relative;
  display: block;
}
.donate_page .list_price a.active .btn_price {
  background: #DE5A6C;
  color: #ffffff;
  pointer-events: none;
}
.donate_page .list_price a .btn_price {
  font-family: "notosans-bold", "notosansarm-bold" !important;
  background: #EAF7FF;
  color: #60708E;
  display: flex !important;
  align-content: center !important;
  justify-content: center !important;
  padding: 10px !important;
  border-radius: 40px !important;
  height: 50px !important;
  position: relative !important;
}
@media screen and (max-width: 768px) {
  .donate_page .list_price a .btn_price {
    font-size: 140%;
  }
}
.donate_page .price_currency {
  color: #60708E;
  position: absolute;
  right: 20px;
  top: 10px;
  background: #ffffff;
}
.donate_page .currency_icon {
  display: block;
  margin-left: 5px;
}
.donate_page .list_inner,
.donate_page .selected_text {
  color: #1C325D;
  max-width: 660px;
  margin: 0 auto;
  width: 100%;
  display: none;
}
.donate_page .list_inner.active,
.donate_page .selected_text.active {
  display: block;
}
.donate_page .tab_list {
  margin: 30px 0 15px;
}
.donate_page .tab_list .error_hint_price.show_error {
  max-height: unset;
}
.donate_page .tab_list .tab_currency {
  display: none;
}
.donate_page .tab_list .tab_currency.active {
  display: flex;
}
.donate_page .tab_list ~ .field_block {
  display: flex;
  align-items: end;
}
.donate_page .none_block {
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}
.donate_page .tooltip_block {
  position: relative;
  display: inline-block;
  margin-left: 13px;
  margin-top: 3px;
  cursor: pointer;
}
.donate_page .tooltip_block:before {
  font-size: 20px;
  color: #00ABEC;
}
.donate_page .tooltip_block .tooltip_text {
  opacity: 0;
  pointer-events: none;
  min-width: 200px;
  box-shadow: 0 4px 50px 25px rgba(0, 158, 224, 0.0705882353);
  background: #ffffff;
  color: #60708E;
  border-radius: 20px;
  padding: 10px 15px;
  position: absolute;
  z-index: 1;
  margin-top: -7px;
  margin-left: -5px;
  top: 100%;
  left: 50%;
  font-size: 120%;
  line-height: 19px;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 575px) {
  .donate_page .tooltip_block .tooltip_text {
    left: -147px;
    margin-top: 3px;
  }
}
.donate_page .tooltip_block .tooltip_text p {
  margin: 0;
  padding: 0;
}
.donate_page .tooltip_block:hover .tooltip_text {
  opacity: 1;
  pointer-events: auto;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.donate_page .personal_form .left_block {
  display: flex;
  flex-wrap: wrap;
}
.donate_page .personal_form .right_block {
  margin-left: auto;
  padding: 0 10px;
}
.donate_page .personal_form .right_block img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .donate_page .personal_form .right_block img {
    display: none;
  }
}
.donate_page .personal_form .field_block {
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (min-width: 1025px) {
  .donate_page .personal_form .field_block {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .donate_page .personal_form .field_block {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 575px) {
  .donate_page .personal_form .field_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) and (min-width: 1025px) {
  .donate_page .personal_form .field_block {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 575px) and (max-width: 1024px) {
  .donate_page .personal_form .field_block {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.donate_page .personal_form .field_block label {
  width: 100%;
  position: unset;
}
.donate_page .personal_form .field_block textarea {
  flex: 1;
  height: 50%;
  min-height: 100px;
}
.donate_page .field_name {
  color: #1C325D;
  margin-bottom: 10px;
  display: inline-block;
}
.donate_page .personal_row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.donate_page .personal_row .field_block {
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (min-width: 1025px) {
  .donate_page .personal_row .field_block {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .donate_page .personal_row .field_block {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.donate_page .personal_row .field_block.full_width {
  flex: 0 0 100%;
  max-width: 100%;
}
.donate_page .personal_row .field_name {
  font-family: "notosans", "notosansarm";
}
.donate_page .currency_option {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 30px;
}
.donate_page .currency_option li {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #EAF7FF;
  margin: 0 10px;
  cursor: pointer;
}
.donate_page .currency_option li span {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(96, 112, 142, 0.5019607843);
  color: #ffffff;
  font-size: 1.7rem;
}
.donate_page .currency_option li.active {
  background-color: #DE5A6C;
}
.donate_page .currency_option li.active span {
  background: #ffffff;
  color: #DE5A6C;
}
.donate_page .iti__country-list {
  margin-top: -35px;
}
.donate_page .date_group {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  max-width: 100%;
}
.donate_page .date_group .field_name {
  width: 100%;
  display: block;
  margin-bottom: 5px;
  color: #1C325D;
  padding: 0 10px;
}
.donate_page .date_group .field_block {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
@media screen and (min-width: 1025px) {
  .donate_page .date_group .field_block {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .donate_page .date_group .field_block {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 575px) {
  .donate_page .date_group .field_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) and (min-width: 1025px) {
  .donate_page .date_group .field_block {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 575px) and (max-width: 1024px) {
  .donate_page .date_group .field_block {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.donate_page .date_group .select2-search {
  display: none;
}
.donate_page .button_block {
  width: 100%;
  padding: 0 10px;
}
@media screen and (max-width: 575px) {
  .donate_page .button_block {
    padding: 0;
  }
}
.donate_page .button_block .field_block {
  padding: 0;
  margin-bottom: 20px;
}
.donate_page .card_block {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .donate_page .card_block {
    align-items: baseline;
    flex-direction: column;
  }
}
.donate_page .card_block img {
  display: block;
  width: 190px;
  height: auto;
  max-width: 100%;
}
.donate_page .popup_btn {
  margin-left: 10px;
  background: #EAF7FF;
  color: #00ABEC;
  padding: 0 15px;
  height: 48px;
}
@media screen and (max-width: 768px) {
  .donate_page .popup_btn {
    margin-left: 20px;
  }
}
@media screen and (max-width: 575px) {
  .donate_page .popup_btn {
    margin-top: 30px;
    margin-left: 0;
  }
}
.donate_page .link_btn {
  color: #00ABEC;
  text-decoration: underline;
  width: 100%;
  display: block;
  margin-bottom: 50px;
}
.donate_page .inner_page {
  max-width: 1230px;
  margin: 0 auto;
  padding: 50px 10px 0;
}
.donate_page .inner_page .bottom_block_question {
  margin-top: 70px;
}
.donate_page .inner_page img {
  height: auto;
  width: 100%;
  display: block;
  border-radius: 50px;
  max-width: 790px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .donate_page .inner_page img {
    border-radius: 30px;
    margin: 0 auto 20px;
  }
}
.donate_page .inner_page .name_title {
  color: #1C325D;
  display: block;
  margin-bottom: 20px;
  text-align: center;
  font-family: "notosans-bold", "notosansarm-bold";
}
.donate_page .inner_page .signature_block,
.donate_page .inner_page .block_info {
  padding: 0 10px;
}
.donate_page .inner_page .name_user {
  font-family: "notosans-bold", "notosansarm-bold";
  color: #1C325D;
}
.donate_page .inner_page .user_address {
  color: #60708E;
  margin-top: 10px;
  display: block;
}
.donate_page .inner_page .page_row {
  align-content: center;
}
.donate_page .inner_page .block_description {
  color: #60708E;
  margin-bottom: 20px;
}
.donate_page .inner_page .signature_block {
  max-width: 230px;
}
.donate_page .inner_page .signature_block img {
  height: auto;
  display: block;
  width: 100%;
}
.donate_page .page_row .primary_btn {
  margin-right: 50px;
}
@media screen and (max-width: 575px) {
  .donate_page .page_row .primary_btn {
    width: 100%;
    margin: 0 0 25px;
  }
}
@media screen and (max-width: 575px) {
  .donate_page .page_row .secondary_btn {
    width: 100%;
  }
}

.testimonials_section {
  padding: 60px 0 120px;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .testimonials_section {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 768px) {
  .testimonials_section {
    padding-bottom: 60px;
  }
}
.testimonials_section .section_title {
  text-align: left;
  padding-right: 115px;
}
.testimonials_section .testimonials_slider {
  margin-top: 50px;
  position: relative;
  position: relative;
}
.testimonials_section .testimonials_slider .swiper-slide {
  padding: 0 10px;
}
@media screen and (min-width: 1201px) and (max-width: 1440px) {
  .testimonials_section .testimonials_slider .swiper-slide {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1200px) {
  .testimonials_section .testimonials_slider .swiper-slide {
    padding: 0 10px;
  }
}
.testimonials_section .testimonials_slider .swiper-button-next,
.testimonials_section .testimonials_slider .swiper-button-prev {
  color: #666666;
  font-size: 16px;
  position: relative;
  top: unset;
  right: unset;
  left: unset;
  bottom: unset;
  margin-left: auto;
  font-weight: 900;
  height: auto;
  width: auto;
}
.testimonials_section .testimonials_slider .swiper-button-next {
  margin-left: 27px;
}
.testimonials_section .testimonials_slider .swiper-button-disabled {
  color: rgba(28, 50, 93, 0.6);
}
.testimonials_section .testimonials_slider .swiper-button-prev:after,
.testimonials_section .testimonials_slider .swiper-button-next:after {
  display: none;
}
.testimonials_section .testimonials_slider:not(.slick-slider) {
  overflow: hidden;
  display: flex;
}
.testimonials_section .testimonials_slider:not(.slick-slider) > div {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.testimonials_section .slick-track {
  margin: 0 -10px;
}
.testimonials_section .slide_block {
  padding: 0 10px;
}
.testimonials_section .img_block {
  position: relative;
}
.testimonials_section .img_block img {
  position: absolute;
  bottom: 0;
  left: 20px;
  height: auto;
  width: 100%;
  max-width: 58px;
}
.testimonials_section .name_testimonials {
  font-family: "notosans-bold", "notosansarm-bold";
  color: #1C325D;
  margin: 30px 0 10px;
}
.testimonials_section .description_testimonials {
  color: #60708E;
}
.testimonials_section .testimonials_block {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 420px;
  margin: 0 auto;
}
.testimonials_section .slick-arrow {
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #EAF7FF;
  color: #1C325D;
  font-size: 0;
  border: none;
  top: -88px;
  z-index: 1;
  overflow: hidden;
}
.testimonials_section .slick-arrow:after {
  z-index: -1;
  content: "";
  background: #FC4760;
  background-size: 100% auto;
  background-position: center;
  -o-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
  transform: translate3d(-102%, 0, 0);
  -moz-transform: translate3d(-102%, 0, 0);
  -ms-transform: translate3d(-102%, 0, 0);
  -webkit-transform: translate3d(-102%, 0, 0);
  -o-transform: translate3d(-102%, 0, 0);
}
.testimonials_section .slick-arrow:active {
  background: #DE5A6C;
  color: #ffffff;
}
.testimonials_section .slick-arrow:before {
  display: block;
  font-size: 2.4rem;
}
.testimonials_section .slick-arrow.slick-disabled {
  display: none;
}
.testimonials_section .slick-prev:before {
  content: "\e902";
}
.testimonials_section .slick-next:before {
  content: "\e903";
}
@media screen and (min-width: 1520px) {
  .testimonials_section .slick-arrow {
    right: 50px;
  }
  .testimonials_section .slick-prev {
    margin-left: -740px;
  }
  .testimonials_section .slick-next {
    margin-right: -50px;
  }
}
@media screen and (max-width: 1519px) {
  .testimonials_section .slick-arrow {
    right: 20px;
  }
  .testimonials_section .slick-arrow {
    right: 50px;
  }
  .testimonials_section .slick-prev {
    margin-left: -740px;
  }
  .testimonials_section .slick-next {
    margin-right: -50px;
  }
}

@media screen and (max-width: 1200px) {
  .donate_page .right_block .inner_right {
    padding: 15px;
  }
  .donate_page .inner_form {
    padding: 0 15px 0;
  }
  .donate_page .list_price li {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .donate_page .list_price li:has(.field_block) {
    margin-top: 15px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .donate_page .personal_form .field_block,
  .donate_page .left_block,
  .donate_page .right_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .testimonials_section .slick-arrow {
    display: none !important;
  }
  .donate_page .personal_row .field_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.web .donate_page .link_btn, .donate_page .web .link_btn {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.web .donate_page .list_price a .btn_price, .donate_page .list_price a .web .btn_price, .web .testimonials_section .slick-arrow, .testimonials_section .web .slick-arrow {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .donate_page .link_btn, .donate_page .touch .link_btn {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.touch .donate_page .list_price a .btn_price, .donate_page .list_price a .touch .btn_price, .touch .testimonials_section .slick-arrow, .testimonials_section .touch .slick-arrow {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.web .donate_page .link_btn:hover, .donate_page .web .link_btn:hover {
  color: #0184CD;
}
.web .donate_page .list_price a .btn_price:hover:after, .donate_page .list_price a .web .btn_price:hover:after, .web .testimonials_section .slick-arrow:hover:after, .testimonials_section .web .slick-arrow:hover:after {
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.web .donate_page .list_price a .btn_price:hover:not(:active), .donate_page .list_price a .web .btn_price:hover:not(:active), .web .testimonials_section .slick-arrow:hover:not(:active), .testimonials_section .web .slick-arrow:hover:not(:active) {
  box-shadow: none;
  color: #ffffff;
}
.web .donate_page .list_price a .btn_price:hover:not(:active):after, .donate_page .list_price a .web .btn_price:hover:not(:active):after, .web .testimonials_section .slick-arrow:hover:not(:active):after, .testimonials_section .web .slick-arrow:hover:not(:active):after {
  opacity: 1;
}
.touch .donate_page .link_btn:active, .donate_page .touch .link_btn:active {
  color: #0184CD;
}

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