html, body, p, ul, li {
  margin: 0;
  padding: 0;
}
html, body {
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
/* margins */
.__mt4 {
  margin-top: 4px;
}

.__mt8 {
  margin-top: 8px;
}

.__mt12 {
  margin-top: 12px;
}

.__mt16 {
  margin-top: 16px;
}

.__mt24 {
  margin-top: 24px;
}

.__mt32 {
  margin-top: 32px;
}

.__ml-auto {
  margin-left: auto;
}

.__ml16 {
  margin-left: 16px;
}
/* fonts */
.text__title-1 {
  font-family: 'SB Sans Display', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  color: #ffffff;
}

.text__title-2 {
  font-family: 'SB Sans Display', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
}

.text__title-3 {
  font-family: 'SB Sans Display', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}

.text__title-4 {
  font-family: 'SB Sans Display', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 72px;
  line-height: 78px;
  color: #ffffff;
}

.text__title-5 {
  font-family: 'SB Sans Display', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
}

.text__title-6 {
  font-family: 'SB Sans Display', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #333f48;
}

.text__text-1 {
  font-family: 'SB Sans Display', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
}

.text__text-2 {
  font-family: 'SB Sans Text', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

.text__text-3 {
  font-family: 'SB Sans Display', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #878b90;
}

.text__text-4 {
  font-family: 'SB Sans Text', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
}

.text__text-5 {
  font-family: 'SB Sans Display', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #333f48;
}

.text__text-6 {
  font-family: 'SB Sans Display', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
}

.text__white {
  color: #ffffff;
}

.text__black {
  color: #000000;
}

.text__gray {
  color: #333f48;
}

.text__gray-light {
  color: #878b90;
}

.text__gray-white {
  color: #aaafb7;
}

.text__normal {
  font-weight: normal;
}

.text__wrap {
  overflow-wrap: break-word;
}

.text__align_center {
  text-align: center;
}

/* main fonts */

.support {
  display: block;
  position: relative;
  width: 100%;
}

.support__banner {
  width: 100%;
  background: radial-gradient(23.33% 90.85% at 65.99% 100%, rgba(0, 192, 102, 0.35) 0%, rgba(21, 159, 94, 0) 100%), 
    radial-gradient(33.57% 117.61% at 63.33% -9.67%, rgba(90, 177, 255, 0.24) 0%, rgba(0, 135, 205, 0.24) 0.01%, rgba(0, 135, 205, 0) 100%), 
    radial-gradient(19.56% 68.52% at -4.53% 77.65%, rgba(255, 224, 102, 0.3) 0%, rgba(255, 224, 102, 0) 100%), 
    linear-gradient(90deg, rgba(66, 227, 180, 0.34) 0%, rgba(107, 234, 199, 0.34) 49.98%, rgba(155, 208, 254, 0.34) 100%), #FFFFFF;
}

.support .banner__content {
  display: grid;
  align-items: center;
  width: 100%;
  height: auto;
  grid-template-columns: 4fr 7fr 1fr;
  column-gap: 24px;
}

.support .banner__img_block {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
}

.support .banner__text_block {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.support .support__payment {
  width: 100%;
  background: #f6f6f6;
  box-sizing: border-box;
  padding: 64px 0px;
}

.support .payment__content {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 30px;
}

.support .payment__option {
  width: 100%;
  grid-column: 3 span;
  height: auto;
  display: flex;
  flex-direction: column;
}

.support .payment__option_how {
  font-family: 'SB Sans Display';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #333f48;
}

.support .payment__option_list {
  margin-top: 32px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}

.support .payment__option_item {
  width: 100%;
  font-family: 'SB Sans Display';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #333f48;
  box-sizing: border-box;
  padding: 24px 0px;
  border-bottom: 1px solid #e1e5ea;
  cursor: pointer;
}

.support .payment__option_item:hover {
  color: #209f6d;
}

.support .payment__option_item-active {
  color: #21ba72;
}

.support .payment__option_item:first-child {
  padding-top: 0px;
}

.support .payment__option_item:last-child {
  padding-bottom: 0px;
  border-bottom: 0px;
}

.support .payment__info {
  width: 100%;
  grid-column: 9 span;
  height: auto;
  display: flex;
  flex-direction: column;
}

.support .payment__data {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 48px 32px;
  background: #ffffff;
  border-radius: 16px;
}

.support .payment__notes {
  margin-top: 24px;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 0px 24px;
}

.support .data__programs_row {
  position: relative;
  margin-top: 16px;
  display: flex;
  width: 100%;
}

.support .data__programs_selector {
  width: 65%;
  height: 40px;
  margin-right: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 10px 16px;
  border: 1px solid #e1e5ea;
  border-radius: 999px;
  cursor: pointer;
}


.support .data__programs_selector:hover{
  border: 1px solid #21ba72!important;
}


.support .selector__text {
  font-family: 'SB Sans Text';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  letter-spacing: 0.002em;
  color: #333f48;
  text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}

.support .selector__arrow {
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
}

.support .selector__arrow-active {
  transform: rotateZ(-180deg);
}

.support .data__programs_link {
  display: flex;
  align-items: center;
  text-decoration: underline;
  font-family: 'SB Sans Display';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #333f48;
}

.support .data__programs_link:hover {
  color: #209f6d;
}

.support .selector__overlay {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}

.support .data__programs_list {
  z-index: 2;
  position: absolute;
  display: none;
  flex-direction: column;
  background: #ffffff;
  width: 65%;
  height: auto;
  top: 45px;
  border: 1px solid #e1e5ea;
  border-radius: 16px;
  box-sizing: border-box;
  padding: 16px;
}

.support .data__programs_program {
  font-family: 'SB Sans Text';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  letter-spacing: 0.002em;
  color: #333f48;
  box-sizing: border-box;
  padding: 8px 0px;
  cursor: pointer;
}

.support .data__programs_program:hover {
  color: #209f6d;
}

.support .data__blocks {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
}

.support .data__block {
  display: none;
  flex-direction: column;
  font-family: 'SB Sans Display';
}

.support .data__block-active {
  display: flex;
}

.support .sms__title{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #5f7178;
}

.support .sms__text{
  margin-top: 24px;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #a4a4a4;
  text-transform: uppercase;
}

.support .sms__gift{
  margin-top: 8px;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 32px;
  color: #000000;
}

.support .sms__amount{
  margin-top: 8px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}

.support .sms__number{
  margin-top: 24px;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #a4a4a4;
  text-transform: uppercase;
}

.support .sms__phone{
  margin-top: 16px;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 32px;
  color: #000000;
}

.support .sms__available{
  margin-top: 24px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #a4a4a4;
}

.support .details__title{
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  color: #a4a4a4;
  text-transform: uppercase;
}

.support .details__text{
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}

.support .online__titles {
  font-family: 'SB Sans Display';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #333f48;
}

.support .online__methods_list {
  display: flex;
  justify-content: flex-start;
  margin-top: 16px;
  row-gap: 16px;
  column-gap: 16px;
  flex-wrap: wrap;
}

.support .online__methods_item {
  width: auto;
  height: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  padding: 0px 24px;
  column-gap: 16px;
  background: #ffffff;
  border: 1px solid #e1e5ea;
  border-radius: 32px;
  cursor: pointer;
}

.support .online__methods_item:hover {
  border: 1px solid #21ba72;
}

.support .online__methods_item-active {
  border: 1px solid #21ba72;
}

.support .online__methods_img {
  display: block;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}

.support .online__block_cash {
  margin-top: 16px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
}

.support .online__cash_list {
  display: flex;
  width: max-content;
  column-gap: 16px;
  row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
}

.support .online__cash_item {
  width: auto;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 12px 21px;
  background: #ffffff;
  border: 1px solid #e1e5ea;
  box-sizing: border-box;
  border-radius: 32px;
  cursor: pointer;
}

.support .online__cash_item-active {
  border: 1px solid #21ba72;
}

.support .online__cash_item:hover {
  border: 1px solid #21ba72;
}

.support .online__cash_input {
  width: 270px;
  height: 40px;
  box-sizing: border-box;
  padding: 0px 24px;
  font-family: 'SB Sans Text';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  background: #ffffff;
  border: 1px solid #e1e5ea;
  box-sizing: border-box;
  border-radius: 32px;
}

.support .online__cash_input:hover{
  border: 1px solid #21ba72;
}

.support .online__cash_input:focus{
  border: 1px solid #21ba72;
}


.support .online__block_person {
  margin-top: 14px;
  display: flex;
  justify-content: flex-start;
  column-gap: 24px;
  row-gap: 24px;
}

.support .online__input_before,
.support .online__input_after {
  position: relative;
  width: auto;
  height: auto;
}

.support .online__surname_input,
.support .online__name_input,
.support .online__email_input {
  display: flex;
  width: 222px;
  height: 28px;
  box-sizing: border-box;
  padding: 0px 35px 8px;
  border: none;
  outline: none;
  border-bottom: 1px solid #e1e5ea;
  font-family: 'SB Sans Text';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}

.support .online__surname_input:hover, .support .online__name_input:hover, .support .online__email_input:hover{
  
  border-bottom: 1px solid #21ba72;
}


.support .online__surname_input:focus, .support .online__name_input:focus, .support .online__email_input:focus{
  
  border-bottom: 1px solid #21ba72;
}

.support .online__input_before::after {
  position: absolute;
  content: url(../img/support/user.svg);
  top: 4px;
  left: 15px;
  z-index: 10;
}

.support .online__input_after::after {
  position: absolute;
  content: url(../img/support/message.svg);
  top: 4px;
  left: 15px;
  z-index: 10;
}

.support .online__person_checkbox {
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  display: none;
}

.support .online__person_checkbox_square {
  width: 18px;
  height: 18px;
  border: 2px solid #e1e5ea;
  box-sizing: border-box;
  border-radius: 4px;
  pointer-events: none;
}

.support .online__person_checkbox_square-active {
  border: none;
  background: #209f6d;
}

.support .online__person_checkbox_text {
  margin-left: 11px;
  font-family: 'SB Sans Display';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #333f48;
  pointer-events: none;
}

.support .online__person_checkbox:hover .online__person_checkbox_square {
  border-color: #209f6d;
}
.support .online__person_checkbox:hover .online__person_checkbox_text {
  color: #209f6d;
}

.support .donate__row {
  margin-top: 40px;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}

.support .donate__button {
  box-sizing: border-box;
  padding: 8px 32px;
  background: #21ba72;
  border-radius: 32px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'SB Sans Text';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}

.support .donate__button:hover {
  background: #209f6d;
}

.support .donate__checkbox {
  margin-left: 29px;
  width: 18px;
  height: 18px;
  border: 2px solid #e1e5ea;
  box-sizing: border-box;
  border-radius: 4px;
  cursor: pointer;
}

.support .donate__checkbox-active {
  border: none;
  background: #209f6d;
}

.support .donate__checkbox:hover {
  border-color: #209f6d;
}

.support .donate__link {
  margin-left: 11px;
  font-family: 'SB Sans Display';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #21BA72;
}

.support .donate__link:hover {
  color: #209f6d;
  text-decoration: underline;
}

.support .support__alert {
  display: none;
  margin-top: 10px;
  color: #ec1b28;;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  text-transform: none;
}

.support .donate__offert_row {
  display: flex;
}

@media screen and (max-width: 1919px) {

  .support .banner__content {
    grid-template-columns: 4fr 8fr;
  }

  .support .banner__img_block {
    height: 400px;
  }

  .support .payment__content {
    column-gap: 24px;
  }

  .support .online__cash_input {
    width: 168px;
  }

  .support .online__cash_item {
    padding: 12px 21px;
  }

  .support .online__block_person {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 24px;
    column-gap: 24px;
  }

  .support .online__surname_input,
  .support .online__name_input,
  .support .online__email_input {
    width: 100%;
  }

  .support .online__person_checkbox {
    grid-column-start: 1;
    width: min-content;
  }
}

@media screen and (max-width: 1199px) {
  .support .banner__content {
   grid-template-columns: repeat(2, 1fr);
  }

  .support .banner__text_block {
    box-sizing: border-box;
    padding: 0px;
  }

  .support .banner__text {
    font-size: 18px;
    line-height: 24px;
  }

  .support .banner__img_block {
    height: 400px;
    margin-left: -24px;
    width: calc(100% + 63px);
  }

  .support .support__payment {
    padding: 32px 0px 40px;
  }

  .support .payment__content {
    display: flex;
    flex-direction: column;
  }

  .support .payment__option_list {
    flex-direction: row;
    justify-content: space-evenly;
  }

  .support .payment__option_item,
  .support .payment__option_item:first-child,
  .support .payment__option_item:last-child {
    padding: 0px;
    border: none;
    width: max-content;
  }

  .support .payment__data {
    margin-top: 32px;
    margin-left: -39px;
    width: calc(100% + 78px);
    border-radius: 0%;
    padding: 48px 39px;
  }

  .support .online__block_cash {
    flex-wrap: wrap;
  }

  .support .donate__row {
    flex-direction: column;
  }

  .support .donate__button {
    width: 100%;
  }

  .support .donate__offert_row {
    margin-top: 22px;
    align-self: flex-start;
  }

  .support .donate__checkbox {
    margin-left: 0px;
  }

  .support .payment__notes {
    margin: 0px;
    padding: 32px 0px 0px;
  }
}

@media screen and (max-width: 767px) {
  .support__banner {
    width: 100%;
    background: radial-gradient(43.38% 39.67% at 32.4% 13.32%, rgba(33, 186, 114, 0.36) 0%, rgba(33, 186, 114, 0) 100%), 
      radial-gradient(82% 75% at 86.85% 0%, rgba(90, 177, 255, 0.24) 0%, rgba(0, 135, 205, 0.24) 0.01%, rgba(0, 135, 205, 0) 100%), 
      radial-gradient(52.78% 48.27% at 0% 100%, rgba(255, 224, 102, 0.3) 0%, rgba(255, 224, 102, 0) 100%), 
      linear-gradient(90deg, rgba(66, 227, 180, 0.34) 0%, rgba(107, 234, 199, 0.34) 49.98%, rgba(155, 208, 254, 0.34) 100%), #FFFFFF;
  }

  .support .banner__content {
    display: flex;
    flex-direction: column-reverse;
    box-sizing: border-box;
    padding: 24px 0px;
    padding-bottom: 40px;
  }

  .support .banner__text_block {
    padding: 0;
    margin-top: 24px;
  }

  .support .banner__img_block {
    margin: 0px;
    width: 100%;
    height: 240px;
  }

  .support .banner__title {
    font-size: 24px;
    line-height: 30px;
  }

  .support .banner__text {
    font-size: 14px;
    line-height: 20px;
  }

  .support .payment__option_list {
    margin-top: 16px;
    justify-content: space-between;
  }

  .support .payment__option_item,
  .support .payment__option_item:first-child,
  .support .payment__option_item:last-child {
    font-size: 14px;
    line-height: 16px;
  }

  .support .payment__data {
    margin-left: -24px;
    width: calc(100% + 48px);
    padding: 48px 24px;
  }

  .support .online__cash_list {
    flex-wrap: wrap;
  }

  .support .data__programs_row {
    flex-direction: column;
  }

  .support .data__programs_selector {
    width: 100%;
    margin: 0px;
    margin-bottom: 16px;
  }

  .support .data__programs_selector:focus-visible {
    border: 1px solid #21BA72;
  }

  .support .data__programs_list {
    width: 100%;
  }

  .support .online__cash_input {
    width: 100%;
  }

  .support .online__block_person {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 24px;
    display: flex;
    flex-wrap: wrap;
  }

  .support .online__input_before, .support .online__input_after{
    width: 100%;
  }
}

/* Thanks page*/

.thanks-page {
  position: relative;
  min-height: 600px;
  height: 600px;
}

.thanks-page__back {
  position: absolute;
  top: 0;
  left: 0;
  /* min-width: 1920px; */
  width: 100%;
  min-height: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.thanks-page__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 264px;
  max-width: 870px;
  align-content: center;
  margin: 0 auto;
  padding-top: 168px;
}

.thanks-page__text {
  max-width: 450px;
}

.thanks-confirm {
  font-family: 'SB Sans Display', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 50px;
}

.thanks-page__caption {
  margin-bottom: 16px;
  font-family: "SB Sans Display", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
  color: #000000;
}

.thanks-page__descriptor {
  font-family: 'SB Sans Display', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #333F48;
}

.thanks-page .thanks-page__button {
  margin-top: 32px;
  width: 144px;
  padding: 8px 36px;
  font-family: 'SB Sans Text';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
}

.thanks-page .button__icon_left {
  display: block;
  margin-right: 10px;
}

.thanks-page .thanks-page__image-container {
  width: 200px;
  height: 200px;
}

.thanks-page .thanks-page__image {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}

@media screen and (max-width: 1199px) {
  .thanks-page {
      height: auto;
      padding-bottom: 64px;
  }

  .thanks-page__container {
    max-width: inherit;
  }
}


@media screen and (max-width: 767px) {

  .thanks-page__container {
    padding-top: 0;
    justify-content: center;
  }
  .thanks-page .thanks-page__caption {
      font-size: 24px;
      line-height: 30px;
  }

  .thanks-page .thanks-page__descriptor {
      font-size: 14px;
      line-height: 20px;
  }

  .thanks-page .thanks-page__button {
      width: 142px;
      height: 32px;
  }

  .thanks-page .thanks-page__image-container {
    display: none;
  }

  .thanks-page {
      min-height: auto;
      padding-bottom: 40px;
  }

}
@media screen and (max-width: 460px) {
  .support .online__cash_list{
  display: flex;
  flex-wrap: nowrap;
  width: 100%;;
  column-gap: 10px;
}

.support .online__cash_item {
  padding: 0px;
  width: 100%;
  font-size: 14px;
}
}