.customize-formPage .btn {
  border: 2px solid #00d37d;
  max-width: 160px;
  padding: 10px;
  text-transform: uppercase;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 1px;
}
.customize-formPage .btnFond {
  min-width: 200px;
  max-width: initial !important;
  margin: 0;
  background-color: #fff;
  border: none;
  color: #00d37d;
  text-transform: uppercase;
  width: initial !important;
  float: right;
  padding: 8px;
  border: 2px solid #fff;
  transition: 0.5s;
  font-family: "OS_Bold";
}
.customize-formPage .btnFond:hover {
  background-color: #00d37d;
  color: #fff;
}
.customize-formPage .wrapper {
  max-width: 730px;
  margin: 0 auto;
}
.customize-formPage .title {
  margin-top: 40px;
  padding-bottom: 30px;
}
.customize-formPage .title h1 {
  color: #00d37d;
}
.customize-formPage .formGreyBack {
  background-color: #efecff;
}
.customize-formPage .formWrapper {
  max-width: 730px;
  margin: 0 auto;
}
.customize-formPage .formSwitcher {
  display: flex;
  margin: 0 -4px;
}
.customize-formPage .formKind {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #2a7c5a;
  padding: 30px 0px;
  margin: 0 4px;
  cursor: pointer;
}
.customize-formPage .formKind.active {
  background-color: #00d37d;
}
.customize-formPage .formBlock {
  background-color: #00d37d;
  display: none;
}
.customize-formPage .formBlock.active {
  display: block;
}
.customize-formPage .formBlock .paypal-container {
  display: none;
}
.customize-formPage .formBlock .paypal-container .flex {
  display: flex;
  justify-content: center;
  padding: 20%;
}
.customize-formPage .formBlock .satispay-container {
  display: none;
}
.customize-formPage .formBlock .satispay-container .flex {
  display: flex;
  justify-content: center;
  padding: 10%;
}
.customize-formPage .formBlock .requisites-block {
  display: none;
  padding: 30px 94px;
}
.customize-formPage .formBlock .requisites-block .smiles {
  padding-top: 40px;
}
.customize-formPage .formBlock .requisites-block-wrap .requisites-block {
  display: block;
}
.customize-formPage .formBlock > * {
  display: none;
  box-sizing: border-box;
}
.customize-formPage .formBlock > *.show {
  display: block;
}
.customize-formPage .requisites-list {
  display: flex;
  flex-direction: column;
}
.customize-formPage .requisites-list .row {
  display: flex;
}
.customize-formPage .requisites-list .row div:first-child {
  flex: 0 0 30%;
  font-family: "OS_regular";
  font-size: 18px;
  line-height: 30px;
  text-transform: capitalize;
  color: #fff;
}
.customize-formPage .requisites-list .row div:last-child {
  flex: 0 0 70%;
  font-family: "OS_regular";
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  text-transform: capitalize;
  color: #fff;
}
.customize-formPage .requisites-list h5 {
  font-family: "OS_regular";
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  margin-bottom: 40px;
}
.customize-formPage input {
  height: 40px;
  box-sizing: border-box;
  font-family: "Open Sans";
  outline: none;
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 18px;
  max-width: 170px;
}
.customize-formPage input[type=submit] {
  outline: none;
  border: 2px solid #fff;
  background-color: #fff;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 20px;
  width: 50%;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  display: block;
  margin: 40px auto 0;
  text-transform: uppercase;
  box-sizing: border-box;
}
.customize-formPage input[type=submit]:hover {
  background-color: transparent;
  color: #fff;
}
.customize-formPage input[type=text],
.customize-formPage input [type=tel] {
  max-width: 170px;
}
.customize-formPage .donateForm {
  padding: 30px 90px;
}
.customize-formPage .donateForm textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
.customize-formPage .donateForm .textarea {
  border: 2px solid #fff;
  width: 100%;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0);
  outline: none;
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  border-radius: 0;
  color: #fff;
  text-shadow: none;
  box-sizing: border-box;
}
.customize-formPage .donateForm .currency {
  display: none;
}
.customize-formPage .donateForm .flex {
  display: flex;
}
.customize-formPage .moneyValue {
  text-align: center;
}
.customize-formPage .donate-form {
  margin-top: 30px;
}
.customize-formPage .moneyList {
  display: flex;
}
.customize-formPage .moneyList span {
  color: #fff;
  font-family: "OS_regular";
  font-size: 18px;
  line-height: 18px;
  font-weight: 100;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.customize-formPage .moneyList .moneyItem {
  display: flex;
  border: 2px solid #fff;
  padding: 10px 15px;
  cursor: pointer;
  margin-right: 30px;
  height: 40px;
  box-sizing: border-box;
}
.customize-formPage .moneyList .moneyItem.active {
  background-color: #fff;
}
.customize-formPage .moneyList .moneyItem.active span {
  color: #00d37d;
}
.customize-formPage .inputLine {
  margin-bottom: 20px;
}
.customize-formPage .inputLine .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.customize-formPage .inputLine .flex.row {
  margin: 0 -10px;
}
.customize-formPage .inputLine .flex.row .flexItem {
  padding: 0 10px;
}
.customize-formPage .inputLine .flex.row input {
  width: 100%;
  max-width: 100%;
}
.customize-formPage .inputLine .flexItem {
  flex: 1;
  max-width: 250px;
  position: relative;
}
.customize-formPage .inputLine label {
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
  line-height: 20px;
}
.customize-formPage .inputLine label[for=wantToBe] {
  display: flex;
}
.customize-formPage .inputLine .wantToBe {
  cursor: pointer;
  display: none;
}
.customize-formPage .inputLine .wantToBe.active {
  display: block;
}
.customize-formPage .inputLine .wantToBe > span > span {
  margin: 0;
  display: block;
}
.customize-formPage .choosenProject {
  height: 40px;
  display: flex;
  padding: 8px 0;
  cursor: pointer;
  box-sizing: border-box;
  border: 2px solid #fff;
}
.customize-formPage .arrowSelect {
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.customize-formPage .arrowSelect:before {
  content: "";
  background-image: url("https://emmaus.com.ua/wp-content/themes/emmaus/img/Polygon.svg");
  background-repeat: no-repeat;
  position: absolute;
  width: 10px;
  height: 10px;
  z-index: 10;
}
.customize-formPage .currentProject {
  display: flex;
}
.customize-formPage .currentProject span {
  color: #fff;
  font-family: "OS_regular";
  font-size: 18px;
}
.customize-formPage .projectList {
  position: absolute;
  border: 2px solid #fff;
  display: none;
  padding: 8px 38px;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  background-color: #00d37d;
  top: 0;
  z-index: 9;
}
.customize-formPage .projectList.open {
  display: flex;
}
.customize-formPage .projectList span {
  display: block;
  padding: 5px;
}
.customize-formPage .projectList li:hover {
  background-color: rgba(42, 124, 90, 0.22);
}
.customize-formPage .val {
  display: none;
}
.customize-formPage .projectInput {
  display: none;
}
.customize-formPage .smiles {
  padding-top: 10px;
  padding-top: 20px;
  width: 100px;
  margin: 0 auto;
}

@media screen and (max-width: 1250px) {
  .customize-formPage .moneyList .moneyItem {
    margin-right: 10px;
  }
}
@media screen and (max-width: 969px) {
  .customize-formPage .inputLine .flex {
    flex-direction: column;
    align-items: normal;
  }
  .customize-formPage .inputLine .flexItem {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .customize-formPage .requisites-list .row {
    flex-direction: column;
  }
  .customize-formPage .requisites-list .row div {
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 536px) {
  .customize-formPage .title {
    padding: 10px;
  }
  .customize-formPage .title h1 {
    font-size: 30px;
  }
  .customize-formPage .donateForm {
    padding: 30px 10px;
  }
  .customize-formPage .formBlock .requisites-block {
    padding: 30px 10px;
  }
  .customize-formPage .moneyList .moneyItem {
    padding: 10px 10px;
    margin-right: 10px;
  }
  .customize-formPage .formKind span {
    font-size: 16px;
  }
  .customize-formPage .btnFond {
    margin: 0 auto;
  }
}

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