.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

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

p {
  margin-bottom: 25px;
}

a {
  border-top: 1px none #000;
  border-left: 1px none #000;
  border-right-color: #000;
  color: #7ea544;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

.body {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.hero-s {
  position: relative;
  height: 100vh;
  min-height: 789px;
  background-color: #e0e0e0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.28)), to(rgba(0, 0, 0, 0.28))), url('../images/zima.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.28)), url('../images/zima.jpg');
  background-size: cover;
  background-position: 0px 0px, 100% 50%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.hero-s.summer {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.28)), to(rgba(0, 0, 0, 0.28))), url('../images/medved-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.28)), url('../images/medved-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-r {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.hero-col__right {
  position: relative;
  overflow: hidden;
  padding-top: 90px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-col__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 37%;
  height: 100%;
  padding-top: 86px;
  padding-bottom: 69px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom-right-radius: 75px;
  background-color: rgba(139, 197, 63, 0.93);
  color: #fff;
}

.hero-logo {
  padding-left: 69px;
}

.hero-logo.hide-logo-vert-mob {
  position: relative;
  top: 0px;
  padding-left: 42px;
}

.hero-counterchart {
  height: 294px;
  margin-top: 45px;
  margin-bottom: 45px;
}

.hero-counterlist {
  margin-left: 49px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
}

.hero-counterlist-li {
  margin-right: 40px;
}

.hero-counterlist-li.users {
  margin-bottom: 36px;
  padding-left: 80px;
  background-image: url('../images/persons-iocn.svg');
  background-position: 0px 0px;
  background-size: 58px;
  background-repeat: no-repeat;
}

.hero-counterlist-li.timer {
  padding-left: 80px;
  background-image: url('../images/time-icon.svg');
  background-position: 8px 0px;
  background-size: 40px;
  background-repeat: no-repeat;
}

.hero-counterlist-li-num {
  font-size: 29px;
  font-weight: 600;
}

.shape-1 {
  position: relative;
  display: block;
  overflow: hidden;
  width: 294px;
  height: 294px;
  margin-right: auto;
  margin-left: auto;
  -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-radius: 50%;
  background-color: #8ab24d;
}

.shape-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 256px;
  height: 256px;
  margin: 20px auto;
  -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-radius: 50%;
  background-color: #8bc53f;
}

.treecounter {
  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;
  font-size: 29px;
  line-height: 29px;
}

.small {
  display: block;
  width: 120px;
  margin-top: 8px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 16px;
  line-height: 19.2px;
  font-weight: 300;
}

.number {
  font-size: 56px;
  line-height: 45px;
  font-weight: 600;
}

.counter-text {
  margin-top: 9px;
  text-align: center;
}

.uzhe {
  display: block;
  width: 191px;
  margin-right: auto;
  margin-bottom: 11px;
  margin-left: auto;
  font-size: 18px;
  line-height: 21px;
}

.navbar {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  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;
  background-color: transparent;
  color: #fff;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 28px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 15px;
}

.nav-link {
  margin-right: 5px;
  padding: 2px 1px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0);
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.nav-link:hover {
  border-bottom-color: hsla(0, 0%, 100%, 0.58);
  opacity: 0.69;
}

.nav-link.hide-when-mobile--link.urik {
  padding: 4px 15px;
  border-radius: 20px;
  background-color: #98d141;
}

.nav-link.hide-when-mobile--link.urik:hover {
  border-bottom-color: #8ab24d;
  background-color: #15dd15;
}

.nav-link.language {
  position: absolute;
  left: auto;
  top: 0%;
  right: 6%;
  bottom: auto;
}

.nav-link.language.is--round {
  position: relative;
  right: 0%;
  width: 33px;
  height: 33px;
  margin-top: 0px;
  margin-left: 19px;
  padding-top: 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 50%;
  font-size: 9px;
  text-align: center;
}

.nav-link.language.is--round.m-top {
  top: 8%;
}

.ask-icon {
  display: block;
  width: 33px;
  height: 33px;
  margin-top: 0px;
  margin-right: 3px;
  float: left;
  border: 1px solid #fff;
  border-radius: 50%;
  background-image: url('../images/icon-ask.svg');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  text-decoration: none;
}

.ask-icon:hover {
  background-color: #fff;
  background-image: url('../images/icon-ask--green.svg');
  background-position: 50% 56%;
  background-size: 21px;
}

.ask-icon.footer {
  margin-left: 10px;
}

.nav-link__like {
  display: block;
  height: 33px;
  margin-top: 0px;
  padding: 4px 15px 4px 36px;
  float: right;
  border: 1px solid #fff;
  border-radius: 20px;
  background-color: transparent;
  background-image: url('../images/icon-like.svg');
  background-position: 9px 54%;
  background-size: 19px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.nav-link__like:hover {
  background-color: #fff;
  background-image: url('../images/icon-like--green.svg');
  background-position: 7px 60%;
  background-size: 22px;
  color: #8bc53f;
}

.nav-menu-col__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  margin-left: 1px;
  padding-right: 2%;
  padding-left: 2%;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-col__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  padding-left: 32px;
  -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;
  -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;
}

.nav-menu-col__right.hide-this-if-mobile {
  padding-right: 90px;
  padding-left: 1%;
}

.nav-link__ask {
  display: inline-block;
  padding: 1px 1px 2px;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}

.nav-link__login {
  margin-left: 0px;
  padding: 2px 15px 2px 33px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0);
  border-radius: 20px;
  background-image: url('../images/icon-login.svg');
  background-position: 4px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: background-position 200ms ease;
  transition: background-position 200ms ease;
  color: #fff;
  text-decoration: none;
}

.nav-link__login:hover {
  border-color: #fff;
  background-position: 11px 50%;
}

.nav-link__login.no-left-margin {
  margin-right: 5px;
  padding-right: 11px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-link__login.hide-if-vertical-mobile {
  -webkit-transition: background-position 200ms ease-in-out, opacity 200ms ease;
  transition: background-position 200ms ease-in-out, opacity 200ms ease;
}

.nav-link__cta-gift {
  display: block;
  margin-left: 20px;
  padding: 2px 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #fff;
  border-radius: 20px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: background-position 200ms ease-in-out, background-color 200ms ease;
  transition: background-position 200ms ease-in-out, background-color 200ms ease;
  color: #fff;
  text-decoration: none;
}

.nav-link__cta-gift:hover {
  background-color: #fff;
  background-image: none;
  color: #8bc53f;
}

.slide-nav {
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  font-size: 9px;
  text-align: left;
}

.slider--texts {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: 40px;
  margin-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: transparent;
  color: #fff;
}

.mask {
  height: auto;
  margin-top: 39px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.partner-item {
  width: 25%;
  margin-top: 0px;
}

.hero-h2 {
  display: inline-block;
  margin-right: 30px;
  margin-left: 0px;
  font-size: 39px;
  line-height: 55px;
  font-weight: 800;
}

.hero-slide {
  height: auto;
}

.btn-hero--superbig {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 555px;
  height: 93px;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 40px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #8bc53f;
  background-image: url('../images/icon-lopata.svg');
  background-position: 93% -17px;
  background-repeat: no-repeat;
  -webkit-transition: background-position 200ms ease-in-out, box-shadow 200ms ease-in-out;
  transition: background-position 200ms ease-in-out, box-shadow 200ms ease-in-out;
  font-size: 27px;
  line-height: 32px;
  font-weight: 600;
}

.btn-hero--superbig:hover {
  background-position: 91% -17px;
  box-shadow: 0 24px 50px -25px #000;
}

.hero-features {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  margin-bottom: 65px;
  margin-left: 40px;
  padding-left: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
  font-weight: 600;
}

.hero-features-item--sert {
  height: auto;
  max-width: 335px;
  min-height: 83px;
  margin-right: 50px;
  padding-bottom: 8px;
  padding-left: 120px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/icon-sert.svg');
  background-position: 0px 5px;
  background-size: 93px;
  background-repeat: no-repeat;
}

.hero-features-item--gps {
  max-width: 335px;
  min-height: 83px;
  margin-right: 50px;
  padding-bottom: 8px;
  padding-left: 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/icon-gps.svg');
  background-position: 0px 2px;
  background-size: 75px;
  background-repeat: no-repeat;
}

.navbar-logo--when-mobile-menu--open {
  display: none;
}

.slider--background-image {
  height: 100%;
}

.slide-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/burning-tree.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/burning-tree.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.slide-4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/banquet.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/banquet.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.sect {
  position: static;
  padding-top: 50px;
  padding-bottom: 50px;
}

.sect.teams {
  position: static;
}

.sect.howitworks {
  position: relative;
}

.sect.aproblem {
  position: relative;
}

.the-contaner {
  z-index: 10;
  margin: 0px 69px;
}

.the-contaner.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.row--flex.margin-down {
  margin-bottom: 90px;
}

.row--flex.margin-top-down {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 90px;
  padding-bottom: 90px;
}

.row--flex.footer-menu {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 90px;
}

.row--flex.distribute {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col-1-3 {
  min-height: 30px;
  margin-right: 20px;
  padding-right: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.col-1-3.no-padding {
  padding-right: 0px;
}

.span--green {
  color: #8bc53f;
}

.secttion-title {
  display: block;
  font-size: 35px;
  line-height: 56px;
}

.secttion-title.margin-down {
  margin-bottom: 38px;
}

.secttion-title.map {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h2-span--green {
  color: #8bc53f;
}

.image-st1 {
  padding-top: 64px;
}

.image-st2 {
  position: relative;
  left: -17px;
  padding-top: 4px;
  padding-bottom: 27px;
}

.image-st3 {
  position: relative;
  left: -30px;
  padding-top: 76px;
  padding-bottom: 19px;
}

.image-dost1 {
  padding-top: 64px;
}

.image-dost2 {
  position: relative;
  left: -17px;
  padding-top: 48px;
  padding-bottom: 27px;
}

.image-dost3 {
  position: relative;
  left: -30px;
  padding-top: 61px;
  padding-bottom: 11px;
}

.h2--vertical {
  position: absolute;
  left: 0px;
  top: 460px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 124px;
  background-image: url('../images/green-line2x-8.png');
  background-position: 0px 50%;
  background-size: 1px 1px;
  background-repeat: repeat-x;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  color: #8bc53f;
  font-size: 17px;
  line-height: 17px;
  letter-spacing: 8.5px;
  text-transform: uppercase;
}

.c--margin-left-right {
  position: relative;
  margin: 0px 69px;
  padding-right: 66px;
  padding-left: 66px;
}

.c--margin-left-right.player {
  z-index: 10;
}

.text-span {
  padding-left: 21px;
  background-color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.h3--big {
  font-size: 45px;
  font-weight: 600;
}

.circle-right {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 50%;
  height: 100%;
  background-color: #fff;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.col--last {
  margin-right: 0px;
  padding-right: 81px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.player-tone {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.player-tone:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.31)), to(rgba(0, 0, 0, 0.31)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.31), rgba(0, 0, 0, 0.31));
}

.player-placeholder {
  position: relative;
  z-index: 1;
  width: 100%;
}

.player-wrapper {
  position: relative;
  width: 100%;
  box-shadow: 0 35px 50px -25px rgba(0, 0, 0, 0.59);
}

.player-play-icon {
  width: 113px;
  height: 113px;
  background-image: url('../images/icon-play2x.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.left-arrow {
  left: -40px;
  top: 0px;
  width: 40px;
  color: #8bc53f;
}

.right-arrow {
  right: -40px;
  width: 40px;
  color: #8bc53f;
}

.logo-partner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 1px;
  -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;
  text-align: center;
  text-decoration: none;
}

.partners-slider {
  height: auto;
  background-color: transparent;
}

.partner-counter {
  position: relative;
  display: inline-block;
  margin-top: 14px;
  padding: 2px 9px;
  border: 1px solid #b2b2b2;
  border-radius: 15px;
  background-color: #fff;
  color: #b2b2b2;
  font-size: 13px;
  text-decoration: none;
}

.partner-counter-icon {
  display: inline;
  width: 14px;
  height: 14px;
  background-image: url('../images/icon-tree.svg');
  background-position: 0px 0px;
  background-size: cover;
  color: transparent;
}

.partner-counter-corner-tail {
  position: absolute;
  left: 0px;
  top: -5px;
  right: 0px;
  display: block;
  width: 11px;
  height: 5px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/icon-tail-corner.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.icon-2 {
  margin-top: 20.5px;
  margin-left: 0px;
}

.icon-3 {
  margin-top: 20.5px;
  margin-right: 0px;
}

.col-1-2 {
  margin-right: 20px;
  padding-right: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.block-quote {
  margin-bottom: 35px;
  padding-top: 57px;
  padding-left: 0px;
  border-left-style: none;
  background-image: url('../images/icon-quote.svg');
  background-position: 0px 0px;
  background-size: auto 44px;
  background-repeat: no-repeat;
  font-size: 27px;
  line-height: 36px;
  font-weight: 700;
}

.facts-list {
  font-weight: 600;
}

.facts-item--squirrel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 75px;
  margin-bottom: 23px;
  padding-left: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/ico-squirrel-riund.svg');
  background-position: 0px 0px;
  background-size: 75px;
  background-repeat: no-repeat;
}

.facts-item--co2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 75px;
  margin-bottom: 29px;
  padding-left: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/ico-co2--round.svg');
  background-position: 0px 0px;
  background-size: 75px;
  background-repeat: no-repeat;
}

.image--full-width {
  width: 100%;
}

.row--notflex {
  display: block;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row--notflex.margin-down {
  position: relative;
  margin-top: 0px;
  margin-bottom: 90px;
}

.par-big {
  margin-top: 49px;
  margin-bottom: 79px;
  padding-left: 60px;
  font-size: 35px;
  line-height: 56px;
  font-weight: 700;
}

.par-big-span--green {
  color: #8bc53f;
}

.col-1-4 {
  min-height: 30px;
  margin-right: 20px;
  padding-right: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-3 {
  margin-top: 25px;
  font-size: 26px;
  font-weight: 800;
  text-align: center;
}

.image-vred {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.section--full-widthbg {
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #e0e0e0;
}

.section--full-widthbg.squirrel {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/photobg-belka2x-80.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/photobg-belka2x-80.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  color: #fff;
}

.h3-white {
  margin-bottom: 26px;
  margin-left: 40px;
  font-size: 35px;
  line-height: 50px;
}

.bubble-body {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  border-style: solid solid solid none;
  border-width: 7px;
  border-color: #8bc53f;
}

.bubble-text {
  display: inline-block;
  padding: 11px 37px 15px 33px;
  font-size: 35px;
  line-height: 46px;
  font-weight: 600;
}

.btn-body--superbig {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 555px;
  height: 93px;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 0px;
  padding-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #8bc53f;
  background-image: url('../images/icon-lopata.svg');
  background-position: 93% -17px;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms cubic-bezier(.445, .05, .55, .95);
  transition: all 400ms cubic-bezier(.445, .05, .55, .95);
  font-size: 27px;
  line-height: 32px;
  font-weight: 600;
}

.btn-body--superbig:hover {
  background-position: 91% -17px;
  box-shadow: 0 24px 50px -25px #000;
}

.map-wrapper {
  display: block;
  width: 96%;
  height: auto;
  min-height: 375px;
  margin: 80px auto 0px 44px;
  padding-bottom: 0px;
  background-color: #8bc53f;
  background-image: linear-gradient(1deg, #8bc53f, #0f0);
}

.map-wrapper.margin-top--140 {
  margin-top: 140px;
}

.btn {
  margin-right: 16px;
  margin-bottom: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #fff;
  border-radius: 45px;
  background-color: transparent;
  font-size: 17px;
}

.btn:hover {
  background-color: #fff;
  color: #7ea544;
}

.map-rubricator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 44px;
  margin-left: 25px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-5 {
  margin-right: 25px;
  margin-bottom: 5px;
  color: #fff;
  font-weight: 600;
}

.bubble-wrapper {
  position: relative;
  left: -53px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  margin-bottom: 30px;
}

.bubble-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.segment-border1 {
  height: 33.33333333%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 7px solid #8bc53f;
}

.segment--corner-tail {
  height: 49px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/corner-tail-bubble3.svg');
  background-position: 86% 61%;
  background-size: 59px;
  background-repeat: no-repeat;
}

.link {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
  padding-left: 33px;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/icon-more-arrow.svg');
  background-position: 0px 50%;
  background-size: 22px;
  background-repeat: no-repeat;
  -webkit-transition: background-position 500ms ease;
  transition: background-position 500ms ease;
  color: #8bc53f;
  text-decoration: none;
}

.link:hover {
  background-position: 5px 50%;
}

.card-wrapper {
  width: 532px;
  margin-top: 43px;
  margin-left: 74px;
  padding-bottom: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#8bc53f), to(#0f0));
  background-image: linear-gradient(90deg, #8bc53f, #0f0);
}

.card-cover {
  position: relative;
  top: -30px;
  right: 30px;
  overflow: hidden;
  width: 536px;
  height: 466px;
  border-style: none;
  border-width: 1px;
  background-color: #b2b2b2;
  background-image: url('../images/terra-ph2x-80.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-wrapper {
  margin-right: 30px;
  margin-bottom: 20px;
  margin-left: 23px;
}

.team-title {
  margin-bottom: 15px;
  background-image: url('../images/line-white-devider2x-8.png');
  background-position: 86px 50%;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  color: #fff;
}

.link-block {
  display: block;
  overflow: hidden;
  width: 56px;
  height: 56px;
  margin-right: 15px;
  margin-bottom: 12px;
  float: left;
  border-radius: 50%;
}

.avatar {
  width: 107%;
  height: 107%;
}

.cover-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.32)), to(rgba(0, 0, 0, 0.32)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32));
  color: #fff;
}

.terra-title {
  font-size: 30px;
  font-weight: 700;
}

.link-2 {
  padding-left: 33px;
  background-image: url('../images/icon-more-arrow-white.svg');
  background-position: 2px 50%;
  background-size: 19px;
  background-repeat: no-repeat;
  color: #fff;
  text-decoration: none;
}

.link-2:hover {
  background-position: 8px 50%;
}

.target-title {
  font-weight: 700;
}

.bold-text {
  margin-left: -19px;
  color: #8bc53f;
}

.quote-autor {
  display: block;
  margin-top: 24px;
  margin-right: auto;
  margin-left: 89px;
}

.quote-text {
  width: 60%;
  margin-right: 20px;
  padding-right: 45px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.block-quote-onmain {
  margin-bottom: 35px;
  padding-top: 57px;
  padding-left: 0px;
  border-left-style: none;
  background-image: url('../images/icon-quote.svg');
  background-position: 0px 0px;
  background-size: auto 44px;
  background-repeat: no-repeat;
  font-size: 35px;
  line-height: 56px;
  font-weight: 700;
}

.h2--vertical--cytaty {
  position: absolute;
  left: 0px;
  top: 346px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 124px;
  background-image: url('../images/green-line2x-8.png');
  background-position: 0px 50%;
  background-size: 1px 1px;
  background-repeat: repeat-x;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  color: #8bc53f;
  font-size: 17px;
  line-height: 17px;
  letter-spacing: 8.5px;
  text-transform: uppercase;
}

.horiz-scroll-bar {
  height: 25px;
  border-radius: 15px;
  background-color: #e0e0e0;
  color: #e0e0e0;
}

.horiz-scroll-runner {
  width: 10%;
  height: 25px;
  border-radius: 15px;
  background-color: #8bc53f;
}

.zytay-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 550px;
  padding-right: 225px;
  float: left;
  clear: right;
  -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;
}

.zytaty-wrapper {
  overflow: hidden;
  height: 100%;
}

.zytaty-all-items {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 300vw;
}

.image {
  display: block;
}

.photo-autor {
  display: block;
  overflow: hidden;
  width: 360px;
  height: 360px;
  min-height: 360px;
  min-width: 360px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
}

.panel {
  position: relative;
  min-height: 178px;
  padding: 25px;
  background-color: #f6f7f9;
  box-shadow: 0 33px 42px -25px rgba(0, 0, 0, 0.25);
}

.text-block-7 {
  margin-top: 10px;
  margin-bottom: 24px;
  font-size: 30px;
  line-height: 32px;
  font-weight: 800;
}

.text-block-7:hover {
  color: #8ab24d;
}

.text-block-8 {
  margin-bottom: 5px;
  color: #8bc53f;
}

.text-block-8:hover {
  color: #000;
}

.div-block-6 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 29%;
  margin-top: 0px;
  margin-right: 30px;
  margin-bottom: 0px;
  padding-top: 28px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-7 {
  width: 70%;
  float: left;
  color: #000;
  text-decoration: none;
}

.div-block-7:hover {
  opacity: 0.69;
}

.section--solidcolor {
  background-color: #8bc53f;
}

.col-30 {
  width: 35%;
  margin-right: 20px;
  padding-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 50px;
}

.submit-button {
  height: 66px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 33px;
  background-color: #fff;
  box-shadow: 0 13px 29px -23px #000;
  color: #333;
  font-size: 22px;
  font-weight: 600;
}

.text-field {
  height: 66px;
  min-width: 480px;
  margin-right: 14px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 33px;
  box-shadow: 0 13px 29px -23px #000;
  font-size: 22px;
}

.col--email-form {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.s-footer {
  padding-bottom: 75px;
  background-color: #4d4d4d;
  color: #fff;
}

.col-footer {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-logo {
  padding-left: 0px;
  border-bottom-style: none;
}

.social-link {
  margin-right: 0px;
  padding: 5px;
  background-color: transparent;
  color: transparent;
}

.social-link:hover {
  opacity: 0.5;
}

.social-link.vk {
  width: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
  background-image: url('../images/vk-icon.svg');
  background-position: 50% 50%;
  background-size: 26px;
  background-repeat: no-repeat;
}

.social-link.fb {
  padding-right: 2px;
  padding-left: 0px;
  background-image: url('../images/fb-icon.svg');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
}

.social-link.yt {
  width: 28.578125px;
  background-image: url('../images/yt-icon.svg');
  background-position: 50% 50%;
  background-size: 26px;
  background-repeat: no-repeat;
}

.social-link.inst {
  width: 30px;
  background-image: url('../images/inst-icon.svg');
  background-position: 50% 50%;
  background-size: 23px;
  background-repeat: no-repeat;
}

.social-link.ok {
  margin-right: 0px;
  background-image: url('../images/ok-ico2.svg');
  background-position: 50% 50%;
  background-size: 23px;
  background-repeat: no-repeat;
}

.col-footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  margin-right: 17px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col-footer--logo {
  padding-right: 41px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col-footer--likes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.link-footer--al-left {
  margin-left: 30px;
  float: right;
  color: #fff;
  text-decoration: none;
}

.link-footer--al-left:hover {
  opacity: 0.5;
}

.paragraph-2 {
  margin-left: 40px;
}

.link-footer {
  margin-right: 40px;
  padding-top: 2px;
  padding-bottom: 2px;
  float: none;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
}

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

.paragraph-3 {
  font-size: 14px;
  font-weight: 300;
}

.link-4 {
  border-bottom: 1px solid #8bc53f;
  color: #fff;
  text-decoration: none;
}

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

.link-footer__login {
  margin-right: 40px;
  margin-left: 0px;
  padding: 2px 0px 2px 33px;
  float: none;
  border: 1px solid transparent;
  border-radius: 20px;
  background-image: url('../images/icon-login.svg');
  background-position: 4px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: background-position 200ms ease;
  transition: background-position 200ms ease;
  color: #fff;
  text-decoration: none;
}

.link-footer__login:hover {
  float: none;
  border-style: none none solid;
  border-color: #fff #fff transparent;
  background-position: 11px 50%;
}

.panel-copy {
  position: relative;
  min-height: 178px;
  padding: 25px;
  background-color: #f6f7f9;
  box-shadow: 0 33px 42px -25px rgba(0, 0, 0, 0.25);
}

.div-block-6-copy {
  position: absolute;
  left: auto;
  top: -32px;
  right: 7%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  float: right;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-1-3--lastt {
  min-height: 30px;
  margin-right: 20px;
  padding-right: 81px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c--partners {
  position: relative;
  z-index: 10;
  margin-right: 90px;
  margin-left: 90px;
}

.col-1-4--last {
  min-height: 30px;
  margin-right: 20px;
  padding-right: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.row--flex--4col.margin-down {
  margin-bottom: 90px;
}

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

.s--howitworks {
  padding-top: 50px;
  padding-bottom: 10px;
}

.col-1-2--why {
  margin-right: 20px;
  padding-right: 45px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.segment-border-3 {
  height: 33.33333333%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 7px solid #8bc53f;
}

.paralax-video {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}

.image-3 {
  position: absolute;
  left: -224px;
  bottom: 53px;
  -webkit-transform: rotate(37deg);
  -ms-transform: rotate(37deg);
  transform: rotate(37deg);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.image-4 {
  position: absolute;
  left: -237px;
  bottom: 77px;
  -webkit-transform: rotate(93deg);
  -ms-transform: rotate(93deg);
  transform: rotate(93deg);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.image-5 {
  position: absolute;
  top: 0px;
  right: -157px;
  z-index: 60;
  float: right;
  -webkit-transform: rotate(-63deg);
  -ms-transform: rotate(-63deg);
  transform: rotate(-63deg);
}

.image-6 {
  position: absolute;
  top: -127px;
  right: -75px;
  z-index: 2;
  float: right;
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
}

.div-block-8 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: visible;
}

.wrapper-site {
  overflow: hidden;
  min-width: 1150px;
}

.image-7 {
  position: absolute;
  left: -172px;
  top: 0px;
  z-index: 50;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}

.circle-left {
  width: 50%;
  height: 100%;
  background-color: #fff;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  color: #fff;
}

.maska {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 20;
  width: 50%;
  height: 100%;
  background-color: #8ab24d;
}

.section--zytaty {
  position: relative;
  display: none;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.c--margin-left-right--zytaty {
  position: relative;
  height: auto;
  margin: 0px 69px;
  padding-right: 66px;
  padding-left: 66px;
}

.logo-s-nav {
  margin-top: 15px;
  margin-bottom: 15px;
}

.secondary-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 23px;
  margin-left: 25px;
  float: right;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-link--secondary {
  display: inline-block;
  margin-top: 26px;
  margin-right: 10px;
  margin-left: 10px;
  padding-bottom: 2px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0);
  color: #fff;
  font-size: 17px;
  text-decoration: none;
}

.nav-link--secondary:hover {
  border-bottom-color: hsla(0, 0%, 100%, 0.54);
  color: hsla(0, 0%, 100%, 0.61);
}

.nav-second-pages {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #8ab24d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/burning-tree.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/burning-tree.jpg');
  background-position: 0px 0px, 50% 261%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.nav-second-pages.hide-on-mobile {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/burning-tree.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/burning-tree.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.header-section {
  position: relative;
}

.page-wrap {
  margin-bottom: 100px;
}

.page-title {
  display: inline-block;
  margin-top: 0px;
  font-size: 55px;
  line-height: 56px;
}

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

.page-content {
  width: 80%;
  padding-right: 50px;
}

.page-sidebar {
  width: 20%;
}

.par-big--acent {
  margin-top: 49px;
  margin-bottom: 79px;
  padding-left: 45px;
  border-left: 2px solid #8ab24d;
  font-size: 35px;
  line-height: 48px;
  font-weight: 700;
}

.widget-page-menu {
  margin-top: 88px;
  margin-bottom: 60px;
  padding-top: 22px;
  padding-right: 20px;
  padding-bottom: 0px;
  clear: left;
  border-bottom-right-radius: 40px;
  background-color: #8ab24d;
  box-shadow: 0 17px 28px -16px rgba(0, 0, 0, 0.5);
  font-weight: 600;
}

.widget-title--white {
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 17px;
  margin-left: 20px;
  float: left;
  color: #fff;
  font-size: 1.3em;
  line-height: 35px;
  font-weight: 700;
}

.menu-inpage {
  display: inline-block;
  overflow: hidden;
  width: auto;
  margin-bottom: 30px;
  padding-left: 35px;
}

.menu-inpage-li {
  margin-right: 20px;
  margin-bottom: 18px;
  padding-left: 20px;
  background-image: url('../images/bullet-li.svg');
  background-position: 0px 7px;
  background-size: 5px;
  background-repeat: no-repeat;
  font-size: 15px;
  line-height: 20px;
}

.slider-3 {
  left: -23px;
  top: -53px;
  width: 568px;
  height: auto;
  margin-top: 0px;
}

.galley {
  position: relative;
  width: 568px;
  margin-top: 100px;
  margin-bottom: 58px;
  margin-left: 76px;
  background-color: #0f0;
}

.mask-3 {
  width: auto;
}

.right-arrow-2 {
  left: 0px;
  right: 316px;
  bottom: 0px;
  width: 40px;
  height: 40px;
  margin-top: 385px;
  margin-bottom: 0px;
  margin-left: 88px;
}

.left-arrow-2 {
  left: 0px;
  bottom: 0px;
  width: 40px;
  height: 40px;
  margin-top: 385px;
  margin-bottom: 0px;
  margin-left: 43px;
}

.icon-4 {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 30px;
}

.icon-5 {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 30px;
}

.slide-nav-2 {
  display: none;
}

.image-caption-text {
  position: absolute;
  top: 0px;
  right: -184px;
  width: 150px;
  color: #8ab24d;
  font-size: 15px;
  line-height: 23px;
}

.banner-wrapper {
  position: relative;
  margin-top: 45px;
  margin-bottom: 45px;
  box-shadow: 0 20px 25px -14px rgba(0, 0, 0, 0.33);
}

.banner {
  position: relative;
  overflow: hidden;
  height: 400px;
  padding-top: 20px;
  padding-bottom: 15px;
  background-color: #f6f7f9;
  font-family: 'Open Sans', sans-serif;
}

.text-block-10 {
  display: inline-block;
  margin: 18px 15px 13px;
  font-size: 30px;
  font-weight: 800;
}

.paragraph-5 {
  margin-right: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
  color: #8ab24d;
  font-size: 16px;
  line-height: 21px;
}

.image-8 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.text-block-11 {
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  padding: 5px 10px;
  background-color: #0f0;
  font-size: 12px;
  line-height: 15px;
  font-weight: 800;
}

.image-9 {
  position: relative;
  bottom: -16px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.news-widget {
  min-height: 300px;
  margin-left: 30px;
}

.news-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  margin-top: 34px;
  margin-bottom: 84px;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  border-bottom-style: none;
  background-color: #f6f7f9;
  color: #000;
  text-decoration: none;
}

.news-item:hover {
  box-shadow: 0 22px 39px -22px rgba(0, 0, 0, 0.25);
}

.news-item-thumb {
  position: relative;
  left: -30px;
  top: -65px;
  overflow: hidden;
  width: 200px;
  height: 200px;
  background-color: #e0e0e0;
}

.news-item-body {
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.news-item-title {
  margin-bottom: 14px;
  color: #8ab24d;
  font-size: 20px;
  font-weight: 700;
}

.news-item-title:hover {
  color: #008f00;
}

.news-item-meta {
  color: #b2b2b2;
  font-size: 14px;
}

.news-item-desc {
  font-size: 16px;
  line-height: 23px;
}

.widget-title {
  display: block;
  margin-bottom: 56px;
  padding-right: 0px;
  -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;
}

.navbar-overall {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 55px;
  -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;
  background-color: #8ab24d;
}

.nav-menu-group {
  padding-top: 5px;
}

.nav-link--go-back-btn {
  padding: 2px 1px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0);
  color: #fff;
  text-decoration: none;
}

.nav-link--go-back-btn:hover {
  border-bottom-color: hsla(0, 0%, 100%, 0.58);
}

.mobile-menu {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #8ab24d;
  color: #fff;
}

.mobile-menu-item {
  padding-right: 10px;
  padding-left: 10px;
  color: #fff;
}

.brand {
  margin-top: 7px;
}

.c-mobile {
  position: relative;
  z-index: 10;
  margin: 0px 69px;
}

.page-menu-item-link {
  padding-bottom: 3px;
  border-bottom: 1px dotted hsla(0, 0%, 100%, 0.48);
  color: #414141;
  font-weight: 400;
  text-decoration: none;
}

.page-menu-item-link.w--current {
  padding-bottom: 3px;
  border-bottom: 1px dotted hsla(0, 0%, 100%, 0);
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.page-menu-item-link.w--current:hover {
  border-bottom-color: hsla(0, 0%, 100%, 0);
}

.nav-main-p {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}

.nav-dropdown {
  margin-right: 9px;
  padding: 0px 19px 0px 0px;
  color: #fff;
  font-size: 17px;
}

.icon-7 {
  top: 3px;
  margin-right: 5px;
  font-size: 12px;
}

.nav-menu-col__left-mp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 37%;
  margin-left: 0px;
  padding-right: 35px;
  padding-left: 47px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-like-dropdown {
  position: relative;
  top: -1px;
  display: inline-block;
}

.nav-menu-col__right--mp {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 32px;
  padding-left: 32px;
  -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;
  -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;
}

.dropdown {
  margin-right: -10px;
  margin-left: 0px;
}

.dropdown-list {
  border-radius: 10px;
}

.dropdown-list.w--open {
  margin-top: 14px;
  margin-left: -14px;
  padding-top: 15px;
  padding-right: 0px;
  padding-bottom: 15px;
  border-radius: 25px;
  background-color: #fff;
}

.dropdown-link:hover {
  color: #8ab24d;
}

.hide-when-ipad--login {
  font-size: 15px;
}

.subscribe-title {
  margin-top: 49px;
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 28px;
}

.text-block-12 {
  margin-top: 8px;
  font-size: 13px;
  line-height: 18px;
}

.text-span-3 {
  border-bottom: 1px dashed #7ea544;
}

.widget-header {
  margin-right: -10px;
}

.collapse-widget-link {
  margin-top: 11px;
  margin-right: 20px;
  margin-left: 10px;
  float: right;
  color: #fff;
  font-size: 12px;
  line-height: 0px;
  font-weight: 300;
  text-decoration: none;
}

.collapse-icon {
  position: relative;
  top: 6px;
  display: block;
  width: 18px;
  height: 15px;
  float: left;
  font-size: 15px;
  text-align: center;
}

.hide-text-if-desktop {
  display: none;
}

.section--widgets {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section--banners {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

.entry-header {
  margin-top: 80px;
}

.entry-footer {
  margin-top: 44px;
  padding-top: 10px;
}

.links-meta {
  font-weight: 700;
}

.tag {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  color: #7ea544;
  text-decoration: none;
}

.quote-meta {
  margin-right: 20px;
  padding-right: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.html-embed {
  padding: 0px 81px;
}

.descriptor {
  margin-top: 15px;
  padding-left: 47px;
}

.descriptor.ny {
  margin-top: 17px;
}

.owl-carousel {
  position: relative;
  display: block;
  padding-right: 34px;
  padding-left: 34px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.owl-nav {
  color: #7ea544;
  font-size: 60px;
  line-height: 80px;
}

.owl-prev {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 50;
}

.owl-prev.hid {
  display: none;
}

.owl-next {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 50;
}

.owl-next.hid {
  display: none;
}

.card-wrapper--seconary {
  width: 350px;
  margin-top: 95px;
  margin-left: 72px;
  padding-bottom: 5px;
  float: left;
  background-image: -webkit-gradient(linear, left top, right top, from(#8bc53f), to(#0f0));
  background-image: linear-gradient(90deg, #8bc53f, #0f0);
}

.card-cover--seconday {
  position: relative;
  top: -30px;
  right: 30px;
  overflow: hidden;
  width: 350px;
  height: 350px;
  border-style: none;
  border-width: 1px;
  background-color: #b2b2b2;
  background-image: url('../images/terra-ph2x-80.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-block--more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 56px;
  height: 56px;
  margin-right: 15px;
  margin-bottom: 12px;
  float: left;
  -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: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.link-block--more:hover {
  border-color: #7ea544;
  color: #7ea544;
}

.text-block-13 {
  font-size: 9px;
  line-height: 11px;
  text-align: center;
  text-decoration: none;
}

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

.card-wrapper--your {
  width: 350px;
  margin-top: 95px;
  margin-left: 72px;
  padding-bottom: 5px;
  float: left;
  background-image: -webkit-gradient(linear, left top, right top, from(#b2b2b2), to(#e0e0e0));
  background-image: linear-gradient(90deg, #b2b2b2, #e0e0e0);
}

.link-block-pholder {
  display: block;
  overflow: hidden;
  width: 56px;
  height: 56px;
  margin-right: 15px;
  margin-bottom: 12px;
  float: left;
  border-style: dashed;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.53);
  border-radius: 50%;
  background-image: url('../images/ava-pholder.svg');
  background-position: 50% 50%;
  background-size: 61px;
}

.cover-overlay-pholder {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: none;
  color: #8ab24d;
}

.card-cover--pholder {
  position: relative;
  top: -30px;
  right: 30px;
  overflow: hidden;
  width: 350px;
  height: 350px;
  border: 1px solid #e0e0e0;
  background-color: #f5f5f5;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.link-2--pholder {
  padding-left: 33px;
  background-image: url('../images/icon-more-arrow.svg');
  background-position: 2px 50%;
  background-size: 19px;
  background-repeat: no-repeat;
  color: #8ab24d;
  text-decoration: none;
}

.link-2--pholder:hover {
  background-position: 8px 50%;
}

.background-video {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.e-treeslider-forest {
  position: relative;
}

.e-treeslider-target {
  position: relative;
  width: 100%;
  height: 175px;
}

.e-treeslider-base {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.e-treeslider-origin {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.e-treeslider-handle {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -25px;
  z-index: 10;
}

.ico {
  position: relative;
  left: 47%;
  display: inline-block;
  width: 60px;
  height: 39px;
  border-radius: 19px;
  background-color: #fff;
  background-image: url('../images/certificate-bar-arrows.jpg');
  background-position: 50% 50%;
  background-size: 46px;
  background-repeat: no-repeat;
  box-shadow: 0 7px 41px -6px rgba(0, 0, 0, 0.38);
  cursor: pointer;
}

.ico:hover {
  box-shadow: 0 7px 41px -6px #3de23d;
}

.e-treeslider-slleft {
  position: absolute;
  z-index: 5;
  overflow: hidden;
  width: 50%;
  height: 175px;
  min-width: auto;
  background-image: url('../images/certificate-slider-bg--good.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.e-treeslider-slright {
  position: absolute;
  width: 100%;
  height: 175px;
  background-image: url('../images/certificate-slider-bg--burned.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.e-treesider-counter {
  position: relative;
  width: 100%;
  height: 189px;
  margin-bottom: 63px;
  padding-top: 51px;
  padding-bottom: 21px;
  background-color: #f1f1f1;
}

.e-treesider-counter-ui {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.e-treesider-btn--slleft {
  position: relative;
  top: 7px;
  display: inline-block;
  width: 104px;
  height: 83px;
  margin-right: 15px;
  background-image: url('../images/certificate-arrow--left.png');
  background-size: 104px;
  text-decoration: none;
  cursor: pointer;
}

.e-treesider-btn--slleft:hover {
  -webkit-filter: brightness(108%);
  filter: brightness(108%);
}

.e-treesider-btn--slright {
  position: relative;
  top: 7px;
  display: inline-block;
  width: 104px;
  height: 83px;
  margin-left: 15px;
  background-image: url('../images/certificate-arrow--right.png');
  background-position: 0px 0px;
  background-size: 104px;
  background-repeat: no-repeat;
  text-decoration: none;
  cursor: pointer;
}

.e-treesider-btn--slright:hover {
  -webkit-filter: brightness(108%);
  filter: brightness(108%);
}

.e-treesider--count-area {
  width: auto;
  padding-right: 41px;
  padding-bottom: 0px;
  border-bottom: 2px dotted #8ab24d;
  background-image: url('../images/certificate-icon--tree.png');
  background-position: 100% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
  font-size: 77px;
  line-height: 78px;
  font-weight: 600;
}

.e-treesider-price {
  margin-top: 10px;
  color: #8ab24d;
  font-size: 22px;
  text-align: center;
}

.gradient-stripe {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 14px;
  background-image: -webkit-gradient(linear, left top, right top, from(#8ab24d), to(#0f0));
  background-image: linear-gradient(90deg, #8ab24d, #0f0);
}

.certificate-form {
  display: block;
  max-width: 1125px;
  margin-right: auto;
  margin-left: auto;
}

.heading--al-left {
  margin-top: 80px;
  margin-bottom: 21px;
  font-size: 65px;
  text-align: left;
}

.e-grid-designs {
  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;
}

.design-item {
  display: inline-block;
  width: auto;
  margin-right: 12px;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.cert-design-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('../images/5873d56b26317bd8ce0bc3c0c57d4ea1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cert-design-link {
  position: relative;
  border: 5px solid #fff;
  cursor: pointer;
}

.cert-design-link:hover {
  border-color: #e0e0e0;
}

.cert-design-link.current-design {
  border: 5px solid #0f0;
}

.e-cert-design-category-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 24px;
  padding-left: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
}

.cert-design-category-menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  padding-right: 0px;
  padding-left: 3px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
}

.cert-design-category-menu-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 11px;
  padding: 6px 18px 6px 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 40px;
  color: #8ab24d;
  text-decoration: none;
  list-style-type: none;
  cursor: pointer;
}

.cert-design-category-menu-link:hover {
  background-color: #fff1f1;
}

.cert-design-category-menu-link.current {
  border: 1px solid #8ab24d;
  border-radius: 40px;
}

.cert-design-category-menu-link.current:hover {
  background-color: transparent;
}

.e-icon-emoji {
  margin-right: 9px;
  margin-left: -21px;
  padding-right: 12px;
  padding-left: 12px;
  background-image: url('../images/default-ico.png');
  background-position: 50% 50%;
  background-size: contain;
}

.e-icon-emoji.emoji-flower {
  background-image: url('../images/1f33b.png');
  background-position: 50% 50%;
  background-size: 23px;
  background-repeat: no-repeat;
}

.e-icon-emoji.emoji-animal {
  background-image: url('../images/1f43b.png');
  background-position: 50% 50%;
  background-size: 23px;
  background-repeat: no-repeat;
}

.e-icon-emoji.emoji-popular {
  background-image: url('../images/2b50.png');
  background-position: 50% 50%;
  background-size: 23px;
  background-repeat: no-repeat;
}

.e-icon-emoji.emoji-tree {
  background-image: url('../images/1f332.png');
  background-position: 50% 50%;
  background-size: 23px;
  background-repeat: no-repeat;
}

.e-icon-emoji.emoji-wedding {
  background-image: url('../images/wedding-emo.png');
  background-position: 50% 50%;
  background-size: 23px;
  background-repeat: no-repeat;
}

.e-icon-emoji.emoji-september {
  background-image: url('../images/bell-emo.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.e-icon-emoji.emoji-9 {
  background-image: url('../images/emoji-9may.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.e-icon-emoji.emoji-23 {
  background-image: url('../images/emoji-23.png');
  background-position: 50% 50%;
  background-size: 23px;
  background-repeat: no-repeat;
}

.e-icon-emoji.emoji-birthday {
  background-image: url('../images/birthday-ico.png');
  background-position: 50% 50%;
  background-size: 23px;
  background-repeat: no-repeat;
}

.e-icon-emoji.emoji-man {
  background-image: url('../images/emoji-23.png');
  background-position: 50% 50%;
  background-size: 23px;
  background-repeat: no-repeat;
}

.e-radio-circle {
  width: 28px;
  height: 28px;
  padding: 7px;
  float: left;
  border: 1px solid #7ea544;
  border-radius: 26px;
  background-color: transparent;
}

.radio-lable {
  margin-top: 2px;
  margin-left: 40px;
}

.e-radio-item {
  margin-right: 55px;
  margin-bottom: 20px;
  float: none;
  color: #8ab24d;
  line-height: 24px;
  cursor: pointer;
}

.e-radio-item.small-font {
  margin-bottom: 31px;
  font-size: 14px;
  line-height: 18px;
}

.e-group-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.e-group-box.is--vertical-nodes {
  -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;
}

.e-group-box.is-vertical-nodes {
  padding: 24px 16px 12px;
  -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;
  border: 1px solid #8ab24d;
  border-radius: 10px;
}

.e-group-box.is-vertical-nodes.is-no-border {
  display: block;
  padding-left: 0px;
  border-style: none;
}

.e-radio-btn-dot {
  display: block;
  width: 12px;
  height: 12px;
  padding-right: 6px;
  padding-left: 6px;
  border-radius: 50%;
  background-color: #8ab24d;
}

.e-radio-btn-dot.hide-dot {
  display: none;
}

.certificate-wrapper {
  position: relative;
  margin-top: 65px;
  margin-bottom: 50px;
  margin-left: 30px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, right top, from(#8ab24d), to(#0f0));
  background-image: linear-gradient(90deg, #8ab24d, #0f0);
}

.certificate-constructor {
  position: relative;
  left: -29px;
  top: -30px;
  background-color: #e0e0e0;
}

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-colmn {
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.e-field--round {
  height: 55px;
  max-width: 555px;
  margin-bottom: 37px;
  padding-right: 25px;
  padding-left: 25px;
  border: 1px solid #8ab24d;
  border-radius: 30px;
  font-size: 19px;
  cursor: pointer;
}

.e-field--round:hover {
  border-color: #b2b2b2;
}

.e-field--round.is-calc-parametr {
  max-width: 450px;
  margin-bottom: 0px;
}

.e-field--round.is-calc-parametr::-webkit-input-placeholder {
  text-align: right;
}

.e-field--round.is-calc-parametr:-ms-input-placeholder {
  text-align: right;
}

.e-field--round.is-calc-parametr::-ms-input-placeholder {
  text-align: right;
}

.e-field--round.is-calc-parametr::placeholder {
  text-align: right;
}

.form-summary {
  margin-right: 13px;
  margin-left: 13px;
  padding: 39px;
  background-color: #f1f1f1;
  background-image: url('../images/0www.png');
  background-position: 50% 100%;
  background-size: 23px;
  background-repeat: repeat-x;
  font-size: 22px;
  line-height: 29px;
  font-weight: 600;
}

.form-summary-row {
  margin-bottom: 27px;
  font-size: 22px;
}

.summary-number {
  color: #8ab24d;
}

.field-label {
  width: 100%;
  padding-left: 18px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #8ab24d;
  font-weight: 400;
}

.submit-button-2 {
  width: 100%;
  height: 91px;
  padding-left: 35px;
  border-radius: 50px;
  background-color: #8ab24d;
  background-image: url('../images/icon-lopata.svg');
  background-position: 86% -13px;
  background-size: 69px;
  background-repeat: no-repeat;
  font-size: 26px;
  line-height: 40px;
  text-align: left;
  cursor: pointer;
}

.submit-button-2:hover {
  background-color: #7ea544;
}

.delivery-options--share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 55px 0px 33px;
}

.delivery-options--share.hide-this {
  display: none;
}

.delivery-type-item-text {
  margin-left: 0px;
}

.delivery-type-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.e-radioselect-type-item {
  margin-right: 24px;
  margin-bottom: 15px;
  padding: 14px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 2px solid #e0e0e0;
  border-radius: 20px;
  color: #8ab24d;
  text-decoration: none;
}

.e-radioselect-type-item:hover {
  border-color: #b2b2b2;
}

.e-icon-line--present {
  display: block;
  width: 29px;
  height: 28px;
  margin-bottom: 5px;
  padding-top: 6px;
  background-image: url('../images/icon-present2x.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  color: #8bc53f;
}

.e-icon-line--share {
  display: block;
  width: 28px;
  height: 28px;
  margin-bottom: 5px;
  padding-top: 6px;
  background-image: url('../images/icon-share2x.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.e-icon-line--print {
  display: block;
  width: 28px;
  height: 28px;
  margin-bottom: 5px;
  padding-top: 6px;
  background-image: url('../images/icon-print2x.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.e-icon-line--email {
  display: block;
  width: 28px;
  height: 28px;
  margin-bottom: 5px;
  padding-top: 6px;
  background-image: url('../images/icon-email2x.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.e-radioselect-type-item--chosen {
  margin-right: 24px;
  margin-bottom: 15px;
  padding: 14px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 2px solid #8ab24d;
  border-radius: 20px;
  color: #8ab24d;
  text-decoration: none;
}

.e-radioselect-type-item--chosen:hover {
  border-color: #b2b2b2;
}

.delivery-option-column {
  margin-left: auto;
  padding-right: 45px;
  padding-left: 35px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.delivery-option-img-caption-text {
  padding: 18px;
  color: #cec4c4;
  font-size: 14px;
}

.e-treeslider {
  position: relative;
  width: 100%;
}

.delivery-options--prezent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 55px 0px 33px;
}

.delivery-options--print {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 55px 0px 33px;
}

.delivery-options--print.hide-this {
  display: none;
}

.form-row-final {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dgmap {
  position: relative;
  top: -70px;
  right: 44px;
  overflow: hidden;
  height: 458px;
  min-height: 458px;
  margin-bottom: -22px;
  background-color: #b2b2b2;
}

.c-social {
  position: fixed;
  left: 30px;
  bottom: 0px;
  z-index: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 210px;
  height: 41px;
  margin-right: 0px;
  padding: 15px;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0px;
  background-color: rgba(0, 0, 0, 0.51);
  text-align: center;
}

.c-social--text {
  display: none;
  width: 90px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 13px;
  line-height: 14px;
  text-align: left;
}

.c-box-wrapper--belka {
  min-height: 400px;
  margin-top: 60px;
  margin-bottom: 45px;
  padding: 25px 40% 55px 60px;
  border: 1px none #000;
  border-radius: 30px;
  background-image: url('../images/e-belka--success2x.jpg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 0 0 50px -14px #000;
}

.c-btn {
  margin-top: 18px;
  margin-right: 18px;
  padding: 17px 25px;
  border-radius: 50px;
  background-color: #8ab24d;
  font-size: 19px;
}

.c-btn:hover {
  background-color: #277027;
}

.c-link--with-arrow {
  position: static;
  margin-top: 0px;
  padding-left: 33px;
  float: left;
  background-image: url('../images/icon-more-arrow.svg');
  background-position: 0px 50%;
  background-size: 22px;
  background-repeat: no-repeat;
  -webkit-transition: background-position 500ms ease;
  transition: background-position 500ms ease;
  color: #8bc53f;
  text-decoration: none;
}

.c-link--with-arrow:hover {
  background-position: 5px 50%;
}

.c-link-list--item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.g-page-column--1_2 {
  width: 50%;
  min-height: 20px;
  float: left;
}

.span--green--h1 {
  color: #8bc53f;
}

.c-share-title {
  margin-top: 33px;
}

.c-share-page-link {
  margin-right: 10px;
  margin-left: 10px;
  border-bottom: 1px solid #8ab24d;
  color: #8ab24d;
  text-decoration: none;
}

.c-share-page-link:hover {
  border-bottom-color: #fff;
}

.heading-copy {
  margin-top: 80px;
  margin-bottom: 21px;
  font-size: 65px;
  line-height: 70px;
  text-align: center;
}

.e-treesider--count-area--iseditable {
  display: none;
  height: 83px;
  max-width: 200px;
  min-width: 150px;
  margin-bottom: 0px;
  padding-right: 44px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 20px;
  background-image: url('../images/certificate-icon--tree.png');
  background-position: 91% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
  font-size: 72px;
  line-height: 77px;
  font-weight: 600;
  text-align: center;
}

.tabs-content {
  position: relative;
  height: 415.96875px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-shadow: 20px 20px 30px -18px rgba(0, 0, 0, 0.24);
}

.tabs-menu {
  top: 22px;
  display: block;
  overflow: scroll;
  height: auto;
  max-width: 389px;
  -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;
  background-color: #7ea544;
}

.tabs {
  left: -23px;
  top: -22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
  background-color: transparent;
  box-shadow: none;
}

.video-3 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 8px;
}

.tab-preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-right: 15px;
  padding-left: 13px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  color: #fff;
  font-size: 15px;
  line-height: 21px;
}

.tab-preview.w--current {
  background-color: transparent;
  color: #fff;
}

.text-block-4 {
  margin-top: 7px;
  margin-left: 17px;
}

.div-block-9 {
  margin-top: 20px;
  margin-left: 20px;
  padding-bottom: 23px;
  background-color: #7ea544;
}

.c-banner {
  position: relative;
  min-width: 900px;
}

.c-banner-title {
  position: absolute;
  left: 33%;
  top: 24%;
  color: #fff;
  font-size: 229%;
  line-height: 42px;
  font-weight: 700;
  cursor: pointer;
}

.c-banner-title:hover {
  color: #445d1f;
}

.c-banner-link {
  position: absolute;
  left: 32.7%;
  bottom: 31%;
  padding-left: 29px;
  background-image: url('../images/more-arrow-icon--isDark2x.png');
  background-position: 0px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #507326;
  font-size: 19px;
  line-height: 42px;
  font-weight: 400;
  cursor: pointer;
}

.c-banner-link:hover {
  background-image: url('../images/icon-more-arrow-white.svg');
  background-position: 0px 12px;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #fff;
}

.text-span-4 {
  font-size: 14px;
}

.c-treeslider-mark-tooltip-line {
  position: absolute;
  top: 81px;
  z-index: 15;
  height: 91px;
  border-right: 1px solid #0f0;
}

.c-boxmessage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 33px;
  padding: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #b2b2b2;
  border-radius: 10px;
}

.e-green-btn {
  display: inline-block;
  width: 357px;
  padding: 14px 12px 12px;
  float: right;
  border-radius: 10px;
  background-color: #7ea544;
  color: #fff;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}

.e-green-btn:hover {
  background-color: #90c93b;
}

.c-boxmessage-text {
  margin-right: 91px;
  float: left;
}

.c-message--noemoji {
  color: #b2b2b2;
}

.html-embed-2 {
  height: 500px;
  margin-bottom: 188px;
}

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

.e-inbanner-cursor {
  position: absolute;
  left: 46%;
  bottom: 30%;
  width: 40px;
  height: 40px;
  background-image: url('../images/hand-icon2.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-treeslider-mark-10k {
  position: absolute;
  right: 40px;
  bottom: -17px;
  z-index: 20;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 4px 18px -5px #000;
}

.c-treeslider-mark-tooltip {
  position: absolute;
  right: -39px;
  bottom: 110px;
  display: inline-block;
  width: 200px;
  padding: 12px 11px 12px 12px;
  border: 1px solid #0f0;
  border-radius: 5px;
  font-size: 12px;
  line-height: 19px;
}

.e-checkbox-item {
  width: auto;
  margin-right: 55px;
  margin-bottom: 20px;
  float: none;
  color: #8ab24d;
  line-height: 24px;
  cursor: pointer;
}

.e-checkbox-item.is-clear {
  margin-right: 0px;
  padding-left: 0px;
}

.e-sexycheckbox {
  width: auto;
  height: 28px;
  padding-left: 42px;
  background-image: url('../images/e-checkbox--false2x.png');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #7ea544;
}

.e-sexycheckbox.is-big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 31px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 39px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: 0px 50%;
  background-size: 29px;
  font-size: 22px;
  line-height: 1.2em;
}

.e-sexycheckbox.is-big:hover {
  opacity: 0.65;
}

.e-sexycheckbox.is-big.is-selected {
  padding-top: 0px;
  background-image: url('../images/e-checkbox--true2x.png');
}

.hide-checkmark {
  display: none;
}

.type-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.type-group.is-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.paragraph-16pt {
  display: block;
  max-width: 1125px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
}

.i-tooltip-icon {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  padding: 0px 3px;
  -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-radius: 50%;
  background-color: #e0e0e0;
  color: #fff;
  font-size: 15px;
  line-height: 21px;
  text-align: center;
}

.e-paragraph-14pt {
  display: block;
  max-width: 1125px;
  margin-top: 18px;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
  line-height: 22px;
}

.e-paragraph-14pt.is-grey {
  margin-bottom: 47px;
  color: #cec4c4;
}

.t-subscript {
  font-size: 10px;
  font-weight: 600;
}

.c-img-wrapper {
  margin-top: 0px;
  padding: 6px;
  border: 1px solid #e0e0e0;
}

.c-toggle-container {
  padding-top: 18px;
  padding-bottom: 10px;
}

.c-toggle-container-body {
  margin-left: 11px;
  padding-left: 20px;
  border-left: 3px solid #8ab24d;
}

.e-input-group {
  margin-top: 15px;
  margin-bottom: 15px;
}

.e-input-group.is-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -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;
}

.e-input-group.margin-xl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  padding: 14px 25px 14px 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 3px solid #7ea544;
  background-color: #fdf8f8;
}

.e-icon-incheckbox {
  position: relative;
  top: 0px;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 5px;
  background-image: url('../images/icons8-building-96.png');
  background-position: 50% 50%;
  background-size: 42px;
  background-repeat: no-repeat;
}

.e-icon-incheckbox.is-car {
  background-image: url('../images/icons8-suv-96.png');
  background-position: 50% 50%;
}

.e-icon-incheckbox.is-transport {
  background-image: url('../images/icons8-bus-96.png');
}

.e-icon-incheckbox.is-train {
  background-image: url('../images/icons8-train-96.png');
}

.e-icon-incheckbox.is-plaine {
  background-image: url('../images/icons8-airplane-take-off-96.png');
}

.e-icon-incheckbox.is-secondary-co2 {
  background-image: url('../images/icons8-shoes-96.png');
}

.e-icon-incheckbox.is-team {
  background-image: url('../images/icons8-user-account-96.png');
}

.submit-calculate-co2 {
  width: 100%;
  height: 91px;
  max-width: 555px;
  padding-left: 35px;
  border-radius: 50px;
  background-color: #8ab24d;
  background-image: url('../images/icons8-calculator-100-2.png');
  background-position: 93% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
  font-size: 26px;
  line-height: 40px;
  text-align: left;
  cursor: pointer;
}

.submit-calculate-co2:hover {
  background-color: #7ea544;
}

.c-button-small-with-icon {
  margin-top: 8px;
  margin-bottom: 8px;
  padding-right: 49px;
  padding-left: 21px;
  clear: right;
  border-radius: 25px;
  background-color: #8ab24d;
  font-size: 18px;
  line-height: 30px;
}

.c-button-small-with-icon.is-icon-repeat {
  margin-right: 10px;
  padding-right: 53px;
  background-color: #b2b2b2;
  background-image: url('../images/icons8-reset-96-2.png');
  background-position: 93% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  font-size: 18px;
}

.c-button-small-with-icon.is-icon-goaction {
  padding-right: 53px;
  background-image: url('../images/icons8-right-96.png');
  background-position: 93% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  font-size: 18px;
}

.e-select-unit {
  width: 11%;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.e-input-unit {
  margin-left: 12px;
}

.e-icon-line--business {
  display: block;
  width: 33px;
  height: 33px;
  margin-bottom: 5px;
  padding-top: 6px;
  background-image: url('../images/icons8-business-96.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.e-icon-line--person {
  display: block;
  width: 33px;
  height: 33px;
  margin-bottom: 5px;
  padding-top: 6px;
  background-image: url('../images/icons8-businessman-96.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #8bc53f;
}

.c-person {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  z-index: 10;
  margin-top: 47px;
  padding: 25px;
  border: 1px solid #e0e0e0;
}

.select-field {
  max-width: 555px;
}

.e-group-action {
  margin-right: 10px;
  margin-bottom: 42px;
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-calculator-sidebar {
  margin-top: 82px;
  padding-right: 30px;
  padding-left: 30px;
}

.heading-al-left {
  margin-top: 80px;
  margin-bottom: 21px;
  font-size: 55px;
  line-height: 59px;
  text-align: left;
}

.c-message--grey {
  color: #b2b2b2;
}

.field-label---isminpadding {
  width: 60%;
  margin-bottom: 0px;
  padding-left: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #8ab24d;
  font-weight: 400;
}

.e-select-unit-copy {
  width: 40%;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.c-decor {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 700;
  width: auto;
  margin-right: 60px;
}

.c-decor-link {
  cursor: pointer;
}

.c-decor-link:hover {
  opacity: 0.68;
}

.c-decor-close {
  position: absolute;
  left: auto;
  top: 16%;
  right: 10%;
  bottom: auto;
  display: none;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 20px;
  cursor: pointer;
}

.c-decor-close:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.c-decor-x-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.c-decor-x-container:hover {
  opacity: 1;
}

.c-decor-x-iconx {
  position: absolute;
  width: 2px;
  height: 15px;
  margin-left: 0px;
  border: 1px solid #fff;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-decor-x-iconx._2 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-message--agro {
  margin-bottom: 25px;
  color: #b2b2b2;
}

.e-h2-lable--new {
  margin-right: 17px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 10px;
  background-color: #7ea544;
  color: #fff;
  font-size: 20px;
}

.panel-link {
  margin-top: 16px;
  margin-bottom: 5px;
  padding-left: 31px;
  background-image: url('../images/icon-more-arrow.svg');
  background-position: 0% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: padding-left 200ms ease;
  transition: padding-left 200ms ease;
  color: #8bc53f;
}

.panel-link:hover {
  padding-left: 26px;
}

.hero-col-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 97px;
  min-height: 97px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.link-block-2 {
  margin-left: 15px;
}

.link-block-3 {
  position: relative;
  left: 22px;
  top: -11px;
}

.c-anniversary-link {
  cursor: pointer;
}

.c-anniversary-link:hover {
  opacity: 0.68;
}

.c-anniversary {
  position: fixed;
  left: 244px;
  top: auto;
  right: 50%;
  bottom: 0%;
  z-index: 700;
  width: 215px;
  margin-right: 60px;
}

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

.native-popup-wrapper--green {
  width: 60%;
  min-height: 200px;
  background-color: #7ea544;
}

.native-popup-content {
  position: relative;
  left: -16px;
  top: -16px;
  min-height: 200px;
  padding: 50px;
  background-color: #fff;
}

.native-popup-title {
  line-height: 27px;
}

.native-popup-btn--close {
  position: absolute;
  left: auto;
  top: 6%;
  right: 4%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  padding: 6px;
  -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;
  color: #7ea544;
  text-decoration: none;
}

.native-popup-btn--close:hover {
  background-color: #7ea544;
  color: #fff;
}

.button {
  border-radius: 8px;
  background-color: #7ea544;
}

.button.button--inbanner {
  width: 87%;
  margin-right: 16px;
  margin-left: 16px;
  padding-left: 49px;
  background-image: url('../images/icon-login.svg');
  background-position: 7% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  font-size: 17px;
  line-height: 23px;
}

.btn-hero--urlicam {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 555px;
  height: 93px;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 40px;
  padding-top: 9px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.49);
  background-image: url('../images/icon-more-arrow-white.svg');
  background-position: 91% 50%;
  background-size: 39px;
  background-repeat: no-repeat;
  -webkit-transition: background-position 200ms ease-in-out, box-shadow 200ms ease-in-out;
  transition: background-position 200ms ease-in-out, box-shadow 200ms ease-in-out;
  font-size: 27px;
  line-height: 32px;
  font-weight: 600;
}

.btn-hero--urlicam:hover {
  background-position: 96% 50%;
  box-shadow: 0 24px 50px -25px #000;
}

.text-span-8 {
  font-size: 18px;
  line-height: 22px;
}

.btn--mini {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 2px 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #fff;
  border-radius: 45px;
  background-color: transparent;
  font-size: 13px;
  line-height: 17px;
}

.btn--mini:hover {
  background-color: #fff;
  color: #7ea544;
}

.text-rubric {
  margin-right: 10px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.link-more-regions {
  display: inline-block;
  margin-bottom: 14px;
  margin-left: 25px;
  border-bottom: 1px dotted #fff;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
}

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

.link-more-regions.hide {
  display: none;
}

.map-rubricator-wrapper {
  position: relative;
  padding-bottom: 13px;
}

.map-rubricator-wrapper.isclosed {
  position: relative;
  overflow: hidden;
  height: 47px;
}

.map-rubricator-wrapper.isopen {
  position: relative;
  overflow: hidden;
  height: auto;
  padding-bottom: 12px;
}

.map-rubricator-overlay {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  padding-top: 20px;
  background-image: repeating-linear-gradient(180deg, rgba(157, 255, 7, 0), #84cb3b);
}

.map-rubricator-overlay.hide {
  display: none;
}

.link-less-regions {
  display: inline-block;
  margin-bottom: 14px;
  margin-left: 25px;
  border-bottom: 1px dotted #fff;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
}

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

.link-less-regions.hide {
  display: none;
}

.apanel {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 135px;
  margin-bottom: 14px;
  padding: 15px 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6f7f9;
  box-shadow: 0 16px 6px -15px rgba(0, 0, 0, 0.25);
}

.apanel-content {
  width: 70%;
  color: #000;
  text-decoration: none;
}

.apanel-content:hover {
  opacity: 0.69;
}

.apanel-title {
  margin-top: 10px;
  margin-bottom: 4px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 800;
}

.apanel-title:hover {
  color: #8ab24d;
}

.apanel-text {
  margin-bottom: 5px;
  color: #8bc53f;
}

.apanel-text:hover {
  color: #000;
}

.apanel-img {
  width: 117px;
  height: 117px;
  margin-right: 19px;
}

.apanel-wraapper {
  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;
}

.green-panel {
  display: -ms-grid;
  display: grid;
  padding-right: 12px;
  padding-left: 14px;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 2px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #8ab24d;
}

.green-panel-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.green-panel-image {
  width: 59px;
  height: 50px;
  margin-right: 15px;
  margin-left: 0px;
}

.green-panel-text {
  margin-right: 5px;
}

.green-panel-title {
  margin-top: 10px;
}

.banner-question {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 422px;
  margin-right: 4%;
  padding: 20px 20px 15px;
  border: 1px solid #e0e0e0;
  border-top-left-radius: 20px;
  background-color: #f6f7f9;
}

.bold-text-2 {
  display: block;
  line-height: 22px;
}

.link-green {
  border-bottom: 1px solid #8ab24d;
  color: #8ab24d;
  text-decoration: none;
}

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

.image-12 {
  width: 75px;
  height: 75px;
  margin-right: 15px;
  border-radius: 20px;
  background-color: #b2b2b2;
}

._w-search--onpage {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.op-search--wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 80px;
  margin-left: -25px;
  padding: 30px 17px 30px 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #f1f1f1;
  border-radius: 40px;
  box-shadow: 0 22px 39px -22px rgba(0, 0, 0, 0.25);
}

.op-search-input {
  height: 46px;
  min-width: auto;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 10px;
  border: 1px none #000;
  background-color: transparent;
  font-size: 20px;
}

.op-search-input::-webkit-input-placeholder {
  color: #dbdbdb;
  font-size: 16px;
}

.op-search-input:-ms-input-placeholder {
  color: #dbdbdb;
  font-size: 16px;
}

.op-search-input::-ms-input-placeholder {
  color: #dbdbdb;
  font-size: 16px;
}

.op-search-input::placeholder {
  color: #dbdbdb;
  font-size: 16px;
}

.op-search-btn--submit {
  width: 46px;
  height: 46px;
  min-height: 46px;
  min-width: 46px;
  margin-left: 8px;
  padding-left: 13px;
  border-radius: 50%;
  background-color: #8ab24d;
  font-size: 21px;
  line-height: 16px;
  text-align: center;
}

.op-search-btn--submit:hover {
  background-color: #000;
}

.op-search-title {
  margin-right: 8px;
  color: #333;
  font-size: 17px;
  font-weight: 700;
}

.op-search-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.op-search-input-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 14px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #eef0f5;
  border-radius: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f7f9), to(#f6f7f9));
  background-image: linear-gradient(180deg, #f6f7f9, #f6f7f9);
}

.op-search-input-wrapper:focus {
  border-color: #7ea544;
}

.o-search-number {
  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;
  color: #8ab24d;
  font-size: 20px;
  font-weight: 700;
}

.op-search-info {
  width: auto;
  margin-left: 16px;
  line-height: 24px;
}

.link-cert {
  border-style: none none dashed;
  border-width: 1px;
  border-color: #000 #000 #7ea544;
  color: #7ea544;
  text-decoration: none;
}

.tooltip-cert {
  position: fixed;
  display: none;
  overflow: hidden;
  width: 239px;
  height: 170px;
  border-radius: 19px;
  background-image: url('../images/number-on-cert.jpg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.25);
}

.tooltip-cert.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tooltip-cert.hide {
  display: none;
}

.op-search-info-wrapper {
  position: relative;
  width: 50%;
  max-width: 458px;
}

.rich-text-block {
  margin-left: 20px;
}

.rich-text-block strong {
  color: #fff;
}

.alert-title {
  font-size: 24px;
  font-weight: 700;
}

.alert-subtitle {
  color: #7ea544;
}

.alert-list {
  margin-top: 9px;
}

.alert-list-item {
  margin-bottom: 13px;
}

@media screen and (max-width: 991px) {
  .hero-s {
    height: 765px;
    min-height: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.28)), to(rgba(0, 0, 0, 0.28))), url('../images/zima.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.28)), url('../images/zima.jpg');
	background-size: cover;
    background-position: 0px 0px, 50% 50%;
  }

  .hero-r {
    height: auto;
  }

  .hero-col__right {
    padding-top: 0px;
  }

  .hero-col__left {
    overflow: hidden;
    width: 43%;
    padding-top: 66px;
  }

  .hero-logo {
    display: block;
    margin-top: 10px;
    padding-left: 45px;
  }

  .hero-logo.hide-logo-vert-mob {
    padding-left: 10px;
  }

  .hero-counterchart {
    margin-top: 30px;
    -webkit-transform: scale(0.87);
    -ms-transform: scale(0.87);
    transform: scale(0.87);
  }

  .hero-counterlist {
    margin-left: 20px;
  }

  .hero-counterlist-li.users {
    margin-right: 26px;
    font-size: 20px;
  }

  .hero-counterlist-li.timer {
    font-size: 20px;
  }

  .hero-counterlist-li-num {
    font-size: 25px;
  }

  .navbar {
    display: block;
  }

  .nav-menu {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1400;
    display: block;
    padding-top: 160px;
    background-color: #8bc53f;
    text-align: left;
  }

  .nav-link {
    display: inline-block;
    width: auto;
    margin-right: 18px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: auto;
    padding-left: 0px;
    float: left;
    font-size: 14px;
  }

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

  .nav-link.hide-when-mobile--link {
    margin-right: 12px;
  }

  .nav-link.language.is--round {
    right: -2%;
    padding-top: 2px;
    padding-right: 0px;
  }

  .nav-link.language.is--round.m-top {
    position: absolute;
    top: 0%;
  }

  .ask-icon {
    float: left;
  }

  .nav-link__like {
    display: inline;
    font-size: 14px;
  }

  .nav-menu-col__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 39%;
    padding-right: 0px;
    padding-left: 20px;
    float: left;
    -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: 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: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .nav-menu-col__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 0px;
    float: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .nav-menu-col__right.hide-this-if-mobile {
    padding-right: 1%;
  }

  .nav-link__ask {
    display: inline-block;
    margin-right: 0px;
  }

  .nav-link__login {
    display: inline-block;
    width: auto;
    min-height: 33px;
    margin-left: 53px;
    padding-bottom: auto;
    padding-left: 22px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    border-style: none;
    background-position: 0px 50%;
    background-size: 16px;
    font-size: 14px;
    line-height: 21px;
  }

  .nav-link__login:hover {
    border-style: none;
    background-position: 0px 50%;
  }

  .nav-link__login.no-left-margin {
    margin-left: 6px;
  }

  .nav-link__login.hide-if-vertical-mobile {
    margin-left: 0px;
    padding-left: 11px;
  }

  .nav-link__cta-gift {
    display: none;
    margin-left: 0px;
  }

  .icon {
    display: none;
    width: 41px;
    height: 41px;
    font-size: 41px;
    text-align: right;
  }

  .menu-button {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1050;
    margin-top: 40px;
    margin-right: 29px;
    float: left;
  }

  .menu-button.w--open {
    z-index: 1500;
    border-radius: 50%;
    background-color: transparent;
  }

  .slide-nav {
    top: 20px;
    margin-left: 24px;
  }

  .slider--texts {
    height: auto;
    margin-top: 47px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .mask {
    height: auto;
  }

  .partner-item {
    width: 33.33333333%;
  }

  .hero-h2 {
    margin-right: 20px;
    margin-left: 24px;
    font-size: 24px;
    line-height: 39px;
  }

  .btn-hero--superbig {
    width: 86%;
    height: 72px;
    margin-left: 20px;
    padding-left: 27px;
    font-size: 22px;
  }

  .hero-features {
    position: static;
    margin-bottom: 0px;
    margin-left: 21px;
    font-size: 15px;
    line-height: 21px;
  }

  .hero-features-item--sert {
    margin-right: 20px;
    padding-top: 98px;
    padding-left: 0px;
  }

  .hero-features-item--gps {
    margin-right: 20px;
    padding-top: 100px;
    padding-left: 0px;
  }

  .navbar-logo--when-mobile-menu--open {
    position: relative;
    z-index: 1500;
    display: block;
    margin: 46px 45px 15px;
    float: left;
  }

  .mobile-menu-icon {
    width: 40px;
    height: 40px;
    padding: 11px 7px 9px;
  }

  .mobile-menu-icon-dash {
    height: 4px;
    margin-bottom: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #fff;
  }

  .mobile-menu-icon-dash--1 {
    height: 4px;
    margin-bottom: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #fff;
  }

  .sect {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .the-contaner {
    display: block;
    margin-right: 15px;
    margin-left: 15px;
  }

  .row--flex.margin-down {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .row--flex.margin-top-down {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .row--flex.footer-menu {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .col-1-3 {
    margin-right: 25px;
    padding-right: 0px;
  }

  .pg {
    font-size: 16px;
  }

  .span--green {
    font-size: 26px;
  }

  .secttion-title {
    font-size: 28px;
    line-height: 41px;
  }

  .image-st1 {
    width: 90%;
  }

  .image-st2 {
    width: 90%;
    padding-top: 14px;
    padding-bottom: 17px;
  }

  .image-st3 {
    width: 90%;
    padding-top: 72px;
    padding-bottom: 12px;
  }

  .image-dost2 {
    width: 90%;
    padding-bottom: 9px;
  }

  .image-dost3 {
    padding-top: 57px;
    padding-bottom: 0px;
  }

  .c--margin-left-right {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 39px;
  }

  .col--last {
    padding-right: 0px;
  }

  .col-1-2 {
    margin-right: 0px;
    padding-right: 0px;
  }

  .block-quote {
    margin-left: 27px;
  }

  .facts-list {
    margin-left: 27px;
  }

  .text-block-3 {
    font-size: 23px;
  }

  .h3-white {
    margin-left: 40px;
  }

  .btn-body--superbig {
    width: 86%;
    height: 72px;
    margin-left: 20px;
    padding-left: 27px;
    font-size: 22px;
  }

  .map-wrapper {
    margin-left: 36px;
  }

  .btn {
    margin-bottom: 15px;
  }

  .bubble-left {
    width: 62px;
  }

  .link-block {
    margin-right: 12px;
  }

  .quote-autor {
    margin-left: 0px;
    font-size: 13px;
    line-height: 21px;
  }

  .quote-text {
    width: 10%;
    padding-right: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .block-quote-onmain {
    padding-right: 0px;
    padding-left: 5px;
    font-size: 25px;
    line-height: 43px;
  }

  .zytay-item {
    height: 451px;
    padding-right: 80px;
  }

  .photo-autor {
    width: 200px;
    height: 20px;
    min-height: 200px;
    min-width: 200px;
    margin-left: 0px;
  }

  .panel {
    overflow: visible;
    margin-right: 0px;
    padding: 16px;
  }

  .text-block-7 {
    margin-bottom: 12px;
    font-size: 26px;
    line-height: 31px;
  }

  .text-block-8 {
    font-size: 16px;
  }

  .div-block-6 {
    bottom: 0px;
    width: 118px;
    margin-top: 0px;
    margin-right: 48px;
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .div-block-7 {
    width: 64%;
  }

  .col-30 {
    width: 100%;
    text-align: center;
  }

  .form {
    margin-top: 15px;
    margin-bottom: 35px;
  }

  .col-footer {
    margin-bottom: 9px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer-logo {
    display: block;
    padding-left: 0px;
  }

  .col-footer-social {
    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;
  }

  .link-footer--al-left {
    font-size: 16px;
  }

  .link-footer__login {
    width: 100%;
    margin-bottom: 37px;
    margin-left: 0px;
    padding-bottom: 0px;
    padding-left: 32px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    border-style: none;
    background-position: 0px 50%;
    background-size: 19px;
    font-size: 16px;
  }

  .link-footer__login:hover {
    border-style: none;
    background-position: 0px 50%;
  }

  .image-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: right;
  }

  .panel-copy {
    overflow: visible;
    margin-right: 0px;
    padding: 16px;
  }

  .div-block-6-copy {
    right: 44px;
    bottom: 16px;
    width: 130px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .col-1-3--lastt {
    margin-right: 0px;
    padding-right: 0px;
  }

  .c--partners {
    margin-right: 40px;
    margin-left: 40px;
  }

  .col-1-4--last {
    margin-right: 0px;
  }

  .row--flex--4col.margin-down {
    margin-bottom: 0px;
  }

  .s--howitworks {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .col-1-2--why {
    width: 30%;
    margin-right: 0px;
    padding-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .wrapper-site {
    overflow: hidden;
    min-width: auto;
  }

  .section--zytaty {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .c--margin-left-right--zytaty {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 39px;
  }

  .logo-s-nav {
    display: inline-block;
    text-align: left;
  }

  .secondary-menu {
    display: block;
    width: 78%;
    margin-top: 17px;
    margin-right: 0px;
    padding-right: 3px;
    float: right;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .nav-link--secondary {
    margin-top: 13px;
    margin-right: 7px;
    margin-left: 7px;
    font-size: 16px;
    line-height: 17px;
  }

  .nav-second-pages {
    position: static;
    display: block;
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .nav-second-pages.hide-on-mobile {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/burning-tree.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/burning-tree.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
  }

  .header-section {
    z-index: 1000;
  }

  .page-title {
    margin-top: 0px;
    font-size: 28px;
  }

  .layout-withsidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .page-content {
    width: 100%;
  }

  .page-sidebar {
    width: auto;
  }

  .par-big--acent {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 27px;
    line-height: 38px;
  }

  .widget-page-menu {
    width: 40%;
    height: auto;
    margin-top: 35px;
    margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .widget-title--white {
    display: inline-block;
    margin-bottom: 10px;
  }

  .menu-inpage {
    display: none;
    overflow: hidden;
    height: auto;
    margin-bottom: 20px;
    padding-left: 23px;
  }

  .galley {
    margin-bottom: 134px;
  }

  .image-caption-text {
    left: 0px;
    top: auto;
    right: auto;
    bottom: -119px;
    width: auto;
  }

  .banner.hide-onmobile {
    display: none;
  }

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

  .nav-menu-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 158.03125px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nav-link--go-back-btn {
    display: inline-block;
    width: auto;
    margin-right: 18px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: auto;
    padding-left: 0px;
    float: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 14px;
  }

  .nav-link--go-back-btn:hover {
    border-bottom-color: transparent;
  }

  .c-mobile {
    display: block;
    margin-right: 15px;
    margin-left: 15px;
  }

  .page-menu-item-link {
    font-size: 13px;
  }

  .nav-main-p {
    padding-top: 5px;
  }

  .nav-dropdown {
    margin-right: 0px;
    padding-right: 4px;
  }

  .nav-menu-col__left-mp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 43%;
    padding-right: 0px;
    padding-left: 20px;
    float: left;
    -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: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-menu-col__right--mp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-left: 19px;
    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;
    -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: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .dropdown {
    margin-right: 10px;
  }

  .hide-when-ipad--login {
    display: none;
  }

  .menu-items-group {
    width: 130px;
  }

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

  .subscribe-title {
    text-align: left;
  }

  .widget-header {
    font-size: 14px;
  }

  .collapse-widget-link {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .hide-text-if-desktop {
    display: none;
  }

  .section--widgets {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section--banners {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .entry-header {
    margin-top: 0px;
  }

  .quote-meta {
    margin-right: 0px;
    padding-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .descriptor {
    padding-left: 20px;
    font-size: 14px;
  }

  .card-wrapper--seconary {
    width: 325px;
    margin-right: 19px;
    margin-left: 25px;
  }

  .card-cover--seconday {
    width: 325px;
  }

  .ico {
    left: 46%;
  }

  .heading--al-left {
    font-size: 45px;
  }

  .design-item {
    margin-right: 1%;
  }

  .delivery-option-column {
    padding-left: 0px;
  }

  .delivery-option-img-caption-text {
    line-height: 22px;
  }

  .c-social {
    left: 0px;
    right: 10px;
  }

  .c-box-wrapper--belka {
    padding-left: 45px;
    background-position: 100% 100%;
    background-size: auto 339px;
  }

  .heading-copy {
    font-size: 45px;
  }

  .tabs-menu {
    width: 194px;
  }

  .video-2 {
    height: 360px;
  }

  .video-3 {
    height: 360.9375px;
  }

  .c-banner {
    min-width: auto;
  }

  .c-banner-title {
    left: 30%;
    top: 21%;
    font-size: 180%;
    line-height: 29px;
  }

  .c-banner-link {
    left: 30%;
  }

  .e-green-btn {
    width: auto;
  }

  .c-boxmessage-text {
    margin-right: 35px;
  }

  .e-inbanner-cursor {
    left: 57%;
  }

  .e-icon-incheckbox.is-car {
    background-size: contain;
  }

  .heading-al-left {
    font-size: 45px;
  }

  .panel-link {
    font-size: 16px;
  }

  .hero-col-row {
    height: 83px;
    min-height: 83px;
  }

  .link-block-2 {
    margin-right: 16px;
  }

  .link-block-3 {
    left: 0px;
    top: 3px;
  }

  .c-anniversary {
    left: 213px;
  }

  .btn-hero--urlicam {
    width: 86%;
    height: 72px;
    margin-left: 20px;
    padding-top: 9px;
    padding-left: 27px;
    font-size: 22px;
    line-height: 22px;
  }

  .text-span-8 {
    font-size: 15px;
    line-height: 16px;
  }

  .btn--mini {
    margin-bottom: 7px;
  }

  .apanel {
    overflow: visible;
    min-height: 145px;
    margin-right: 0px;
    padding: 5px 16px;
    box-shadow: 0 8px 4px -6px rgba(0, 0, 0, 0.25);
  }

  .apanel-content {
    width: 64%;
  }

  .apanel-title {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 31px;
  }

  .apanel-text {
    font-size: 16px;
  }

  .green-panel {
    grid-auto-flow: row;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .green-panel-item {
    padding-top: 10px;
  }

  .green-panel-item.title {
    padding-top: 15px;
    padding-bottom: 0px;
  }

  .banner-question {
    width: 325px;
    margin-right: 0%;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  ._w-search--onpage {
    -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;
  }

  .op-search--wrapper {
    width: 100%;
  }

  .op-search-info {
    width: auto;
    margin-left: 0px;
  }

  .op-search-info-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 18px;
    padding-right: 59px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .hero-s {
    height: auto;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.28)), to(rgba(0, 0, 0, 0.28))), url('../images/zima.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.28)), url('../images/zima.jpg');
	background-size: cover;
    background-position: 0px 0px, 50% 50%;
  }

  .hero-r {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 501;
    display: block;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-col__right {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .hero-col__left {
    position: static;
    display: block;
    width: auto;
    height: auto;
    padding-top: 59px;
    padding-bottom: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom-right-radius: 0px;
    background-color: transparent;
  }

  .hero-logo {
    width: 195px;
    margin-top: 14px;
    padding-left: 19px;
    float: left;
  }

  .hero-logo.hide-logo-vert-mob {
    display: none;
    float: none;
  }

  .hero-counterchart {
    width: auto;
    height: auto;
    margin: 62px 16px 0px 15px;
    padding: 0px 14px 14px;
    float: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.54);
    border-radius: 10px;
    line-height: 17px;
  }

  .hero-counterlist {
    display: none;
  }

  .shape-1 {
    position: static;
    overflow: visible;
    width: auto;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    border-radius: 0%;
    background-color: transparent;
    line-height: 17px;
  }

  .shape-2 {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0%;
    background-color: transparent;
    line-height: 17px;
  }

  .treecounter {
    position: static;
    top: -8px;
    display: block;
    height: auto;
    clear: 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;
    font-size: 20px;
    line-height: 17px;
    text-align: left;
  }

  .small {
    position: static;
    top: -17px;
    width: auto;
    margin-top: 0px;
    margin-left: 0px;
    font-size: 13px;
    text-align: left;
  }

  .number {
    display: inline;
    margin-right: 6px;
    font-size: 20px;
    line-height: 20px;
  }

  .counter-text {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    line-height: auto;
  }

  .uzhe {
    width: auto;
    margin: 13px 0px 0px;
    float: none;
    font-size: 13px;
    line-height: 13px;
    text-align: left;
  }

  .nav-link {
    margin-right: 0px;
    padding: 9px 5px 9px 7px;
    float: right;
    font-size: 14px;
  }

  .nav-link.hide-when-mobile--link {
    display: none;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 13px;
  }

  .nav-link.language.is--round {
    position: static;
    margin-left: 10px;
    padding-left: 0px;
  }

  .ask-icon {
    margin-right: 5px;
  }

  .nav-link__like {
    display: inline-block;
    padding-right: 13px;
    float: left;
    font-size: 13px;
  }

  .nav-menu-col__left {
    width: auto;
    padding-top: 0px;
    padding-left: 0px;
    -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;
  }

  .nav-menu-col__right {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav-link__ask {
    display: inline-block;
  }

  .nav-link__login {
    margin-left: 0px;
    padding-right: 0px;
  }

  .nav-link__login.no-left-margin {
    margin-left: 0px;
  }

  .nav-link__login.hide-if-vertical-mobile {
    display: none;
  }

  .nav-link__cta-gift {
    display: none;
  }

  .slider--texts {
    margin-top: 0px;
  }

  .hero-h2 {
    margin-top: 0px;
    font-size: 26px;
    line-height: 36px;
  }

  .hero-slide {
    margin-top: 18px;
  }

  .btn-hero--superbig {
    width: 90%;
    margin-top: 1px;
    margin-right: 20px;
    padding-right: 131px;
    font-size: 25px;
  }

  .hero-features {
    margin-right: 45px;
    margin-left: 45px;
  }

  .hero-features-item--sert {
    margin-right: 30px;
  }

  .hero-features-item--gps {
    margin-right: 30px;
  }

  .slider--background-image {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    display: block;
    height: 790px;
    margin-top: 0px;
    padding-top: 0px;
    background-color: transparent;
  }

  .sect {
    padding-bottom: 15px;
  }

  .sect.news {
    display: none;
  }

  .the-contaner {
    margin-right: 5px;
    margin-left: 5px;
  }

  .row--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .row--flex.margin-down {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .row--flex.footer-menu {
    margin-left: 119px;
    padding-bottom: 50px;
  }

  .row--flex.distribute {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .col-1-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-bottom: 53px;
  }

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

  .secttion-title {
    margin-top: 50px;
    margin-left: 0px;
    line-height: 42px;
  }

  .secttion-title.map {
    margin-bottom: 5px;
  }

  .image-st1 {
    width: 184px;
    padding-top: 0px;
  }

  .image-st2 {
    left: 0px;
    width: 184px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .image-st3 {
    left: 0px;
    width: 184px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .image-dost1 {
    width: 180px;
    padding-top: 0px;
  }

  .image-dost2 {
    left: 0px;
    width: 180px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .image-dost3 {
    left: 0px;
    width: 180px;
    padding-top: 0px;
  }

  .c--margin-left-right.player {
    padding-left: 0px;
  }

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

  .logo-partner {
    width: 80%;
  }

  .col-1-2 {
    margin-bottom: 28px;
  }

  .block-quote {
    margin-right: 27px;
  }

  .facts-list {
    margin-right: 27px;
  }

  .par-big {
    margin-right: 4px;
    padding-left: 20px;
    font-size: 28px;
    line-height: 50px;
  }

  .col-1-4 {
    width: 46%;
    margin-bottom: 51px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .section--full-widthbg.squirrel {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/photobg-belka2x-80.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/photobg-belka2x-80.jpg');
    background-position: 0px 0px, 43% 50%;
  }

  .h3-white {
    margin-left: 91px;
  }

  .btn-body--superbig {
    width: auto;
    margin-right: 40px;
    margin-left: 40px;
    padding-right: 131px;
    font-size: 25px;
  }

  .map-wrapper {
    width: 92%;
    margin-left: 25px;
    padding-right: 15px;
    float: none;
  }

  .map-rubricator {
    margin-right: 15px;
    margin-left: 15px;
    padding-bottom: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .map-rubricator.makeflexwrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .bubble-wrapper {
    left: 0px;
  }

  .link {
    margin-top: 0px;
    margin-left: 4px;
    float: left;
  }

  .card-wrapper {
    margin-left: 25px;
  }

  .card-cover {
    top: -20px;
    right: 20px;
  }

  .block-quote-onmain {
    font-size: 23px;
    line-height: 35px;
  }

  .zytay-item {
    min-height: 451px;
  }

  .image {
    width: auto;
    height: auto;
  }

  .photo-autor {
    width: 100px;
    height: 100px;
    min-height: 100px;
    min-width: 100px;
  }

  .div-block-6 {
    right: 21px;
    bottom: 0px;
    margin-right: 14px;
  }

  .col-30 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .form {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .submit-button:hover {
    background-color: #3d5f0b;
    color: #fff;
  }

  .text-field {
    cursor: text;
  }

  .text-field:hover {
    background-color: #f0eeee;
  }

  .col--email-form {
    margin-bottom: 20px;
    padding-right: 28px;
    padding-left: 11px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .col-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .footer-logo {
    margin-left: 30px;
  }

  .col-footer-social {
    margin-left: 125px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .col-footer--likes {
    display: block;
    margin-top: 10px;
    margin-left: 127px;
  }

  .link-footer--al-left {
    margin-right: 40px;
    margin-bottom: 10px;
    margin-left: 0px;
    float: left;
    font-size: 14px;
  }

  .paragraph-2 {
    margin-left: 94px;
  }

  .link-footer {
    display: block;
    margin-bottom: 12px;
    float: left;
    font-size: 14px;
  }

  .paragraph-3 {
    margin-top: 34px;
    margin-left: 124px;
  }

  .link-footer__login {
    margin-bottom: 14px;
    margin-left: -32px;
    padding-bottom: 0px;
    float: left;
    font-size: 14px;
  }

  .link-footer__login:hover {
    float: left;
  }

  .panel-copy {
    position: relative;
  }

  .div-block-6-copy {
    top: -35px;
    right: 31px;
  }

  .col-1-3--lastt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .c--partners {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .col-1-4--last {
    width: 46%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .row--flex--image-blockquote {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-group {
    width: 60%;
    margin-left: 20px;
  }

  .s--howitworks {
    padding-right: 10px;
    padding-left: 10px;
  }

  .col-1-2--why {
    margin-bottom: 28px;
  }

  .circle-left {
    display: none;
  }

  .maska {
    display: none;
  }

  .logo-s-nav {
    margin-left: 14px;
  }

  .secondary-menu {
    width: 69%;
    margin-top: 6px;
  }

  .nav-link--secondary {
    margin-top: 10px;
  }

  .nav-second-pages.hide-on-mobile {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.36)), to(rgba(0, 0, 0, 0.36))), url('../images/burning-tree.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.36)), url('../images/burning-tree.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
  }

  .page-title {
    margin-top: 10px;
    margin-left: 20px;
  }

  .page-content {
    padding-right: 10px;
  }

  .widget-page-menu {
    width: auto;
    margin-right: 16px;
    margin-bottom: 0px;
    margin-left: 16px;
  }

  .news-item-thumb {
    left: -23px;
    top: -53px;
  }

  .navbar-overall {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .nav-menu-group {
    width: auto;
  }

  .nav-link--go-back-btn {
    margin-right: 13px;
    padding: 9px 9px 9px 20px;
    font-size: 17px;
  }

  .mobile-menu {
    position: relative;
    display: block;
    height: auto;
    margin-top: 46px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .mobile-menu-item {
    padding-left: 61px;
  }

  .brand {
    margin-bottom: 9px;
    padding-left: 5px;
  }

  .mobile-menu-burger {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-right: 15px;
    padding: 10px;
  }

  .mobile-menu-burger.w--open {
    background-color: #7ea544;
  }

  .icon-6 {
    display: none;
  }

  .c-mobile {
    position: static;
    width: 100%;
    margin-right: 5px;
    margin-left: 5px;
  }

  .nav-menu-2 {
    background-color: #7ea544;
  }

  .nav-main-p {
    width: 100%;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #8ab24d;
  }

  .nav-dropdown {
    top: 0px;
    right: 0px;
    display: inline-block;
    margin-right: 0px;
    padding-right: 13px;
  }

  .icon-7 {
    margin-top: 13.5px;
  }

  .nav-menu-col__left-mp {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-top: 6px;
    padding-right: 10px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nav-menu-col__right--mp {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .dropdown {
    display: none;
    margin-right: 1px;
    float: right;
  }

  .hide-when-ipad--login {
    display: none;
    margin-top: 4px;
  }

  .menu-items-group {
    width: 124px;
    margin-left: 0px;
  }

  .text-span-2 {
    display: none;
    margin-top: 4px;
  }

  .subscribe-title {
    margin-bottom: 30px;
  }

  .text-block-12 {
    margin-bottom: 33px;
  }

  .menu-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .quote-meta {
    width: 126.96875px;
    margin-bottom: 28px;
  }

  .descriptor {
    display: none;
    padding-left: 20px;
    float: none;
    font-size: 12px;
  }

  .owl-carousel {
    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;
  }

  .card-wrapper--seconary {
    margin-left: 25px;
  }

  .card-cover--seconday {
    top: -20px;
    right: 20px;
  }

  .card-wrapper--your {
    margin-left: 25px;
  }

  .card-cover--pholder {
    top: -20px;
    right: 20px;
  }

  .background-video {
    height: auto;
  }

  .mobile-hero-novideo {
    height: 680px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
    background-position: 0px 0px;
    background-size: auto;
  }

  .e-cert-design-category-menu {
    padding-right: 15px;
    padding-left: 15px;
  }

  .cert-design-category-menu-item {
    margin-right: 12px;
  }

  .e-radio-item {
    margin-right: 25px;
  }

  .e-group-box {
    padding-right: 20px;
    padding-left: 23px;
  }

  .form-row {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .e-field--round.is-calc-parametr {
    max-width: 375px;
  }

  .form-summary {
    margin-right: 0px;
  }

  .submit-button-2 {
    margin-bottom: 39px;
  }

  .delivery-options--share {
    padding-right: 29px;
    padding-left: 34px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .delivery-type-item-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -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;
  }

  .delivery-type-group {
    padding-left: 24px;
  }

  .e-radioselect-type-item {
    width: 165px;
    height: 146px;
    max-width: 157px;
    margin-right: 15px;
    margin-bottom: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .e-radioselect-type-item--chosen {
    width: 165px;
    height: 146px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .delivery-option-column {
    margin-left: 0px;
  }

  .delivery-options--prezent {
    padding-right: 35px;
    padding-left: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .delivery-options--print {
    padding-right: 30px;
    padding-left: 30px;
  }

  .form-row-final {
    padding-right: 30px;
    padding-left: 30px;
    -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;
  }

  .dgmap {
    right: 14px;
  }

  .c-social {
    left: 0px;
  }

  .c-box-wrapper--belka {
    padding: 1px 22% 159px 38px;
    background-position: 100% 100%;
  }

  .c-btn {
    font-size: 17px;
  }

  .c-link--with-arrow {
    margin-top: 0px;
    margin-left: 20px;
    float: left;
  }

  .g-page-column--1_2 {
    width: 100%;
    float: none;
  }

  .heading-copy {
    line-height: 51px;
  }

  .e-treesider--count-area--iseditable {
    min-width: 100px;
    padding-left: 5px;
    font-size: 50px;
  }

  .c-banner-title {
    font-size: 119%;
    line-height: 22px;
  }

  .c-banner-link {
    font-size: 14px;
    line-height: 25px;
  }

  .c-boxmessage-text {
    margin-right: 19px;
  }

  .e-checkbox-item {
    margin-right: 25px;
  }

  .e-sexycheckbox.is-big {
    font-size: 18px;
  }

  .type-group {
    padding-left: 24px;
  }

  .type-group.is-vertical {
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .e-input-group.margin-xl {
    -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;
  }

  .e-icon-incheckbox {
    width: 35px;
    background-size: 34px;
  }

  .e-icon-incheckbox.is-car {
    background-size: 35px;
  }

  .e-icon-incheckbox.is-transport {
    background-size: 35px;
  }

  .e-icon-incheckbox.is-train {
    background-size: 35px;
  }

  .e-icon-incheckbox.is-plaine {
    background-size: 35px;
  }

  .e-icon-incheckbox.is-secondary-co2 {
    background-size: 35px;
  }

  .e-icon-incheckbox.is-team {
    background-size: 35px;
  }

  .submit-calculate-co2 {
    margin-bottom: 39px;
  }

  .field-label---isminpadding {
    width: 100%;
  }

  .c-decor {
    margin-right: 0px;
  }

  .hero-col-row {
    display: none;
    height: auto;
    -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;
  }

  .c-anniversary {
    margin-right: 0px;
  }

  .native-popup-wrapper--green {
    width: 90%;
    margin-left: 13px;
  }

  .btn-hero--urlicam {
    width: 90%;
    margin-top: 1px;
    margin-right: 20px;
    padding-right: 131px;
    font-size: 25px;
  }

  .btn--mini {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 15px;
    line-height: 24px;
  }

  .link-more-regions {
    margin-left: 15px;
  }

  .map-rubricator-wrapper {
    overflow: visible;
    height: auto;
    padding-bottom: 1px;
  }

  .map-rubricator-wrapper.isclosed {
    overflow: auto;
  }

  .map-rubricator-overlay {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    padding-right: 99px;
    background-image: repeating-linear-gradient(90deg, rgba(157, 255, 7, 0), #84cb3b);
  }

  .map-rubricator-overlay.hide {
    display: none;
  }

  .link-less-regions.hide {
    margin-left: 15px;
  }

  .apanel-title {
    line-height: 25px;
  }

  .apanel-text {
    line-height: 22px;
  }

  .green-panel {
    padding-bottom: 15px;
  }

  .banner-question {
    position: static;
    width: 98%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-left-radius: 0px;
  }

  .op-search--wrapper {
    margin-left: -18px;
  }

  .alert-list {
    padding-left: 19px;
  }
}

@media screen and (max-width: 479px) {
  .hero-s {
    height: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.28)), to(rgba(0, 0, 0, 0.28))), url('../images/zima.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.28)), url('../images/zima.jpg');
	background-size: cover;
    background-position: 0px 0px, 67% 39%;
  }

  .hero-s.summer {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/medved-2.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/medved-2.jpg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .hero-r {
    display: block;
  }

  .hero-col__right {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-col__left {
    display: block;
    height: auto;
    margin-top: 118px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-logo.hide-logo-vert-mob {
    display: none;
  }

  .hero-counterchart {
    height: auto;
    margin-top: 0px;
    margin-left: 13px;
    padding-right: 10px;
    padding-bottom: 12px;
    float: none;
  }

  .treecounter {
    position: static;
    margin-bottom: 3px;
    padding-top: 4px;
    clear: left;
    font-size: 21px;
    line-height: 21px;
  }

  .small {
    position: static;
    display: block;
    margin-top: 6px;
    font-size: 15px;
  }

  .number {
    font-size: 21px;
    line-height: 21px;
  }

  .counter-text {
    display: block;
    float: none;
    clear: left;
    -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;
    font-size: 16px;
  }

  .uzhe {
    display: inline-block;
    margin-top: 8px;
    margin-right: 7px;
    margin-bottom: 2px;
    float: left;
    font-size: 15px;
    line-height: 20px;
  }

  .nav-menu {
    padding-top: 108px;
  }

  .nav-link {
    margin-bottom: 5px;
    padding-left: 0px;
    font-size: 12px;
  }

  .nav-link.hide-when-mobile--link {
    display: none;
  }

  .nav-link.language.is--round {
    margin-left: 0px;
  }

  .ask-icon {
    margin-right: 5px;
    float: left;
  }

  .nav-link__like {
    font-size: 13px;
  }

  .nav-menu-col__left {
    padding-right: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .nav-menu-col__right {
    padding-right: 0px;
  }

  .nav-menu-col__right.hide-this-if-mobile {
    display: none;
  }

  .nav-link__ask {
    padding-left: 0px;
  }

  .nav-link__login {
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 20px;
    border-radius: 0px;
    background-position: 0px 0px;
    font-size: 12px;
  }

  .nav-link__login:hover {
    background-position: 0px 0px;
  }

  .nav-link__login.hide-if-vertical-mobile {
    display: none;
  }

  .nav-link__cta-gift {
    display: block;
    width: auto;
    height: 33px;
    padding: 7px 10px 9px 31px;
    background-position: 7px 50%;
    background-size: 16px;
    font-size: 13px;
    line-height: 16px;
  }

  .menu-button {
    margin-top: 0px;
    margin-right: 0px;
    padding-right: 19px;
  }

  .slider--texts {
    height: auto;
    margin-top: 0px;
  }

  .mask {
    height: auto;
  }

  .partner-item {
    width: 50%;
  }

  .hero-h2 {
    margin-top: 10px;
    font-size: 22px;
    line-height: 34px;
  }

  .hero-slide {
    height: auto;
    padding-right: 0px;
  }

  .btn-hero--superbig {
    width: 88%;
    height: auto;
    margin-top: -1px;
    padding: 13px 71px 15px 32px;
    border-radius: 20px;
    background-position: 88% -13px;
    -webkit-transition: background-position 200ms ease-in-out;
    transition: background-position 200ms ease-in-out;
    font-size: 20px;
    line-height: 23px;
  }

  .btn-hero--superbig:hover {
    background-position: 87% -13px;
  }

  .hero-features {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-features-item--sert {
    margin-right: 19px;
    margin-left: 19px;
    padding-top: 4px;
    padding-bottom: 17px;
    padding-left: 100px;
    background-size: 80px;
  }

  .hero-features-item--gps {
    margin-top: 15px;
    margin-right: 19px;
    margin-left: 19px;
    padding-top: 3px;
    padding-left: 100px;
    background-size: 66px;
  }

  .navbar-logo--when-mobile-menu--open {
    width: 60%;
    margin-top: 21px;
    margin-bottom: 14px;
    margin-left: 19px;
  }

  .slider--background-image {
    height: 734px;
  }

  .row--flex.margin-top-down {
    padding-bottom: 40px;
  }

  .row--flex.footer-menu {
    margin-left: 20px;
  }

  .col-1-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .secttion-title {
    display: inline-block;
    margin-top: 0px;
    margin-left: 0px;
    float: none;
    font-size: 26px;
    line-height: 33px;
  }

  .secttion-title.margin-down {
    float: none;
  }

  .h2--vertical {
    display: block;
    width: 400px;
    padding-left: 39px;
  }

  .c--margin-left-right {
    margin-left: 10px;
    padding-left: 30px;
  }

  .text-span {
    padding-left: 13px;
    float: right;
  }

  .col--last {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logo-partner {
    width: auto;
    padding-bottom: 12px;
  }

  .block-quote {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 24px;
    line-height: 32px;
  }

  .facts-list {
    margin-right: 10px;
    margin-left: 10px;
  }

  .facts-item--squirrel {
    padding-left: 88px;
  }

  .facts-item--co2 {
    padding-left: 88px;
  }

  .par-big {
    padding-left: 15px;
    font-size: 25px;
    line-height: 33px;
  }

  .col-1-4 {
    margin-right: 12px;
  }

  .text-block-3 {
    font-size: 18px;
  }

  .section--full-widthbg.squirrel {
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/photobg-belka2x-80.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/photobg-belka2x-80.jpg');
    background-position: 0px 0px, 14% 2px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .h3-white {
    margin-top: 0px;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 30px;
    line-height: 36px;
  }

  .bubble-body {
    border-top-style: none;
    border-left-style: solid;
  }

  .bubble-text {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 26px;
    line-height: 37px;
    text-align: center;
  }

  .btn-body--superbig {
    height: 75px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 13px 71px 15px 23px;
    background-position: 88% -13px;
    font-size: 20px;
    line-height: 23px;
  }

  .btn-body--superbig:hover {
    background-position: 87% -13px;
  }

  .map-wrapper {
    width: 94%;
    min-height: auto;
    margin-right: 15px;
    margin-bottom: 45px;
    margin-left: 15px;
  }

  .btn {
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }

  .map-rubricator {
    padding-bottom: 16px;
  }

  .bubble-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bubble-left {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .segment-border1 {
    height: auto;
    border-bottom: 7px solid #8bc53f;
    border-right-style: none;
  }

  .segment--corner-tail {
    width: 63px;
    height: 59px;
    margin-right: -5px;
    margin-bottom: 1px;
    margin-left: -5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .link {
    margin-left: 0px;
    float: none;
  }

  .card-wrapper {
    width: 290px;
    margin-left: 0px;
  }

  .card-cover {
    width: 290px;
  }

  .team-wrapper {
    display: none;
  }

  .cover-overlay {
    padding: 20px;
  }

  .terra-title {
    line-height: 32px;
  }

  .bold-text {
    margin-left: 0px;
  }

  .quote-text {
    width: 253px;
    padding-right: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .block-quote-onmain {
    padding-left: 5px;
    font-size: 18px;
    line-height: 28px;
  }

  .zytay-item {
    display: block;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .photo-autor {
    margin-right: 13px;
    margin-bottom: 34px;
    float: left;
  }

  .text-block-7 {
    font-size: 19px;
    line-height: 23px;
  }

  .text-block-8 {
    width: 158px;
    font-size: 12px;
    line-height: 17px;
  }

  .div-block-6 {
    right: 7px;
    width: 110px;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .div-block-7 {
    width: 59%;
  }

  .text-field {
    min-width: auto;
    margin-right: 0px;
  }

  .col--email-form {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .col-footer {
    margin-bottom: 0px;
  }

  .footer-logo {
    margin-left: 20px;
  }

  .col-footer-social {
    margin-top: 35px;
    margin-left: 20px;
  }

  .col-footer--likes {
    margin-left: 23px;
  }

  .link-footer--al-left {
    display: block;
    margin-bottom: 15px;
    margin-left: 30px;
    float: none;
  }

  .paragraph-2 {
    margin-right: 20px;
    margin-left: 20px;
    line-height: 17px;
  }

  .link-footer {
    margin-bottom: 15px;
    margin-left: 30px;
  }

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

  .link-footer__login {
    margin-bottom: 15px;
    margin-left: 0px;
    padding-left: 30px;
    background-position: 0px 50%;
    font-size: 14px;
  }

  .link-footer__login:hover {
    background-position: 0px 50%;
  }

  .div-block-6-copy {
    right: 5px;
    width: 120px;
  }

  .col-1-3--lastt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-group {
    width: auto;
  }

  .segment-border-3 {
    width: 15%;
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom: 7px solid #8bc53f;
    border-right-style: none;
  }

  .section--zytaty {
    display: block;
  }

  .c--margin-left-right--zytaty {
    margin-left: 10px;
    padding-left: 30px;
  }

  .secondary-menu {
    width: 100%;
  }

  .nav-link--secondary {
    margin-bottom: 18px;
  }

  .nav-second-pages.hide-on-mobile {
    display: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/burning-tree.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/burning-tree.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .header-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .page-title {
    margin-left: 10px;
    line-height: 33px;
  }

  .page-content {
    padding-right: 10px;
  }

  .page-sidebar {
    margin-bottom: 38px;
  }

  .par-big--acent {
    padding-left: 11px;
    font-size: 20px;
    line-height: 33px;
  }

  .widget-page-menu {
    width: auto;
    margin-right: 13px;
    margin-left: 7px;
  }

  .slider-3 {
    left: -15px;
    width: 282px;
  }

  .galley {
    width: 286px;
    margin-left: 19px;
  }

  .right-arrow-2 {
    left: 17px;
    top: -191px;
    right: 306px;
  }

  .left-arrow-2 {
    left: -18px;
    top: -191px;
  }

  .image-caption-text {
    bottom: -132px;
    font-size: 12px;
    line-height: 19px;
  }

  .news-widget {
    margin-right: 10px;
    margin-left: 15px;
  }

  .news-item {
    padding-top: 0px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .news-item-thumb {
    left: -28px;
    top: -26px;
  }

  .widget-title {
    padding-right: 0px;
  }

  .nav-menu-group {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .hide-when-mobile--back {
    display: block;
    margin-left: 3px;
    float: right;
  }

  .nav-link--go-back-btn {
    margin-right: 5px;
    margin-left: 5px;
    padding-left: 8px;
    font-size: 13px;
  }

  .mobile-menu {
    position: relative;
    display: block;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .mobile-menu-item {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 62px;
    font-size: 17px;
  }

  .brand {
    margin-top: 7px;
    margin-bottom: 10px;
    margin-left: 7px;
    padding-left: 0px;
  }

  .mobile-menu-burger {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 20;
    padding: 10px 12px;
    float: none;
  }

  .mobile-menu-burger.w--open {
    background-color: #7ea544;
  }

  .icon-6 {
    display: none;
    background-color: #b2b2b2;
  }

  .c-mobile {
    position: static;
    display: block;
    width: 100%;
    margin-bottom: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .nav-menu-2 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 25px;
    background-color: #7ea544;
  }

  .nav-main-p {
    position: relative;
    left: 0px;
    top: 0px;
    right: auto;
    z-index: 1200;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .nav-dropdown {
    display: none;
  }

  .nav-menu-col__left-mp {
    display: block;
    margin-left: 0px;
    padding-right: 10px;
    float: right;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .nav-menu-col__right--mp {
    display: block;
    padding-top: 6px;
    padding-right: 0px;
    padding-left: 10px;
    float: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .menu-items-group {
    width: auto;
    float: right;
  }

  .menu-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .quote-meta {
    width: auto;
  }

  .descriptor {
    display: none;
    margin-top: 0px;
  }

  .owl-carousel {
    padding-right: 20px;
    padding-left: 20px;
  }

  .card-wrapper--seconary {
    width: 290px;
  }

  .card-cover--seconday {
    width: 290px;
  }

  .card-wrapper--your {
    width: 290px;
  }

  .cover-overlay-pholder {
    padding: 20px;
  }

  .card-cover--pholder {
    width: 290px;
  }

  .background-video {
    height: 752px;
  }

  .mobile-hero-novideo {
    height: 780px;
  }

  .e-treesider-btn--slleft {
    margin-right: 0px;
  }

  .e-treesider-btn--slright {
    margin-left: 1px;
  }

  .e-treesider--count-area {
    padding-right: 30px;
    background-size: 25px;
    font-size: 42px;
  }

  .heading--al-left {
    font-size: 38px;
  }

  .e-radio-item.small-font {
    margin-right: 0px;
  }

  .e-group-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-row {
    padding-left: 10px;
  }

  .e-field--round.is-calc-parametr {
    width: 62%;
  }

  .form-summary {
    padding-right: 20px;
    padding-left: 20px;
  }

  .submit-button-2 {
    height: 91px;
    padding-right: 99px;
    padding-left: 24px;
    font-size: 17px;
  }

  .delivery-options--share {
    padding-right: 10px;
    padding-left: 10px;
  }

  .delivery-type-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .e-radioselect-type-item {
    width: auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .e-radioselect-type-item--chosen {
    margin-bottom: 30px;
  }

  .delivery-option-column {
    padding-right: 0px;
  }

  .delivery-options--prezent {
    padding-right: 10px;
    padding-left: 10px;
  }

  .delivery-options--print {
    padding-right: 10px;
    padding-left: 10px;
  }

  .form-row-final {
    padding-left: 10px;
  }

  .dgmap {
    top: -66px;
    right: 11px;
  }

  .c-social {
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100vw;
    border-radius: 0px;
    background-color: #000;
  }

  .c-box-wrapper--belka {
    padding: 250px 20px 39px;
    background-position: 100% 0px;
    background-size: auto 231px;
  }

  .c-btn {
    font-size: 14px;
  }

  .c-link--with-arrow {
    margin-left: 10px;
  }

  .g-page-column--1_2 {
    width: 100%;
  }

  .heading-copy {
    font-size: 38px;
  }

  .e-treesider--count-area--iseditable {
    max-width: 100px;
    min-width: 60px;
    padding-left: 5px;
    font-size: 42px;
  }

  .tabs-menu {
    width: auto;
  }

  .video-2 {
    height: 154px;
  }

  .tabs {
    width: 100%;
    margin-right: -10px;
    margin-left: -10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .video-3 {
    height: 154.9375px;
  }

  .tab-preview {
    width: 100%;
    margin-top: 20px;
    padding-left: 0px;
  }

  .tab-preview.w--current {
    display: none;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .c-banner {
    min-width: 309px;
  }

  .c-boxmessage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .c-boxmessage-text {
    margin-bottom: 22px;
  }

  .e-checkbox-item.is-clear {
    font-size: 16px;
  }

  .e-sexycheckbox.is-big {
    font-size: 18px;
  }

  .type-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-toggle-container-body {
    padding-left: 15px;
  }

  .e-icon-incheckbox {
    width: 50px;
  }

  .e-icon-incheckbox.is-car {
    width: 50px;
    height: 50px;
    background-size: contain;
  }

  .e-icon-incheckbox.is-transport {
    background-size: contain;
  }

  .e-icon-incheckbox.is-train {
    background-size: contain;
  }

  .e-icon-incheckbox.is-plaine {
    width: 35px;
  }

  .submit-calculate-co2 {
    height: 91px;
    padding-right: 99px;
    padding-left: 24px;
    font-size: 17px;
  }

  .e-select-unit {
    width: 33%;
  }

  .heading-al-left {
    font-size: 38px;
  }

  .e-select-unit-copy {
    width: 33%;
  }

  .c-decor {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .c-decor-close {
    right: 19%;
  }

  .c-anniversary {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .native-popup-content {
    left: -9px;
    top: -9px;
    padding: 1px 20px 20px;
  }

  .native-popup-title {
    margin-right: 38px;
  }

  .btn-hero--urlicam {
    width: 88%;
    height: auto;
    margin-top: -1px;
    padding: 13px 71px 15px 32px;
    border-radius: 20px;
    background-position: 89% 50%;
    background-size: 25px;
    -webkit-transition: background-position 200ms ease-in-out;
    transition: background-position 200ms ease-in-out;
    font-size: 20px;
    line-height: 23px;
  }

  .btn-hero--urlicam:hover {
    background-position: 94% 50%;
  }

  .btn--mini {
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }

  .link-more-regions {
    margin-left: 15px;
  }

  .map-rubricator-wrapper.isclosed {
    overflow: visible;
    height: 54px;
    padding-bottom: 0px;
  }

  .link-less-regions.hide {
    margin-left: 15px;
  }

  .apanel {
    min-height: 121px;
  }

  .apanel-content {
    width: 59%;
  }

  .apanel-title {
    margin-bottom: 6px;
    font-size: 17px;
    line-height: 23px;
  }

  .apanel-text {
    width: 158px;
    font-size: 12px;
    line-height: 17px;
  }

  .apanel-img {
    width: 95px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .banner-question {
    position: static;
    margin-top: 27px;
  }

  .op-search--wrapper {
    width: 310px;
    height: auto;
    margin-right: 0px;
    margin-left: -16px;
    padding: 15px;
    -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;
  }

  .op-search-input {
    min-width: auto;
    padding-right: 15px;
    font-size: 18px;
    line-height: 20px;
  }

  .op-search-input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 13px;
  }

  .op-search-input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 13px;
  }

  .op-search-input::-ms-input-placeholder {
    font-size: 14px;
    line-height: 13px;
  }

  .op-search-input::placeholder {
    font-size: 14px;
    line-height: 13px;
  }

  .op-search-title {
    margin-left: 15px;
    text-align: left;
  }

  .op-search-body {
    margin-top: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .op-search-input-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .op-search-info {
    margin-left: 0px;
  }

  .op-search-info-wrapper {
    padding-right: 0px;
  }

  .alert-title {
    font-size: 22px;
  }
}

