/* Reset style */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, td img {
  vertical-align: top; }

input, select, button, textarea {
  margin: 0;
  padding: 0;
  font-size: 100%; }

input[type="checkbox"] {
  vertical-align: middle; }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

sub {
  vertical-align: sub;
  font-size: smaller; }

sup {
  vertical-align: super;
  font-size: smaller; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

/* Reset style end */
/* Basic style */
html {
  height: 100% !important;
  overflow-y: scroll !important;
  margin-right: 0 !important; }

body {
  font-family: 'Montserrat-SemiBold', sans-serif;
  font-weight: 400;
  text-align: left;
  line-height: 1.4;
  font-size: 16px;
  color: #000;
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff; }

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  border-color: red; }

input, select, button, textarea {
  font-family: inherit;
  outline: none; }

label, input[type="button"], input[type="submit"], button {
  cursor: pointer;
  outline: none; }

a {
  color: #1C2025; }

a, input, button, a img, textarea {
  -webkit-transition: color 0.3s, background 0.3s, opacity 0.3s, border 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, background 0.3s, opacity 0.3s, border 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: color 0.3s, background 0.3s, opacity 0.3s, border 0.3s, box-shadow 0.3s;
  -moz-transition: color 0.3s, background 0.3s, opacity 0.3s, border 0.3s, box-shadow 0.3s, -moz-box-shadow 0.3s;
  transition: color 0.3s, background 0.3s, opacity 0.3s, border 0.3s, box-shadow 0.3s;
  transition: color 0.3s, background 0.3s, opacity 0.3s, border 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s, -moz-box-shadow 0.3s;
  outline: none; }
  a:hover, a:focus, input:hover, input:focus, button:hover, button:focus, a img:hover, a img:focus, textarea:hover, textarea:focus {
    outline: none; }

img {
  max-width: 100%; }

iframe {
  max-width: 100%; }

.wrapper {
  margin: 0 auto;
  min-height: 100%;
  height: auto !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

svg {
  -webkit-transition: fill 0.3s, stroke 0.3s, opacity 0.3s;
  -o-transition: fill 0.3s, stroke 0.3s, opacity 0.3s;
  -moz-transition: fill 0.3s, stroke 0.3s, opacity 0.3s;
  transition: fill 0.3s, stroke 0.3s, opacity 0.3s;
  max-width: 100%; }
  svg path, svg rect {
    -webkit-transition: fill 0.3s, stroke 0.3s, opacity 0.3s;
    -o-transition: fill 0.3s, stroke 0.3s, opacity 0.3s;
    -moz-transition: fill 0.3s, stroke 0.3s, opacity 0.3s;
    transition: fill 0.3s, stroke 0.3s, opacity 0.3s; }

.wrapp--strech {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.itemRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.itemRow--fs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.column_vc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.column_cc, .wrongPage__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

ul, ol {
  list-style-type: none; }

.wrapp--fs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.icon, .text, .iconBox {
  display: inline-block;
  vertical-align: middle; }

.tt {
  text-transform: uppercase; }

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

.aligncenter {
  display: block;
  margin: 0 auto; }

.text-right {
  text-align: right; }

.alignright {
  display: block;
  float: right;
  margin-bottom: 20px;
  margin-left: 20px; }
  @media (max-width: 567px) {
    .alignright {
      float: none;
      margin: 0 auto 25px auto; } }

.alignleft {
  float: left;
  display: block;
  margin-right: 20px;
  margin-bottom: 20px; }
  @media (max-width: 567px) {
    .alignleft {
      float: none;
      margin: 0 auto 25px auto; } }

/* Basic style end */
/* Fonts */
@font-face {
  font-family: 'Montserrat-Regular';
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat-Medium';
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat-Bold';
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-weight: normal;
  font-family: "Montserrat-Bold"; }

strong {
  font-weight: normal;
  font-family: "Montserrat-Bold"; }

.main_row {
  margin: -30px -15px 0; }
  .main_row > div {
    margin-top: 30px;
    padding: 0 15px; }

@media (min-width: 1200px) {
  .container {
    max-width: 1200px; } }

/* Header */
.is-sticky .header {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }

.header {
  background: #EEF1F0;
  z-index: 100 !important;
  -webkit-transition: -webkit-box-shadow 0.35s;
  transition: -webkit-box-shadow 0.35s;
  -o-transition: box-shadow 0.35s;
  -moz-transition: box-shadow 0.35s, -moz-box-shadow 0.35s;
  transition: box-shadow 0.35s;
  transition: box-shadow 0.35s, -webkit-box-shadow 0.35s, -moz-box-shadow 0.35s;
  position: relative; }
  .header__row {
    padding: 15px 0; }
  .header__logoBox svg {
    width: 140px;
    height: auto;
    display: block; }
  @media (max-width: 1199px) {
    .header__nav {
      display: none;
      position: absolute;
      top: 100%;
      right: 0;
      left: 0;
      background: #EEF1F0;
      padding: 25px;
      text-align: center; } }
  .header__nav li {
    margin-right: 30px; }
    @media (max-width: 1199px) {
      .header__nav li {
        margin-right: 0;
        margin-bottom: 25px; }
        .header__nav li:last-child {
          margin-bottom: 0; } }
    .header__nav li:last-child {
      margin-right: 0; }
  .header__nav a {
    position: relative; }
    .header__nav a:hover:after, .header__nav a.mPS2id-highlight:after {
      left: 0; }
    .header__nav a:after {
      content: '';
      position: absolute;
      right: 0;
      bottom: 0;
      left: 100%;
      -webkit-transition: left 0.3s;
      -o-transition: left 0.3s;
      -moz-transition: left 0.3s;
      transition: left 0.3s;
      height: 1px;
      background: #000; }
  .header__btn, .header__btn--black, .header__btn--green {
    height: 45px;
    padding: 0 25px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3;
    -webkit-box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.2);
            box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.2);
    color: white;
    border: none;
    position: relative;
    max-width: 100%; }
    .header__btn--black {
      background-color: #000; }
    .header__btn--green {
      background: #83B100; }
    .header__btn:hover, .header__btn--black:hover, .header__btn--green:hover {
      -webkit-box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.2);
         -moz-box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.2);
              box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.2); }
    .header__btn.disable, .disable.header__btn--black, .disable.header__btn--green {
      pointer-events: none; }
      .header__btn.disable svg, .disable.header__btn--black svg, .disable.header__btn--green svg {
        opacity: 1; }
    .header__btn svg, .header__btn--black svg, .header__btn--green svg {
      position: absolute;
      top: 50%;
      left: 10px;
      margin-top: -14px;
      opacity: 0;
      width: 28px;
      height: 28px; }
  .header__shop {
    margin-right: 50px;
    -webkit-transform-origin: top center;
       -moz-transform-origin: top center;
        -ms-transform-origin: top center;
         -o-transform-origin: top center;
            transform-origin: top center; }
    @media (max-width: 1199px) {
      .header__shop {
        margin-right: 25px; } }
    .header__shop.animation {
      -webkit-animation-fill-mode: both;
         -moz-animation-fill-mode: both;
           -o-animation-fill-mode: both;
              animation-fill-mode: both;
      -webkit-animation-name: swing;
         -moz-animation-name: swing;
           -o-animation-name: swing;
              animation-name: swing;
      -webkit-animation-duration: 1s;
         -moz-animation-duration: 1s;
           -o-animation-duration: 1s;
              animation-duration: 1s; }
    .header__shop svg {
      width: 34px;
      height: 26px;
      display: block; }
  .header__mnuBtn {
    margin-right: 25px; }
    @media (min-width: 1200px) {
      .header__mnuBtn {
        display: none; } }
    .header__mnuBtn svg {
      width: 36px;
      height: 26px;
      display: block; }

/* Header End */
/* Banner */
.banner {
  -moz-background-size: cover !important;
       background-size: cover !important;
  color: #fff;
  position: relative; }
  .banner__row {
    padding-top: 100px; }
    @media (min-width: 1200px) {
      .banner__row {
        height: -webkit-calc(100vh - 75px);
        height: -moz-calc(100vh - 75px);
        height: calc(100vh - 75px);
        max-height: 720px; } }
    @media (max-width: 1199px) {
      .banner__row {
        display: block;
        padding-top: 50px; } }
  .banner__text {
    padding-bottom: 55px; }
    @media (min-width: 1620px) {
      .banner__text {
        padding-bottom: 100px; } }
    @media (max-width: 1199px) {
      .banner__text {
        text-align: center;
        padding-bottom: 30px; } }
    .banner__text p {
      line-height: 26px;
      margin-bottom: 60px; }
      @media (max-width: 1199px) {
        .banner__text p {
          margin-bottom: 30px; } }
      .banner__text p:last-child {
        margin-bottom: 0; }
  @media (min-width: 1200px) {
    .banner .banner__title {
      max-width: 500px; } }
  @media (min-width: 1620px) {
    .banner .banner__title {
      max-width: 600px; } }
  .banner .banner__title svg {
    position: absolute;
    top: -65px;
    left: 60px;
    z-index: -1; }
  .banner__title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 60px;
    position: relative;
    z-index: 1; }
    @media (min-width: 1620px) {
      .banner__title {
        font-size: 50px;
        line-height: 64px; } }
    @media (max-width: 1199px) {
      .banner__title {
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .banner__title {
        font-size: 32px;
        line-height: 40px; } }
  .banner__formBox {
    background: #95C803;
    width: 380px;
    max-width: 100%;
    padding: 30px 40px 60px;
    -webkit-box-shadow: 14px 0px 38px rgba(0, 0, 0, 0.25);
       -moz-box-shadow: 14px 0px 38px rgba(0, 0, 0, 0.25);
            box-shadow: 14px 0px 38px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 1; }
    @media (max-width: 1199px) {
      .banner__formBox {
        margin: 0 auto;
        padding-bottom: 30px; } }
    @media (max-width: 567px) {
      .banner__formBox {
        padding-left: 25px;
        padding-right: 25px; } }
    .banner__formBox > svg {
      z-index: -1;
      position: absolute;
      top: 0;
      right: 40px; }
    .banner__formBox h3 {
      margin-bottom: 30px;
      color: #fff; }
    .banner__formBox .header__btn, .banner__formBox .header__btn--black, .banner__formBox .header__btn--green {
      width: 100%; }
    .banner__formBox .title {
      color: #fff; }
  .banner__inputBox {
    margin-bottom: 30px; }
  .banner__input {
    display: block;
    margin-bottom: 18px;
    font-family: "Montserrat-Medium"; }
    .banner__input:last-child {
      margin-bottom: 0; }
    .banner__input .title {
      display: block;
      font-size: 14px;
      margin-bottom: 7px; }
    .banner__input input[type="text"], .banner__input input[type="tel"], .banner__input input[type="email"] {
      width: 100%;
      background: #ffffff;
      border: none;
      height: 45px;
      padding: 0 15px; }
      .banner__input input[type="text"]::-webkit-input-placeholder, .banner__input input[type="tel"]::-webkit-input-placeholder, .banner__input input[type="email"]::-webkit-input-placeholder {
        color: #000; }
      .banner__input input[type="text"]::-moz-placeholder, .banner__input input[type="tel"]::-moz-placeholder, .banner__input input[type="email"]::-moz-placeholder {
        color: #000; }
      .banner__input input[type="text"]:-moz-placeholder, .banner__input input[type="tel"]:-moz-placeholder, .banner__input input[type="email"]:-moz-placeholder {
        color: #000; }
      .banner__input input[type="text"]:-ms-input-placeholder, .banner__input input[type="tel"]:-ms-input-placeholder, .banner__input input[type="email"]:-ms-input-placeholder {
        color: #000; }
  .banner__right {
    position: relative;
    padding-right: 75px; }
    @media (max-width: 1199px) {
      .banner__right {
        padding-right: 0; } }
  .banner__el {
    position: absolute;
    top: -90px;
    right: -25px; }
  @media (max-width: 1199px) {
    .banner__scroll {
      display: none; } }
  .banner__scroll svg {
    position: absolute;
    right: 0;
    bottom: 40px;
    -webkit-animation: scrollDown 1.5s infinite;
       -moz-animation: scrollDown 1.5s infinite;
         -o-animation: scrollDown 1.5s infinite;
            animation: scrollDown 1.5s infinite; }
  @media (min-width: 1200px) {
    .banner__mnuBtn {
      display: none; } }

/* Banner End */
/* Activity */
.activity {
  padding: 80px 0; }
  @media (min-width: 1620px) {
    .activity {
      padding: 180px 0; } }
  @media (max-width: 767px) {
    .activity {
      padding: 50px 0; } }
  .activity__img {
    position: relative;
    z-index: 1; }
    @media (max-width: 767px) {
      .activity__img {
        display: none; } }
    .activity__img .circle {
      position: absolute;
      top: -20%;
      left: 15%;
      z-index: -2;
      max-height: 100%;
      width: auto; }
    .activity__img .grow {
      z-index: -1;
      position: absolute;
      top: 25%;
      right: -95px; }
      @media (max-width: 1199px) {
        .activity__img .grow {
          display: none; } }
    .activity__img img {
      max-height: -webkit-calc(100vh - 160px);
      max-height: -moz-calc(100vh - 160px);
      max-height: calc(100vh - 160px);
      min-height: 450px; }
      @media (min-width: 1620px) {
        .activity__img img {
          max-height: -webkit-calc(100vh - 360px);
          max-height: -moz-calc(100vh - 360px);
          max-height: calc(100vh - 360px); } }
  .activity__text {
    max-width: 400px;
    position: relative;
    z-index: 1; }
    @media (max-width: 767px) {
      .activity__text {
        text-align: center;
        max-width: 100%; } }
    .activity__text .banner__title {
      margin-bottom: 40px; }
      @media (min-width: 1620px) {
        .activity__text .banner__title {
          width: 480px; } }
    .activity__text .icons {
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        .activity__text .icons path {
          fill: #95C803; } }
    .activity__text p {
      margin-bottom: 30px; }
    .activity__text .popup {
      display: inline-block;
      border-bottom: 1px solid #000;
      margin-bottom: 50px; }
    .activity__text .element {
      position: absolute;
      max-width: initial;
      top: 0;
      left: -100px;
      z-index: -1; }

/* Activity End */
/* Advantages */
.advantages--main {
  padding: 90px 0;
  background: #EFF1F1; }
  @media (min-width: 1620px) {
    .advantages--main {
      padding: 165px 0; } }
  @media (max-width: 767px) {
    .advantages--main {
      padding: 50px 0; } }

.advantages--other {
  padding-top: 90px; }
  @media (min-width: 1620px) {
    .advantages--other {
      padding-top: 140px; } }
  @media (max-width: 767px) {
    .advantages--other {
      padding-top: 50px; } }

.advantages .banner__title, .advantages--main .banner__title, .advantages--other .banner__title {
  margin-bottom: 90px; }
  @media (min-width: 1620px) {
    .advantages .banner__title, .advantages--main .banner__title, .advantages--other .banner__title {
      margin-bottom: 120px; } }
  @media (max-width: 767px) {
    .advantages .banner__title, .advantages--main .banner__title, .advantages--other .banner__title {
      margin-bottom: 45px; } }

.advantages__description, .advantages__description--first, .advantages__description--second {
  padding-left: 130px;
  position: relative;
  margin-bottom: 75px; }
  @media (max-width: 1199px) {
    .advantages__description, .advantages__description--first, .advantages__description--second {
      padding-left: 85px; } }
  @media (max-width: 767px) {
    .advantages__description, .advantages__description--first, .advantages__description--second {
      margin-bottom: 45px; } }
  .advantages__description .number, .advantages__description--first .number, .advantages__description--second .number {
    position: absolute;
    top: 15px;
    left: 0;
    font-size: 120px;
    line-height: 64px;
    font-family: "Montserrat-Bold";
    z-index: 1;
    color: #EFF1F1; }
    @media (max-width: 1199px) {
      .advantages__description .number, .advantages__description--first .number, .advantages__description--second .number {
        font-size: 90px;
        line-height: 52px; } }
    @media (max-width: 567px) {
      .advantages__description .number, .advantages__description--first .number, .advantages__description--second .number {
        font-size: 75px;
        line-height: 40px; } }
  .advantages__description h3, .advantages__description--first h3, .advantages__description--second h3 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 17px;
    position: relative;
    z-index: 1; }
    @media (max-width: 567px) {
      .advantages__description h3, .advantages__description--first h3, .advantages__description--second h3 {
        font-size: 27px; } }
  .advantages__description p, .advantages__description--first p, .advantages__description--second p {
    font-family: "Montserrat-Medium";
    margin-bottom: 10px;
    position: relative;
    z-index: 1; }
    .advantages__description p:last-child, .advantages__description--first p:last-child, .advantages__description--second p:last-child {
      margin-bottom: 0; }
  .advantages__description .quantity, .advantages__description--first .quantity, .advantages__description--second .quantity {
    font-size: 92px;
    line-height: 64px;
    font-family: "Montserrat-Bold";
    color: #fff;
    margin-bottom: 20px; }
    @media (max-width: 1199px) {
      .advantages__description .quantity, .advantages__description--first .quantity, .advantages__description--second .quantity {
        font-size: 70px;
        line-height: 50px;
        color: #95C803; } }
  .advantages__description--first {
    margin-bottom: 120px !important; }
    @media (max-width: 1199px) {
      .advantages__description--first {
        margin-bottom: 60px !important; } }
    @media (max-width: 991px) {
      .advantages__description--first {
        display: block !important; } }
    .advantages__description--first > div:last-child {
      position: relative;
      z-index: 1; }
      @media (max-width: 991px) {
        .advantages__description--first > div:last-child {
          margin-top: 35px; } }
      .advantages__description--first > div:last-child:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        background: url(../img/svg_for_sprite/circle.svg) 0 0 no-repeat;
        -moz-background-size: 100% 100%;
             background-size: 100% 100%;
        width: 703px;
        height: 713px;
        z-index: -1;
        margin-left: -351.5px;
        margin-top: -356.5px; }
        @media (max-width: 991px) {
          .advantages__description--first > div:last-child:after {
            display: none; } }
  .advantages__description--second {
    margin-bottom: 120px !important;
    margin-top: 120px; }
    @media (max-width: 1199px) {
      .advantages__description--second {
        margin-bottom: 60px !important;
        margin-top: 60px; } }
    @media (max-width: 450px) {
      .advantages__description--second > div:last-child {
        margin-left: -85px; } }
    .advantages__description--second .number:after {
      content: '';
      z-index: -1;
      background: url(../img/svg_for_sprite/circle-2.svg) 0 0 no-repeat;
      -moz-background-size: 100% 100%;
           background-size: 100% 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 388px;
      height: 418px;
      margin-left: -194px;
      margin-top: -209px; }
  .advantages__description .header__btn, .advantages__description--first .header__btn, .advantages__description--second .header__btn, .advantages__description .header__btn--black, .advantages__description--first .header__btn--black, .advantages__description--second .header__btn--black, .advantages__description .header__btn--green, .advantages__description--first .header__btn--green, .advantages__description--second .header__btn--green {
    min-width: 360px;
    font-size: 20px;
    margin-left: 100px; }
    @media (max-width: 991px) {
      .advantages__description .header__btn, .advantages__description--first .header__btn, .advantages__description--second .header__btn, .advantages__description .header__btn--black, .advantages__description--first .header__btn--black, .advantages__description--second .header__btn--black, .advantages__description .header__btn--green, .advantages__description--first .header__btn--green, .advantages__description--second .header__btn--green {
        margin-top: 30px;
        margin-left: 0;
        max-width: 100%;
        min-width: 1px;
        font-size: 18px;
        width: 100%; } }

.advantages__slider {
  position: relative;
  z-index: 2; }
  .advantages__slider .slick-list {
    margin: 0 -15px; }
  .advantages__slider .slick-slide {
    padding: 0 15px; }
  .advantages__slider img {
    margin: 0 auto; }

.advantages__dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px; }
  .advantages__dots li {
    margin-right: 20px; }
    .advantages__dots li:last-child {
      margin-right: 0; }
    .advantages__dots li.slick-active button {
      background: #ffffff; }
  .advantages__dots button {
    font-size: 0;
    text-indent: -9999px;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
    border: 4px solid #000;
    background: #000;
    display: block; }
    .advantages__dots button:hover {
      background: #fff; }

.advantages__box {
  padding-right: 400px;
  position: relative;
  z-index: 1; }
  @media (max-width: 991px) {
    .advantages__box {
      padding-right: 0; } }

.advantages__img {
  position: absolute;
  top: -45px;
  right: -120px;
  z-index: -1; }
  @media (max-width: 991px) {
    .advantages__img {
      display: none; } }

/* Advantages End */
/* Programs */
.programs {
  padding-top: 70px; }
  @media (min-width: 1620px) {
    .programs {
      padding-top: 100px; } }
  .programs__item .imgBox {
    position: relative;
    display: block; }
    .programs__item .imgBox svg {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -30px;
      margin-left: -30px; }
  .programs__item .textBox {
    padding-top: 40px; }
    .programs__item .textBox img {
      max-width: 35px; }
    .programs__item .textBox p {
      width: -webkit-calc(100% - 35px);
      width: -moz-calc(100% - 35px);
      width: calc(100% - 35px);
      padding-left: 55px;
      font-family: "Montserrat-Medium"; }
  .programs__box {
    position: relative;
    z-index: 1; }
  .programs__el {
    z-index: -1;
    position: absolute;
    bottom: -125px;
    left: 50%;
    margin-left: -375px; }

/* Programs End*/
/* DoIt */
.doit {
  padding-top: 90px;
  overflow: hidden; }
  @media (min-width: 1620px) {
    .doit {
      padding-top: 150px; } }
  @media (max-width: 767px) {
    .doit {
      padding-top: 50px; } }
  .doit__title {
    padding-left: 130px;
    position: relative;
    z-index: 1;
    font-size: 30px;
    line-height: 36px;
    margin-top: 30px; }
    @media (max-width: 991px) {
      .doit__title {
        padding-left: 75px;
        font-size: 27px;
        line-height: 32px; } }
    @media (max-width: 475px) {
      .doit__title {
        font-size: 25px;
        line-height: 28px; } }
    .doit__title:before {
      content: '';
      position: absolute;
      top: 7px;
      left: 0;
      width: 57px;
      height: 56px;
      background: url(../img/heart.png) 0 0 no-repeat;
      -moz-background-size: 100% 100%;
           background-size: 100% 100%; }
  .doit__box {
    background: #95C803;
    -webkit-box-shadow: 14px 0px 38px rgba(0, 0, 0, 0.25);
       -moz-box-shadow: 14px 0px 38px rgba(0, 0, 0, 0.25);
            box-shadow: 14px 0px 38px rgba(0, 0, 0, 0.25);
    width: 365px;
    min-height: 300px;
    position: relative;
    padding: 60px;
    color: #fff; }
    @media (max-width: 767px) {
      .doit__box {
        width: 100%;
        padding: 30px;
        margin-top: 30px;
        min-height: 1px; } }
    .doit__box > svg {
      position: absolute;
      z-index: -1; }
      .doit__box > svg.plus {
        top: 45px;
        right: 50px; }
      .doit__box > svg.check {
        left: 50px;
        top: 16px; }
    .doit__box h3 {
      margin-bottom: 45px;
      line-height: 26px; }
    .doit__box .circle {
      left: 60px;
      bottom: -290px; }
      @media (max-width: 991px) {
        .doit__box .circle {
          display: none; } }
  .doit__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "Montserrat-Bold";
    color: #fff; }
    .doit__btn svg {
      margin-right: 25px; }

/* DoIt End*/
.reviews {
  padding-top: 130px;
  background: #000;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  @media (max-width: 767px) {
    .reviews {
      padding-top: 60px; } }
  .reviews__logo {
    z-index: -1;
    position: absolute;
    top: -28px;
    left: 0; }
    @media (max-width: 567px) {
      .reviews__logo {
        max-width: 300px;
        top: -182px; } }
  .reviews .advantages__description, .reviews .advantages__description--first, .reviews .advantages__description--second {
    padding-left: 0;
    margin-bottom: 110px; }
    @media (max-width: 767px) {
      .reviews .advantages__description, .reviews .advantages__description--first, .reviews .advantages__description--second {
        margin-bottom: 50px; } }
    .reviews .advantages__description .number, .reviews .advantages__description--first .number, .reviews .advantages__description--second .number {
      position: static;
      color: #333333; }
    .reviews .advantages__description h3, .reviews .advantages__description--first h3, .reviews .advantages__description--second h3 {
      margin-bottom: 0;
      padding-left: 15px; }
      @media (max-width: 475px) {
        .reviews .advantages__description h3, .reviews .advantages__description--first h3, .reviews .advantages__description--second h3 {
          font-size: 24px; } }
    @media (max-width: 475px) {
      .reviews .advantages__description svg, .reviews .advantages__description--first svg, .reviews .advantages__description--second svg {
        display: none; } }
  .reviews__slider .slick-list {
    margin: 0 -15px; }
  .reviews__slider .slick-slide {
    padding: 0 15px; }
  .reviews__slider .advantages__dots li.slick-active button {
    background: #000; }
  .reviews__slider .advantages__dots button {
    background: #fff;
    border-color: #fff; }
  .reviews__item {
    color: #fff; }
    @media (max-width: 567px) {
      .reviews__item {
        text-align: center; } }
    .reviews__item .imgBox {
      margin-bottom: 30px; }
    .reviews__item img {
      -webkit-border-radius: 100%;
         -moz-border-radius: 100%;
              border-radius: 100%;
      max-width: 160px; }
    .reviews__item h3 {
      margin-bottom: 25px; }
    .reviews__item p {
      font-family: "Montserrat-Medium";
      line-height: 26px;
      margin-bottom: 25px; }
    .reviews__item a {
      color: #fff;
      border-bottom: 1px solid #fff; }
      .reviews__item a:hover {
        border-bottom-color: transparent; }

/* Footer */
.footer {
  background: #000;
  padding-top: 90px; }
  @media (min-width: 1620px) {
    .footer {
      padding-top: 130px; } }
  @media (max-width: 767px) {
    .footer {
      padding-top: 50px; } }
  .footer .banner__formBox .circle {
    z-index: -2;
    top: -185px;
    right: -185px; }
    @media (max-width: 991px) {
      .footer .banner__formBox .circle {
        display: none; } }
  @media (max-width: 991px) {
    .footer__row > img {
      display: none; } }

/* Single Page */
.singlePage {
  position: relative;
  z-index: 1; }
  .singlePage .seo__content {
    padding-bottom: 70px; }

/* 404 Page*/
.wrongPage {
  position: relative;
  z-index: 1;
  text-align: center; }
  .wrongPage__box {
    -moz-background-size: cover;
         background-size: cover;
    min-height: 100vh;
    max-height: 712px;
    padding: 140px 15px; }
  .wrongPage__title {
    font-size: 215px;
    line-height: 180px;
    margin-bottom: 30px; }
    @media (max-width: 1199px) {
      .wrongPage__title {
        font-size: 200px;
        line-height: 150px; } }
    @media (max-width: 767px) {
      .wrongPage__title {
        font-size: 150px;
        line-height: 120px; } }
  .wrongPage h2 {
    font-size: 42px;
    margin-bottom: 45px; }

/* ModalBox */
.modalBox {
  width: 380px;
  max-width: 100%;
  margin: 0 auto;
  position: relative; }

#thank {
  text-align: center; }
  #thank h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 0; }
  #thank svg {
    width: 200px;
    height: auto;
    fill: #fff;
    display: block;
    margin: 0 auto 10px;
    position: static; }

.mfp-close {
  color: #fff !important;
  text-indent: 0 !important;
  position: absolute;
  top: 0;
  right: 0; }

/* Contact Form 7 */
.wpcf7-form-control-wrap {
  display: block; }

div.wpcf7 .ajax-loader {
  display: none !important; }

span.wpcf7-list-item {
  margin: 0 !important;
  position: relative;
  display: block !important; }

.wpcf7 form .wpcf7-response-output {
  margin: 0 !important;
  padding: 0 5px !important;
  font-size: 12px;
  position: absolute;
  border: none !important;
  background: -webkit-linear-gradient(115.17deg, #358BDF 15.45%, #B45EBB 80.03%);
  background: -moz-linear-gradient(115.17deg, #358BDF 15.45%, #B45EBB 80.03%);
  background: -o-linear-gradient(115.17deg, #358BDF 15.45%, #B45EBB 80.03%);
  background: linear-gradient(334.83deg, #358BDF 15.45%, #B45EBB 80.03%);
  bottom: -35px;
  color: #fff;
  width: 400px;
  max-width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2; }
  @media (max-width: 991px) {
    .wpcf7 form .wpcf7-response-output {
      position: static;
      margin-top: 5px !important; } }

.wpcf7-not-valid-tip {
  font-size: 12px !important;
  position: absolute;
  left: 0;
  bottom: -15px; }

/* Contact Form 7 End*/
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%); }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }
@-moz-keyframes slideUp {
  0% {
    -moz-transform-origin: 0 0;
         transform-origin: 0 0;
    -moz-transform: translateY(-5%);
         transform: translateY(-5%); }
  100% {
    -moz-transform-origin: 0 0;
         transform-origin: 0 0;
    -moz-transform: translateY(0%);
         transform: translateY(0%); } }
@-o-keyframes slideUp {
  0% {
    -o-transform-origin: 0 0;
       transform-origin: 0 0;
    -o-transform: translateY(-5%);
       transform: translateY(-5%); }
  100% {
    -o-transform-origin: 0 0;
       transform-origin: 0 0;
    -o-transform: translateY(0%);
       transform: translateY(0%); } }
@keyframes slideUp {
  0% {
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
         -o-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(-5%);
       -moz-transform: translateY(-5%);
         -o-transform: translateY(-5%);
            transform: translateY(-5%); }
  100% {
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
         -o-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%); } }

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(25%);
            transform: translateY(25%); }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@-moz-keyframes slideDown {
  0% {
    -moz-transform-origin: 0 0;
         transform-origin: 0 0;
    -moz-transform: translateY(25%);
         transform: translateY(25%); }
  100% {
    -moz-transform-origin: 0 0;
         transform-origin: 0 0;
    -moz-transform: translateY(0%);
         transform: translateY(0%); } }

@-o-keyframes slideDown {
  0% {
    -o-transform-origin: 0 0;
       transform-origin: 0 0;
    -o-transform: translateY(25%);
       transform: translateY(25%); }
  100% {
    -o-transform-origin: 0 0;
       transform-origin: 0 0;
    -o-transform: translateY(0%);
       transform: translateY(0%); } }

@keyframes slideDown {
  0% {
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
         -o-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(25%);
       -moz-transform: translateY(25%);
         -o-transform: translateY(25%);
            transform: translateY(25%); }
  100% {
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
         -o-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%); } }

@-webkit-keyframes slideRight {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(75%);
            transform: translateX(75%); }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

@-moz-keyframes slideRight {
  0% {
    -moz-transform-origin: 0 0;
         transform-origin: 0 0;
    -moz-transform: translateX(75%);
         transform: translateX(75%); }
  100% {
    -moz-transform-origin: 0 0;
         transform-origin: 0 0;
    -moz-transform: translateX(100%);
         transform: translateX(100%); } }

@-o-keyframes slideRight {
  0% {
    -o-transform-origin: 0 0;
       transform-origin: 0 0;
    -o-transform: translateX(75%);
       transform: translateX(75%); }
  100% {
    -o-transform-origin: 0 0;
       transform-origin: 0 0;
    -o-transform: translateX(100%);
       transform: translateX(100%); } }

@keyframes slideRight {
  0% {
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
         -o-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(75%);
       -moz-transform: translateX(75%);
         -o-transform: translateX(75%);
            transform: translateX(75%); }
  100% {
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
         -o-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
         -o-transform: translateX(100%);
            transform: translateX(100%); } }

@-webkit-keyframes rotatePrint {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

@-moz-keyframes rotatePrint {
  0% {
    -moz-transform: rotate(0);
         transform: rotate(0); }
  100% {
    -moz-transform: rotate(1turn);
         transform: rotate(1turn); } }

@-o-keyframes rotatePrint {
  0% {
    -o-transform: rotate(0);
       transform: rotate(0); }
  100% {
    -o-transform: rotate(1turn);
       transform: rotate(1turn); } }

@keyframes rotatePrint {
  0% {
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(1turn);
       -moz-transform: rotate(1turn);
         -o-transform: rotate(1turn);
            transform: rotate(1turn); } }

@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 0; } }

@-moz-keyframes scrollDown {
  0% {
    -moz-transform: translate(0, 0);
         transform: translate(0, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -moz-transform: translate(0, 20px);
         transform: translate(0, 20px);
    opacity: 0; } }

@-o-keyframes scrollDown {
  0% {
    -o-transform: translate(0, 0);
       transform: translate(0, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -o-transform: translate(0, 20px);
       transform: translate(0, 20px);
    opacity: 0; } }

@keyframes scrollDown {
  0% {
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(0, 20px);
       -moz-transform: translate(0, 20px);
         -o-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 0; } }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@-moz-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -moz-transform: rotate3d(0, 0, 1, 15deg);
         transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -moz-transform: rotate3d(0, 0, 1, -10deg);
         transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -moz-transform: rotate3d(0, 0, 1, 5deg);
         transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -moz-transform: rotate3d(0, 0, 1, -5deg);
         transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -moz-transform: rotate3d(0, 0, 1, 0deg);
         transform: rotate3d(0, 0, 1, 0deg); } }

@-o-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -moz-transform: rotate3d(0, 0, 1, 15deg);
         transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -moz-transform: rotate3d(0, 0, 1, -10deg);
         transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -moz-transform: rotate3d(0, 0, 1, 5deg);
         transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -moz-transform: rotate3d(0, 0, 1, -5deg);
         transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -moz-transform: rotate3d(0, 0, 1, 0deg);
         transform: rotate3d(0, 0, 1, 0deg); } }

/*# sourceMappingURL=main.css.map */
