/* vars */
/**
 Colors
 */
/*-------------------------------------Mixins--------------------------------------------------------------------*/


@media screen and (max-width: 1024px) {
  .main_menu {
    display: none; }

  .mobile_menu {
    display: block;
    position: absolute;
    top: -100%;
    width: 100%;
    left: 0;
    background: #ffffff;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    z-index: 20;
    overflow-y: scroll; }
    .mobile_menu.active {
      top: 0; }
    .mobile_menu .mobile_list {
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      top: 50%;
      left: 50%;
      position: absolute;
      text-align: center; }
      .mobile_menu .mobile_list li {
        margin-bottom: 40px; }
        .mobile_menu .mobile_list li:last-child {
          margin-bottom: 0; }
      .mobile_menu .mobile_list a {
        color: #000000;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 24px; }

  .open_mobile_menu {
    width: 18px;
    height: 7px;
    text-decoration: none;
    display: block;
    position: absolute;
    right: 80px;
    top: 25px;
    z-index: 30; }
    .open_mobile_menu.active .element.first {
      top: 2px;
      background: #000000;
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .open_mobile_menu.active .element.last {
      bottom: 3px;
      background: #000000;
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .open_mobile_menu .element {
      position: absolute;
      left: 0;
      width: 100%;
      background: #363535;
      height: 2px;
      -webkit-transition: 0.3s all;
      -moz-transition: 0.3s all;
      -o-transition: 0.3s all;
      transition: 0.3s all; }
      .open_mobile_menu .element.first {
        top: 0; }
      .open_mobile_menu .element.last {
        bottom: 0; }

  .header {
    top: 25px; }

  .main_announce {
    padding-bottom: 40px;
    height: auto; }
    .main_announce .left_block {
      height: 100vh; }
      .main_announce .left_block img {
        width: 80%;
        margin-left: 0;
        padding-top: 60px; }
    .main_announce .right_block {
      padding: 130px 0 0 40px; }
      .main_announce .right_block .title {
        font-size: 26px; }
      .main_announce .right_block p {
        font-size: 16px;
        line-height: 24px; }
      .main_announce .right_block .buttons {
        margin-top: 35px; }

  .what_is_it {
    margin: 90px 0; }
    .what_is_it .main_title {
      background: none;
      height: auto;
      text-align: center;
      margin-bottom: 60px; }
      .what_is_it .main_title span {
        position: static;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none; }
    .what_is_it .left_block {
      padding-right: 20px; }
      .what_is_it .left_block .content {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 24px; }
    .what_is_it .title {
      font-size: 26px; }

  .innovations {
    height: auto;
    margin: 60px 0;
    padding-bottom: 45px; }
    .innovations .backgrounds .grey img {
      display: block;
      width: 85%; }
    .innovations .block {
      padding-top: 60px; }
      .innovations .block .circle {
        margin: 0 0 1px 7px; }
      .innovations .block.first_block {
        padding-right: 20px; }
        .innovations .block.first_block .title {
          font-size: 18px; }
        .innovations .block.first_block .content ol li {
          font-size: 18px;
          line-height: 18px;
          margin-bottom: 20px; }
          .innovations .block.first_block .content ol li:before {
            font-size: 18px;
            top: -3px; }
          .innovations .block.first_block .content ol li:last-of-type {
            margin-bottom: 0; }
      .innovations .block.last_block {
        margin-top: 0;
        padding-left: 20px; }
        .innovations .block.last_block .title {
          font-size: 18px; }
        .innovations .block.last_block .content, .innovations .block.last_block p {
          line-height: 24px; }
    .innovations.shop_assistant .block .title {
      font-size: 22px !important; }
      .innovations.shop_assistant .block .title .circle {
        margin: 0 0 3px 7px; }

  .whom_is_it {
    padding: 60px 30px; }
    .whom_is_it .title {
      background: none;
      height: auto;
      text-align: center;
      margin-bottom: 35px; }
      .whom_is_it .title span {
        position: static;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none; }
    .whom_is_it .content .item_title {
      font-size: 34px; }

  .how_it_works .title {
    background: none;
    height: auto;
    text-align: center;
    margin-bottom: 40px; }
    .how_it_works .title .wrap {
      padding-top: 0; }
    .how_it_works .title span {
      position: static;
      -moz-transform: none;
      -o-transform: none;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none; }
  .how_it_works img {
    margin-bottom: 90px; }

  .e_commerce {
    height: auto;
    background-image: none !important;
    padding: 50px 0; }
    .e_commerce.shown {
      margin-top: 100px; }
    .e_commerce .overlay {
      visibility: hidden;
      opacity: 0; }
    .e_commerce .mobile_img {
      display: block;
      max-width: 480px;
      width: 100%;
      margin: 0 auto; }
      .e_commerce .mobile_img img {
        display: block;
        width: 100%;
        padding: 0 20px;
        margin: 0 auto; }
    .e_commerce p {
      margin-bottom: 40px;
      font-size: 24px;
      line-height: 36px; }
    .e_commerce .title {
      margin-top: 40px;
      font-size: 24px;
      margin-bottom: 15px; }
    .e_commerce .title, .e_commerce .content {
      padding-left: 20px; }

  .interested {
    padding: 60px 0; }
    .interested .title {
      background: none;
      height: auto;
      text-align: center;
      padding: 0;
      margin-bottom: 40px; }
      .interested .title .wrap {
        padding-top: 0; }
      .interested .title span {
        position: static;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none; }

  .footer {
    padding: 250px 0 20px; }
    .footer .copyright {
      margin-top: 95px; }
    .footer .subscribe {
      top: -200px;
      left: 50%;
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      position: absolute; }
    .footer .wrap {
      max-width: 550px; }

  .preloader {
    display: none; }

  .how_it_works .slider .slick-arrow {
    top: 680px;
    bottom: auto; } }

@media screen and (max-width: 768px) {
  .wrap.wrap-inner {
    padding: 20px;
  }
  .main-content {
    padding-bottom: 50px;
    padding-top: 100px;
  }
  .main-content h1 {
    font: 24px "light", Arial, sans-serif;
    color: #363535;
    margin-bottom: 30px;
  }
  .main-content h2 {
    font: 18px "light", Arial, sans-serif;
    color: #363535;
    margin: 21px 0;
  }
  .main-content p {
    font: 16px/24px "light", Arial, sans-serif;
    color: #363535;
  }
    .footer.no-menu .footer_logo {
        position: relative;
        margin: 0 auto 20px auto;
        left: auto;
        bottom: auto;
    }
}

@media only screen and (max-width: 700px) and (max-height: 300px) {
  .main_announce .left_block img {
    width: 50%;
    padding-top: 120px; } }

/*# sourceMappingURL=n_ipad.css.map */
