.g-bubbles {
  background: #eff5f9; }
  .g-bubbles .mainpage-slide_inner {
    padding: 60px 90px; }

.g-bubbles_title {
  text-align: center; }

.g-bubbles_descr {
  font: 20px/1.1em pt_sans_italic;
  margin-bottom: 25px;
  text-align: center;
  color: #808080; }

.g-bubbles_tile {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 16px/1.1em pt_sans_bold;
  text-align: center; }

.g-bubbles_cover {
  position: relative; }
  .g-bubbles_cover.m-dashed {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px dashed #c4c4c4;
    margin: 0 auto 12px;
    padding: 1%;
    width: 50%; }
    .g-bubbles_cover.m-dashed.m-tr .g-bubbles_cover-img {
      margin: -2% -2% 2% 2%; }
    .g-bubbles_cover.m-dashed.m-tl .g-bubbles_cover-img {
      margin: -2% 2% 2% -2%; }
    .g-bubbles_cover.m-dashed.m-br .g-bubbles_cover-img {
      margin: 2% -2% -2% 2%; }
    .g-bubbles_cover.m-dashed.m-bl .g-bubbles_cover-img {
      margin: 2% 2% -2% -2%; }
  .g-bubbles_cover.m-leaf .g-bubbles_cover-img {
    margin-right: 22px;
    margin-left: 20px;
    width: 80px;
    float: left; }
  .g-bubbles_cover.m-leaf .svg {
    position: absolute;
    width: 28px;
    left: 0;
    top: 0; }
    .g-bubbles_cover.m-leaf .svg path {
      fill: #bfbfbf; }

.g-bubbles_cover-img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  z-index: 2; }
  .g-bubbles_cover-img:before {
    padding-bottom: 100%;
    display: block;
    content: '';
    height: 0;
    width: 0; }
  .g-bubbles_cover-img IMG {
    position: absolute;
    display: block;
    min-width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

.g-bubbles_cover-text {
  font: 18px/1em pt_sans_bold;
  padding-top: 22px;
  text-align: left;
  color: #333; }
  .g-bubbles_cover-text DIV {
    text-transform: uppercase;
    font: 14px/1.3em pt_sans;
    letter-spacing: .05em;
    color: #6c737a; }

.g-reasons {
  background: url("/img/reasons_bg.jpg") 0 0 repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  overflow: hidden; }
  .g-reasons .pill-svg {
    position: absolute;
    bottom: -24px;
    left: 10px; }
  .g-reasons .g-bubbles_tiles {
    position: relative;
    z-index: 1; }
  .g-reasons .g-bubbles_tile {
    -webkit-transition: color 0.4s ease;
    -moz-transition: color 0.4s ease;
    -ms-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
    cursor: pointer;
    color: #404040; }
    .g-reasons .g-bubbles_tile .g-bubbles_cover-img {
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
    .g-reasons .g-bubbles_tile:hover {
      color: #009976; }
      .g-reasons .g-bubbles_tile:hover .g-bubbles_cover-img {
        -webkit-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1); }
    .g-reasons .g-bubbles_tile.m-tile-1 {
      font-size: 18px; }
    .g-reasons .g-bubbles_tile.m-tile-2 .g-bubbles_cover {
      width: 45%; }
    .g-reasons .g-bubbles_tile.m-tile-3 .g-bubbles_cover {
      width: 70%; }
    .g-reasons .g-bubbles_tile.m-tile-4 {
      font-size: 20px; }
      .g-reasons .g-bubbles_tile.m-tile-4 .g-bubbles_cover {
        width: 80%; }
    .g-reasons .g-bubbles_tile.m-tile-5 {
      line-height: .8em;
      font-size: 24px; }
    .g-reasons .g-bubbles_tile.m-tile-6 {
      line-height: .8em;
      font-size: 32px; }
      .g-reasons .g-bubbles_tile.m-tile-6 .svg {
        position: absolute;
        height: 94%;
        width: 92%;
        left: 8%;
        top: 6%; }
    .g-reasons .g-bubbles_tile.m-tile-7 {
      font-size: 18px; }
      .g-reasons .g-bubbles_tile.m-tile-7 .g-bubbles_cover {
        width: 70%; }

.g-reasons_details {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  display: none;
  height: 100%;
  width: 100%;
  z-index: 2;
  left: 0;
  top: 0; }

.g-reasons_details-inner {
  position: relative;
  margin: 60px auto 0;
  max-width: 800px;
  width: 52%; }
  .g-reasons_details-inner:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px dashed #c4c4c4;
    position: absolute;
    display: block;
    content: '';
    bottom: -2px;
    right: -2px;
    left: -16px;
    top: -16px; }
  .g-reasons_details-inner:after {
    padding-bottom: 100%;
    display: block;
    content: '';
    height: 0;
    width: 0; }

.g-reasons_arrow.m-prev {
  left: -30px; }
  .g-reasons_arrow.m-prev .svg {
    left: auto;
    right: 20px; }

.g-reasons_arrow.m-next {
  right: -30px; }
  .g-reasons_arrow.m-next .svg {
    left: 20px;
    right: auto; }

.g-reasons_close {
  text-align: center;
  position: absolute;
  padding-top: 30px;
  cursor: pointer;
  display: block;
  height: 90px;
  z-index: 3;
  right: 20%;
  left: 20%;
  bottom: 0; }
  .g-reasons_close .svg path {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .g-reasons_close:hover .svg path {
    fill: #000; }

.g-reasons_item {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 45px 20% 120px;
  text-align: center;
  position: absolute;
  background: #fff;
  display: none;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0; }
  .g-reasons_item.m-hidden .g-reasons_item-content {
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -ms-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
    opacity: 0.6; }

.g-reasons_item-content {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  opacity: 1; }

.g-reasons_item-cover {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto 26px;
  position: relative;
  overflow: hidden;
  width: 80%; }
  .g-reasons_item-cover:before {
    padding-bottom: 100%;
    display: block;
    content: '';
    height: 0;
    width: 0; }
  .g-reasons_item-cover IMG {
    position: absolute;
    min-width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

.g-reasons_item-title {
  font: 30px/1.1em pt_sans_bold;
  margin-bottom: 20px; }

.g-reasons_item-descr {
  font: 16px/1.5em pt_sans; }

.g-reasons_car {
  position: relative;
  margin-top: 45px; }
  .g-reasons_car .g-reasons_car-item {
    text-align: center; }
  .g-reasons_car .g-reasons_item-cover-wrap {
    position: relative;
    margin: 0 auto;
    width: 65%; }
    .g-reasons_car .g-reasons_item-cover-wrap:before {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      border: 2px dashed #c4c4c4;
      position: absolute;
      height: 104%;
      width: 104%;
      content: '';
      left: -4%;
      top: -4%; }
  .g-reasons_car .g-reasons_item-cover {
    width: 100%;
    margin: 0; }
  .g-reasons_car .g-reasons_item-title {
    margin-bottom: 30px;
    margin-top: 50px; }
  .g-reasons_car .g-arrow .svg {
    top: 33vw; }
  .g-reasons_car .g-arrow.m-prev .svg {
    left: 20px; }
  .g-reasons_car .g-arrow.m-next .svg {
    right: 20px; }

@media (max-width: 1200px) {
  .g-bubbles_title {
    font-size: 8vw; }
    .g-bubbles_title I {
      font-size: 12vw;
      white-space: normal; }

  .g-reasons .mainpage-slide_inner {
    padding: 60px 30px; }
  .g-reasons .pill-svg {
    display: none; } }
.g-reviews {
  background: url("/img/reviews_bg.jpg") 0 0 repeat;
  -webkit-background-size: cover;
  background-size: cover; }
  .g-reviews .mainpage-slide_inner {
    padding-right: 30px; }
  .g-reviews .m-leaf-1 {
    left: 2%;
    top: 3%; }
    .g-reviews .m-leaf-1 .svg {
      -webkit-transform: scale(1, 1) rotate(75deg);
      -moz-transform: scale(1, 1) rotate(75deg);
      -ms-transform: scale(1, 1) rotate(75deg);
      -o-transform: scale(1, 1) rotate(75deg);
      transform: scale(1, 1) rotate(75deg); }
  .g-reviews .m-leaf-2 {
    top: -30px;
    left: 3%; }
    .g-reviews .m-leaf-2 .svg {
      -webkit-transform: scale(2, 2) rotate(75deg);
      -moz-transform: scale(2, 2) rotate(75deg);
      -ms-transform: scale(2, 2) rotate(75deg);
      -o-transform: scale(2, 2) rotate(75deg);
      transform: scale(2, 2) rotate(75deg); }
  .g-reviews .m-leaf-3 {
    left: 34%;
    top: 20%; }
    .g-reviews .m-leaf-3 .svg {
      -webkit-transform: scale(1.5, 1.5) rotate(100deg);
      -moz-transform: scale(1.5, 1.5) rotate(100deg);
      -ms-transform: scale(1.5, 1.5) rotate(100deg);
      -o-transform: scale(1.5, 1.5) rotate(100deg);
      transform: scale(1.5, 1.5) rotate(100deg); }
  .g-reviews .m-leaf-4 {
    bottom: 32%;
    left: 40%; }
    .g-reviews .m-leaf-4 .svg {
      -webkit-transform: scale(2.5, 2.5) rotate(60deg);
      -moz-transform: scale(2.5, 2.5) rotate(60deg);
      -ms-transform: scale(2.5, 2.5) rotate(60deg);
      -o-transform: scale(2.5, 2.5) rotate(60deg);
      transform: scale(2.5, 2.5) rotate(60deg); }
  .g-reviews .m-leaf-5 {
    bottom: -45px;
    right: 3%; }
  .g-reviews .g-bubbles_title {
    margin-bottom: 12px; }
  .g-reviews .g-bubbles_tile {
    color: #6c737a; }
    .g-reviews .g-bubbles_tile.m-tile-1 .g-bubbles_cover .svg:first-child {
      -webkit-transform: scaleX(-1) rotate(-20deg);
      -moz-transform: scaleX(-1) rotate(-20deg);
      -ms-transform: scaleX(-1) rotate(-20deg);
      -o-transform: scaleX(-1) rotate(-20deg);
      transform: scaleX(-1) rotate(-20deg);
      left: 5px;
      top: 42px; }
    .g-reviews .g-bubbles_tile.m-tile-1 .g-bubbles_cover .svg:nth-child(2) {
      -webkit-transform: scaleX(-1) rotate(-50deg);
      -moz-transform: scaleX(-1) rotate(-50deg);
      -ms-transform: scaleX(-1) rotate(-50deg);
      -o-transform: scaleX(-1) rotate(-50deg);
      transform: scaleX(-1) rotate(-50deg);
      width: 16px;
      left: -5px;
      top: 30px; }
    .g-reviews .g-bubbles_tile.m-tile-1 .g-bubbles_cover .svg:nth-child(3) {
      -webkit-transform: scaleX(-1) rotate(-200deg);
      -moz-transform: scaleX(-1) rotate(-200deg);
      -ms-transform: scaleX(-1) rotate(-200deg);
      -o-transform: scaleX(-1) rotate(-200deg);
      transform: scaleX(-1) rotate(-200deg);
      left: 84px;
      top: -5px; }
    .g-reviews .g-bubbles_tile.m-tile-1 .g-reviews_text .m-big {
      margin-bottom: 3px;
      font-size: 30px; }
    .g-reviews .g-bubbles_tile.m-tile-1 .g-reviews_text .m-small {
      font-size: 20px; }
    .g-reviews .g-bubbles_tile.m-tile-2 .g-bubbles_cover .svg:first-child {
      -webkit-transform: scaleX(-1) rotate(-20deg);
      -moz-transform: scaleX(-1) rotate(-20deg);
      -ms-transform: scaleX(-1) rotate(-20deg);
      -o-transform: scaleX(-1) rotate(-20deg);
      transform: scaleX(-1) rotate(-20deg);
      left: 5px;
      top: 42px; }
    .g-reviews .g-bubbles_tile.m-tile-2 .g-bubbles_cover .svg:nth-child(2) {
      -webkit-transform: rotate(-10deg);
      -moz-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
      -o-transform: rotate(-10deg);
      transform: rotate(-10deg);
      width: 20px;
      left: 88px;
      top: 40px; }
    .g-reviews .g-bubbles_tile.m-tile-2 .g-reviews_text .m-big {
      margin-bottom: 3px;
      line-height: .8em;
      font-size: 50px; }
    .g-reviews .g-bubbles_tile.m-tile-2 .g-reviews_text .m-small {
      font-size: 30px; }
    .g-reviews .g-bubbles_tile.m-tile-3 .g-bubbles_cover .svg:first-child {
      -webkit-transform: scaleX(-1) rotate(-20deg);
      -moz-transform: scaleX(-1) rotate(-20deg);
      -ms-transform: scaleX(-1) rotate(-20deg);
      -o-transform: scaleX(-1) rotate(-20deg);
      transform: scaleX(-1) rotate(-20deg);
      left: 5px;
      top: 42px; }
    .g-reviews .g-bubbles_tile.m-tile-3 .g-bubbles_cover .svg:nth-child(2) {
      -webkit-transform: rotate(-70deg);
      -moz-transform: rotate(-70deg);
      -ms-transform: rotate(-70deg);
      -o-transform: rotate(-70deg);
      transform: rotate(-70deg);
      width: 20px;
      left: 88px;
      top: -8px; }
    .g-reviews .g-bubbles_tile.m-tile-3 .g-reviews_text .m-big {
      margin-bottom: 3px;
      line-height: .8em;
      font-size: 40px; }
    .g-reviews .g-bubbles_tile.m-tile-3 .g-reviews_text .m-small {
      font-size: 30px; }
    .g-reviews .g-bubbles_tile.m-tile-4 .g-bubbles_cover .svg:first-child {
      -webkit-transform: scaleX(-1) rotate(-20deg);
      -moz-transform: scaleX(-1) rotate(-20deg);
      -ms-transform: scaleX(-1) rotate(-20deg);
      -o-transform: scaleX(-1) rotate(-20deg);
      transform: scaleX(-1) rotate(-20deg);
      left: 5px;
      top: 42px; }
    .g-reviews .g-bubbles_tile.m-tile-4 .g-bubbles_cover .svg:nth-child(2) {
      -webkit-transform: scaleX(-1) rotate(-180deg);
      -moz-transform: scaleX(-1) rotate(-180deg);
      -ms-transform: scaleX(-1) rotate(-180deg);
      -o-transform: scaleX(-1) rotate(-180deg);
      transform: scaleX(-1) rotate(-180deg);
      left: 76px;
      top: -12px; }
    .g-reviews .g-bubbles_tile.m-tile-4 .g-bubbles_cover .svg:nth-child(3) {
      -webkit-transform: scaleX(-1) rotate(-220deg);
      -moz-transform: scaleX(-1) rotate(-220deg);
      -ms-transform: scaleX(-1) rotate(-220deg);
      -o-transform: scaleX(-1) rotate(-220deg);
      transform: scaleX(-1) rotate(-220deg);
      width: 16px;
      left: 100px;
      top: -2px; }
    .g-reviews .g-bubbles_tile.m-tile-4 .g-reviews_text .m-big {
      font-size: 60px; }
    .g-reviews .g-bubbles_tile.m-tile-4 .g-reviews_text .m-small {
      font-size: 40px; }
    .g-reviews .g-bubbles_tile.m-tile-5 .g-bubbles_cover .svg:first-child {
      -webkit-transform: scaleX(-1) rotate(-20deg);
      -moz-transform: scaleX(-1) rotate(-20deg);
      -ms-transform: scaleX(-1) rotate(-20deg);
      -o-transform: scaleX(-1) rotate(-20deg);
      transform: scaleX(-1) rotate(-20deg);
      left: 5px;
      top: 42px; }
    .g-reviews .g-bubbles_tile.m-tile-5 .g-bubbles_cover .svg:nth-child(2) {
      -webkit-transform: scaleX(-1) rotate(-50deg);
      -moz-transform: scaleX(-1) rotate(-50deg);
      -ms-transform: scaleX(-1) rotate(-50deg);
      -o-transform: scaleX(-1) rotate(-50deg);
      transform: scaleX(-1) rotate(-50deg);
      width: 16px;
      left: -5px;
      top: 30px; }
    .g-reviews .g-bubbles_tile.m-tile-5 .g-bubbles_cover .svg:nth-child(3) {
      -webkit-transform: scaleX(-1) rotate(-200deg);
      -moz-transform: scaleX(-1) rotate(-200deg);
      -ms-transform: scaleX(-1) rotate(-200deg);
      -o-transform: scaleX(-1) rotate(-200deg);
      transform: scaleX(-1) rotate(-200deg);
      left: 84px;
      top: -5px; }
    .g-reviews .g-bubbles_tile.m-tile-5 .g-reviews_text .m-small {
      line-height: 1.2em;
      font-size: 16px; }
    .g-reviews .g-bubbles_tile.m-tile-6 .g-bubbles_cover .svg:first-child {
      -webkit-transform: scaleX(-1) rotate(-20deg);
      -moz-transform: scaleX(-1) rotate(-20deg);
      -ms-transform: scaleX(-1) rotate(-20deg);
      -o-transform: scaleX(-1) rotate(-20deg);
      transform: scaleX(-1) rotate(-20deg);
      left: 5px;
      top: 42px; }
    .g-reviews .g-bubbles_tile.m-tile-6 .g-bubbles_cover .svg:nth-child(2) {
      -webkit-transform: rotate(-10deg);
      -moz-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
      -o-transform: rotate(-10deg);
      transform: rotate(-10deg);
      width: 20px;
      left: 88px;
      top: 40px; }
    .g-reviews .g-bubbles_tile.m-tile-6 .g-reviews_text .m-small {
      line-height: 1.4em;
      font-size: 21px; }
    .g-reviews .g-bubbles_tile.m-tile-6 .g-reviews_text .m-big {
      font-size: 32px; }
    .g-reviews .g-bubbles_tile.m-tile-7 .g-bubbles_cover .svg:first-child {
      -webkit-transform: scaleX(-1) rotate(-20deg);
      -moz-transform: scaleX(-1) rotate(-20deg);
      -ms-transform: scaleX(-1) rotate(-20deg);
      -o-transform: scaleX(-1) rotate(-20deg);
      transform: scaleX(-1) rotate(-20deg);
      left: 5px;
      top: 42px; }
    .g-reviews .g-bubbles_tile.m-tile-7 .g-bubbles_cover .svg:nth-child(2) {
      -webkit-transform: scaleX(-1) rotate(-180deg);
      -moz-transform: scaleX(-1) rotate(-180deg);
      -ms-transform: scaleX(-1) rotate(-180deg);
      -o-transform: scaleX(-1) rotate(-180deg);
      transform: scaleX(-1) rotate(-180deg);
      left: 76px;
      top: -12px; }
    .g-reviews .g-bubbles_tile.m-tile-7 .g-bubbles_cover .svg:nth-child(3) {
      -webkit-transform: scaleX(-1) rotate(-220deg);
      -moz-transform: scaleX(-1) rotate(-220deg);
      -ms-transform: scaleX(-1) rotate(-220deg);
      -o-transform: scaleX(-1) rotate(-220deg);
      transform: scaleX(-1) rotate(-220deg);
      width: 16px;
      left: 100px;
      top: -2px; }
    .g-reviews .g-bubbles_tile.m-tile-7 .g-reviews_text .m-small {
      font-size: 31px; }
    .g-reviews .g-bubbles_tile.m-tile-7 .g-reviews_text .m-big {
      font-size: 52px;
      line-height: 0.8em; }
    .g-reviews .g-bubbles_tile.m-tile-8 .g-bubbles_cover .svg:first-child {
      -webkit-transform: scaleX(-1) rotate(-20deg);
      -moz-transform: scaleX(-1) rotate(-20deg);
      -ms-transform: scaleX(-1) rotate(-20deg);
      -o-transform: scaleX(-1) rotate(-20deg);
      transform: scaleX(-1) rotate(-20deg);
      left: 5px;
      top: 42px; }
    .g-reviews .g-bubbles_tile.m-tile-8 .g-bubbles_cover .svg:nth-child(2) {
      -webkit-transform: rotate(-55deg);
      -moz-transform: rotate(-55deg);
      -ms-transform: rotate(-55deg);
      -o-transform: rotate(-55deg);
      transform: rotate(-55deg);
      width: 20px;
      left: 93px;
      top: -5px; }
    .g-reviews .g-bubbles_tile.m-tile-8 .g-reviews_text .m-small {
      font-size: 31px; }
    .g-reviews .g-bubbles_tile.m-tile-8 .g-reviews_text .m-big {
      font-size: 52px;
      line-height: 0.8em; }
    .g-reviews .g-bubbles_tile.m-tile-9 .g-bubbles_cover {
      left: 80px; }
      .g-reviews .g-bubbles_tile.m-tile-9 .g-bubbles_cover .svg:first-child {
        -webkit-transform: scaleX(-1) rotate(-20deg);
        -moz-transform: scaleX(-1) rotate(-20deg);
        -ms-transform: scaleX(-1) rotate(-20deg);
        -o-transform: scaleX(-1) rotate(-20deg);
        transform: scaleX(-1) rotate(-20deg);
        left: 5px;
        top: 42px; }
      .g-reviews .g-bubbles_tile.m-tile-9 .g-bubbles_cover .svg:nth-child(2) {
        -webkit-transform: scaleX(-1) rotate(-50deg);
        -moz-transform: scaleX(-1) rotate(-50deg);
        -ms-transform: scaleX(-1) rotate(-50deg);
        -o-transform: scaleX(-1) rotate(-50deg);
        transform: scaleX(-1) rotate(-50deg);
        width: 16px;
        left: -5px;
        top: 30px; }
      .g-reviews .g-bubbles_tile.m-tile-9 .g-bubbles_cover .svg:nth-child(3) {
        -webkit-transform: scaleX(-1) rotate(-200deg);
        -moz-transform: scaleX(-1) rotate(-200deg);
        -ms-transform: scaleX(-1) rotate(-200deg);
        -o-transform: scaleX(-1) rotate(-200deg);
        transform: scaleX(-1) rotate(-200deg);
        left: 84px;
        top: -5px; }
    .g-reviews .g-bubbles_tile.m-tile-9 .g-reviews_text .m-small {
      font-size: 16px;
      line-height: 1.3em; }
    .g-reviews .g-bubbles_tile.m-tile-9 .g-reviews_text .m-big {
      font-size: 28px; }
    .g-reviews .g-bubbles_tile.m-tile-10 .g-bubbles_cover .svg:first-child {
      -webkit-transform: scaleX(-1) rotate(-20deg);
      -moz-transform: scaleX(-1) rotate(-20deg);
      -ms-transform: scaleX(-1) rotate(-20deg);
      -o-transform: scaleX(-1) rotate(-20deg);
      transform: scaleX(-1) rotate(-20deg);
      left: 5px;
      top: 42px; }
    .g-reviews .g-bubbles_tile.m-tile-10 .g-bubbles_cover .svg:nth-child(2) {
      -webkit-transform: scaleX(-1) rotate(-50deg);
      -moz-transform: scaleX(-1) rotate(-50deg);
      -ms-transform: scaleX(-1) rotate(-50deg);
      -o-transform: scaleX(-1) rotate(-50deg);
      transform: scaleX(-1) rotate(-50deg);
      width: 16px;
      left: -5px;
      top: 30px; }
    .g-reviews .g-bubbles_tile.m-tile-10 .g-bubbles_cover .svg:nth-child(3) {
      -webkit-transform: scaleX(-1) rotate(-200deg);
      -moz-transform: scaleX(-1) rotate(-200deg);
      -ms-transform: scaleX(-1) rotate(-200deg);
      -o-transform: scaleX(-1) rotate(-200deg);
      transform: scaleX(-1) rotate(-200deg);
      left: 84px;
      top: -5px; }
    .g-reviews .g-bubbles_tile.m-tile-10 .g-reviews_text .m-small {
      font-size: 20px;
      line-height: 1.1em; }
    .g-reviews .g-bubbles_tile.m-tile-10 .g-reviews_text .m-big {
      font-size: 28px;
      margin-bottom: 25px; }
    .g-reviews .g-bubbles_tile.m-tile-11 .g-bubbles_cover .svg:first-child {
      -webkit-transform: scaleX(-1) rotate(-20deg);
      -moz-transform: scaleX(-1) rotate(-20deg);
      -ms-transform: scaleX(-1) rotate(-20deg);
      -o-transform: scaleX(-1) rotate(-20deg);
      transform: scaleX(-1) rotate(-20deg);
      left: 5px;
      top: 42px; }
    .g-reviews .g-bubbles_tile.m-tile-11 .g-bubbles_cover .svg:nth-child(2) {
      -webkit-transform: rotate(-10deg);
      -moz-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
      -o-transform: rotate(-10deg);
      transform: rotate(-10deg);
      width: 20px;
      left: 88px;
      top: 40px; }
    .g-reviews .g-bubbles_tile.m-tile-11 .g-reviews_text .m-small {
      font-size: 31px; }
    .g-reviews .g-bubbles_tile.m-tile-11 .g-reviews_text .m-big {
      font-size: 52px;
      line-height: 0.8em; }
    .g-reviews .g-bubbles_tile.m-tile-12 .g-bubbles_cover {
      left: 100px; }
      .g-reviews .g-bubbles_tile.m-tile-12 .g-bubbles_cover .svg:first-child {
        -webkit-transform: scaleX(-1) rotate(-20deg);
        -moz-transform: scaleX(-1) rotate(-20deg);
        -ms-transform: scaleX(-1) rotate(-20deg);
        -o-transform: scaleX(-1) rotate(-20deg);
        transform: scaleX(-1) rotate(-20deg);
        left: 5px;
        top: 42px; }
      .g-reviews .g-bubbles_tile.m-tile-12 .g-bubbles_cover .svg:nth-child(2) {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg);
        width: 20px;
        left: 88px;
        top: 40px; }
    .g-reviews .g-bubbles_tile.m-tile-12 .g-reviews_text .m-small {
      font-size: 21px;
      line-height: 1.2em; }
    .g-reviews .g-bubbles_tile.m-tile-12 .g-reviews_text .m-big {
      font-size: 38px;
      line-height: 0.8em; }
    .g-reviews .g-bubbles_tile.m-tile-13 .g-bubbles_cover .svg:first-child {
      -webkit-transform: scaleX(-1) rotate(-20deg);
      -moz-transform: scaleX(-1) rotate(-20deg);
      -ms-transform: scaleX(-1) rotate(-20deg);
      -o-transform: scaleX(-1) rotate(-20deg);
      transform: scaleX(-1) rotate(-20deg);
      left: 5px;
      top: 42px; }
    .g-reviews .g-bubbles_tile.m-tile-13 .g-bubbles_cover .svg:nth-child(2) {
      -webkit-transform: rotate(-55deg);
      -moz-transform: rotate(-55deg);
      -ms-transform: rotate(-55deg);
      -o-transform: rotate(-55deg);
      transform: rotate(-55deg);
      width: 20px;
      left: 93px;
      top: -5px; }
    .g-reviews .g-bubbles_tile.m-tile-13 .g-reviews_text .m-small {
      font-size: 21px;
      line-height: 1.1em; }
    .g-reviews .g-bubbles_tile.m-tile-13 .g-reviews_text .m-big {
      font-size: 32px;
      margin-bottom: 20px; }
    .g-reviews .g-bubbles_tile.m-tile-14 .g-bubbles_cover .svg:first-child {
      -webkit-transform: scaleX(-1) rotate(-20deg);
      -moz-transform: scaleX(-1) rotate(-20deg);
      -ms-transform: scaleX(-1) rotate(-20deg);
      -o-transform: scaleX(-1) rotate(-20deg);
      transform: scaleX(-1) rotate(-20deg);
      left: 5px;
      top: 42px; }
    .g-reviews .g-bubbles_tile.m-tile-14 .g-bubbles_cover .svg:nth-child(2) {
      -webkit-transform: rotate(-10deg);
      -moz-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
      -o-transform: rotate(-10deg);
      transform: rotate(-10deg);
      width: 20px;
      left: 88px;
      top: 40px; }
    .g-reviews .g-bubbles_tile.m-tile-14 .g-reviews_text .m-big {
      margin-bottom: 3px;
      font-size: 26px; }
    .g-reviews .g-bubbles_tile.m-tile-14 .g-reviews_text .m-small {
      font-size: 16px;
      line-height: 1.4em; }
    .g-reviews .g-bubbles_tile.m-tile-15 .g-bubbles_cover .svg:first-child {
      -webkit-transform: scaleX(-1) rotate(-20deg);
      -moz-transform: scaleX(-1) rotate(-20deg);
      -ms-transform: scaleX(-1) rotate(-20deg);
      -o-transform: scaleX(-1) rotate(-20deg);
      transform: scaleX(-1) rotate(-20deg);
      left: 5px;
      top: 42px; }
    .g-reviews .g-bubbles_tile.m-tile-15 .g-bubbles_cover .svg:nth-child(2) {
      -webkit-transform: scaleX(-1) rotate(-50deg);
      -moz-transform: scaleX(-1) rotate(-50deg);
      -ms-transform: scaleX(-1) rotate(-50deg);
      -o-transform: scaleX(-1) rotate(-50deg);
      transform: scaleX(-1) rotate(-50deg);
      width: 16px;
      left: -5px;
      top: 30px; }
    .g-reviews .g-bubbles_tile.m-tile-15 .g-bubbles_cover .svg:nth-child(3) {
      -webkit-transform: scaleX(-1) rotate(-200deg);
      -moz-transform: scaleX(-1) rotate(-200deg);
      -ms-transform: scaleX(-1) rotate(-200deg);
      -o-transform: scaleX(-1) rotate(-200deg);
      transform: scaleX(-1) rotate(-200deg);
      left: 84px;
      top: -5px; }
    .g-reviews .g-bubbles_tile.m-tile-15 .g-reviews_text .m-big {
      margin-bottom: 10px;
      font-size: 32px; }
    .g-reviews .g-bubbles_tile.m-tile-15 .g-reviews_text .m-small {
      font-size: 21px;
      line-height: 1.4em; }

.g-reviews_text {
  padding-right: 10px;
  margin-bottom: 12px;
  text-align: left; }
  .g-reviews_text DIV {
    font: 20px/1em pt_sans_bold_italic; }
  @media screen and (min-width: 701px) and (max-width: 1200px) {
    .g-reviews_text .m-small {
      display: inline-block; } }

.g-reviews_buttons {
  text-align: center; }
  .g-reviews_buttons .g-btn {
    width: 212px; }
  .g-reviews_buttons .g-btn + .g-btn {
    margin-left: 20px; }
  .g-reviews_buttons .g-btn.m-green-border {
    padding: 14px 18px;
    color: #000; }
    .g-reviews_buttons .g-btn.m-green-border:hover {
      color: #fff; }

.g-bubbles_tiles.m-mobile {
  display: none; }

@media screen and (min-width: 701px) and (max-width: 1200px) {
  .g-reviews .g-leafs_leaf {
    display: block; }

  .a-nowrap {
    white-space: normal; }

  .g-reviews .mainpage-slide_inner {
    padding: 60px 40px; }

  .g-reviews .g-bubbles_title {
    margin-bottom: 40px; }

  .g-reviews .m-leaf-1 {
    left: 25%;
    top: 44%; }
    .g-reviews .m-leaf-1 .svg {
      -webkit-transform: scale(2.5, 2.5) rotate(75deg);
      -moz-transform: scale(2.5, 2.5) rotate(75deg);
      -ms-transform: scale(2.5, 2.5) rotate(75deg);
      -o-transform: scale(2.5, 2.5) rotate(75deg);
      transform: scale(2.5, 2.5) rotate(75deg); }
  .g-reviews .m-leaf-2 {
    left: 78%;
    top: 22%; }
    .g-reviews .m-leaf-2 .svg {
      -webkit-transform: scale(1.5, 1.5) rotate(25deg);
      -moz-transform: scale(1.5, 1.5) rotate(25deg);
      -ms-transform: scale(1.5, 1.5) rotate(25deg);
      -o-transform: scale(1.5, 1.5) rotate(25deg);
      transform: scale(1.5, 1.5) rotate(25deg); }
  .g-reviews .m-leaf-3 {
    top: 13%;
    left: 10%; }
    .g-reviews .m-leaf-3 .svg {
      -webkit-transform: scale(1.7, 1.7) rotate(75deg);
      -moz-transform: scale(1.7, 1.7) rotate(75deg);
      -ms-transform: scale(1.7, 1.7) rotate(75deg);
      -o-transform: scale(1.7, 1.7) rotate(75deg);
      transform: scale(1.7, 1.7) rotate(75deg); }
  .g-reviews .m-leaf-4 {
    top: 66%;
    left: 66%; }
    .g-reviews .m-leaf-4 .svg {
      -webkit-transform: scale(1.9, 1.9) rotate(12deg);
      -moz-transform: scale(1.9, 1.9) rotate(12deg);
      -ms-transform: scale(1.9, 1.9) rotate(12deg);
      -o-transform: scale(1.9, 1.9) rotate(12deg);
      transform: scale(1.9, 1.9) rotate(12deg); } }
@media screen and (max-width: 700px) {
  .g-bubbles_tiles.m-mobile {
    display: block; }

  .g-bubbles_tiles {
    display: none; }

  .g-bubbles_cover-text {
    padding-top: 8px;
    text-align: center; }

  .g-reviews .g-bubbles_tile {
    margin-bottom: 45px; }
    .g-reviews .g-bubbles_tile:last-child {
      margin-bottom: 0; }

  .g-bubbles_tiles {
    padding: 50px 0; }

  .g-reviews .g-bubbles_tile .g-reviews_text {
    text-align: center;
    padding-right: 0; }
    .g-reviews .g-bubbles_tile .g-reviews_text STRONG {
      color: #009976; }
  .g-reviews .g-bubbles_tile.m-tile-2 .g-reviews_text .m-big {
    font-size: 43px;
    line-height: 35px; }
  .g-reviews .g-bubbles_tile.m-tile-2 .g-reviews_text .m-small {
    font-size: 26px; }

  .a-nowrap {
    white-space: normal; }

  .g-bubbles .mainpage-slide_inner {
    padding: 50px 20px; }

  .g-reviews_buttons .g-btn + .g-btn {
    margin-left: 0; }

  .g-reviews_buttons .g-btn {
    margin-bottom: 10px; } }
.g-questions {
  width: 100%;
  max-width: 882px;
  margin: 0 auto; }
  .g-questions_item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: 8px;
    padding: 0;
    cursor: pointer; }
  .g-questions_title {
    color: #666666;
    font: 30px/1em pt_sans_bold;
    position: relative;
    padding: 45px 91px 45px 137px; }
    .g-questions_title STRONG {
      color: #009976; }
  .g-questions_icon {
    position: absolute;
    top: 40px;
    left: 80px; }
  .g-questions_answer {
    color: #595959;
    font: 16px/24px pt_sans;
    padding: 0px 91px 45px 137px; }
    .g-questions_answer STRONG {
      color: #009976; }
  .g-questions_buttons {
    text-align: center;
    margin-top: 30px; }

@media screen and (max-width: 700px) {
  .g-questions {
    width: 100%;
    min-width: 260px; }
    .g-questions_item {
      padding: 0; }
    .g-questions_title {
      font: 22px/1.1em pt_sans_bold;
      padding: 40px 25px 20px 25px; }
    .g-questions_answer {
      font: 14px/2em pt_sans;
      padding: 0px 22px 55px 25px; }
    .g-questions_icon {
      position: static;
      text-align: center;
      margin-bottom: 5px; } }
.mainpage-protect {
  background: url("/img/reviews_bg.jpg") 0 0 repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 90px 90px 70px;
  position: relative;
  overflow: hidden; }
  .mainpage-protect .g-page_center {
    position: relative;
    z-index: 2; }

.mainpage-protect_title {
  margin-bottom: .8em;
  line-height: 1.22em; }

.mainpage-protect_event {
  padding: 66px 34px 30px;
  position: relative;
  opacity: 0;
  width: 33%; }

.mainpage-protect_event-marker {
  background: url("/img/protect-marker.png") 0 0 repeat-x;
  font: 14px/1.2em pt_sans_bold;
  padding: 9px 6px 11px 20px;
  text-transform: uppercase;
  letter-spacing: .1em;
  position: absolute;
  height: 16px;
  color: #fff;
  top: 16px;
  left: 0; }
  .mainpage-protect_event-marker:before, .mainpage-protect_event-marker:after {
    background: url("/img/protect-marker.png") 0 0 no-repeat;
    position: absolute;
    display: block;
    content: '';
    top: 0; }
  .mainpage-protect_event-marker:before {
    background-position: 0 -50px;
    height: 44px;
    left: -11px;
    width: 11px; }
  .mainpage-protect_event-marker:after {
    background-position: -50px -50px;
    right: -21px;
    height: 36px;
    width: 21px; }
  .mainpage-protect_event-marker.m-active {
    background: url("/img/protect-marker.png") 0 -100px repeat-x; }
    .mainpage-protect_event-marker.m-active:before {
      background-position: 0 -150px; }
    .mainpage-protect_event-marker.m-active:after {
      background-position: -50px -150px; }

.mainpage-protect_event-title {
  font: 20px/1.3em pt_sans_bold;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 10px;
  color: #333; }

.mainpage-protect_event-descr {
  font: 20px/1.1em pt_sans;
  color: #7f7f7f; }

.mainpage-protect_repeat {
  padding-top: 30px;
  clear: left;
  opacity: 0; }
  .mainpage-protect_repeat .mainpage-protect_repeat_btn.g-btn {
    color: #009976; }
    .mainpage-protect_repeat .mainpage-protect_repeat_btn.g-btn:hover {
      color: #fff; }

.mainpage-protect_weed {
  -webkit-box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-top: -40px;
  background: #fff;
  overflow: hidden;
  width: 30%; }

.mainpage-protect_weed-cover IMG {
  display: block;
  width: 100%; }

.mainpage-protect_weed-text {
  padding: 30px 45px 26px;
  position: relative;
  overflow: hidden; }
  .mainpage-protect_weed-text > * {
    position: relative;
    z-index: 2; }
  .mainpage-protect_weed-text .svg {
    position: absolute;
    bottom: -38%;
    z-index: 1;
    right: -5%; }

.mainpage-protect_weed-active {
  font: 14px/1.8em pt_sans_bold;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #009976;
  margin-bottom: 5px; }

.mainpage-protect_weed-title {
  font: 20px/1.3em pt_sans_bold;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 10px;
  color: #333; }

.mainpage-protect_weed-descr {
  font: 15px/1.3em pt_sans;
  color: #595959; }

.mainpage-protect_weed-btn {
  font: 14px/22px pt_sans_bold;
  text-transform: uppercase;
  background: #009976;
  letter-spacing: .1em;
  text-align: center;
  display: block;
  padding: 22px;
  color: #fff; }
  .mainpage-protect_weed-btn:hover {
    background: #008c6c;
    color: #fff; }
  .mainpage-protect_weed-btn .svg {
    vertical-align: top;
    margin-right: 6px; }

.mainpage-protect_animation {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0; }
  .mainpage-protect_animation .svg {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0; }

@media (max-width: 1200px) {
  .mainpage-protect {
    padding: 65px 20px 0; }

  .mainpage-protect_title {
    text-align: center;
    font-size: 8vw; }
    .mainpage-protect_title I {
      font-size: 12vw; }

  .mainpage-protect_weed {
    margin-top: 40px;
    float: none;
    width: 100%; }

  .mainpage-protect_anim-small {
    margin: 30px -20px 0; }
    .mainpage-protect_anim-small IMG {
      display: block;
      width: 100%; } }
.mainpage-enemy {
  background: url("/img/face_bg.png") 0 0 repeat, #147d5b url("/img/enemy-gradient.jpg") 50% 0 no-repeat;
  background-size: auto, cover;
  text-align: center;
  color: #fff; }
  .mainpage-enemy .mainpage-slide_inner {
    padding: 100px 90px 80px; }
  .mainpage-enemy .m-leaf-1 {
    left: -20px;
    top: 70%; }
    .mainpage-enemy .m-leaf-1 IMG {
      -webkit-transform: scale(-1, 1);
      -moz-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
      -o-transform: scale(-1, 1);
      transform: scale(-1, 1);
      width: 160px; }
  .mainpage-enemy .m-leaf-2 {
    bottom: -20px;
    right: 10%; }
    .mainpage-enemy .m-leaf-2 IMG {
      width: 160px; }

.mainpage-enemy_title, .mainpage-enemy_title I {
  text-shadow: 0 1px 5px rgba(42, 128, 108, 0.5);
  color: #fff; }

.mainpage-enemy_cards {
  margin: 40px 0 60px;
  position: relative;
  min-height: 210px;
  height: 34vh; }

.mainpage-enemy_item {
  -webkit-box-shadow: 40px 10px 50px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 40px 10px 50px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 40px 10px 50px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -ms-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
  position: absolute;
  background: #fff;
  cursor: pointer;
  color: #666;
  height: 100%;
  width: 45%; }
  .mainpage-enemy_item:after {
    -webkit-transition: border-color 0.4s ease;
    -moz-transition: border-color 0.4s ease;
    -ms-transition: border-color 0.4s ease;
    -o-transition: border-color 0.4s ease;
    transition: border-color 0.4s ease;
    border-color: #ccc; }
  .mainpage-enemy_item.m-animated {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; }
    .mainpage-enemy_item.m-animated:after {
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none; }
  .mainpage-enemy_item.m-active {
    background: #fff;
    cursor: default;
    z-index: 2; }
    .mainpage-enemy_item.m-active:after {
      border-color: #ccc; }
    .mainpage-enemy_item.m-active .mainpage-enemy_item-cover {
      right: auto;
      left: 0; }
      .mainpage-enemy_item.m-active .mainpage-enemy_item-cover .svg path {
        fill: #282b2e; }
    .mainpage-enemy_item.m-active .mainpage-enemy_item-text {
      display: block; }
  .mainpage-enemy_item.m-item-2 {
    background: #98a3ad; }
    .mainpage-enemy_item.m-item-2:after {
      border-color: #8a949d; }
  .mainpage-enemy_item.m-item-3 {
    background: #828b94; }
    .mainpage-enemy_item.m-item-3:after {
      border-color: #747c84; }
  .mainpage-enemy_item.m-item-4 {
    background: #6c737a; }
    .mainpage-enemy_item.m-item-4:after {
      border-color: #5e646a; }
  .mainpage-enemy_item.m-item-5 {
    background: #555b61; }
    .mainpage-enemy_item.m-item-5:after {
      border-color: #404549; }
  .mainpage-enemy_item.m-item-6 {
    background: #3f4347; }
    .mainpage-enemy_item.m-item-6:after {
      border-color: #4d5156; }
  .mainpage-enemy_item.m-item-7 {
    background: #282b2e; }
    .mainpage-enemy_item.m-item-7:after {
      border-color: #36393d; }

.mainpage-enemy_item-cover {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  position: absolute;
  right: 30px;
  width: 30%;
  top: 50%; }
  .mainpage-enemy_item-cover .svg {
    max-width: 100%; }
    .mainpage-enemy_item-cover .svg path {
      fill: #fff; }

.mainpage-enemy_item-text {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 50px;
  position: relative;
  padding-left: 34%;
  text-align: left;
  display: none;
  top: 50%; }

.mainpage-enemy_item-title {
  font: 20px/1.3em pt_sans_bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 3px;
  color: #333; }

.mainpage-enemy_item-descr {
  font: 16px/1.2em pt_sans_italic; }

.mainpage-enemy_border {
  background: url("/img/presentation-border.png") 50% 0 no-repeat;
  margin: 18px 0 20px;
  height: 3px; }

.mainpage-enemy_descr {
  font: 20px/1.2em pt_sans_italic; }

.mainpage-enemy_buttons {
  margin-top: 22px; }

.mainpage-enemy_car {
  margin-bottom: 40px; }
  .mainpage-enemy_car .mainpage-enemy_item-cover {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    padding: 45px 30px 30px;
    text-align: center;
    position: relative;
    display: block;
    width: 100%;
    right: 0;
    top: 0; }
    .mainpage-enemy_car .mainpage-enemy_item-cover .svg path {
      fill: #000; }
  .mainpage-enemy_car .mainpage-enemy_item-text {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    padding: 0 30px 45px;
    text-align: center;
    display: block;
    color: #666;
    top: 0; }
  .mainpage-enemy_car .mainpage-enemy_item-title {
    margin-bottom: 30px; }
  .mainpage-enemy_car .swiper-button-prev {
    left: -28px; }
  .mainpage-enemy_car .swiper-button-next {
    right: -28px; }

@media (max-width: 1200px) {
  .mainpage-enemy .mainpage-slide_inner {
    padding: 60px 20px 52px; }

  .mainpage-enemy_title {
    font-size: 8vw; }
    .mainpage-enemy_title I {
      font-size: 12vw; }

  .mainpage-enemy_descr {
    font-size: 5vw; } }
.mainpage-risk {
  background: #252525 url("/img/risk_bg.jpg") 0 -60px no-repeat;
  background-size: 100% auto;
  position: relative;
  color: #fff; }
  .mainpage-risk .mainpage-slide_inner {
    padding: 85px 25px; }
  .mainpage-risk .g-leafs_leaf {
    z-index: 4; }
  .mainpage-risk .m-leaf-1 {
    bottom: 12%;
    left: 10%; }
    .mainpage-risk .m-leaf-1 .svg {
      -webkit-transform: scale(-2, 2) rotate(270deg);
      -moz-transform: scale(-2, 2) rotate(270deg);
      -ms-transform: scale(-2, 2) rotate(270deg);
      -o-transform: scale(-2, 2) rotate(270deg);
      transform: scale(-2, 2) rotate(270deg); }
  .mainpage-risk .m-leaf-2 {
    bottom: 10%;
    left: 11%; }
    .mainpage-risk .m-leaf-2 .svg {
      -webkit-transform: scale(-1, 1) rotate(110deg);
      -moz-transform: scale(-1, 1) rotate(110deg);
      -ms-transform: scale(-1, 1) rotate(110deg);
      -o-transform: scale(-1, 1) rotate(110deg);
      transform: scale(-1, 1) rotate(110deg); }
  .mainpage-risk .m-leaf-3 {
    bottom: 6%;
    right: 13%; }
    .mainpage-risk .m-leaf-3 .svg {
      -webkit-transform: scale(1.3, 1.3) rotate(-10deg);
      -moz-transform: scale(1.3, 1.3) rotate(-10deg);
      -ms-transform: scale(1.3, 1.3) rotate(-10deg);
      -o-transform: scale(1.3, 1.3) rotate(-10deg);
      transform: scale(1.3, 1.3) rotate(-10deg); }
  .mainpage-risk .m-leaf-4 {
    bottom: -30px;
    right: 3%; }
    .mainpage-risk .m-leaf-4 IMG {
      width: 220px; }

.mainpage-risk_top {
  position: relative;
  margin: 0 auto;
  width: 440px; }

.mainpage-risk_circle-svg {
  position: absolute;
  height: 460px;
  width: 460px;
  left: -10px;
  top: -10px;
  z-index: 3; }

.mainpage-risk_circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: white url("/img/risk-circle.png") -36px -12px no-repeat;
  padding: 64px 70px 0;
  text-align: center;
  position: relative;
  margin: 0 auto;
  height: 440px;
  width: 440px;
  color: #666;
  z-index: 4; }

.mainpage-risk_percent {
  font: 170px/144px studioscript;
  color: #000; }

.mainpage-risk_circle-title {
  text-transform: uppercase;
  font: 32px/1em pt_sans;
  letter-spacing: .06em;
  margin-bottom: 16px; }

.mainpage-risk_circle-descr {
  font: 18px/1.1em pt_sans_italic;
  margin-bottom: 20px;
  color: #4d4d4d; }

.mainpage-risk_list {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  left: 0;
  top: 0; }

.mainpage-risk_item {
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: rgba(48, 48, 48, 0.9);
  font: 30px/1em pt_sans_bold_italic;
  white-space: nowrap;
  position: absolute;
  padding: 24px 30px;
  opacity: 0;
  color: #fff; }
  .mainpage-risk_item.m-visible {
    opacity: 1; }
  .mainpage-risk_item SPAN {
    font: 48px/.3em studioscript;
    letter-spacing: -.04em;
    color: #da510e; }
  .mainpage-risk_item.m-item-1 {
    left: 425px;
    top: -12px; }
  .mainpage-risk_item.m-item-2 {
    line-height: .7em;
    left: 480px;
    top: 130px; }
  .mainpage-risk_item.m-item-3 {
    padding-left: 80px;
    font-size: 24px;
    left: 380px;
    top: 245px; }
  .mainpage-risk_item.m-item-4 {
    font-size: 20px;
    right: 480px;
    top: 270px; }
  .mainpage-risk_item.m-item-5 {
    background: rgba(48, 48, 48, 0.6);
    padding-right: 50px;
    font-size: 36px;
    right: 400px;
    top: 100px; }
  .mainpage-risk_item.m-item-6 {
    font-size: 24px;
    right: 500px;
    top: -38px; }

.mainpage-risk_bottom {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 34px 90px 50px;
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 1;
  bottom: 0;
  left: 0; }
  .mainpage-risk_bottom .svg {
    position: absolute;
    display: block;
    height: auto;
    width: 100%;
    top: -13vw;
    left: 0; }

.mainpage-risk_title {
  font-size: 36px; }
  .mainpage-risk_title I {
    font-size: 60px; }

@media (max-width: 1200px) {
  .mainpage-risk {
    background-position: 20% 0;
    -webkit-background-size: auto 90%;
    background-size: auto 72%; }
    .mainpage-risk .mainpage-slide_inner {
      background: -webkit-linear-gradient(top, rgba(37, 37, 37, 0) 60%, #252525 72%);
      background: -moz-linear-gradient(top, rgba(37, 37, 37, 0) 60%, #252525 72%);
      background: -ms-linear-gradient(top, rgba(37, 37, 37, 0) 60%, #252525 72%);
      background: -o-linear-gradient(top, rgba(37, 37, 37, 0) 60%, #252525 72%);
      background: linear-gradient(to bottom, rgba(37, 37, 37, 0) 60%, #252525 72%);
      padding: 85px 20px 0; }

  .mainpage-risk_top {
    width: auto; }

  .mainpage-risk_circle-wrap {
    position: relative;
    margin: 0 auto;
    width: 80%; }

  .mainpage-risk_circle-svg {
    height: auto;
    width: 100.4%;
    z-index: 5;
    left: -0.2%;
    top: -0.2%; }

  .mainpage-risk_circle {
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    height: auto;
    width: 100%;
    padding: 0; }
    .mainpage-risk_circle:before {
      padding-bottom: 100%;
      position: relative;
      display: block;
      content: '';
      height: 0;
      width: 0; }

  .mainpage-risk_circle-inner {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%; }

  .mainpage-risk_percent {
    line-height: 1em;
    font-size: 28vw; }

  .mainpage-risk_circle-title {
    font-size: 6vw;
    margin: 0; }

  .mainpage-risk_list {
    position: relative;
    margin-top: 30px; }

  .mainpage-risk_item {
    margin-bottom: 20px;
    white-space: normal;
    position: static;
    display: block;
    clear: both;
    opacity: 1; }
    .mainpage-risk_item.m-item-1 {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      margin: 0 -20px 20px; }
    .mainpage-risk_item.m-item-2, .mainpage-risk_item.m-item-4 {
      -webkit-border-radius: 0 8px 8px 0;
      -moz-border-radius: 0 8px 8px 0;
      border-radius: 0 8px 8px 0;
      margin-left: -20px;
      float: left; }
    .mainpage-risk_item.m-item-3, .mainpage-risk_item.m-item-5 {
      -webkit-border-radius: 8px 0 0 8px;
      -moz-border-radius: 8px 0 0 8px;
      border-radius: 8px 0 0 8px;
      margin-right: -20px;
      float: right; }

  .mainpage-risk_buttons {
    text-align: center;
    margin-top: 30px; }

  .mainpage-risk_bottom-descr {
    font: 20px/1.1em pt_sans;
    margin-bottom: 24px;
    font-size: 5vw;
    color: #fff; }

  .mainpage-risk_bottom-btn.g-btn {
    display: block;
    width: 100%; }
    .mainpage-risk_bottom-btn.g-btn:hover {
      color: #000; }

  .mainpage-risk_bottom {
    background: #009976;
    padding: 80px 20px 46px;
    margin: 25px -20px 0;
    text-align: center;
    position: relative;
    width: auto; }

  .mainpage-risk_title {
    font-size: 8vw;
    color: #000;
    margin: 0; }
    .mainpage-risk_title I {
      font-size: 12vw;
      color: #fff; } }
.mainpage-choose {
  background: url("/img/reviews_bg.jpg") 0 0 repeat;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  padding: 64px 90px;
  overflow: hidden; }
  .mainpage-choose .g-row {
    overflow: hidden; }

.mainpage-choose_title {
  margin-bottom: 0; }

.mainpage-choose_descr {
  font: 24px/1.4em pt_sans_italic;
  margin-bottom: 24px;
  color: #808080; }

.mainpage-choose_menu-wrap {
  background: #e7e7e7;
  padding: 12px 30px; }
  .mainpage-choose_menu-wrap:after {
    border-color: #fff; }

.mainpage-choose_menu {
  height: 34px; }
  .mainpage-choose_menu A {
    font: 15px/34px pt_sans_bold;
    text-transform: uppercase;
    letter-spacing: .05em;
    padding: 0 10px; }

.mainpage-choose_menu-border {
  border-left: 1px solid #d8d8d8;
  height: 34px;
  width: 0; }

.mainpage-choose_col {
  position: relative;
  max-height: 650px; }
  .mainpage-choose_col.m-first {
    max-width: 680px; }
  .mainpage-choose_col:before {
    padding-bottom: 62vh;
    display: block;
    content: '';
    height: 0;
    width: 0; }

.mainpage-choose_box {
  position: absolute;
  max-width: 122%;
  left: 0px;
  bottom: 0; }

.mainpage-choose_buttons {
  position: absolute;
  bottom: 24px;
  left: 0; }
  .mainpage-choose_buttons .g-btn {
    letter-spacing: .07em;
    padding: 15px 22px; }
    .mainpage-choose_buttons .g-btn .svg {
      margin: -6px 6px -6px 0; }

.mainpage-choose_more {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font: 18px/1em pt_sans_italic;
  position: relative;
  margin-left: 10px;
  top: 24px; }

.mainpage-choose_list {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0; }

.mainpage-choose_item {
  vertical-align: top;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 15px 24px 92px;
  font: 16px/1.3em pt_sans_bold;
  position: relative;
  color: #333;
  width: 49%; }
  .mainpage-choose_item .svg {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0; }
  .mainpage-choose_item.m-item-5 .svg {
    left: 12px; }
  .mainpage-choose_item.m-item-6 .svg {
    left: 10px; }

@media (max-width: 1200px) {
  .mainpage-choose {
    padding: 68px 20px 80px; }

  .mainpage-choose_title {
    font-size: 8vw; }
    .mainpage-choose_title I {
      font-size: 12vw; }

  .mainpage-choose_descr {
    font-size: 5vw; }

  .mainpage-choose_menu-wrap {
    padding: 24px 30px; }
    .mainpage-choose_menu-wrap:after {
      border-color: #cfd2d5; }

  .mainpage-choose_menu {
    height: auto; }
    .mainpage-choose_menu A {
      text-align: center;
      display: block;
      padding: 0; }
    .mainpage-choose_menu SPAN {
      border-bottom: 1px solid #d8d8d8;
      border-left: none;
      display: block;
      width: 100%;
      height: 0; }

  .mainpage-choose_col {
    max-height: none; }
    .mainpage-choose_col:before {
      display: none; }
    .mainpage-choose_col.m-first {
      margin-bottom: 35px;
      text-align: center;
      max-width: 100%; }

  .mainpage-choose_box {
    position: relative;
    max-width: 100%;
    bottom: 0;
    left: 0; }

  .mainpage-choose_buttons {
    position: relative;
    margin-top: -40px;
    bottom: 0; }
    .mainpage-choose_buttons A {
      text-align: center;
      display: block; }
    .mainpage-choose_buttons A + A {
      margin-top: 20px; }

  .mainpage-choose_more {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    margin-left: 0;
    top: 0; }

  .mainpage-choose_list {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    position: relative;
    top: 0; } }
@media (max-width: 700px) {
  .mainpage-choose_item {
    display: block;
    width: 100%; }
    .mainpage-choose_item + .mainpage-choose_item {
      margin-top: 12px; } }
.mainpage-gallery {
  position: relative;
  overflow: hidden; }
  .mainpage-gallery .g-leafs_leaf {
    z-index: 3; }
  .mainpage-gallery .m-leaf-1 {
    bottom: 18%;
    right: 11%; }
    .mainpage-gallery .m-leaf-1 .svg {
      -webkit-transform: scale(1, 1) rotate(-20deg);
      -moz-transform: scale(1, 1) rotate(-20deg);
      -ms-transform: scale(1, 1) rotate(-20deg);
      -o-transform: scale(1, 1) rotate(-20deg);
      transform: scale(1, 1) rotate(-20deg); }
  .mainpage-gallery .m-leaf-2 {
    bottom: 14%;
    right: 10%; }
    .mainpage-gallery .m-leaf-2 .svg {
      -webkit-transform: scale(2, 2) rotate(0deg);
      -moz-transform: scale(2, 2) rotate(0deg);
      -ms-transform: scale(2, 2) rotate(0deg);
      -o-transform: scale(2, 2) rotate(0deg);
      transform: scale(2, 2) rotate(0deg); }

.mainpage-gallery_title {
  margin-bottom: 65px; }
  .mainpage-gallery_title.m-float {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 45px 46% 0 145px;
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0;
    top: 0; }
  .mainpage-gallery_slide-content .mainpage-gallery_title {
    opacity: 0; }

.mainpage-gallery_carousel .swiper-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0; }
.mainpage-gallery_carousel .swiper-pagination {
  position: absolute;
  bottom: 50px;
  left: 145px;
  z-index: 4; }
.mainpage-gallery_carousel .swiper-pagination-bullet {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  background: none;
  cursor: pointer;
  border: none;
  height: 40px;
  width: 40px;
  opacity: 1; }
  .mainpage-gallery_carousel .swiper-pagination-bullet:before {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0);
    border: 2px solid #009976;
    margin: 10px auto 0;
    display: block;
    height: 16px;
    width: 16px;
    content: ''; }
  .mainpage-gallery_carousel .swiper-pagination-bullet:hover:before {
    background: rgba(255, 255, 255, 0.5); }
  .mainpage-gallery_carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
    cursor: default; }
    .mainpage-gallery_carousel .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
      border-color: #fff;
      background: #fff; }
.mainpage-gallery_carousel .g-arrow.m-prev .svg {
  left: 35px; }
.mainpage-gallery_carousel .g-arrow.m-next .svg {
  right: 35px; }

.mainpage-gallery_slide {
  background-color: #e6e9ef;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative; }

.mainpage-gallery_slide-content {
  padding: 45px 46% 45px 145px; }

.mainpage-gallery_slide-title {
  font: 48px/1em pt_sans_bold;
  margin-bottom: 20px;
  color: #009976; }

.mainpage-gallery_slide-text {
  font: 16px/1.4em pt_sans;
  margin-bottom: 70px;
  color: #000; }

.mainpage-gallery_slide-plank {
  -webkit-box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.1);
  vertical-align: top;
  display: inline-block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #009976 url("/img/gallery-plank.png") 20px 0 no-repeat;
  padding: 20px 45px 20px 125px;
  font: 18px/1.2em pt_sans_bold;
  color: #fff; }

.mainpage-gallery_slide-cover {
  margin: 0 auto -26%;
  position: relative;
  z-index: 2;
  width: 60%; }
  .mainpage-gallery_slide-cover DIV {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    width: 100%; }
    .mainpage-gallery_slide-cover DIV:before {
      padding-bottom: 100%;
      display: block;
      content: '';
      height: 0;
      width: 0; }
  .mainpage-gallery_slide-cover IMG {
    position: absolute;
    min-width: 100%;
    height: 100%;
    right: 0;
    top: 0; }
  .mainpage-gallery_slide-cover:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px dashed #fff;
    position: absolute;
    display: block;
    height: 104%;
    width: 104%;
    content: '';
    left: -4%;
    top: -4%; }

@media (max-width: 1200px) {
  .mainpage-gallery {
    background: #009976; }
    .mainpage-gallery .mainpage-slide_inner {
      padding: 55px 20px; }
    .mainpage-gallery .g-arrow .svg {
      top: 75vw; }

  .mainpage-gallery_title {
    margin-bottom: 40px;
    text-align: center;
    font-size: 8vw;
    color: #fff; }
    .mainpage-gallery_title I {
      font-size: 12vw;
      color: #fff; }
    .mainpage-gallery_title.m-float {
      position: relative;
      padding: 0; }

  .mainpage-gallery_slide {
    background: none !important; }
    .mainpage-gallery_slide .mainpage-gallery_title {
      display: none; }

  .mainpage-gallery_carousel .swiper-wrapper {
    position: relative; }

  .mainpage-gallery_slide-content {
    -webkit-box-shadow: 5px 5px 10px -4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 10px -4px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 10px -4px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 30% 26px 50px;
    text-align: center;
    position: relative;
    background: #fff;
    z-index: 1; }
    .mainpage-gallery_slide-content:after {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      border: 2px dashed #e0e3e6;
      background-color: initial;
      position: absolute;
      content: "";
      z-index: -1;
      bottom: 5px;
      right: 5px;
      left: 5px;
      top: 5px; } }
.mainpage-scroll-btn {
  -webkit-transition: opacity 0.4s ease, right 0s;
  -moz-transition: opacity 0.4s ease, right 0s;
  -ms-transition: opacity 0.4s ease, right 0s;
  -o-transition: opacity 0.4s ease, right 0s;
  transition: opacity 0.4s ease, right 0s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: bounce 1.2s ease infinite;
  animation: bounce 1.2s ease infinite;
  background: #009976;
  text-align: center;
  cursor: pointer;
  position: fixed;
  height: 60px;
  width: 60px;
  bottom: 30px;
  right: 20px;
  z-index: 18;
  opacity: 1; }
  .mainpage-scroll-btn.m-hidden {
    -webkit-transition: opacity 0.4s ease, right 0s 0.4s;
    -moz-transition: opacity 0.4s ease, right 0s 0.4s;
    -ms-transition: opacity 0.4s ease, right 0s 0.4s;
    -o-transition: opacity 0.4s ease, right 0s 0.4s;
    transition: opacity 0.4s ease, right 0s 0.4s;
    right: -9999px;
    opacity: 0; }
  .mainpage-scroll-btn .svg {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: relative;
    top: 50%; }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

  50% {
    -webkit-transform: translate(0, -6px);
    -moz-transform: translate(0, -6px);
    -ms-transform: translate(0, -6px);
    -o-transform: translate(0, -6px);
    transform: translate(0, -6px); }

  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes bounce {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

  50% {
    -webkit-transform: translate(0, -6px);
    -moz-transform: translate(0, -6px);
    -ms-transform: translate(0, -6px);
    -o-transform: translate(0, -6px);
    transform: translate(0, -6px); }

  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); } }
@media (max-width: 1200px) {
  .mainpage-scroll-btn {
    display: none; } }
.mainpage-slide {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

.mainpage-slide_inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden; }

.mainpage-footer {
  background: url("/img/question_700.png") repeat; }
  .mainpage-footer:before {
    background: -webkit-linear-gradient(left, rgba(0, 87, 67, 0) 10%, rgba(0, 87, 67, 0.8) 100%);
    background: -moz-linear-gradient(left, rgba(0, 87, 67, 0) 10%, rgba(0, 87, 67, 0.8) 100%);
    background: -ms-linear-gradient(left, rgba(0, 87, 67, 0) 10%, rgba(0, 87, 67, 0.8) 100%);
    background: -o-linear-gradient(left, rgba(0, 87, 67, 0) 10%, rgba(0, 87, 67, 0.8) 100%);
    background: linear-gradient(to right, rgba(0, 87, 67, 0) 10%, rgba(0, 87, 67, 0.8) 100%);
    position: absolute;
    height: 100%;
    width: 160px;
    content: '';
    right: 0;
    top: 0; }
  .mainpage-footer .g-questions {
    padding: 68px 200px 160px 90px; }
  .mainpage-footer .g-questions_inner {
    padding: 0 20px; }
  .mainpage-footer .g-footer {
    position: absolute;
    background: none;
    width: 100%;
    bottom: 0;
    left: 0; }
    .mainpage-footer .g-footer .g-page_center {
      padding-right: 110px; }
  @media (min-width: 1201px) {
    .mainpage-footer .g-footer_disclaimer {
      -webkit-transform: translateX(42%) rotate(-90deg) translateX(50%);
      -moz-transform: translateX(42%) rotate(-90deg) translateX(50%);
      -ms-transform: translateX(42%) rotate(-90deg) translateX(50%);
      -o-transform: translateX(42%) rotate(-90deg) translateX(50%);
      transform: translateX(42%) rotate(-90deg) translateX(50%);
      position: absolute;
      background: none;
      color: #fff;
      right: 0;
      top: 0; } }

@media (max-width: 700px) {
  .mainpage-footer .g-questions_buttons {
    margin-bottom: 30px; }

  .mainpage-footer .g-questions {
    padding: 68px 0px 0px 0px; } }
@media (max-width: 1200px) {
  .mainpage-footer .g-footer {
    position: relative; }

  .g-footer_disclaimer {
    position: relative;
    background-color: none; }

  .mainpage-footer:before {
    display: none; }

  .mainpage-footer .g-footer .g-page_center {
    padding: 0 0 30px 0; } }
@media (min-width: 701px) and (max-width: 1200px) {
  .mainpage-footer .g-questions {
    padding: 68px 0px 100px 0px; } }
.js-appear {
  -webkit-transition: all 1s 0.25s ease;
  -moz-transition: all 1s 0.25s ease;
  -ms-transition: all 1s 0.25s ease;
  -o-transition: all 1s 0.25s ease;
  transition: all 1s 0.25s ease;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0); }
  .js-appear.m-notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important; }
  .js-appear.m-start {
    opacity: 0; }

.m-appear-l.m-start {
  -webkit-transform: translate(-120px, 0) translateZ(0);
  -moz-transform: translate(-120px, 0) translateZ(0);
  -ms-transform: translate(-120px, 0) translateZ(0);
  -o-transform: translate(-120px, 0) translateZ(0);
  transform: translate(-120px, 0) translateZ(0); }

.m-appear-r.m-start {
  -webkit-transform: translate(120px, 0) translateZ(0);
  -moz-transform: translate(120px, 0) translateZ(0);
  -ms-transform: translate(120px, 0) translateZ(0);
  -o-transform: translate(120px, 0) translateZ(0);
  transform: translate(120px, 0) translateZ(0); }

.m-appear-t.m-start {
  -webkit-transform: translate(0, -120px) translateZ(0);
  -moz-transform: translate(0, -120px) translateZ(0);
  -ms-transform: translate(0, -120px) translateZ(0);
  -o-transform: translate(0, -120px) translateZ(0);
  transform: translate(0, -120px) translateZ(0); }

.m-appear-b.m-start {
  -webkit-transform: translate(0, 90px) translateZ(0);
  -moz-transform: translate(0, 90px) translateZ(0);
  -ms-transform: translate(0, 90px) translateZ(0);
  -o-transform: translate(0, 90px) translateZ(0);
  transform: translate(0, 90px) translateZ(0); }

@media (max-width: 1200px) {
  .g-leafs_leaf {
    display: none; } }
