@charset "UTF-8";
.cf:before, .site-header-main:before, .header-content__text a:before, .main-features__item:before, .features-content:before, .articles-block:before, .features-right .page-title:before, .licence__price:before, .form:before, .cf:after, .site-header-main:after, .header-content__text a:after, .main-features__item:after, .features-content:after, .articles-block:after, .features-right .page-title:after, .licence__price:after, .form:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.cf:after, .site-header-main:after, .header-content__text a:after, .main-features__item:after, .features-content:after, .articles-block:after, .features-right .page-title:after, .licence__price:after, .form:after {
  clear: both; }

body {
  background-color: #f7f9fa;
  font-family: 'Lato', sans-serif;
  color: #383c41; }
  body:not(.home) {
    background-image: none; }
  body.move-left .site-header-menu {
    left: 0; }


.search.search-results .content-area .site-main > article {
    margin-bottom: 30px; }

.search.search-results .content-area header {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    padding: 0;
    margin-right: 15%;
    margin-left: 15%; }

.search.search-results .content-area header.page-header.search-title h1.page-title {
    margin: 80px 0 50px 0;
    font-size: 26px;
    font-weight: 400;
    line-height: 32px; }

.search.search-results .content-area header.page-header.search-title h1.page-title::after {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background: #00a9fb;
    position: relative;
    top: 15px; }

.search.search-results .content-area header.entry-header .entry-title {
    margin: 0; }

.search.search-results .content-area header.entry-header .entry-title a {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Lato', sans-serif; }

.search.search-results .content-area .entry-summary {
    color: #8f8f8f;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px; }

.search.search-results footer {
    display: none; }

.site-content {
  position: relative;
  z-index: 9; }

.site-main {
  margin-bottom: 98px; }

.test {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  display: none; }

.category-live-examples .menu-item-237 a {
  font-weight: bold; }
  @media all and (max-width: 992px) {
    .category-live-examples .menu-item-237 a {
      color: #00a9fb; } }
  .category-live-examples .menu-item-237 a:hover {
    color: #383c41; }
  @media all and (min-width: 992px) {
    .category-live-examples .menu-item-237 a:after {
      content: '';
      display: block;
      width: 30px;
      height: 3px;
      background: #00a9fb;
      position: relative;
      top: 15px; } }

@media all and (min-width: 767px) {
  .home .site-header:before {
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    background: url("../images/main-bg.jpg") no-repeat left top;
    background-size: cover;
    height: 100%; } }
.home .site-header__wrapper {
  height: 100vh;
  min-height: 860px;
  position: relative; }
  @media all and (min-width: 767px) {
    .home .site-header__wrapper:before {
      content: '';
      top: 0;
      left: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      background-image: -ms-linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.38) 50%, #f7f9fa 100%);
      background-image: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.38) 50%, #f7f9fa 100%);
      background-image: -o-linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.38) 50%, #f7f9fa 100%);
      background-image: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.38) 50%, #f7f9fa 100%);
      background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.38) 50%, #f7f9fa 100%); } }
  @media all and (max-width: 767px) {
    .home .site-header__wrapper {
      height: auto;
      min-height: initial; } }

.site-header {
  position: relative; }
  .site-header-main {
    position: relative;
    z-index: 10;
    padding: 10px 15px; }
  @media all and (max-width: 992px) {
    .site-header-menu {
      position: fixed;
      height: 100%;
      width: 260px;
      background: #fff;
      left: -280px;
      top: 0;
      padding-top: 75px;
      padding-left: 25px;
      -mos-box-shadow: 4px 3px 26px -6px rgba(0, 0, 0, 0.75);
      -ms-box-shadow: 4px 3px 26px -6px rgba(0, 0, 0, 0.75);
      -o-box-shadow: 4px 3px 26px -6px rgba(0, 0, 0, 0.75);
      -webkit-box-shadow: 4px 3px 26px -6px rgba(0, 0, 0, 0.75);
      box-shadow: 4px 3px 26px -6px rgba(0, 0, 0, 0.75);
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .site-header-menu .menu-item {
        min-height: 35px; } }

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

.site-header-main {
  margin: 0 auto;
  max-width: 1200px;
  position: relative; }
  .site-header-main:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.1); }

.header-content {
  position: relative;
  z-index: 9;
  max-width: 1200px;
  margin: 131px auto 0; }
  @media all and (max-width: 767px) {
    .header-content {
      margin-top: 0;
      padding: 40px 45px 50px;
      text-align: center;
      max-width: 100%;
      min-height: initial; } }
  .header-content__outer {
    position: relative; }
    .header-content__outer:before {
      border-radius: 0 6px 6px 0;
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 52%;
      background-color: rgba(56, 60, 65, 0.9); }
      @media all and (max-width: 992px) {
        .header-content__outer:before {
          width: 70%; } }
      @media all and (max-width: 767px) {
        .header-content__outer:before {
          width: 100%;
          border-radius: 0; } }
  .header-content__wrapper {
    width: 53%;
    min-height: 348px;
    padding: 40px 35px 40px 75px; }
    @media all and (max-width: 992px) {
      .header-content__wrapper {
        width: 67%; } }
    @media all and (max-width: 767px) {
      .header-content__wrapper {
        width: 100%;
        padding: 0;
        min-height: initial; } }
  @media all and (max-width: 480px) {
    .header-content {
      padding: 40px 15px 40px; } }
  .header-content__title {
    color: #fff;
    font-size: 36px;
    font-weight: 900;
    line-height: 46px;
    margin: 0; }
    @media all and (max-width: 767px) {
      .header-content__title {
        font-size: 26px; } }
  .header-content__text {
    color: rgba(255, 255, 255, 0.5);
    font-size: 20px;
    line-height: 30px;
    margin-top: 13px; }
    @media all and (max-width: 767px) {
      .header-content__text {
        font-size: 16px; } }
    .header-content__text a {
      padding: 16px 30px 20px;
      margin-top: 33px;
      display: inline-block;
      background-color: #00a9fb;
      border-radius: 6px;
      color: #fff;
      font-size: 20px;
      font-weight: 900;
      line-height: 24px;
      -moz-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
      -o-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
      -ms-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
      box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
      -webkit-transition: background 0.3s ease-in-out;
      -moz-transition: background 0.3s ease-in-out;
      -o-transition: background 0.3s ease-in-out;
      transition: background 0.3s ease-in-out; }
      @media all and (max-width: 767px) {
        .header-content__text a {
          font-size: 16px;
          padding: 16px 15px 20px; } }
      .header-content__text a:hover {
        text-decoration: none;
        background: #48c1fc; }

.burger-button {
  height: 2px;
  width: 100%;
  background: #00a9fb;
  position: relative; }
  .burger-button:after, .burger-button:before {
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    width: 100%;
    background: #00a9fb; }
  .burger-button:before {
    top: -7px; }
  .burger-button:after {
    bottom: -7px; }
  .burger-button__wrapper {
    width: 40px;
    height: 36px;
    margin-top: 28px;
    padding: 0 10px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 999; }

.logotype {
  float: left;
  margin-right: 75px;
  position: relative;
  top: 2px; }
  @media all and (max-width: 1100px) {
    .logotype {
      margin-right: 25px; } }

.navigation {
  padding-top: 10px;
  font-size: 16px; }
  @media all and (max-width: 992px) {
    .navigation {
      padding-top: 0;
      margin: 0 -15px; } }
  .navigation .menu {
    list-style: none;
    margin: 0; }
  .navigation .menu-item {
    display: inline-block; }
  .navigation__primary {
    float: left; }
    .navigation__primary .menu-item {
      position: relative;
      text-transform: capitalize; }
    .navigation__primary .menu-item-has-children:hover .sub-menu {
      visibility: visible; }
    @media all and (max-width: 992px) {
      .navigation__primary .menu-item-has-children > a:hover {
        color: #383c41; } }
    @media all and (min-width: 992px) {
      .navigation__primary .menu-item-has-children {
        padding-bottom: 15px !important; }
        .navigation__primary .menu-item-has-children:before {
          content: '';
          position: absolute;
          border-style: solid;
          border-width: 1px 1px 0 0;
          color: #383c41;
          height: 6px;
          width: 6px;
          right: 0;
          top: 50%;
          margin-top: -12px;
          -mos-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
          -o-transform: rotate(135deg);
          -webkit-transform: rotate(135deg);
          transform: rotate(135deg); } }
    @media all and (min-width: 992px) {
      .navigation__primary .sub-menu {
        position: absolute;
        visibility: hidden;
        left: 50%;
        padding: 18px 14px;
        background-color: #fff;
        border-radius: 6px;
        width: 150px;
        margin: 13px 0 0 -75px;
        -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }
        .navigation__primary .sub-menu:before, .navigation__primary .sub-menu:after {
          border-style: solid;
          content: "";
          position: absolute; }
        .navigation__primary .sub-menu:after {
          border-color: #fff transparent;
          border-width: 0 8px 8px;
          right: 50%;
          margin-right: -8px;
          top: -7px; }
        .navigation__primary .sub-menu:before {
          border-color: #fff transparent;
          border-width: 0 10px 10px;
          right: 50%;
          margin-right: -8px;
          top: -9px; }
        .navigation__primary .sub-menu .menu-item {
          padding: 0;
          display: block; }
          .navigation__primary .sub-menu .menu-item a {
            display: block;
            font-weight: 400 !important; }
            .navigation__primary .sub-menu .menu-item a:after {
              display: none !important; }
          .navigation__primary .sub-menu .menu-item:not(:last-child) {
            margin-bottom: 8px; } }
    @media all and (max-width: 992px) {
      .navigation__primary .sub-menu {
        margin: 0; }
        .navigation__primary .sub-menu .menu-item {
          margin: 5px 0 0;
          min-height: 25px; } }
    @media all and (max-width: 992px) {
      .navigation__primary {
        width: 100%;
        float: none; }
        .navigation__primary .menu-item {
          display: block; } }
  .navigation__user {
    float: right; }
    @media all and (max-width: 992px) {
      .navigation__user {
        width: 100%;
        float: none; }
        .navigation__user .menu-item {
          display: block; } }
  .navigation #menu-item-485 a {
    font-weight: bold;
    color: #00a9fb; }
  .navigation .menu-item {
    padding: 0 15px; }
  .navigation .current-menu-item a {
    font-weight: bold; }
    @media all and (max-width: 992px) {
      .navigation .current-menu-item a {
        color: #00a9fb; } }
    .navigation .current-menu-item a:hover {
      color: #383c41; }
    @media all and (min-width: 992px) {
      .navigation .current-menu-item a:after {
        content: '';
        display: block;
        width: 30px;
        height: 3px;
        background: #00a9fb;
        position: relative;
        top: 15px; } }
  .navigation a {
    color: #383c41;
    position: relative; }
    @media all and (max-width: 992px) {
      .navigation a {
        display: block; } }
    .navigation a:hover {
      color: #00a9fb;
      text-decoration: none; }

.header-image {
  min-height: 350px;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; }

.advantages {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 6px;
  text-align: center;
  padding: 35px 45px;
  margin: -130px auto 110px;
  max-width: 900px;
  -moz-box-shadow: 3px 2px 20px rgba(0, 0, 0, 0.18);
  -o-box-shadow: 3px 2px 20px rgba(0, 0, 0, 0.18);
  -ms-box-shadow: 3px 2px 20px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 3px 2px 20px rgba(0, 0, 0, 0.18);
  box-shadow: 3px 2px 20px rgba(0, 0, 0, 0.18); }
  @media all and (max-width: 992px) {
    .advantages {
      margin: -170px auto 95px; } }
  @media all and (max-width: 767px) {
    .advantages {
      padding: 35px 15px;
      margin: 70px 15px; } }
  .advantages__item {
    min-height: 62px;
    width: 24%;
    display: inline-block;
    padding: 85px 18px 0;
    margin: 25px 0;
    vertical-align: top;
    color: #383c41;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    position: relative; }
    @media all and (max-width: 992px) and (min-width: 767px) {
      .advantages__item {
        width: 49%; } }
    @media all and (max-width: 767px) {
      .advantages__item {
        width: 100%; } }
    .advantages__item:after, .advantages__item:before {
      content: '';
      position: absolute;
      left: 0;
      width: 100%;
      height: 100%; }
    .advantages__item:first-child:after {
      top: 0;
      background: url("../images/icon-easy.svg") no-repeat 50% 0; }
    .advantages__item:first-child:before {
      top: 10px;
      background: url("../images/icon-easy-shadow.svg") no-repeat 50% 0; }
    .advantages__item:nth-child(2):after {
      top: 0;
      background: url("../images/icon-awesome.svg") no-repeat 50% 0; }
    .advantages__item:nth-child(2):before {
      top: 10px;
      background: url("../images/icon-awesome-shadow.svg") no-repeat 50% 0; }
    .advantages__item:nth-child(3):after {
      top: 0;
      background: url("../images/icon-ecommerce.svg") no-repeat 50% 0; }
    .advantages__item:nth-child(3):before {
      top: 10px;
      background: url("../images/icon-ecommerce-shadow.svg") no-repeat 50% 0; }
    .advantages__item:last-child:after {
      top: 0;
      background: url("../images/icon-mobile.svg") no-repeat 50% 0; }
    .advantages__item:last-child:before {
      top: 10px;
      background: url("../images/icon-mobile-shadow.svg") no-repeat 50% 0; }

.customers {
  text-align: center; }
  .customers__title {
    margin-bottom: 85px;
    color: #8f8f8f;
    font-size: 24px;
    line-height: 30px; }
    @media all and (max-width: 767px) {
      .customers__title {
        margin-bottom: 35px; } }
  .customers__list {
    list-style: none;
    margin-bottom: 75px; }
  .customers__item {
    display: inline-block;
    margin: 0 0 25px; }
    .customers__item img {
      width: 50%; }
    @media all and (max-width: 1250px) {
      .customers__item {
        margin: 0 25px 45px; } }

.main-features {
  max-width: 1000px;
  padding: 0 15px;
  margin: 133px auto 0; }
  .main-features__item {
    position: relative; }
    .main-features__item:not(:last-child) {
      margin-bottom: 149px; }
      @media all and (max-width: 767px) {
        .main-features__item:not(:last-child) {
          margin-bottom: 40px; } }
    @media all and (min-width: 767px) {
      .main-features__item:nth-child(even) .main-features__content {
        padding-left: 65px;
        float: right;
        left: 53%; }
      .main-features__item:nth-child(even) .main-features__image {
        float: left; }
      .main-features__item:nth-child(odd) .main-features__content {
        padding-right: 65px;
        float: left; }
      .main-features__item:nth-child(odd) .main-features__image {
        float: right; } }
  .main-features__content {
    color: #383c41; }
    @media all and (min-width: 767px) {
      .main-features__content {
        width: 47%;
        position: absolute;
        bottom: auto;
        left: auto;
        right: auto;
        top: 50%;
        transform: translate(0, -50%); } }
  .main-features .main-features__image {
    border-radius: 6px;
    position: relative; }
    @media all and (min-width: 767px) {
      .main-features .main-features__image {
        width: 53%;
        height: 300px; } }
    .main-features .main-features__image img {
      display: block;
      max-width: 100%;
      margin: auto;
      border-radius: 6px;
      -moz-box-shadow: 3px 2px 20px rgba(0, 0, 0, 0.18);
      -o-box-shadow: 3px 2px 20px rgba(0, 0, 0, 0.18);
      -ms-box-shadow: 3px 2px 20px rgba(0, 0, 0, 0.18);
      -webkit-box-shadow: 3px 2px 20px rgba(0, 0, 0, 0.18);
      box-shadow: 3px 2px 20px rgba(0, 0, 0, 0.18); }
      @media all and (min-width: 992px) {
        .main-features .main-features__image img {
          height: 300px; } }
      @media all and (min-width: 767px) {
        .main-features .main-features__image img {
          left: -100%;
          right: -100%;
          position: absolute;
          width: auto; } }
  .main-features__title {
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    line-height: 36px;
    margin: 0 0 96px; }
    @media all and (max-width: 767px) {
      .main-features__title {
        margin-bottom: 36px; } }
  .main-features__head {
    font-size: 26px;
    line-height: 36px;
    margin: 0; }
    @media all and (max-width: 767px) {
      .main-features__head {
        margin-top: 25px;
        text-align: center; } }
  .main-features__body {
    font-size: 18px;
    line-height: 28px;
    margin-top: 24px;
    text-align: left; }
    @media all and (max-width: 767px) {
      .main-features__body {
        text-align: center; } }
    .main-features__body a {
      padding: 15px 40px 21px;
      display: inline-block;
      border: 2px solid #00a9fb;
      border-radius: 6px;
      color: #00a9fb;
      font-size: 20px;
      line-height: 24px;
      margin-top: 33px;
      -webkit-transition: background 0.3s ease-in-out;
      -moz-transition: background 0.3s ease-in-out;
      -o-transition: background 0.3s ease-in-out;
      transition: background 0.3s ease-in-out; }
      @media all and (max-width: 767px) {
        .main-features__body a {
          padding: 10px 20px 16px;
          font-size: 18px; } }
      .main-features__body a:hover {
        text-decoration: none;
        background-color: rgba(0, 168, 251, 0.1); }
  .main-features__bottom {
    text-align: center;
    margin-top: 150px; }
    @media all and (max-width: 767px) {
      .main-features__bottom {
        margin-top: 50px;
        padding: 0 15px; } }
    .main-features__bottom__text {
      color: #8f8f8f;
      font-size: 24px;
      line-height: 42px;
      margin: 24px 0 75px; }
  .main-features__explore-it, .main-features__try-it {
    display: inline-block;
    border-radius: 6px;
    max-width: 435px;
    width: 100%;
    text-align: center;
    padding: 14px 15px 19px;
    font-size: 22px;
    line-height: 27px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media all and (max-width: 767px) {
      .main-features__explore-it, .main-features__try-it {
        font-size: 18px; } }
    .main-features__explore-it:hover, .main-features__try-it:hover {
      text-decoration: none; }
  .main-features__explore-it {
    color: #00a9fb;
    border: 2px solid #00a9fb; }
    .main-features__explore-it:hover {
      color: #00a9fb;
      background-color: rgba(0, 168, 251, 0.1); }
  .main-features__try-it {
    background-color: #00a9fb;
    border-radius: 6px;
    color: #fff;
    font-weight: 900; }
    .main-features__try-it:hover {
      color: #fff;
      background: #48c1fc;
      -moz-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
      -o-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
      -ms-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
      box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2); }
  .main-features__or {
    font-size: 24px;
    line-height: 29px;
    padding: 13px 40px 18px;
    display: inline-block; }
    @media all and (max-width: 1000px) {
      .main-features__or {
        display: block; } }

.site-footer {
  background-color: #1a181d;
  padding: 40px 15px 45px;
  text-align: left; }
  .site-footer__wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 25px; }

.company-navigation {
  margin-right: 16%; }

.footer-navigation {
  display: inline-block;
  text-align: left;
  margin-bottom: 25px;
  text-transform: capitalize;
  vertical-align: top; }
  .footer-navigation__title {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 18px; }
  .footer-navigation .menu-item {
    max-width: 220px; }
  .footer-navigation .menu {
    list-style: none;
    margin: 0; }
  .footer-navigation a {
    color: #8a8c8d;
    font-size: 16px;
    line-height: 28px; }
    .footer-navigation a:hover {
      text-decoration: none;
      color: #fff; }

.copyright {
  color: #444;
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-right: 21.5%;
  margin-bottom: 25px; }
  .copyright a {
    color: #444; }
    .copyright a:hover {
      color: #444;
      text-decoration: none; }

.social-links {
  margin: 24px 0; }
  .social-links__link {
    color: #8a8c8d;
    fill: #8a8c8d;
    display: inline-block;
    margin-right: 5px; }
    .social-links__link--fb {
      width: 11px;
      height: 26px;
      background: url("../images/icon-facebook.svg") no-repeat 0 0;
      background-size: 10px 25px; }
    .social-links__link--twitter {
      width: 17px;
      height: 15px;
      background: url("../images/icon-twitter.svg") no-repeat 0 0;
      background-size: 17px 15px;
      position: relative;
      top: -5px; }
    .social-links__link--in {
      width: 20px;
      height: 20px;
      background: url("../images/icon-in.svg") no-repeat 0 0;
      background-size: 20px;
      position: relative;
      top: -4px; }
    .social-links__link:hover {
      text-decoration: none;
      fill: #fff;
      color: #fff; }
  .social-links .icon-icon-fb {
    width: 11px;
    height: 21px; }
  .social-links .icon-icon-twitter {
    width: 19px;
    height: 16px;
    position: relative;
    top: -3px;
    margin: 0 12px; }
  .social-links .icon-icon-gplus {
    width: 20px;
    height: 21px; }

.testimonials {
  max-width: 600px;
  margin: 0 auto;
  color: #383c41;
  text-align: center; }
  .testimonials.reviews {
    text-align: left;
    margin-left: 0;
    max-width: initial; }
    .testimonials.reviews .item {
      margin-bottom: 50px; }
    .testimonials.reviews .testimonials__content {
      margin-bottom: 30px;
      font-size: 16px; }
  @media all and (max-width: 767px) {
    .testimonials {
      padding: 0 15px; } }
  .testimonials__author {
    font-size: 20px;
    line-height: 24px;
    font-weight: 900;
    margin: 20px 0 30px; }
  .testimonials__site {
    color: #00a9fb;
    font-weight: 400; }
  .testimonials__media {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    -mos-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); }
  .testimonials__img {
    display: block;
    width: 90px;
    min-height: 90px;
    max-width: none;
    max-height: none;
    margin: auto;
    position: absolute; }
  .testimonials__content {
    line-height: 34px;
    font-size: 24px; }
    @media all and (max-width: 767px) {
      .testimonials__content {
        line-height: 26px;
        font-size: 18px; } }
    .testimonials__content .quote {
      font-size: 34px; }
  .testimonials .indicators {
    position: static;
    width: 100%;
    text-align: center;
    margin: 50px 0 0;
    list-style: none; }
    .testimonials .indicators li {
      display: inline-block;
      width: 10px;
      height: 10px;
      background-color: #d8d8d8;
      border: none;
      margin: 0 15px; }
      @media all and (max-width: 380px) {
        .testimonials .indicators li {
          margin: 0 10px; } }
      .testimonials .indicators li:not(.active) {
        border-radius: 50%;
        vertical-align: top;
        margin-top: 24px; }
    .testimonials .indicators .active {
      background: none;
      width: 52px;
      height: 62px; }
      .testimonials .indicators .active a {
        background: url("../images/play.svg") no-repeat 0 0;
        width: 100%;
        height: 100%;
        display: block; }

.cf:before, .site-header-main:before, .header-content__text a:before, .main-features__item:before, .features-content:before, .articles-block:before, .features-right .page-title:before, .licence__price:before, .form:before, .cf:after, .site-header-main:after, .header-content__text a:after, .main-features__item:after, .features-content:after, .articles-block:after, .features-right .page-title:after, .licence__price:after, .form:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.cf:after, .site-header-main:after, .header-content__text a:after, .main-features__item:after, .features-content:after, .articles-block:after, .features-right .page-title:after, .licence__price:after, .form:after {
  clear: both; }

.site-main.open .navigation__features {
  display: block; }

.features-content {
  max-width: 1200px;
  margin: 85px auto 180px;
  float: none; }
  @media all and (max-width: 1005px) {
    .features-content {
      margin: 85px auto 280px; } }
  @media all and (max-width: 767px) {
    .features-content {
      margin-top: 15px; } }

.category-9 article:not(.has-post-thumbnail) {
  display: none; }
.category-9 .navigation.pagination {
  display: none; }

.features-right {
  float: left;
  padding: 0 15px; }
  @media all and (min-width: 767px) {
    .features-right {
      width: calc(100% - 207px);
      padding: 0 15px 0 55px; } }
  .features-right:not(.features-right-features) article:not(:last-child) {
    margin-bottom: 140px; }
  @media all and (max-width: 767px) {
    .features-right {
      margin-top: 67px; } }
  .features-right .page-title {
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    line-height: 36px;
    margin: 0 0 96px;
    text-transform: capitalize; }
    @media all and (max-width: 992px) {
      .features-right .page-title {
        margin: 0 0 35px; } }
  .features-right article {
    border: none;
    padding: 0;
    width: 100%;
    display: inline-block;
    position: relative; }
    .features-right article:last-child {
      position: absolute;
      left: 0;
      bottom: 115px; }
    .features-right article:not(:last-child):nth-child(odd) .post-thumbnail {
      float: left; }
    .features-right article:not(:last-child):nth-child(odd) .entry-content {
      float: right;
      padding-left: 65px;
      right: 0; }
      @media all and (max-width: 992px) {
        .features-right article:not(:last-child):nth-child(odd) .entry-content {
          padding: 0; } }
    .features-right article:not(:last-child):nth-child(even) .post-thumbnail {
      float: right; }
    .features-right article:not(:last-child):nth-child(even) .entry-content {
      float: left;
      padding-right: 65px; }
      @media all and (max-width: 992px) {
        .features-right article:not(:last-child):nth-child(even) .entry-content {
          padding: 0; } }
    @media all and (min-width: 992px) {
      .features-right article:not(:last-child) .post-thumbnail {
        width: 57%; } }
    @media all and (min-width: 992px) {
      .features-right article:not(:last-child) .entry-content {
        width: 43%;
        position: absolute;
        bottom: auto;
        left: auto;
        right: auto;
        top: 50%;
        transform: translate(0, -50%); } }
    .features-right article.post-400 .entry-content, .features-right article.post-402 .entry-content, .features-right article.post-404 .entry-content, .features-right article.post-406 .entry-content, .features-right article.post-522 .entry-content, .features-right article.post-520 .entry-content, .features-right article.post-518 .entry-content, .features-right article.post-516 .entry-content, .features-right article.post-568 .entry-content {
      position: static;
      width: 100%;
      float: none !important;
      padding: 0 30px 0 0 !important;
      transform: none; }
    .features-right article.post-400, .features-right article.post-402, .features-right article.post-404, .features-right article.post-406, .features-right article.post-522, .features-right article.post-520, .features-right article.post-518, .features-right article.post-516 {
      width: 49%;
      vertical-align: top; }
      @media all and (max-width: 992px) {
        .features-right article.post-400, .features-right article.post-402, .features-right article.post-404, .features-right article.post-406, .features-right article.post-522, .features-right article.post-520, .features-right article.post-518, .features-right article.post-516 {
          width: 100%; } }
    .features-right article.post-568 {
      width: 100%;
      position: relative;
      top: -85px;
      text-align: center;
      margin-bottom: -90px !important; }
      @media all and (max-width: 992px) {
        .features-right article.post-568 {
          top: -25px;
          margin-bottom: 0 !important; } }
      .features-right article.post-568 .entry-content {
        text-align: center;
        font-style: italic;
        color: #383c41; }
        .features-right article.post-568 .entry-content a {
          color: #00a9fb; }
    .features-right article .main-features__bottom {
      margin-top: 0; }
    @media all and (max-width: 1005px) {
      .features-right article .main-features__or {
        display: block; } }
    .features-right article strong {
      font-size: 26px;
      display: block;
      line-height: 36px;
      margin-bottom: 24px;
      font-weight: 400;
      color: #383c41; }
      @media all and (max-width: 992px) {
        .features-right article strong {
          margin-top: 25px;
          text-align: center; } }
    .features-right article .post-thumbnail {
      position: relative;
      border-radius: 6px;
      margin: 0;
      height: 295px; }
      @media all and (max-width: 992px) {
        .features-right article .post-thumbnail {
          width: 100%;
          margin-bottom: 25px; } }
      @media all and (max-width: 992px) {
        .features-right article .post-thumbnail {
          max-height: 295px;
          height: 100%; } }
      .features-right article .post-thumbnail img {
        display: block;
        max-width: 100%;
        margin: auto;
        position: absolute;
        border-radius: 6px;
        width: auto;
        left: -100%;
        right: -100%;
        max-height: 300px;
        -moz-box-shadow: 3px 2px 20px rgba(0, 0, 0, 0.18);
        -o-box-shadow: 3px 2px 20px rgba(0, 0, 0, 0.18);
        -ms-box-shadow: 3px 2px 20px rgba(0, 0, 0, 0.18);
        -webkit-box-shadow: 3px 2px 20px rgba(0, 0, 0, 0.18);
        box-shadow: 3px 2px 20px rgba(0, 0, 0, 0.18); }
        @media all and (max-width: 992px) {
          .features-right article .post-thumbnail img {
            position: static; } }
        @media all and (max-width: 767px) {
          .features-right article .post-thumbnail img {
            margin: 0 auto;
            position: static; } }
    .features-right article .entry-content {
      font-size: 16px;
      line-height: 28px;
      text-align: left;
      color: #8f8f8f; }
      @media all and (max-width: 992px) {
        .features-right article .entry-content {
          text-align: center; } }
    .features-right article p {
      margin-bottom: 0; }
    .features-right article img {
      max-width: 100%;
      border-radius: 6px; }

.navigation__features {
  z-index: 9; }
  .navigation__features.open {
    display: block; }
  @media all and (min-width: 767px) {
    .navigation__features {
      width: 207px;
      float: left; } }
  @media all and (max-width: 767px) {
    .navigation__features {
      display: none;
      position: absolute;
      width: 100%;
      background: #fff; } }
  .navigation__features .menu {
    list-style: none; }
    @media all and (max-width: 767px) {
      .navigation__features .menu {
        margin: 0;
        padding-top: 15px;
        border: 1px solid #00a9fb;
        border-top: none; } }
  .navigation__features .menu-item {
    margin-bottom: 0; }
    @media all and (max-width: 767px) {
      .navigation__features .menu-item {
        margin-bottom: 22px; } }
  .navigation__features .current-menu-item a {
    color: #000;
    font-weight: bold; }
    @media all and (min-width: 767px) {
      .navigation__features .current-menu-item a:after {
        background: #00a9fb; } }
  .navigation__features a {
    position: relative;
    font-size: 14px;
    color: #8f8f8f;
    line-height: 22px;
    margin: 0 15px 22px;
    padding: 0 5px;
    display: block; }
    @media all and (max-width: 767px) {
      .navigation__features a {
        font-size: 14px;
        margin: 0 15px 0; } }
    @media all and (min-width: 767px) {
      .navigation__features a:after {
        height: 4px;
        width: 25px;
        left: -25px;
        right: 0;
        position: absolute;
        content: '';
        background: transparent;
        top: 5px;
        margin-top: 5px;
        transform: rotate(-90deg);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: -webkit-transform .3s ease;
        transition: transform .3s ease; } }
    .navigation__features a:hover {
      color: #00a9fb;
      text-decoration: none; }

.features-dropdown {
  display: none;
  border: 1px solid rgba(150, 150, 150, 0.25);
  width: 100%;
  left: 0;
  overflow: hidden;
  background: #f8f8f8;
  z-index: 9;
  padding: 10px 15px;
  text-align: left;
  font-size: 14px;
  position: relative; }
  .features-dropdown:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 1px 1px 0 0;
    color: #383c41;
    height: 6px;
    width: 6px;
    right: 15px;
    top: 50%;
    margin-top: -6px;
    -mos-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  .features-dropdown:hover, .features-dropdown:focus, .features-dropdown:active, .features-dropdown:active:focus {
    background: #fff;
    outline: none; }
  .features-dropdown:focus {
    border-color: rgba(0, 169, 251, 0.8);
    box-shadow: 0 1px 1px rgba(0, 169, 251, 0.075) inset, 0 0 8px rgba(0, 169, 251, 0.6);
    outline: 0 none; }
  @media all and (max-width: 767px) {
    .features-dropdown {
      display: block; } }

.full-width__header {
  margin-top: 12px; }
  .full-width__header .page {
    margin: 0 auto;
    padding: 0 15px; }
  .full-width__header--contact {
    padding: 45px 0 0; }
    .full-width__header--contact .contact-us__entry {
      padding-left: 305px;
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      max-width: 1200px;
      margin: 25px auto; }
      @media all and (max-width: 992px) {
        .full-width__header--contact .contact-us__entry {
          padding-left: 15px; } }
      .full-width__header--contact .contact-us__entry a {
        color: #00a9fb; }
    .full-width__header--contact .entry-title {
      padding-left: 305px;
      max-width: 1200px;
      margin: 0 auto;
      font-size: 26px;
      font-weight: 400;
      line-height: 36px; }
      .full-width__header--contact .entry-title:after {
        content: '';
        display: block;
        margin-top: 12px;
        width: 50px;
        height: 3px;
        background-color: #00a9fb; }
      @media all and (max-width: 992px) {
        .full-width__header--contact .entry-title {
          padding-left: 15px;
          text-align: left; } }
  .full-width__header--bg {
    background: #00a9fb;
    padding: 69px 0 93px; }
    .full-width__header--bg .entry-title {
      color: #fff;
      font-size: 36px;
      font-weight: 900;
      line-height: 44px;
      margin-bottom: 14px; }
    .full-width__header--bg .entry-content {
      color: #fff;
      font-size: 20px;
      font-weight: 400;
      line-height: 30px; }
    .full-width__header--bg .page {
      text-align: center;
      max-width: 800px; }
  .full-width__header-post {
    max-width: 923px;
    margin: 0 auto; }
    .full-width__header-post .entry-title {
      font-size: 26px;
      font-weight: 400;
      line-height: 36px;
      margin-bottom: 25px; }
      .full-width__header-post .entry-title:after {
        content: '';
        display: block;
        margin-top: 12px;
        width: 50px;
        height: 3px;
        background-color: #00a9fb; }
    .full-width__header-post .entry-content {
      font-size: 16px; }
    .full-width__header-post h4 {
      font-size: 20px; }
      .full-width__header-post h4:not(:first-child) {
        margin-top: 25px; }
    .full-width__header-post h5 {
      font-weight: bold;
      color: #00a9fb;
      margin: 15px 0;
      font-size: 16px; }
    .full-width__header-post ol,
    .full-width__header-post ul {
      padding-left: 40px; }
  .full-width__header--no-bg {
    padding: 45px 0 0; }
    .full-width__header--no-bg .page {
      padding-left: 310px;
      max-width: 1200px; }
      @media all and (max-width: 992px) {
        .full-width__header--no-bg .page {
          padding-left: 15px;
          text-align: left; } }
    .full-width__header--no-bg .entry-title {
      font-size: 26px;
      font-weight: 400;
      line-height: 36px;
      margin: 0; }
      .full-width__header--no-bg .entry-title:after {
        content: '';
        display: block;
        margin-top: 12px;
        width: 50px;
        height: 3px;
        background-color: #00a9fb; }
    .full-width__header--no-bg .entry-content {
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      margin-top: 25px; }
  .full-width__header .entry-footer {
    display: none; }

.full-width__body {
  max-width: 800px;
  margin: 0 auto;
  padding: 71px 15px 210px; }
  .full-width__body-pricing {
    max-width: 100%;
    padding-bottom: 30px; }
  .full-width__body__title {
    color: #383c41;
    font-size: 26px;
    line-height: 36px; }
    .full-width__body__title:after {
      content: '';
      margin-top: 12px;
      margin-left: 3px;
      display: block;
      width: 50px;
      height: 3px;
      background-color: #00a9fb; }
  .full-width__body__text {
    font-size: 16px;
    line-height: 26px;
    margin-top: 23px; }

.content-inner {
  max-width: 923px;
  margin: 70px auto 0;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px; }
  .content-inner h3,
  .content-inner h5 {
    margin: 40px 0 10px;
    font-size: 26px;
    font-weight: 400;
    line-height: 32px; }
  .content-inner p img {
    margin-bottom: 10px; }
  .content-inner a:not(.main-features__try-it) {
    color: #00a9fb; }
    .content-inner a:not(.main-features__try-it):hover {
      color: #48c1fc;
      text-decoration: none; }
  .content-inner .main-features__bottom {
    margin-top: 75px; }
  .content-inner .main-features__bottom__text {
    font-size: 18px; }

.table-versus {
  width: 90%;
  margin: 20px auto; }
  .table-versus tr:hover {
    background: #e9f6fc !important; }
  .table-versus tr:nth-child(even) {
    background: #f1f1f1; }
  .table-versus th,
  .table-versus td:not(:first-child) {
    text-align: center;
    padding: 10px 0; }
  .table-versus td {
    padding: 20px 15px 20px 10px;
    border-bottom: 1px solid #f2f2f2; }
  .table-versus th {
    border-bottom: 4px solid #F3F3F3;
    font-weight: bold; }
  .table-versus .td-yes {
    color: #27820e; }
  .table-versus .note td {
    font-style: italic;
    font-size: 14px;
    padding: 5px 15px 5px 0;
    border: none;
    text-align: right; }

.product-order-fb {
  float: left;
  margin: 0 30px 30px 0;
  width: 196px; }
  .product-order-fb p {
    margin-bottom: 0; }
  .product-order-fb img {
    margin-bottom: 0 !important; }
  .product-order-fb ul {
    list-style: none;
    margin: 0;
    font-size: 14px; }
  .product-order-fb li {
    background: #E6ECF1;
    padding: 8px 5px;
    margin: 1px 0;
    border-top: 1px solid white; }
  .product-order-fb .view-more {
    display: inline-block;
    background-color: #00a9fb;
    border-radius: 6px;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
    color: #fff !important;
    line-height: 27px;
    padding: 5px 15px;
    left: 27px;
    margin-top: 10px;
    font-weight: bold;
    font-size: 14px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.view-more--facebook {
  display: inline-block;
  background-color: #00a9fb;
  border-radius: 6px;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
  font-size: 22px;
  font-weight: 900;
  line-height: 27px;
  padding: 14px 53px 19px;
  color: #fff !important;
  margin-top: 50px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.fb-app__image {
  height: 350px;
  border-radius: 6px;
  position: relative;
  max-width: 600px;
  margin: 0 auto 50px; }
  @media all and (max-width: 650px) {
    .fb-app__image {
      height: auto; } }
  .fb-app__image img {
    display: block;
    max-width: 100%;
    max-height: 350px;
    margin: auto;
    position: absolute;
    border-radius: 6px;
    width: auto;
    left: -100%;
    right: -100%;
    -moz-box-shadow: 3px 2px 20px rgba(0, 0, 0, 0.18);
    -o-box-shadow: 3px 2px 20px rgba(0, 0, 0, 0.18);
    -ms-box-shadow: 3px 2px 20px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 3px 2px 20px rgba(0, 0, 0, 0.18);
    box-shadow: 3px 2px 20px rgba(0, 0, 0, 0.18); }
    @media all and (max-width: 650px) {
      .fb-app__image img {
        position: static; } }

.cf:before, .site-header-main:before, .header-content__text a:before, .main-features__item:before, .features-content:before, .articles-block:before, .features-right .page-title:before, .licence__price:before, .form:before, .cf:after, .site-header-main:after, .header-content__text a:after, .main-features__item:after, .features-content:after, .articles-block:after, .features-right .page-title:after, .licence__price:after, .form:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.cf:after, .site-header-main:after, .header-content__text a:after, .main-features__item:after, .features-content:after, .articles-block:after, .features-right .page-title:after, .licence__price:after, .form:after {
  clear: both; }

.pricing-tab .nav-tabs {
  max-width: 800px;
  margin: 0 auto; }
  @media all and (max-width: 550px) {
    .pricing-tab .nav-tabs {
      margin: 0 -15px;
      padding-left: 15px; } }
  .pricing-tab .nav-tabs > li.active > a {
    background: #f7f9fa;
    color: #383c41; }
  .pricing-tab .nav-tabs > li > a {
    padding: 16px 72px 14px 87px;
    color: #00a9fb;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px; }
    @media all and (max-width: 767px) {
      .pricing-tab .nav-tabs > li > a {
        padding: 16px 32px 14px 47px; } }
    @media all and (max-width: 550px) {
      .pricing-tab .nav-tabs > li > a {
        padding: 16px 25px 14px; } }
    @media all and (max-width: 480px) {
      .pricing-tab .nav-tabs > li > a {
        padding: 16px 15px 14px;
        font-size: 16px; } }
    @media all and (max-width: 360px) {
      .pricing-tab .nav-tabs > li > a {
        font-size: 14px;
        padding: 10px 10px 8px; } }
.pricing-tab .tab-pane__title {
  margin: 70px 0 80px;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
  text-align: center; }
  @media all and (max-width: 550px) {
    .pricing-tab .tab-pane__title {
      font-size: 22px; } }

.pricing-blocks {
  text-align: left;
  max-width: 980px;
  margin: 0 auto; }
  @media all and (max-width: 1025px) {
    .pricing-blocks {
      max-width: 625px; } }
  @media all and (max-width: 670px) {
    .pricing-blocks {
      max-width: 100%; } }

.pricing-item {
  display: inline-block;
  width: 270px;
  height: 490px;
  border: 2px solid #d8d8d8;
  border-radius: 6px;
  position: relative;
  vertical-align: top;
  text-align: center;
  margin-bottom: 40px; }
  @media all and (max-width: 670px) {
    .pricing-item {
      display: block;
      margin: 0 auto 80px; } }
  .pricing-item:nth-child(2) {
    margin: 0 80px 80px; }
    @media all and (max-width: 1025px) {
      .pricing-item:nth-child(2) {
        margin: 0 0 80px 80px; } }
    @media all and (max-width: 670px) {
      .pricing-item:nth-child(2) {
        margin: 0 auto 80px; } }
  .pricing-item__title {
    margin: 0;
    padding: 17px 0;
    font-size: 24px;
    border-bottom: 1px solid #d8d8d8;
    font-weight: 900;
    line-height: 29px; }
  .pricing-item__price {
    margin-bottom: 32px; }
    .pricing-item__price__value {
      color: #00a9fb;
      font-size: 36px;
      font-weight: 900;
      line-height: 44px; }
    .pricing-item__price__per-month {
      font-size: 14px;
      font-weight: 300;
      font-style: italic;
      line-height: 20px; }
  .pricing-item__body {
    padding: 23px 27px 0; }
    .pricing-item__body ul {
      text-align: left; }
    .pricing-item__body li {
      font-size: 14px;
      line-height: 25px;
      padding-left: 15px; }
  .pricing-item__try-it {
    display: block;
    background-color: #00a9fb;
    border-radius: 6px;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    line-height: 27px;
    padding: 14px 53px 19px;
    position: absolute;
    bottom: 34px;
    left: 27px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .pricing-item__try-it:hover, .pricing-item__try-it:focus, .pricing-item__try-it:active, .pricing-item__try-it:focus:active {
      color: #fff;
      background: #48c1fc;
      text-decoration: none; }

.licence {
  max-width: 570px;
  margin: 0 auto;
  border: 2px solid #d8d8d8;
  border-radius: 6px; }
  .licence__price {
    display: table;
    width: 100%;
    margin-bottom: 25px;
    /*input[type="checkbox"]:disabled + label::before {
        background-position: -152px -260px;
    }
    input[type="checkbox"]:checked:disabled + label::before {
        background-position: -171px -260px;
    }*/ }
    .licence__price input[type="checkbox"] {
      display: none; }
    .licence__price input[type="checkbox"] + label {
      cursor: pointer;
      font-weight: 500; }
    .licence__price input[type="checkbox"] + label::before,
    .licence__price input[type="checkbox"]:checked + label::after {
      content: '';
      position: absolute; }
    .licence__price input[type="checkbox"] + label::before {
      width: 24px;
      height: 24px;
      top: 8px;
      left: 0;
      border: 1px solid #cdd1d4;
      background-color: #fff;
      border-radius: 6px; }
    .licence__price input[type="checkbox"]:checked + label::after {
      content: '✔';
      font-size: 18px;
      color: #00a9fb;
      position: absolute;
      left: 5px;
      top: 11px; }
    .licence__price__value, .licence__price__name {
      display: table-cell; }
      @media all and (max-width: 480px) {
        .licence__price__value, .licence__price__name {
          display: block; } }
    .licence__price__name {
      vertical-align: middle;
      position: relative;
      padding-top: 2px;
      top: 2px;
      width: 100%; }
      .licence__price__name:not(.licence__price__name-total) {
        padding-left: 43px;
        font-size: 16px;
        font-weight: 700;
        line-height: 19px;
        -mos-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        user-select: none; }
        @media all and (max-width: 480px) {
          .licence__price__name:not(.licence__price__name-total) {
            padding-top: 9px; } }
      .licence__price__name-total {
        font-size: 24px;
        font-weight: 900;
        line-height: 29px; }
        @media all and (max-width: 480px) {
          .licence__price__name-total {
            text-align: center; } }
    .licence__price__value {
      color: #00a9fb;
      font-size: 36px;
      font-weight: 900;
      line-height: 44px;
      width: 88px; }
      @media all and (max-width: 480px) {
        .licence__price__value {
          width: 100%;
          text-align: center;
          margin-top: 20px; } }
  .licence__item {
    padding: 45px 60px 45px 70px; }
    @media all and (max-width: 600px) {
      .licence__item {
        padding: 45px 20px 45px 20px; } }
    .licence__item:not(:last-child) {
      border-bottom: 1px solid #d8d8d8; }
    .licence__item__title {
      font-size: 24px;
      font-weight: 700;
      line-height: 29px;
      margin: 0 0 30px;
      text-align: center; }
      .licence__item__title:not(:first-child) {
        padding-top: 45px; }
    .licence__item ul {
      padding-left: 25px;
      color: #000;
      font-size: 14px;
      font-weight: 300;
      font-style: italic; }
      @media all and (max-width: 600px) {
        .licence__item ul {
          padding-left: 0; } }
    .licence__item li {
      padding-left: 15px;
      line-height: 25px; }

.btn__submit {
  display: block;
  background-color: #00a9fb;
  border-radius: 6px;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
  padding: 14px 60px 19px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  border: none;
  margin: 50px auto 15px; }

.full-width__body-pricing .entry-content {
  max-width: 800px;
  margin: 0 auto; }
  .full-width__body-pricing .entry-content .tab-pane__title {
    margin-bottom: 40px; }
  .full-width__body-pricing .entry-content p {
    color: #8f8f8f; }
  .full-width__body-pricing .entry-content b {
    color: #383c41; }

.cf:before, .site-header-main:before, .header-content__text a:before, .main-features__item:before, .features-content:before, .articles-block:before, .features-right .page-title:before, .licence__price:before, .form:before, .cf:after, .site-header-main:after, .header-content__text a:after, .main-features__item:after, .features-content:after, .articles-block:after, .features-right .page-title:after, .licence__price:after, .form:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.cf:after, .site-header-main:after, .header-content__text a:after, .main-features__item:after, .features-content:after, .articles-block:after, .features-right .page-title:after, .licence__price:after, .form:after {
  clear: both; }

.form {
  max-width: 1200px;
  margin: 15px auto 0; }
  @media all and (max-width: 767px) {
    .form {
      padding: 0 15px; } }
  .form-group {
    margin-top: 20px;
    display: table;
    width: 100%;
    float: left;
    margin-bottom: 0; }
    .form-group.accepttos {
      margin: 30px 0 10px; }
  .form__label, .form__input {
    display: table-cell; }
    @media all and (max-width: 767px) {
      .form__label, .form__input {
        display: block; } }
  .form__label {
    min-width: 305px;
    text-align: right;
    padding-right: 30px;
    font-size: 16px;
    line-height: 19px; }
    @media all and (max-width: 992px) {
      .form__label {
        min-width: 207px; } }
    @media all and (max-width: 767px) {
      .form__label {
        text-align: left;
        margin-bottom: 10px; } }
  .form__input {
    width: 100%;
    position: relative; }
    @media all and (max-width: 767px) {
      .form__input {
        text-align: left; } }
    .form__input textarea,
    .form__input input {
      border: 1px solid #cdd1d4;
      border-radius: 6px;
      font-size: 16px;
      display: inline-block;
      max-width: 52.5%;
      margin-right: 10px;
      background-color: #fff; }
      @media all and (max-width: 767px) {
        .form__input textarea,
        .form__input input {
          width: 100%;
          max-width: 100%; } }
    .form__input textarea {
      padding: 10px 20px; }
    .form__input input {
      padding: 0 20px;
      height: 40px; }
    .form__input label {
      color: #afafaf;
      font-size: 16px;
      line-height: 19px;
      font-weight: 400; }
    .form__input input[type="checkbox"] {
      display: none; }
    .form__input input[type="checkbox"] + label {
      cursor: pointer;
      font-weight: 500;
      padding-left: 45px;
      font-size: 16px;
      line-height: 19px;
      color: #383c41;
      padding-top: 10px;
      -moz-user-select: none;
      -ms-user-select: none;
      -webkit-user-select: none;
      -o-user-select: none;
      user-select: none; }
      .form__input input[type="checkbox"] + label a {
        color: #00a9fb; }
    .form__input input[type="checkbox"] + label::before,
    .form__input input[type="checkbox"]:checked + label::after {
      content: '';
      position: absolute; }
    .form__input input[type="checkbox"] + label::before {
      width: 24px;
      height: 24px;
      top: 8px;
      left: 0;
      border: 1px solid #cdd1d4;
      background-color: #fff;
      border-radius: 6px; }
    .form__input input[type="checkbox"]:checked + label::after {
      content: '✔';
      font-size: 18px;
      color: #00a9fb;
      position: absolute;
      left: 5px;
      top: 11px; }

.form .wpcf7-submit,
.form__input .create-trial {
  height: 60px;
  background-color: #00a9fb;
  border-radius: 6px;
  padding: 14px 30px 19px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  margin-right: 10px;
  margin-bottom: 25px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .form .wpcf7-submit:hover,
  .form__input .create-trial:hover {
    background: #48c1fc; }
  .form .wpcf7-submit:focus,
  .form__input .create-trial:focus {
    outline: none; }

.errorbox {
  max-width: 1200px;
  padding: 0 15px 0 310px;
  margin: 15px auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #7f0000; }
  @media all and (max-width: 992px) {
    .errorbox {
      padding: 0 15px; } }

.wpcf7-not-valid {
  border-color: rgba(255, 0, 0, 0.7) !important; }

.form .wpcf7-response-output {
  display: none;
  padding: 10px;
  margin: 0 0 10px;
  text-align: center;
  border: none; }
  .form .wpcf7-response-output.wpcf7-validation-errors {
    background-color: #FFBFBF;
    color: #7F0000; }
  .form .wpcf7-response-output.wpcf7-mail-sent-ok {
    border: 1px solid #66CC00;
    font-weight: bold;
    background-color: #DDFFC6;
    text-align: center;
    padding: 10px;
    color: #009933;
    margin: 15px 0; }

.create-trial-loader {
  max-width: 1200px;
  padding: 0 15px 0 310px;
  margin: 15px auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px; }

.cf:before, .site-header-main:before, .header-content__text a:before, .main-features__item:before, .features-content:before, .articles-block:before, .features-right .page-title:before, .licence__price:before, .form:before, .cf:after, .site-header-main:after, .header-content__text a:after, .main-features__item:after, .features-content:after, .articles-block:after, .features-right .page-title:after, .licence__price:after, .form:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.cf:after, .site-header-main:after, .header-content__text a:after, .main-features__item:after, .features-content:after, .articles-block:after, .features-right .page-title:after, .licence__price:after, .form:after {
  clear: both; }

.live-examples {
  max-width: 923px;
  padding: 0 15px;
  margin: 82px auto 100px; }
  .live-examples__item {
    width: 49.5%;
    display: inline-block;
    margin-bottom: 110px;
    vertical-align: top; }
    @media all and (max-width: 767px) {
      .live-examples__item {
        width: 100%;
        margin-bottom: 55px; } }
    .live-examples__item:nth-child(even) {
      padding-left: 40px; }
      @media all and (max-width: 945px) {
        .live-examples__item:nth-child(even) {
          padding-left: 20px; } }
      @media all and (max-width: 767px) {
        .live-examples__item:nth-child(even) {
          padding-left: 0; } }
    .live-examples__item:nth-child(odd) {
      padding-right: 40px; }
      @media all and (max-width: 945px) {
        .live-examples__item:nth-child(odd) {
          padding-right: 20px; } }
      @media all and (max-width: 767px) {
        .live-examples__item:nth-child(odd) {
          padding-right: 0; } }
    .live-examples__item:last-child {
      margin-bottom: 0;
      width: 100%; }
      .live-examples__item:last-child .main-features__bottom {
        margin-top: 0;
        text-align: center; }
      .live-examples__item:last-child .main-features__try-it {
        background-color: #00a9fb;
        border-radius: 6px;
        color: #fff;
        font-weight: 900;
        display: inline-block; }
  .live-examples__body p:first-child a {
    border-radius: 5px;
    position: relative;
    margin-bottom: 22px;
    height: 330px;
    overflow: hidden;
    -webkit-box-shadow: 2px 2px 4px rgba(141, 141, 141, 0.5);
    -moz-box-shadow: 2px 2px 4px rgba(141, 141, 141, 0.5);
    -o-box-shadow: 2px 2px 4px rgba(141, 141, 141, 0.5);
    -ms-box-shadow: 2px 2px 4px rgba(141, 141, 141, 0.5);
    box-shadow: 2px 2px 4px rgba(141, 141, 141, 0.5); }
    @media all and (max-width: 1020px) {
      .live-examples__body p:first-child a {
        height: 335px; } }
    @media all and (max-width: 945px) {
      .live-examples__body p:first-child a {
        height: 265px; } }
    @media all and (max-width: 767px) {
      .live-examples__body p:first-child a {
        height: 365px; } }
    @media all and (max-width: 510px) {
      .live-examples__body p:first-child a {
        height: 225px; } }
    .live-examples__body p:first-child a img {
      width: 100%; }
  .live-examples__body {
    text-align: center;
    color: #8f8f8f;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px; }
    .live-examples__body a {
      display: block;
      margin-bottom: 11px;
      color: #00a9fb;
      font-size: 18px;
      font-weight: 400;
      line-height: 22px; }

.cf:before, .site-header-main:before, .header-content__text a:before, .main-features__item:before, .features-content:before, .articles-block:before, .features-right .page-title:before, .licence__price:before, .form:before, .cf:after, .site-header-main:after, .header-content__text a:after, .main-features__item:after, .features-content:after, .articles-block:after, .features-right .page-title:after, .licence__price:after, .form:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.cf:after, .site-header-main:after, .header-content__text a:after, .main-features__item:after, .features-content:after, .articles-block:after, .features-right .page-title:after, .licence__price:after, .form:after {
  clear: both; }

.theme {
  max-width: 923px;
  margin: 82px auto 100px;
  padding: 0 15px;
  font-size: 16px; }
  .theme__title:after {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background: #00a9fb;
    position: relative;
    top: 15px; }
  .theme__item:not(:first-child) {
    margin-top: 150px; }
    @media all and (max-width: 992px) {
      .theme__item:not(:first-child) {
        margin-top: 100px; } }
  .theme__item {
    display: table; }
  .theme__media {
    min-height: 344px; }
    .theme__media a {
      position: relative;
      display: block;
      width: 100%; }
    @media all and (max-width: 767px) {
      .theme__media {
        margin-bottom: 40px; } }
  .theme .main-screenshot {
    max-width: 90%;
    min-height: 320px;
    max-height: 550px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    -moz-box-shadow: 3px 2px 20px rgba(0, 0, 0, 0.18);
    -o-box-shadow: 3px 2px 20px rgba(0, 0, 0, 0.18);
    -ms-box-shadow: 3px 2px 20px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 3px 2px 20px rgba(0, 0, 0, 0.18);
    box-shadow: 3px 2px 20px rgba(0, 0, 0, 0.18); }
  .theme__img--desktop {
    min-height: 344px; }
  .theme__img--mobile {
    position: absolute;
    bottom: 0;
    right: 0; }
  .theme__body {
    padding-right: 50px; }
    .theme__body strong {
      display: block;
      margin: 15px 0;
      font-size: 18px; }
    .theme__body p:last-child a {
      background-color: #00a9fb;
      box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
      color: #fff; }
      .theme__body p:last-child a:hover {
        text-decoration: none;
        background: #48c1fc; }
    .theme__body p:not(:last-child) a {
      border: 2px solid #00a9fb;
      border-radius: 6px;
      background: transparent;
      color: #00a9fb;
      box-shadow: none;
      margin-top: 50px; }
      .theme__body p:not(:last-child) a:hover {
        text-decoration: none;
        background-color: rgba(0, 168, 251, 0.1); }
    .theme__body a {
      display: inline-block;
      border-radius: 6px;
      font-size: 18px;
      font-weight: 900;
      line-height: 27px;
      padding: 14px 0 19px;
      min-width: 220px;
      text-align: center;
      margin: 20px 0 0;
      -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
      -o-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
      -ms-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
      box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .theme__body a:hover {
        text-decoration: none;
        background: #48c1fc; }
      .theme__body a:focus {
        text-decoration: none; }
    .theme__body p {
      line-height: 26px; }
    .theme__body h3,
    .theme__body h5 {
      margin: 0 0 50px;
      font-size: 26px;
      font-weight: 400;
      line-height: 32px; }

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