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

a {
  color: #8eb456;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

.mainframe {
  overflow: hidden;
  min-width: 1024px;
  font-family: 'PT Sans', sans-serif;
}

.s-hero {
  position: relative;
  height: auto;
  padding-bottom: 70px;
  background-color: #ededed;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .03)), to(rgba(0, 0, 0, .03))), url('../images/bg-gorod2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .03), rgba(0, 0, 0, .03)), url('../images/bg-gorod2.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
  color: #8eb456;
}

.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;
  margin-right: 4vw;
  margin-left: 4vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logo-urok {
  margin-right: 0px;
  float: left;
}

.lesson-name {
  display: none;
  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-top: 0px;
  margin-left: 1.2000000000000002vw;
  padding-bottom: 5px;
  float: left;
  border-bottom: 3px solid #8eb456;
  font-family: Novitonova, sans-serif;
  color: #8eb456;
  font-size: 36px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.link.last {
  display: inline;
  margin-right: 63px;
  float: left;
  font-size: 36px;
  text-align: left;
}

.link.quest {
  margin-top: 0px;
  margin-left: 6.6vw;
}

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

.link-block-2.fb {
  margin-right: 7px;
  background-image: url('../images/ico-fbook2x.png');
  background-size: contain;
}

.link-block-2.fb:hover {
  background-image: url('../images/ico-fbook--hover2x.png');
}

.link-block-2.ok {
  background-image: url('../images/ico-ok2x.png');
  background-size: contain;
}

.link-block-2.ok:hover {
  background-image: url('../images/ico-ok--hover2x.png');
}

.link-block-2.vk {
  margin-right: 9px;
  margin-left: 0px;
  background-image: url('../images/ico-vk2x.png');
  background-size: contain;
}

.link-block-2.vk:hover {
  background-image: url('../images/ico-vk--hover2x.png');
}

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

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 19px;
  margin-top: 0px;
  margin-bottom: 0px;
  float: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.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: 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: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.btn--join--small {
  display: block;
  width: 240px;
  height: 64px;
  margin-right: 0px;
  margin-left: 0%;
  padding: 22px 25px 5px 63px;
  float: none;
  -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;
  border-bottom: 0px solid #8eb456;
  border-radius: 40px;
  background-color: #8eb456;
  background-image: url('../images/ico-teacher-skin22x.png');
  background-position: 20px 50%;
  background-size: 32px 44px;
  background-repeat: no-repeat;
  font-family: Novitonova, sans-serif;
  color: #fff;
  font-size: 35px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.btn--join--small.main-nav {
  display: none;
  margin-left: 4%;
  padding-left: 65px;
  border: 2px solid #8eb456;
  background-color: transparent;
  background-image: url('../images/ico-teacher2x.png');
  background-size: 35px 48px;
  color: #8eb456;
}

.btn--join--small.main-nav:hover {
  box-shadow: none;
}

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

.bigtext-hero {
  display: block;
  margin-top: 0.4em;
  margin-left: 0px;
  float: none;
  font-family: Novitonova, sans-serif;
  font-size: 7.5vw;
  line-height: 0.9em;
  text-transform: uppercase;
}

.text-block-copy-copy {
  display: none;
  margin-top: 17px;
  margin-left: 25px;
  padding: 9px 12px 12px;
  float: none;
  background-color: #8eb456;
  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: auto;
  margin-top: -39px;
  margin-right: 4vw;
  margin-left: 4vw;
  -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;
}

.row-section--flex.min-top-margin {
  margin-top: 0px;
}

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

.column-row.superh {
  position: relative;
  top: 62px;
  right: 0px;
  bottom: 0px;
  height: auto;
  margin-top: -30px;
  margin-bottom: 0px;
  background-image: url('../images/chars-hero2x.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.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.hero {
  margin-top: 0px;
  margin-left: -20px;
  border-radius: 50px;
}

.bar-column {
  padding-top: 6px;
  padding-right: 6px;
  padding-bottom: 6px;
  -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: #8eb456;
  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: 31px 14px 37px 77px;
  border-bottom: 3px none #8eb456;
  background-color: #8eb456;
  background-image: url('../images/ico-plus.svg');
  background-position: 26px 50%;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  font-family: Wwf, sans-serif;
  color: #fff;
  font-size: 57px;
  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: -121px;
  z-index: 100;
  min-width: auto;
  margin-top: 40px;
  padding: 11px;
  background-color: #fff;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  box-shadow: 4px 0 50px -25px #000;
  color: #000;
}

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

.title {
  margin-bottom: 15px;
  margin-left: 0px;
  font-family: Novitonova, sans-serif;
  color: #8eb456;
  font-size: 2.6em;
  line-height: 1.1em;
  text-transform: uppercase;
}

.title.red {
  color: #ff5c0f;
}

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

.list-item {
  width: 31%;
  max-width: 63%;
  min-height: 28px;
  margin-right: 6px;
  margin-bottom: 2px;
  padding-top: 108px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/volonteer3x.png');
  background-position: 50% 0px;
  background-size: 89px 98px;
  background-repeat: no-repeat;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  list-style-type: none;
}

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

.list-item._1 {
  width: 24%;
  margin-bottom: 0px;
  background-image: url('../images/teacher3x.png');
  background-position: 50% 16px;
  background-size: 60px 80px;
  font-size: 16px;
  text-align: center;
}

.list-item._2 {
  max-width: 17%;
  min-width: 113px;
  margin-bottom: 0px;
  background-image: url('../images/parents23x.png');
  background-position: 50% 18px;
  background-size: 110px 80px;
  text-align: center;
}

.list-item._3 {
  margin-bottom: 0px;
  background-image: url('../images/creativity2x.png');
  background-position: 50% 0px;
  background-size: contain;
  text-align: center;
}

.list-item._4 {
  width: 33%;
  background-image: url('../images/partnership2x.png');
  background-position: 50% 0px;
  background-size: 187px;
  text-align: center;
}

.list-item._5 {
  width: 33%;
  background-image: url('../images/analise2x.png');
  background-position: 50% 0px;
  background-size: 203px;
  text-align: center;
}

.list-item._6 {
  width: 33%;
  background-image: url('../images/team3x.png');
  background-position: 50% 0px;
  background-size: 185px;
  text-align: center;
}

.list-item._6-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66%;
  max-width: 66%;
  padding-top: 33px;
  padding-right: 65px;
  padding-bottom: 33px;
  -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;
  border: 3px solid #7c64d9;
  background-image: none;
  background-size: auto;
  line-height: 28px;
  text-align: center;
}

.unordered-list {
  position: relative;
  left: -35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33vw;
  margin-top: 20px;
  padding-left: 0px;
  -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;
}

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

.subtitle.black {
  margin-top: 60px;
  padding-bottom: 10px;
  border-bottom-color: #b5d564;
  color: #000;
  font-size: 61px;
  line-height: 56px;
}

.subtitle.black-copy {
  margin-bottom: 46px;
  padding-bottom: 10px;
  border-bottom-color: #b5d564;
  color: #000;
  font-size: 53px;
  line-height: 54px;
}

.title-copy {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Novitonova, sans-serif;
  font-size: 5vw;
  line-height: 1em;
  text-align: left;
  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: #fff;
  background-image: url('../images/muar_1muar.png');
  background-position: 50% 50%;
  background-size: 46px;
}

.panel--reg.is--offset {
  top: 141px;
  margin-bottom: 0px;
  background-color: #fff;
  background-image: url('../images/muar_1muar.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;
  width: auto;
  height: auto;
  min-width: 245px;
  margin: 0px;
  padding: 10px 20px 10px 56px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0px solid #8eb456;
  background-color: #8eb456;
  background-image: url('../images/ico-plus.svg');
  background-position: 16px 58%;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  font-family: Wwf, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  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 #8eb456;
  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: 40px;
  border: 3px solid #8eb456;
  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;
}

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

.logo-item.p-grant {
  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-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.image-2.mar-top {
  margin-top: 21px;
}

.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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-3 {
  margin-top: -46px;
  -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: 60px;
  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;
  overflow: visible;
  width: auto;
  margin-bottom: 15px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.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;
  font-size: 19px;
  line-height: 28px;
}

.micro-column {
  width: 18%;
  margin: 22px 0.5vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  font-size: 13px;
  line-height: 18px;
}

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

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

.micro-column._50 {
  width: 100%;
}

.micro-column.min {
  width: 295px;
  min-width: 176px;
  margin-right: 14px;
  margin-left: 14px;
}

.white-panel {
  width: auto;
  max-height: 310px;
  min-height: 285px;
  padding: 200px 25px 15px 22px;
  border: 1px solid #f5f5f5;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 5px 4px 13px 0 rgba(0, 0, 0, .11);
  font-size: 16px;
  line-height: 23px;
  text-align: center;
}

.white-panel.ml {
  width: auto;
  height: auto;
  max-height: auto;
  min-height: 0px;
  padding: 40px 55px 39px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}

.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: 202px;
  padding-right: 27px;
  background-image: url('../images/Asset-22x_1.png');
  background-position: 50% 0px;
  background-size: 227px 190px;
  background-repeat: no-repeat;
}

.white-panel.scnd {
  padding-top: 200px;
  background-image: url('../images/Asset-12x.png');
  background-position: 51% 40px;
  background-size: 193px 145px;
  background-repeat: no-repeat;
}

.white-panel._11th {
  padding-top: 165px;
  background-image: url('../images/Asset-52x.png');
  background-position: 20px 18px;
  background-size: 133px;
  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;
}

.white-panel._3rd {
  padding-top: 200px;
  background-image: url('../images/Asset-72x_1.png');
  background-position: 50% 26px;
  background-size: 165px 151px;
  background-repeat: no-repeat;
}

.white-panel._4th {
  padding-top: 137px;
  background-image: url('../images/Asset-102x.png');
  background-position: 50% 27px;
  background-size: 115px;
  background-repeat: no-repeat;
}

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

.white-panel._4th-copy {
  max-height: 434px;
  padding-top: 200px;
  padding-right: 7px;
  padding-left: 7px;
  background-image: url('../images/Asset-52x_1.png');
  background-position: 50% 27px;
  background-size: 172px 156px;
  background-repeat: no-repeat;
}

.white-panel._5th {
  padding-top: 200px;
  background-image: url('../images/Asset-62x_1.png');
  background-position: 50% 22px;
  background-size: 160px 163px;
  background-repeat: no-repeat;
}

.white-panel._6th {
  padding-top: 165px;
  background-image: url('../images/Asset-82x.png');
  background-position: 50% 29px;
  background-size: 110px;
  background-repeat: no-repeat;
}

.white-panel._7th {
  padding-top: 165px;
  padding-right: 14px;
  padding-left: 14px;
  background-image: url('../images/Asset-22x.png');
  background-position: 50% 42px;
  background-size: 120px;
  background-repeat: no-repeat;
}

.white-panel._9th {
  padding-top: 165px;
  background-image: url('../images/Asset-62x.png');
  background-position: 50% 32px;
  background-size: 115px;
  background-repeat: no-repeat;
}

.white-panel._10th {
  padding-top: 165px;
  background-image: url('../images/Asset-72x.png');
  background-position: 50% 28px;
  background-size: 89px;
  background-repeat: no-repeat;
}

.white-panel.with-icon {
  width: auto;
  height: auto;
  padding: 29px 55px 29px 102px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}

.white-panel.with-icon._1 {
  background-image: url('../images/st12x_1st1@2x.png');
  background-position: 40px 50%;
  background-size: 17px;
  background-repeat: no-repeat;
  font-size: 14px;
}

.white-panel.with-icon._1:hover {
  border-radius: 5px;
}

.white-panel.with-icon._2 {
  background-image: url('../images/st22x_1st2@2x.png');
  background-position: 40px 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.white-panel.with-icon._3 {
  background-image: url('../images/st32x_1st3@2x.png');
  background-position: 40px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.white-panel.with-icon._4 {
  background-image: url('../images/st42x_1st4@2x.png');
  background-position: 39px 50%;
  background-size: 23px;
  background-repeat: no-repeat;
}

.white-panel.with-icon._5 {
  background-image: url('../images/st52x_1st5@2x.png');
  background-position: 41px 50%;
  background-size: 21px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.white-panel.with-icon._6 {
  background-image: url('../images/st62x_1st6@2x.png');
  background-position: 40px 50%;
  background-size: 21px;
  background-repeat: no-repeat;
}

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

.title-orange {
  color: #8eb456;
}

.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: #8eb456;
  color: #fff;
}

.link-2 {
  display: inline-block;
  border-bottom: 3px solid #8eb456;
  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 {
  display: none;
  padding-bottom: 0px;
}

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

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

.shag {
  position: relative;
  display: block;
  width: 33.33333333%;
  margin-right: auto;
  margin-left: auto;
  padding: 64px 30px 66px;
  border-right: 1px solid hsla(0, 0%, 100%, .26);
  background-color: #b5d564;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
}

.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: 0px;
  display: block;
  margin-bottom: 39px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.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_1marker-2@2x.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: 0px;
  padding-top: 76px;
  padding-bottom: 31px;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.section-4._33 {
  background-color: #eef7fa;
}

.quote-item {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px -62px;
  padding: 0px 37px 37px 9px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px none #ccc;
}

.block-quote {
  position: relative;
  width: auto;
  margin-bottom: 0px;
  padding: 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: 304px;
  padding: 15px;
  background-color: #b5d564;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0px;
}

.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-ico-purple2x.png');
  background-position: 0px 0px;
  background-size: 135px;
}

.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: #8eb456;
}

.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 {
  position: relative;
  display: block;
  max-width: auto;
  margin-top: 0px;
  margin-right: 5%;
  margin-left: 5%;
}

.cont.margin-top-s {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 1vw;
  margin-left: 1vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.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;
  height: 740px;
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f7e2cb;
  background-image: url('../images/Gorod-eco.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.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: 3vw;
  bottom: -1px;
  width: 43vw;
  max-width: 31%;
}

.image-9-copy {
  position: absolute;
  right: 7vw;
  bottom: 19px;
  width: 31vw;
}

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

.div-block-30 {
  width: 33%;
  margin-bottom: 1px;
  float: none;
}

.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_1ico-fb@3x.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: block;
  margin-right: auto;
  margin-left: auto;
  font-size: 11px;
}

.join-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-top: 3vw;
  margin-left: 11vw;
  -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: 30%;
  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: 14px;
  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: #000;
  text-decoration: none;
}

.link-block-3-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  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: 14px;
  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;
}

.image-11 {
  position: relative;
  top: auto;
}

.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: #8eb456;
  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: #8eb456;
  font-family: Novitonova, 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: Novitonova, sans-serif;
  color: #746962;
  font-size: 25px;
  text-decoration: none;
  text-transform: uppercase;
}

.link-4:hover {
  color: #8eb456;
}

.close-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 45px;
  height: 45px;
  margin-top: 33px;
  margin-right: 19px;
  padding-top: 11px;
  padding-right: 12px;
  border-radius: 50%;
  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: none;
}

.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: #8eb456;
  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;
  color: #000;
  font-size: 20px;
  line-height: 31px;
}

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

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

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

.par {
  margin-bottom: 0px;
}

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

.slider {
  width: auto;
  height: 321px;
  margin-top: -247px;
  background-color: #b5d564;
}

.text-block-16-copy {
  margin-top: 15px;
  margin-right: 90px;
  margin-left: 90px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  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 {
  top: 0px;
  bottom: -220px;
  padding-top: 15px;
  font-size: 10px;
}

.slide-content {
  padding-top: 26px;
  padding-bottom: 91px;
  border: 1px none #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: 245px;
  right: 130px;
  height: 50px;
  margin-top: 0px;
}

.right-arrow {
  left: 0px;
  top: 245px;
  right: -130px;
  height: 50px;
  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 {
  margin-top: 0vw;
  padding-top: 17px;
  padding-bottom: 10px;
  padding-left: 0px;
  background-color: #fff;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.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;
  display: none;
}

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

.section-9-copy {
  padding-top: 85px;
  padding-bottom: 85px;
}

.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;
  margin-top: 28px;
  color: #000;
  font-size: 21px;
  line-height: 31px;
}

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

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

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

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-left: 0vw;
  float: none;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

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

.text-span-9 {
  color: #b5d564;
}

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

.text-block-16-cop333 {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin: 0px auto;
  padding: 28px;
  background-color: #8eb456;
  font-family: Novitonova, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
}

.target-widget-copy-copy {
  position: static;
  bottom: -211px;
  z-index: 100;
  margin-top: 40px;
  padding: 11px;
  background-color: #fff;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  box-shadow: 4px 0 50px -25px #000;
  color: #000;
}

.video-2 {
  bottom: 0px;
  z-index: 99;
  overflow: hidden;
  width: 93%;
  margin-left: 30px;
  border-radius: 50px;
}

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

.text-span-10 {
  font-family: Novitonova, sans-serif;
  font-size: 39px;
  text-transform: uppercase;
}

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

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tabs-content {
  width: 70%;
  height: 500px;
}

.tab2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 181px;
  padding-left: 117px;
  -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;
  background-color: #fff;
}

.tab2.w--current {
  border: 3px solid #438eef;
  background-color: #fff;
}

.quest-section {
  margin-bottom: 50px;
  padding-bottom: 0px;
}

.quest-section._2 {
  padding-bottom: 87px;
}

.bold-text-2 {
  color: #7c64d9;
}

.text-block-19 {
  width: 50%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 29px;
  padding-top: 227px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/eco-thinking2x.png');
  background-position: 34% 0px;
  background-size: 220px;
  background-repeat: no-repeat;
}

.text-block-20 {
  width: auto;
  padding-top: 0px;
  padding-right: 59px;
  padding-left: 0px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.text-block-19-copy {
  position: relative;
  left: -48px;
  width: 50%;
  margin-top: 0px;
  margin-left: 29px;
  padding-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.bold-text-3 {
  color: #7c64d9;
}

.text-span-11 {
  color: #7c64d9;
}

.list-item-2 {
  width: 33%;
  padding-top: 19px;
  padding-left: 58px;
}

.link-8 {
  border-bottom: 1px solid #fde0ce;
  color: #7c64d9;
  text-decoration: none;
}

.prizes-section {
  position: relative;
  padding-top: 82px;
  padding-bottom: 83px;
  padding-left: 36%;
  background-color: #b5d564;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.subtitle-copy {
  display: inline-block;
  margin-top: 1px;
  margin-bottom: 45px;
  border-bottom: 5px none #d2cdc9;
  font-family: Novitonova, sans-serif;
  color: #fff;
  font-size: 138px;
  line-height: 126px;
  text-transform: uppercase;
}

.subtitle-copy.black {
  padding-bottom: 10px;
  border-bottom-color: #b5d564;
  color: #000;
  font-size: 42px;
  line-height: 35px;
}

.div-block-35 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 394px;
  height: 964px;
  background-image: url('../images/teacher22x.png');
  background-position: 100% 50%;
  background-size: 372px;
  background-repeat: no-repeat;
}

.panel--reg-fixed {
  position: fixed;
  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 solid #ededed;
  background-color: #fff;
  background-image: none;
  background-size: auto;
}

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

.text-block-21 {
  display: block;
  margin-bottom: 0px;
  padding-top: 0px;
  -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-family: Wwf, sans-serif;
  font-size: 47px;
  line-height: 41px;
}

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

.text-block-22 {
  margin-top: 5px;
  margin-right: 15px;
  margin-left: 14px;
  font-size: 13px;
  line-height: 19px;
}

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

.div-block-38 {
  position: relative;
  bottom: -20px;
  width: 63px;
  height: 82px;
  margin-top: -21px;
  margin-right: 25px;
  -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, .34);
}

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

.text-span-12 {
  color: #8eb456;
  font-size: 5vw;
  line-height: 0.9em;
}

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

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

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

.section-2-copy {
  position: relative;
  padding: 63px 35% 60px 100px;
  background-color: #d2cdc9;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.div-block-40 {
  position: absolute;
  top: 0px;
  right: 33px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  height: 100%;
  padding-right: 22px;
  -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-41 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  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-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;
}

.image-14 {
  position: relative;
  top: -59px;
  margin-top: -397px;
  margin-left: -229px;
}

.image-15 {
  margin-top: -66px;
  margin-left: 96px;
}

.image-16 {
  position: relative;
  top: -118px;
  margin-top: 16px;
  margin-left: -272px;
}

.image-17 {
  margin-left: -263px;
}

.image-18 {
  position: relative;
  z-index: 10;
}

.image-19 {
  position: relative;
  top: 192px;
  z-index: 11;
  margin-top: -147px;
  margin-right: 0px;
  margin-left: 131px;
}

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

.paragraph-5 {
  position: relative;
  top: 208px;
  width: 267.40625px;
  margin-top: -118px;
  margin-bottom: -23px;
  font-family: 'Open Sans', sans-serif;
  color: #746962;
  font-size: 13px;
  line-height: 23px;
}

.text-span-13 {
  position: absolute;
  top: -128px;
  right: -108px;
  width: 180px;
  height: 180px;
  background-image: url('../images/arrow2x.png');
  background-position: 0px 0px;
  background-size: 143px;
  background-repeat: no-repeat;
}

.section-10 {
  background-color: #b5d564;
  color: #fff;
}

.text-span-14 {
  display: none;
}

.column-row-copy {
  position: relative;
  margin-top: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-row-copy.superh {
  top: -17px;
  background-image: url('../images/superhero2x.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.column-row-copy._22 {
  width: 37vw;
  margin-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.pop-up-login {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: block;
  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));
}

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

.columns {
  margin-top: 42px;
}

.list-item-3 {
  margin-bottom: 15px;
}

.div-block-43 {
  margin-top: 23px;
  padding: 30px 30px 30px 232px;
  border: 3px solid #b5d564;
  background-image: url('../images/reg-illustr22x.png');
  background-position: 0px 29px;
  background-size: 210px;
  background-repeat: no-repeat;
}

.div-block-44 {
  padding-top: 32px;
  padding-left: 20px;
}

.button-2 {
  margin-bottom: 13px;
  background-color: #8eb456;
}

.unordered-list-2 {
  padding-left: 20px;
}

.link-9 {
  padding-bottom: 1px;
  border-bottom: 1px solid #b5d564;
  color: #b5d564;
  text-decoration: none;
}

.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 solid #ededed;
  background-color: #fff;
  background-image: none;
  background-size: auto;
}

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

.body {
  background-color: #cdc9d2;
}

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

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

.text-block-24 {
  margin-top: 0px;
  margin-left: 23px;
  font-family: Novitonova, sans-serif;
  font-size: 44px;
  line-height: 63px;
  letter-spacing: -2px;
}

.text-block-25 {
  margin-left: 15px;
  font-size: 12px;
  line-height: 12px;
}

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

.icon {
  position: relative;
  left: -8px;
  margin-right: 0px;
  margin-left: -43px;
  padding-right: 22px;
  padding-left: 22px;
}

.icon.enter {
  padding-left: 17px;
  background-image: url('../images/ico-login2x.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon.enter:hover {
  background-image: url('../images/ico-login--hover2x.png');
}

.icon.ask {
  background-image: url('../images/ico-question2x.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.green {
  color: #8eb456;
}

.text-block-26 {
  margin-top: 20px;
}

.image-21 {
  display: block;
  width: 49vw;
  margin-right: auto;
  margin-left: 0px;
}

.paragraph-7 {
  font-size: 16px;
  line-height: 25px;
  text-align: left;
}

.image-22 {
  display: block;
  margin-right: auto;
  margin-bottom: 22px;
  margin-left: auto;
}

.text-span-16 {
  font-family: Novitonova, sans-serif;
  font-size: 49px;
  line-height: 47px;
  text-transform: uppercase;
}

.section-11 {
  padding-top: 51px;
  padding-bottom: 51px;
}

.columns-2 {
  height: 100%;
  margin-bottom: 52px;
}

.div-block-46 {
  background-image: url('../images/bg-gorod.jpg');
  background-position: 50% 0px;
  background-size: auto;
  background-repeat: repeat-y;
}

.column-3 {
  height: 100%;
}

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

.flex-column {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph-7-copy {
  margin: 99px 48px 99px 32px;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
}

.bold-text-4 {
  display: inline-block;
  margin-bottom: 16px;
  font-family: Novitonova, sans-serif;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  text-transform: uppercase;
}

.cont-fullwidth {
  display: block;
  max-width: auto;
  margin-top: 0px;
  margin-right: 0%;
  margin-left: 0%;
}

.cont-fullwidth.margin-top-s {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.micro-row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 200%;
  margin-bottom: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.micro-row-2.vertical-flex {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 19px;
  line-height: 28px;
}

.micro-row-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  margin-bottom: 15px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.micro-row-copy.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;
  font-size: 19px;
  line-height: 28px;
}

.div-block-47 {
  padding-top: 15vw;
  background-image: url('../images/presentation3x.png');
  background-position: 50% 53px;
  background-size: auto 9vw;
  background-repeat: no-repeat;
}

.div-block-47._2 {
  padding-top: 15vw;
  background-image: url('../images/metod-gid3x.png');
  background-position: 44px 50px;
  background-size: auto 9vw;
}

.div-block-47._3 {
  padding-top: 15vw;
  background-image: url('../images/materials3x.png');
  background-position: 18% 47px;
  background-size: auto 9vw;
  text-align: center;
}

.div-block-47._4 {
  padding-top: 15vw;
  background-image: url('../images/p-mod3x.png');
  background-position: 17% 28%;
  background-size: auto 9vw;
}

.italic-text {
  color: #8eb456;
  font-style: normal;
}

.title--centered {
  display: block;
  width: 60%;
  margin: 2vw auto 1vw;
  font-family: Novitonova, sans-serif;
  font-size: 4em;
  line-height: 0.4em;
  text-align: center;
  text-transform: uppercase;
}

.text-span-17 {
  color: #13313d;
}

.image-23 {
  width: 200px;
  margin-top: 25px;
  margin-bottom: 32px;
  margin-left: 0px;
}

.image-23-copy {
  width: 200px;
  margin: 50px -2px;
}

.title-rotate {
  position: absolute;
  left: 0px;
  top: 0px;
  margin-top: 161px;
  margin-bottom: 67px;
  margin-left: -9%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: Novitonova, sans-serif;
  color: #8eb456;
  font-size: 4em;
  line-height: 1em;
  text-align: left;
  text-transform: uppercase;
}

.columns-3 {
  margin-left: 87px;
}

.barbody {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 486px;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #efe5e5;
  border-radius: 50px;
  background-color: #fff;
  color: #000;
}

.barbody.hero {
  margin-top: 0px;
  margin-left: -20px;
  border-radius: 50px;
}

.barbody.al-l {
  margin-left: 0px;
}

.image-24 {
  width: 10vw;
}

.cont-vopr {
  position: relative;
  display: block;
  max-width: auto;
  margin-top: 0px;
  margin-right: 2vw;
  margin-left: 2vw;
}

.cont-vopr.margin-top-s {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 1vw;
  margin-left: 1vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

@media (max-width: 991px) {
  .mainframe {
    min-width: auto;
  }
  .s-hero {
    padding-bottom: 97px;
  }
  .row-section {
    margin-right: 1%;
    margin-left: 1%;
  }
  .row-section.nav {
    margin-right: 0%;
    margin-left: 0%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .logo-urok {
    margin-left: 16px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .lesson-name {
    margin-top: 21px;
    margin-right: 11px;
    margin-left: 13px;
  }
  .link {
    margin-top: 0px;
    margin-right: 14px;
    margin-left: 49px;
  }
  .link.last {
    margin-right: 47px;
    margin-left: 0px;
  }
  .link.quest {
    margin-left: 4.6vw;
  }
  .link-block-2.vk {
    margin-left: 0px;
  }
  .div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 6px;
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
  }
  .div-block-copy {
    margin-top: 0px;
  }
  .div-block-3 {
    width: 65%;
    margin-top: -126px;
    margin-left: 268px;
    padding-top: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .div-block-3-copy {
    width: 65%;
    padding-left: 0px;
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .btn--join--small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 243px;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 11px;
    padding-bottom: 11px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .btn--join--small.hero {
    width: 234px;
    padding-left: 58px;
  }
  .logo-prezfund {
    width: 119px;
    height: 86px;
    margin-top: -17px;
    margin-right: 0px;
    margin-left: 17px;
  }
  .bigtext-hero {
    margin-top: 13.4px;
    margin-bottom: 14px;
    margin-left: 22px;
    font-size: 140px;
    line-height: 110px;
  }
  .text-block-copy-copy {
    margin-top: 0px;
    margin-left: 11px;
  }
  .row-section--flex {
    display: block;
    margin-right: 10px;
    margin-left: 10px;
    -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;
  }
  .row-section--flex.min-top-margin {
    top: 35px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .text-block-2 {
    left: 131px;
    top: 85px;
    width: auto;
    margin-left: 17px;
    font-size: 15px;
    line-height: 19px;
  }
  .column-row {
    display: none;
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .column-row.left {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .column-row.superh {
    position: absolute;
    top: auto;
    right: 0px;
    bottom: -97px;
    display: block;
    width: 397px;
    height: 306px;
    margin-top: -2px;
    -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;
  }
  .bar.hero {
    position: relative;
    left: 20px;
    width: auto;
    margin-right: 16px;
    margin-left: -2px;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .text-block-3 {
    margin-left: 71px;
  }
  .text-block-4 {
    margin-left: 55px;
  }
  .btn--join--big {
    margin: 0px;
    font-size: 42px;
  }
  .bar-column-copy {
    width: 154px;
  }
  .target-widget {
    position: relative;
    bottom: 0px;
    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: 50% 0px;
    font-size: 16px;
  }
  .list-item._1 {
    padding-right: 18px;
  }
  .list-item._6-copy {
    width: 66%;
    max-width: auto;
    padding-right: 0px;
  }
  .unordered-list {
    width: auto;
    margin-top: 8px;
    margin-bottom: 26px;
  }
  .subtitle.black {
    width: auto;
    margin-top: 33px;
  }
  .subtitle.black-copy {
    width: auto;
    line-height: 50px;
  }
  .title-copy {
    margin-top: -5px;
    font-size: 50px;
    line-height: 44px;
  }
  .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 {
    width: 220px;
    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-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;
  }
  .logo-item.p-grant {
    width: 250px;
    margin-right: 14px;
  }
  .panel--orgs {
    padding-top: 0px;
    -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: auto;
    -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;
  }
  .micro-row.vertical-flex {
    width: auto;
  }
  .micro-column {
    width: 30%;
    margin-right: 8px;
    margin-left: 8px;
  }
  .micro-column._1 {
    width: 33.33333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .micro-column.mlad {
    width: auto;
  }
  .micro-column.add-teft-margin-onmobile {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .micro-column.min {
    width: 46%;
  }
  .white-panel.ml {
    width: auto;
    padding: 22px 35px;
  }
  .white-panel.fst {
    font-size: 15px;
    line-height: 18px;
  }
  .white-panel.scnd {
    font-size: 15px;
    line-height: 18px;
  }
  .white-panel._3rd {
    font-size: 15px;
    line-height: 18px;
  }
  .white-panel._4th-copy {
    font-size: 15px;
    line-height: 18px;
  }
  .white-panel._5th {
    font-size: 15px;
    line-height: 18px;
  }
  .white-panel.with-icon {
    width: 100%;
  }
  .white-panel.with-icon._1 {
    padding-left: 100px;
  }
  .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: 33%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 23px;
    padding-left: 23px;
    font-size: 15px;
    line-height: 23px;
  }
  .div-block-14 {
    display: block;
    margin-bottom: 20px;
  }
  .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;
  }
  .section-4._33 {
    padding-top: 37px;
    padding-bottom: 0px;
  }
  .quote-item {
    margin-right: -7px;
    margin-bottom: 1px;
    margin-left: 4px;
    padding-top: 0px;
    padding-right: 28px;
    padding-left: 0px;
  }
  .block-quote {
    padding-right: 10px;
    font-size: 17px;
  }
  .text-block-10 {
    left: 28px;
    top: 125px;
  }
  .all-fakty {
    margin-left: 465px;
  }
  .div-block-11-copy {
    left: 0px;
    margin-left: 14px;
  }
  .cont {
    margin-right: 10px;
    margin-left: 10px;
  }
  .cont.margin-top-s {
    -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;
  }
  .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;
  }
  .section-7 {
    height: 511px;
    padding-top: 0px;
    padding-bottom: 402px;
    background-position: 50% 0px;
    background-size: contain;
  }
  .text-block-11 {
    width: 70%;
  }
  .image-9 {
    left: 5px;
    width: 111vw;
    max-width: 47%;
  }
  .image-9-copy {
    right: -25px;
    bottom: 11px;
    width: 50%;
  }
  .div-block-30 {
    width: 100%;
  }
  .div-block-30._2 {
    float: left;
  }
  .join-social {
    width: auto;
    margin-top: 7vw;
    margin-left: 111px;
  }
  .link-block-3 {
    width: 329px;
    margin-left: 30px;
  }
  .image-10 {
    margin-right: 16px;
  }
  .link-block-3-copy {
    width: auto;
    margin-left: 0px;
  }
  .lesson-name--footer {
    margin-left: 21px;
  }
  .image-11 {
    width: 251px;
  }
  .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: 43%;
    margin-top: 41px;
    margin-right: 16px;
    margin-left: 24px;
    font-size: 16px;
    line-height: 23px;
  }
  .slider {
    top: -191px;
    width: 699px;
    height: 367px;
    margin-top: 38px;
    margin-right: 87px;
    margin-left: 34px;
  }
  .slide-nav {
    bottom: -290px;
  }
  .slide-content {
    padding-top: 0px;
  }
  .left-arrow {
    top: 305px;
  }
  .right-arrow {
    top: 305px;
  }
  .material-list-wrapper {
    padding-left: 0px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .text-block-18 {
    margin-bottom: 6px;
  }
  .text-block-6-copy {
    width: auto;
  }
  .text-block-2--ishero {
    left: 131px;
    top: 85px;
    width: 194.421875px;
    margin-top: 15px;
    margin-right: 28px;
    margin-left: 0px;
    float: right;
    font-size: 15px;
    line-height: 19px;
  }
  .div-block-33 {
    display: block;
    width: auto;
    margin-top: 0px;
    margin-right: 40px;
    margin-left: 4vw;
  }
  .target-widget-copy {
    margin-top: 23px;
  }
  .text-block-16-cop333 {
    font-size: 48px;
    line-height: 52px;
  }
  .target-widget-copy-copy {
    margin-top: 23px;
  }
  .video-2 {
    width: auto;
    margin-left: 0px;
  }
  .text-block-2--ishero-copy {
    left: 131px;
    top: 85px;
    width: auto;
    margin-left: 45px;
    font-size: 18px;
    line-height: 19px;
  }
  .text-block-19 {
    margin-left: 6px;
  }
  .text-block-20 {
    padding-right: 0px;
  }
  .text-block-19-copy {
    margin-left: 45px;
  }
  .list-item-2 {
    padding-top: 0px;
    padding-left: 20px;
    text-align: center;
  }
  .prizes-section {
    padding-top: 12px;
    padding-bottom: 45px;
  }
  .subtitle-copy {
    margin-top: 26px;
    margin-bottom: 28px;
    margin-left: -166px;
    font-size: 86px;
  }
  .subtitle-copy.black {
    width: 600px;
  }
  .div-block-35 {
    left: -221px;
    top: 3px;
    width: 557px;
    height: 873px;
  }
  .panel--reg-fixed {
    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, -88px);
    -ms-transform: translate(0px, -88px);
    transform: translate(0px, -88px);
  }
  .text-block-21 {
    font-size: 34px;
    line-height: 32px;
  }
  .text-block-22 {
    width: 131.734375px;
    font-size: 12px;
    line-height: 16px;
  }
  .div-block-38 {
    width: 67px;
    height: 87px;
    margin-top: -30px;
    margin-right: 15px;
    margin-left: 13px;
    padding-bottom: 1px;
  }
  .text-span-12 {
    font-size: 50px;
    line-height: 44px;
  }
  .cont-copy {
    position: relative;
    z-index: 10;
    width: auto;
    margin-right: 0px;
    margin-left: 10px;
  }
  .section-2-copy {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-40 {
    position: relative;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .div-block-41 {
    position: absolute;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .image-14 {
    left: 120px;
    top: 6px;
    margin-left: 0px;
  }
  .image-15 {
    margin-top: 69px;
    margin-left: 61px;
  }
  .image-16 {
    left: 228px;
    top: -223px;
    right: -83px;
    margin-left: 0px;
  }
  .image-17 {
    position: relative;
    left: 126px;
    top: -50px;
    margin-left: 128px;
  }
  .image-19 {
    left: -220px;
    top: 211px;
  }
  .paragraph-5 {
    left: -3px;
    top: 180px;
    width: 191.40625px;
    font-size: 11px;
    line-height: 19px;
  }
  .text-span-13 {
    top: -59px;
    right: -59px;
    width: 108px;
    height: 100px;
    background-size: contain;
  }
  .text-span-14 {
    display: inline;
  }
  .image-20 {
    display: inline-block;
  }
  .column-row-copy {
    width: 61%;
    padding-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .column-row-copy.left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .column-row-copy.superh {
    position: absolute;
    top: 75px;
    right: 0px;
    display: block;
    width: 323px;
    height: 245px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .column-row-copy._22 {
    width: 100%;
  }
  .text-span-15 {
    display: none;
  }
  .paragraph-6 {
    margin-bottom: 30px;
  }
  .popup-body {
    overflow: visible;
    margin-right: 1%;
    margin-left: 1%;
    padding-top: 30px;
    padding-right: 33px;
    padding-left: 33px;
  }
  .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);
  }
  .text-span-16 {
    font-size: 33px;
    line-height: 34px;
  }
  .section-11 {
    padding-top: 8px;
  }
  .flex-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-row._1 {
    margin-top: 75px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex-column {
    margin-bottom: 2px;
  }
  .flex-column._2 {
    margin-top: 4vw;
  }
  .paragraph-7-copy {
    margin-top: 0px;
    margin-bottom: -3px;
  }
  .cont-fullwidth {
    margin-right: 10px;
    margin-left: 10px;
  }
  .micro-row-2 {
    width: auto;
    -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;
  }
  .micro-row-2.vertical-flex {
    width: auto;
  }
  .micro-row-copy {
    width: auto;
    -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;
  }
  .micro-row-copy.vertical-flex {
    width: auto;
  }
  .div-block-47 {
    margin-bottom: 17px;
    padding-top: 11vw;
    background-position: 0px 0px;
  }
  .div-block-47._2 {
    margin-bottom: 18px;
    padding-top: 11vw;
    background-position: 0px 0px;
  }
  .div-block-47._3 {
    padding-top: 11vw;
    background-position: 0px 0px;
  }
  .div-block-47._4 {
    padding-top: 11vw;
    background-position: 0px 0px;
  }
  .title--centered {
    width: 91%;
    margin-top: 80px;
    font-size: 45px;
    line-height: 46px;
  }
  .title-rotate {
    margin-top: 109px;
    margin-left: -7%;
    font-size: 45px;
    line-height: 57px;
  }
  .columns-3 {
    margin-left: 39px;
  }
  .barbody {
    width: 501px;
    margin-top: 43px;
    padding-top: 1px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .barbody.hero {
    position: relative;
    left: 20px;
    width: auto;
    margin-right: 16px;
    margin-left: -2px;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .barbody.al-l {
    width: 95%;
  }
  .image-24 {
    width: 19vw;
  }
  .column-4 {
    padding-left: 0px;
  }
  .cont-vopr {
    margin-right: 10px;
    margin-left: 10px;
  }
  .cont-vopr.margin-top-s {
    -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;
  }
}

@media (max-width: 767px) {
  .s-hero {
    position: relative;
    height: 1097px;
    padding-bottom: 16px;
    background-image: url('../images/bg-gorod.jpg');
    background-position: 0px 0px;
    background-size: 708px;
    background-repeat: repeat-y;
  }
  .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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .logo-urok {
    margin-top: 19px;
    margin-left: 11px;
    float: left;
  }
  .logo-urok.infooter {
    margin-left: 43px;
  }
  .lesson-name {
    display: inline-block;
    width: 251.21875px;
    margin-right: 76px;
    margin-bottom: 30px;
    float: none;
  }
  .link {
    margin: 21px 32px 23px 52px;
  }
  .link.last {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 51px;
  }
  .link.quest {
    margin-top: 20px;
    margin-left: 9.6vw;
  }
  .link-block-2.fb {
    margin-right: 9px;
  }
  .link-block-2.ok {
    margin-right: 14px;
  }
  .link-block-2.vk {
    margin-right: 9px;
  }
  .div-block-2 {
    margin-top: -20px;
    margin-right: 0px;
    margin-left: 0px;
    float: right;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -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;
  }
  .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: auto;
    margin-top: 11px;
    margin-left: 3px;
    float: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-3-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 6px;
    float: none;
    -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;
  }
  .btn--join--small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }
  .btn--join--small.hero {
    width: auto;
  }
  .logo-prezfund {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 126px;
    height: 105px;
    margin-top: 0px;
    margin-right: 0px;
    float: none;
  }
  .bigtext-hero {
    width: 92%;
    margin-bottom: 8px;
    margin-left: 23px;
    font-size: 102px;
    line-height: 0.8em;
  }
  .row-section--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-row {
    margin-top: 0px;
  }
  .column-row.left {
    position: static;
    display: block;
  }
  .column-row.superh {
    left: 0px;
    right: 0px;
    bottom: -451px;
    display: block;
    width: 512px;
    height: 329px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .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;
  }
  .bar-column {
    position: relative;
  }
  .btn--join--big {
    width: auto;
    height: 100%;
    margin-right: 0px;
    padding-top: 24px;
    padding-bottom: 30px;
  }
  .bar-column-copy {
    width: 194px;
    padding-right: 11px;
    padding-left: 8px;
  }
  .target-widget {
    bottom: -170px;
  }
  .div-block-5 {
    padding-top: 18px;
    padding-left: 21px;
  }
  .list-item {
    max-width: 100%;
  }
  .list-item._1 {
    background-size: 60px 80px;
  }
  .list-item._2 {
    background-size: 110px 80px;
  }
  .list-item._3 {
    background-size: 139px;
  }
  .list-item._4 {
    background-size: 155px;
  }
  .list-item._5 {
    background-size: 170px;
  }
  .list-item._6 {
    background-size: 150px;
  }
  .list-item._6-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    max-width: 100%;
    min-height: auto;
    min-width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 40px;
    padding-left: 24px;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .unordered-list {
    width: 100%;
    margin-left: 18px;
    padding-right: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .subtitle {
    margin-top: 31px;
  }
  .subtitle.black {
    margin-top: 7px;
  }
  .subtitle.black-copy {
    margin-top: 7px;
  }
  .title-copy {
    margin-top: 19px;
  }
  .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: 0px;
    margin-left: 7px;
    padding-left: 53px;
  }
  .button-copy.ask {
    margin-right: 0px;
    padding-left: 53px;
  }
  .logo-item {
    width: 166px;
    margin-top: 33px;
  }
  .logo-item.p-grant {
    width: 166px;
  }
  .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: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .micro-row.vertical-flex {
    display: block;
  }
  .micro-column {
    width: 47%;
  }
  .micro-column.mlad {
    margin-right: 0px;
    margin-left: 0px;
  }
  .micro-column.min {
    width: 227px;
    margin-right: 18px;
    margin-left: 18px;
  }
  .white-panel.ml {
    border-radius: 27px;
  }
  .white-panel.fst {
    margin-bottom: 18px;
  }
  .white-panel._11th {
    margin-bottom: 15px;
  }
  .white-panel._4th {
    margin-bottom: 15px;
  }
  .white-panel._5th {
    margin-bottom: 15px;
  }
  .white-panel._10th {
    margin-bottom: 15px;
  }
  .row-section-copy-copy {
    display: block;
  }
  .link-2.margin-top {
    margin-top: 20px;
    padding-left: 0px;
  }
  .shag {
    width: auto;
    margin-left: 5px;
    padding-bottom: 39px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .26);
  }
  .text-block-9 {
    padding-top: 39px;
    padding-left: 0px;
    background-position: 0px 0px;
  }
  .image-4 {
    bottom: 135px;
  }
  .section-4 {
    padding-top: 0px;
    padding-bottom: 7px;
  }
  .section-4._33 {
    padding-top: 6px;
  }
  .quote-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .block-quote {
    width: 100%;
    padding-right: 0px;
  }
  .div-block-18 {
    margin-top: 196px;
    margin-left: -3px;
  }
  .cont {
    margin-top: 40px;
  }
  .paragraph-4 {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .image-9 {
    left: 15px;
    bottom: 23px;
  }
  .image-9-copy {
    right: 28px;
    bottom: 151px;
  }
  .div-block-30 {
    width: 100%;
    padding-bottom: 5px;
  }
  .join-social {
    margin-top: 24px;
    margin-left: 175px;
  }
  .link-block-3 {
    width: 362.0625px;
    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: 262px;
  }
  .column {
    padding-right: 2px;
  }
  .cntr-text {
    font-size: 17px;
  }
  .column-2 {
    padding-right: 6px;
    padding-left: 0px;
  }
  .section-9 {
    padding-top: 235px;
  }
  .text-block-2-copy {
    width: 100%;
    margin-top: 14px;
    margin-left: 26px;
    padding-top: 1px;
  }
  .text-block-16 {
    margin-right: 50px;
    margin-left: 50px;
  }
  .slider {
    top: -85px;
    width: auto;
    height: 435px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .text-block-16-copy {
    margin-right: 50px;
    margin-left: 50px;
  }
  .slide-nav {
    margin-top: 365.5px;
  }
  .slide-content._2 {
    padding-top: 89px;
  }
  .left-arrow {
    margin-top: 55px;
  }
  .right-arrow {
    margin-top: 55px;
  }
  .material-list-wrapper {
    padding-left: 0px;
  }
  .gazell {
    right: -129px;
  }
  .moose {
    left: -87px;
    bottom: -35px;
  }
  .section-9-copy {
    padding-top: 20px;
    padding-bottom: 1px;
  }
  .text-block-6-copy {
    width: 179px;
  }
  .text-block-2--ishero {
    width: auto;
    margin-left: 26px;
    float: none;
  }
  .div-block-33 {
    margin-top: 26px;
    margin-left: 0px;
  }
  .div-block-34 {
    width: auto;
    height: 85px;
    margin-right: 18px;
    padding-left: 39px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .image-13 {
    width: 152px;
    height: 168px;
    max-width: 152px;
    min-height: 168px;
    min-width: 152px;
  }
  .target-widget-copy {
    bottom: -267px;
  }
  .text-block-16-cop333 {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 39px;
    line-height: 42px;
  }
  .target-widget-copy-copy {
    bottom: -267px;
  }
  .video-2 {
    margin-top: 59px;
  }
  .text-block-2--ishero-copy {
    margin-left: 25px;
  }
  .quest-section {
    padding-bottom: 5px;
  }
  .quest-section._2 {
    padding-bottom: 40px;
  }
  .list-item-2 {
    width: 100%;
    padding-left: 0px;
  }
  .prizes-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 33px 0px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .subtitle-copy {
    margin-top: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    line-height: 0.8em;
    text-align: center;
  }
  .subtitle-copy.black {
    margin-top: 7px;
  }
  .div-block-35 {
    position: relative;
    left: 0px;
    top: 0px;
    display: block;
    width: 464px;
    height: 301px;
    margin-top: -109px;
    margin-right: auto;
    margin-left: auto;
    background-position: 50% 50%;
    background-size: contain;
  }
  .panel--reg-fixed {
    position: fixed;
    display: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .cont-copy {
    position: static;
    margin-top: 57px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .section-2-copy {
    display: block;
    padding-top: 1px;
    padding-right: 21px;
    padding-left: 6px;
  }
  .image-17 {
    margin-left: 66px;
  }
  .div-block-42 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-row-copy {
    width: auto;
    margin-top: -6px;
  }
  .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;
  }
  .text-block-26 {
    margin-top: 10px;
  }
  .flex-column._2 {
    margin-top: 12vw;
  }
  .cont-fullwidth {
    margin-top: 57px;
  }
  .micro-row-2 {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .micro-row-2.vertical-flex {
    display: block;
  }
  .micro-row-copy {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .micro-row-copy.vertical-flex {
    display: block;
  }
  .title--centered {
    margin-top: 0px;
    margin-left: 18px;
    text-align: left;
  }
  .title-rotate {
    position: static;
    margin-top: 0px;
    margin-bottom: -6px;
    margin-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .columns-3 {
    margin-left: -10px;
  }
  .barbody {
    width: 90%;
    margin-top: -7px;
    margin-bottom: 29px;
    margin-left: auto;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .barbody.al-l {
    margin-top: 35px;
  }
  .column-4 {
    padding-left: 10px;
  }
  .cont-vopr {
    margin-top: 40px;
  }
}

@media (max-width: 479px) {
  .mainframe {
    overflow: hidden;
  }
  .s-hero {
    padding-bottom: 75px;
    background-image: url('../images/bg-gorod2.jpg');
    background-position: 0px 0px;
    background-size: 1000px;
  }
  .row-section.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .logo-urok {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .logo-urok.infooter {
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .lesson-name {
    width: 200.21875px;
    margin-right: -5px;
    margin-bottom: 37px;
  }
  .link {
    margin-right: 1px;
    margin-left: 69px;
  }
  .link.last {
    display: inline-block;
    margin-right: 22px;
    margin-bottom: 12px;
    margin-left: 67px;
  }
  .link.quest {
    margin-top: 9px;
    margin-left: -51px;
  }
  .div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    float: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .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-top: 0px;
    margin-bottom: -3px;
    margin-left: 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-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .div-block-3-copy {
    width: 100%;
    margin-top: 16px;
    float: left;
  }
  .btn--join--small {
    margin-right: 6px;
    margin-left: 6px;
  }
  .logo-prezfund {
    display: none;
    width: 196px;
    height: 116px;
    margin-right: 18px;
  }
  .bigtext-hero {
    display: none;
    margin-top: 5px;
    margin-left: 10px;
    font-size: 56px;
    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;
  }
  .column-row.superh {
    width: auto;
  }
  .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 {
    left: -11px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 15px;
    padding: 7px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bar-column {
    padding-right: 0px;
  }
  .text-block-3 {
    margin-left: 40px;
    font-size: 33px;
  }
  .text-block-4 {
    margin-left: 0px;
  }
  .btn--join--big {
    margin-top: 0px;
    margin-right: 0px;
    padding-top: 14px;
    padding-bottom: 18px;
    font-size: 33px;
  }
  .bar-column-copy {
    width: 40%;
    min-width: 110px;
    padding-right: 0px;
    padding-left: 0px;
    background-position: 9% 28%;
    background-size: 26px;
  }
  .target-widget {
    position: relative;
    top: 260px;
    right: 0px;
    bottom: 0px;
    margin-top: 0px;
  }
  .div-block-5 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .title {
    line-height: 43px;
  }
  .image {
    margin-bottom: 9px;
    float: none;
  }
  .list-item {
    width: 100%;
  }
  .list-item._1 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 57px;
    padding-top: 96px;
    background-position: 50% 0px;
    text-align: center;
  }
  .list-item._2 {
    width: 100%;
    margin-bottom: 44px;
    padding-top: 96px;
    background-position: 50% 0px;
    text-align: center;
  }
  .list-item._3 {
    width: 100%;
    padding-top: 150px;
    background-position: 50% 0px;
    text-align: center;
  }
  .list-item._4 {
    width: 100%;
    padding-top: 150px;
    background-position: 50% 0px;
    text-align: center;
  }
  .list-item._5 {
    width: 100%;
    padding-top: 150px;
    background-position: 50% 0px;
    text-align: center;
  }
  .list-item._6 {
    width: 100%;
    padding-top: 150px;
    background-position: 50% 0px;
    text-align: center;
  }
  .list-item._6-copy {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-position: 50% 0px;
    text-align: center;
  }
  .unordered-list {
    left: 0px;
    margin-top: 24px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .subtitle.black {
    width: auto;
    font-size: 31px;
  }
  .subtitle.black-copy {
    width: auto;
    font-size: 35px;
  }
  .title-copy {
    margin-top: 34px;
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 35px;
    text-align: left;
  }
  .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;
    padding-bottom: 8px;
    padding-left: 43px;
  }
  .button-copy.ask {
    margin-right: 10px;
    margin-left: 0px;
    padding-left: 41px;
  }
  .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 {
    width: 94%;
    margin-right: 0px;
    margin-bottom: 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;
  }
  .micro-column.min {
    width: 256px;
  }
  .white-panel.ml {
    width: auto;
    padding: 31px;
    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: 68px;
  }
  .white-panel.scnd {
    height: 216px;
    margin-top: 15px;
    padding-bottom: 68px;
  }
  .white-panel._11th {
    height: 216px;
    padding-right: 22px;
    background-position: 50% 25px;
  }
  .white-panel.frth {
    height: 216px;
    margin-top: 0px;
  }
  .white-panel._3rd {
    height: 216px;
    margin-top: 15px;
    padding-bottom: 59px;
  }
  .white-panel._4th {
    height: 216px;
    margin-top: 15px;
  }
  .white-panel._4th {
    height: 216px;
    padding-right: 22px;
  }
  .white-panel._4th-copy {
    height: 216px;
    margin-top: 15px;
    padding-bottom: 68px;
  }
  .white-panel._5th {
    height: 216px;
    margin-top: 15px;
    padding-right: 22px;
    padding-bottom: 66px;
  }
  .white-panel._6th {
    height: 216px;
    margin-top: 0px;
  }
  .white-panel._7th {
    height: 216px;
    margin-top: 15px;
  }
  .white-panel._9th {
    height: 216px;
    margin-top: 15px;
  }
  .white-panel._10th {
    height: 216px;
    margin-top: 15px;
    padding-right: 22px;
  }
  .white-panel.with-icon {
    width: auto;
    padding-top: 198px;
    padding-right: 17px;
    padding-left: 17px;
    background-position: 16px 20px;
  }
  .white-panel.with-icon._1 {
    padding-top: 105px;
    padding-left: 17px;
    background-position: 27px 34px;
  }
  .white-panel.with-icon._2 {
    padding-top: 105px;
    background-position: 20px 30px;
  }
  .white-panel.with-icon._3 {
    padding-top: 105px;
    background-position: 20px 30px;
  }
  .white-panel.with-icon._4 {
    padding-top: 105px;
    background-position: 20px 30px;
  }
  .white-panel.with-icon._5 {
    padding-top: 105px;
    background-position: 20px 30px;
  }
  .white-panel.with-icon._6 {
    padding-top: 105px;
    background-position: 20px 30px;
  }
  .row-section-copy-copy {
    margin-top: 24px;
    -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: 35px;
    margin-left: 0px;
    font-size: 46px;
  }
  .shag {
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .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: -17px 0px;
    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;
  }
  .text-span-6 {
    font-size: 15px;
    line-height: 21px;
  }
  .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 {
    left: 22px;
    display: block;
    width: 81%;
    max-width: 81%;
  }
  .image-9-copy {
    bottom: 259px;
  }
  .div-block-30 {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .join-social {
    margin-top: 2px;
    margin-left: 0px;
  }
  .link-block-3 {
    width: 100%;
    margin-top: 23px;
    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;
  }
  .image-10 {
    display: block;
    margin-right: auto;
    margin-bottom: 28px;
    margin-left: auto;
  }
  .text-block-13 {
    display: block;
    width: 179px;
    margin-top: 4px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .link-block-3-copy {
    width: 100%;
    margin-bottom: 33px;
    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;
  }
  .lesson-name--footer {
    margin-top: 36px;
    margin-left: 20px;
  }
  .image-11 {
    display: block;
    width: 276px;
    margin-right: auto;
    margin-left: auto;
  }
  .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;
    margin-left: 10px;
    font-size: 15px;
    line-height: 22px;
  }
  .par {
    font-size: 15px;
  }
  .text-block-16 {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 21px;
    line-height: 30px;
  }
  .slider {
    top: -205px;
  }
  .text-block-16-copy {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 12px;
  }
  .slide-nav {
    bottom: -45px;
  }
  .material-list-wrapper {
    width: auto;
    margin-top: 11px;
  }
  .text-block-17 {
    line-height: 26px;
  }
  .moose {
    left: -167px;
    bottom: 0px;
  }
  .section-9-copy {
    padding-top: 2px;
  }
  .text-block-2--ishero {
    left: 111px;
    width: auto;
    margin-left: 10px;
    color: #8eb456;
    font-size: 15px;
    line-height: 22px;
  }
  .link-7 {
    padding-bottom: 4px;
    border-bottom-width: 4px;
  }
  .div-block-33 {
    display: none;
    width: 100%;
    margin: 12px 0px 13px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .div-block-34 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 79px;
  }
  .target-widget-copy {
    position: static;
    right: 0px;
    bottom: 0px;
  }
  .text-block-16-cop333 {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 31px;
    line-height: 35px;
  }
  .target-widget-copy-copy {
    position: static;
    right: 0px;
    bottom: 0px;
  }
  .video-2 {
    height: 300px;
  }
  .text-block-2--ishero-copy {
    left: 111px;
    width: auto;
    font-size: 18px;
    line-height: 17px;
  }
  .quest-section {
    padding-bottom: 0px;
  }
  .text-block-19 {
    width: 100%;
  }
  .text-block-19-copy {
    position: static;
    display: block;
    width: 100%;
    margin-left: 0px;
  }
  .prizes-section {
    padding-right: 4px;
    padding-bottom: 50px;
    padding-left: 4px;
  }
  .subtitle-copy {
    font-size: 52px;
  }
  .subtitle-copy.black {
    width: auto;
    font-size: 31px;
  }
  .div-block-35 {
    width: 100%;
  }
  .panel--reg-fixed {
    padding-right: 5px;
    padding-left: 10px;
  }
  .text-block-22 {
    margin-right: 0px;
    margin-left: 10px;
  }
  .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;
  }
  .div-block-38 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .text-span-12 {
    font-size: 35px;
    line-height: 35px;
  }
  .cont-copy {
    margin-top: 0px;
  }
  .section-2-copy {
    padding-right: 10px;
    padding-bottom: 40px;
    padding-left: 10px;
  }
  .div-block-41 {
    padding-top: 71px;
  }
  .image-14 {
    left: 228px;
    top: -75px;
    right: -1px;
  }
  .image-15 {
    position: relative;
    left: 112px;
    margin-left: -3px;
  }
  .image-16 {
    left: 130px;
  }
  .image-19 {
    left: -286px;
  }
  .paragraph-5 {
    top: 133px;
  }
  .column-row-copy {
    margin-bottom: 0px;
  }
  .column-row-copy.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;
  }
  .popup-body {
    padding-right: 25px;
    padding-left: 25px;
  }
  .div-block-43 {
    padding-right: 10px;
    padding-left: 16px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .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;
  }
  .link-9-copy {
    font-size: 15px;
  }
  .image-21 {
    display: none;
    margin-top: 0px;
    margin-bottom: -58px;
  }
  .paragraph-7 {
    font-size: 15px;
    line-height: 22px;
  }
  .paragraph-7-copy {
    margin-right: -2px;
    margin-left: 0px;
    font-size: 15px;
    line-height: 22px;
  }
  .bold-text-4 {
    font-size: 40px;
    line-height: 40px;
  }
  .cont-fullwidth {
    margin-top: 0px;
  }
  .micro-row-2 {
    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-2.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-row-copy {
    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-copy.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;
  }
  .div-block-47 {
    padding-top: 30vw;
    background-size: auto 27vw;
  }
  .div-block-47._2 {
    margin-top: 13px;
    padding-top: 30vw;
    background-size: auto 27vw;
  }
  .div-block-47._3 {
    margin-top: 15px;
    padding-top: 30vw;
    background-size: auto 23vw;
  }
  .div-block-47._4 {
    margin-top: 16px;
    padding-top: 30vw;
    background-position: 0px 13px;
    background-size: auto 21vw;
  }
  .title--centered {
    width: 96%;
    margin-top: 76px;
    margin-bottom: 20px;
    margin-left: 10px;
    font-size: 27px;
    line-height: 32px;
    text-align: left;
  }
  .title-rotate {
    margin-top: 76px;
    margin-bottom: 0px;
    font-size: 27px;
    line-height: 32px;
    text-align: left;
  }
  .barbody {
    margin: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 31px;
  }
  .barbody.hero {
    margin-top: 0px;
    margin-right: 0px;
  }
  .barbody.al-l {
    width: 99%;
  }
  .image-24 {
    width: 58vw;
  }
  .cont-vopr {
    margin-top: 0px;
  }
}

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