/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }
  
  /* HTML5 display-role reset for older browsers */
  article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block; }
  
  body {
    line-height: 1; }
  
  ol, ul {
    list-style: none; }
  
  blockquote, q {
    quotes: none; }
  
  blockquote:before, blockquote:after {
    content: '';
    content: none; }
  
  q:before, q:after {
    content: '';
    content: none; }
  
  table {
    border-collapse: collapse;
    border-spacing: 0; }
  
  @keyframes fadeInBottom {
    from {-webkit-transform: translateY(100%);
      transform: translateY(100%);}
    15% {-webkit-transform: translateY(0);
      transform: translateY(0);}
    to {-webkit-transform: translateY(0);
      transform: translateY(0);}}

  @keyframes fadeInRight {
    from {-webkit-transform: translateX(100%);
      transform: translateX(100%);}
    15% {-webkit-transform: translateX(0);
      transform: translateX(0);}
    to {-webkit-transform: translateX(0);
      transform: translateX(0);}}    

  @keyframes cover {
    100% {
      opacity: 1; } }
  @keyframes tips {
    100% {
      opacity: 1;
      visibility: visible; } }
  @keyframes flipFront {
    100% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    }}
  @keyframes flipBack {
    100% {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);} }
  @font-face {
    font-family: "Gotham Book";
    src: url("../fonts/gotham/GOTHMBOK.TTF"); }
  @font-face {
    font-family: "Gotham Bold";
    src: url("../fonts/gotham/GOTHMBOL.TTF"); }
  @font-face {
    font-family: "Gotham Light";
    src: url("../fonts/gotham/GOTHMLIG.TTF"); }
  @font-face {
    font-family: "Gotham Medium";
    src: url("../fonts/gotham/GOTHMMED.TTF"); }
  @font-face {
    font-family: "Gotham Ultra";
    src: url("../fonts/gotham/GOTHMULT.TTF"); }
  @font-face {
    font-family: "Refrigerator Bold";
    src: url("../fonts/RefrigeratorDeluxe/Refrigerator Delx W01 Bold.otf"); }
  * {
    box-sizing: border-box;
    outline: none; }
  
  a {
    text-decoration: none;
    color: #43413f; }
  
  .ta-r {
    text-align: right; }
  
  .ta-l {
    text-align: left; }
  
  .ta-c {
    text-align: center; }
  
  .fl-l {
    float: left; }
  
  .fl-r {
    float: right; }
  
  .show-sm {
    display: none; }
  
  .clearfix:after, .list-inline:after, .slogan h1:after, .advantages:after {
    content: "";
    display: table;
    clear: both;
    height: 0;
    line-height: 0; }
  
  .list-inline li {
    float: left; }
  
  .list-justify {
    -ms-text-justify: inter-ideograph;
    text-align: justify;
    font-size: 0; }
    .list-justify:after {
      content: "";
      display: inline-block;
      width: 100%;
      height: 0;
      line-height: 0; }
    .list-justify li {
      display: inline-block;
      vertical-align: top; }
  
  .list-inline-block {
    text-align: center;
    font-size: 0; }
    .list-inline-block li {
      display: inline-block;
      vertical-align: top; }

  .sub-menu li {
    padding: 10px 0 10px 10px;
    display: block;
  }
  .HB_Product {
    padding: 10px 0 10px 20px !important;
  }
  .image-middle, .slider li {
    white-space: nowrap; }
    .image-middle:after, .slider li:after {
      content: "";
      display: inline-block;
      height: 100%;
      vertical-align: middle; }
    .image-middle img, .slider li img {
      vertical-align: middle; }
  
  body {
    font-family: "Gotham Book", sans-serif;
    color: #43413f; }
  
  .resize {
    position: relative;
    width: 1134px;
    margin: 0 auto; }
  
  .section {
    overflow: hidden; }
  
  .btn {
    position: relative;
    display: inline-block;
    padding: 15px 43px 14px;
    transition: background-color .15s linear;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Gotham Bold", sans-serif;
    font-size: 14px;
    line-height: 1.2em;
    color: #fff;
    background-color: #f22e57;
    cursor: pointer; }
    .btn:hover {
      background-color: #ff9c00; }
  
  .btn-arr {
    padding-right: 30px; }
    .btn-arr:after {
      margin-left: 15px;
      font-family: "FontAwesome";
      content: "\f061"; }
  
  .hamburger {
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible; }
  
  .hamburger:hover {
    opacity: 0.7; }
  
  .hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative; }
  
  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px; }
  
  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    width: 38px;
    height: 4px;
    background-color: #ff9c00;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  
  .hamburger-inner::before,
  .hamburger-inner::after {
    content: "";
    display: block; }
  
  .hamburger-inner::before {
    top: -10px; }
  
  .hamburger-inner::after {
    bottom: -10px; }
  
  .hamburger--slider-r .hamburger-inner {
    top: 2px; }
  
  .hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    transition-timing-function: ease;
    transition-duration: 0.2s; }
  
  .hamburger--slider-r .hamburger-inner::after {
    top: 20px; }
  
  .hamburger--slider-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }
  
  .hamburger--slider-r.is-active .hamburger-inner::before {
    -webkit-transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0; }
  
  .hamburger--slider-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
    transform: translate3d(0, -20px, 0) rotate(90deg); }
  
  .btn {
    -webkit-appearance: none; }
  
  .responsive-nav {
    display: none; }
  
  .section {
    position: relative;
    padding-top: 66px; }
  
  .menu-switch {
    display: none; }
  
  .header-page {
    height: 100vh;
    background: url("../images/head-bg3.jpg") bottom center no-repeat; }
    .header-page header {
      height: 100%; }
      .header-page header > .resize {
        height: 100%; }
  
  .header-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    padding: 14px 0 14px;
    background-color: #fff; }
  
  .logo {
    float: left; }
  
  .mobile-logo {
    display: none; }
  
  nav a:hover {
    color: #f99c1c; }
  
  .main-menu {
    float: left;
    padding-top: 5px;
    padding-left: 35px; }
    .main-menu li {
      margin-right: 26px; }
    .main-menu a {
      font-size: 15px; }
  
  .log-in,
  .language {
    float: right;
    font-size: 15px; }
  
  .log-in {
    margin-top: 6px; }
  
  .language {
    margin-top: 4px;
    margin-right: 18px;
    font-family: "Gotham Book", sans-serif;
    border: none; }
  
  .selectric-language {
    float: right;
    margin-top: 5px;
    margin-right: 18px;
    font-family: "Gotham Book", sans-serif;
    font-size: 18px; }
  
  .slogan {
    margin-bottom: 72px;
    padding-top: 182px;
    text-transform: uppercase; }
    .slogan h1 {
      width: 600px;
      font-family: "Gotham Ultra", sans-serif;
      font-size: 141px;
      line-height: 116px;
      color: #ff9c00; }
      .slogan h1 b {
        float: left;
        display: inline-block;
        padding: 9px 15px 0 15px;
        font-family: "Refrigerator Bold", sans-serif;
        font-size: 68px;
        line-height: 63px;
        color: #fff;
        background-color: #ff9c00; }
      .slogan h1 strong {
        display: block;
        margin-left: -5px; }
    .slogan p {
      letter-spacing: .5px;
      font-family: "Refrigerator Bold", sans-serif;
      font-size: 36px;
      line-height: 50px;
      color: #636363; }
  
  .see-how {
    position: absolute;
    left: 0;
    bottom: 273px;
    width: 55%; }
  
  .view-360 {
    position: absolute;
    right: 50%;
    margin-right: -575px;
    bottom: 30px; }
  
  .link-next {
    position: absolute;
    left: 0;
    bottom: 25px; }
    .link-next a {
      display: block;
      width: 91px;
      height: 18px;
      background: url("../images/icon-scroll.png") 0 0 no-repeat; }
      .link-next a:hover {
        background-position: 0 -20px; }
  
  .next-copy {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 912px;
    height: 15px;
    margin-left: -456px;
    background-color: #ff9c00; }
  
  .advantages-page .resize {
    width: 912px; }
  .advantages-page h2 {
    position: relative;
    padding: 0 40px;
    text-transform: uppercase;
    font-family: "Refrigerator Bold", sans-serif;
    font-size: 46px;
    line-height: 84px;
    color: #fff;
    background-color: #ff9c00; }
    .advantages-page h2:before {
      content: "";
      position: absolute;
      top: 0;
      left: -230px;
      display: block;
      width: calc( 100% + 460px );
      height: 2px;
      background-color: #ff9c00; }
  .screenshot-mobile-strips {
    right: -100px !important;
    background-image: url(../images/mobile_big.png) !important;
    top: 283px;    
    width: 130px !important;
    height: 258px !important;
    z-index: 1000;
    padding: 26px 6px;
  }
  .screenshot-mobile-strips > div {
    top: 7px;
    width: 95% !important;
    height: 92% !important;
  }
  .advantages-block {
    position: relative;
    padding: 38px 0 53px; }
    .advantages-block:before {
      content: "";
      position: absolute;
      left: 132px;
      bottom: 0;
      display: block;
      width: calc( 100% - 132px );
      height: 2px;
      background-color: #636363; }
    .advantages-block:first-of-type {
      padding-top: 42px; }
      .advantages-block:first-of-type .advantages-img:before {
        background-color: #ff9c00; }
      .advantages-block:first-of-type .advantages-img:after {
        content: "";
        left: 18px;
        background-color: #ff9c00; }
      .advantages-block:first-of-type:before {
        background-color: #ff9c00; }
      .advantages-block:first-of-type h3 {
        margin-top: 0;
        margin: 0 0 14px; }
    .advantages-block:nth-of-type(even) {
      padding-left: 223px; }
      .advantages-block:nth-of-type(even):before {
        width: calc( 100% - 264px ); }
      .advantages-block:nth-of-type(even) .advantages-img {
        float: right;
        margin-right: 0;
        margin-left: 105px;
        padding: 4px 15px 15px; }
        .advantages-block:nth-of-type(even) .advantages-img:before {
          left: auto;
          right: 0; }
      .advantages-block:nth-of-type(even) h3 {
        margin-top: 23px; }
    .advantages-block h3 {
      margin: 10px 0 16px;
      text-transform: uppercase;
      font-family: "Refrigerator Bold", sans-serif;
      font-size: 30px;
      color: #636363; }
      .advantages-block h3 b {
        color: #ff9c00; }
    .advantages-block p {
      font-family: "Gotham Light", sans-serif;
      font-size: 16px;
      line-height: 24px;
      color: #636363; }
  
  .advantages-img {
    float: left;
    margin-right: 105px;
    padding: 4px 0 11px;
    border-bottom: 4px solid #636363; }
    .advantages-img:before, .advantages-img:after {
      position: absolute;
      left: 0;
      bottom: 0;
      display: block;
      width: 10px;
      height: 10px;
      background-color: #636363; }
    .advantages-img:before {
      content: ""; }
  
  .link-wizard {
    padding-top: 20px; }
    .link-wizard .btn {
      padding-left: 28px;
      padding-right: 28px; }
  
  .third {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 7px; }
    .third .resize {
      width: 910px; }
    .third .section-header {
      margin-bottom: 100px; } 
  .section-header {
    position: relative;
    width: 555px;
    height: 116px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Refrigerator Bold", sans-serif;
    font-size: 46px;
    line-height: 118px;
    color: #636363;
    border: 2px solid #ff9c00; }
    .section-header:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 100%;
      width: 580px;
      height: 2px;
      background-color: #ff9c00;
      width: 300%; }
    .section-header span {
      display: block;
      width: 510px;
      height: calc( 100% + 8px );
      margin: -4px auto;
      background-color: #fff; }
    .section-header b {
      color: #ff9c00; }
  
  .two-lines:after {
    width: 358px;
    width: 205%; }
  .two-lines:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    width: 230px;
    height: 2px;
    background-color: #ff9c00; }
  
  .numbers-list {
    margin-bottom: 120px;
    font-family: "Refrigerator Bold", sans-serif; }
    .numbers-list li {
      width: 201px;
      padding-top: 14px;
      border: 3px solid #636363;
      border-left: none;
      border-right: none; }
      .numbers-list li:last-child h3 {
        float: right;
        text-align: right; }
      .numbers-list li:last-child img {
        float: left; }
    .numbers-list div {
      min-height: 94px;
      padding-bottom: 3px;
      border-bottom: 3px solid #636363; }
    .numbers-list h3 {
      float: left;
      text-transform: uppercase;
      font-size: 35px;
      line-height: 60px;
      color: #ff9c00; }
      .numbers-list h3 b {
        display: block;
        font-size: 40px;
        line-height: 28px; }
    .numbers-list p {
      text-align: center;
      text-transform: uppercase;
      font-size: 31px;
      line-height: 50px;
      color: #636363; }
    .numbers-list img {
      float: right; }
  
  .wo-text h3 {
    position: relative;
    padding-bottom: 15px;
    border-bottom: 3px solid #636363; }
    .wo-text h3:after {
      content: "";
      position: absolute;
      top: calc( 100% + 19px );
      left: 0;
      display: block;
      width: 100%;
      height: 12px;
      background: url("../images/icon-balls.png") center center no-repeat;
      background-size: contain; }
  
  .slider li {
    display: table;
    font-size: 0;
    height: 92px; }
    .slider li.half_size {
      width: 400px !important; }
  .slider div {
    display: table-cell;
    vertical-align: middle; }
  .slider img {
    max-width: calc( 100% - 10px );
    margin-bottom: 10px; }
  
  .bx-wrapper {
    position: relative; }
  
  .bx-controls {
    font-size: 0; }
    .bx-controls a {
      position: absolute;
      top: 50%;
      margin-top: -13px;
      font-family: "FontAwesome";
      color: #ff9c00; }
      .bx-controls a:before {
        font-size: 26px; }
  
  .bx-prev {
    right: calc( 100% + 75px ); }
    .bx-prev:before {
      content: "\f053"; }
  
  .bx-next {
    left: calc( 100% + 75px ); }
    .bx-next:before {
      content: "\f054"; }
  
  .fourth {
    display: flex;
    flex-direction: column; }
    .fourth > .resize {
      flex: 1px; }
    .fourth .resize {
      width: 910px; }
    .fourth .section-header {
      float: right;
      width: 444px;
      height: 85px;
      margin-bottom: 90px;
      line-height: 90px;
      border-bottom: none; }
      .fourth .section-header:before {
        width: 468px;
        width: 280%; }
      .fourth .section-header:after {
        width: 230px; }
  
  .press li {
    vertical-align: middle; }
  
  .load-more {
    margin-bottom: 94px;
    padding-top: 57px;
    text-align: center; }
  
  .copyright {
    margin-top: 81px;
    margin-left: -315px;
    background-color: #ff9c00; }
    .copyright p {
      text-align: center;
      font-size: 14px;
      line-height: 51px;
      color: #fff; }
    .copyright a {
      white-space: nowrap;
      color: #fff; }
      .screenshot-mobile-publishers {
        top: 198px;
        padding: 18px 4px;
        background-image: url(../images/mobile_little.png) !important;
        width: 78px;
        height: 151px;
        left: 276px;
        background-position: top center;
        background-size: 100% auto;
        z-index: 1000000;
      }
    
      .screenshot-mobile-advertisers {
        top: 140px;
        padding: 18px 4px;
        background-image: url(../images/mobile_little.png) !important;
        width: 60px;
        height: 120px;
        left: 204px;
        background-position: top center;
        background-size: 100% auto;
        z-index: 1000000;
      }
  footer {
    padding-top: 50px;
    padding-left: 315px;
    background-color: #f7f7f7; }
    footer .resize {
      max-width: 100%; }
    footer ul {
      float: left;
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 145px;
      -moz-column-gap: 145px;
      column-gap: 145px; }
      footer ul a {
        font-family: "Gotham Light", sans-serif;
        font-size: 14px;
        color: #383838; }
    footer li {
      margin-bottom: 8px; }
  
  .social {
    float: left;
    margin-left: 120px;
    padding-top: 6px; }
    .social ul {
      -webkit-column-count: auto;
      -moz-column-count: auto;
      column-count: auto; }
    .social h3 {
      display: none;
      font-family: "Gotham Medium", sans-serif;
      font-size: 27px;
      color: #383838; }
    .social li {
      margin-left: 23px; }
    .social a {
      font-size: 0; }
    .social i {
      transition: color .15s linear;
      font-size: 18px;
      color: #ff9c00; }
      .social i:hover {
        color: #636363; }
  
  .page-product .resize {
    width: 912px; }
  .page-product .section > .resize {
    height: 100%; }
  
  .page-heading {
    position: fixed;
    left: 0;
    right: 0;
    top: 60px;
    z-index: 5000;
    padding: 15px 0 5px;
    background-color: #fff; }
    .page-heading h1 {
      text-transform: uppercase;
      font-family: "Refrigerator Bold", sans-serif;
      font-size: 50px;
      color: #ff9c00;
      padding-left: 109px; }
    .page-heading .btn {
      margin-right: 106px; }
  
  .fp-viewing-section5 .page-heading {
    display: none; }
  
  .page-number {
    float: left;
    margin-top: 225px;
    margin-left: -100px;
    padding: 0 10px;
    border: 4px solid #ff9c00;
    border-left: none;
    border-right: none;
    position: relative; }
    .page-number ul {
      padding-top: 50px; }
    .page-number li {
      text-align: right;
      text-transform: uppercase;
      font-family: "Refrigerator Bold", sans-serif;
      font-size: 16px;
      line-height: 26px;
      color: #aaa; }
      .page-number li a {
        color: #aaa; }
      .page-number li:after {
        content: "";
        display: inline-block;
        vertical-align: baseline;
        width: 10px;
        height: 10px;
        margin-left: 10px;
        background-color: #aaa; }
    .page-number a:hover {
      color: #636363; }
    .page-number .active a {
      color: #ff9c00; }
    .page-number .active:after {
      background-color: #ff9c00; }
    .page-number h3 {
      margin-left: 40px;
      font-family: "Refrigerator Bold", sans-serif;
      font-size: 192px;
      line-height: 149px;
      margin-top: 25px;
      color: #ff9c00; }
    .page-number .move_next {
      display: block;
      position: absolute;
      bottom: -31px;
      right: 31px; }
  
  .page-name {
    float: left;
    margin-top: 225px;
    margin-left: 40px;
    border-top: 3px solid #636363; }
    .page-name img {
      margin-right: 10px; }
    .page-name p {
      text-transform: uppercase;
      font-family: "Refrigerator Bold", sans-serif;
      font-size: 81px;
      line-height: 73px;
      color: #636363;
      border-bottom: 3px solid #636363;
      padding-top: 14px; }
      .page-name p:last-of-type {
        letter-spacing: -6px; }
  .my-flip {
    letter-spacing: -4px !important;
  }
  .my-content {
    letter-spacing: -5px !important;
  }
  .interstitial_name p {
      font-size: 52px !important;}

  .carousel_name p {
      font-size: 64px;}
  
  .view-demo {
    float: right;
    clear: both;
    margin-right: 32px;
    margin-top: 18px;
    padding-right: 0;
    text-transform: uppercase;
    font-family: "Gotham Bold", sans-serif;
    font-size: 14px;
    color: #f22c56; }
  
  .screenshot-list {
    position: relative;
    float: right;
    width: 510px;
    height: 560px; }
    .screenshot-list:after {
      content: "";
      position: absolute;
      top: 50px;
      right: -75px;
      z-index: 1000;
      display: block;
      width: 238px;
      height: 238px;
      background: url("../images/icon-circle.png") center center no-repeat; }
  
  .screenshot {
    position: absolute;
    background: center center no-repeat; }
    .screenshot img {
      max-width: 100%; }
    .screenshot > div {
      position: relative;
      width: 100%;
      height: 100%;
      margin: 0 auto;
      overflow: hidden;
      background: #fff top center no-repeat;
      background-size: 100% auto; }
    .screenshot .demonstration {
      position: relative;
      overflow: hidden;
      box-shadow: 0px 0px 50px -10px rgba(0, 0, 0, 0.75); }
    .screenshot .anim {
      position: absolute;
      bottom: 0;
      left: 0;
      max-width: 100%; }
  
  .anim-on-scroll.fadeInBottom .anim {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);    
    animation: fadeInBottom 5s ease-in-out .5s infinite normal none running; }

    .anim-on-scroll.fadeInRight .anim {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);    
    animation: fadeInRight 5s ease-in-out .5s infinite normal none running; }

    .anim-side {
    transform: translateX(100%) !important;
    -webkit-transform: translateX(100%) !important;
    animation-duration: 5s !important;
}
  .anim-on-scroll.cover img {
    opacity: 0;
    animation-name: cover;
    animation-delay: .5s;
    animation-duration: 1s;
    animation-fill-mode: forwards; }
  .anim-on-scroll.flip .front {
    animation-name: flipFront;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running; }
  .anim-on-scroll.flip .back {
    animation-name: flipBack;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running; }
  .anim-on-scroll.tip-anim .tip {
    animation-name: tips;
    animation-delay: .5s;
    animation-duration: 1s;
    animation-fill-mode: forwards; }
  
  .screenshot-desktop {
    z-index: 100;
    top: 140px;
    right: 2px;
    width: 499px;
    height: 402px;
    padding: 14px 15px 113px;
    background-image: url("../images/img-desktop.png"); }
    .screenshot-desktop img {
      display: block; }

  .screenshot-interstitial {
    background-image: url("/wp-content/themes/imonomy/images/inscreen/interstitial.gif") !important; 
    background: center center no-repeat;
    height: 560px;
    right: 75px;
    position: absolute;
    top: 60px; }

    .screenshot-carousel {
    background-image: url("/wp-content/themes/imonomy/images/product-page/carousel_new.gif") !important; 
    background: center center no-repeat;
    height: 560px;
    right: 75px;
    position: absolute;
    top: 60px; }

  .screenshot-interstitial img, .screenshot-carousel img {
      display: block; }
  
  .screenshot-tablet {
    z-index: 1006;
    top: 298px;
    right: -86px;
    width: 179px;
    height: 247px;
    padding: 18px 5px 29px;
    background-image: url("../images/img-tablet.png"); }
    .screenshot-tablet img {
      z-index: 1007; }
  .screenshot-mobile > div {
    top: 7px;
    width: 95%;
    height: 92%;
  }
  .screenshot-mobile {
    z-index: 1000;
    top: 363px;
    right: 99px;
    width: 86px;
    height: 182px;
    padding: 26px 6px;
    background-image: url("../images/img-mobile.png"); }
    .screenshot-mobile img {
      z-index: 1000; }
  .my-content-mobile {
    background-image: url("../images/mobile_big.png");
    top: 282px;
    right: 25px !important;
    width: 111px !important;
    height: 231px !important;
  }
  .screenshot-mobile {
    background-image: url("../images/mobile_big.png");
    top: 283px;
    right: 25px !important;
    width: 130px !important;
    height: 258px !important;
  }
  .my-content-mobile img {
      z-index: 1000; }
  .my-edge-mobile img {
      z-index: 1000; }
  .my-strips .screenshot-desktop .demonstration {
    width: 294px;
    height: 147px;
    margin-top: 80px;
    margin-left: 11px; }
  .my-strips .screenshot-tablet .demonstration {
    width: 157px;
    height: 78px;
    margin-top: 28px;
    margin-left: 6px; }
  .my-strips .screenshot-mobile .demonstration {
    margin-top: 12px;
    margin-left: 0px; }
  
  .my-cover img {
    opacity: 0; }
  .my-cover .screenshot-desktop img {
    width: 122px;
    margin-top: 125px;
    margin-left: 120px; }
  .my-cover .screenshot-tablet img {
    width: 90px;
    margin-top: 60px;
    margin-left: 38px; }
  .my-cover .screenshot-mobile img {
    width: 36px;
    margin-top: 48px;
    margin-left: 18px; }
  
  .my-flip:after {
    top: auto;
    right: auto;
    left: -40px;
    bottom: 0; }
  .my-flip img {
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: backwards;    
     }
  .my-flip .back {    
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  .my-flip .screenshot-desktop img {
    width: 230px;
    margin-left: 23px;
    margin-top: 97px; }
  .my-flip .screenshot-desktop .back {
    height: 153px; }
  .my-flip .screenshot-tablet img {
    width: 155px;
    margin-top: 36px;
    margin-left: 8px; }
  .my-flip .screenshot-tablet .back {
    height: 103px; }
  .my-flip .screenshot-mobile img {
    width: 106px !important;
    margin-top: 16px;
    margin-left: 3px; }
  .my-flip .screenshot-mobile .back {
    height: 71px;
    width: 106px; }
  
  .my-tips .tip {
    position: absolute;
    transition: opacity .8s, visibility .8s;
    opacity: 0;
    visibility: hidden; }
  .my-tips .screenshot-desktop .main {
    width: 270px;
    margin-top: 37px;
    margin-left: 46px; }
  .my-tips .screenshot-desktop .tip {
    top: 75px;
    left: 14px;
    width: 132px; }
  .my-tips .screenshot-tablet .main {
    width: 160px;
    margin-top: 22px;
    margin-left: 5px; }
  .my-tips .screenshot-tablet .tip {
    top: 80px;
    left: 13px;
    width: 80px; }
  .my-tips .screenshot-mobile .main {
    width: 70px;
    margin-top: 10px;
    margin-left: 2px; }
  .my-tips .screenshot-mobile .tip {
    top: 30px;
    left: 7px;
    width: 40px; }
  
  .example-1-lg > div {
    background-image: url("../images/iframe-lg-1.png"); }
  
  .example-1-md > div {
    background-image: url("../images/iframe-md-1.png"); }
  
  .example-1-sm > div {
    background-image: url("../images/iframe-sm-1.png"); }
  
  .example-2-lg > div {
    background-image: url("../images/iframe-lg-2.png"); }
  
  .example-2-md > div {
    background-image: url("../images/iframe-md-2.png"); }
  
  .example-2-sm > div {
    background-image: url("../images/iframe-sm-2.png"); }
  
  .example-3-lg > div {
    background-image: url("../images/iframe-lg-3.png"); }
  
  .example-3-md > div,
  .example-3-sm > div {
    background-image: url("../images/iframe-md-3.png"); }
  
  .example-4-lg > div {
    background-image: url("../images/iframe-lg-4.png"); }
  
  .example-4-md > div,
  .example-4-sm > div {
    background-image: url("../images/iframe-md-4.png"); }
  
  .fourth .page-name,
  .fourth .page-number {
    margin-top: 180px; }
  .fourth .screenshot-list {
    height: 515px; }
  .fourth .screenshot-desktop {
    top: 100px; }
  .fourth .screenshot-tablet {
    top: 258px; }
  .fourth .screenshot-mobile {
    top: 323px; }
  
  #product_1 {
    background-image: url("../images/product-bg-1.png");
    background-position-y: 145px;
    background-position-x: 50%;
    padding-top: 114px; }
  
  #product_2 {
    background-image: url("../images/product-bg-4.png");
    background-position-y: 145px;
    background-position-x: 50%;
    padding-top: 114px; }
    #product_2 .screenshot-list:after {
      right: -30px; }
  
  #product_3 {
    background-image: url("../images/product-bg-3.png");
    background-position-y: 145px;
    background-position-x: 50%;
    padding-top: 114px; }
    #product_3 .screenshot-list:after {
      left: -96px; }
  
  #product_4 {
    background-image: url("../images/product-bg-4.png");
    background-position-y: 145px;
    background-position-x: 50%;
    padding-top: 237px; }
    #product_4 .screenshot-list:after {
      right: -109px;
      top: -86px; }
  
  #product_4 .page-name p {
    line-height: 44px;
    font-size: 51px;
    padding-top: 6px; }
    #product_4 .page-name p:last-of-type {
      font-size: 120px;
      line-height: 98px;
      padding-top: 16px; }
  
  div[id^="product"] {
    background: top center repeat-y; }
    div[id^="product"]:before {
      content: "";
      position: absolute;
      top: 0;
      right: calc( 100% - 20px );
      display: block;
      width: 100vw;
      height: 100%;
      background-color: #ff9c00; }
    div[id^="product"]:nth-of-type(2n):before {
      left: calc( 100% - 20px ); }
  
  .product-modal {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50000;
    background: rgba(0, 0, 0, 0.8); }
    .product-modal .close {
      margin-top: 14px;
      padding: 7px 2px;
      cursor: pointer; }
      .product-modal .close span {
        display: block;
        width: 12px;
        height: 2px;
        background-color: #ff9c00; }
        .product-modal .close span:first-of-type {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .product-modal .close span:last-of-type {
          margin-top: -2px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .product-modal header {
      margin-bottom: 12px;
      background-color: #363636; }
      .product-modal header > .resize {
        padding: 15px 0; }
    .product-modal nav {
      background-color: #f2f2f2; }
    .product-modal h2 {
      float: left;
      text-transform: uppercase;
      font-family: "Refrigerator Bold", sans-serif;
      font-size: 42px;
      color: #ff9c00; }
    .product-modal ul {
      padding: 9px 0; }
    .product-modal li {
      margin-right: 16px; }
    .product-modal a {
      text-transform: uppercase;
      font-family: "Refrigerator Bold", sans-serif;
      font-size: 16px;
      line-height: 1em;
      color: #363636; }
      .product-modal a.active {
        color: #ff9c00; }
    .product-modal iframe {
      width: 100%;
      height: 700px;
      background-color: #fff; }
    .product-modal .bx-controls-direction a {
      font-size: 0;
      color: #fff; }
      .product-modal .bx-controls-direction a:before {
        font-family: "FontAwesome"; }
    .product-modal .bx-prev {
      right: calc( 100% + 65px ); }
      .product-modal .bx-prev:before {
        content: "\f053"; }
    .product-modal .bx-next {
      left: calc( 100% + 65px ); }
      .product-modal .bx-next:before {
        content: "\f054"; }
  
  .demo-mobile {
    width: 114px;
    height: 232px;
    margin: -20px auto;
    padding: 18px 0px;
     }
    .demo-mobile .site-iframe {
      height: 100%;
      overflow: hidden; }
    .demo-mobile iframe {
      width: calc( 100% + 17px );
      height: 100%; }
  
  .products-pager {
    position: absolute;
    top: 60px;
    left: calc( 100% + 42px ); }
    .products-pager li {
      margin-bottom: 32px; }
    .products-pager a {
      white-space: nowrap;
      color: #e4e4e4; }
      .products-pager a:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 48px;
        height: 42px;
        margin-right: 28px;
        background: url("../images/icon-pager.png") no-repeat; }
    .products-pager .active.desktop:before {
      background-position: 0 0; }
    .products-pager .active.mobile:before {
      background-position: -50px 0; }
    .products-pager .desktop:before {
      background-position: 0 -44px; }
    .products-pager .mobile:before {
      background-position: -50px -44px; }
  
  .demo-desktop .site-iframe {
    position: relative;
    padding-top: 24px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #e4e4e4; }
    .demo-desktop .site-iframe:before {
      content: "";
      position: absolute;
      top: 9px;
      left: 10px;
      display: block;
      width: 31px;
      height: 7px;
      background: url("../images/icon-mac.png") center center no-repeat; }
  
  .slick-slide img {
    margin-left: auto;
    margin-right: auto; }
  
  .reviews {
    position: relative;
    min-height: 100px; }
  
  .reviews-inner {
    position: relative;
    padding-top: 40px;
    padding-left: 100px; }
  
  .reviews-inner:before {
    content: '';
    position: absolute;
    background: url("../images/quote.png") no-repeat;
    background-size: cover;
    top: 0;
    left: 0px;
    width: 147px;
    height: 105px; }
  
  .reviews-slider {
    width: 700px;
    margin: 0 auto 30px; }
  
  .reviews-box {
    position: relative;
    width: 450px;
    font-size: 16px;
    font-family: "Gotham Light", sans-serif;
    line-height: 24px;
    text-align: center;
    margin: 0 auto; }
  
  .reviews-img {
    position: relative;
    line-height: 0;
    margin-bottom: 15px;
    text-align: center; }
  
  .reviews-img img {
    display: inline;
    max-width: 100%; }
  
  .nopaged-js {
    padding-top: 0; }
  
  .contact-section-wrapper {
    height: 100vh; }
  
  .contact-form-wrapper {
    height: calc(100vh - 207px); }
  
  .contact-form-container {
    position: relative;
    overflow: hidden;
    padding-top: 61px; }
    .contact-form-container .left {
      float: left;
      width: 50%;
      padding-top: 106px; }
      .contact-form-container .left .title {
        font-family: "Refrigerator Bold", sans-serif;
        font-size: 40px;
        font-weight: 700;
        line-height: 42px;
        text-transform: uppercase;
        /* Text style for "In-Image P" */
        color: #636363; }
        .contact-form-container .left .title.orange {
          color: #ff9c00; }
    .contact-form-container .right {
      float: left;
      width: 50%;
      display: none; }
      .contact-form-container .right.active {
        display: block; }
      .contact-form-container .right.thank {
        text-align: center; }
        .contact-form-container .right.thank img {
          margin-bottom: 18px; }
        .contact-form-container .right.thank p {
          font-family: "Gotham Light", sans-serif;
          font-weight: 300;
          line-height: 18px;
          /* Text style for "One of our" */
          color: #363636;
          font-size: 16px; }
          .contact-form-container .right.thank p b {
            color: #ff9c00;
            font-size: 18px; }
        .contact-form-container .right.thank .orange_line_container {
          padding-top: 82px;
          padding-bottom: 61px; }
      .contact-form-container .right .orange_line_container {
        border-left: 3px solid #ff9c00;
        padding-left: 18px; }
      .contact-form-container .right .title {
        color: #636363;
        font-family: "Gotham Medium", sans-serif;
        font-size: 22px;
        font-weight: 500; }
      .contact-form-container .right .field_item {
        margin-top: 30px;
        position: relative; }
        .contact-form-container .right .field_item span.digit {
          display: inline-block;
          color: #636363;
          font-family: "Refrigerator Bold", sans-serif;
          font-size: 40px;
          font-weight: 700;
          text-transform: uppercase;
          padding-right: 41px;
          margin-right: 15px; }
          .contact-form-container .right .field_item span.digit.name {
            background: url(../images/wizard/input_name_bg.png) center right no-repeat; }
          .contact-form-container .right .field_item span.digit.email {
            background: url(../images/wizard/input_email_bg.png) center right no-repeat; }
          .contact-form-container .right .field_item span.digit.company {
            background: url(../images/wizard/input_company_bg.png) center right no-repeat; }
          .contact-form-container .right .field_item span.digit.site {
            background: url(../images/wizard/input_website_bg.png) center right no-repeat; }
        .contact-form-container .right .field_item span.alert {
          position: absolute;
          bottom: -17px;
          left: 75px;
          color: red;
          font-size: 12px; }
        .contact-form-container .right .field_item input[type='text'], .contact-form-container .right .field_item input[type='email'], .contact-form-container .right .field_item input[type='url'] {
          display: inline-block;
          vertical-align: top;
          background: none;
          border: 0;
          border-bottom: 1px solid #dadada;
          color: #636363;
          font-family: "Gotham Medium", sans-serif;
          font-size: 16px;
          font-weight: 500;
          line-height: 24px;
          padding: 8px 1px;
          width: calc(100% - 100px); }
        .contact-form-container .right .field_item textarea {
          width: 353px;
          height: 74px;
          color: #636363;
          font-family: "Gotham Light", sans-serif;
          font-size: 16px;
          font-weight: 300;
          padding: 8px 14px;
          border: 1px solid #dadada; }
        .contact-form-container .right .field_item .btn {
          padding-right: 43px;
          position: absolute;
          bottom: 9px;
          right: 0; }
        .contact-form-container .right .field_item.textarea span.alert {
          bottom: -10px; }
        .contact-form-container .right .field_item.textarea span.digit {
          vertical-align: top; }
      .contact-form-container .right input.btn {
        border: none; }
      .contact-form-container .right p.info {
        font-family: "Gotham Light", sans-serif;
        font-size: 11px;
        font-weight: 300;
        line-height: 18px;
        /* Text style for "By clickin" */
        color: #828282;
        padding-left: 44px;
        margin-bottom: 18px;
        margin-top: 22px; }
        .contact-form-container .right p.info a {
          color: #f22c56;
          text-decoration: none; }
    .contact-form-container.contacts .left {
      padding-top: 30.4px; }
      .contact-form-container.contacts .left img {
        margin-bottom: 15px; }
  
  .contact-form-container.contacts .right .field_item input[type='text'], .contact-form-container.contacts .right .field_item input[type='email'], .contact-form-container.contacts .right .field_item input[type='url'] {
    width: calc(100% - 224px); }
  
  .contact-form-container.contacts .right .field_item textarea {
    width: calc(100% - 224px); }
  
  .contact-form-container.contacts .right .field_item .btn {
    bottom: 14px; }
  
  .contact-form-container.contacts .right .field_item.textarea {
    padding-bottom: 12px; }
  
  .contact-form-container.contacts .right .field_item.textarea span.alert {
    bottom: 0px; }
  
  .wizard-features-container {
    margin-top: 63px;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    background: url(../images/wizard/wizard_features_bg.png) center center no-repeat;
    height: 207px;
    text-align: center;
    width: 100%; }
    .wizard-features-container.contacts {
      background: url(../images/wizard/contact_features_bg.png) center center no-repeat; }
    .wizard-features-container .item {
      margin: 62px 95px 0 0;
      display: inline-block;
      width: 140px;
      text-align: center; }
      .wizard-features-container .item:last-child {
        margin-right: 0; }
      .wizard-features-container .item img {
        margin-bottom: 10px; }
      .wizard-features-container .item p {
        color: white;
        font-family: "Refrigerator Bold", sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        text-transform: uppercase; }
  
  .text-page {
    padding-top: 166px; }
    .text-page strong {
      font-weight: bold;
      font-size: 20px; }
    .text-page .resize {
      width: 912px; }
    .text-page h1 {
      margin-bottom: 45px;
      text-transform: uppercase;
      font-family: "Refrigerator Bold", sans-serif;
      font-size: 40px;
      line-height: 42px;
      color: #ff9c00; }
      .text-page h1 b {
        color: #636363; }
    .text-page h2 {
      margin-bottom: 25px;
      font-family: "Gotham Bold", sans-serif;
      font-size: 24px;
      color: #ff9c00; }
    .text-page p {
      margin-bottom: 25px;
      font-family: "Gotham Book", sans-serif;
      font-size: 16px;
      line-height: 24px;
      color: #828282; }
    .text-page a {
      text-decoration: underline;
      color: #ff9c00; }
    .text-page ul {
      margin-bottom: 24px;
      padding-left: 20px;
      list-style-type: disc; }
    .text-page li {
      font-size: 16px;
      line-height: 24px;
      color: #828282; }
    .text-page ~ footer {
      overflow: hidden;
      margin-top: 65px; }
  
  .publisher-heading {
    padding-bottom: 15px; }
    .publisher-heading .btn {
      border: 0px solid red; }
    .publisher-heading.scrolled .btn {
      color: #fff;
      background-color: #f22e57; }
    .publisher-heading.dark-section .btn:hover {
      background-color: #ff9c00; }
    .publisher-heading .resize {
      padding-right: 112px; }
    .publisher-heading h1 {
      text-transform: uppercase;
      font-family: "Refrigerator Bold", sans-serif;
      font-size: 50px;
      line-height: 50px;
      color: #fff; }
    .publisher-heading br {
      display: none; }
    .publisher-heading .btn {
      color: #f22e57;
      background-color: #fff; }
      .publisher-heading .btn:hover {
        background-color: #636363; }
  
  .page-publisher .resize {
    padding-right: 112px; }
  .page-publisher .advantages {
    border-bottom: 4px solid #363636; }
  .page-publisher .section {
    padding-top: 220px;
    background: center center no-repeat;
    background-size: cover; }
    .page-publisher .section.fp-auto-height {
      padding-top: 0 !important; }
    .page-publisher .section:nth-of-type(1) {
      background-image: url("../images/publisher-bg-1.png"); }
    .page-publisher .section:nth-of-type(2) {
      background-image: url("../images/publisher-bg-2.png"); }
      .page-publisher .section:nth-of-type(2) .description p {
        color: #363636; }
    .page-publisher .section:nth-of-type(3) {
      background-image: url("../images/publisher-bg-3.png"); }
      .page-publisher .section:nth-of-type(3) .description p {
        color: #363636; }
      .page-publisher .section:nth-of-type(3) b {
        display: inline-block; }
    .page-publisher .section:nth-of-type(4) {
      background-image: url("../images/publisher-bg-4.png"); }
      .page-publisher .section:nth-of-type(4) .description b,
      .page-publisher .section:nth-of-type(4) .advantages a:not(.active) {
        color: #ff9c00; }
        .page-publisher .section:nth-of-type(4) .description b:before,
        .page-publisher .section:nth-of-type(4) .advantages a:not(.active):before {
          color: #ff9c00;
          background-color: #ff9c00; }
        .page-publisher .section:nth-of-type(4) .description b:after,
        .page-publisher .section:nth-of-type(4) .advantages a:not(.active):after {
          color: #ff9c00; }
      .page-publisher .section:nth-of-type(4) .screenshot-list,
      .page-publisher .section:nth-of-type(4) .advantages {
        border-color: #fff; }
      .page-publisher .section:nth-of-type(4) b {
        display: inline-block; }
  .page-publisher .screenshot-list {
    width: 100%;
    height: 365px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 4px solid #363636; }
    .page-publisher .screenshot-list:after {
      content: none; }
  .page-publisher .screenshot-desktop {
    top: 0;
    left: 0;
    width: 432px;
    height: 348px;
    padding: 12px 13px 98px;
    background-image: url("../images/img-desktop-1.png"); }
  .page-publisher .screenshot-tablet {
    top: auto;
    left: auto;
    right: 0;
    bottom: 12px;
    width: 155px;
    height: 214px;
    padding: 15px 4px 25px;
    background-image: url("../images/img-tablet-1.png"); }
  .page-publisher .screenshot-mobile {
    top: auto;
    left: auto;
    right: 160px;
    bottom: 12px;
    width: 74px;
    height: 158px;
    padding: 22px 4px;
    background-image: url("../images/img-mobile-1.png"); }
  .page-publisher .my-strips .screenshot-desktop .demonstration {
    width: 250px;
    height: 125px; }
  .page-publisher .my-strips .screenshot-tablet .demonstration {
    width: 134px;
    height: 60px; }
  .page-publisher .my-cover .screenshot-desktop img {
    width: 110px;
    margin-top: 108px;
    margin-left: 110px; }
  .page-publisher .my-cover .screenshot-tablet img {
    width: 80px;
    margin-top: 52px;
    margin-left: 32px; }
  .page-publisher .my-cover .screenshot-mobile img {
    width: 30px;
    margin-top: 44px; }
  .page-publisher .my-flip .screenshot-desktop img {
    width: 225px;
    margin-top: 75px; }
  .page-publisher .my-flip .screenshot-tablet img {
    width: 128px; }
  .page-publisher .my-flip .screenshot-tablet .back {
    height: 85px; }
  .page-publisher .my-flip .screenshot-mobile img {
    width: 60px; }
  .page-publisher .my-flip .screenshot-mobile .back {
    height: 40px; }
  .page-publisher .my-tips .screenshot-desktop .main {
    width: 232px;
    margin-left: 38px; }
  .page-publisher .my-tips .screenshot-tablet .main {
    width: 135px; }
  .page-publisher .my-tips .screenshot-mobile .main {
    width: 62px; }
  
  .description {
    float: right;
    width: 440px;
    margin-left: 40px; }
    .description h2 {
      text-transform: uppercase;
      font-family: "Refrigerator Bold", sans-serif;
      font-size: 50px;
      line-height: 60px;
      color: #fff; }
      .description h2 b {
        display: block;
        color: #363636; }
    .description p {
      margin-top: 30px;
      font-family: "Gotham Medium", sans-serif;
      font-size: 20px;
      line-height: 27px;
      color: #fff; }
    .description .link-next {
      position: static; }
      .description .link-next a {
        background-position: 0 -40px; }
        .description .link-next a:hover {
          background-position: 0 -20px; }
  
  .thumbnail {
    float: left;
    width: 510px;
    margin-left: 12px; }
  
  .advantages {
    clear: both;
    padding-bottom: 20px; }
    .advantages ul {
      float: left; }
    .advantages img {
      float: right; }
    .advantages a {
      position: relative;
      transition: color .2s;
      text-transform: uppercase;
      font-family: "Refrigerator Bold", sans-serif;
      font-size: 20px;
      line-height: 30px;
      color: #363636; }
      .advantages a:before {
        content: "";
        display: inline-block;
        vertical-align: top;
        width: 10px;
        height: 10px;
        margin-top: 9px;
        margin-right: 14px;
        background-color: #363636; }
      .advantages a:hover {
        color: #fff; }
        .advantages a:hover:before {
          background-color: #fff; }
    .advantages .active {
      color: #fff; }
      .advantages .active:before {
        background-color: #fff; }
      .advantages .active:after {
        content: "\f061";
        position: absolute;
        top: 0;
        right: calc( 100% + 8px );
        font-family: "FontAwesome";
        font-size: 14px;
        line-height: 22px;
        color: #fff; }
  
  .page-about main {
    background: url("../images/about-bg.png") top center no-repeat; }
  .page-about .resize {
    width: 1144px; }
  
  .heading {
    margin-top: 66px;
    padding: 66px 0 50px 75px; }
    .heading h1 {
      margin-bottom: 40px;
      text-transform: uppercase;
      font-family: "Refrigerator Bold", sans-serif;
      font-size: 50px;
      color: #fff; }
    .heading p {
      clear: both;
      width: 770px;
      font-family: "Gotham Medium", sans-serif;
      font-size: 24px;
      line-height: 27px;
      color: #fff; }
  
  .about-list {
    padding: 80px 80px 0 70px;
    background-color: #fff; }
    .about-list > div {
      margin-bottom: 100px; }
      .about-list > div:nth-of-type(even) img {
        float: right; }
      .about-list > div:nth-of-type(even) p {
        margin-left: 0;
        margin-right: 260px; }
      .about-list > div:last-of-type {
        padding: 50px 0;
        border: 5px solid #ff9c00;
        border-left: none;
        border-right: none; }
        .about-list > div:last-of-type img {
          margin-top: 0; }
        .about-list > div:last-of-type p {
          color: #ff9c00; }
    .about-list img {
      float: left;
      margin-top: 20px; }
    .about-list p {
      margin-left: 220px;
      font-family: "Gotham Medium", sans-serif;
      font-size: 20px;
      line-height: 27px; }
  
  .about-result {
    padding: 100px 0 120px;
    background: url("../images/publisher-bg-2.png") center center no-repeat; }
    .about-result img {
      float: left; }
    .about-result p {
      margin-left: 220px;
      font-family: "Gotham Medium", sans-serif;
      font-size: 20px;
      line-height: 27px;
      color: #fff; }
  
  .publisher-heading-top {
    display: none; }
  
  .page-ads .section.fp-section {
    padding-top: 460px; }
  .page-ads .section .resize:after {
    content: "";
    position: absolute;
    top: -50px;
    left: 50%;
    display: block;
    width: 50vw;
    height: 600px;
    background: top left no-repeat;
    background-size: contain; }
  .page-ads .section:nth-of-type(1) h2 {
    color: #ed355b; }
  .page-ads .section:nth-of-type(1) .resize:after {
    background-image: url("../images/illustaration-1.png"); }
  .page-ads .section:nth-of-type(1) .link-next a {
    background-position: 0 -60px; }
  .page-ads .section:nth-of-type(2) h2 {
    color: #ff9c00; }
  .page-ads .section:nth-of-type(2) .resize:after {
    background-image: url("../images/illustaration-2.png"); }
  .page-ads .section:nth-of-type(2) .link-next a {
    background-position: 0 0; }
  .page-ads .section:nth-of-type(3) h2 {
    color: #0db4a6; }
  .page-ads .section:nth-of-type(3) .resize:after {
    background-image: url("../images/illustaration-3.png"); }
  .page-ads .section:nth-of-type(3) .link-next a {
    background-position: 0 -80px; }
  .page-ads .section:nth-of-type(4) h2 {
    color: #363636; }
  .page-ads .section:nth-of-type(4) .resize:after {
    background-image: url("../images/illustaration-4.png"); }
  .page-ads .section:nth-of-type(4) .link-next a {
    background-position: 0 -100px; }
  .page-ads h2 {
    width: 560px;
    font-family: "Refrigerator Bold", sans-serif;
    font-size: 50px;
    line-height: 55px; }
  .page-ads p {
    width: 560px;
    margin-top: 15px;
    font-family: "Gotham Book", sans-serif;
    font-size: 18px;
    line-height: 25px; }
  .page-ads .link-next {
    position: static; }
  
  .demo-top {
    position: fixed;
    left: 0;
    right: 0;
    top: 60px;
    z-index: 1000;
    background-color: #fff;
    background: #fff url("../images/img-bg.png") center center no-repeat;
    background-size: auto 100%; }
    .demo-top h2 {
      margin-left: 140px;
      padding-top: 70px;
      text-transform: uppercase;
      font-family: "Refrigerator Bold", sans-serif;
      font-size: 50px;
      line-height: 44px;
      color: #ff9c00; }
      .demo-top h2 b {
        display: block;
        color: #363636; }
    .demo-top .btn {
      margin-top: 60px;
      margin-left: 140px; }
    .demo-top .screenshot-list {
      float: left;
      width: 380px;
      height: 260px;
      margin-top: 90px;
      margin-left: 60px; }
      .demo-top .screenshot-list:after {
        top: -45px;
        right: calc( 100% - 190px ); }
    .demo-top .screenshot {
      background-size: cover; }
    .demo-top .screenshot-desktop {
      position: static;
      width: 323px;
      height: 260px;
      padding: 9px 10px 72px; }
      .demo-top .screenshot-desktop .demonstration {
        width: 188px;
        height: 94px;
        margin-top: 51px;
        margin-left: 7px; }
    .demo-top .screenshot-tablet {
      top: auto;
      bottom: 0;
      right: 0;
      width: 115px;
      height: 160px;
      padding: 12px 3px 19px; }
      .demo-top .screenshot-tablet .demonstration {
        width: 96px;
        height: 48px;
        margin-top: 18px;
        margin-left: 9px; }
    .demo-top .screenshot-mobile {
      top: auto;
      bottom: 0;
      right: 118px;
      width: 56px;
      height: 118px;
      padding: 17px 4px; }
      .demo-top .screenshot-mobile .demonstration {
        width: 43px;
        height: 22px; }
     
      @media screen and (max-width: 1700px) and (min-width: 1000px) {
          .see-how {
            bottom: 160px;
          }
        }        
        @media screen and (max-width: 1000px) and (min-width: 481px) {
          .see-how {
            bottom: 90px;
          }
        }
        @media screen and (max-width: 1700px) and (min-width: 481px) and (max-height: 590px) and (min-height: 571px){
          .see-how {
            bottom: 130px;
          }
        }
        @media screen and (max-width: 1700px) and (min-width: 481px) and (max-height: 570px) and (min-height: 561px){
          .see-how {
            bottom: 110px;
          }
        } 
        @media screen and (max-width: 1700px) and (min-width: 481px) and (max-height: 560px) and (min-height: 551px){
          .see-how {
            bottom: 90px;
          }
        }
        @media screen and (max-width: 1700px) and (min-width: 481px) and (max-height: 550px) and (min-height: 531px){
          .see-how {
            bottom: 80px;
          }
        }
        @media screen and (max-width: 1700px) and (min-width: 481px) and (max-height: 530px){
          .see-how {
            bottom: 50px;
          }
        } 
        .product-single .page-name {
          text-align: center
        }
        
        .product-single .page-name p:last-of-type {
          letter-spacing: 1px
        }
        
        .page-name-img {
          float: left;
          margin-top: 174px;
          margin-left: -100px;
          padding: 0 10px;
          border-left: none;
          border-right: none;
          position: relative;
        }
        
        .page-name-img .img {
          max-width: 100%;
        }
        
        .screenshot-list.screenshot-sample {
          right: 0px;
        }
        
        .screenshot-desktop.screenshot-sample-iframe {
          z-index: 1005;
        }
        
        .screenshot-desktop .product-iframe-sample {
          background: #fff;
          position: relative;
        }
        
        .screenshot-desktop .strip-puzzle-top {
          position: relative;
          z-index: 2;
          width: 100%;
        }
        
        .screenshot-desktop .strip-puzzle-animate {
          -webkit-animation: anim-strip-top 4s ease-in-out 0s infinite;
          animation: anim-strip-top 4s ease-in-out 0s infinite;
          position: relative;
          top: -51px;
          width: 100%;
          z-index: 1
        }
        
        .screenshot-desktop .strip-puzzle-side {
          position: absolute;
          top: 10px;
          right: 0;
          width: 36%
        }
        
        .screenshot-mobile.screenshot-sample-iframe {
          z-index: 1005
        }
        
        .screenshot-mobile .product-iframe-sample {
          background: #fff;
          position: relative;
        }
        
        .screenshot-mobile .strip-puzzle-top {
          position: relative;
          z-index: 2;
          width: 100%
        }
        
        .screenshot-mobile .strip-puzzle-animate {
          -webkit-animation: anim-mob-strip-top 4s ease-in-out 0s infinite;
          animation: anim-mob-strip-top 4s ease-in-out 0s infinite;
          position: relative;
          top: -17px;
          width: 100%;
          z-index: 1
        }
        
        @-webkit-keyframes anim-strip-top {
          0% {
            top: -51px
          }
          20% {
            top: -51px
          }
          80% {
            top: 0
          }
          100% {
            top: 0
          }
        }
        
        @-ms-keyframes anim-strip-top {
          0% {
            top: -51px
          }
          20% {
            top: -51px
          }
          80% {
            top: 0
          }
          100% {
            top: 0
          }
        }
        
        @keyframes anim-strip-top {
          0% {
            top: -51px
          }
          20% {
            top: -51px
          }
          80% {
            top: 0
          }
          100% {
            top: 0
          }
        }
        
        @-webkit-keyframes anim-mob-strip-top {
          0% {
            top: -17px
          }
          20% {
            top: -17px
          }
          80% {
            top: 0
          }
          100% {
            top: 0
          }
        }
        
        @-ms-keyframes anim-mob-strip-top {
          0% {
            top: -17px
          }
          20% {
            top: -17px
          }
          80% {
            top: 0
          }
          100% {
            top: 0
          }
        }
        
        @keyframes anim-mob-strip-top {
          0% {
            top: -17px
          }
          20% {
            top: -17px
          }
          80% {
            top: 0
          }
          100% {
            top: 0
          }
        }
        
        .product-single.product-my-content .page-name p:last-of-type {
          font-size: 81px;
          letter-spacing: -4px;
        }
        
        .screenshot-desktop .my-content-top {
          position: relative;
          z-index: 1;
          width: 100%
        }
        
        .screenshot-desktop .my-content-animate {
          -webkit-animation: my-content-opacity 7s ease-in-out 10s infinite normal none running;
          animation: my-content-opacity 7s ease-in-out 10s infinite normal none running;
          position: absolute;
          top: 61%;
          left: 13.5%;
          z-index: 2
        }
        
        .screenshot-mobile .my-content-top {
          position: relative;
          z-index: 1;
          width: 100%
        }
        
        .screenshot-mobile .my-content-animate {
          -webkit-animation: my-content-opacity 7s ease-in-out 10s infinite;
          animation: my-content-opacity 7s ease-in-out 10s infinite;
          position: absolute;
          top: 61%;
          left: 2%;
          z-index: 2;
          width: 82%
        }
        
        @-webkit-keyframes my-content-opacity {
          0% {
            opacity: 0
          }
          20% {
            opacity: 0
          }
          80% {
            opacity: 1
          }
          100% {
            opacity: 1
          }
        }
        
        @-ms-keyframes my-content-opacity {
          0% {
            opacity: 0
          }
          20% {
            opacity: 0
          }
          80% {
            opacity: 1
          }
          100% {
            opacity: 1
          }
        }
        
        @keyframes my-content-opacity {
          0% {
            opacity: 0
          }
          20% {
            opacity: 0
          }
          80% {
            opacity: 1
          }
          100% {
            opacity: 1
          }
        }
        
        .section-in-video .screenshot-mobile {
          background: url("../images/mobile_little.png") no-repeat;
          -webkit-background-size: cover;
          background-size: cover;
          
        }
        
        .section-video-edge .page-name p {
          font-size: 81px;
          letter-spacing: -4px;
        }
        
        .section-video-edge .page-product .resize {
          width: 978px
        }
        
        .section-video-edge .screenshot-mobile {
          background: url("../images/mobile_little.png") no-repeat;
          -webkit-background-size: cover;
          background-size: cover;
          
        }
        
        .screenshot-desktop .invideo-puzzle-top {
          position: relative;
          z-index: 1;
          width: 100%
        }
        
        .screenshot-desktop .invideo-puzzle-bottom {
          position: relative;
          z-index: 1;
          width: 100%
        }
        
        .screenshot-desktop .invideo-puzzle-video {
          max-height: 137px;
          position: relative;
          left: 9%;
          width: 52%;
          z-index: 1
        }
        
        .screenshot-desktop .invideo-puzzle-animate {
          -webkit-animation: my-content-opacity 4s ease-in-out 3s infinite;
          animation: my-content-opacity 4s ease-in-out 3s infinite;
          opacity: 0;
          position: absolute;
          top: 66%;
          left: 14%;
          width: 42%;
          z-index: 2
        }
        
        .screenshot-desktop .invideo-puzzle-side {
          position: absolute;
          top: 72px;
          right: 0;
          width: 33%
        }
        
        .screenshot-desktop .vedge-puzzle-top {
          position: relative;
          z-index: 2;
          width: 100%
        }
        
        .screenshot-desktop .vedge-puzzle-video {
          position: relative;
          width: 52%;
          z-index: 2;
          left: 7%
        }
        
        .screenshot-desktop .vedge-puzzle-animate {
          -webkit-animation: anim-vedge-top 4s ease-in-out 0s infinite;
          animation: anim-vedge-top 4s ease-in-out 0s infinite;
          position: relative;
          top: -42px;
          width: 100%;
          z-index: 1
        }
        
        .screenshot-desktop .vedge-puzzle-side {
          position: absolute;
          top: 72px;
          right: 0;
          width: 33%
        }
        
        .screenshot-mobile .vedge-puzzle-top {
          position: relative;
          z-index: 2;
          width: 100%
        }
        
        .screenshot-mobile .invideo-puzzle-video {
          max-height: 137px;
          position: relative;
          left: 0;
          width: 101%;
          z-index: 1
        }
        
        .screenshot-mobile .invideo-puzzle-animate {
          -webkit-animation: my-content-opacity 4s ease-in-out 3s infinite;
          animation: my-content-opacity 4s ease-in-out 3s infinite;
          opacity: 0;
          position: absolute;
          top: 45%;
          left: 11%;
          width: 81%;
          z-index: 2
        }
        
        .screenshot-mobile .vedge-puzzle-video {
          position: relative;
          width: 100%;
          z-index: 2
        }
        
        .screenshot-mobile .vedge-puzzle-animate {
          -webkit-animation: anim-mob-vedge-top 4s ease-in-out 0s infinite;
          animation: anim-mob-vedge-top 4s ease-in-out 0s infinite;
          position: relative;
          top: -17px;
          width: 100%;
          z-index: 1
        }
        
        @-webkit-keyframes anim-vedge-top {
          0% {
            top: -42px
          }
          20% {
            top: -42px
          }
          80% {
            top: 0
          }
          100% {
            top: 0
          }
        }
        
        @-ms-keyframes anim-vedge-top {
          0% {
            top: -42px
          }
          20% {
            top: -42px
          }
          80% {
            top: 0
          }
          100% {
            top: 0
          }
        }
        
        @keyframes anim-vedge-top {
          0% {
            top: -42px
          }
          20% {
            top: -42px
          }
          80% {
            top: 0
          }
          100% {
            top: 0
          }
        }
        
        @-webkit-keyframes anim-mob-vedge-top {
          0% {
            top: -17px
          }
          20% {
            top: -17px
          }
          80% {
            top: 0
          }
          100% {
            top: 0
          }
        }
        
        @-ms-keyframes anim-mob-vedge-top {
          0% {
            top: -17px
          }
          20% {
            top: -17px
          }
          80% {
            top: 0
          }
          100% {
            top: 0
          }
        }
        
        @keyframes anim-mob-vedge-top {
          0% {
            top: -17px
          }
          20% {
            top: -17px
          }
          80% {
            top: 0
          }
          100% {
            top: 0
          }
        }
        
        .my-video-mobile {
          width: 97%;
            height: 92%;
            margin: 0 auto !important;
            overflow: hidden;
        }
        
        .section.section-products {
          background: url("../images/product-page/section-products-bg.png") no-repeat;
          background-position: left top;
          -webkit-background-size: 78% 100%;
          background-size: 78% 100%;
          padding-top: 85px;
          padding-left: 40px
        }
        
        .section.section-products::before {
          content: '';
          background: #ff9c00;
          height: 100%;
          width: 20px;
          position: absolute;
          top: 0;
          left: 0
        }
        
        .section.section-products:first-child {
          padding-top: 185px !important
        }
        
        .section.products_in_image:first-child {
          padding-top: 26px !important
        }
        
        .section.section-products:nth-child(2n) {
          background-position: right top;
          padding-left: 0;
          padding-right: 40px
        }
        
        div.wrapper.page-product.products-page.fullpage-wrapper {
          height: 100%;
            position: relative;
            touch-action: none;
            transform: translate3d(0px, 0px, 0px) !important;
        }
        
        .section.section-products:nth-child(2n)::before {
          left: auto;
          right: 0
        }
        
        .products-list {
          max-width: 1086px;
          padding-left: 10%;
          padding-right: 20px
        }
        
        .products-list__item {
          background: #d1d3d4;
          float: left;
          margin-right: 2%;
          margin-bottom: 15px;
          padding: 20px;
          position: relative;
          text-align: center;
          transition: all .2s ease-in-out;
          min-height: 240px;
          width: 32%
        }
        
        .products-list__item_header_bidding {
          background: #d1d3d4;
          float: left;
          margin-right: 2%;
          margin-bottom: 15px;
          padding: 20px;
          position: relative;
          text-align: center;
          transition: all .2s ease-in-out;
          min-height: 240px;
          width: 32%
        }
        
        .products-list__item.lizard-item {
          background: transparent
        }
        
        .products-list__item_header_bidding.lizard-item {
          background: transparent
        }
        
        .products-list__item.lizard-item .lizard-img {
          position: relative;
          top: 38px;
          left: -21px
        }
        
        .products-list__item_header_bidding.lizard-item .lizard-img {
          position: relative;
          top: 38px;
          left: -21px
        }
        
        .products-list__item:hover {
          background: #faa21b
        }
        
        .products-list__item:hover .img-default {
          display: none
        }
        
        .products-list__item:hover .img-hover {
          display: inline-block
        }
        
        .products-list__item:hover.lizard-item {
          background: transparent
        }
        
        .products-list__item:nth-child(3n) {
          margin-right: 0
        }
        
        .products-list__item:nth-child(3n+1) {
          clear: both
        }
        
        .products-list__item .product-item__link {
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%
        }
        
        .products-list__item_header_bidding .product-item__link {
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%
        }
        
        .products-list__item .title {
          color: #626262;
          font-family: "Refrigerator Bold", sans-serif;
          font-size: 40px;
          margin-bottom: 18px;
          text-transform: uppercase
        }
        
        .products-list__item_header_bidding .title {
          color: #626262;
          font-family: "Refrigerator Bold", sans-serif;
          font-size: 40px;
          margin-bottom: 18px;
          text-transform: uppercase
        }
        
        .product-item__img {
          max-height: 109px;
          text-align: center
        }
        
        .product-item__img .img {
          display: inline-block;
          max-width: 100%
        }
        
        .product-item__img .img-hover {
          display: none
        }
 @media screen and (max-height: 480px) and (min-width: 993px) {    
    }
        @media only screen and (min-width: 1900px) {
          .page-name-img {
            margin-top: 270px; }
        
          .screenshot-desktop .invideo-puzzle-video {
            max-height: 167px;
            left: 4%;
            width: 59%; }
          .screenshot-desktop .invideo-puzzle-animate {
            left: 12%; }
        
          @-webkit-keyframes anim-strip-top {
            0% {
              top: -60px; }
            20% {
              top: -60px; }
            80% {
              top: 0; }
            100% {
              top: 0; } }
          @-ms-keyframes anim-strip-top {
            0% {
              top: -60px; }
            20% {
              top: -60px; }
            80% {
              top: 0; }
            100% {
              top: 0; } }
          @keyframes anim-strip-top {
            0% {
              top: -60px; }
            20% {
              top: -60px; }
            80% {
              top: 0; }
            100% {
              top: 0; } }
          @-webkit-keyframes anim-vedge-top {
            0% {
              top: -50px; }
            20% {
              top: -50px; }
            80% {
              top: 0; }
            100% {
              top: 0; } }
          @-ms-keyframes anim-vedge-top {
            0% {
              top: -50px; }
            20% {
              top: -50px; }
            80% {
              top: 0; }
            100% {
              top: 0; } }
          @keyframes anim-vedge-top {
            0% {
              top: -50px; }
            20% {
              top: -50px; }
            80% {
              top: 0; }
            100% {
              top: 0; } } }
        @media only screen and (max-width: 1240px) {
          .screenshot-list.screenshot-sample {
            right: -2%; } }
        @media only screen and (max-width: 1200px) {
          .page-name-img {
            margin-left: 0; } }
        @media only screen and (max-width: 1023px) {
          .products-list__item {
            width: 49%; }
            .products-list__item:nth-child(3n) {
              margin-right: 2%; }
            .products-list__item:nth-child(3n+1) {
              clear: none; }
            .products-list__item:nth-child(2n) {
              margin-right: 0; }
            .products-list__item:nth-child(2n+1) {
              clear: both; } }
        @media only screen and (max-width: 992px) {
          .product-single #product_1 .page-name {
            margin-left: 28px;
            margin-top: 146px; }
        
          .page-name-img {
            width: 120px; }
        
          .screenshot-list.screenshot-sample {
            width: 499px; }
        
          .screenshot-desktop.screenshot-sample-iframe {
            top: 110px; }
        
          .screenshot-mobile.screenshot-sample-iframe {
            top: 330px; }
        
          .section-in-video .screenshot-mobile {
            top: 253px; }
        
          .section-video-edge .screenshot-mobile {
            top: 253px; } }
        @media only screen and (max-width: 880px) {
          .product-single {
            margin-left: 8px; }
            .product-single .page-name p {
              font-size: 60px; } }
        @media only screen and (max-width: 808px) {
          .product-single #product_1 .page-name {
            margin-top: 105px;
            margin-left: 40px; }
        
          .page-name-img {
            display: none; }
        
          .screenshot-list.screenshot-sample {
            height: 560px; }
        
          .screenshot-desktop.screenshot-sample-iframe {
            top: 58px; } }
        @media only screen and (max-width: 767px) {    
            .products-list__item, .products-list__item_header_bidding {
            display: inline-block;
            float: none;
            width: 80%; }    
            .products-list__item:nth-child(3n) {
              margin-right: 0; }
            .products-list__item:nth-child(2n+1) {
              clear: none; }
            .products-list__item .title {
              font-size: 36px; } }
        @media only screen and (max-width: 640px) {
          .screenshot-mobile.screenshot-sample-iframe {
            top: 210px; }
        
          .screenshot-list.screenshot-sample {
            height: 424px; }
        
          .screenshot-desktop .my-content-animate {
            top: 55%; }
        
          .section-in-video .screenshot-mobile {
            top: 120px;
            right: 82px; }
        
          .section-video-edge .screenshot-mobile {
            top: 120px;
            right: 82px; }
        
          .section.section-video-edge {
            padding-top: 45px !important; }
        
          @-webkit-keyframes anim-strip-top {
            0% {
              top: -35px; }
            20% {
              top: -35px; }
            80% {
              top: 0; }
            100% {
              top: 0; } }
          @-ms-keyframes anim-strip-top {
            0% {
              top: -35px; }
            20% {
              top: -35px; }
            80% {
              top: 0; }
            100% {
              top: 0; } }
          @keyframes anim-strip-top {
            0% {
              top: -35px; }
            20% {
              top: -35px; }
            80% {
              top: 0; }
            100% {
              top: 0; } } }
        @media only screen and (max-width: 480px) {
          .my-video-mobile {
            left: -12px !important;
            top: -15px !important;
            width: 189% !important;
            height: 154% !important;
          }
          .product-single #product_1 .page-name {
            margin-top: 75px; }
        
          .screenshot-desktop.screenshot-sample-iframe {
            top: 30px; }
        
          .screenshot-list.screenshot-sample {
            height: 240px; }
        
          .screenshot-mobile.screenshot-sample-iframe {
            left: 174px;
            right: auto;
            top: 110px; }
        
          .screenshot-desktop .my-content-animate {
            width: 42%; }
        
          .product-single.product-my-content .page-name p {
            font-size: 38px; }
            .product-single.product-my-content .page-name p:last-of-type {
              font-size: 31px; }
        
          .section-in-video .screenshot-mobile {
            height: 182px;
            width: 100px;
            top: 53px;
            padding: 32px 16px; }
            .section-in-video .screenshot-mobile .product-iframe-sample {
              left: -3px; }
        
          .section-video-edge .screenshot-mobile {
            height: 182px;
            width: 100px;
            top: 53px;
            padding: 32px 16px; }
            .section-video-edge .screenshot-mobile .product-iframe-sample {
              left: -3px; }
        
          .section.section-products {
            padding-left: 0; }
        
          .section.section-products::before {
            display: none; }
        
          .products-list {
            padding-left: 0;
            padding-right: 0;
            text-align: center; }
        
          @-webkit-keyframes anim-strip-top {
            0% {
              top: -25px; }
            20% {
              top: -25px; }
            80% {
              top: 0; }
            100% {
              top: 0; } }
          @-ms-keyframes anim-strip-top {
            0% {
              top: -25px; }
            20% {
              top: -25px; }
            80% {
              top: 0; }
            100% {
              top: 0; } }
          @keyframes anim-strip-top {
            0% {
              top: -25px; }
            20% {
              top: -25px; }
            80% {
              top: 0; }
            100% {
              top: 0; } } }
        @media screen and (max-width: 1200px) {
          .section-in-video .screenshot-mobile, .section-video-edge .screenshot-mobile{
            top: 200px;
          }
        }
        
        @media screen and (max-width: 990px) {
          .section-in-video .screenshot-mobile, .section-video-edge .screenshot-mobile{
            top: 275px !important;
          }
        }
        
        @media screen and (max-width: 808px) {
          .section-in-video .screenshot-mobile, .section-video-edge .screenshot-mobile{
            top: 222px !important;
          }
        }
        
        @media screen and (max-width: 640px) {
          .section-in-video .screenshot-mobile, .section-video-edge .screenshot-mobile{
            top: 100px !important;
          }
        }
        
        @media screen and (max-width: 480px) {
         .screenshot-mobile, .screenshot-mobile{
            top: 84px !important;
          }
          .video-mobile {
            top: 103px !important;
          }
          .product-single.product-my-content .page-name p:last-of-type, .product-single.product-my-content .page-name p {
          font-size: 40px !important;
            letter-spacing: -2px !important;
          } 
        }
  @media screen and (max-width: 1500px) {
    .page-ads .section .resize:after {
      background-position-y: -75px; } }

  @media (max-width: 992px) and (min-width: 809px){
    .my-edge-mobile {
    top: 254px !important;
    left: 344px !important;
    }
  }
  @media (max-width: 992px) {
    .page-ads .section .resize:after {
      background-position-y: top; }
    .demo-top {
      padding-bottom: 10px; }
      .demo-top .screenshot-list {
        margin-top: 20px;
        margin-left: 0; }
      .demo-top .screenshot-tablet {
        left: auto; }
      .demo-top .screenshot-mobile {
        left: auto; }
      .demo-top h2 {
        margin-left: 20px;
        font-size: 40px; }
      .demo-top .btn {
        width: auto;
        margin-left: 20px;
        padding: 10px 20px; }
  
    .page-ads .section:first-of-type {
      padding-top: 400px; }
    .page-ads .section h2 {
      font-size: 45px;
      line-height: 50px; }
    .page-ads .link-next {
      display: none; } }
  @media (max-width: 768px) {
    .demo-top .screenshot-list {
      display: none; }
    .demo-top div {
      float: none; }
      .demo-top div:after {
        content: "";
        display: table;
        clear: both;
        height: 0;
        line-height: 0; }
    .demo-top h2 {
      padding-top: 25px;
      float: left; }
    .demo-top .btn {
      float: right;
      margin-top: 45px; }
  
    .page-ads .section:first-of-type {
      padding-top: 203px; }
    .page-ads h2, .page-ads p {
      width: auto;
      color: #fff !important; }
    .page-ads br {
      display: none !important; }
    .page-ads .resize {
      padding: 50px 20px; }
      .page-ads .resize:after {
        z-index: -1;
        width: auto !important;
        height: auto !important;
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        background-size: cover !important; }
    .page-ads footer .resize {
      padding: 10px 20px; }
    .page-ads .copyright {
      margin-top: 0; } }
  @media (max-width: 639px) {
    .demo-top h2 {
      margin-left: 0;
      font-size: 35px; }
  
    .page-ads .section:first-of-type {
      padding-top: 183px; } }
  @media (max-width: 480px) {
    .screenshot-interstitial {
      background-image: url("/wp-content/themes/imonomy/images/inscreen/interstitial_little.gif") !important;
      height: 450px !important;
    }
    .my-flip .screenshot-desktop .back {
      height: 80px;
    }
    .my-flip {
      letter-spacing: -2px !important;
    }
    .my-content {
      letter-spacing: -3px !important;
    }
    .screenshot-tablet-publishers {
      display: none;
    }

    .screenshot-carousel {
      background-image: url("/wp-content/themes/imonomy/images/Carousel_little1.gif") !important;
      height: 450px !important;
    }

    .screenshot-list_interstitial, .screenshot-list_carousel {
      height: 450px !important;
    }
    .demo-top {
      top: 50px; }
      .demo-top h2 {
        font-size: 24px;
        line-height: 30px; }
      .demo-top .btn {
        margin-top: 35px;
        margin-left: 0;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px; }
  
    .page-ads .section:first-of-type {
      padding-top: 145px; } }
  @media (max-height: 900px) {
    .page-ads h2 {
      font-size: 35px;
      line-height: 40px; }
    .page-ads p {
      font-size: 16px;
      line-height: 22px; } }
  @media screen and (max-height: 768px) {
    .page-ads .fourth {
      padding-bottom: 0 !important; } }
  @media screen and (min-width: 1900px) {
    .screenshot-desktop .my-content-animate{
        top: 64%;
        left: 13%;
    }
    .screenshot-interstitial {
      right: 190px !important;
      top: 90px !important;
    }
    .screenshot-carousel {
      right: 190px !important;
      top: 90px !important;
    }
    .screenshot-mobile-publishers {
      top: 230px;
      padding: 18px 4px;
      background-image: url(../images/mobile_little.png) !important;
      width: 60px;
      height: 120px;
      left: 289px;
      background-position: top center;
      background-size: 100% auto;
      z-index: 1000000;
    }

    .screenshot-mobile-advertisers {
      top: 235px;
      padding: 18px 4px;
      background-image: url(../images/mobile_little.png) !important;
      width: 60px;
      height: 120px;
      left: 292px;
      background-position: top center;
      background-size: 100% auto;
      z-index: 1000000;
    }
    .demo-top {
      padding-bottom: 50px; }
      .demo-top h2 {
        margin-left: 245px;
        padding-top: 70px; }
      .demo-top .btn {
        margin-left: 245px; }
      .demo-top .screenshot-list {
        width: 442px;
        height: 356px; }
      .demo-top .screenshot-desktop {
        width: 442px;
        height: 356px;
        padding-bottom: 100px; }
        .demo-top .screenshot-desktop div .demonstration {
          width: 265px;
          height: 132px;
          margin-top: 73px; }
      .demo-top .screenshot-tablet {
        right: -75px;
        width: 160px;
        height: 218px; }
        .demo-top .screenshot-tablet div .demonstration {
          width: 139px;
          height: 69px;
          margin-top: 26px; }
      .demo-top .screenshot-mobile {
        right: 90px;
        width: 76px;
        height: 160px;
        padding-top: 22px;
        padding-bottom: 22px; }
        .demo-top .screenshot-mobile div .demonstration {
          width: 62px;
          height: 31px; }
  
    .page-ads .section.fp-section {
      padding-top: 556px; } }
  @media screen and (max-width: 1600px) {
    .contact-form-container .right p.info {
      margin-bottom: 0; } }
  @media screen and (max-width: 1440px) {
    .header-page {
      background-size: 85%; }
  
    .slogan {
      padding-top: 128px; }
  
    .slogan h1 {
      font-size: 121px;
      line-height: 100px; }
  
    .slogan h1 b {
      font-size: 66px;
      line-height: 52px;
      padding: 9px 12px 0 12px; }
  
    .slogan p {
      letter-spacing: .5px;
      font-size: 32px;
      line-height: 42px; }
  
    .advantages-img:before, .advantages-img:after, .advantages-img:before, .advantages-img:after {
      bottom: -7px; }
  
    .advantages-img {
      border-bottom: 2px solid #636363; } }
  @media screen and (max-width: 1366px) {
    .contact-form-container {
      padding-top: 0; }
  
    .header-page {
      background-position-x: 67%;
      background-size: 73%; }
  
    .slogan h1 {
      font-size: 111px;
      line-height: 100px; }
  
    .slogan h1 b {
      font-size: 56px;
      line-height: 49px;
      padding: 7px 10px 0 10px; }
  
    .slogan p {
      letter-spacing: .4px;
      font-size: 28px;
      line-height: 40px; }
  
    .view-360 {
      bottom: 60px; }
  
    .link-wizard {
      padding-top: 0px; }
  
    .contact-form-container.contacts .right .field_item .btn {
      bottom: 34px; }
  
    .contact-form-container.contacts .right .field_item.textarea span.alert {
      bottom: 15px; } }
  @media screen and (max-width: 1240px) {
    .header-page {
      background-position-y: 115px;
      background-size: 80%; } }
  @media screen and (max-width: 1200px) {
    .view-360 {
      bottom: 30px; }
  
    .resize {
      width: 970px; }
  
    .resize {
      width: 970px; }
  
    .page-heading {
      top: 50px; }
  
    .page-number {
      margin-left: 0;
      margin-top: 60px; }
  
    .page-name {
      margin-top: 60px; }
  
    #product_1 {
      padding-top: 66px; }
  
    .screenshot-list {
      width: 490px; }
  
    .page-name {
      margin-left: 10px; }
  
    .page-number ul {
      display: none; }
  
    .page-number h3 {
      margin-left: 0; }
  
    .products-pager {
      display: none; }
  
    .screenshot-desktop {
      top: 36px; }
  
    .screenshot-interstitial, .screenshot-carousel {
      top: 36px; }

    .screenshot-tablet {
      top: 190px; }
  
    .screenshot-mobile {
      top: 181px; }

    .my-content-mobile {
      top: 180px !important; }

    .product-modal .bx-prev {
      right: calc( 100% + 10px ); }

    .product-modal .bx-next {
      left: calc( 100% + 10px ); }
  
    .page-publisher .resize {
      padding-right: 0; }
  
    .publisher-heading h1 {
      font-size: 45px; }
    .publisher-heading .resize {
      padding-right: 20px; }
  
    .description {
      width: 400px; }
      .description h2 {
        font-size: 40px;
        line-height: 50px; }
  
    .page-about .resize {
      width: 970px; } }
  @media screen and (max-width: 1167px) {
    .header-page {
      background-position-x: 70%;
      background-size: 90%; } }
  @media screen and (max-width: 1152px) {
    .view-360 {
      margin-right: 0;
      right: 20px; } }
  @media screen and (max-width: 1076px) {
    .numbers-list li {
      width: 150px; }
  
    .numbers-list h3 {
      font-size: 26px;
      line-height: 30px; }
  
    .numbers-list h3 b {
      font-size: 28px; }
  
    .numbers-list p {
      font-size: 22px;
      line-height: 40px; }
  
    .numbers-list img {
      width: 30%; } }
  @media screen and (max-width: 1044px) {
    .contact-form-container.contacts .right .field_item textarea {
      width: calc(100% - 250px); }
  
    .header-page {
      background-position-x: 80%;
      background-size: 131%; }
  
    .slogan h1 {
      font-size: 90px;
      ine-height: 94px; }
  
    .slogan h1 b {
      font-size: 56px;
      line-height: 48px;
      padding: 8px 8px 0 8px; }
  
    .slogan p {
      letter-spacing: .4px;
      font-size: 22px;
      line-height: 35px; }
  
    .section.first:not(.fp-section) {
      padding-top: 440px; } }
  @media screen and (max-width: 993px) {
    .wizard-features-container {
      position: relative;
      left: auto;
      bottom: auto; }
  
    .contact-form-container {
      padding-top: 35px; } }
  @media screen and (max-width: 992px) {
    .screenshot-interstitial, .screenshot-carousel {
      top: 0px;
    }
    #product_1,
    #product_3 {
      background-position-x: 50%; }
  
    #product_2 {
      background-position-x: 50%; }
  
    #product_4 {
      background-position-x: 50%; }
  
    .page-publisher .link-next {
      display: none; }
    .page-publisher .section:last-of-type {
      padding-top: 0; }
  
    .page-publisher .advantages {
      display: none; }
  
    .publisher-heading h1 {
      color: #363636; }
  
    .description {
      padding-bottom: 30px; }
  
    div[id^="product"]:before {
      content: none; }
  
    .fourth {
      display: block; }
  
    #product_1 .page-name {
      margin-top: 90px; }
  
    .page-heading {
      top: 70px; }
  
    .demo-mobile iframe {
      width: 100%; }
  
    .section {
      padding-top: 0; }
  
    .resize {
      width: auto;
      padding: 0 20px; }
  
    .header-page {
      height: calc( 100vh - 20px ); }
      .header-page header > .resize {
        padding-bottom: 100px; }
  
    .product-modal header > .resize {
      padding-left: 20px;
      padding-right: 20px; }
  
    .page-product .resize {
      width: auto; }
  
    .product-modal {
      position: fixed; }
      .product-modal > .resize {
        padding: 0 50px; }
  
    .view-demo {
      position: relative;
      z-index: 1000;
      float: left;
      margin-top: -40px;
      margin-left: 30px; }
  
    .logo {
      float: none; }
  
    .main-menu {
      padding-left: 0; }
      .main-menu li {
        margin-right: 15px; }
  
    .language {
      margin-right: 5px; }
  
    .see-how {
      left: 20px; }
  
    .next-copy {
      display: none; }
  
    .link-wizard {
      margin-bottom: 30px;
      text-align: left; }
  
    .link-next {
      left: 20px; }
  
    .advantages-page .resize {
      width: 750px; }
  
    .advantages-img:before, .advantages-img:after {
      content: none;
      display: none; }
  
    .numbers-list {
      margin-bottom: 40px; }
      .numbers-list li {
        margin-bottom: 70px; }
  
    .slider li {
      text-align: center; }
    .slider img {
      margin: 0 5px 20px; }
  
    .third .resize {
      width: 750px; }
  
    .fourth .resize {
      width: 750px; }
  
    .advantages-block:before {
      left: 0; }
    .advantages-block:nth-of-type(even) {
      padding-left: 0; }
      .advantages-block:nth-of-type(even) .advantages-img {
        float: left;
        margin-left: 0; }
    .advantages-block h3 {
      clear: both;
      padding-top: 16px; }
  
    .press li {
      max-width: 24%; }
    .press img {
      max-width: 100%; }
  
    .bx-prev {
      right: calc( 100% + 5px ); }
  
    .bx-next {
      left: calc( 100% + 5px ); }
  
    footer {
      padding-left: 0; }
  
    .page-heading .btn {
      width: auto; }
  
    .page-number {
      display: none; }
  
    .page-name {
      margin-left: 80px; }
  
    .fourth .page-name, .fourth .page-number {
      margin-top: 60px; }
  
    #product_4 .resize {
      width: auto; }
  
    .screenshot-list:after {
      top: -30px;
      right: 140px; }
  
    #product_1 {
      padding-top: 109px; }
  
    #product_2, #product_3, #product_4 {
      padding-top: 66px; }
  
    .screenshot-list {
      width: 499px; }
  
    .fourth .screenshot-desktop {
      top: auto; }
  
    .my-flip:after {
      left: auto; }
  
    .screenshot-desktop {
      right: auto;
      left: 0; }
  
    .screenshot-mobile {
      right: auto;
      left: 345px; 
      }
  
    .screenshot-tablet {
      right: auto;
      left: 408px; }
  
    .text-page .resize {
      width: auto; }
  
    .page-publisher .resize {
      padding-right: 20px; }
    .page-publisher .section {
      padding-top: 0; }
      .page-publisher .section:first-of-type {
        padding-top: 125px; }
  
    .publisher-heading .resize {
      padding-right: 20px; }
    .publisher-heading h1 {
      font-size: 32px; }
  
    .thumbnail {
      float: none; }
  
    .description {
      float: none;
      clear: both;
      width: auto;
      margin-left: 0; }
  
    .page-about .resize {
      width: auto; }
  
    .heading {
      margin-top: 84px;
      padding: 40px 20px; }
      .heading p {
        width: auto; }
  
    .about-list {
      margin-left: -20px;
      margin-right: -20px;
      padding: 40px; }
      .about-list > div {
        margin-bottom: 30px; }
      .about-list img {
        float: none !important;
        margin: 0 0 26px; }
      .about-list p {
        float: none !important;
        width: auto !important;
        margin: 0 !important; }
  
    .publisher-heading-top {
      display: block; }
  
    .publisher-heading {
      display: none; } }
  @media screen and (max-width: 949px) {
    .header-page {
      background-position-x: 85%; } }
  @media screen and (max-width: 880px) {
    .page-heading h1 {
      padding-left: 0; }
  
    .page-heading .btn {
      margin-right: 0; }
  
    .page-name {
      margin-left: 0px; }
  
    .product-strips .page-name p {
      font-size: 60px; }
  
    .product-single.product-strips #product_1 .page-name {
      margin-left: 8px; } }

  @media screen and (max-width: 808px) {
    .page-name_interstitial, .page-name_carousel {
      display: inline-block;
    }

    .my-edge-mobile {
      top: 202px !important;
      left: 344px !important;
    }
    .screenshot-interstitial, .screenshot-carousel {
      width: 300px !important;
    }

    .screenshot-list_interstitial, .screenshot-list_carousel {
      width: 300px !important;
      float: right !important;
    }

    .numbers-list li {
      width: 130px; }
  
    .numbers-list h3 {
      font-size: 22px;
      line-height: 10px; }
  
    .numbers-list h3 b {
      font-size: 24px; }
  
    .numbers-list p {
      font-size: 18px;
      line-height: 30px; }
  
    .numbers-list img {
      width: 30%; }
  
    .numbers-list div {
      min-height: 84px; }
  
    .wo-text h3 {
      margin-bottom: 9px; }
  
    .wo-text h3:after {
      top: calc( 100% + 8px); }
  
    .slider li {
      height: auto; }
  
    .numbers-list {
      margin-bottom: 0px; }
  
    .page-name {
      float: none; }
  
    .page-name {
      float: none;
      width: 180px;
      margin-left: 79px;
      margin-top: 10px; }
  
    .screenshot-list {
      float: none; }
  
    .view-demo {
      margin-top: -40px; }
  
    .screenshot-list {
      height: 446px; }
  
    .fourth .screenshot-list {
      height: 446px;
      margin-top: 40px; }
  
    #product_1 {
      padding-top: 62px; }
  
    #product_2, #product_3, #product_4 {
      padding-top: 10px; }
  
    .fourth .screenshot-tablet {
      top: 153px; }
  
    .fourth .screenshot-mobile {
      top: 220px; }
  
    .fourth .view-demo {
      margin-top: -78px; }
  
    .fourth .page-name, .fourth .page-number {
      margin-top: 10px; } }
  @media screen and (max-width: 769px) {
    .see-how {
      bottom: 90px; }
  
    .slogan {
      padding-top: 130px; }
  
    .view-360 {
      margin-right: 0;
      right: 20px; }
  
    .advantages-block:first-of-type {
      padding-top: 20px;
      padding-bottom: 20px; }
  
    .advantages-block:nth-of-type(even) {
      padding-top: 20px;
      padding-bottom: 20px; }
  
    .advantages-block {
      padding-top: 20px;
      padding-bottom: 20px; }
  
    .link-wizard {
      text-align: center; }
  
    .fourth {
      display: block; }
  
    .reviews-inner:before {
      display: none; }
  
    .reviews-inner {
      padding-left: 0; }
  
    .reviews-box {
      width: 90%; }
  
    .wizard-features-container {
      margin-top: 0px; }
  
    .header-page {
      background-size: auto 61vh; }
  
    .see-how .btn {
      width: 50%; }
  
    .link-wizard .btn {
      width: 51%;
      padding-top: 15px;
      padding-bottom: 15px; }
  
    footer {
      background: #fff; }
  
    .contact-form-container.contacts .right .field_item input[type='text'], .contact-form-container.contacts .right .field_item input[type='email'], .contact-form-container.contacts .right .field_item input[type='url'] {
      width: calc(100% - 74px); }
  
    .contact-form-container.contacts .right .field_item textarea {
      width: 100%; }
  
    .contact-form-container.contacts .right .field_item .btn {
      width: 56%;
      padding-top: 18px;
      padding-bottom: 18px; }
  
    .contact-form-container .right .field_item.textarea span.alert {
      bottom: auto;
      top: 251px;
      left: 0; }
  
    .contact-form-container {
      padding-top: 70px;
      width: 70%;
      margin: 0 auto; }
  
    .contact-form-container.contacts {
      padding-top: 70px;
      width: 70%;
      margin: 0 auto; }
  
    .wizard-features-container {
      position: relative;
      bottom: auto;
      left: auto;
      margin-top: 10px;
      padding-top: 20px; }
  
    .wizard-features-container .item {
      margin-top: 25px; }
  
    .wizard-features-container.contacts {
      display: none; }
  
    .contact-form-container .left .title {
      font-size: 40px; }
  
    .contact-form-container .left {
      float: none;
      width: 100%;
      padding-top: 40px;
      padding-bottom: 58px; }
  
    .contact-form-container.contacts .left {
      padding-top: 60px; }
  
    .contact-form-container .right {
      float: none;
      width: 100%; }
  
    .contact-form-container .right .orange_line_container {
      border-left: 0px solid red;
      padding-left: 0; }
  
    .contact-form-container .right .title {
      padding-bottom: 40px; }
  
    .contact-form-container .right .field_item {
      border-left: 3px solid #ff9c00;
      padding-left: 16px;
      margin-top: 0;
      padding-bottom: 86px; }
      .contact-form-container .right .field_item:last-of-type {
        padding-bottom: 0; }
  
    .contact-form-container .right .field_item input {
      font-size: 20px;
      font-weight: 500;
      text-transform: uppercase; }
  
    .contact-form-container .right .field_item span.alert {
      bottom: auto;
      top: 47px;
      left: 85px;
      font-size: 15px; }
  
    .contact-form-container .right p.info {
      padding-top: 138px;
      font-size: 16px;
      padding-left: 6px; }
  
    .contact-form-container form {
      position: relative; }
  
    .contact-form-container .link-wizard {
      position: absolute;
      bottom: 48px;
      width: 100%;
      text-align: center; }
      .contact-form-container .link-wizard input {
        width: 297px; }
  
    .contact-form-container .right.thank .orange_line_container {
      padding-bottom: 150px; }
  
    .contacts .field_item.website {
      padding-bottom: 24px; }
  
    .contacts .field_item.textarea {
      border-left: 0px solid #ff9c00;
      margin-top: 35px;
      padding-left: 0; }
  
    .contacts .field_item.textarea span.digit {
      display: none; }
  
    .contacts .field_item.textarea textarea {
      width: 100%;
      height: 242px; }
  
    .contact-form-container.contacts .right .field_item .btn {
      position: relative;
      width: 297px;
      margin: 40px auto 50px auto;
      bottom: auto;
      right: auto;
      display: block; }
  
    .contact-form-container.contacts .left img {
      display: inline-block; }
  
    .contact-form-container.contacts .left .title_container {
      display: inline-block;
      margin-left: 30px; }
  
    .contact-form-container .right .field_item {
      padding-bottom: 46px; }
  
    .contact-form-container.contacts .right .field_item .btn {
      width: 50%;
      padding-top: 25px;
      padding-bottom: 25px;
      font-size: 18px; }
  
    .heading .btn {
      width: auto;
      padding: 12px 30px; }
  
    .about-result .resize {
      display: flex;
      align-items: center; }
    .about-result p {
      margin-left: 30px; }
  
    .page-heading {
      padding: 5px 0; }
  
    .selectric-language {
      display: none; }
  
    .text-page {
      padding-top: 86px; }
  
    .reviews {
      min-height: auto;
      padding: 40px 0; }
  
    .reviews-slider {
      width: auto; }
  
    .reviews-box {
      width: auto;
      font-size: 18px; }
  
    .show-sm {
      display: block; }
  
    .btn {
      width: 80%;
      padding-top: 20px;
      padding-bottom: 20px;
      font-size: 18px; }
  
    .header-top {
      padding: 24px 0; }
  
    .menu-switch {
      float: right;
      display: block; }
      .menu-switch span {
        display: block;
        width: 100%;
        height: 4px;
        margin-bottom: 7px;
        background-color: #ff9c00; }
        .menu-switch span:last-of-type {
          margin-bottom: 0; }
  
    .menu-open {
      overflow: hidden; }
      .menu-open .responsive-nav {
        -webkit-transform: translateX(100%);
        transform: translateX(0); }
  
    .responsive-nav {
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      width: 430px;
      max-width: 100%;
      height: calc( 100vh - 44px );
      margin-top: 32px;
      padding-top: 10px;
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
      transition: transform .4s;
      overflow: scroll;
      text-align: center;
      background-color: rgba(255, 255, 255, 0.9); }
      .responsive-nav li {
        position: relative;
        margin-right: 0;
        text-align: center;
        line-height: 64px; }
        .responsive-nav li:nth-of-type(4), .responsive-nav li:nth-of-type(7) {
          margin-bottom: 18px;
          padding-bottom: 22px; }
          .responsive-nav li:nth-of-type(4):after, .responsive-nav li:nth-of-type(7):after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: 0;
            display: block;
            width: 230px;
            position: absolute;
            margin-left: -115px;
            height: 1px;
            background-color: #d9d9d9; }
      .responsive-nav .log-in {
        position: relative;
        float: none;
        display: block;
        margin-bottom: 60px;
        padding-top: 85px;
        font-size: 26px; }
        .responsive-nav .log-in:before {
          content: "";
          position: absolute;
          top: 30px;
          left: 50%;
          display: block;
          width: 45px;
          height: 45px;
          margin-left: -22px;
          background: url("../images/icon-login.png") center center no-repeat; }
      .responsive-nav .selectric-language {
        float: none;
        display: inline-block;
        margin-bottom: 50px;
        text-align: center; }
        .responsive-nav .selectric-language .label {
          margin-right: 40px;
          font-family: "Gotham Light", sans-serif;
          font-size: 34px;
          line-height: 40px;
          color: #636363; }
        .responsive-nav .selectric-language .button {
          width: 40px;
          height: 40px; }
      .responsive-nav .selectric-items li {
        padding: 5px;
        font-size: 18px; }
      .responsive-nav a {
        font-family: "Gotham Light", sans-serif;
        font-size: 34px; }
  
    .main-menu > ul {
      display: none; }
  
    .logo {
      float: left; }
  
    .header-page {
      background: url("../images/head-bg-sm.jpg") center bottom no-repeat;
      background-size: auto 70vh; }
  
    .view-360 {
      width: 110px; }
  
    .advantages-page h2 {
      font-size: 36px; }
  
    .third .resize {
      width: auto; }
  
    .language {
      display: none; }
  
    .log-in {
      display: none; }
  
    .slogan {
      padding-top: 90px; }
      .slogan h1 {
        width: auto;
        font-size: 120px; }
  
    .see-how .btn {
      width: 50%;
      padding: 10px 15px; }
  
    .advantages-page .resize {
      width: auto; }
    .advantages-page h2 {
      margin-left: -20px;
      margin-right: -20px; }
  
    .advantages-block {
      padding: 10px 0 10px; }
      .advantages-block:before {
        width: 100%; }
      .advantages-block:first-of-type {
        padding-top: 10px; }
        .advantages-block:first-of-type h3 {
          margin: 0 0 3px; }
      .advantages-block:nth-of-type(even) h3 {
        margin-top: 0px;
        padding-top: 5px; }
      .advantages-block:nth-of-type(even):before {
        width: 100%; }
      .advantages-block br {
        display: none; }
      .advantages-block h3 {
        font-size: 35px;
        padding: 5px 0;
        margin: 0; }
      .advantages-block p {
        font-size: 20px;
        line-height: 1.2em; }
  
    .bx-controls {
      display: none !important; }
  
    .line:before, .line:after {
      content: none; }
  
    .section-header {
      width: 100%; }
      .section-header span {
        width: calc( 100% - 50px ); }
  
    .numbers-list {
      margin-bottom: 2%; }
      .numbers-list li {
        width: calc(47% - 6px);
        padding-top: 24px;
        border: 3px solid #636363;
        border-left: none;
        border-right: none; }
      .numbers-list div {
        min-height: 154px;
        padding-bottom: 3px;
        border-bottom: 3px solid #636363; }
      .numbers-list h3 {
        font-size: 60px;
        line-height: 70px; }
        .numbers-list h3 b {
          font-size: 70px;
          line-height: 65px; }
      .numbers-list p {
        font-size: 50px;
        line-height: 75px; }
      .numbers-list img {
        max-height: 180px; }
  
    .wo-text h3:after {
      height: 16px;
      top: calc( 100% + 27px); }
  
    .third .section-header {
      margin-bottom: 50px; }
  
    .fourth .resize {
      width: auto; }
    .fourth .section-header {
      display: none; }
  
    .press,
    .load-more,
    .footer-menu {
      display: none; }
  
    .slider li {
      display: block;
      white-space: normal; }
    .slider div {
      display: inline-block;
      max-width: 33%;
      margin-bottom: 10px; }
  
    .social {
      float: none;
      margin-left: 0;
      text-align: center; }
      .social ul {
        float: none;
        display: inline-block;
        vertical-align: middle; }
      .social h3 {
        display: inline-block;
        vertical-align: middle; }
      .social i {
        font-size: 24px; }
  
    .copyright {
      margin-left: 0; }
      .copyright p {
        font-size: 18px; }
  
    .reviews-inner {
      padding-top: 40px; }
  
    .reviews-inner:before {
      width: 75px;
      height: 53px;
      left: 50%;
      margin-left: -37px; }
  
    .reviews-slider {
      margin-bottom: 0; }
  
    .reviews-box {
      width: 550px;
      font-size: 22px;
      line-height: 26px; }
  
    .section {
      display: block; }
  
    .section.first:not(.fp-section) {
      padding-top: 203px; }
  
    .product-modal .bx-controls {
      display: block !important; }
  
    .page-heading h1 {
      font-size: 45px; }
    .page-heading .btn {
      padding: 10px 15px; }
  
    .screenshot-list:after {
      right: 0; }
  
    .page-publisher .screenshot-list {
      margin-bottom: 5px; }
  
    .publisher-heading {
      padding-top: 30px; }
      .publisher-heading h1 {
        font-size: 40px;
        line-height: 40px; }
      .publisher-heading br {
        display: inline-block; }
      .publisher-heading .btn {
        width: auto;
        margin-top: 15px;
        padding-top: 13px;
        padding-bottom: 13px; }
  
    .description {
      margin-left: 12px; }
      .description h2 {
        font-size: 50px; }
      .description p {
        margin-top: 20px; }
  
    .contact-form-container .left .title {
      font-size: 25px; }
  
    .contact-form-container .left {
      padding-bottom: 34px; }
  
    .contact-form-container .right .title {
      font-size: 14px; }
  
    .contact-form-container .right .field_item span.digit {
      font-size: 28px; }
  
    .contact-form-container .right .field_item input {
      font-size: 13px;
      padding: 0 1px; }
  
    .contact-form-container .right .field_item span.digit {
      padding-right: 33px;
      margin-right: 9px; }
  
    .contact-form-container .right .field_item {
      padding-left: 10px;
      padding-bottom: 35px; }
  
    .contact-form-container .right .field_item span.alert {
      bottom: auto;
      top: 26px;
      left: 66px;
      font-size: 12px; }
  
    .contact-form-container .link-wizard input {
      width: 100%; }
  
    .contact-form-container .right p.info {
      padding-top: 97px;
      font-size: 12px; }
  
    .contact-form-container .link-wizard {
      bottom: 37px; }
  
    .wizard-features-container .item img {
      width: 50px; }
  
    .wizard-features-container .item p {
      font-size: 11px;
      line-height: 18px; }
  
    .contact-form-container.contacts .left img {
      width: 70px;
      margin-bottom: 0; }
  
    .contact-form-container.contacts .left .title_container {
      margin-left: 10px; }
  
    .contact-form-container.contacts .left .title {
      font-size: 18px;
      line-height: 24px; }
  
    .contact-form-container.contacts .left {
      padding-top: 45px;
      padding-bottom: 20px; }
  
    .contact-form-container.contacts .right .field_item {
      border-left: 2px solid #ff9c00; }
  
    .contact-form-container .right .field_item span.digit.name {
      background-size: 40%; }
  
    .contact-form-container .right .field_item span.digit.email {
      background-size: 40%; }
  
    .contact-form-container .right .field_item span.digit.company {
      background-size: 40%; }
  
    .contact-form-container .right .field_item span.digit.site {
      background-size: 40%; }
  
    .contact-form-container .right .field_item span.digit {
      padding-right: 22px; }
  
    .contact-form-container .right .field_item input[type='text'], .contact-form-container .right .field_item input[type='email'], .contact-form-container .right .field_item input[type='url'] {
      font-size: 12px;
      padding: 2px 1px; }
  
    .contact-form-container .right .field_item span.alert {
      top: 29px;
      left: 54px;
      font-size: 10px; }
  
    .contact-form-container.contacts .right .field_item {
      padding-bottom: 25px; }
  
    .contact-form-container.contacts .right .field_item.textarea {
      border-left: 0px solid red;
      margin-top: 10px;
      padding-left: 0; }
  
    .contacts .field_item.textarea textarea {
      height: 142px;
      font-size: 12px; }
  
    .contact-form-container.contacts .right .field_item .btn {
      padding-right: 0;
      margin: 40px auto 24px auto;
      -webkit-appearance: none; }
  
    .contacts .field_item input[type=submit] {
      padding: 10px 0; }
  
    .contact-form-container.contacts .right .field_item.textarea span.alert {
      top: 147px;
      left: 0;
      bottom: auto; }
  
    .contact-form-container.contacts .right .field_item textarea {
      width: 100%; }
  
    .slider li.half_size {
      width: 700px !important; }
  
    .contact-section-wrapper {
      height: auto; } }
  @media screen and (max-width: 768px) {
    .page-product .section {
      background: top center repeat-y;
      background-size: 100% auto; }
  
    .numbers-list {
      margin-bottom: 2%; }
      .numbers-list li {
        width: calc(47% - 6px);
        padding-top: 14px;
        border: 3px solid #636363;
        border-left: none;
        border-right: none; }
      .numbers-list div {
        min-height: 104px;
        padding-bottom: 3px;
        border-bottom: 3px solid #636363; }
      .numbers-list h3 {
        font-size: 40px;
        line-height: 50px; }
        .numbers-list h3 b {
          font-size: 50px;
          line-height: 45px; }
      .numbers-list p {
        font-size: 40px;
        line-height: 55px; }
      .numbers-list img {
        max-height: auto;
        max-width: 60px; }
  
    .wo-text h3:after {
      height: 14px;
      top: calc( 100% + 13px); }
  
    .view-demo {
      display: none; }
  
    .demo-top {
      background: white; }
      .demo-top h2 {
        margin-left: 0px; }
  
    .page-heading {
      top: 75px; } }
  @media screen and (max-width: 700px) {
    .slider li.half_size {
      width: 600px !important; } }
  @media screen and (max-width: 659px) {
    .wizard-features-container .item {
      width: 32%;
      margin-right: 0; }
  
    .reviews {
      display: none; } }

  @media screen and (max-width: 640px) and (min-width: 481px){
    .screenshot-interstitial, .screenshot-carousel {
      height: 560px !important;
    }

    .screenshot-list_interstitial, .screenshot-list_carousel {
      height: 560px !important;
    } }

  @media screen and (max-width: 640px) {
    .logo img {
      display: none; }
    .logo .mobile-logo {
      display: block;
      width: 160px; }
  
    .page-publisher div.section {
      padding-top: 60px; }
  
    .page-product .screenshot-list:after {
      top: 20px;
      right: 20px !important;
      left: auto !important; }
  
    #product_4 .screenshot-list:after {
      top: 0;
      right: 20px; }
  
    #product_1,
    #product_3 {
      background-position-x: 50%; }
  
    #product_2,
    #product_4 {
      background-position-x: 50%; }
  
    .heading p {
      font-size: 16px;
      line-height: 20px; }
  
    .about-list p {
      font-size: 16px;
      line-height: 20px; }
  
    .about-result {
      padding: 40px 0; }
      .about-result img {
        width: 100px; }
      .about-result p {
        font-size: 16px;
        line-height: 20px; }
  
    div.page-heading {
      padding-top: 12px; }
  
    .copyright p {
      line-height: 30px; }
  
    .slogan h1 {
      font-size: 96px;
      line-height: 96px; }
    .slogan p {
      font-size: 28px; }
  
    .advantages-block h3 {
      font-size: 32px; }
  
    .page-heading h1 {
      padding-top: 5px;
      font-size: 30px; }
  
    .screenshot-list {
      height: 330px; }
  
    .view-demo {
      margin-left: 0; }
  
    .screenshot {
      background-position: top center;
      background-size: 100% auto; }
  
    .screenshot-desktop {
      width: 350px;
      height: 280px;
      padding: 9px 10px 76px; }
  
    .screenshot-tablet {
      top: 124px;
      left: auto;
      right: 20px;
      width: 140px;
      height: 196px;
      padding: 14px 4px 24px; }
  
    .screenshot-mobile {
      top: 60px;
      left: 171px;
      right: 170px; }

    .my-content-mobile {
      top: 58px !important;
      }

    .my-edge-mobile {
      top: 72px !important;
      left: 244px !important;
    }

    .my-strips .screenshot-desktop .demonstration {
      width: 210px;
      height: 105px;
      margin-top: 56px;
      margin-left: 8px; }
  
    .my-strips .screenshot-tablet .demonstration {
      width: 120px;
      height: 55px; }
  
    .my-cover .screenshot-desktop img {
      width: 85px;
      margin-top: 90px;
      margin-left: 85px; }
  
    .my-cover .screenshot-tablet img {
      width: 70px;
      margin-top: 48px;
      margin-left: 30px; }
  
    .my-flip .screenshot-desktop img {
      width: 170px;
      margin-left: 15px;
      margin-top: 66px; }
  
    .my-flip .screenshot-tablet img {
      width: 124px;
      margin-top: 27px;
      margin-left: 4px; }
  
    .my-tips .screenshot-desktop .main {
      width: 186px;
      margin-top: 29px;
      margin-left: 32px; }
  
    .my-tips .screenshot-tablet .main {
      width: 124px;
      margin-top: 18px;
      margin-left: 4px; }
  
    .fourth .screenshot-list {
      height: 398px; }
    .fourth .page-name {
      margin: 90px 0 5px; }
    .fourth .screenshot-mobile {
      top: 199px; }
    .fourth .screenshot-tablet {
      top: 189px; }
  
    .page-publisher .section {
      padding-top: 140px; }
  
    .publisher-heading {
      padding-top: 19px; }
      .publisher-heading h1 {
        font-size: 30px;
        line-height: 32px; }
      .publisher-heading .btn {
        margin-top: 10px;
        padding-left: 20px;
        padding-right: 20px; }
  
    .thumbnail {
      width: 100%;
      margin-left: 0; }
  
    .description {
      margin-left: 0; }
      .description p {
        margin-top: 10px; }
  
    .copyright {
      margin-top: 5px; }
  
    .numbers-list {
      margin-bottom: 2%; }
      .numbers-list li {
        width: calc(47% - 6px);
        padding-top: 12px;
        border: 2px solid #636363;
        border-left: none;
        border-right: none; }
      .numbers-list div {
        min-height: 100px;
        padding-bottom: 2px;
        border-bottom: 2px solid #636363; }
      .numbers-list h3 {
        font-size: 30px;
        line-height: 45px; }
        .numbers-list h3 b {
          font-size: 40px;
          line-height: 40px; }
      .numbers-list p {
        font-size: 30px;
        line-height: 50px; }
      .numbers-list img {
        max-height: auto;
        max-width: 50px; }
  
    .wo-text h3 {
      border-bottom: 2px solid #636363; }
  
    .wo-text h3:after {
      height: 10px;
      top: calc( 100% + 15px); }
  
    .screenshot-list {
      width: 480px; }
  
    .fourth .screenshot-list {
      height: 280px; }
  
    .fourth .screenshot-tablet {
      top: 86px; }
  
    .fourth .screenshot-mobile {
      top: 98px; }
  
    .fourth .view-demo {
      margin-top: -29px; }
  
    .page-heading {
      top: 80px; } }
  @media screen and (max-width: 620px) {
    .page-name_interstitial, .page-name_carousel {
      display: block;
    }
    .screenshot-list_interstitial, .screenshot-list_carousel {
      float: none !important;
      } }
  @media screen and (max-width: 601px) {
    .slider li.half_size {
      width: 550px !important; } }
  @media screen and (max-width: 551px) {
    .slider li.half_size {
      width: 480px !important; }
  
    .contact-form-container.contacts {
      padding-top: 70px;
      width: 100%;
      margin: 0 auto; }
  
    .contact-form-container {
      padding-top: 70px;
      width: 100%;
      margin: 0 auto; } }
  @media screen and (max-width: 480px) {
    .screenshot-mobile > div {
      top: -2px;
      width: 100%;
      height: 102%;
}
.screenshot-mobile-publishers {
  height: 154px;
  top: 74px;
  left: 232px;
}
.screenshot-mobile-publishers-content {
  height: 97% !important;
}
    .my-edge-mobile {
      left: 170px !important;
    }

    .screenshot-mobile {
      background-image: url(../images/mobile_little.png);
      width: 60px !important;
      height: 120px !important;
    }
    div.heading {
      padding: 20px 13px;
      margin-top: 56px; }
  
    #product_1 .page-name {
      margin-top: 70px; }
  
    .page-heading {
      top: 56px; }
  
    .text-page {
      padding-top: 66px; }
  
    .header-top {
      padding: 12px 0; }
  
    .responsive-nav li {
      line-height: 28px; }
      .responsive-nav li:nth-of-type(4), .responsive-nav li:nth-of-type(7) {
        margin-bottom: 10px;
        padding-bottom: 10px; }
    .responsive-nav a {
      font-size: 18px; }
    .responsive-nav .log-in {
      margin: 0 0 20px; }
    .responsive-nav .language {
      margin-bottom: 0;
      font-size: 24px; }
  
    .slogan h1 {
      font-size: 76px;
      line-height: 76px; }
      .slogan h1 b {
        font-size: 55px;
        line-height: 58px; }
    .slogan p {
      font-size: 22px; }
  
    .see-how + img {
      width: 100px; }
  
    .advantages-page h2 {
      padding: 0 20px;
      font-size: 25px;
      line-height: 60px; }
  
    .advantages-block h3 {
      margin-bottom: 5px;
      font-size: 20px; }
    .advantages-block p {
      font-size: 14px; }
  
    .numbers-list li {
      margin-bottom: 30px; }
  
    .section-header {
      height: 90px;
      font-size: 40px;
      line-height: 96px; }
  
    .numbers-list h3 {
      font-size: 7vw;
      line-height: 12vw; }
      .numbers-list h3 b {
        font-size: 8vw;
        line-height: 6vw; }
    .numbers-list img {
      max-width: 35%; }
    .numbers-list p {
      font-size: 6vw; }
  
    .social h3 {
      font-size: 24px; }
    .social ul li:first-of-type {
      margin-left: 10px; }
  
    .copyright p {
      font-size: 3vw; }
  
    .text-page h1 {
      margin-bottom: 20px;
      font-size: 30px; }
    .text-page p {
      font-size: 14px;
      line-height: 20px; }
  
    .page-heading {
      padding-top: 10px; }
      .page-heading h1 {
        padding-top: 0;
        font-size: 28px; }
      .page-heading .btn {
        padding: 5px 10px;
        font-size: 10px; }
  
    .page-name {
      margin-top: 30px;
      margin-left: 30px; }
  
    .screenshot-list {
      height: 248px; }
      .screenshot-list:after {
        top: 0;
        width: 100px;
        height: 100px;
        background-size: cover; }
  
    .screenshot-desktop {
      width: 240px;
      height: 195px;
      padding: 7px 7px 55px; }
  
    .screenshot-tablet {
      top: 78px;
      right: 0;
      width: 110px;
      height: 152px;
      padding: 11px 3px 18px; }
  
    .screenshot-mobile, .my-content-mobile {
      top: 111px !important;
      right: 115px;
      width: 60px;
      height: 128px;
      padding: 18px 4px; }
  
    .view-demo {
      font-size: 10px; }
  
    .my-strips .screenshot-desktop .demonstration {
      width: 138px;
      height: 70px;
      margin-top: 38px; }
  
    .my-strips .screenshot-tablet .demonstration {
      width: 94px;
      height: 47px; }
  
    .my-cover .screenshot-desktop img {
      width: 66px;
      margin-top: 58px;
      margin-left: 56px; }
  
    .my-cover .screenshot-tablet img {
      width: 58px;
      margin-top: 37px;
      margin-left: 22px; }
  
    .my-cover .screenshot-mobile img {
      width: 26px;
      margin-top: 34px;
      margin-left: 12px; }
  
    .my-flip .screenshot-desktop img {
      width: 120px;
      margin-left: 8px;
      margin-top: 44px; }
  
    .my-flip .screenshot-tablet img {
      width: 94px; }
    .my-flip .screenshot-tablet .back {
      height: 60px; }
  
    .my-flip .screenshot-mobile img {
      width: 46px; }
    .my-flip .screenshot-mobile .back {
      width: 102px !important;
      height: 35px; }
  
    .my-tips .screenshot-desktop .main {
      width: 128px;
      margin-top: 25px;
      margin-left: 22px; }
  
    .my-tips .screenshot-desktop .tip {
      top: 64px;
      width: 72px; }
  
    .my-tips .screenshot-tablet .main {
      width: 96px; }
  
    .my-tips .screenshot-tablet .tip {
      top: 42px;
      width: 54px; }
  
    .my-tips .screenshot-mobile .main {
      width: 48px; }
  
    .my-tips .screenshot-mobile .tip {
      width: 26px; }
  
    .fourth .screenshot-list {
      height: 212px; }
    .fourth .screenshot-tablet {
      top: 44px; }
    .fourth .screenshot-mobile {
      top: 68px; }
  
    .product-modal iframe {
      height: 410px; }
  
    .demo-mobile {
      width: 200px;
      height: 420px;
      padding: 59px 12px;
      background-size: 100% auto; }
  
    .page-publisher .section {
      padding-top: 115px; }
    .page-publisher .screenshot-list {
      height: 236px; }
    .page-publisher .screenshot-desktop {
      width: 280px;
      height: 226px;
      padding: 8px 9px 63px; }
    .page-publisher .screenshot-tablet {
      bottom: 4px;
      width: 120px;
      height: 168px;
      padding: 12px 4px 20px; }
    .page-publisher .screenshot-mobile {
      right: 124px;
      bottom: 4px;
      width: 60px;
      height: 129px;
      padding-top: 18px;
      padding-bottom: 18px; }
    .page-publisher .my-strips .screenshot-desktop .demonstration {
      width: 164px;
      height: 82px;
      margin-top: 44px; }
    .page-publisher .my-strips .screenshot-tablet .demonstration {
      width: 102px;
      height: 50px; }
  
    .publisher-heading {
      padding-top: 5px; }
      .publisher-heading h1 {
        font-size: 18px;
        line-height: 24px; }
      .publisher-heading .btn {
        padding: 5px;
        font-size: 14px; }
  
    .description h2 {
      font-size: 22px;
      line-height: 24px; }
    .description p {
      margin-top: 5px;
      font-family: "Gotham Book", sans-serif;
      font-size: 14px;
      line-height: 18px; }
  
    .slider li.half_size {
      width: 430px !important; }
  
    .screenshot-list {
      width: 100%; }
  
    .page-name {
      border-top: 1px solid #636363;
      width: 100px; }
  
    .page-name img {
      width: 21%; }
  
    .page-name p {
      font-size: 40px;
      line-height: 44px;
      border-bottom: 1px solid #636363;
      padding-top: 0; }  
  
    .page-name p:last-of-type {
      letter-spacing: -1px; }
  
    #product_1 .page-name {
      margin-top: 40px; }
  
    #product_3 .page-name p, #product_4 .page-name p {
      line-height: 44px;    
      padding-top: 0px; }
  
    #product_4 .page-name p:last-of-type {
      font-size: 70px;
      line-height: 64px;
      padding-top: 0; }
  
    .fourth .page-name {
      margin-left: 30px;
      margin-top: 0px; }
  
    .fourth .view-demo {
      margin-top: -39px; } 
    .interstitial_name p, .carousel_name p {
      font-size: 28px !important;}
    }
  
  @media screen and (max-width: 462px) {
    .contact-form-container .left .title {
      font-size: 24px;
      line-height: 26px; }
  
    .contact-form-container .left {
      padding-top: 55px; }
  
    .see-how .btn {
      font-size: 14px;
      width: 63%; }
  
    .see-how {
      bottom: 66px; }
  
    .link-wizard .btn {
      width: 64%;
      padding-top: 13px;
      padding-bottom: 13px;
      font-size: 14px; }
  
    .third .resize {
      width: 100%; }
  
    .slider li {
      height: auto; }
  
    .slogan {
      padding-top: 90px; }
  
    .third .btn {
      display: none; }
  
    .reviews-box {
      font-size: 14px; }
  
    .contact-form-container {
      padding-top: 48px; } }
  @media screen and (max-width: 431px) {
    .slider li.half_size {
      width: 382px !important; } }
  @media screen and (max-width: 414px) {
    .page-heading {
      top: 50px; }
  
    .slogan {
      padding-top: 77px; }
  
    .slogan h1 b {
      font-size: 39px;
      line-height: 36px;
      padding: 6px 15px 0 15px; }
  
    .resize {
      padding: 0 13px; }
  
    .slogan h1 strong {
      display: block;
      margin-left: -3px; }
  
    .slogan h1 {
      line-height: 62px; }
  
    .slogan p {
      line-height: 36px; }
  
    .view-360 {
      width: 60px;
      bottom: 12px; }
  
    .see-how {
      bottom: 42px; }
  
    .see-how .btn {
      font-size: 7px;
      width: 52%; }
  
    .advantages-img {
      width: 18%;
      border-bottom: 2px solid #636363; }
  
    .advantages-img img {
      width: 100%; }
  
    .advantages-block:nth-of-type(even) .advantages-img img {
      width: 120%; }
  
    .link-wizard .btn {
      width: 52%;
      padding-top: 9px;
      padding-bottom: 9px;
      font-size: 12px;
      margin-bottom: 20px; }
  
    .section-header {
      height: 70px;
      font-size: 29px;
      line-height: 76px; }
  
    .third .section-header {
      margin-bottom: 25px; }
  
    .numbers-list li {
      width: 169px;
      margin-bottom: 46px; }
  
    .numbers-list li {
      border: 1px solid #636363;
      border-left: none;
      border-right: none; }
  
    .numbers-list h3 b {
      font-size: 31px; }
  
    .numbers-list h3 {
      font-size: 26px; }
  
    .numbers-list p {
      font-size: 24px; }
  
    .numbers-list div {
      border-bottom: 1px solid #636363;
      min-height: 88px; }
  
    .numbers-list {
      margin-bottom: 0px; }
  
    footer {
      background-color: #fff; }
  
    .social h3 {
      font-size: 17px; }
  
    .social i {
      font-size: 20px; }
  
    .advantages-block h3 {
      font-size: 25px; }
  
    .advantages-page h2 {
      line-height: 43px;
      padding-top: 3px; }
  
    .contact-form-container.contacts .right .field_item .btn {
      padding-top: 7px;
      padding-bottom: 7px;
      font-size: 10px; }
  
    .contact-section-wrapper {
      height: auto; }
  
    .contacts .field_item.textarea textarea {
      height: 84px; }
  
    .contact-form-container.contacts .right .field_item.textarea span.alert {
      top: 88px; }
  
    .contact-form-container.contacts .right .field_item .btn {
      margin: 13px auto 0px auto; }
  
    .contact-form-container.contacts .right .field_item.textarea span.alert {
      top: 88px; }
  
    .contact-form-container .left {
      padding-top: 0px;
      padding-bottom: 20px; }
  
    .contact-form-container .right .title {
      padding-bottom: 20px; }
  
    .contact-form-container .link-wizard {
      bottom: 1%; }
  
    .wizard-features-container .item p {
      font-size: 12px; }
  
    .contact-form-container .link-wizard input {
      width: 50%; }
  
    .contact-form-wrapper {
      height: auto; }
  
    .contact-form-container .right .field_item {
      padding-bottom: 20px; }
  
    .contact-form-container .right p.info {
      padding-top: 48px;
      margin-bottom: 10px; }
  
    .wizard-features-container .item {
      margin-top: 0; }
  
    .numbers-list {
      margin-bottom: 2%; }
      .numbers-list li {
        width: calc(47% - 6px);
        padding-top: 8px;
        border: 2px solid #636363;
        border-left: none;
        border-right: none; }
      .numbers-list div {
        min-height: 90px;
        padding-bottom: 2px;
        border-bottom: 2px solid #636363; }
      .numbers-list h3 {
        font-size: 25px;
        line-height: 30px; }
        .numbers-list h3 b {
          font-size: 30px;
          line-height: 25px; }
      .numbers-list p {
        font-size: 25px;
        line-height: 47px; }
      .numbers-list img {
        max-height: auto;
        max-width: 50px; }
  
    .wo-text h3 {
      border-bottom: 2px solid #636363; }
  
    .wo-text h3:after {
      height: 8px;
      top: calc( 100% + 20px); }
  
    .link-next {
      bottom: 21px; }
  
    .link-next a {
      display: block;
      width: 60px;
      height: 12px;
      background: url("../images/icon-scroll.png") 0 0 no-repeat;
      background-size: cover; }
  
    .advantages-block:first-of-type h3 {
      margin: 0 0 0px; }
  
    .advantages-block h3 {
      padding-top: 3px; }
  
    .advantages-block:nth-of-type(even) .advantages-img {
      padding: 8px 15px 8px; }
  
    .advantages-block:nth-of-type(even) {
      padding-top: 3px; }
  
    .advantages {
      padding-bottom: 5px; }
  
    .wizard-features-container {
      height: 129px; } }
  @media screen and (max-width: 395px) {
    .contact-form-container .left .title {
      font-size: 27px;
      line-height: 29px; }
  
    .contact-form-container {
      padding-top: 30px; }
  
    .contact-form-container .left {
      padding-top: 35px; }
  
    .contact-form-container .right .title {
      padding-bottom: 20px; }
  
    .header-page {
      background-size: auto 62%; }
  
    .numbers-list {
      margin-bottom: 2%; }
      .numbers-list li {
        width: calc(47% - 6px);
        padding-top: 8px;
        border: 2px solid #636363;
        border-left: none;
        border-right: none; }
      .numbers-list div {
        min-height: 70px;
        padding-bottom: 2px;
        border-bottom: 2px solid #636363; }
      .numbers-list h3 {
        font-size: 18px;
        line-height: 25px; }
        .numbers-list h3 b {
          font-size: 22px;
          line-height: 20px; }
      .numbers-list p {
        font-size: 18px;
        line-height: 40px; }
      .numbers-list img {
        max-height: auto;
        max-width: 40px; }
  
    .wo-text h3 {
      border-bottom: 2px solid #636363; }
  
    .wo-text h3:after {
      height: 6px;
      top: calc( 100% + 15px); } }
  @media screen and (max-width: 383px) {
    .slider li.half_size {
      width: 360px !important; } }
  @media screen and (max-width: 380px) {
    .heading h1 {
      margin-bottom: 15px;
      font-size: 40px; }
    .heading .btn {
      margin-top: 4px;
      padding: 5px 15px; }
  
    .page-heading h1 {
      font-size: 22px; }
  
    .slogan {
      margin-bottom: 40px; }
      .slogan h1 {
        font-size: 60px;
        line-height: 70px; }
        .slogan h1 b {
          font-size: 48px;
          line-height: 52px; }
        .slogan h1 strong {
          margin-left: 0; }
      .slogan p {
        font-size: 18px;
        line-height: 20px; } }
  @media screen and (max-width: 361px) {
    .slider li.half_size {
      width: 344px !important; } }
  @media screen and (max-width: 320px) {
    .advantages-block h3 {
      font-size: 18px; }
  
    .advantages-block:first-of-type h3 {
      margin: 0 0 5px; }
  
    .advantages-block h3 {
      padding-top: 11px; }
  
    .link-wizard .btn {
      font-size: 10px; }
  
    .numbers-list p {
      font-size: 19px; }
  
    .numbers-list h3 b {
      font-size: 24px; }
  
    .numbers-list h3 {
      font-size: 22px; }
  
    .see-how {
      bottom: 93px; }
  
    .link-next {
      bottom: 51px; }
  
    .reviews {
      padding: 10px 0; }
  
    .contact-form-container.contacts .right .field_item {
      margin-top: 0;
      padding-bottom: 15px; }
  
    .contact-form-container.contacts {
      padding-top: 30px; }
  
    .contact-form-container.contacts .left {
      padding-bottom: 0px; }
  
    .contact-form-container.contacts .left .title {
      font-size: 16px; }
  
    footer {
      padding-top: 0px; }
  
    .slider li.half_size {
      width: 310px !important; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
    .view-360 {
      bottom: 62px; }
  
    .see-how {
      bottom: 92px; }
  
    .link-next {
      bottom: 71px; } }
  @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
    .view-360 {
      bottom: 62px; }
  
    .see-how {
      bottom: 92px; }
  
    .link-next {
      bottom: 71px; } }
  @media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
    .view-360 {
      bottom: 62px; }
  
    .see-how {
      bottom: 92px; }
  
    .link-next {
      bottom: 71px; } }
  @media screen and (min-width: 1900px) {
    .page-heading h1 {
      padding-left: 0; }
    .page-heading .btn {
      margin-right: 0; }
  
    .slider li.half_size {
      width: 280px !important; }
  
    .header-top {
      padding: 17px 0 17px; }
  
    .main-menu {
      padding-top: 6px;
      padding-left: 42px; }
  
    .main-menu li {
      margin-right: 31px; }
  
    .main-menu a {
      font-size: 15px; }
  
    .log-in {
      margin-top: 7.2x; }
  
    .log-in, .language {
      font-size: 15px; }
  
    .language {
      margin-top: 4.8px;
      margin-right: 21.6px; }
  
    .section {
      padding-top: 79.2px; }
      .section.nopaged-js {
        padding-top: 0; }
      .section.third {
        padding-top: 0; }
  
    .slogan {
      margin-bottom: 86.4px;
      padding-top: 242px; }
  
    .see-how {
      bottom: 327.6px; }
  
    .see-how {
      bottom: 221px; }
  
    .btn-arr {
      padding-right: 45px; }
  
    .btn {
      padding: 18px 40.6px 16.8px;
      font-size: 16.8px;
      line-height: 1.4em; }
  
    .btn-arr:after {
      margin-left: 18px; }
  
    .view-360 {
      margin-right: -756px;
      bottom: 117px; }
  
    .link-next {
      bottom: 30px; }
  
    .link-next a {
      background-size: 100%; }
  
    .next-copy {
      width: 1094.4px;
      height: 18px;
      margin-left: -547/2px; }
  
    .header-page {
      background-size: 86%;
      background-position-x: 100px; }
  
    .advantages-page h2 {
      padding: 0 48px;
      font-size: 46px;
      line-height: 80px; }
      .advantages-page h2:before {
        left: -276px;
        width: calc( 100% + 552px );
        height: 2.4px; }
  
    .advantages-block {
      padding: 25.6px 0 33.6px; }
      .advantages-block:before {
        left: 118.4px;
        bottom: 0;
        width: calc( 100% - 118.4px );
        height: 2px; }
      .advantages-block:first-of-type {
        padding-top: 30.4px; }
        .advantages-block:first-of-type .advantages-img:after {
          left: 21.6px; }
        .advantages-block:first-of-type h3 {
          margin: 0 0 16.8px; }
      .advantages-block:nth-of-type(even) {
        padding-left: 267.6px; }
        .advantages-block:nth-of-type(even):before {
          width: calc( 100% - 246.8px ); }
        .advantages-block:nth-of-type(even) .advantages-img {
          margin-left: 126px;
          padding: 4.8px 20px 20px; }
        .advantages-block:nth-of-type(even) h3 {
          margin-top: 27.6px; }
      .advantages-block h3 {
        margin: 12px 0 18.2px;
        font-size: 36px; }
      .advantages-block p {
        font-size: 18.2px;
        line-height: 28.8px; }
  
    .advantages-img {
      margin-right: 126px;
      padding: 4.8px 0 13.2px;
      border-bottom: 4.8px solid #636363; }
      .advantages-img:before, .advantages-img:after {
        width: 12px;
        height: 12px; }
  
    .link-wizard {
      padding-top: 24px; }
      .link-wizard .btn {
        padding-left: 33.6px;
        padding-right: 33.6px;
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 14px; }
  
    .third .section-header {
      margin-bottom: 80px; }
      .third .section-header.two-lines {
        margin-left: 260px; }
    .third .numbers-list {
      margin-bottom: 80px; }
  
    .section-header {
      width: 666px;
      height: 139.2px;
      font-size: 46px;
      line-height: 141.6px;
      border: 2.4px solid #ff9c00; }
      .section-header:after {
        width: 200%;
        height: 2.4px; }
      .section-header span {
        width: 612px;
        height: calc( 100% + 9.6px );
        margin: -4.8px auto; }
  
    .section-header.two-lines:after {
      width: 201px; }
  
    .two-lines:after {
      width: 201px; }
    .two-lines:before {
      width: 100%;
      height: 2.4px; }
  
    .numbers-list {
      margin-bottom: 144px; }
      .numbers-list li {
        width: 218px;
        padding-top: 16;
        border: 3px solid #636363;
        border-left: none;
        border-right: none; }
      .numbers-list div {
        min-height: 112.8px;
        padding-bottom: 3px;
        border-bottom: 3px solid #636363; }
      .numbers-list h3 {
        font-size: 34.9px;
        line-height: 30px; }
        .numbers-list h3 b {
          font-size: 45px;
          line-height: 53.6px; }
      .numbers-list p {
        font-size: 31px;
        line-height: 54px;
        padding-top: 0px; }
  
    .wo-text h3 {
      padding-bottom: 18px;
      border-bottom: 3.6px solid #636363; }
      .wo-text h3:after {
        top: calc( 100% + 12px );
        height: 14.4px; }
  
    .slider img {
      max-width: calc( 100% - 12px );
      margin-bottom: 12px; }
  
    .bx-controls a {
      margin-top: -15.6px; }
      .bx-controls a:before {
        font-size: 31.2px; }
  
    .bx-prev {
      right: calc( 100% + 90px ); }
  
    .bx-next {
      left: calc( 100% + 90px ); }
  
    .fourth > .resize {
      flex: 1.2px; }
    .fourth .section-header {
      width: 532.8px;
      height: 122.4px;
      margin-bottom: 108px;
      line-height: 108px; }
      .fourth .section-header:before {
        width: 134%; }
      .fourth .section-header:after {
        width: 120px; }
  
    .load-more {
      margin-bottom: 112.8px;
      padding-top: 68.4px; }
  
    .copyright {
      margin-top: 50px;
      margin-left: -378px; }
      .copyright p {
        font-size: 16.8px;
        line-height: 61.2px; }
  
    footer {
      padding-top: 60px;
      padding-left: 378px; }
      footer ul {
        -webkit-column-gap: 217.5px;
        -moz-column-gap: 217.5px;
        column-gap: 217.5px; }
        footer ul a {
          font-size: 16.8px; }
      footer li {
        margin-bottom: 9.6px; }
  
    .social {
      margin-left: 144px;
      padding-top: 7.2px; }
      .social h3 {
        font-size: 32.4px; }
      .social li {
        margin-left: 27.6px; }
      .social i {
        transition: color .20s linear;
        font-size: 21.2px; }
  
    .reviews {
      min-height: 120px; }
  
    .reviews-inner {
      padding-top: 48px;
      padding-left: 120px; }
  
    .reviews-inner:before {
      width: 176.4px;
      height: 126px; }
  
    .reviews-slider {
      width: 840px;
      margin: 0 auto 36px; }
  
    .reviews-box {
      position: relative;
      width: 540px;
      font-size: 19.2px;
      line-height: 28.8px; }
  
    .reviews-img {
      margin-bottom: 18px; }
  
    .contact-form-container {
      padding-top: 73.2px; }
      .contact-form-container.contacts {
        padding-top: 45px; }
      .contact-form-container .left {
        padding-top: 127.2px; }
        .contact-form-container .left .title {
          font-size: 48px;
          line-height: 50.4px; }
      .contact-form-container .right.thank img {
        margin-bottom: 21.6px; }
      .contact-form-container .right.thank p {
        line-height: 21.6px;
        font-size: 19.2px; }
        .contact-form-container .right.thank p b {
          font-size: 21.6px; }
      .contact-form-container .right.thank .orange_line_container {
        padding-top: 98.4px;
        padding-bottom: 73.2px; }
      .contact-form-container .right .orange_line_container {
        border-left: 3.6px solid #ff9c00;
        padding-left: 21.6px; }
      .contact-form-container .right .title {
        font-size: 26.6px; }
      .contact-form-container .right .field_item {
        margin-top: 36px; }
        .contact-form-container .right .field_item span.digit {
          font-size: 48px;
          padding-right: 49.2px;
          margin-right: 18px; }
        .contact-form-container .right .field_item span.alert {
          bottom: -20.4px;
          left: 90px;
          font-size: 14.4px; }
        .contact-form-container .right .field_item input[type='text'], .contact-form-container .right .field_item input[type='email'], .contact-form-container .right .field_item input[type='url'] {
          font-size: 19.2px;
          line-height: 28.8px;
          padding: 9.6px 1.2px;
          width: calc(100% - 100.8px); }
        .contact-form-container .right .field_item textarea {
          width: 423.6px;
          height: 88.8px;
          font-size: 19.2px;
          padding: 9.6px 16.8px; }
        .contact-form-container .right .field_item .btn {
          padding-right: 51.6px;
          bottom: 10.8px; }
        .contact-form-container .right .field_item.textarea span.alert {
          bottom: 4px; }
      .contact-form-container .right p.info {
        font-size: 13.2px;
        line-height: 21.6px;
        padding-left: 52.8px;
        margin-bottom: 21.6px;
        margin-top: 26.4px; }
      .contact-form-container.contacts .left {
        padding-top: 34.4px; }
      .contact-form-container.contacts .field_item.textarea {
        padding-bottom: 30px; }
  
    .wizard-features-container {
      margin-top: 75.6px;
      height: 248.8px;
      background-size: cover; }
      .wizard-features-container.contacts {
        background-size: cover; }
      .wizard-features-container .item {
        margin: 74.4px 114px 0 0;
        width: 168px;
        text-align: center; }
        .wizard-features-container .item img {
          margin-bottom: 12px; }
        .wizard-features-container .item p {
          font-size: 21.6px;
          line-height: 28.8px; }
  
    .resize {
      width: calc(100vw - 558px); }
  
    .advantages-page .resize {
      width: calc(100vw - 796px); }
  
    .third .resize {
      width: calc(100vw - 796px); }
  
    .fourth .resize {
      width: calc(100vw - 796px); }
  
    .slogan h1 b {
      font-size: 82.64px;
      padding: 4px 15px 0 15px;
      line-height: 91px; }
  
    .page-product .resize {
      width: 1366px; }
    .page-product h1 {
      padding-left: 120px; }
    .page-product .screenshot-list {
      margin-right: 0px; }
  
    #product_1 {
      background-position-y: 145px;
      padding-top: 114px; }
      #product_1 .screenshot-list {
        margin-top: 44px;
        margin-right: 121px; }
      #product_1 .screenshot-list:after {
        right: -0px; }
  
    #product_2 {
      background-position-y: 145px;
      padding-top: 114px; }
      #product_2 .screenshot-list {
        margin-top: 44px;
        margin-right: 0px; }
      #product_2 .screenshot-list:after {
        right: 20px; }
  
    #product_3 {
      background-position-y: 145px;
      padding-top: 114px; }
      #product_3 .screenshot-list {
        margin-top: 44px;
        margin-right: 0px; }
      #product_3 .screenshot-list:after {
        left: -270px;
        bottom: -51px; }
  
    #product_4 {
      background-position-y: 145px;
      padding-top: 177px; }
      #product_4 .screenshot-list {
        margin-top: 0;
        margin-right: 121px; }
      #product_4 .screenshot-list:after {
        right: 18px;
        top: -9px; }
      #product_4 .page-heading {
        padding-top: 54px; }
  
    .page-number {
      margin-top: 270px;
      margin-left: 0;
      padding: 0 12px; }
      .page-number ul {
        padding-top: 40px; }
      .page-number h3 {
        margin: 14px 0 5px 45px; }
      .page-number .move_next {
        bottom: -37px;
        right: 37px; }
  
    .page-name {
      margin-top: 270px;
      margin-left: 48px; }
      .page-name img {
        margin-right: 12px; }
  
    .view-demo {
      margin-top: 70px;
      margin-right: 239px; }
  
    .fourth .page-name,
    .fourth .page-number {
      margin-top: 216px; }
  
    div[id^="product"] > .resize:before {
      right: calc( 100% + 258px ); }
    div[id^="product"]:nth-of-type(2n) > .resize:before {
      left: calc( 100% + 258px ); }
  
    .screenshot {
      background-size: 100% auto; }
  
    .screenshot-desktop {
      top: 110px;
      right: 0px;
      width: 600px;
      height: 482px;
      padding-bottom: 134px; }
  
    .screenshot-tablet {
      right: 0;
      width: 212px;
      height: 296px; }
  
    .screenshot-mobile {
      top: 334px;      
      width: 104px;
      height: 220px; }
  
    .my-strips .screenshot-desktop .demonstration {
      width: 355px;
      height: 177px;
      margin-top: 98px; }
  
    .my-strips .screenshot-tablet .demonstration {
      width: 188px;
      height: 94px; }
  
    .my-strips .screenshot-mobile .demonstration {
      }
  
    .my-cover .screenshot-desktop img {
      margin-top: 160px;
      margin-left: 160px; }
  
    .my-cover .screenshot-tablet img {
      margin-top: 78px;
      margin-left: 54px; }
  
    .my-cover .screenshot-mobile img {
      margin-top: 60px;
      margin-left: 26px; }
  
    .my-tips .screenshot-desktop .main {
      width: 325px;
      margin-top: 47px;
      margin-left: 46px; }
  
    .my-tips .screenshot-tablet .main {
      width: 188px;
      margin-top: 28px; }
  
    .my-tips .screenshot-mobile .main {
      width: 88px; }
  
    .product-modal .close {
      margin-top: 17px; }
    .product-modal header {
      margin-bottom: 14px; }
      .product-modal header > .resize {
        padding: 18px 0; }
    .product-modal h2 {
      font-size: 50px; }
    .product-modal ul {
      padding: 10px 0; }
    .product-modal li {
      margin-right: 19px; }
    .product-modal a {
      font-size: 19px; }
    .product-modal iframe {
      height: 700px; }
  
    .text-page .resize {
      width: 1094px; }
    .text-page h1 {
      margin-bottom: 54px;
      font-size: 48px;
      line-height: 50px; }
    .text-page h2 {
      margin-bottom: 30px;
      font-size: 29px; }
    .text-page p {
      margin-bottom: 30px;
      font-size: 19px;
      line-height: 29px; }
    .text-page ~ footer {
      margin-top: 78px; }
  
    .publisher-heading .resize {
      width: 1366px;
      padding-right: 0;
      padding-left: 124px; }
    .publisher-heading .btn {
      padding-top: 14px;
      padding-bottom: 14px;
      font-size: 14px; }
  
    .page-publisher .resize {
      width: 1366px;
      padding: 0 116px 0 124px; }
    .page-publisher .screenshot-list {
      margin-bottom: 22px;
      padding-bottom: 22px; }
    .page-publisher .link-next {
      margin-top: 80px; }
  
    .description {
      float: right;
      width: 546px; }
      .description p {
        margin-top: 36px; }
  
    .thumbnail {
      margin-left: 0; }
  
    .advantages {
      padding-bottom: 22px; }
  
    .contact-form-container.contacts .right .field_item textarea {
      width: calc(100% - 254px); }
  
    .contact-form-container.contacts .right .field_item input[type='text'], .contact-form-container.contacts .right .field_item input[type='email'], .contact-form-container.contacts .right .field_item input[type='url'] {
      width: calc(100% - 254px); }
  
    .nopaged-js footer ul {
      padding-left: 100px; }
  
    .reviews .load-more {
      margin-bottom: 10px;
      padding-top: 10px; }
  
    .page-name p {
      font-size: 81px;
      line-height: 83px;
      padding-top: 0; }
        
    .interstitial_name p {
        font-size: 56px !important;
    }

    .page-publisher .my-strips .screenshot-desktop .demonstration {
      margin-top: 68px; }
  
    .page-publisher .my-strips .screenshot-mobile .demonstration {
      width: 60px;
      height: 30px; }
  
    .page-ads .section .resize:after {
      background: center left no-repeat;
      background-size: cover; } }
  @media screen and (max-height: 1080px) {
    .contact-form-container.contacts {
      padding-top: 37px; } }
  @media screen and (max-height: 958px) and (min-width: 993px) {
    .copyright {
  @media screen and (max-height: 930px) and (min-width: 993px) {
    .header-page {
      background-position-y: bottom; } }
  @media screen and (max-height: 900px) and (min-width: 993px) {
    .fourth .section-header {
      margin-bottom: 20px; }
  
    .reviews-slider {
      margin: 0 auto 0px; }
  
    .reviews .load-more {
      margin-bottom: 20px;
      padding-top: 20px; }
  
    .numbers-list {
      margin-bottom: 40px; } }
  @media screen and (max-height: 900px) and (min-width: 993px) {
    .see-how {
      bottom: 123px; }
  
    .advantages-page h2 {
      line-height: 70px; }
  
    .advantages-block {
      padding: 15px 0 25px; }
  
    .third .section-header {
      margin-bottom: 40px; }
  
    .page-heading {
      padding-top: 20px; }
  
    .view-demo {
      margin-top: 30px; } }
  @media screen and (max-height: 800px) and (min-width: 993px) {
    .advantages-block {
      padding: 10px 0 10px; }
  
    .advantages-block:first-of-type {
      padding: 10px 0 10px; }
  
    .advantages-block:first-of-type .advantages-img:before {
      bottom: -8px; }
  
    .advantages-block:first-of-type .advantages-img:after {
      bottom: -8px; }
  
    .screenshot-list {
      height: 524px; }
  
    .page-number {
      margin-top: 180px; }
  
    .page-name {
      margin-top: 180px; }
  
    .screenshot-desktop {
      top: 110px; }
  
    .screenshot-tablet {
      top: 268px; }
  
    .screenshot-mobile {
      top: 333px; } }
  @media screen and (max-height: 800px) and (max-width: 993px) {
    .advantages-block {
      padding: 20px 0 10px; }
  
    .advantages-block:first-of-type {
      padding: 10px 0 10px; }
  
    .load-more {
      margin-bottom: 30px;
      padding-top: 30px; }
  
    .fourth .section-header {
      margin-bottom: 30px; }
  
    .fourth .resize {
      overflow: hidden; }
  
    .contact-form-container {
      padding-top: 21px; }
  
    footer {
      padding-top: 10px; } }
  @media screen and (max-height: 797px) {
    .contact-form-container {
      padding-top: 41px; }
  
    .contact-form-container.contacts {
      padding-top: 20px; }
  
    .wizard-features-container {
      margin-top: 10px; }
  
    .page-publisher .section {
      padding-top: 100px; } }
  @media screen and (max-height: 769px) {
    .page-product .section {
      padding-top: 100px !important; }
  
    .product-modal iframe {
      height: 500px; }
  
    .demo-mobile {
      height: 500px;
      padding: 70px 68px;
      background-size: auto 100%; }
  
    .load-more {
      margin-bottom: 20px; }
  
    .copyright {
      margin-top: 42px; }
  
    .fourth .section-header {
      margin-bottom: 33px; }
  
    .advantages-block {
      padding: 10px 0; }
  
    .advantages-block:nth-of-type(even) h3 {
      margin-top: 0px; }
  
    .advantages-block h3 {
      margin: 0px; } }
  @media screen and (max-height: 768px) and (min-width: 1200px) {
    .page-publisher .screenshot {
      background-size: cover; }
    .page-publisher .screenshot-list {
      height: 248px; }
    .page-publisher .screenshot-desktop {
      top: 32px;
      left: 140px;
      width: 240px;
      height: 195px;
      padding: 7px 7px 55px; }
    .page-publisher .screenshot-tablet {
      top: 78px;
      right: 0;
      width: 110px;
      height: 152px;
      padding: 11px 3px 18px; }
    .page-publisher .screenshot-mobile {
      top: 103px;
      right: 115px;
      width: 60px;
      height: 128px;
      padding: 18px 4px; }
    .page-publisher .my-strips .screenshot-desktop .demonstration {
      width: 138px;
      height: 70px;
      margin-top: 38px; }
    .page-publisher .my-strips .screenshot-tablet .demonstration {
      width: 94px;
      height: 47px; }
    .page-publisher .my-strips .screenshot-mobile .demonstration {
      width: 46px;
      height: 23px; }
  
    .description h2 {
      font-size: 40px;
      line-height: 45px; } }
  @media screen and (max-height: 700px) and (min-width: 993px) {
    .page-ads .section {
      padding-top: 418px; }
  
    .page-ads p {
      font-size: 14px;
      line-height: 20px;
      margin-top: 10px; }
  
    .page-ads h2 {
      font-size: 30px;
      line-height: 38px; } }
  @media screen and (max-height: 680px) {
    .wizard-features-container {
      margin-top: 0px; }
  
    .contact-form-container.contacts {
      padding-top: 0px; }
  
    .contact-form-container.contacts .right .field_item.textarea {
      padding-bottom: 30px; } }
  @media screen and (max-height: 680px) and (min-width: 993px) {
    .wizard-features-container {
      height: 168px; }
  
    .wizard-features-container .item {
      margin-top: 33px; }
  
    .wizard-features-container.contacts .item {
      margin-top: 23px; }
  
    #product_1, #product_2, #product_3 {
      padding-top: 32px; }
  
    #product_4 {
      padding-top: 142px; } }
  @media screen and (max-height: 715px) and (min-width: 993px) {
    .third .section-header {
      margin-bottom: 20px; }
  
    .section-header {
      height: 80px; }
  
    .section-header span {
      height: calc( 100% + 22px);
      margin: -20px auto; }
  
    footer {
      padding-top: 20px; }
  
    .reviews-inner {
      padding-top: 0; }
  
    footer ul {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;
      -webkit-column-gap: 145px;
      -moz-column-gap: 145px;
      column-gap: 145px; } }
  @media screen and (max-height: 640px) and (min-width: 993px) {
    .contact-form-container {
      padding-top: 5px; }
  
    .contact-form-container .link-wizard {
      padding-top: 5px; }
  
    .slogan {
      padding-top: 62px; }
  
    .advantages-block .advantages-img img {
      max-height: 80px; }
  
    .numbers-list {
      margin-bottom: 2%; }
      .numbers-list li {
        width: calc(23% - 6px);
        padding-top: 14px;
        border: 3px solid #636363;
        border-left: none;
        border-right: none; }
      .numbers-list div {
        min-height: 84px;
        padding-bottom: 3px;
        border-bottom: 3px solid #636363; }
      .numbers-list h3 {
        font-size: 30px;
        line-height: 50px; }
        .numbers-list h3 b {
          font-size: 36px;
          line-height: 24px; }
      .numbers-list p {
        font-size: 27px;
        line-height: 45px; }
      .numbers-list img {
        max-height: 80px; }
  
    footer ul {
      -webkit-column-count: 4;
      -moz-column-count: 4;
      column-count: 4;
      -webkit-column-gap: 100px;
      -moz-column-gap: 100px;
      column-gap: 100px; } }
  @media screen and (max-height: 580px) and (min-width: 993px) {
    .section.header-page {
      padding-top: 0px; }
  
    .advantages-block .advantages-img img {
      max-height: 50px; }
  
    .advantages {
      padding-bottom: 0; }
  
    .advantages-block {
      padding: 5px 0 5px; }
  
    .advantages-block:first-of-type {
      padding: 5px 0 5px; }
  
    .advantages-img {
      margin-right: 50px; }
  
    .advantages-block:nth-of-type(even) .advantages-img {
      margin-left: 50px; }
  
    .advantages-block:nth-of-type(even) {
      padding-left: 140px; }
  
    .advantages-block h3 {
      margin-bottom: 3px;
      margin-top: 3px; }
  
    .advantages-block:first-of-type h3 {
      margin-bottom: 3px;
      margin-top: 3px; }
  
    .advantages-block:nth-of-type(even) h3 {
      margin-top: 3px;
      margin-bottom: 3px; }
  
    .third .section-header {
      margin-bottom: 10px; }
  
    .section-header {
      height: 50px; }
  
    .section-header span {
      height: calc( 100% + 32px);
      margin: -20px auto;
      font-size: 30px; } }
  @media screen and (max-height: 480px) and (min-width: 993px) {
    .section.header-page {
      padding-top: 0px; }
  
    .view-360 {
      bottom: 20px; }
  
    .see-how {
      bottom: 75px; } }
  @media screen and (min-height: 797px) {
    .page-publisher .section {
      padding-top: 125px; }
  
    .publisher-heading {
      padding-bottom: 85px; } }


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