.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('../images/youtube-placeholder.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

.mainframe {
  overflow: hidden;
}

.s-hero {
  position: relative;
  height: auto;
  min-height: auto;
  padding-bottom: 70px;
  background-color: #c3c3c3;
  color: #fff;
}

.row-section {
  margin-right: 4%;
  margin-left: 4%;
}

.row-section.nav {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.link-block {
  float: left;
}

.lesson-name {
  display: inline-block;
  margin-top: 17px;
  margin-right: 3%;
  margin-left: 25px;
  float: left;
  font-family: Wwf, sans-serif;
  font-size: 28px;
  line-height: 27px;
  text-transform: uppercase;
}

.text-span {
  font-size: 11px;
  line-height: 12px;
}

.link {
  margin-left: 20px;
  border-bottom: 3px solid #dd671d;
  font-family: Wwf, sans-serif;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.link.last {
  display: inline;
  margin-left: 0px;
}

.link-block-2 {
  width: 26px;
  height: 26px;
  background-image: url('../images/ico-vk.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.link-block-2:hover {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.link-block-2.fb {
  margin-right: 7px;
  background-image: url('../images/ico-fbook.svg');
  background-size: auto 21px;
}

.link-block-2.insta {
  background-image: url('../images/ico-inst.svg');
  background-size: 17px;
}

.link-block-2.vk {
  margin-right: 9px;
  margin-left: 0px;
}

.div-block {
  display: inline-block;
}

.div-block-2 {
  display: block;
  min-width: 19px;
  margin-top: 36px;
  margin-bottom: 15px;
  float: right;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.div-block-copy {
  display: block;
  margin-top: 19px;
}

.div-block-3 {
  display: inline-block;
  float: left;
}

.div-block-3-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.btn--join--small {
  display: inline-block;
  width: 144px;
  height: 42px;
  margin-left: 6%;
  padding: 9px 8px 5px 40px;
  border-bottom: 3px solid #dd671d;
  background-color: #dd671d;
  background-image: url('../images/ico-join3x.png');
  background-position: 12px 67%;
  background-size: 19px;
  background-repeat: no-repeat;
  font-family: Wwf, sans-serif;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.btn--join--small:hover {
  box-shadow: inset 0 0 8px 1px rgba(0, 0, 0, .21);
}

.logo-prezfund {
  width: 172px;
  height: 99px;
  margin-left: 2%;
  float: right;
  background-image: url('../images/logo-prezFund.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5)));
  background-image: url('../images/logo-prezFund.svg'), linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-position: 50% 50%, 0px 0px;
  background-size: 155px, auto;
  background-repeat: no-repeat, repeat;
}

.bigtext-hero {
  display: block;
  margin-top: 17px;
  margin-left: 0px;
  float: none;
  font-family: Wwf, sans-serif;
  font-size: 85px;
  line-height: 92px;
  text-transform: uppercase;
}

.text-block-copy-copy {
  display: none;
  margin-top: 17px;
  margin-left: 25px;
  padding: 9px 12px 12px;
  float: none;
  background-color: #dd671d;
  font-family: Wwf, sans-serif;
  font-size: 33px;
  line-height: 27px;
  text-transform: uppercase;
}

.row-section--flex {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-top: 53px;
  margin-right: auto;
  margin-left: auto;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-block-2 {
  position: static;
  left: 185px;
  top: 45px;
  width: auto;
  line-height: 22px;
}

.column-row {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.video {
  width: 95%;
  height: 336px;
  margin-right: 34px;
  float: none;
}

.bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 460px;
  margin-top: 40px;
  margin-left: 0px;
  background-color: #fff;
  color: #000;
}

.bar-column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-3 {
  margin: 5px 16px 8px 80px;
  font-family: Wwf, sans-serif;
  color: #dd671d;
  font-size: 41px;
}

.text-block-4 {
  margin-left: 69px;
  font-family: Wwf, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
}

.btn--join--big {
  display: block;
  margin: 10px;
  padding: 17px 14px 22px 58px;
  border-bottom: 3px none #dd671d;
  background-color: #dd671d;
  background-image: url('../images/ico-plus.svg');
  background-position: 17px 58%;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  font-family: Wwf, sans-serif;
  color: #fff;
  font-size: 33px;
  text-decoration: none;
  text-transform: uppercase;
}

.btn--join--big:hover {
  box-shadow: inset 0 0 24px -5px #000;
}

.bar-column-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/ico-counter23x.png');
  background-position: 15px 50%;
  background-size: 52px;
  background-repeat: no-repeat;
}

.target-widget {
  position: absolute;
  bottom: -211px;
  z-index: 100;
  margin-top: 40px;
  padding: 11px;
  background-color: #fff;
  background-image: url('../images/PATTERN-BIORAZ22x.png');
  background-position: 0px 0px;
  background-size: 400px;
  box-shadow: 4px 0 50px -25px #000;
  color: #000;
}

.div-block-5 {
  margin: 0px;
  padding: 30px 40px 30px 42px;
  border: 1px solid #bdbdbd;
}

.title {
  margin-bottom: 15px;
  margin-left: 0px;
  font-family: Wwf, sans-serif;
  font-size: 61px;
  line-height: 62px;
  text-transform: uppercase;
}

.image {
  margin-right: 13px;
  float: left;
}

.list-item {
  width: 25%;
  max-width: 63%;
  min-height: 28px;
  margin-bottom: 41px;
  padding-top: 198px;
  padding-right: 46px;
  padding-left: 0px;
  background-image: url('../images/ico-leaf-dub.svg');
  background-position: 0px 0px;
  background-size: 27px;
  background-repeat: no-repeat;
  list-style-type: none;
}

.list-item.lipa {
  background-image: url('../images/ico-leaf-lipa.svg');
  background-size: 25px;
}

.list-item._1 {
  background-image: url('../images/Artboard-112x.png');
  background-position: -22px 0px;
  background-size: 200px;
}

.list-item._2 {
  background-image: url('../images/Artboard-122x.png');
  background-position: -23px 0px;
  background-size: 200px;
}

.list-item._3 {
  background-image: url('../images/Artboard-132x.png');
  background-position: -20px 0px;
  background-size: 200px;
}

.list-item._4 {
  background-image: url('../images/Artboard-142x.png');
  background-position: -31px 0px;
  background-size: 200px;
}

.unordered-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-left: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.subtitle {
  display: inline-block;
  margin-top: 1px;
  margin-bottom: 20px;
  border-bottom: 5px solid #d2cdc9;
  font-family: Wwf, sans-serif;
  color: #dd671d;
  font-size: 33px;
  line-height: 23px;
  text-transform: uppercase;
}

.subtitle.black {
  color: #000;
  line-height: 35px;
}

.title-copy {
  margin-top: 80px;
  margin-bottom: 15px;
  font-family: Wwf, sans-serif;
  font-size: 61px;
  line-height: 63px;
  text-transform: uppercase;
}

.text-block-5 {
  padding: 30px 42px;
  border: 1px solid #d1d1d1;
}

.paragraph {
  margin-bottom: 25px;
}

.paragraph-2 {
  margin-bottom: 25px;
}

.panel--reg {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding: 33px 53px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #d2cdc9;
}

.panel--reg.is--offset {
  top: 141px;
  margin-bottom: 0px;
  background-color: #fff;
  background-image: url('../images/muar.png');
  background-position: 0px 0px;
}

.bar-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 460px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  background-color: #fff;
  color: #000;
}

.bar-copy.full {
  width: auto;
  margin-top: 15px;
}

.btn--join--big-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-width: 260px;
  margin: 0px;
  padding: 20px 8px 20px 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0px solid #dd671d;
  background-color: #dd671d;
  background-image: url('../images/ico-plus.svg');
  background-position: 27px 58%;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  font-family: Wwf, sans-serif;
  color: #fff;
  font-size: 33px;
  line-height: 33px;
  text-decoration: none;
  text-transform: uppercase;
}

.btn--join--big-copy:hover {
  box-shadow: inset 0 0 29px -7px #000;
}

.text-span-2 {
  font-family: Wwf, sans-serif;
  font-size: 33px;
  line-height: 27px;
  text-transform: uppercase;
}

.button {
  margin-left: 16px;
  padding: 8px 45px 11px 90px;
  border: 3px solid #dd671d;
  background-color: transparent;
  background-image: url('../images/ico-getdiplom3x.png');
  background-position: 26px 50%;
  background-size: 35px;
  background-repeat: no-repeat;
  color: #000;
}

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

.button-copy {
  margin-left: 16px;
  padding-top: 8px;
  padding-bottom: 11px;
  padding-left: 60px;
  border: 3px solid #dd671d;
  background-color: transparent;
  background-image: url('../images/ico-like.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  color: #000;
}

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

.button-copy.ask {
  background-image: url('../images/ico-askQuestion.svg');
  background-size: 33px;
}

.logo-item {
  width: 250px;
  height: auto;
  padding-top: 20px;
  text-align: center;
}

.image-2 {
  display: inline-block;
}

.text-block-6 {
  width: 250px;
  margin-top: 21px;
  margin-right: auto;
  margin-left: auto;
  font-size: 13px;
  text-align: center;
}

.panel--orgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 69px;
  margin-left: auto;
  padding-top: 54px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-3 {
  margin-top: -90px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block-8 {
  margin-right: 90px;
  margin-left: 90px;
}

.day-widget-copy {
  position: relative;
  z-index: 100;
  margin-top: 40px;
  margin-bottom: -118px;
  padding: 11px;
  background-color: #13313d;
  background-image: url('../images/planet.jpg');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
}

.paragraph-copy {
  margin-bottom: 22px;
  margin-left: 260px;
}

.title-copy2 {
  margin-top: 21px;
  margin-bottom: 15px;
  margin-left: 261px;
  font-family: Wwf, sans-serif;
  font-size: 37px;
  line-height: 38px;
  text-transform: uppercase;
}

.section-2 {
  padding-top: 63px;
  padding-bottom: 253px;
  background-color: #d2cdc9;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.div-block-9 {
  margin-right: 90px;
  margin-left: 90px;
}

.text-block-7 {
  margin-bottom: 0px;
  font-size: 18px;
}

.text-block-7.marg-vert {
  margin-top: 50px;
  margin-bottom: 0px;
  font-family: Wwf, sans-serif;
  font-size: 33px;
  line-height: 34px;
  text-transform: uppercase;
}

.micro-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.micro-row.vertical-flex {
  display: block;
  margin-top: 0px;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.micro-column {
  margin-right: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.micro-column._1 {
  margin-right: 15px;
}

.micro-column.mlad {
  margin-right: 15px;
  margin-bottom: 16px;
}

.white-panel {
  width: auto;
  height: 262px;
  padding: 103px 25px 15px 22px;
  background-color: #fff;
}

.white-panel.ml {
  width: auto;
  height: auto;
  padding: 40px 55px 39px 195px;
  background-image: url('../images/mll-icon2x.png');
  background-position: 25px 50%;
  background-size: 153px;
  background-repeat: no-repeat;
}

.white-panel.st {
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-right: 0px;
  padding: 40px 55px 40px 195px;
  background-image: url('../images/str-icon2x.png');
  background-position: 30px 50%;
  background-size: 153px;
  background-repeat: no-repeat;
}

.white-panel.fst {
  width: auto;
  padding-top: 137px;
  padding-right: 27px;
  background-image: url('../images/illustr-1.svg');
  background-position: 20px 18px;
  background-size: auto 96px;
  background-repeat: no-repeat;
}

.white-panel.scnd {
  padding-top: 137px;
  background-image: url('../images/illustr-2.svg');
  background-position: 17px 20px;
  background-size: 96px;
  background-repeat: no-repeat;
}

.white-panel.thrd {
  padding-top: 137px;
  background-image: url('../images/illustr-3.svg');
  background-position: 20px 18px;
  background-size: auto 96px;
  background-repeat: no-repeat;
}

.white-panel.frth {
  padding-top: 137px;
  background-image: url('../images/illustr-4.svg');
  background-position: 17px 20px;
  background-size: auto 111px;
  background-repeat: no-repeat;
}

.bold-text {
  font-family: Wwf, sans-serif;
  font-size: 31px;
  text-transform: uppercase;
}

.title-orange {
  color: #dd671d;
}

.row-section-copy-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 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;
}

.sl1 {
  position: relative;
  z-index: 50;
  box-shadow: 57px 81px 106px -14px rgba(0, 0, 0, .3);
  -webkit-transform: rotateX(45deg) rotateY(0deg) rotateZ(35deg);
  transform: rotateX(45deg) rotateY(0deg) rotateZ(35deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.sl2 {
  position: relative;
  z-index: 40;
  margin-top: -78px;
  box-shadow: 70px 70px 106px -14px rgba(0, 0, 0, .3);
  -webkit-transform: rotateX(45deg) rotateY(0deg) rotateZ(35deg);
  transform: rotateX(45deg) rotateY(0deg) rotateZ(35deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.sl3 {
  position: relative;
  z-index: 30;
  margin-top: -78px;
  box-shadow: 70px 70px 106px -14px rgba(0, 0, 0, .3);
  -webkit-transform: rotateX(45deg) rotateY(0deg) rotateZ(35deg);
  transform: rotateX(45deg) rotateY(0deg) rotateZ(35deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.sl4 {
  position: relative;
  z-index: 20;
  margin-top: -78px;
  box-shadow: 70px 70px 106px -14px rgba(0, 0, 0, .3);
  -webkit-transform: rotateX(45deg) rotateY(0deg) rotateZ(35deg);
  transform: rotateX(45deg) rotateY(0deg) rotateZ(35deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.sl5 {
  position: relative;
  z-index: 10;
  margin-top: -78px;
  box-shadow: 70px 70px 106px -14px rgba(0, 0, 0, .3);
  -webkit-transform: rotateX(45deg) rotateY(0deg) rotateZ(35deg);
  transform: rotateX(45deg) rotateY(0deg) rotateZ(35deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.slides {
  -webkit-perspective: 0px;
  perspective: 0px;
}

.cont-map {
  position: relative;
  z-index: 60;
  display: block;
  max-width: 1200px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.title-copy-copy {
  display: block;
  margin-top: 1px;
  margin-bottom: auto;
  margin-left: 0px;
  padding: 22px 15px 30px;
  float: left;
  background-color: transparent;
  font-family: Wwf, sans-serif;
  font-size: 61px;
  line-height: 49px;
  text-transform: uppercase;
}

.div-block-11 {
  position: relative;
  left: -31px;
  top: 19px;
  z-index: 10;
  display: inline-block;
  width: auto;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dd671d;
  color: #fff;
}

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

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

.link-2.margin-top {
  margin-top: 0px;
}

.link-2.hide {
  display: none;
}

.map-frame {
  padding: 13px;
  border: 1px solid #ededed;
}

.section-3 {
  padding-bottom: 0px;
}

.contaner {
  margin-top: 51px;
  margin-right: 90px;
  margin-left: 90px;
}

.title-copy-copy2 {
  margin-top: 80px;
  margin-bottom: 15px;
  margin-left: 0px;
  font-family: Wwf, sans-serif;
  font-size: 61px;
  line-height: 63px;
  text-transform: uppercase;
}

.shag {
  display: block;
  width: 270px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-8 {
  position: absolute;
  left: 20px;
  bottom: -8px;
  display: inline-block;
  height: 45px;
  padding: 8px 33px 13px 11px;
  background-image: url('../images/step-bg.svg');
  background-position: 0px 50%;
  background-size: auto 45px;
  background-repeat: no-repeat;
  font-family: Wwf, sans-serif;
  color: #fff;
  font-size: 34px;
}

.div-block-14 {
  position: relative;
  left: -20px;
  margin-bottom: 39px;
}

.row {
  margin-top: 65px;
}

.text-block-9 {
  margin-top: 23px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 46px;
  background-image: url('../images/marker-22x.png');
  background-position: 7px 50%;
  background-size: 26px;
  background-repeat: no-repeat;
}

.div-block-15 {
  position: relative;
  min-height: auto;
  margin-top: 0px;
  margin-bottom: 41px;
  padding: 28px 354px 28px 28px;
  border: 1px solid #ccc;
  font-family: Wwf, sans-serif;
  font-size: 33px;
  line-height: 43px;
  text-transform: uppercase;
}

.div-block-16 {
  width: 33px;
  height: 33px;
  background-image: url('../images/dialog-tale.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.text-span-3 {
  position: absolute;
  left: 255px;
  bottom: -32px;
  display: inline-block;
  width: 32px;
  height: 34px;
  background-image: url('../images/dialog-tale2.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 34px;
}

.contan {
  margin-top: 36px;
  margin-right: 90px;
  margin-left: 90px;
}

.wrapper--volunteer-wanted {
  position: relative;
  z-index: 50;
  margin-top: 66px;
}

.image-4 {
  position: absolute;
  right: 55px;
  bottom: 139px;
}

.section-4 {
  position: relative;
  min-height: 700px;
  margin-top: 19px;
  padding-top: 76px;
  padding-bottom: 69px;
  background-color: #ededed;
  background-image: url('../images/bg-quote.png');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.quote-item {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 144px 90px 70px;
  padding: 52px;
  border: 1px solid #ccc;
}

.block-quote {
  position: relative;
  width: 70%;
  margin-bottom: 0px;
  padding: 0px 80px 0px 0px;
  border-left-style: none;
  border-left-width: 0px;
  line-height: 27px;
}

.text-block-10 {
  position: absolute;
  left: -26px;
  top: 173px;
  z-index: 5;
  width: 275px;
  padding: 15px;
  background-color: #fff;
  font-size: 16px;
  line-height: 15px;
}

.text-span-4 {
  display: block;
  margin-bottom: 12px;
  font-family: Wwf, sans-serif;
  font-size: 33px;
  line-height: 27px;
  text-transform: uppercase;
}

.div-block-18 {
  position: relative;
}

.contaner-copy {
  margin-top: 0px;
  margin-right: 90px;
  margin-left: 90px;
}

.text-span-5 {
  position: absolute;
  left: -83px;
  top: -84px;
  z-index: 2;
  display: inline-block;
  width: 134px;
  height: 116px;
  background-image: url('../images/quote-icon.svg');
  background-position: 0px 0px;
  background-size: 136px;
}

.text-span-6 {
  position: relative;
  z-index: 5;
}

.image-5 {
  position: absolute;
  left: -134px;
  top: 34px;
}

.image-6 {
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 543px;
}

.image-6-copy {
  position: absolute;
  left: 65px;
  bottom: 259px;
}

.section-facty {
  position: relative;
  top: 0px;
  overflow: scroll;
  min-height: auto;
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/forest-img.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.all-fakty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150vw;
  min-height: 400px;
  margin-left: 560px;
  padding-top: 48px;
  padding-right: 230px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
}

.fact-panel {
  width: 288px;
  height: 460px;
  margin-right: 0px;
  padding: 10px;
  background-color: #ededed;
}

.fact-frame {
  height: 100%;
  padding: 25px 20px;
  border: 1px solid #ccc;
}

.paragraph-3 {
  margin-top: 20px;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  -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;
}

.text-span-7 {
  font-size: 10px;
}

.wrapper-fact {
  margin-right: 30px;
}

.wrapper-fact.first {
  position: relative;
  margin-left: -144px;
}

.div-block-23 {
  width: 50%;
  height: 50px;
  float: right;
  border-left: 1px solid #fff;
}

.div-block-11-copy {
  position: relative;
  top: -59px;
  z-index: 50;
  display: inline-block;
  width: auto;
  margin-bottom: -81px;
  margin-left: 169px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #dd671d;
}

.section-6 {
  min-height: 600px;
  padding-bottom: 168px;
  background-image: url('../images/panda-fon-80.jpg');
  background-position: 111% 0px;
  background-size: 497px;
  background-repeat: no-repeat;
}

.cont {
  display: block;
  max-width: 1200px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
}

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

.cont.small-margin {
  margin-top: 50px;
}

.paragraph-4 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 3.3em;
  column-gap: 3.3em;
  -webkit-column-rule: 1px solid #ececec;
  column-rule: 1px solid #ececec;
}

.organizator-row {
  display: block;
}

.div-block-26 {
  margin-right: 44px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-7 {
  width: 90px;
}

.div-block-27 {
  padding-left: 126px;
}

.image-8 {
  display: block;
  margin-top: 0px;
  margin-right: 32px;
  float: left;
}

.org-title {
  margin-top: 101px;
  margin-left: -128px;
}

.name {
  margin-top: 20px;
  margin-bottom: 15px;
  margin-left: 0px;
  font-family: Wwf, sans-serif;
  font-size: 61px;
  line-height: 63px;
  text-transform: uppercase;
}

.section-7 {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #746962;
}

.div-block-29 {
  margin-right: 90px;
  margin-left: 90px;
}

.text-block-11 {
  position: relative;
  z-index: 10;
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  font-family: Wwf, sans-serif;
  color: #fff;
  font-size: 33px;
  line-height: 36px;
  text-transform: uppercase;
}

.image-9 {
  position: absolute;
  left: 0px;
  bottom: -1px;
}

.image-9-copy {
  position: absolute;
  right: 0px;
  bottom: -1px;
}

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

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

.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;
}

.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.fb {
  background-image: url('../images/ico-fb3x.png');
  background-size: 20px;
}

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

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

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

.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;
}

.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%, .57);
  font-size: 11px;
  line-height: 18px;
  text-decoration: none;
}

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

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

.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%, .47);
  font-size: 11px;
  line-height: 18px;
  text-decoration: none;
}

.map {
  height: 500px;
}

.lesson-name--footer {
  display: inline-block;
  margin-top: 17px;
  margin-right: 65px;
  margin-left: 25px;
  float: left;
  font-family: Wwf, sans-serif;
  font-size: 26px;
  line-height: 27px;
  text-transform: uppercase;
}

.bar-column-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -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-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/ico-counter23x.png');
  background-position: 24px 50%;
  background-size: 55px;
  background-repeat: no-repeat;
}

.counter-big {
  margin: 17px 16px 8px 80px;
  font-family: Wwf, sans-serif;
  color: #dd671d;
  font-size: 41px;
}

.cntr-text {
  margin-left: 69px;
  font-family: Wwf, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
}

.link-3 {
  border-bottom: 1px solid #000;
  color: #000;
}

.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, .5)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

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

.submit-button {
  margin-top: 10px;
  float: right;
  background-color: #dd671d;
  font-family: Wwf, sans-serif;
  font-size: 25px;
  line-height: 32px;
  text-transform: uppercase;
}

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

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

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

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

.close-btn {
  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;
}

.text-block-14 {
  margin-bottom: 21px;
  font-family: Wwf, sans-serif;
  font-size: 41px;
  line-height: 43px;
}

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

.fakty-wrapper {
  position: relative;
  top: 0px;
}

.div-block-31 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -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, .5)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.social-likes {
  width: auto;
  padding-top: 0px;
}

.vkontakte {
  color: #fff;
  font-size: 30px;
}

.div-block-32 {
  width: 600px;
  height: 600px;
  background-color: #fff;
}

.facebook {
  color: #fff;
  font-size: 30px;
}

.odnoklassniki {
  color: #fff;
  font-size: 30px;
}

.share-pop {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10000;
  display: none;
  padding-top: 78px;
  -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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.text-block-15 {
  margin-bottom: 18px;
  font-family: Wwf, sans-serif;
  color: #fff;
  font-size: 63px;
  line-height: 65px;
}

.link-5 {
  margin-bottom: 7px;
  padding-top: 11px;
  padding-bottom: 6px;
  color: #fff;
  text-decoration: none;
}

.link-5:hover {
  color: #f39c66;
}

.section-flickr {
  display: block;
}

.html-embed {
  display: block;
  width: 920px;
  margin-right: auto;
  margin-left: auto;
}

.title-copy-copy2---al-center {
  margin-top: 80px;
  margin-bottom: 34px;
  margin-left: 0px;
  font-family: Wwf, sans-serif;
  font-size: 61px;
  line-height: 63px;
  text-align: center;
  text-transform: uppercase;
}

.link-6 {
  display: block;
  max-width: 300px;
  margin-top: 21px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 16px;
  padding-bottom: 17px;
  background-color: #dd671d;
  font-family: Wwf, sans-serif;
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
}

.flickr_badge_wrapper {
  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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -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;
}

.text-block-2-copy {
  position: static;
  left: 185px;
  top: 45px;
  width: auto;
  margin-top: 30px;
  font-size: 25px;
  line-height: 38px;
}

.image-12 {
  margin-top: -163px;
}

.text-block-7-copy {
  margin-bottom: 0px;
}

.text-block-7-copy.marg-vert {
  margin-top: 50px;
  margin-bottom: 50px;
}

.text-block-16 {
  margin-top: 28px;
  margin-right: 90px;
  margin-left: 90px;
  font-family: Wwf, sans-serif;
  font-size: 26px;
  line-height: 28px;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
}

.slider {
  width: 600px;
  height: auto;
  background-color: transparent;
}

.text-block-16-copy {
  margin-top: 15px;
  margin-right: 90px;
  margin-left: 90px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-style: normal;
  text-align: center;
}

.img-slider {
  display: block;
  width: 150px;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  background-image: url('../images/icon-target.svg');
  background-position: 50% 50%;
  background-size: 144px;
  background-repeat: no-repeat;
}

.img-slider._2 {
  background-image: url('../images/icon-bio.svg');
  background-size: 141px;
}

.img-slider._22 {
  background-image: url('../images/icon-58.svg');
  background-size: 142px;
}

.slide-nav {
  bottom: -67px;
}

.slide-content {
  padding-top: 30px;
  padding-bottom: 50px;
  border: 1px solid #fff;
}

.slide {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/26565476962_ed36dbad68_k-_1_.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/26565476962_ed36dbad68_k-_1_.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slider-2 {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.left-arrow {
  top: 0px;
  right: 229px;
  height: 200px;
  margin-top: 0px;
}

.right-arrow {
  left: 0px;
  right: -230px;
  height: 200px;
  margin-top: 0px;
}

.slide-bio {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/bg_collage-new.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bg_collage-new.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, repeat-x;
}

.slide-bio.noanimal {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/bg_collage-new3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bg_collage-new3.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, repeat-x;
}

.material-list-wrapper {
  padding-top: 17px;
  padding-bottom: 10px;
  padding-left: 72px;
  background-image: url('../images/center-side.svg'), url('../images/buttom-side.svg'), url('../images/top-side.svg'), url('../images/stroke.svg');
  background-position: -1px 50%, 0px 104%, 0px -25px, 0px 0px;
  background-size: 51px, 50px, 50px, 50px;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat-y;
}

.text-block-17 {
  margin-bottom: 15px;
}

.text-block-18 {
  margin-bottom: 15px;
  font-size: 17px;
}

.html-embed-2 {
  background-color: #bebcba;
}

.gazell {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.moose {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.c-bsea-materialy {
  overflow: hidden;
  margin-top: -246px;
  padding-top: 86px;
  padding-bottom: 29px;
}

.lenta-slidov {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.the-slide {
  width: 360px;
  height: 270px;
  margin-left: 18px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/sll0.jpg');
  background-position: 0px 0px;
  background-size: contain;
  box-shadow: 1px 1px 32px -9px rgba(58, 58, 58, .66);
}

.the-slide._2 {
  margin-top: 52px;
  margin-left: -104px;
  background-image: url('../images/sll3.jpg');
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.the-slide._3 {
  margin-top: -56px;
  margin-left: -91px;
  background-image: url('../images/slide.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.the-slide._4 {
  margin-top: 73px;
  margin-left: -61px;
  background-image: url('../images/sll1.jpg');
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

.the-slide._5 {
  margin-left: -60px;
  background-image: url('../images/sll5.jpg');
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.the-slide._6 {
  margin-top: 125px;
  margin-left: -124px;
  background-image: url('../images/sll10.jpg');
}

.slide-nav-2 {
  opacity: 0;
}

.right-arrow-2 {
  display: none;
}

.left-arrow-2 {
  display: none;
}

.text-block-6-copy {
  width: 250px;
  margin-top: 21px;
  margin-right: auto;
  margin-left: auto;
  font-size: 13px;
  text-align: center;
}

.text-block-2--ishero {
  position: static;
  left: 185px;
  top: 45px;
  width: auto;
  font-size: 25px;
  line-height: 38px;
}

.link-7 {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 7px solid #dd671d;
  color: #dd671d;
  text-decoration: none;
}

.link-7:hover {
  border-bottom-color: rgba(221, 103, 29, .09);
}

.text-span-8 {
  color: #dd671d;
}

.div-block-33 {
  margin-top: 15px;
  float: none;
}

.div-block-34 {
  height: 100px;
  margin-right: 30px;
  padding-right: 95px;
  padding-bottom: 0px;
  padding-left: 65px;
  background-image: url('../images/logo-prezFund.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.flickr {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  clear: both;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flickritem {
  display: block;
  margin: 4px;
  float: left;
}

.div-block-35 {
  width: 100%;
}

.container {
  margin-top: 62px;
}

@media (max-width: 991px) {
  .s-hero {
    padding-bottom: 38px;
  }
  .row-section {
    margin-right: 1%;
    margin-left: 1%;
  }
  .lesson-name {
    margin-top: 21px;
    margin-right: 11px;
    margin-left: 13px;
  }
  .link {
    margin-left: 1px;
  }
  .link.last {
    margin-right: 7px;
  }
  .link-block-2.vk {
    margin-left: 0px;
  }
  .div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 21px;
    margin-bottom: 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right;
  }
  .div-block-copy {
    margin-top: 0px;
  }
  .div-block-3 {
    padding-top: 19px;
  }
  .btn--join--small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
    margin-left: 0px;
    padding-top: 11px;
    padding-bottom: 11px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .logo-prezfund {
    width: 168px;
    height: 106px;
    margin-right: -9px;
    margin-left: 17px;
  }
  .bigtext-hero {
    margin-left: 10px;
    font-size: 99px;
    line-height: 94px;
  }
  .text-block-copy-copy {
    margin-top: 0px;
    margin-left: 11px;
  }
  .row-section--flex {
    margin-right: 10px;
    margin-left: 10px;
  }
  .text-block-2 {
    left: 131px;
    top: 85px;
    width: auto;
    margin-left: 17px;
    font-size: 15px;
    line-height: 19px;
  }
  .column-row.left {
    width: 33%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .video {
    width: 369px;
    height: 266px;
    margin-right: 0px;
    float: none;
  }
  .bar {
    width: 293px;
    margin-top: 43px;
    padding-top: 1px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-block-3 {
    margin-left: 71px;
  }
  .text-block-4 {
    margin-left: 55px;
  }
  .btn--join--big {
    margin-top: 0px;
  }
  .bar-column-copy {
    width: 154px;
  }
  .target-widget {
    margin-top: 23px;
  }
  .div-block-5 {
    padding: 15px 20px;
  }
  .title {
    font-size: 41px;
  }
  .image {
    margin-right: 7px;
    margin-bottom: 46px;
  }
  .list-item {
    max-width: 94%;
    background-position: 8px 0px;
  }
  .list-item._1 {
    width: 50%;
    padding-right: 18px;
  }
  .list-item._2 {
    width: 50%;
  }
  .list-item._3 {
    width: 50%;
  }
  .list-item._4 {
    width: 50%;
  }
  .subtitle.black {
    width: 600px;
  }
  .title-copy {
    font-size: 55px;
  }
  .text-block-5 {
    margin-right: 19px;
    padding: 20px 19px 14px;
  }
  .panel--reg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -10px;
    margin-left: -10px;
    padding: 15px 10px 13px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bar-copy {
    width: 358px;
    margin-right: 4px;
    float: left;
  }
  .btn--join--big-copy {
    min-width: auto;
    padding-right: 19px;
    padding-left: 40px;
    background-position: 10px 50%;
    font-size: 29px;
  }
  .text-span-2 {
    font-size: 29px;
  }
  .button {
    margin-left: 0px;
    padding-top: 4px;
    padding-right: 12px;
    padding-left: 50px;
    background-position: 10px 50%;
  }
  .button-copy {
    margin-left: 3px;
    padding-top: 58px;
    padding-left: 43px;
    float: none;
  }
  .button-copy.ask {
    padding-top: 58px;
    padding-left: 43px;
  }
  .logo-item.p-grant {
    width: 250px;
    margin-right: 14px;
  }
  .panel--orgs {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .image-3 {
    display: none;
  }
  .day-widget-copy {
    height: 240px;
    background-position: -19px 0px;
  }
  .paragraph-copy {
    margin-bottom: 12px;
    margin-left: 250px;
  }
  .title-copy2 {
    margin-top: 0px;
    margin-left: 250px;
  }
  .section-2 {
    padding-top: 12px;
  }
  .text-block-7.marg-vert {
    width: 700px;
    margin-top: 21px;
    margin-bottom: 23px;
  }
  .micro-row {
    width: 700px;
  }
  .micro-row.vertical-flex {
    width: 306%;
  }
  .white-panel.ml {
    width: 100%;
  }
  .slides {
    position: relative;
    left: -60px;
    margin-right: -1px;
  }
  .title-copy-copy {
    font-size: 55px;
  }
  .div-block-11 {
    left: 0px;
  }
  .map-frame {
    margin-right: 22px;
    margin-left: 22px;
  }
  .title-copy-copy2 {
    margin-left: 18px;
    font-size: 55px;
  }
  .shag {
    width: 209px;
  }
  .text-block-9 {
    padding-left: 31px;
    background-position: 0px 50%;
  }
  .div-block-15 {
    padding-right: 20px;
    padding-bottom: 120px;
  }
  .text-span-3 {
    left: 153px;
  }
  .image-4 {
    bottom: 27px;
  }
  .quote-item {
    margin-right: 34px;
    margin-left: 34px;
    padding-right: 28px;
    padding-left: 28px;
  }
  .block-quote {
    padding-right: 33px;
    font-size: 17px;
  }
  .all-fakty {
    margin-left: 465px;
  }
  .div-block-11-copy {
    left: 0px;
    margin-left: 14px;
  }
  .cont {
    margin-right: 10px;
    margin-left: 10px;
  }
  .paragraph-4 {
    -webkit-column-count: 2;
    column-count: 2;
  }
  .div-block-27 {
    padding-right: 15px;
    padding-left: 113px;
  }
  .image-8 {
    margin-right: 19px;
  }
  .org-title {
    margin-left: -107px;
  }
  .text-block-11 {
    width: 70%;
  }
  .image-9 {
    left: -165px;
  }
  .image-9-copy {
    right: -46px;
  }
  .div-block-30 {
    width: 50%;
  }
  .join-social {
    width: 194px;
    margin-left: 111px;
  }
  .link-block-3 {
    width: 329px;
  }
  .image-10 {
    margin-right: 16px;
  }
  .link-block-3-copy {
    margin-left: 103px;
  }
  .lesson-name--footer {
    margin-left: 21px;
  }
  .image-11 {
    width: 78px;
  }
  .column {
    padding-right: 8px;
    padding-left: 2px;
  }
  .bar-column-copy-copy {
    width: auto;
    padding-top: 4px;
    padding-bottom: 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .counter-big {
    margin-top: 13px;
    margin-right: 6px;
    margin-left: 65px;
  }
  .cntr-text {
    margin-left: 0px;
    padding-top: 9px;
    font-size: 19px;
  }
  .title-copy-copy2---al-center {
    margin-left: 18px;
    font-size: 55px;
  }
  .text-block-2-copy {
    left: 131px;
    top: 85px;
    width: auto;
    margin-left: 14px;
    font-size: 15px;
    line-height: 19px;
  }
  .slider {
    width: 700px;
    margin-top: 38px;
    margin-right: 87px;
    margin-left: 98px;
  }
  .material-list-wrapper {
    padding-left: 23px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .text-block-6-copy {
    width: auto;
  }
  .text-block-2--ishero {
    left: 131px;
    top: 85px;
    width: auto;
    margin-left: 17px;
    font-size: 15px;
    line-height: 19px;
  }
}

@media (max-width: 767px) {
  .s-hero {
    position: relative;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/bg_collage-mobile.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bg_collage-mobile.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .row-section {
    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;
    -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;
  }
  .row-section.nav {
    display: block;
  }
  .link-block {
    margin-left: 0px;
    float: left;
  }
  .link-block.infooter {
    margin-left: 43px;
  }
  .lesson-name {
    display: inline-block;
    width: 251.21875px;
    margin-right: 76px;
    margin-bottom: 30px;
    float: none;
  }
  .link {
    margin-top: 0px;
    margin-right: 32px;
    margin-left: 19px;
  }
  .link.last {
    margin-top: 0px;
    margin-right: 0px;
  }
  .link-block-2.fb {
    margin-right: 9px;
  }
  .link-block-2.insta {
    margin-right: 14px;
  }
  .link-block-2.vk {
    margin-right: 9px;
  }
  .div-block-2 {
    margin-top: 0px;
    margin-right: 16px;
    float: right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .div-block-copy {
    display: block;
    margin-left: 12px;
    -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;
  }
  .div-block-3 {
    display: inline-block;
    width: 64%;
    float: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-3-copy {
    display: block;
    width: 137px;
    margin-top: 16px;
    float: right;
  }
  .logo-prezfund {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 206px;
    margin-right: 0px;
    float: none;
  }
  .bigtext-hero {
    margin-bottom: 22px;
    font-size: 69px;
    line-height: 71px;
  }
  .row-section--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .video {
    width: auto;
    height: 185px;
    margin-top: 31px;
    margin-bottom: 99px;
  }
  .bar {
    width: auto;
    margin-top: -7px;
    margin-bottom: 29px;
    margin-left: 0px;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .btn--join--big {
    width: auto;
    height: 100%;
    margin-right: 0px;
    padding-top: 24px;
    padding-bottom: 13px;
  }
  .bar-column-copy {
    width: 194px;
    padding-right: 11px;
    padding-left: 8px;
  }
  .target-widget {
    bottom: -267px;
  }
  .div-block-5 {
    padding-top: 18px;
    padding-left: 21px;
  }
  .subtitle {
    margin-top: 31px;
  }
  .subtitle.black {
    margin-top: 7px;
  }
  .title-copy {
    margin-top: 137px;
  }
  .panel--reg {
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .bar-copy {
    width: 89%;
    margin-right: 27px;
    margin-bottom: 14px;
    margin-left: 27px;
    float: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .bar-copy.full {
    margin-left: 0px;
  }
  .button {
    position: static;
    display: block;
    margin-top: 0px;
    margin-right: 24px;
    margin-left: 26px;
    padding-right: 33px;
    padding-left: 69px;
    float: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .button-copy {
    position: static;
    margin-top: 0px;
    margin-right: 19px;
    margin-left: 7px;
    padding-left: 53px;
  }
  .button-copy.ask {
    margin-right: 0px;
    padding-left: 53px;
  }
  .logo-item {
    width: 213px;
    margin-top: 33px;
  }
  .logo-item.p-grant {
    width: 213px;
  }
  .text-block-6 {
    width: 179px;
  }
  .panel--orgs {
    padding-right: 19px;
    padding-left: 19px;
  }
  .image-3 {
    display: none;
  }
  .day-widget-copy {
    height: 303px;
    background-position: -7px 8px;
    background-size: 260px;
  }
  .paragraph-copy {
    margin-left: 204px;
  }
  .title-copy2 {
    margin-left: 202px;
  }
  .section-2 {
    padding-top: 121px;
    padding-right: 21px;
    padding-left: 6px;
  }
  .micro-row {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .white-panel.fst {
    margin-bottom: 18px;
  }
  .white-panel.thrd {
    margin-bottom: 15px;
  }
  .link-2.margin-top {
    margin-top: 20px;
    padding-left: 0px;
  }
  .shag {
    width: 162px;
    margin-left: 5px;
  }
  .text-block-9 {
    padding-top: 39px;
    padding-left: 0px;
    background-position: 0px 0px;
  }
  .image-4 {
    bottom: 135px;
  }
  .section-4 {
    padding-bottom: 7px;
  }
  .quote-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block-quote {
    width: 100%;
    padding-right: 0px;
  }
  .div-block-18 {
    margin-top: 196px;
    margin-left: -3px;
  }
  .cont {
    margin-top: 57px;
  }
  .paragraph-4 {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .div-block-30 {
    width: 100%;
    padding-bottom: 5px;
  }
  .join-social {
    margin-top: 24px;
    margin-left: 175px;
  }
  .link-block-3 {
    width: 511px;
    margin-left: 22px;
    float: left;
  }
  .link-block-3-copy {
    margin-left: 21px;
    float: left;
  }
  .lesson-name--footer {
    margin-bottom: 24px;
    margin-left: 43px;
  }
  .image-11 {
    width: 90px;
  }
  .column {
    padding-right: 2px;
  }
  .cntr-text {
    font-size: 17px;
  }
  .column-2 {
    padding-right: 6px;
    padding-left: 0px;
  }
  .section-9 {
    padding-top: 235px;
  }
  .text-block-16 {
    margin-right: 50px;
    margin-left: 50px;
  }
  .slider {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }
  .text-block-16-copy {
    margin-right: 50px;
    margin-left: 50px;
  }
  .material-list-wrapper {
    padding-left: 0px;
  }
  .gazell {
    right: -129px;
  }
  .moose {
    left: -87px;
    bottom: -35px;
  }
  .section-9-copy {
    padding-top: 134px;
  }
  .text-block-6-copy {
    width: 179px;
  }
  .div-block-33 {
    margin-left: 11px;
  }
  .image-13 {
    width: 152px;
    height: 168px;
    max-width: 152px;
    min-height: 168px;
    min-width: 152px;
  }
}

@media (max-width: 479px) {
  .mainframe {
    overflow: hidden;
  }
  .row-section.nav {
    margin-left: 0%;
  }
  .link-block {
    margin-left: -4px;
  }
  .link-block.infooter {
    margin-left: 20px;
  }
  .lesson-name {
    width: 200.21875px;
    margin-right: -5px;
    margin-bottom: 37px;
  }
  .link {
    margin-right: 1px;
    margin-left: 14px;
  }
  .div-block-2 {
    display: inline-block;
    width: auto;
    margin-left: 15px;
    float: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .div-block-copy {
    position: static;
    left: 22px;
    top: 135px;
    width: auto;
    margin-left: 0px;
    float: right;
  }
  .div-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-bottom: 12px;
    margin-left: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .div-block-3-copy {
    width: 180px;
    float: left;
  }
  .logo-prezfund {
    display: none;
    width: 196px;
    height: 116px;
    margin-right: 18px;
  }
  .bigtext-hero {
    font-size: 43px;
    line-height: 48px;
  }
  .text-block-copy-copy {
    font-size: 26px;
  }
  .text-block-2 {
    left: 111px;
    width: 183px;
    font-size: 13px;
    line-height: 17px;
  }
  .column-row {
    margin-bottom: 0px;
  }
  .column-row.left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .video {
    margin-bottom: 39px;
  }
  .bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bar.hero {
    margin-top: 52px;
  }
  .text-block-3 {
    margin-left: 40px;
    font-size: 33px;
  }
  .text-block-4 {
    margin-left: 0px;
  }
  .btn--join--big {
    margin-top: 0px;
    margin-right: 10px;
    padding-top: 14px;
    padding-bottom: 18px;
  }
  .bar-column-copy {
    width: 40%;
    min-width: 110px;
    padding-right: 0px;
    padding-left: 0px;
    background-position: 9% 28%;
    background-size: 26px;
  }
  .target-widget {
    position: static;
    right: 0px;
    bottom: 0px;
  }
  .div-block-5 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .title {
    line-height: 43px;
  }
  .image {
    margin-bottom: 9px;
    float: none;
  }
  .list-item._1 {
    width: 100%;
    max-width: 100%;
    background-position: 50% 0px;
    text-align: center;
  }
  .list-item._2 {
    width: 100%;
    background-position: 50% 0px;
    text-align: center;
  }
  .list-item._3 {
    width: 100%;
    background-position: 50% 0px;
    text-align: center;
  }
  .list-item._4 {
    width: 100%;
    background-position: 50% 0px;
    text-align: center;
  }
  .unordered-list {
    margin-top: 0px;
  }
  .subtitle.black {
    width: auto;
    font-size: 31px;
  }
  .title-copy {
    margin-top: 76px;
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 41px;
    text-align: center;
  }
  .panel--reg {
    padding-right: 5px;
    padding-left: 10px;
  }
  .bar-copy {
    width: auto;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .bar-copy.full {
    display: block;
    margin-right: 0px;
    padding-top: 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .btn--join--big-copy {
    min-width: 200px;
    padding-right: 6px;
    padding-left: 28px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: 9% 50%;
    font-size: 25px;
  }
  .text-span-2 {
    font-size: 25px;
    line-height: 32px;
  }
  .button {
    width: auto;
    min-width: 212px;
    margin-top: 14px;
    margin-right: 5px;
    margin-left: 0px;
    padding-right: 2%;
    padding-left: 16%;
    background-position: 5% 50%;
  }
  .button-copy {
    margin-top: 14px;
    margin-right: 5px;
    margin-left: 0px;
  }
  .button-copy.ask {
    margin-left: 0px;
  }
  .logo-item {
    width: 300px;
  }
  .text-block-6 {
    width: 300px;
  }
  .panel--orgs {
    -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;
  }
  .day-widget-copy {
    height: auto;
  }
  .paragraph-copy {
    margin-left: 0px;
  }
  .title-copy2 {
    margin-top: 158px;
    margin-left: 0px;
    font-size: 31px;
  }
  .section-2 {
    padding-right: 10px;
    padding-bottom: 203px;
    padding-left: 10px;
  }
  .text-block-7 {
    margin-top: 0px;
  }
  .text-block-7.marg-vert {
    width: auto;
    margin-top: -9px;
  }
  .micro-row {
    width: 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;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .micro-row.vertical-flex {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .micro-column {
    margin-right: 0px;
  }
  .micro-column._1 {
    margin-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .micro-column.mlad {
    margin-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .micro-column.add-teft-margin-onmobile {
    margin-right: 0px;
  }
  .white-panel.ml {
    width: auto;
    padding-top: 198px;
    padding-right: 17px;
    padding-left: 17px;
    background-position: 16px 20px;
  }
  .white-panel.st {
    width: auto;
    margin-top: 14px;
    padding-top: 208px;
    padding-right: 17px;
    padding-left: 17px;
    background-position: 20px 32px;
  }
  .white-panel.fst {
    height: 216px;
    margin-bottom: 0px;
    padding-right: 30px;
    padding-bottom: 15px;
  }
  .white-panel.scnd {
    height: 216px;
    margin-top: 15px;
  }
  .white-panel.thrd {
    height: 216px;
    padding-right: 22px;
  }
  .white-panel.frth {
    height: 216px;
    margin-top: 0px;
  }
  .row-section-copy-copy {
    margin-top: 46px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-copy-copy {
    font-size: 42px;
  }
  .link-2.margin-top {
    display: inline;
    line-height: 26px;
  }
  .title-copy-copy2 {
    margin-top: -11px;
    margin-bottom: 0px;
  }
  .shag {
    width: auto;
    margin-top: 0px;
    margin-bottom: 75px;
  }
  .div-block-14 {
    left: 0px;
  }
  .text-block-9 {
    background-position: 50% 0px;
  }
  .div-block-15 {
    padding-bottom: 207px;
  }
  .image-4 {
    left: 9px;
    bottom: 176px;
  }
  .section-4 {
    padding-top: 1px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .quote-item {
    margin: 89px 0px 202px;
    padding-top: 21px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .text-block-10 {
    left: 8px;
  }
  .text-span-5 {
    left: -26px;
    width: 102px;
    height: 88px;
    background-size: cover;
  }
  .all-fakty {
    margin-left: 248px;
  }
  .div-block-11-copy {
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 4px;
  }
  .cont {
    margin-top: 0px;
  }
  .div-block-27 {
    padding-left: 9px;
  }
  .org-title {
    margin-top: 47px;
    margin-bottom: 20px;
    margin-left: 0px;
  }
  .name {
    margin-top: 2px;
    float: left;
    font-size: 51px;
  }
  .section-7 {
    padding-bottom: 151px;
  }
  .text-block-11 {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }
  .image-9 {
    display: none;
  }
  .join-social {
    margin-left: 158px;
  }
  .link-block-3 {
    width: auto;
    -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;
  }
  .image-10 {
    margin-bottom: 28px;
  }
  .link-block-3-copy {
    width: 210px;
    -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;
  }
  .lesson-name--footer {
    margin-top: 36px;
    margin-left: 20px;
  }
  .image-11 {
    margin-left: 14px;
  }
  .bar-column-copy-copy {
    padding-top: 10px;
    padding-bottom: 17px;
    background-position: 13px 50%;
    background-size: 49px;
  }
  .counter-big {
    margin-left: 70px;
  }
  .column-2 {
    text-align: center;
  }
  .section-9 {
    padding-top: 409px;
  }
  .text-block-2-copy {
    left: 111px;
    width: auto;
    font-size: 13px;
    line-height: 17px;
  }
  .text-block-16 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .text-block-16-copy {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 18px;
  }
  .slide-nav {
    bottom: -45px;
  }
  .material-list-wrapper {
    width: auto;
  }
  .text-block-17 {
    line-height: 26px;
  }
  .moose {
    left: -167px;
    bottom: 0px;
  }
  .section-9-copy {
    padding-top: 0px;
  }
  .text-block-2--ishero {
    left: 111px;
    width: auto;
    font-size: 13px;
    line-height: 17px;
  }
  .link-7 {
    padding-bottom: 4px;
    border-bottom-width: 4px;
  }
  .div-block-33 {
    margin-top: 0px;
    margin-left: 15px;
  }
}

@font-face {
  font-family: 'Wwf';
  src: url('../fonts/WWF.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}