.full-height-body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.donate-page-content {
  flex: 1 1 auto;
}

.donate-page-header {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 134px 0 193px;
  display: flex;
  justify-content: center;
  opacity: 0;
  background: center / 120% no-repeat url("../images/pattern.png");
  transition: background-size 1s linear 100ms;
}
.donate-page-header__title {
  min-height: 157px;
  width: 100%;
  max-width: 1236px;
  transform: translateX(-100vw);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background-color: #01016B;
  transition: transform 1s linear 1s;
}
.donate-page-header.in-view {
  opacity: 1;
  background-size: 100%;
}
.donate-page-header.in-view .donate-page-header__title {
  transform: translateX(0);
}
.donate-page__form-section {
  position: relative;
  top: -143px;
  max-width: 1236px;
  width: 100%;
  margin: 0 auto -16px;
  padding: 45px 42px 72px 53px;
  background-color: #FAFAFA;
}
.form-message {
  margin-bottom: 62px;
}
.donate-form {
  margin-bottom: 130px;
  display: flex;
  align-items: center;
}
.donate-form__input {
  height: 84px;
  width: 347px;
  padding: 0 30px;
  border: 3px solid #28BA6B;
}
.donate-form__input-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
}
.donate-form__input::placeholder {
  font-weight: 300;
  font-size: 18px;
  line-height: 17px;
  color: rgba(51, 51, 51, 0.5);
}
.donate-form__btn {
  width: 277px;
  height: 84px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 30px;
  line-height: 29px;
  text-align: center;
  color: #fff;
  background-color: #28BA6B;
  border-radius: 48px;
  cursor: pointer;
}
.pay-btn {
  margin-left: 24px;
}
.or {
  flex: 1;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  line-height: 29px;
  color: #28BA6B;
}
.table-container {
  width: 1141px;
  margin: 0 auto 227px;
}
.donate-table {
  width: 100%;
  border-collapse: collapse;
}
.donate-table__title {
  margin-bottom: 26px;
  line-height: 116%;
}
.donate-table__title.mobile {
  display: none;
}
.donate-table tr:nth-of-type(odd) {
  background-color: #E9E9E9;
}
.donate-table td {
  padding: 13px 30px;
}
.donate-table td:first-child {
  width: 45%;
}

@media screen and (max-width: 1600px) {
  .donate-page-header {
    padding: 46px 0 301px;
  }
  .donate-page-header__title {
    max-width: 916px;
    min-height: 136px;
  }
  .donate-page-header__title .title-2 {
    font-size: 61px;
    line-height: 58px;
  }
  .donate-page__form-section {
    position: relative;
    top: -257px;
    max-width: 1077px;
    margin: 0 auto -160px;
    padding: 38px 82px 64px;
  }
  .form-message {
    margin-bottom: 53px;
  }
  .donate-form__btn {
    width: 240px;
    height: 73px;
    font-size: 22px;
    line-height: 21px;
  }
  .table-container {
    width: 991px;
    margin-bottom: 236px;
  }
  .donate-table__title {
    margin-bottom: 45px;
  }
  .donate-table td {
    padding: 11px 32px;
  }
}

@media screen and (max-width: 1440px) {
  .donate-page-header {
    background-image: url("../images/pattern_1440.png");
  }
  .table-container {
    margin-bottom: 81px;
  }
  .donate-table__title {
    font-size: 52px;
  }
}

@media screen and (max-width: 1280px) {
  .donate-page-header {
    background-image: url("../images/pattern_1280.png");
  }
}

@media screen and (max-width: 1024px) {
  .donate-page-header {
    padding: 83px 0 67px;
    background-image: url("../images/pattern_1024.png");
  }
  .donate-page-header__title {
    max-width: 244px;
    min-height: 74px;
  }
  .donate-page-header__title .title-2 {
    font-size: 28px;
    line-height: 27px;
  }
  .donate-page__form-section {
    position: static;
    padding-top: 30px;
    padding-left: 11px;
    padding-right: 16px;
    padding-bottom: 0px;
    margin-bottom: 118px;
    background-color: #fff;
  }
  .form-message {
    margin-bottom: 46px;
  }
  .form__btn {
    width: 236px;
    height: 72px;
  }
  .table-container {
    width: 100%;
    margin-bottom: 104px;
  }
  .donate-table__title:not(.mobile) {
    display: none;
  }
  .donate-table__title.mobile {
    display: table-caption;
  }
  .donate-table__title {
    margin-bottom: 41px;
    font-size: 40px;
    line-height: 116.2%;
  }
  .donate-table td {
    padding: 7px 11px;
  }
}

@media screen and (max-width: 375px) {
  .donate-page-header {
    background-image: url("../images/pattern_mob.png");
  }
}
@media screen and (max-width: 374px) {
  .donate-table td {
    padding: 7px;
  }
}
.donate-table > tbody > tr > .text:nth-of-type(3) {
  text-align: right;
}
