body {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 24px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

a {
  color: #60a6e7;
  text-decoration: none;
}

a:hover {
  color: #00529c;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #60a6e7;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
}

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

.column.nav-col {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  min-height: auto;
  min-width: 55px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.column._1st {
  position: relative;
  display: block;
  min-width: 48%;
  -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: 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: none;
  background-position: 0px 0px;
  text-align: left;
}

.column.content {
  overflow: visible;
}

.main-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.h1 {
  display: block;
  margin-top: 23px;
  margin-bottom: 11px;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  font-size: 44px;
  line-height: 40px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 2px;
}

.h1.black {
  color: #00529c;
  font-weight: 700;
}

.h1.black.white {
  color: #fff;
  text-align: center;
}

.subtile {
  margin-bottom: 4px;
  font-family: minion-pro, sans-serif;
  color: #fff;
  font-size: 23px;
}

.subtile.desctiptor {
  margin-top: 15px;
  margin-bottom: 70px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}

.subtile.desctiptor.hide {
  display: none;
}

.subtile.black {
  color: #1f1f1f;
}

.subtile.black.normal {
  font-family: 'Open Sans', sans-serif;
  color: #60a6e7;
  text-align: center;
}

.column-secton {
  padding: 65px 10%;
  text-align: center;
}

.column-secton.bober {
  background-color: #f7fafd;
}

.column-secton.target {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/girls-recycle-plastic.jpg'), url('../images/water-bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/girls-recycle-plastic.jpg'), url('../images/water-bg.jpg');
  background-position: 0px 0px, 568px 67%, 0px 0px;
  background-size: auto, 1082px, 600px;
  background-attachment: scroll, fixed, scroll;
  color: #fff;
}

.column-secton.popovich {
  background-color: #f7fafd;
}

.big-btn {
  width: 280px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 28px;
  padding: 17px 22px;
  border: 5px solid #60a6e7;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  text-align: center;
}

.big-btn:hover {
  background-color: #60a6e7;
  color: #fff;
}

.big-btn.green {
  display: none;
  background-color: #19cf94;
}

.big-btn.ghost-btn {
  background-color: transparent;
  color: #60a6e7;
}

.big-btn.ghost-btn:hover {
  background-color: #f7f7f7;
}

.big-btn.ghost-btn.miriad {
  display: none;
  font-family: minion-pro, sans-serif;
  color: #fff;
}

.big-btn.ghost-btn.miriad:hover {
  color: #60a6e7;
}

.big-btn.action-btn {
  width: auto;
  margin-bottom: 14px;
  color: #60a6e7;
}

.big-btn.action-btn:hover {
  color: #fff;
}

.big-btn._40 {
  width: 49%;
}

.big-btn.blue {
  background-color: #60a6e7;
}

.big-btn.blue:hover {
  border-color: #3aa76e;
  background-color: #3aa76e;
}

.big-btn.blue.m-t-m {
  margin-top: 23px;
  margin-bottom: 5px;
}

.btn-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0%;
  margin-bottom: 36px;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.h2 {
  font-family: 'Roboto Slab', sans-serif;
  color: #00529c;
  text-align: center;
}

.h2.white {
  color: #fff;
}

.h2.no-margin {
  margin-bottom: 3px;
}

.citata {
  margin-top: 0px;
  padding-top: 49px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-transition: right 983ms ease;
  transition: right 983ms ease;
  font-family: 'Roboto Slab', sans-serif;
  color: #00529c;
  font-size: 2.1em;
  line-height: 1.1em;
  font-weight: 700;
  text-align: center;
}

.citata.samall {
  font-size: 1.5em;
  line-height: 1.2em;
}

.citata.medium {
  font-size: 1.8em;
  line-height: 1.2em;
}

.citata.small {
  font-size: 1.5em;
  line-height: 1.2em;
}

.slider-left-arrow {
  position: absolute;
  left: 40%;
  top: 0px;
  width: 44px;
  height: 44px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  border: 2px solid #00529c;
  border-radius: 50%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #00529c;
  font-size: 25px;
}

.slider-left-arrow:hover {
  left: 39%;
  border-color: #0098ff;
  border-radius: 50%;
  background-color: #f7fafd;
}

.slider-right-arrow {
  position: absolute;
  top: 0px;
  right: 40%;
  width: 44px;
  height: 44px;
  margin: 0px;
  border: 2px solid #00529c;
  border-radius: 50%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #00529c;
  font-size: 25px;
  line-height: 35px;
}

.slider-right-arrow:hover {
  right: 39%;
  border-color: #0098ff;
  border-radius: 50%;
  background-color: #f7fafd;
}

.slider {
  display: block;
  margin-top: 31px;
  padding-top: 8px;
  background-color: transparent;
}

.slider.ex {
  background-color: transparent;
  color: #fff;
}

.slider.hide {
  display: none;
}

.flow-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.flow-column.nav {
  min-width: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-bar {
  position: relative;
  display: block;
  height: 55px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-bar-item {
  height: 100%;
  padding-top: 17px;
  padding-bottom: 17px;
  float: right;
  background-color: transparent;
  color: #7a7a7a;
  font-weight: 600;
}

.nav-bar-item.feedback {
  padding-right: 20px;
  padding-left: 72px;
  background-image: url('../images/feedback.png');
  background-position: 10px 50%;
  background-size: 51px;
  background-repeat: no-repeat;
  color: #746e6e;
  font-weight: 600;
}

.nav-bar-item.feedback:hover {
  background-color: #60a6e7;
  background-image: url('../images/feedback-h.png'), url('../images/feedback.png');
  background-position: 11px 50%, 10px 50%;
  background-size: 50px, 51px;
  background-repeat: no-repeat, no-repeat;
  color: #fff;
}

.nav-bar-item.like {
  display: block;
  margin-right: 21px;
  padding-left: 64px;
  background-image: url('../images/like.png');
  background-position: 23px 6px;
  background-size: 33px;
  background-repeat: no-repeat;
  color: #60a6e7;
}

.nav-bar-item.like:hover {
  background-color: rgba(49, 49, 49, .96);
  color: #f7fafd;
}

.logo-side {
  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-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;
}

.logo-side.onright {
  margin-top: -40px;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-side.hide {
  display: none;
}

.nav-item {
  right: 0px;
  bottom: 0px;
  width: 55px;
  height: 33px;
  padding-top: 0px;
  padding-bottom: 6px;
  float: left;
  clear: left;
  color: #c9c1c1;
  font-size: 27px;
  text-align: center;
}

.nav-item.w--current {
  color: #00529c;
}

.main-navigation {
  top: 0px;
  right: 0px;
  background-color: transparent;
}

.bober-char {
  position: relative;
  left: 0px;
  top: -52px;
  margin-top: 0px;
  margin-right: 42px;
  float: right;
}

.width-60perc {
  width: 60%;
}

.big-text {
  margin-bottom: 20px;
  color: #00529c;
  font-size: 19px;
  line-height: 28px;
}

.list-group {
  padding-left: 0px;
}

.list-group-item {
  min-height: 65px;
  margin-top: 35px;
  margin-bottom: 36px;
  padding-top: 79px;
  padding-left: 0px;
  list-style-type: none;
}

.list-group-item.preza {
  background-image: url('../images/m-prez.png');
  background-position: 50% 0px;
  background-size: 65px;
  background-repeat: no-repeat;
}

.list-group-item.game {
  background-image: url('../images/game.png');
  background-position: 50% 0px;
  background-size: 65px;
  background-repeat: no-repeat;
}

.list-group-item.poster {
  background-image: url('../images/poster.png');
  background-position: 50% 0px;
  background-size: 65px;
  background-repeat: no-repeat;
}

.list-group-item.diy {
  background-image: url('../images/diy.png');
  background-position: 50% 0px;
  background-size: 65px;
  background-repeat: no-repeat;
}

.list-group-item._1step {
  background-image: url('../images/num1.png');
  background-position: 50% 0px;
  background-size: 69px;
  background-repeat: no-repeat;
}

.list-group-item._2step {
  background-image: url('../images/num2.png');
  background-position: 50% 0px;
  background-size: 69px;
  background-repeat: no-repeat;
}

.list-group-item._3step {
  background-image: url('../images/num3.png');
  background-position: 50% 0px;
  background-size: 69px;
  background-repeat: no-repeat;
}

.list-group-item.register {
  background-image: url('../images/register-ico.png');
  background-position: 50% 0px;
  background-size: 69px;
  background-repeat: no-repeat;
}

.list-group-item.lesson {
  background-image: url('../images/lesson-ico.png');
  background-position: 50% 0px;
  background-size: 69px;
  background-repeat: no-repeat;
}

.list-group-item.diplom {
  background-image: url('../images/diploms.png');
  background-position: 50% 0px;
  background-size: 69px;
  background-repeat: no-repeat;
}

.frame-border {
  padding: 40px 22px 50px 24px;
  border: 6px solid #dbdbdb;
}

.sub-steps {
  display: inline-block;
  overflow: hidden;
  height: auto;
  margin-top: 22px;
  margin-right: 50px;
  margin-left: 50px;
  padding: 23px 35px 23px 32px;
  border: 5px solid #60a6e7;
}

.fill {
  position: fixed;
  top: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  min-height: 100vh;
  margin-top: 0px;
  padding-top: 27px;
  -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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .31), rgba(0, 0, 0, .31));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .31), rgba(0, 0, 0, .31));
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.more-btn {
  max-width: 63%;
  padding-right: 15px;
  padding-left: 65px;
  border: 4px none #00529c;
  background-color: transparent;
  background-image: url('../images/arrow-more-blue.png');
  background-position: 6px 50%;
  background-size: 55px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #311;
}

.more-btn:hover {
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

.statistics {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 54px;
  padding-top: 8px;
  padding-right: 50px;
  padding-bottom: 4px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: transparent;
}

.counter-style {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.counter-number {
  display: block;
  margin-bottom: 11px;
  padding-top: 9px;
  font-family: 'Roboto Slab', sans-serif;
  color: #00529c;
  font-size: 44px;
  font-weight: 700;
}

.descriptor {
  display: inline-block;
  margin-top: -2px;
}

.descriptor.italic {
  font-family: minion-pro, sans-serif;
}

.counters-title {
  padding-right: 22px;
  padding-left: 60px;
  font-size: 15px;
  line-height: 23px;
  font-weight: 600;
}

.citata-autor {
  margin-bottom: 24px;
  padding-left: 80px;
  float: none;
  font-family: minion-pro, sans-serif;
  color: #00529c;
  text-align: left;
}

.char-section {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 80px;
  margin-top: 0px;
  padding-top: 9px;
  padding-left: 32px;
}

.logos-section {
  position: relative;
  left: 0px;
  top: -62px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 60px;
  padding-right: 64px;
  padding-left: 64px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logos-section.two {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logos-section.tree {
  margin-top: 0px;
}

.logo-sponsor {
  max-width: 31%;
}

.logo-sponsor.min {
  margin-top: -14px;
}

.logo-sponsor.eka {
  margin-top: -16px;
}

.logo-sponsor.aqua {
  margin-left: 31px;
}

.logo-sponsor.pepsico {
  margin-top: 7px;
  margin-left: -17px;
}

.like-btn-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 55px;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: -webkit-linear-gradient(1deg, rgba(227, 236, 241, .44), #fff);
  background-image: linear-gradient(89deg, rgba(227, 236, 241, .44), #fff);
}

.hide {
  display: none;
}

.help {
  width: 55px;
  height: 55px;
  padding: 61px 5px 29px;
  background-color: transparent;
  background-image: url('../images/feedback.png');
  background-position: 50% 7px;
  background-size: 43px;
  background-repeat: no-repeat;
  color: transparent;
  font-size: 8px;
  line-height: 10px;
  text-align: center;
}

.help:hover {
  color: #60a6e7;
}

.slider_full {
  display: none;
  height: 100vh;
}

.h2-devider {
  margin-top: -14px;
  margin-bottom: 19px;
  padding-top: 0px;
  color: #00529c;
  font-size: 59px;
  font-weight: 300;
  text-align: center;
}

.social-nets {
  text-align: center;
}

.social-ico {
  min-height: 42px;
  min-width: 45px;
  margin-right: 8px;
  padding-right: 10px;
  padding-left: 7px;
  border: 2px solid transparent;
  border-radius: 66px;
  background-color: transparent;
  color: #fff;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -2px;
}

.social-ico:hover {
  min-width: 45px;
  border-width: 2px;
  border-color: hsla(0, 0%, 86%, .36);
  color: #fff;
}

.slider-full-item.slide1 {
  background-image: url('../images/water-bg-new.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-full-item.slide2 {
  background-image: url('../images/87716831.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider-full-item.slide3 {
  background-image: url('../images/SON_0071.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.actions-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 26px;
  padding-bottom: 44px;
  padding-left: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.slider-full-pagination {
  margin-left: 23px;
  font-size: 6px;
  text-align: left;
}

.video-bg {
  position: fixed;
  width: 48%;
  min-height: 100vh;
  background-image: url('../images/2016-09-02_18-49-45.png'), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .64), rgba(0, 0, 0, .64));
  background-image: url('../images/2016-09-02_18-49-45.png'), linear-gradient(180deg, rgba(0, 0, 0, .64), rgba(0, 0, 0, .64));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.icon-alert {
  margin-bottom: 15px;
}

.image-bober {
  margin-bottom: 20px;
}

.devider-inside {
  display: inline-block;
  color: #60a6e7;
  font-size: 71px;
  font-weight: 300;
}

.autor {
  display: block;
  float: right;
}

.content-wrapper {
  position: absolute;
  width: 46.6%;
}

.social-likes.social-likes_single {
  position: absolute;
  left: 235px;
  top: 17px;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.vkontakte {
  margin-right: 30px;
}

.facebook {
  margin-right: 30px;
}

.ppco-logo {
  padding-left: 43px;
  float: left;
}

.contact-form {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: none;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7));
}

.form-body {
  margin-top: 50px;
  padding: 55px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #fff;
}

.form-body.nomargin {
  margin-top: 0px;
}

.message-field {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: auto;
  height: 100%;
  border-style: none;
}

.btn-submit-form {
  width: 49%;
  float: right;
}

.h3 {
  display: block;
  margin-top: 0px;
  margin-bottom: 38px;
  font-family: 'Roboto Slab', sans-serif;
}

.btn-close-form {
  position: relative;
  left: 0px;
  top: 0px;
  height: 39px;
  padding-top: 6px;
  padding-left: 13px;
  float: right;
  border: 2px solid #e2e2e2;
  border-radius: 50px;
  background-color: transparent;
  color: #a5a5a5;
  font-weight: 700;
}

.btn-close-form:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

.message-field-wrapper {
  position: relative;
  height: 192px;
  border: 1px solid #ccc;
}

.form-error {
  margin-top: 0px;
}

.tip-container {
  display: none;
  min-height: 55px;
  padding-right: 0px;
  padding-bottom: 15px;
  padding-left: 50px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  font-size: 13px;
  line-height: 17px;
}

.tip-title {
  max-width: 80px;
  min-width: 80px;
  margin-top: 15px;
  margin-right: 15px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #fff;
}

.tip-text {
  margin-top: 15px;
  margin-right: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}

.tip-update {
  position: relative;
  top: 15px;
  right: 25px;
  display: none;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  opacity: 0.3;
}

.tip-update:hover {
  opacity: 0.7;
}

.first-section {
  position: relative;
  display: block;
  height: 90vh;
  padding-bottom: 46px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.pri-podderzhke {
  position: static;
  display: block;
  margin-top: -28px;
  margin-bottom: 83px;
  color: #bebebe;
  text-align: center;
}

.old-materials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 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-linear-gradient(270deg, #00529c, #00529c);
  background-image: linear-gradient(180deg, #00529c, #00529c);
  color: #fff;
}

.link-footer:hover {
  color: #fff;
}

.arrow-icon {
  padding-top: 3px;
  padding-bottom: 8px;
  border: 2px solid #00529c;
}

.login-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #f7fafd;
  color: #60a6e7;
  line-height: 38px;
  font-weight: 600;
}

.login-btn:hover {
  background-color: #333;
  color: #f7fafd;
}

.popup-soon {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  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-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.popup-report {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  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-linear-gradient(270deg, rgba(0, 0, 0, .49), rgba(0, 0, 0, .49));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .49), rgba(0, 0, 0, .49));
}

.zoom-map {
  display: block;
  margin-bottom: 30px;
  text-align: center;
}

.popup-register {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: none;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

html.w-mod-js *[data-ix="new-interaction"] {
  opacity: 0.19;
}

html.w-mod-js *[data-ix="show-like"] {
  -webkit-transform: translate(-210px, 0px);
  -ms-transform: translate(-210px, 0px);
  transform: translate(-210px, 0px);
}

html.w-mod-js *[data-ix="show-on-scroll"] {
  opacity: 0.05;
}

html.w-mod-js *[data-ix="show-bober"] {
  opacity: 0;
  -webkit-transform: translate(150px, 0px);
  -ms-transform: translate(150px, 0px);
  transform: translate(150px, 0px);
}

html.w-mod-js *[data-ix="onscroll-unroll"] {
  opacity: 0;
  height: 1px;
}

html.w-mod-js *[data-ix="logo-show"] {
  opacity: 0.17;
  -webkit-transform: translate(0px, 41px);
  -ms-transform: translate(0px, 41px);
  transform: translate(0px, 41px);
}

html.w-mod-js *[data-ix="tipofdayshow"] {
  -webkit-transform: translate(0px, -73px);
  -ms-transform: translate(0px, -73px);
  transform: translate(0px, -73px);
}

@media (max-width: 991px) {
  .column-secton {
    padding-right: 4%;
    padding-bottom: 46px;
    padding-left: 4%;
  }
  .column-secton.target {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/teenage-girls-recycling.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/teenage-girls-recycling.jpg');
    background-position: 0px 0px, 285px 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }
  .column-secton.features {
    background-color: #f7fafd;
  }
  .column-secton.popovich {
    background-color: #f7fafd;
  }
  .big-btn._40 {
    width: 100%;
    margin-bottom: 10px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .btn-group {
    margin-right: 0%;
    margin-bottom: 15px;
    padding-right: 5%;
    padding-left: 5%;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .citata {
    padding-right: 22px;
    padding-left: 19px;
    font-size: 2em;
  }
  .slider-left-arrow {
    left: 35%;
  }
  .slider-right-arrow {
    right: 35%;
  }
  .nav-bar-item.like {
    display: none;
  }
  .bober-char {
    position: absolute;
    left: auto;
    top: -51px;
    right: 0px;
    margin-top: 41px;
    margin-right: -2px;
  }
  .sub-steps {
    margin-right: 15px;
    margin-left: 15px;
  }
  .more-btn {
    max-width: 99%;
    padding-right: 110px;
  }
  .statistics {
    position: static;
    left: 0px;
    top: -114px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 39px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .counter-style {
    margin-bottom: 31px;
  }
  .counter-number {
    margin-right: 10px;
    margin-bottom: 0px;
    font-size: 36px;
  }
  .counters-title {
    margin-bottom: 17px;
    padding-left: 1px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0px;
  }
  .citata-autor {
    padding-left: 30px;
  }
  .char-section {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    height: 90px;
    margin-top: 0px;
    margin-bottom: 71px;
    padding-right: 0px;
    padding-left: 12px;
  }
  .logos-section {
    height: 213px;
    -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;
  }
  .logos-section.two {
    height: 133px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .logo-sponsor {
    max-width: 99%;
  }
  .logo-sponsor.aqua {
    margin-left: 0px;
  }
  .like-btn-group {
    padding-top: 19px;
    padding-bottom: 17px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .social-likes.social-likes_single {
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 29px;
    opacity: 0.89;
  }
  .first-section {
    display: block;
    height: 100vh;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .old-materials {
    padding-right: 10%;
    padding-left: 10%;
  }
  .login-btn {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: auto;
    z-index: 15;
    display: block;
  }
}

@media (max-width: 767px) {
  .column.nav-col {
    display: none;
  }
  .column._1st {
    min-width: auto;
    background-color: transparent;
  }
  .column.content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .main-section {
    overflow: visible;
    -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-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;
  }
  .column-secton.target {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/teenage-girls-recycling.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/teenage-girls-recycling.jpg');
    background-position: 0px 0px, -5px 46px;
    background-size: auto, cover;
  }
  .citata {
    font-size: 1.8em;
  }
  .slider {
    display: block;
    height: auto;
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .bober-char {
    top: -106px;
    margin-right: 37px;
  }
  .fill {
    position: static;
    width: 100%;
  }
  .more-btn {
    max-width: 72%;
    padding-right: 0px;
  }
  .statistics {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    padding-top: 55px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .char-section {
    margin-bottom: 20px;
  }
  .logos-section {
    height: 91px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .logos-section.two {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .logos-section.tree {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
  }
  .logo-sponsor.aqua {
    margin-left: 30px;
  }
  .actions-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .video-bg {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-image: none;
  }
  .autor {
    float: left;
  }
  .content-wrapper {
    position: static;
    width: 100%;
  }
  .social-likes.social-likes_single {
    position: absolute;
    top: 17px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
  }
  .form-body {
    margin-top: 0px;
  }
  .btn-submit-form {
    display: block;
    width: 95%;
    margin-top: 13px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .first-section {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 0px;
    float: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .pri-podderzhke {
    width: 100%;
  }
  .old-materials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 479px) {
  .column.content {
    width: 100%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .h1.black.white {
    font-size: 35px;
  }
  .column-secton {
    padding-top: 26px;
    padding-right: 3%;
    padding-left: 3%;
  }
  .big-btn.action-btn {
    padding-right: 15px;
    padding-left: 15px;
  }
  .big-btn._40 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .h2 {
    font-size: 24px;
  }
  .citata {
    line-height: 1.2em;
  }
  .slider-left-arrow {
    left: 35%;
  }
  .slider-right-arrow {
    right: 35%;
  }
  .slider {
    width: 320px;
  }
  .bober-char {
    left: 92px;
    top: -212px;
  }
  .sub-steps {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 23px;
    padding-left: 23px;
  }
  .more-btn {
    max-width: 79%;
  }
  .statistics {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }
  .counter-style {
    margin-bottom: 19px;
  }
  .counters-title {
    margin-bottom: 32px;
    padding-right: 1px;
    padding-left: 1px;
    text-align: center;
  }
  .logos-section {
    height: 198px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .logos-section.two {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .logos-section.tree {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .logo-sponsor.aqua {
    display: inline-block;
    margin-left: 0px;
  }
  .logo-sponsor.pepsico {
    margin-left: 0px;
  }
  .like-btn-group {
    width: 314px;
  }
  .autor {
    float: left;
  }
  .social-likes.social-likes_single {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
  }
  .form-body {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .btn-submit-form {
    display: block;
    width: 91%;
    margin-top: 24px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .h3 {
    margin-top: 23px;
    float: left;
  }
  .btn-close-form {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
}

