.s--hero {
  position: static;
  display: block;
  overflow: visible;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#b0f2dc), to(#b0e9f2));
  background-image: linear-gradient(0deg, #b0f2dc, #b0e9f2);
}

.sticky-content {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 34vh;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-width: 1200px;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.body {
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 700;
}

.nav--logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Songer g', sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 22px;
  text-align: left;
  text-decoration: none;
}

.image {
  margin-right: 12px;
}

.nav-row {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 1200px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 19px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav--social {
  margin-left: -51px;
}

.social--item {
  width: 40px;
  height: 40px;
  margin-right: 4px;
  margin-left: 4px;
  background-image: url('../images/vk-icon--lesiki.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.social--item:hover {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.social--item.ok {
  background-image: url('../images/ok-icon--lesiki.svg');
}

.social--item.fb {
  background-image: url('../images/fb-icon--lesiki.svg');
}

.social--item.yt {
  background-image: url('../images/yt-icon--.svg');
}

.nav--menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu--item {
  display: block;
  margin-right: 4px;
  margin-left: 4px;
  padding: 17px 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Songer g', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
}

.menu--item:hover {
  color: #b9a14f;
}

.menu-item__join {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.counter-num {
  margin-right: 15px;
  margin-bottom: 3px;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 28px;
  line-height: 25px;
  font-weight: 700;
}

.button {
  position: relative;
  overflow: hidden;
  border: 3px solid #000;
  border-radius: 14px;
  background-color: rgba(56, 152, 236, 0);
  font-family: 'Songer g', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.button:hover {
  background-color: #000;
  color: #fff;
}

.hero-heading {
  font-family: 'Songer g', sans-serif;
  color: #000;
  font-size: 240px;
  line-height: 80%;
  text-align: center;
}

.hero-subtext {
  margin-right: 38px;
  font-family: 'Songer g', sans-serif;
  color: #01964c;
  font-size: 30px;
  text-align: right;
}

.hero--more-icon {
  position: relative;
  top: 123px;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}

.hero--bg__trees {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 105vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-image: url('../images/lesiki-bg--bottom.png'), url('../images/lesiki-bg--top.png');
  background-position: 50% 59vh, 41% -15%;
  background-size: 100%, contain;
  background-repeat: no-repeat, no-repeat;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.bg--cloud__l {
  position: relative;
  left: -436px;
}

.bg--cloud__r {
  position: relative;
  right: -224px;
}

.bg--leaves__t-l {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 7;
  width: 50%;
  height: 340px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 100% 0%;
  object-position: 100% 0%;
}

.bg--leaves__t-r {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 7;
  width: 50%;
  height: 340px;
}

.bg--leaves__b-r {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 7;
  width: 50%;
  height: 396px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 100% 0%;
  object-position: 100% 0%;
}

.bg--leaves__b-l {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 7;
  width: 50%;
  height: 396px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 100% 0%;
  object-position: 100% 0%;
}

.section {
  height: 100vh;
}

.hero--bg__clouds {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 150vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: transparent;
}

.scroll-container {
  position: relative;
  width: 100%;
  height: 140vh;
}

.mainframe {
  overflow: visible;
  border-bottom: 60px none #209652;
  border-radius: 0px;
  background-image: url('../images/leaves_b_r.svg');
  background-position: 100% 100%;
  background-size: 46%;
  background-repeat: no-repeat;
}

.text-span {
  display: inline-block;
  margin-right: 6px;
  margin-left: 6px;
  -webkit-transform: scale3d(1.8, 1, 1);
  transform: scale3d(1.8, 1, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.section-2 {
  position: relative;
  display: block;
  height: auto;
  padding-top: 92px;
  padding-bottom: 152px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #b0f2dc;
}

.lesik {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: -69%;
  z-index: 10;
}

.lesik.hide {
  display: none;
}

.c-content {
  position: relative;
  top: 21px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-width: 1200px;
  min-height: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.c-content.f {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-content.f-copy {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro-txt {
  width: 60%;
  margin-bottom: 25px;
  font-size: 29px;
  line-height: 43px;
  text-align: left;
}

.intro-text2-title {
  width: auto;
  margin-bottom: 25px;
  font-family: 'Songer g', sans-serif;
  font-size: 43px;
  line-height: 43px;
  text-align: left;
}

.text-block-4 {
  width: 50%;
  margin-bottom: 30px;
  font-size: 25px;
  line-height: 32px;
  text-align: left;
}

.list-item {
  padding-left: 48px;
  background-image: url('../images/bullet-lesiki.svg');
  background-position: 0px 0px;
  background-size: 30px;
  background-repeat: no-repeat;
}

.wrapper-lesik-1 {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding-top: 123px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper-lesik-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -61px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lesik-bubble {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 327px;
  min-height: 200px;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 61px;
  background-color: #fff;
  font-size: 18px;
  text-align: center;
}

.lesik-bubble._2 {
  position: absolute;
}

.intro-txt__title {
  display: inline-block;
  margin-bottom: 26px;
  font-family: 'Songer g', sans-serif;
  font-size: 56px;
  line-height: 53px;
}

.quote-symbol-margin {
  margin-left: -9px;
}

.text-block-3-copy {
  width: 60%;
  margin-bottom: 25px;
  font-size: 34px;
  line-height: 43px;
  text-align: left;
}

.section-title {
  width: auto;
  margin-bottom: 0px;
  font-family: 'Songer g', sans-serif;
  font-size: 34px;
  line-height: 43px;
  text-align: left;
}

.section-title.margin-btn {
  margin-bottom: 28px;
}

.div-block-2 {
  text-align: left;
}

.lesiki-speach {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  min-height: 1600px;
  margin: 45px auto 114px;
  padding-right: 187px;
  padding-left: 157px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.intro-text1 {
  position: static;
  top: 60px;
  margin-bottom: 90px;
}

.text-block-3-copy-copy-copy {
  width: auto;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 30px;
  text-align: left;
}

.materials-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 450px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col1 {
  width: 50%;
}

.slide-item {
  overflow: hidden;
  width: 285px;
  height: 215px;
  min-height: 200px;
  min-width: 100px;
  margin: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #f5eaea;
  border-radius: 14px;
  background-color: #f8f2f2;
}

.slide-item._2 {
  width: 285px;
  height: 215px;
}

.slides-demo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-span-4 {
  color: #92a843;
}

.text-block-5 {
  margin-top: 9px;
  margin-bottom: 40px;
  font-size: 19px;
}

.list-item-copy {
  padding-left: 48px;
  background-image: url('../images/bullet-lesiki.svg');
  background-position: 0px 0px;
  background-size: 30px;
  background-repeat: no-repeat;
}

.text-block-4-copy {
  width: auto;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
}

.list {
  margin-right: 80px;
}

.col1-3 {
  width: 33.333333333333336%;
}

.step-block-title__big {
  font-family: 'Songer g', sans-serif;
  font-size: 25px;
}

.oraganisators-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 450px;
  margin-top: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.step-block__title {
  margin-bottom: 25px;
}

.step-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 350px;
  padding-top: 40px;
  padding-right: 30px;
  padding-left: 29px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/st1-bg.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 18px;
  line-height: 25px;
}

.step-block._2 {
  background-image: url('../images/st2-bg.svg');
}

.step-block._3 {
  background-image: url('../images/st3-bg.svg');
}

.how-to--section {
  display: block;
  height: auto;
  padding-top: 18px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.materials-section {
  display: block;
  height: auto;
  padding-top: 170px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.volonteer--section {
  position: relative;
  top: -153px;
  z-index: 10;
  display: block;
  overflow: hidden;
  height: auto;
  margin-bottom: -154px;
  padding-top: 228px;
  padding-bottom: 94px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-title-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.paragraph {
  font-size: 18px;
  line-height: 25px;
}

.paragraph.green {
  color: #3baa36;
}

.map--section {
  display: block;
  height: auto;
  min-height: 400px;
  padding-top: 18px;
  padding-bottom: 94px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #b0f2dc;
}

.map-embed {
  overflow: hidden;
  width: 100%;
  min-height: 300px;
  margin-top: 21px;
  border-radius: 20px;
  background-color: transparent;
}

.phone-mockup {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 647px;
  height: 325px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.stores-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.btn-appstore {
  margin-right: 14px;
}

.game--section {
  display: block;
  height: auto;
  padding-top: 80px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.papa-son--section {
  display: block;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.organizaators--section {
  position: relative;
  z-index: 50;
  display: block;
  height: auto;
  padding-top: 90px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  background-image: none;
}

.organisator-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 350px;
  padding: 18px 30px 26px 29px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 19px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
}

.organisator-item:hover {
  background-color: #fff;
}

.organisator-item._2 {
  background-image: url('../images/st2-bg.svg');
}

.organisator-item._3 {
  background-image: url('../images/st3-bg.svg');
}

.organisator-title {
  margin-bottom: 25px;
  font-family: 'Songer g', sans-serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 1px;
}

.foooter--section {
  position: relative;
  display: block;
  height: auto;
  margin-top: -317px;
  padding-top: 18px;
  padding-bottom: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  background-image: url('../images/leaves__b-l.svg');
  background-position: 0% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-content-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 404px;
  margin-top: 39px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 520px;
  height: 288px;
}

.image-3 {
  width: 284px;
}

.image-4 {
  height: 214px;
}

.col-slides__column._2 {
  margin-top: -116px;
}

.hands-img {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 10%;
  width: 464px;
  -webkit-perspective-origin: 100% 100%;
  perspective-origin: 100% 100%;
  -webkit-transform: rotate(-9deg);
  -ms-transform: rotate(-9deg);
  transform: rotate(-9deg);
}

.image-5 {
  position: -webkit-sticky;
  position: sticky;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-right: 0px;
  margin-left: auto;
}

.lesik-parachute {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  margin-top: -314px;
  padding-right: 133px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  text-align: right;
}

.intro-section {
  position: relative;
  display: block;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #b0f2dc;
  background-image: url('../images/bg-lesiki-2-2.png');
  background-position: 0% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sticky-path {
  position: relative;
  height: auto;
}

.hero--trees-frame {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.text-span-6 {
  color: #8cae41;
}

.hero-birds-lottie-animation {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
}

.section-2-copy2 {
  position: relative;
  display: none;
  height: auto;
  padding-top: 92px;
  padding-bottom: 152px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #b0f2dc;
}

.lottie-animation-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
}

.game-col-2 {
  padding-left: 30px;
}

.game-col-1 {
  width: 43%;
}

.volonteer-title {
  width: auto;
  margin-bottom: 5px;
  font-family: 'Songer g', sans-serif;
  font-size: 46px;
  line-height: 50px;
  text-align: left;
}

.volonteer-title.margin-btn {
  margin-bottom: 28px;
}

.volonteer-block {
  width: 60%;
}

.organisator-logo {
  height: 70px;
  margin-bottom: 29px;
}

.text-span-7 {
  color: #92a843;
}

.green {
  color: #359543;
}

.link {
  display: inline-block;
  border-bottom: 2px solid #209652;
  color: #6a7763;
  text-decoration: none;
}

.intro-text2 {
  margin-bottom: 166px;
}

.footer-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  border-radius: 20px;
  background-color: #fff;
  opacity: 0;
}

.phone-mockup-img {
  position: static;
  z-index: 3;
}

.youtube {
  top: -28px;
  width: 647px;
  height: 325px;
}

.lightbox-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.phone-mockup-playicon {
  position: absolute;
  z-index: 6;
  width: 80px;
}

.phone-mockup-playicon:hover {
  width: 90px;
}

.counter-txt {
  margin-right: 15px;
  font-size: 8px;
  line-height: 8px;
}

.counter-wrapper.margin {
  margin-top: 0px;
  text-align: right;
}

.lesik-txt {
  display: block;
  width: auto;
  min-height: auto;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 20px;
  background-color: transparent;
  font-family: 'Balsamiq Sans', sans-serif;
  color: #1a1a1a;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}

.lesik-txt._2 {
  position: absolute;
}

.div-block-16 {
  position: absolute;
  bottom: -15px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.text-span-8 {
  color: #82c739;
}

.footer-lesik {
  margin-bottom: 10px;
}

.col2 {
  width: 50%;
}

.lottie-animation-3 {
  width: 240px;
  height: 260px;
}

.text-block-18 {
  margin-bottom: 21px;
  font-size: 41px;
  line-height: 43px;
}

.title {
  margin-bottom: 15px;
  margin-left: 0px;
  padding-top: 0px;
  font-family: 'Songer g', sans-serif;
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
}

.link-7 {
  display: block;
  margin-top: 16px;
  padding: 10px 9px 12px;
  float: left;
  background-color: transparent;
  color: #c1df9f;
  font-size: 25px;
  text-decoration: none;
  text-transform: uppercase;
}

.link-7:hover {
  color: #73885a;
}

.link-8 {
  display: inline-block;
  border-bottom: 3px solid #8eb456;
  color: #000;
  text-decoration: none;
}

.link-8:hover {
  border-bottom-color: transparent;
}

.close-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 45px;
  height: 45px;
  margin-top: 21px;
  margin-right: 19px;
  padding-top: 13px;
  border-radius: 7px;
  background-color: #746962;
  font-size: 23px;
}

.success-message {
  padding-bottom: 31px;
  background-color: rgba(60, 214, 128, 0.42);
}

.field-label {
  margin-top: 20px;
}

.popup-msg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.submit-button-2 {
  margin-top: 10px;
  padding: 10px 20px;
  float: right;
  border-radius: 10px;
  background-color: #76b72a;
  font-size: 21px;
  line-height: 32px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.submit-button-2:hover {
  box-shadow: inset 0 0 30px -10px #000;
}

.msg-wrapper {
  position: relative;
  width: 600px;
  height: auto;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
}

.text-span-9 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-color: #fff;
}

.big-social {
  width: 48px;
  height: 48px;
  background-image: url('../images/ico-vk.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.big-social.insta {
  background-image: url('../images/ico-inst.svg');
  background-size: 34px;
}

.big-social.vk {
  margin-left: 0px;
  background-size: 42px;
}

.big-social.fb {
  background-image: url('../images/ico-fb3x_1ico-fb@3x.png');
  background-size: 20px;
}

.link-2 {
  display: inline-block;
  border-bottom: 3px solid #db9d17;
  color: #000;
  text-decoration: none;
}

.link-2:hover {
  border-bottom-color: transparent;
}

.submit-button {
  margin-top: 10px;
  float: right;
  background-color: #db9d17;
  font-size: 25px;
  line-height: 32px;
  text-transform: uppercase;
}

.submit-button:hover {
  box-shadow: inset 0 0 30px -10px #000;
}

.text-block-21 {
  display: block;
  margin-bottom: 0px;
  padding-top: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 27px;
  line-height: 26px;
  text-transform: uppercase;
}

.close-btn-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 45px;
  height: 45px;
  margin-top: 33px;
  margin-right: 19px;
  padding-top: 11px;
  background-color: #746962;
  font-size: 23px;
}

.section-8 {
  min-height: 300px;
  padding-top: 31px;
  padding-bottom: 64px;
  color: #fff;
}

.link-9-copy {
  display: inline-block;
  margin-bottom: 13px;
  margin-left: -17px;
  padding-bottom: 1px;
  border-bottom: 1px solid transparent;
  color: #83c838;
  text-decoration: none;
}

.link-9-copy:hover {
  border-bottom-color: #7464d5;
}

.text-block-12 {
  display: inline-block;
  font-size: 11px;
}

.link-block {
  margin-right: 30px;
  float: left;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin-top: 25px;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsla(0, 0%, 100%, 0.57);
  font-size: 11px;
  line-height: 18px;
  text-decoration: none;
}

.cont {
  display: block;
  margin-top: 67px;
  margin-right: 5%;
  margin-left: 5%;
}

.cont.margin-top-s {
  margin-top: 0px;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-top: 10px;
}

.button-copy {
  margin-left: 16px;
  padding-top: 8px;
  padding-bottom: 11px;
  padding-left: 40px;
  border: 3px solid #db9d17;
  background-color: transparent;
  background-image: url('../images/login2x_1login@2x.png');
  background-position: 40% 50%;
  background-size: 29px;
  background-repeat: no-repeat;
  color: #000;
}

.button-copy:hover {
  box-shadow: inset 0 0 26px -8px #000;
}

.button-copy.ask {
  padding-bottom: 8px;
  background-image: url('../images/ico-askQuestion.svg');
  background-position: 50% 57%;
  background-size: 33px;
}

.link-4 {
  display: block;
  margin-top: 16px;
  padding-top: 10px;
  padding-bottom: 12px;
  float: left;
  color: #746962;
  font-size: 25px;
  text-decoration: none;
  text-transform: uppercase;
}

.link-4:hover {
  color: #db9d17;
}

.wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #e1eeff;
  background-image: url('../images/les-bg.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-38 {
  position: relative;
  bottom: -20px;
  width: 63px;
  height: 82px;
  margin-top: -21px;
  margin-right: 18px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/logo-wwf.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 8px -3px rgba(0, 0, 0, 0.34);
}

.social-lincs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.title-2 {
  margin-bottom: 15px;
  margin-left: 0px;
  font-family: 'Songer g', sans-serif;
  color: #67866a;
  font-size: 3.1em;
  line-height: 1.1em;
  text-transform: uppercase;
}

.link-block-3-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin-top: 25px;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsla(0, 0%, 100%, 0.47);
  font-size: 11px;
  line-height: 18px;
  text-decoration: none;
}

.div-block-30 {
  width: 60%;
  float: left;
}

.div-block-34 {
  height: 87px;
  margin-right: 30px;
  padding-right: 95px;
  padding-bottom: 0px;
  padding-left: 65px;
  background-image: url('../images/citi-foubdation-logo2x.png');
  background-position: 50% 0px;
  background-size: 138px;
  background-repeat: no-repeat;
}

.popup-body {
  overflow: auto;
  margin: 49px 10%;
  padding-top: 65px;
  padding-bottom: 65px;
  border-radius: 20px;
  background-color: #fff;
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.msg-wrapper-2 {
  position: relative;
  width: 600px;
  height: auto;
  padding: 20px;
  background-color: #fff;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-span-18 {
  position: relative;
  top: -4px;
  padding-left: 7px;
  color: #7464d5;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-indent: 12px;
}

.join-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-top: 18px;
  margin-left: 169px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-13 {
  margin-top: -9px;
  color: hsla(0, 0%, 100%, 0.57);
  text-decoration: none;
}

.image-10 {
  margin-top: 16px;
  margin-right: 35px;
  margin-bottom: 34px;
  float: left;
}

.panel--reg-fixed-copy {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 82px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 53px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px none #ededed;
  background-image: none;
  background-size: auto;
}

.body-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .s--hero {
    height: 100vh;
  }
  .sticky-content {
    height: 100vh;
  }
  .nav--logo {
    width: 240px;
    margin-right: 1px;
  }
  .nav-row {
    width: auto;
  }
  .nav--social {
    width: 70px;
    margin-left: -7px;
  }
  .social--item {
    width: 25px;
    height: 25px;
  }
  .nav--menu {
    width: 50%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .menu--item {
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .menu-item__join {
    margin-left: 20px;
  }
  .button {
    min-width: 94px;
    line-height: 15px;
  }
  .hero-heading {
    font-size: 156px;
  }
  .hero--bg__trees {
    background-position: 50% 59vh, 41% 0%;
  }
  .bg--cloud__l {
    top: -224px;
  }
  .bg--cloud__r {
    top: -283px;
  }
  .scroll-container {
    height: auto;
  }
  .lesik {
    bottom: 0%;
  }
  .c-content.f {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .c-content.f-copy {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .intro-txt {
    width: 95%;
  }
  .text-block-4 {
    width: 95%;
  }
  .section-title {
    margin-left: 30px;
  }
  .intro-text1 {
    margin-left: 30px;
  }
  .materials-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col1 {
    width: 100%;
  }
  .slides-demo {
    margin-top: 29px;
    margin-bottom: 98px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .text-block-5 {
    margin-left: 30px;
    line-height: 23px;
  }
  .list-item-copy {
    background-position: 0% 50%;
  }
  .text-block-4-copy {
    margin-bottom: 7px;
    padding-top: 7px;
    padding-bottom: 8px;
    font-size: 16px;
    line-height: 22px;
  }
  .list {
    width: 60%;
    margin-right: 0px;
    margin-left: 30px;
  }
  .col1-3 {
    width: 95%;
  }
  .oraganisators-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .step-block {
    min-height: 150px;
    background-position: 0% 50%;
  }
  .how-to--section {
    padding-bottom: 90px;
  }
  .materials-section {
    padding-top: 64px;
  }
  .volonteer--section {
    position: relative;
    top: 0px;
    margin-bottom: 0px;
    padding-top: 61px;
  }
  .paragraph {
    margin-right: 30px;
    margin-left: 30px;
  }
  .map-embed {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
  .phone-mockup {
    margin-top: 53px;
  }
  .stores-btns {
    margin-right: 30px;
    margin-left: 30px;
  }
  .organisator-item {
    margin-left: 22px;
  }
  .col-slides__column._2 {
    margin-top: 0px;
  }
  .col-slides__column._1 {
    margin-left: 0px;
  }
  .lesik-parachute {
    display: none;
  }
  .lottie-animation-2 {
    left: 0px;
    top: -60px;
  }
  .game-col-2 {
    padding-left: 0px;
  }
  .game-col-1 {
    width: 100%;
  }
  .volonteer-title {
    margin-bottom: 45px;
    margin-left: 30px;
  }
  .intro-text2 {
    margin-bottom: 696px;
    margin-left: 30px;
  }
  .div-block-14 {
    margin-right: 26px;
    margin-left: 26px;
  }
  .text-block-7 {
    font-size: 18px;
    line-height: 19px;
  }
  .footer-block {
    margin-left: 30px;
  }
  .col2 {
    width: 100%;
  }
  .title {
    font-size: 41px;
    line-height: 50px;
  }
  .text-block-21 {
    font-size: 34px;
    line-height: 32px;
  }
  .link-block {
    margin-left: 16px;
  }
  .link-block-3 {
    width: 329px;
  }
  .cont {
    margin-right: 10px;
    margin-left: 10px;
  }
  .button-copy {
    margin-right: 13px;
    margin-left: 14px;
    padding-top: 43px;
    padding-left: 43px;
    float: none;
  }
  .button-copy.ask {
    margin-right: 0px;
    padding-top: 43px;
    padding-left: 43px;
  }
  .div-block-38 {
    width: 67px;
    height: 87px;
    margin-top: -30px;
    margin-right: 15px;
    margin-left: 13px;
    padding-bottom: 1px;
  }
  .title-2 {
    font-size: 41px;
  }
  .link-block-3-copy {
    width: auto;
    margin-left: 0px;
  }
  .div-block-30 {
    width: 50%;
  }
  .div-block-30._2 {
    float: left;
  }
  .popup-body {
    overflow: visible;
    margin-right: 1%;
    margin-left: 1%;
    padding-top: 30px;
    padding-right: 33px;
    padding-left: 33px;
  }
  .join-social {
    width: 194px;
    margin-left: 111px;
  }
  .image-10 {
    margin-right: 16px;
  }
  .panel--reg-fixed-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -10px;
    margin-left: -10px;
    padding: 6px 10px 13px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@media screen and (max-width: 767px) {
  .s--hero {
    overflow: hidden;
  }
  .nav--logo {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .nav-row {
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .nav--social {
    width: 200px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    text-align: right;
  }
  .social--item {
    width: 32px;
    height: 40px;
  }
  .nav--menu {
    width: 100%;
    margin-bottom: 21px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .hero-heading {
    font-size: 97px;
  }
  .bg--cloud__l {
    left: -212px;
    top: -313px;
  }
  .lesik {
    left: 4%;
  }
  .c-content.f {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-content.f-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col1-3 {
    width: 100%;
  }
  .oraganisators-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-title-wrap {
    width: 100%;
  }
  .phone-mockup {
    width: 548px;
    height: auto;
    margin-left: 10px;
  }
  .game-col-1 {
    width: 100%;
  }
  .volonteer-block {
    width: 100%;
  }
  .link-block {
    margin-left: 11px;
    float: left;
  }
  .link-block.infooter {
    margin-left: 43px;
  }
  .link-block-3 {
    width: 511px;
    margin-left: 22px;
    float: left;
  }
  .cont {
    margin-top: 57px;
  }
  .button-copy {
    position: static;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 7px;
    padding-left: 53px;
  }
  .button-copy.ask {
    margin-right: 0px;
    padding-left: 53px;
  }
  .link-block-3-copy {
    margin-left: 21px;
    float: left;
  }
  .div-block-30 {
    width: 100%;
    padding-bottom: 5px;
  }
  .join-social {
    margin-top: 24px;
    margin-left: 175px;
  }
  .panel--reg-fixed-copy {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .s--hero {
    height: 725px;
  }
  .sticky-content {
    top: 0vh;
    height: 725px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav--logo {
    margin-right: 0px;
    margin-bottom: 13px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    text-align: center;
  }
  .image {
    width: 20px;
  }
  .nav-row {
    position: absolute;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .nav--social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 240px;
    margin-bottom: 10px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .nav--menu {
    width: auto;
    margin-bottom: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .menu-item__join {
    width: 100%;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero-heading {
    margin-top: 61px;
    padding-left: 0px;
    font-size: 101px;
  }
  .hero-subtext {
    margin-right: 0px;
    font-size: 14px;
    text-align: center;
  }
  .hero--bg__trees {
    height: 725px;
    background-position: 50% 100%, 41% 0%;
  }
  .hero--bg__clouds {
    height: 725px;
  }
  .scroll-container {
    height: 725px;
  }
  .mainframe {
    background-size: 176%;
  }
  .lesik {
    left: auto;
    right: auto;
    bottom: 2%;
  }
  .intro-txt {
    font-size: 18px;
    line-height: 27px;
  }
  .intro-text2-title {
    width: auto;
  }
  .text-block-4 {
    font-size: 16px;
    line-height: 23px;
  }
  .list-item {
    padding-top: 40px;
    padding-left: 0px;
  }
  .wrapper-lesik-2 {
    margin-bottom: 0px;
  }
  .lesik-bubble {
    width: 284px;
    margin-left: 6px;
    padding: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .intro-txt__title {
    font-size: 38px;
    line-height: 40px;
  }
  .section-title {
    margin-bottom: 0px;
    margin-left: 10px;
    font-size: 24px;
    line-height: 30px;
  }
  .lesiki-speach {
    margin-top: 33px;
    margin-bottom: 23px;
    padding-right: 0px;
    padding-left: 12px;
  }
  .intro-text1 {
    margin-left: 10px;
  }
  .slides-demo {
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .text-block-5 {
    margin-bottom: 20px;
    margin-left: 10px;
    font-size: 16px;
    line-height: 20px;
  }
  .list {
    width: 100%;
    margin-left: 10px;
  }
  .oraganisators-grid {
    background-color: #fff;
  }
  .step-block {
    padding-top: 53px;
    font-size: 15px;
    line-height: 21px;
  }
  .materials-section {
    padding-top: 40px;
  }
  .volonteer--section {
    height: 750px;
    padding-top: 0px;
  }
  .paragraph {
    margin-left: 10px;
  }
  .phone-mockup {
    width: auto;
    margin-left: 0px;
  }
  .game--section {
    padding-top: 30px;
  }
  .papa-son--section {
    padding-bottom: 35px;
  }
  .organizaators--section {
    padding-top: 0px;
  }
  .organisator-item {
    margin-left: 0px;
    padding-top: 32px;
    padding-right: 15px;
    padding-left: 20px;
  }
  .foooter--section {
    margin-top: 9px;
    padding-top: 65px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .footer-content-wrap {
    min-height: auto;
    margin-top: 0px;
  }
  .image-2 {
    width: auto;
    height: auto;
  }
  .col-slides__column._1 {
    margin-left: 0px;
  }
  .intro-section {
    padding-top: 36px;
  }
  .volonteer-title {
    margin-left: 10px;
    font-size: 25px;
    line-height: 30px;
  }
  .intro-text2 {
    margin-right: 10px;
    margin-bottom: 524px;
    margin-left: 15px;
  }
  .div-block-14 {
    margin-left: 0px;
  }
  .text-block-7 {
    margin-bottom: 17px;
  }
  .footer-block {
    margin-right: 15px;
    margin-left: 12px;
  }
  .organisator-txt {
    font-size: 14px;
    line-height: 23px;
  }
  .lesik-txt {
    width: 284px;
    margin-left: 6px;
    padding: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .title {
    font-size: 31px;
    line-height: 43px;
  }
  .link-9-copy {
    font-size: 15px;
  }
  .link-block {
    margin-left: -4px;
  }
  .link-block.infooter {
    margin-left: 20px;
  }
  .link-block-3 {
    width: auto;
    margin-top: 51px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cont {
    margin-top: 0px;
  }
  .button-copy {
    margin-top: 14px;
    margin-right: 5px;
    margin-left: 0px;
    padding-bottom: 8px;
    padding-left: 43px;
  }
  .button-copy.ask {
    margin-right: 10px;
    margin-left: 0px;
    padding-left: 41px;
  }
  .div-block-38 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .title-2 {
    line-height: 43px;
  }
  .link-block-3-copy {
    width: 210px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .popup-body {
    padding-right: 25px;
    padding-left: 25px;
  }
  .div-block-37 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .join-social {
    margin-top: 38px;
    margin-left: 0px;
  }
  .text-block-13 {
    margin-top: 4px;
  }
  .image-10 {
    margin-bottom: 28px;
  }
  .panel--reg-fixed-copy {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@font-face {
  font-family: 'Songer g';
  src: url('../fonts/SONGER_G_Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Songer g';
  src: url('../fonts/SONGER_G_ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}