@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600&display=swap");
html {
  font-size: 16px;
  overflow-x: hidden;
}
html.menu-active {
  overflow-y: hidden;
}

body {
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  color: #000;
  overflow-x: hidden;
  line-height: 1.3;
}

img {
  max-width: 100%;
  height: auto;
}
a, input, button {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

a {
  color: #000;
}

h1, h2, h3, h4 {
  font-weight: bold;
  margin: 0 0 30px;
  font-family: "Oswald", sans-serif;
}

h2 {
  font-size: 2.4rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 1.8rem;
  }
}

p {
  margin: 0 0 25px;
}

.content {
  padding: 40px 0;
}

@media only screen and (max-width: 991px) {
  .desk {
    display: none;
  }
}

.mob {
  display: none;
}
@media only screen and (max-width: 991px) {
  .mob {
    display: block;
  }
  .mob-center {
    text-align: center;
  }
}

.button {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff463), to(#ffc063));
  background-image: -o-linear-gradient(#fff463, #ffc063);
  background-image: linear-gradient(#fff463, #ffc063);
  color: #000;
  font-size: 2rem;
  font-family: "Oswald", sans-serif;
  padding: 12px 30px;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 991px) {
  .button {
    font-size: 1.8rem;
  }
}
.button:hover {
  color: #000;
  text-decoration: none;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.logo {
  margin: 0 0 50px;
}
.logo img {
  max-width: 150px;
}

.s1 {
  background: url(../fundraise_images/bg1.png) no-repeat center bottom;
  padding: 10% 0 30%;
  z-index: 3;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .s1 {
    text-align: center;
    padding: 25% 0 170%;
  }
}
.s1 .title img {
  max-width: 450px;
}
@media only screen and (max-width: 991px) {
  .s1 .title img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .s1 {
    background-image: url(../fundraise_images/m1.png);
  }
}

.title--img {
  margin: 0 0 50px;
}
.title--center {
  text-align: center;
}
.title--center img {
  max-width: 600px;
}
.title--big {
  font-size: 3rem;
  letter-spacing: -2px;
}
@media only screen and (max-width: 991px) {
  .title--big {
    font-size: 1.8rem;
  }
}
.title--big small {
  display: block;
}

.s2 {
  background: url(../fundraise_images/background.png) no-repeat center bottom;
  padding: 45% 0 20%;
  margin-top: -30%;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .s2 {
    padding: 45% 0 70%;
  }
}
@media only screen and (max-width: 991px) and (max-width: 991px) {
  .s2 .title img {
    max-height: 100px;
    max-width: 100%;
  }
}
.s2__img {
  text-align: center;
}
.s3 {
  background: url(../fundraise_images/bg-gray.png) no-repeat center bottom;
  padding: 20% 0 20%;
  margin-top: -20%;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .s3 {
    padding: 30% 0 60%;
    margin-top: -60%;
  }
  .s3__photos {
    margin: 0 -15px 40px;
  }
}
.s3 h2 {
  font-size: 2.2rem;
}

.s4 {
  background: url(../fundraise_images/bg3.png) no-repeat center bottom;
  padding: 20% 0 20%;
  margin-top: -20%;
}
@media only screen and (max-width: 991px) {
  .s4 {
    background-image: url(../fundraise_images/m2.png);
    padding: 20% 0 160%;
  }
}

.s5 {
  background: url(../fundraise_images/bg4.png) no-repeat center bottom;
  background-size: 100% auto;
  padding: 28% 0 28%;
  margin-top: -20%;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 991px) {
  .s5 {
    background-image: url(../fundraise_images/m3.png);
  }
  .s5 .mob-s5 {
    padding-top: 20px;
  }
}

.s6 {
  background: url(../fundraise_images/bg5.png) no-repeat center bottom;
  background-size: cover;
  padding: 40% 0 25%;
  margin-top: -20%;
}
@media only screen and (max-width: 991px) {
  .s6 {
    background-image: url(../fundraise_images/m4.png);
    padding: 35% 0 120%;
    text-align: center;
  }
}

.head-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 15px;
}

.head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .head {
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
}
.head__name {
  padding-right: 15px;
}
@media only screen and (max-width: 991px) {
  .head__name {
    padding-right: 0;
    margin-bottom: 5px;
  }
}
.head__translate {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .head__translate {
    text-align: center;
  }
}