@charset "UTF-8";
/*$color-gray-dark: #e2e5e7;*/
@import url(../fonts/fonts.css);
@import url(../fonts/ico.css);
@import url(../fonts/gd-task-icons.css);
.m-b-20 {
  margin-bottom: 20px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
html, body, h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

html {
  font-family: "Proxima Nova", Arial;
  height: 100%;
}

body {
  height: 100%;
  font-size: 14px;
  font-weight: normal;
  /*letter-spacing: 0em;*/
  background-color: #fafbfc;
  color: #414A57;
  min-width: 320px;
}

a {
  text-decoration: none;
  color: #414A57;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul {
  margin: 0;
}

.cf {
  /*clear: both;*/
}
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1 {
  font-size: 42px;
  text-transform: capitalize;
  font-weight: 200;
  letter-spacing: 1.5px;
}

h2 {
  font-size: 34px;
  font-weight: 600;
}

h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}

.subtitle {
  font-size: 19px;
  line-height: 1.6;
}

@media only screen and (max-width: 1000px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 780px) {
  .subtitle {
    font-size: 18px;
    line-height: 1.4;
  }
}
input, textarea {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  box-sizing: border-box;
}

input {
  border: none;
  background-color: transparent;
  height: 38px;
  font-weight: normal;
}
input::-webkit-input-placeholder {
  color: #2d3b43;
  opacity: 0.8;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
input.white {
  background-color: white;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  padding: 0 20px;
  color: #646669;
}
input.white::placeholder {
  color: #646669;
}

form button {
  background: #399cf9;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 2px;
  color: #ffffff;
  font-size: 16px;
  padding: 4px 25px 0 25px;
  height: 38px;
}

.button-blue {
  background: #399cf9;
  border-radius: 2px;
  color: #ffffff;
  font-size: 16px;
  padding: 15px 25px 13px;
}

.gd-button-solid {
  font-size: 16px;
  font-weight: normal;
  color: #3093f9;
  border: 2px solid #3093f9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 13px 30px 11px 25px;
  display: inline-block;
  text-align: center;
}

section {
  width: 100%;
  position: relative;
}
section.gray {
  background-color: #f6f7f7;
}
section block {
  display: block;
  max-width: 1110px;
  margin: 0 auto 0 auto;
}
section block:before, section block:after {
  content: "";
  display: table;
}
section block:after {
  clear: both;
}

section.header.back block h1, section.header.back block div.back-link {
  display: inline-block;
  vertical-align: middle;
}
section.header.back block .back-link {
  font-size: 32px;
  color: #399cf9;
  font-weight: 200;
}
section.header.back block .back-link a {
  color: #399cf9;
  text-decoration: none;
}
section.header.back block .back-link span {
  margin: 0 10px 0 5px;
}
section.header block {
  width: 100%;
}
section.header block .container {
  text-align: center;
  vertical-align: middle;
  padding-top: 72px;
  padding-bottom: 10px;
}
section.header block h1 {
  text-align: center;
  color: #383a3b;
  font-size: 40px;
  letter-spacing: -1.5px;
  font-weight: 600;
}
section.header block .l2 {
  margin: 15px 0 0 0;
  font-weight: 200;
  text-align: center;
  color: #3e4346;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.3px;
}

section.sub-nav block {
  font-size: 16px;
  padding: 30px 0 30px 0;
}
section.sub-nav block span {
  opacity: 0.5;
  margin: 0 30px;
}
section.sub-nav block a {
  border-bottom: 1px dashed;
  line-height: 30px;
}
section.sub-nav block .container {
  text-align: center;
}

@media only screen and (max-width: 780px) {
  section.sub-nav block span {
    margin: 0 10px;
  }
  section.sub-nav block .container {
    text-align: left;
  }
}
.container-800 {
  max-width: 800px;
}

.snapshot {
  width: 100%;
}

@media only screen and (max-width: 1240px) {
  section block, nav block {
    margin-left: 20px !important;
    margin-right: 20px !important;
    width: calc(100% - 40px) !important;
  }

  section.header block {
    margin-left: 20px !important;
    margin-right: 20px !important;
    width: calc(100% - 40px) !important;
  }

  img.can-shrink {
    width: 100%;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

a.blue {
  color: #3182D4;
}

nav block.default {
  display: block;
  max-width: 1110px;
  margin: 0 auto 0 auto;
}
nav block.default .logo {
  margin: 24px 0 0 0;
  float: left;
  width: 131px;
  height: 51px;
}
nav block.default .menu {
  margin: 15px 0 0 49px;
  float: left;
  font-size: 16px;
  line-height: 72px;
}
nav block.default .menu a {
  margin: 0 30px 0 0;
}
nav block.default .actions {
  margin: 30px 0 0 0;
  float: right;
}
nav block.default .actions a {
  width: 80px;
  height: 36px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  display: inline-block;
  text-align: center;
  padding: 10px;
}
nav block.default .actions a.login {
  border: 1px solid;
  margin: 0 16px 0 0;
}
nav block.default .actions a.signup {
  background-color: #06c026;
  color: white;
}
nav block.default .actions a.login-enter {
  width: 120px;
  background-color: #06c026;
  color: white;
}

nav mobile {
  display: none;
  padding: 28px 20px 0 20px;
  position: relative;
}
nav mobile .gd-logo {
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 18px;
  background-image: url("../svg/logo-full.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 110px;
  height: 43px;
}
nav mobile .menu {
  float: left;
}
nav mobile .login {
  float: right;
}

#menu-mobile {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
#menu-mobile.hidden {
  display: none;
}
#menu-mobile .top {
  height: 75px;
  position: relative;
  background-color: white;
}
#menu-mobile .top .logo {
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 18px;
  background-image: url("../svg/logo-full.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 110px;
  height: 43px;
}
#menu-mobile .top .close {
  float: left;
}
#menu-mobile .top .close img {
  margin: 28px 0 0 20px;
}
#menu-mobile .top .login {
  float: right;
  margin: 28px 20px 0 0;
}
#menu-mobile .main {
  background-color: #1F2124;
  height: calc(100% - 75px);
}
#menu-mobile .main .link {
  font-size: 18px;
  height: 58px;
  width: 100%;
  background-color: #1F2124;
  padding: 0 0 0 20px;
  color: white;
  line-height: 58px;
  display: block;
}
#menu-mobile .main .separator {
  height: 1px;
  box-sizing: border-box;
  background-color: #1b1b1b;
  width: 100%;
}

nav {
  width: 100%;
  height: 95px;
}

@media only screen and (max-width: 790px) {
  nav {
    height: 75px;
  }
  nav mobile {
    display: block;
  }
  nav block {
    display: none !important;
  }
}
footer {
  height: 260px;
  background-color: #1F2124;
  padding-bottom: 60px;
  font-size: 15px;
}
footer block {
  display: block;
  max-width: 1110px;
  margin: 0 auto 0 auto;
}
footer .copyright {
  font-size: 12px;
  color: #AFAFAF;
  margin: 60px 0 0 0;
}
footer .footer-soc {
  text-align: right;
}
footer .footer-soc a {
  display: inline-block;
  margin-left: 16px;
  width: 33px;
}
footer .footer-soc a.fsoc-youtube {
  margin-left: 0;
}
footer .footer-soc a img {
  width: 100%;
}
footer form input {
  width: 250px;
}
footer form .submit {
  width: 80px;
  height: 36px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  display: inline-block;
  text-align: center;
  padding: 10px;
  background-color: #399cf9;
  color: white;
  margin: 0 0 0 15px;
}
footer .c1, footer .c2, footer .c3 {
  float: left;
}
footer .c1 {
  width: 22%;
  padding-top: 40px;
}
footer .c1 img {
  margin: 90px 60px 0 0;
  width: 145px;
}
footer .c2 {
  width: 55%;
}
footer .c2 .col1, footer .c2 .col2, footer .c2 .col3 {
  width: 33%;
  float: left;
  padding: 70px 0 0 0;
}
footer .c2 .col1 a, footer .c2 .col2 a, footer .c2 .col3 a {
  display: block;
  color: white;
}
footer .c2 .col1 a, footer .c2 .col2 a {
  margin: 0 0 15px 0;
}
footer .c2 .col3 a {
  margin: 0 0 18px 0;
}
footer .c2 .col3 img {
  vertical-align: middle;
  margin: -3px 10px 0 0;
}
footer .c3 {
  width: auto;
  padding: 68px 0 0 0;
  float: right;
  /* display: inline-block*/
}
footer .c3 .msg {
  color: white;
  line-height: 36px;
  padding: 0 0 0 16px;
  font-size: 16px;
}
footer .c3 .mobile-apps {
  margin: 30px 0 0 0;
}
footer .c3 .mobile-apps img {
  height: 35px !important;
}
footer .c3 .mobile-apps .mob-ios, footer .c3 .mobile-apps .mob-android {
  height: 40px;
}
footer .c3 .mobile-apps .mob-ios {
  margin: 0 15px 0 0;
}

@media only screen and (max-width: 1050px) {
  footer .c1 {
    width: 30%;
  }
  footer .c2 {
    width: 70%;
  }
  footer .c3 {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  footer {
    height: auto;
  }
  footer .c1 {
    display: none;
  }
  footer .c2 {
    width: 100%;
    /*padding-left: 15px;*/
  }
  footer .c2 .col1 {
    width: 50%;
    padding: 30px 40px 0 40px;
  }
  footer .c2 .col3 {
    width: 50%;
    padding: 30px 40px 0 40px;
  }
  footer .c2 .col2 {
    width: 50%;
    padding: 30px 40px 0 40px;
  }
}
section.home {
  font-size: 19px;
  background-color: #fff;
}
section.home.gray .separator {
  border-top: 1px solid #d6e0e0;
}
section.home h2 {
  margin: 0 0 45px 0;
  font-weight: bold;
  font-size: 36px;
}
section.home .content {
  line-height: 1.5em;
}
section.home block {
  padding: 70px 0 52px 0;
  display: table;
  border-bottom: 2px solid #f4f4f4;
}
section.home .icons {
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 50px;
}
section.home .icons__item {
  display: inline-block;
  width: 50px;
  position: relative;
  vertical-align: middle;
  margin: 0 23px;
}
section.home .icons__item:last-child:after {
  display: none;
}
section.home .icons__item:after {
  content: "+";
  position: absolute;
  display: inline-block;
  right: -30px;
  top: 0;
  color: #b5babd;
  font-weight: bold;
  font-size: 24px;
}
section.home .icons__item img {
  vertical-align: middle;
}
section.home .learn-more .gd-icon-arrow-long-right {
  width: 14px;
  height: 14px;
  font-size: 14px;
  display: inline-block;
  margin: -1px 0 0 5px;
  vertical-align: middle;
}
section.home .learn-more a {
  border-bottom: 1px solid;
}
section.home .tags {
  font-size: 16px;
  text-align: center;
  margin-top: 30px;
}
section.home .tags .tag {
  display: inline-block;
  -webkit-border-radius: 17px;
  border-radius: 17px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-color: white;
  height: 33px;
  line-height: 33px;
  padding: 2px 15px 0 15px;
  margin: 0 4px 15px;
  box-shadow: 0 2px 16px rgba(137, 142, 145, 0.11);
  color: #5a5e61;
  font-size: 15px;
  font-weight: 600;
}
section.home .c-4-left {
  width: 41.5%;
  display: table-cell;
  vertical-align: top;
  text-align: center;
  padding-top: 84px;
}
section.home .c-6-right {
  display: table-cell;
}
section.home .c-6-left {
  width: 60%;
  display: table-cell;
}
section.home .c-4-right {
  width: 40%;
  padding: 0 50px 0 0;
  display: table-cell;
  vertical-align: middle;
}
section.home .c-55-left {
  width: 55%;
  float: left;
}
section.home .c-45-right {
  width: 45%;
  float: right;
}
section.home .c-45-left {
  width: 45%;
  float: left;
}
section.home .c-55-right {
  width: 55%;
  float: right;
}

@media only screen and (max-width: 780px) {
  section.home block {
    display: block;
    padding: 50px 0 50px 0;
  }
  section.home h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  section.home .content {
    font-size: 18px;
    line-height: 1.4;
  }
  section.home .c-4-left, section.home .c-4-right, section.home .c-6-left {
    width: 100%;
    display: block;
    padding: 0 0 0 0;
  }
  section.home .c-6-right, section.home .c-6-left.mobile {
    padding: 10px 0 0 0;
  }
  section.home .separator, section.home .tags {
    display: none;
  }
  section.home .icons__item {
    margin: 0;
  }
}
body {
  min-width: 290px !important;
}

.clients {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-top: 65px;
}
.clients > * {
  margin: auto 0;
}

.mb14 {
  margin-top: 70px;
  max-width: 860px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.numbers__icon.ic1 {
  width: 27px;
}
.numbers__icon.ic2 {
  width: 47px;
}
.numbers__icon.ic3 {
  width: 28px;
}
.numbers__icon.ic4 {
  width: 25px;
}

section.header-main {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 682px 230px;
  background-position: center bottom;
  text-align: center;
  padding-top: 118px;
  padding-bottom: 118px;
  /* .l1,.l2,.l3 {*/
  /*   line-height: 48px;*/
  /*   letter-spacing: 0.2px;*/
  /*   color: white;*/
  /* }*/
  /* .l1, .l2 {*/
  /*   font-size: 32px;*/
  /* }*/
  /* .l3 {*/
  /*   font-size: 22px;*/
  /*   span{*/
  /*     color: #1ddb1f;*/
  /*   }*/
  /* }*/
}
section.header-main .header-main__subtitle {
  text-align: center !important;
  font-size: 26px !important;
}
section.header-main.ptnew {
  padding-top: 90px;
  padding-bottom: 49px;
  border-bottom: 1px solid #e2e2e2;
}
section.header-main .main-ic-logo {
  clear: both;
  padding-top: 30px;
}
section.header-main .main-ic-logo a {
  margin-right: 27px;
  font-size: 15px;
  line-height: 24px;
  color: #303740;
}
section.header-main .main-ic-logo a.set1 img {
  width: 78px;
}
section.header-main .main-ic-logo a.set2 img {
  width: 17px;
}
section.header-main .main-ic-logo a.set3 img {
  width: 103px;
}
section.header-main .main-ic-logo a svg {
  margin-left: 15px;
}
section.header-main .main-ic-logo a span {
  font-weight: 700;
}
section.header-main form {
  float: left;
  margin-top: 40px;
}
section.header-main .header-main__h1 {
  text-align: center;
  margin-top: 23px;
}
section.header-main .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
section.header-main .flex > div {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: auto 0;
}
section.header-main .flex > div img {
  max-width: 100%;
}
section.header-main .flex .messaging-img-home {
  text-align: center;
}
section.header-main .flex .messaging-img-home .slickmon {
  width: 348px;
  margin-left: auto;
  margin-right: auto;
}
section.header-main .flex .messaging-img-home img.messaging-img1 {
  width: 348px;
  opacity: 0.9;
  border-radius: 8px;
}
section.header-main .flex .messaging-img-home img.messaging-img2 {
  width: 422px;
  margin-top: -59px;
  position: relative;
  z-index: 1;
}
section.header-main block {
  overflow: auto;
}
section.header-main .messaging {
  /* margin: 90px 0 0 180px;*/
  font-weight: 300;
}
section.header-main .header-main__h1 {
  color: #383a3b;
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
  text-transform: none;
}
section.header-main .header-main__subtitle {
  color: #646669;
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
  margin: 0;
  margin-top: 10px;
  text-align: left;
}
section.header-main .more .moreAlways {
  background-color: #815BDC;
}
section.header-main form {
  margin: 49px auto 0 auto;
  display: inline-block;
  font-size: 0;
  float: none;
}
section.header-main input {
  width: 295px;
  font-size: 16px;
  vertical-align: top;
  -webkit-box-shadow: 0 5px 48px 0 rgba(94, 108, 116, 0.08), 0 1px 5px 0 rgba(94, 108, 116, 0.08);
  box-shadow: 0 5px 48px 0 rgba(94, 108, 116, 0.08), 0 1px 5px 0 rgba(94, 108, 116, 0.08);
}
section.header-main .submit {
  width: 120px;
  height: 38px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  display: inline-block;
  text-align: center;
  padding: 11px 0 11px;
  background-color: #399cf9;
  color: white;
  margin: 0 0 0 23px;
  font-size: 15px;
  vertical-align: top;
}
section.header-main .free {
  color: white;
  margin: 0px 0 0 10px;
  font-size: 16px;
  letter-spacing: 0.3px;
  text-align: left;
  padding-left: 7px;
  opacity: 0.8;
  color: #383a3b;
  font-size: 14px;
  line-height: 50px;
}

.visualize .visualize__item.active img {
  border: 2px solid #6142AD;
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
}
.visualize .visualize__item.active span {
  background: #ffffff;
  color: #414A57;
}

.icons__item.nimb1 img {
  width: 44px;
}
.icons__item.nimb2 img {
  width: 44px;
}
.icons__item.nimb3 img {
  width: 37px;
}
.icons__item.nimb4 img {
  width: 38px;
}

.bigScreen__iconWrap {
  margin-top: 53px !important;
}

.planning__imgWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 32px !important;
}
.planning__imgWrap > div {
  text-align: center;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}
.planning__imgWrap > div img {
  max-height: 174px;
}
.planning__imgWrap > div i {
  display: block;
  font-size: 17px;
  line-height: 28px;
  text-align: center;
  color: #424A56;
  font-style: normal;
  font-weight: 700;
  padding-top: 20px;
}

.bigScreen {
  background: #fafbfc !important;
}
.bigScreen .bigScreen__item {
  overflow: hidden;
  border-radius: 5px;
  padding-bottom: 65px !important;
}
.bigScreen .learnmore {
  display: inline-block;
  height: 40px;
  line-height: 38px;
  border: 1px solid #3B414A;
  color: #3B414A;
  padding: 0 33px;
  margin-top: 24px;
  font-weight: 600;
  border-radius: 4px;
}

.moreInteg__item_chrome {
  background-image: url("/site/assets/img/home/chrome.png");
  background-size: 100% 100%;
  background-color: transparent !important;
}

.moreInteg__item_gplus {
  background-image: url("/site/assets/img/home/gplus.png");
  background-size: 100% 100%;
  background-color: transparent !important;
}

.moreInteg__item_x1 {
  background-image: url("/site/assets/img/home/x1.png");
  background-size: 100% 100%;
  background-color: transparent !important;
}

.moreInteg__item_google {
  background-image: url("/site/assets/img/home/google.png") !important;
  background-size: 100% 100% !important;
  background-color: transparent !important;
}

.moreInteg__item_gmail {
  background-image: url("/site/assets/img/home/gmail.png") !important;
  background-size: 100% 100% !important;
  background-color: transparent !important;
}

.moreInteg__item_zapier {
  background-image: url("/site/assets/img/home/zapier.png") !important;
  background-size: 100% 100% !important;
  background-color: transparent !important;
}

.moreInteg__item_api {
  background-image: url("/site/assets/img/home/api.png") !important;
  background-size: 100% 100% !important;
  background-color: transparent !important;
}

.moreInteg__item_cat {
  background-image: url("/site/assets/img/home/cat.png") !important;
  background-size: 100% 100% !important;
  background-color: transparent !important;
}

.moreInteg__item_dbox {
  background-image: url("/site/assets/img/home/dbox.png") !important;
  background-size: 100% 100% !important;
  background-color: transparent !important;
}

.moreInteg__item_box {
  background-image: url("/site/assets/img/home/box.png") !important;
  background-size: 100% 100% !important;
  background-color: transparent !important;
}

.visualize .visualize__tabContent.active .tab {
  display: none;
}
.visualize .visualize__tabContent.active .tab.active {
  display: block;
}

.visualize__tabs-b {
  text-align: center;
}
.visualize__tabs-b .visualize__item-ic {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.3);
  margin: 50px 2px 30px;
  cursor: pointer;
}
.visualize__tabs-b .visualize__item-ic.active {
  background: white;
}

.more {
  background: #FAFBFC !important;
}
.more .poss .learnmore {
  display: inline-block;
  height: 40px;
  line-height: 38px;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 0 33px;
  font-weight: 600;
  border-radius: 4px;
  font-size: 17px;
}
.more .moreInteg__item {
  width: 53px;
  height: 53px;
  margin-bottom: 8px;
}
.more .moreInteg__list {
  margin-top: 34px;
  padding-left: 50px;
  padding-right: 50px;
}
.more .moreInteg {
  padding-top: 47px;
  height: 385px;
}
.more .moreInteg .moreInteg__text {
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 21px;
}
.more .moreAlways {
  padding-top: 47px;
  background-size: 276px auto !important;
  height: 385px !important;
  background-color: #815BDC;
}
.more .moreAlways__text {
  position: relative;
  margin-top: 21px !important;
}
.more .moreAlways__text .learnmore {
  display: inline-block;
  height: 40px;
  line-height: 38px;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 0 33px;
  font-weight: 600;
  border-radius: 4px;
}
.more .moreAlways__text .poa {
  position: static;
}

.moreAlways__title {
  text-align: center;
  padding-right: 55px;
}

.more__content .poa {
  position: absolute;
  width: 100%;
  bottom: 25px;
  left: 0;
}
.more__content .poa .learnmore {
  display: inline-block;
  height: 40px;
  line-height: 38px;
  border: 1px solid #3B414A;
  color: #3B414A;
  padding: 0 33px;
  margin-top: 24px;
  font-weight: 600;
  border-radius: 4px;
}
.more__content .more__item {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.more__content .more__item:nth-child(1), .more__content .more__item:nth-child(2) {
  height: 552px;
}
.more__content .more__item:nth-child(3) {
  height: 506px;
}
.more__content .more__item:nth-child(3) img {
  height: 126px;
  margin-bottom: 17px;
}
.more__content .more__item:nth-child(4) {
  height: 506px;
}
.more__content .more__item:nth-child(4) img {
  height: 143px;
}

.more__item_buisness .more__text {
  padding-left: 110px;
  padding-right: 110px;
}

.more__title {
  padding-top: 37px !important;
}

.more__text {
  padding-bottom: 15px !important;
}

.bigScreen .bigScreen__item {
  padding-top: 0;
  padding-bottom: 65px !important;
}

.visualize {
  padding-top: 65px !important;
  background-color: #815BDC !important;
  background: url("/site/assets/img/pagetpl/featuresbg2.jpg") no-repeat center -300px;
  background-size: 1920px auto;
}
.visualize .visualize__infoText {
  margin-top: 20px;
  line-height: 28px;
  padding-left: 13px;
  padding-right: 13px;
}
.visualize .visualize__start {
  width: 122px;
  margin-top: 35px;
}
.visualize .visualize__subtitle {
  width: 770px;
  max-width: 770px;
  margin-top: 24px;
  line-height: 1.5;
}
.visualize .visualize__imgWrap img {
  border: 4px solid #6142AD;
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.visualize .visslick .slick-dots {
  position: relative;
  width: 100%;
  z-index: 9;
  text-align: center;
  margin-left: 0;
  padding-top: 30px;
}
.visualize .visslick .slick-dots li {
  display: inline-block;
}
.visualize .visslick .slick-dots li button {
  text-indent: -9999px;
  background: #ffffff;
  opacity: 0.3;
  border: none;
  width: 6px;
  height: 6px;
  margin: 0 3px;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
}
.visualize .visslick .slick-dots li.slick-active button {
  opacity: 1;
}
.visualize .slick-slide {
  outline: none !important;
  overflow: hidden;
}
.visualize .visualize__infoTitle, .visualize .visualize__infoText {
  color: #ffffff;
}
.visualize .visualize__helper {
  border: none;
  background: transparent;
}
.visualize .visualize__tabContent {
  display: block;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.visualize .visualize__tabContent.active {
  height: auto;
  opacity: 1;
}
.visualize .visualize__start {
  color: #ffffff;
  border: 1px solid #ffffff;
  background: transparent;
}
.visualize .visualize__h2, .visualize .visualize__subtitle {
  color: #ffffff;
}
.visualize .visualize__item.active, .visualize .visualize__item:hover, .visualize .visualize__tabs {
  color: #ffffff;
}
.visualize .visualize__item.active:after, .visualize .visualize__item:hover:after, .visualize .visualize__tabs:after {
  display: none !important;
}
.visualize .visualize__item {
  text-align: center;
  padding-left: 13px;
  padding-right: 13px;
  vertical-align: top;
}
.visualize .visualize__item a {
  height: 77px;
  text-align: center;
  margin-top: 7px;
  color: #ffffff;
  width: 100%;
  line-height: 77px;
  display: block;
  width: 120px;
  font-weight: 400;
  background: url("/site/assets/img/home/dolb-border.png") no-repeat;
  background-size: 100% 100%;
}
.visualize .visualize__item img {
  max-width: 100%;
  height: 75px;
  border-radius: 4px;
  margin: 7px auto 16px;
}
.visualize .visualize__item span {
  background: #764DD9;
  display: inline-block;
  padding: 3px 15px;
  border-radius: 16px;
  font-size: 14px;
}
.visualize .visualize__item.active:after {
  display: none !important;
}
.visualize .visualize__helper {
  padding-top: 54px;
  padding-bottom: 60px;
}
.visualize .visualize__info {
  padding-top: 80px;
}

.bigScreen .bigScreen__content {
  padding-top: 112px;
  padding-bottom: 100px;
}

section.clients {
  height: auto !important;
  padding-bottom: 50px;
}

.clients .clients-link {
  font-size: 15px;
  line-height: 24px;
  color: #2A3038;
  opacity: 0.8;
}
.clients .clients-link b {
  font-weight: 600;
}
.clients .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.clients .container > * {
  margin: auto 0;
}

section.clients {
  padding-top: 65px;
}

section.home.planning .steps {
  position: relative;
}
section.home.planning .steps:before {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: transparent;
  content: "";
}

.clients {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.clients i {
  padding-right: 10px;
  padding-right: 20px;
  display: block;
  padding-bottom: 20px;
}

@media only screen and (max-width: 992px) {
  .more .moreAlways {
    padding-left: 0 !important;
    text-align: center !important;
    height: auto !important;
    padding-bottom: 190px !important;
    background: #815BDC url("/site/assets/img/home/iphone@2x.png") center 280px no-repeat !important;
    background-size: 360px auto !important;
  }
  .more .moreAlways .moreAlways__text {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .more .moreInteg__list {
    margin-top: 34px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .more__item_buisness .more__text {
    padding-left: 85px;
    padding-right: 85px;
  }

  .more__text {
    line-height: 20px !important;
  }

  .more__content .more__item:nth-child(1), .more__content .more__item:nth-child(2) {
    height: 475px !important;
  }

  .visualize__tabs {
    display: block !important;
  }

  .visualize__item {
    display: inline-block !important;
  }

  .more__title {
    font-size: 23px !important;
  }

  .reviews__item {
    min-height: inherit !important;
  }

  .visualize__item {
    width: 24% !important;
    float: none !important;
  }

  .visualize .visualize__subtitle {
    max-width: 100%;
  }

  .planning__imgWrap {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .visualize {
    background: url("/site/assets/img/pagetpl/featuresbg2.jpg") no-repeat center bottom;
  }

  .visualize__item.active, .visualize__item:hover {
    background: transparent !important;
  }

  .visualize .visualize__infoTitle, .visualize .visualize__infoText {
    padding-left: 0;
    text-align: center;
  }

  .visualize .visualize__start {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .visualize .visualize__info {
    padding-top: 14px;
  }

  section.header-main .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  section.header-main .flex .messaging-img-home {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  section.header-main.ptnew {
    padding-top: 20px;
  }

  section.header-main form {
    display: block;
    max-width: inherit !important;
  }

  section.header-main .main-ic-logo p {
    text-align: center;
  }

  section.header-main .main-ic-logo {
    margin-bottom: 45px;
  }

  section.header-main .flex .messaging-img-home {
    margin: auto;
  }

  .numbers .numbers__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .numbers .numbers__list li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin: 0;
    text-align: center;
    margin-bottom: 25px;
  }

  .visualize .visualize__item a {
    margin-left: auto;
    margin-right: auto;
  }

  .visualize .visualize__item {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 780px) {
  .visualize .visualize__item a {
    height: 36px;
    margin-top: 0;
    line-height: 37px;
  }

  .visualize .visualize__item {
    padding-left: 2px;
    padding-right: 2px;
    width: auto !important;
  }

  .visualize .visualize__item a {
    background: none;
  }

  .planning__imgWrap > div {
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }

  .planning__imgWrap > div.open {
    display: block;
    opacity: 1;
  }

  section.home.planning .steps__item {
    cursor: pointer;
    border: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  section.home.planning .steps__item:before {
    display: block !important;
  }
  section.home.planning .steps__item:last-child:before {
    display: none !important;
  }
  section.home.planning .steps__item.active {
    border: 2px solid #6142AD;
    -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
  }

  .bigScreen .bigScreen__content {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  section.header-main .flex .messaging-img-home img.messaging-img2 {
    max-width: 265px;
    margin-top: -35px;
    float: left;
  }

  .more__item_buisness .more__text {
    padding-left: 30px;
    padding-right: 30px;
  }

  .visualize__item {
    text-align: center;
  }
  .visualize__item img {
    display: none;
  }

  .more__content .poa {
    position: static;
  }

  .moreInteg__item_gplus, .moreInteg__item_x1, .moreInteg__item_chrome {
    background-size: 100% !important;
  }

  section.header-main .flex .messaging-img-home img.messaging-img2 {
    max-width: 100%;
  }

  section.header-main .flex .messaging-img-home img.messaging-img1 {
    max-width: 100% !important;
  }

  section.header-main .flex > div img {
    max-width: 100% !important;
  }

  section.header-main {
    background-image: none;
    height: auto;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  section.header-main .header-main__h1 {
    font-size: 30px;
    line-height: 1.2;
  }
  section.header-main .header-main__subtitle {
    font-size: 24px;
    line-height: 1.2;
    margin-top: 10px;
  }
  section.header-main .messaging {
    /* margin: 80px auto 0 auto;*/
    /* display: inline-block;*/
  }
  section.header-main form {
    width: 100%;
    max-width: 400px;
  }
  section.header-main input {
    width: calc(100% - 112px);
    /*205px;*/
  }
  section.header-main .submit {
    width: 94px;
    margin-left: 15px;
  }
  section.header-main .free {
    text-align: center;
  }

  section.home.planning .steps:before {
    display: none;
  }

  .planning__imgWrap > div i {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .visualize .visualize__helper {
    padding-top: 0;
  }

  .visualize__imgWrap .visualize__img {
    max-width: 96% !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .clients, .main-ic-logo {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  section.header-main .header-main__subtitle {
    font-size: 22px !important;
  }

  section.home.planning .steps {
    max-width: 366px !important;
  }
  section.home.planning .steps .steps__item:before {
    display: none !important;
  }
  section.home.planning .steps .steps__item:after {
    display: block;
    right: -32px;
  }

  section.home.planning .planning__img {
    width: 100% !important;
    max-width: 100% !important;
  }

  .planning__imgWrap > div.open {
    width: 100%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 500px) {
  section.header-main .header-main__subtitle {
    font-size: 20px !important;
  }

  .numbers .numbers__list li {
    margin-top: 35px;
  }

  section.home.planning .steps {
    max-width: 276px !important;
  }
  section.home.planning .steps .steps__item:after {
    display: block;
    right: -19px;
  }
}
@media only screen and (min-width: 1920px) {
  .visualize {
    background-size: 100% auto;
  }
}
section.clients {
  height: 160px;
  border-bottom: 1px solid #e2e2e2;
}
section.clients block {
  text-align: center;
  overflow: hidden;
}
section.clients block img {
  margin: 54px 0 0 0;
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 780px) {
  section.clients {
    display: none;
  }
}
.bigScreen {
  background-color: #efefef;
}
.bigScreen__content {
  padding-bottom: 60px;
  padding-top: 60px;
}
.bigScreen__list:before, .bigScreen__list:after {
  content: "";
  display: table;
}
.bigScreen__list:after {
  clear: both;
}
.bigScreen__item {
  max-width: 536px;
  width: 49%;
  background-color: #fff;
  text-align: center;
  padding-top: 5px;
  border-radius: 3px;
  box-shadow: 0 1px 8px 0 #ccc;
  padding-bottom: 50px;
  min-height: 710px;
  float: left;
}
.bigScreen__item:last-child {
  float: right;
}
.bigScreen__img {
  max-width: 100%;
  height: auto;
}
.bigScreen__icon {
  vertical-align: middle;
}
.bigScreen__iconWrap {
  height: 60px;
  line-height: 60px;
  display: inline-block;
  margin-top: 22px;
}
.bigScreen__title {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 32px;
  display: block;
}
.bigScreen__p {
  font-size: 17px;
  line-height: 1.5;
  padding: 0 40px;
  margin: 10px 0 0;
}

@media only screen and (max-width: 900px) {
  .bigScreen__item {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 780px) {
  .bigScreen__item {
    float: none;
    width: 100%;
    margin: 0 auto 20px;
    height: auto;
    min-height: 0;
    padding-bottom: 30px;
  }
  .bigScreen__item:last-child {
    float: none;
  }
  .bigScreen__title {
    margin-bottom: 20px;
  }
  .bigScreen__p {
    line-height: 1.2;
    padding: 0 15px;
  }
}
.more {
  background: #f2f2f2;
}
.more__content {
  padding-bottom: 50px;
  padding-top: 75px;
}
.more__item {
  max-width: 536px;
  width: 49%;
  float: left;
  text-align: center;
  background-color: #fff;
  padding-bottom: 37px;
  margin-bottom: 30px;
  box-shadow: 0 1px 10px 0 rgba(94, 108, 116, 0.1), 0 9px 24px 0 rgba(94, 108, 116, 0.1);
}
.more__item:nth-child(1) {
  height: 510px;
}
.more__item:nth-child(2) {
  height: 510px;
}
.more__item:nth-child(3) {
  height: 506px;
}
.more__item:nth-child(4) {
  height: 506px;
}
.more__item:nth-child(odd) {
  float: left;
}
.more__item:nth-child(even) {
  float: right;
}
.more__item_buisness {
  text-align: center;
}
.more__img {
  max-width: 100%;
  height: auto;
}
.more__imgFrameWork {
  max-width: 90%;
  height: auto;
  margin-top: 45px;
}
.more__title {
  color: #2d2d2d;
  font-size: 30px;
  font-weight: 600;
  line-height: 28px;
  padding: 43px 20px 0;
}
.more__text {
  opacity: 0.88;
  color: #383a3b;
  font-size: 17px;
  line-height: 24px;
  padding: 27px 30px 0;
}
.more__conList {
  list-style-type: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  text-align: left;
  color: #383a3b;
  font-size: 14px;
  line-height: 23px;
  margin-top: 28px;
}
.more__conItem {
  position: relative;
  padding-left: 30px;
  line-height: 2.1;
}
.more__conItem:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  transform: translateY(-50%);
  background: url(/site/assets/img/home/con_arrow.png) center no-repeat;
  background-size: 6px 10px;
}
.more__buisness {
  display: inline-block;
  margin-top: 35px;
  height: auto;
  max-width: 90%;
}

.moreAlways {
  background: url(/site/assets/img/home/iphone.png) right 11px bottom no-repeat;
  background-size: 276px 313.5px;
  background-color: #7368c7;
  color: #fff;
  text-align: left;
  padding-top: 89px;
  padding-left: 55px;
  height: 372px;
}
.moreAlways__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 27px;
}
.moreAlways__text {
  font-size: 17px;
  line-height: 24px;
  width: 190px;
  margin-top: 23px;
}

.moreInteg {
  background: url(/site/assets/img/home/integ.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
  padding-top: 92px;
  height: 372px;
}
.moreInteg__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 27px;
}
.moreInteg__text {
  font-size: 17px;
  line-height: 24px;
  margin-top: 21px;
}
.moreInteg__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 44px;
  font-size: 0;
}
.moreInteg__item {
  width: 71px;
  height: 71px;
  background-color: #fff;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 10px;
  display: inline-block;
}
.moreInteg__item_gmail {
  background-image: url(/site/assets/img/home/gmail.png);
  background-size: 41px 30px;
}
.moreInteg__item_dbox {
  background-image: url(/site/assets/img/home/dbox.png);
  background-size: 44px 43.5px;
}
.moreInteg__item_google {
  background-image: url(/site/assets/img/home/google.png);
  background-size: 44px 37.5px;
}
.moreInteg__item_slack {
  background-image: url(/site/assets/img/home/slack.png);
  background-size: 39.5px 39px;
}
.moreInteg__item_calen {
  background-image: url(/site/assets/img/home/calen.png);
  background-size: 40.5px 39px;
}

@media only screen and (max-width: 1000px) {
  .more__conItem {
    background-color: rgba(255, 255, 255, 0.8);
  }

  .moreAlways {
    background-image: none;
  }

  .moreInteg__item {
    width: 60px;
    height: 60px;
    margin: 0 4px;
  }
}
@media only screen and (max-width: 780px) {
  .more__content {
    padding-bottom: 20px;
  }
  .more__item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 30px;
    height: auto !important;
  }
  .more__item:nth-child(odd) {
    float: none;
  }
  .more__item:nth-child(even) {
    float: none;
  }

  .moreInteg__item {
    width: 45px;
    height: 45px;
    margin: 0 3px 10px;
    background-size: 65%;
  }
}
section.home.planning {
  background-color: #fafbfc;
  padding-bottom: 95px;
}
section.home.planning h2 {
  text-align: center;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 33px;
  font-size: 32px;
}
section.home.planning .subtitle {
  max-width: 730px;
  margin: 0 auto;
  text-align: center;
  color: #3e4346;
}
section.home.planning .c-6-left.mobile {
  display: none;
}
section.home.planning block {
  padding-top: 90px;
  padding-bottom: 0;
  display: block;
  border: none;
}
section.home.planning .planning__imgWrap {
  margin-top: 42px;
  width: 100%;
  text-align: justify;
  font-size: 1px;
}
section.home.planning .planning__imgWrap:after {
  content: " ";
  display: inline-block;
  width: 100%;
  height: 0;
  line-height: 0;
}
section.home.planning .planning__img {
  display: inline-block;
  /*   display: block;*/
  /*   float: left;*/
  /*   max-width: 536.5px;*/
  height: auto;
  /*   width: 49%;*/
  -webkit-box-shadow: 0 0px 5px 0 rgba(104, 115, 134, 0.1);
  box-shadow: 0 0px 5px 0 rgba(104, 115, 134, 0.1);
  /*   &:nth-child(even){*/
  /*     float: right;*/
  /*   }*/
}
section.home.planning .steps {
  text-align: justify;
  max-width: 970px;
  margin: 0 auto;
  margin-top: 69px;
  font-size: 1px;
}
section.home.planning .steps:after {
  display: inline-block;
  width: 100%;
  content: " ";
  height: 0;
  line-height: 0;
  overflow: hidden;
}
section.home.planning .steps__item {
  display: inline-block;
  width: 52px;
  height: 52px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
  border-radius: 50%;
  position: relative;
}
section.home.planning .steps__item:before {
  content: " ";
  display: block;
  width: 210px;
  height: 1px;
  background-color: #a2a9ac;
  position: absolute;
  right: -220px;
  top: 50%;
}
section.home.planning .steps__item:after {
  content: " ";
  display: block;
  width: 10px;
  position: absolute;
  height: 7px;
  right: -228px;
  top: 50%;
  background: url(/site/assets/img/home/p_arrow.png);
  background-size: cover;
  margin-top: -3px;
}
section.home.planning .steps__item.last {
  background-color: #06c026;
}
section.home.planning .steps__item.last:after {
  display: none;
}
section.home.planning .steps__item.last:before {
  display: none;
}
section.home.planning .steps__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: auto;
}

@media (max-width: 1200px) {
  section.home.planning .planning__imgWrap {
    text-align: center;
  }
  section.home.planning .planning__img {
    margin: 20px 60px;
  }
}
@media (max-width: 991px) {
  section.home.planning .steps {
    max-width: 710px;
  }
  section.home.planning .steps__item:before {
    width: 140px;
    right: -148px;
  }
  section.home.planning .steps__item:after {
    right: -157px;
  }
  section.home.planning .planning {
    /* &__imgWrap{*/
    /*   text-align: center;*/
    /* }*/
  }
  section.home.planning .planning__img {
    margin: 20px 40px;
  }
}
@media only screen and (max-width: 780px) {
  section.home.planning {
    padding-bottom: 40px;
  }
  section.home.planning block {
    padding-top: 40px;
  }
  section.home.planning .c-6-left {
    display: none;
  }
  section.home.planning .c-6-left.mobile {
    display: block;
  }
  section.home.planning .steps {
    max-width: 540px;
    margin-top: 25px;
  }
  section.home.planning .steps__item:before {
    width: 86px;
    right: -94px;
  }
  section.home.planning .steps__item:after {
    right: -99px;
  }
  section.home.planning .planning {
    /* &__imgWrap{*/
    /*   text-align: center;*/
    /* }*/
  }
  section.home.planning .planning__img {
    margin: 20px 5px;
  }
}
@media only screen and (max-width: 600px) {
  section.home.planning .steps {
    max-width: 540px;
    margin-top: 25px;
  }
  section.home.planning .steps__item:before {
    display: none;
  }
  section.home.planning .steps__item:after {
    display: none;
  }
  section.home.planning .planning {
    /* &__imgWrap{*/
    /*   text-align: center;*/
    /* }*/
  }
  section.home.planning .planning__img {
    display: block;
    margin: 20px auto;
    width: 96%;
    max-width: 253px;
  }
}
.visualize {
  background-color: #fff;
  padding-top: 80px;
}
.visualize__content {
  text-align: center;
}
.visualize__h2 {
  margin-top: 18px;
}
.visualize__subtitle {
  max-width: 718px;
  display: inline-block;
  margin-top: 28px;
}
.visualize__tabs {
  color: #5a5e61;
  font-weight: 600;
  font-size: 16px;
  width: 100%;
  display: table;
  line-height: 1.6;
  margin-top: 60px;
}
.visualize__item {
  display: table-cell;
  text-align: center;
  padding-bottom: 15px;
  position: relative;
  cursor: pointer;
}
.visualize__item.active, .visualize__item:hover {
  color: #383a3b;
}
.visualize__item.active::after, .visualize__item:hover::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #399cf9;
}
.visualize__helper {
  border-top: 2px solid #e3e5e6;
  border-bottom: 1px solid #eaeaea;
  background: #fafbfc;
  padding-top: 45px;
  padding-bottom: 90px;
}
.visualize__tabContent {
  display: none;
}
.visualize__tabContent:before, .visualize__tabContent:after {
  content: "";
  display: table;
}
.visualize__tabContent:after {
  clear: both;
}
.visualize__tabContent.active {
  display: block;
}
.visualize__imgWrap {
  float: left;
  width: 57%;
  padding: 25px 0;
}
.visualize__img {
  border: 1px solid #dedede;
  border-radius: 3px 3px 0px 0px;
  max-width: 100%;
  height: auto;
  display: block;
  box-shadow: -2px 4px 38px 0 rgba(104, 115, 134, 0.2);
}
.visualize__info {
  width: 43%;
  float: left;
  padding-left: 40px;
  padding-top: 50px;
  text-align: center;
}
.visualize__infoTitle {
  color: #383a3b;
  font-size: 24px;
  font-weight: 600;
  line-height: 48px;
}
.visualize__infoText {
  color: #3e4346;
  font-size: 17px;
  line-height: 25px;
  margin-top: 10px;
}
.visualize__more {
  text-decoration: underline;
  display: inline-block;
  position: relative;
  color: #5a5e61;
}
.visualize__more::after {
  content: "→";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -25px;
}
.visualize__start {
  width: 155px;
  height: 38px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  display: inline-block;
  text-align: center;
  line-height: 38px;
  background-color: #399cf9;
  color: white;
  font-size: 15px;
  background-color: #399cf9;
  border-radius: 5px;
  margin-top: 25px;
}
.visualize__slide {
  outline: none;
  overflow: hidden;
}
.visualize__dots {
  list-style-type: none;
  padding: 0;
  font-size: 0;
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
}
.visualize__dots li {
  display: inline-block;
  margin: 0 3px;
}
.visualize__dots li.slick-active button {
  background-color: #7a7d80;
}
.visualize__dots li button {
  display: block;
  padding: 0;
  background: red;
  border: none;
  outline: none;
  width: 8px;
  height: 8px;
  background-color: #dedede;
  border-radius: 50%;
}

@media only screen and (max-width: 900px) {
  .visualize__tabs {
    font-size: 14px;
  }
}
@media only screen and (max-width: 780px) {
  .visualize {
    padding-top: 40px;
  }
  .visualize__tabs {
    display: block;
  }
  .visualize__item {
    width: 33.3333%;
    float: left;
    display: block;
    padding: 0;
    line-height: 30px;
    border-radius: 3px;
  }
  .visualize__item.active, .visualize__item:hover {
    color: #fff;
    background-color: #399cf9;
  }
  .visualize__item.active:after, .visualize__item:hover:after {
    display: none;
  }
  .visualize__tabContent {
    text-align: center;
  }
  .visualize__imgWrap {
    float: none;
    width: auto;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
  }
  .visualize__info {
    width: 100%;
    text-align: left;
    padding-left: 0;
    padding-top: 15px;
  }
  .visualize__infoText {
    font-size: 15px;
    line-height: 1.3;
  }
  .visualize__helper {
    padding-bottom: 40px;
  }
  .visualize__dots {
    bottom: -25px;
  }
}
@media only screen and (max-width: 780px) {
  .visualize__tabs {
    display: block;
    margin-bottom: 20px;
    margin-top: 40px;
  }
  .visualize__item {
    width: 50%;
    line-height: 30px;
    border-radius: 3px;
  }
  .visualize__item.active, .visualize__item:hover {
    color: #fff;
    background-color: #399cf9;
  }
  .visualize__item.active:after, .visualize__item:hover:after {
    display: none;
  }
}
section.home.wigd .separator {
  margin-top: 30px;
}
section.home.wigd .cf:before, section.home.wigd .cf:after {
  content: "";
  display: table;
}
section.home.wigd .cf:after {
  clear: both;
}
section.home.wigd .quote {
  position: relative;
  padding: 0 30px 0 30px;
  font-size: 16px;
  opacity: 0.8;
  max-width: 400px;
  margin: 0 auto;
  line-height: 1.5em;
}
section.home.wigd .quote:before {
  content: "“";
  font-size: 50px;
  line-height: 0.1em;
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 0;
}
section.home.wigd .quote:after {
  content: "”";
  font-size: 50px;
  line-height: 0.1em;
  opacity: 0.4;
  position: absolute;
  right: 0;
  bottom: 0;
}
section.home.wigd .icons {
  margin: 43px 10px 40px 10px;
}
section.home.wigd .icons .icon {
  width: 60px;
  text-align: center;
  float: left;
}
section.home.wigd .icons .m-right {
  margin-right: calc((100% - 240px) / 3);
}
section.home.wigd .c-6-right {
  text-align: right;
  position: relative;
  padding-left: 30px;
}
section.home.wigd .c-6-right img {
  max-width: 100%;
  height: auto;
  margin-right: -15px;
  display: inline-block;
}
section.home.wigd .wigd__play {
  width: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.3);
  display: inline-block;
  outline: none;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: 4%;
}
section.home.wigd .wigd__play:before {
  content: "";
  display: block;
  border: 15px solid transparent;
  border-left: 20px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: 11px;
}
section.home.wigd .video-btn {
  border: 1px solid #389cf9;
  color: #389cf9;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  padding: 10px 20px 10px 36px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
section.home.wigd .video-btn:before {
  content: "";
  display: block;
  border: 6px solid transparent;
  border-left: 6px solid #389cf9;
  position: absolute;
  top: 12px;
  left: 20px;
}

@media (max-width: 780px) {
  section.home.wigd .icons {
    margin-right: 0;
    margin-left: 0;
  }
  section.home.wigd .icons__item {
    margin: 0 3px;
  }
  section.home.wigd .icons__item:after {
    display: none;
  }
}
.numbers {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 61px;
  border-bottom: 2px solid #eaeaea;
  font-size: 0;
}
.numbers__list {
  list-style-type: none;
  text-align: justify;
  color: #adb3b5;
  padding: 0 65px;
}
.numbers__list:after {
  content: "";
  display: inline-block;
  font-size: 0;
  line-height: 0;
  height: 0;
  width: 100%;
}
.numbers__item {
  display: inline-block;
  text-align: left;
  margin: 0 10px;
}
.numbers__icon {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  margin-top: -4px;
}
.numbers__num {
  vertical-align: middle;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 300;
  font-size: 34px;
  color: rgba(56, 58, 59, 0.86);
}
.numbers__name {
  display: block;
  font-size: 16px;
  color: #3e4346;
  text-align: center;
  margin-top: 4px;
}
.numbers__border {
  display: none;
  height: 2px;
  background-color: #f4f4f4;
  width: 100%;
}
.numbers__plus {
  margin: 0 0 0 5px;
  font-size: 28px;
}

@media (max-width: 900px) {
  .numbers__list {
    padding: 0 30px;
  }
}
@media (max-width: 780px) {
  .numbers__item {
    margin-bottom: 15px;
  }
}
@media (max-width: 500px) {
  .numbers {
    padding: 0 0 0 0;
  }
  .numbers__list {
    padding: 0 0px;
    text-align: justify;
  }
  .numbers__item {
    margin-bottom: 15px;
    text-align: center;
    display: inline-block;
    width: 120px;
    margin-top: 33px;
    margin-bottom: 30px;
  }
  .numbers__icon {
    margin-right: 5px;
  }
  .numbers__num {
    font-size: 22px;
    display: block;
    margin-top: 6px;
  }
  .numbers__plus {
    font-size: 20px;
  }
  .numbers__name {
    margin-top: 1px;
    font-size: 14px;
  }
  .numbers__border {
    display: inline-block;
  }
}
.visualize {
  background-color: #fff;
  padding-top: 80px;
}
.visualize__content {
  text-align: center;
}
.visualize__h2 {
  margin-top: 18px;
}
.visualize__subtitle {
  max-width: 718px;
  display: inline-block;
  margin-top: 28px;
}
.visualize__tabs {
  color: #5a5e61;
  font-weight: 600;
  font-size: 16px;
  width: 100%;
  display: table;
  line-height: 1.6;
  margin-top: 60px;
}
.visualize__item {
  display: table-cell;
  text-align: center;
  padding-bottom: 15px;
  position: relative;
  cursor: pointer;
}
.visualize__item.active, .visualize__item:hover {
  color: #383a3b;
}
.visualize__item.active::after, .visualize__item:hover::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #399cf9;
}
.visualize__helper {
  border-top: 2px solid #e3e5e6;
  border-bottom: 1px solid #eaeaea;
  background: #fafbfc;
  padding-top: 45px;
  padding-bottom: 90px;
}
.visualize__tabContent {
  display: none;
}
.visualize__tabContent:before, .visualize__tabContent:after {
  content: "";
  display: table;
}
.visualize__tabContent:after {
  clear: both;
}
.visualize__tabContent.active {
  display: block;
}
.visualize__imgWrap {
  float: left;
  width: 57%;
  padding: 25px 0;
}
.visualize__img {
  border: 1px solid #dedede;
  border-radius: 3px 3px 0px 0px;
  max-width: 100%;
  height: auto;
  display: block;
  box-shadow: -2px 4px 38px 0 rgba(104, 115, 134, 0.2);
}
.visualize__info {
  width: 43%;
  float: left;
  padding-left: 40px;
  padding-top: 50px;
  text-align: center;
}
.visualize__infoTitle {
  color: #383a3b;
  font-size: 24px;
  font-weight: 600;
  line-height: 48px;
}
.visualize__infoText {
  color: #3e4346;
  font-size: 17px;
  line-height: 25px;
  margin-top: 10px;
}
.visualize__more {
  text-decoration: underline;
  display: inline-block;
  position: relative;
  color: #5a5e61;
}
.visualize__more::after {
  content: "→";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -25px;
}
.visualize__start {
  width: 155px;
  height: 38px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  display: inline-block;
  text-align: center;
  line-height: 38px;
  background-color: #399cf9;
  color: white;
  font-size: 15px;
  background-color: #399cf9;
  border-radius: 5px;
  margin-top: 25px;
}
.visualize__slide {
  outline: none;
  overflow: hidden;
}
.visualize__dots {
  list-style-type: none;
  padding: 0;
  font-size: 0;
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
}
.visualize__dots li {
  display: inline-block;
  margin: 0 3px;
}
.visualize__dots li.slick-active button {
  background-color: #7a7d80;
}
.visualize__dots li button {
  display: block;
  padding: 0;
  background: red;
  border: none;
  outline: none;
  width: 8px;
  height: 8px;
  background-color: #dedede;
  border-radius: 50%;
}

@media only screen and (max-width: 900px) {
  .visualize__tabs {
    font-size: 14px;
  }
}
@media only screen and (max-width: 780px) {
  .visualize {
    padding-top: 40px;
  }
  .visualize__tabs {
    display: block;
  }
  .visualize__item {
    width: 33.3333%;
    float: left;
    display: block;
    padding: 0;
    line-height: 30px;
    border-radius: 3px;
  }
  .visualize__item.active, .visualize__item:hover {
    color: #fff;
    background-color: #399cf9;
  }
  .visualize__item.active:after, .visualize__item:hover:after {
    display: none;
  }
  .visualize__tabContent {
    text-align: center;
  }
  .visualize__imgWrap {
    float: none;
    width: auto;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
  }
  .visualize__info {
    width: 100%;
    text-align: left;
    padding-left: 0;
    padding-top: 15px;
  }
  .visualize__infoText {
    font-size: 15px;
    line-height: 1.3;
  }
  .visualize__helper {
    padding-bottom: 40px;
  }
  .visualize__dots {
    bottom: -25px;
  }
}
@media only screen and (max-width: 780px) {
  .visualize__tabs {
    display: block;
    margin-bottom: 20px;
    margin-top: 40px;
  }
  .visualize__item {
    width: 50%;
    line-height: 30px;
    border-radius: 3px;
  }
  .visualize__item.active, .visualize__item:hover {
    color: #fff;
    background-color: #399cf9;
  }
  .visualize__item.active:after, .visualize__item:hover:after {
    display: none;
  }
}
.reviews {
  background: url(/site/assets/img/home/reviews_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.reviews__content {
  padding-top: 60px;
  padding-bottom: 70px;
}
.reviews__h2 {
  color: #fff;
  text-align: center;
}
.reviews__list {
  margin: 47px -7.5px 0;
}
.reviews__item {
  background-color: #fafbfb;
  width: 360px;
  text-align: center;
  color: #383a3b;
  padding: 45px 20px 25px 28px;
  margin: 0 7.5px;
  float: left;
  box-shadow: 1px 0 10px 0 rgba(94, 108, 116, 0.2);
  min-height: 480px;
}
.reviews__imgWrap {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
}
.reviews__img {
  display: block;
}
.reviews__name {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-top: 14px;
  text-align: right;
}
.reviews__source {
  text-align: center;
}
.reviews__source img {
  width: 120px;
  display: inline-block;
}
.reviews__title {
  color: #383a3b;
  font-size: 19px;
  font-weight: 600;
  line-height: 22px;
  font-style: italic;
  padding: 0 20px;
  margin-top: 26px;
  min-height: 44px;
}
.reviews__text {
  text-align: left;
  font-size: 16px;
  line-height: 26px;
  font-style: italic;
  font-weight: normal;
  margin-top: 20px;
}
.reviews__stars {
  color: #686d6f;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  margin: 0 0 10px 0;
  text-align: center;
}
.reviews__stars:before {
  content: "";
  width: 80px;
  height: 13.5px;
  display: inline-block;
  margin-right: 10px;
}
.reviews__stars.score-5:before {
  background: url(/site/assets/img/home/reviews/score-5.png) left center no-repeat;
  background-size: cover;
}
.reviews__stars.score-4:before {
  background: url(/site/assets/img/home/reviews/score-4.png) left center no-repeat;
  background-size: cover;
}
.reviews__prev, .reviews__next {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: -45px;
  transform: translateY(-50%);
  width: 13px;
  height: 21px;
  background: transparent;
  border: none;
  background: url(/site/assets/img/home/rev_parrow.png);
  background-size: cover;
  outline: none;
  cursor: pointer;
}
.reviews__next {
  left: auto;
  right: -45px;
  background: url(/site/assets/img/home/rev_narrow.png);
  background-size: cover;
}

@media (max-width: 1300px) {
  .reviews__list {
    padding: 0 50px;
  }
  .reviews__prev, .reviews__next {
    left: 10px;
  }
  .reviews__next {
    left: auto;
    right: 10px;
  }
}
@media (max-width: 780px) {
  .reviews__content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .reviews__list {
    margin-top: 20px;
  }
  .reviews__item {
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .reviews__text {
    font-size: 16px;
    line-height: 1.2;
    margin-top: 10px;
  }
  .reviews__list {
    padding: 0 15px;
  }
  .reviews__prev, .reviews__next {
    left: 0px;
  }
  .reviews__next {
    left: auto;
    right: 0px;
  }
}
section.pricing {
  margin: 4px 0;
  font-size: 16px;
  color: #383a3b;
  padding-bottom: 75px;
}
section.pricing .c1, section.pricing .c2, section.pricing .c3 {
  width: 350px;
  float: left;
  box-shadow: 0 1px 10px 0 rgba(94, 108, 116, 0.1), 0 9px 95px 0 rgba(94, 108, 116, 0.1);
  background-color: #fff;
  border-radius: 5px;
}
section.pricing .c1, section.pricing .c2 {
  margin: 0 30px 0 0;
}
section.pricing .plan {
  min-height: 290px;
  text-align: center;
  overflow: auto;
  color: white;
  font-weight: 200;
}
section.pricing .plan h2 {
  text-transform: capitalize;
  margin: 65px 0 0 0;
  font-size: 22px;
  font-weight: 700;
  position: relative;
  line-height: 50px;
}
section.pricing .plan .users {
  color: #a2a9ac;
  font-size: 20px;
  margin-top: 15px;
}
section.pricing .plan .desc {
  padding: 0 40px;
  line-height: 1.5;
  font-size: 17px;
  margin-top: 32px;
}
section.pricing .plan .desc__helper {
  display: inline-block;
}
section.pricing .features {
  padding: 30px;
}
section.pricing .plan {
  color: #000;
  border-bottom: 3px solid #ccc;
  padding-bottom: 44px;
}
section.pricing .c1 .plan {
  border-color: #06c026;
}
section.pricing .c2 .plan {
  border-color: #399cf9;
}
section.pricing .c3 .plan {
  border-color: #798992;
}
section.pricing ul li {
  list-style: none;
  position: relative;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 10px;
}
section.pricing ul li:before {
  content: "";
  background-image: url(../img/pricing/li-green.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 14px;
  height: 11px;
  position: absolute;
  left: -29px;
  top: 5px;
}
section.pricing .price {
  text-align: center;
  margin: 27px 0 22px 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
}
section.pricing .price span {
  font-size: 28px;
}
section.pricing .price__icon {
  height: auto;
  vertical-align: middle;
  margin-top: -6px;
  margin-right: 13px;
}
section.pricing .action {
  text-align: center;
}
section.pricing .btn {
  height: 38px;
  line-height: 38px;
  width: 120px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  display: inline-block;
  text-align: center;
  padding: 0;
  white-space: nowrap;
  color: white;
  font-size: 15px;
  font-weight: 600;
}
section.pricing .btn.start1 {
  background-color: #06c026;
}
section.pricing .btn.start2 {
  background-color: #399cf9;
}
section.pricing .btn.contact {
  background-color: #5a7787;
}
section.pricing .time {
  text-align: right;
  font-size: 0;
  padding-right: 13px;
  margin-bottom: 27px;
}
section.pricing .time__link {
  display: inline-block;
  text-align: center;
  font-size: 13px;
  line-height: 24px;
  border-radius: 12px;
  color: #5a5e61;
  font-weight: 600;
  width: 80px;
  margin-left: 10px;
  border: 1px solid transparent;
}
section.pricing .time__link.active, section.pricing .time__link:hover {
  color: #383a3b;
  border: 1px solid #798992;
  font-weight: 700;
  background-color: #fff;
}

.pricing.mounth .year,
.pricing.year .mounth {
  display: none;
}

@media only screen and (max-width: 1200px) {
  section.pricing {
    text-align: center;
    font-size: 0;
  }
  section.pricing .c1, section.pricing .c2, section.pricing .c3 {
    width: 30%;
    min-width: 300px;
    margin: 0 5px;
    display: inline-block;
    float: none;
    vertical-align: top;
    text-align: left;
  }
}
@media only screen and (max-width: 1000px) {
  section.pricing {
    padding-bottom: 20px;
  }
  section.pricing .c1, section.pricing .c2, section.pricing .c3 {
    width: 100%;
    float: none;
    max-width: 600px;
    margin: 0 auto 40px auto;
  }
}
.auth-page {
  font-weight: 300;
  background-color: white;
  display: table;
  width: 100%;
  height: 100%;
}
.auth-page .box.unsubscribe .email-address {
  font-size: 20px;
  font-weight: 600;
  color: #57585c;
  margin: 0 0 40px 0;
}
.auth-page .box.unsubscribe p {
  font-size: 18px;
}
.auth-page .box.unsubscribe form {
  margin-top: 40px;
}
.auth-page input[type=checkbox] {
  display: none;
}
.auth-page input[type=checkbox] + label span {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -1px 18px 0 0;
  vertical-align: middle;
  background: url("../img/auth/checkbox.png") left top no-repeat;
  cursor: pointer;
}
.auth-page input[type=checkbox]:checked + label span {
  background: url("../img/auth/checkbox.png") -18px top no-repeat;
}
.auth-page input[type=text], .auth-page input[type=password] {
  font-size: 16px;
  height: 42px;
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
  padding: 0 20px 0 35px;
  margin: 0 0 15px 0;
  font-weight: 200;
  position: relative;
}
.auth-page input[type=text]:focus, .auth-page input[type=password]:focus {
  border-bottom: 1px solid #3093f9;
}
.auth-page .input-with-icon {
  position: relative;
}
.auth-page .input-with-icon .icon {
  width: 35px;
  height: 42px;
  background-repeat: no-repeat;
  z-index: 1;
  background-position: 5px 12px;
  position: absolute;
  top: 0;
  left: 0;
}
.auth-page .input-with-icon .icon.email {
  background-image: url("../img/auth/ico-email.png") !important;
}
.auth-page .input-with-icon .icon.password {
  background-image: url("../img/auth/ico-password.png");
}
.auth-page .input-with-icon .icon.name {
  background-image: url("../img/auth/ico-user.png");
}
.auth-page .confirmation {
  padding: 0 0 40px 0;
}
.auth-page .confirmation .ico-ok {
  margin: 0 0 20px 0;
}
.auth-page .confirmation p {
  font-size: 16px;
  margin: 0 0 30px 0;
}
.auth-page .confirmation p.small {
  max-width: 400px;
  font-size: 14px;
  margin: 0 auto 30px auto;
}
.auth-page .confirmation p span.email {
  color: #3093f9;
  font-weight: normal;
}
.auth-page .confirmation .enter-code-hint {
  font-size: 18px;
  max-width: 700px;
  margin: 0 auto 20px auto;
  line-height: 28px;
}
.auth-page .confirmation .form-errors {
  font-size: 16px;
}
.auth-page .auth-code-container {
  display: flex;
  justify-content: center;
}
.auth-page .auth-code-container .dash {
  height: 52px;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin: 0 20px 0 0;
}
.auth-page .auth-code-container input {
  height: 52px;
  width: 40px;
  padding: 0 0 0 0;
  border: 1px solid #A4ACAC;
  border-radius: 6px;
  font-size: 24px;
  font-weight: 600;
  margin: 0 20px 0 0;
  position: relative;
  text-align: center;
}
.auth-page .auth-code-container input:focus {
  border-bottom: 1px solid #A4ACAC;
}
.auth-page .btn-login-apple {
  width: 175px;
  height: 38px;
  float: left;
  margin-left: 30px;
}
.auth-page .btn-login-google {
  width: 175px;
  height: 38px;
  float: left;
  border: 1px solid #000000;
  border-radius: 6px;
  overflow: hidden;
}
.auth-page .btn-login-google .abcRioButtonContents span {
  font-size: 13px;
  color: #000000;
}
.auth-page .m-t-20 {
  margin-top: 20px;
}
.auth-page .hidden {
  display: none;
}
.auth-page .gd-logo {
  text-align: center;
  position: absolute;
  top: 26px;
  left: 72px;
}
.auth-page .gd-logo a img {
  width: 131px;
}
.auth-page .center-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.auth-page .box {
  max-width: 800px;
  margin: 0 auto 100px auto;
}
.auth-page h1 {
  font-size: 38px;
  font-weight: 200;
  color: #57585c;
  margin: 0 0 20px 0;
}
.auth-page h2 {
  font-size: 28px;
  font-weight: 200;
  color: #57585c;
  margin: 0 0 30px 0;
}
.auth-page .ico-error-big {
  margin: 0 0 20px 0;
}
.auth-page .form-errors {
  min-height: 40px;
  padding: 0 0 25px 0;
  color: red;
}
.auth-page .form-errors .errors.bigger {
  font-size: 18px;
}
.auth-page .form-errors div {
  margin: 10px 0 0 0;
}
.auth-page .block-email .email {
  border: 1px solid #ccc;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-color: #f5f5f5;
  padding: 4px 10px 4px 38px;
  background-image: url("../img/auth/ico-email.png");
  background-repeat: no-repeat;
  background-position: 11px 4px;
}
.auth-page button.login {
  background: #399cf9;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 2px;
  color: #ffffff;
  font-size: 16px;
  padding: 4px 25px 0 25px;
  height: 38px;
}
.auth-page form {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
}
.auth-page form .line {
  margin: 0 0 50px 0;
  font-size: 13px;
}
.auth-page form .line .remember {
  float: left;
  line-height: 42px;
}
.auth-page form .line .forgot {
  float: right;
  border-bottom: 1px dashed;
  margin: 15px 0 0 0;
}
.auth-page form .line-actions .login {
  width: 210px;
}
.auth-page form .line-actions .or {
  width: 55px;
  text-align: center;
  line-height: 38px;
  color: #8f9196;
}
.auth-page form .line-actions .g-signin2 .abcRioButton.abcRioButtonLightBlue {
  box-shadow: none !important;
  border: 1px solid #aeaeae;
}
.auth-page form .line-actions a {
  width: 35%;
  display: block;
  border: 1px solid #aeaeae;
  border-radius: 2px;
  box-sizing: border-box;
  line-height: 38px;
}
.auth-page form .line-action {
  text-align: center;
}
.auth-page .box-join form {
  max-width: 600px;
}
.auth-page .box-join p {
  font-size: 16px;
  line-height: 24px;
}
.auth-page .box-join .company-name, .auth-page .box-join .from-user-name {
  font-weight: 600;
}
.auth-page .box-ivitation-signup {
  margin: 0 auto 0 auto;
}
.auth-page .box-ivitation-signup .form-errors {
  padding: 10px 0 25px 0;
}
.auth-page .box-ivitation-signup .form-errors div {
  margin: 10px 0 0 0;
}
.auth-page .box-ivitation-signup p {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
}
.auth-page .box-ivitation-signup .company-name, .auth-page .box-ivitation-signup .from-user-name {
  font-weight: 600;
}
.auth-page .box-ivitation-signup form button {
  min-width: 160px;
}
.auth-page .select-timezone {
  font-size: 16px;
  height: 42px;
  line-height: 42px;
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
  background-color: white;
  border-bottom: 1px solid #e2e2e2;
  padding: 0 20px 0 35px;
  margin: 0 0 15px 0;
  font-weight: 200;
  outline: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-appearance: none;
  background-image: url("../img/auth/ico-timezone.png");
  background-repeat: no-repeat;
  background-position: 0 11px;
}
.auth-page .select-timezone:focus {
  border-bottom: 1px solid #3093f9;
}
.auth-page .dont-have-account {
  margin: 30px 0 0 0;
  font-size: 16px;
}
.auth-page .dont-have-account a {
  color: #399cf9;
  font-weight: bold;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .auth-page .center-cell {
    padding: 100px 0 0 0;
  }
  .auth-page .box {
    margin: 0 20px 40px 20px;
  }
  .auth-page .gd-logo {
    top: 15px;
    left: 15px;
  }
  .auth-page .gd-logo a img {
    width: 100px;
  }
  .auth-page h1 {
    font-size: 26px;
    margin: 0 0 20px 0;
  }
  .auth-page h2 {
    font-size: 18px;
    margin: 0 0 30px 0;
  }
  .auth-page form .line-actions .login {
    float: none;
    width: 80%;
  }
  .auth-page form .line-actions .g-signin2 {
    float: none;
    display: inline-block;
    width: 80% !important;
  }
  .auth-page form .line-actions .g-signin2 .abcRioButton.abcRioButtonLightBlue {
    width: 100% !important;
  }
  .auth-page form .line-actions .or {
    float: none;
    width: 80%;
    text-align: center;
    line-height: 38px;
    color: #8f9196;
    display: inline-block;
  }
  .auth-page form .line-actions a {
    float: none;
    width: 80%;
    display: inline-block;
    border: 1px solid #aeaeae;
    border-radius: 2px;
    box-sizing: border-box;
    line-height: 38px;
  }
}
section.product {
  font-size: 16px;
}
section.product block {
  padding: 50px 0 50px 0;
  display: table;
  width: 100%;
}
section.product .left {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
section.product .right {
  display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: middle;
}
section.product .desc {
  line-height: 1.5em;
  font-size: 18px;
  font-weight: 200;
}

@media only screen and (max-width: 780px) {
  section.product block {
    display: block;
  }
  section.product .left {
    width: 100%;
    display: block;
  }
  section.product .right {
    display: block;
    width: 100%;
  }
}
section.poft {
  overflow: hidden;
}
section.poft block {
  padding: 50px 0 50px 0;
  background: url("../img/product/transp-bg.jpg");
  height: 564px;
  box-sizing: border-box;
}
section.poft h2 {
  padding: 25px 0 25px 0;
}
section.poft .left {
  width: 60%;
}
section.poft .left .container {
  text-align: center;
  max-width: 550px;
  margin: 0 auto 0 auto;
  background-color: white;
  padding: 30px 50px 20px 50px;
}
section.poft .left .desc {
  line-height: 1.5em;
  opacity: 0.8;
  font-size: 18px;
}
section.poft .right {
  width: 40%;
}
section.poft .right img {
  display: none;
}

@media only screen and (max-width: 780px) {
  section.poft block {
    background: none;
  }
  section.poft h2 {
    padding: 0 0 0 0;
  }
  section.poft .right {
    width: 100%;
  }
  section.poft .right img {
    display: inline-block;
    padding: 25px 0 25px 0;
  }
  section.poft .left {
    width: 100%;
  }
  section.poft .left .container {
    max-width: 100%;
    padding: 0 0 0 0;
  }
  section.poft .left .container img {
    padding: 0 0 25px 0;
  }
}
section.poft-more {
  background-color: #5e96f5;
}
section.poft-more block:after {
  content: "";
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-bottom: 22px solid #5e96f5;
  position: absolute;
  right: 32%;
  top: -22px;
}
section.poft-more block .container {
  text-align: center;
  color: white;
}
section.poft-more block .container p {
  max-width: 800px;
  margin: 0 auto 60px auto;
  line-height: 2em;
  font-weight: 200;
  font-size: 18px;
}

section.reports {
  overflow: hidden;
}
section.reports .left .container {
  text-align: center;
  max-width: 500px;
}
section.reports .left .desc {
  opacity: 0.8;
}
section.reports .left .gd-icon-report {
  display: block;
  font-size: 59px;
  color: #8568c7;
  padding-bottom: 14px;
}
section.reports .right img {
  margin: 0 0 -55px 0;
}

@media only screen and (max-width: 780px) {
  section.reports .left .container {
    max-width: 100%;
  }
}
section.reports-more {
  background-color: #8568c7;
}
section.reports-more block:after {
  content: "";
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-bottom: 22px solid #8568c7;
  position: absolute;
  left: 25%;
  top: -22px;
}
section.reports-more block .right {
  color: white;
}
section.reports-more block .right .container {
  max-width: 450px;
  font-weight: 200;
  margin: 0 auto;
}
section.reports-more block .right img {
  margin: 20px 0 0 0;
}

section.product.bi block {
  text-align: center;
}
section.product.bi block .ico {
  margin: 0 0 20px 0;
}
section.product.bi block p {
  opacity: 0.8;
  line-height: 1.5em;
  font-size: 18px;
  margin: 30px 0 50px 0;
}
section.product.bi block .screens {
  margin: 40px 0 0 0;
}

section.time-tracking block {
  max-width: 800px;
  text-align: center;
}
section.time-tracking .gd-icon-time {
  display: inline-block;
  font-size: 50px;
  color: #06c026;
}
section.time-tracking p {
  font-size: 18px;
  opacity: 0.8;
  max-width: 600px;
  line-height: 1.5em;
  margin: 40px auto 20px auto;
  font-weight: 200;
}

section.time-tracking-more {
  background-color: #6ebd48;
}
section.time-tracking-more block {
  position: relative;
}
section.time-tracking-more block:after {
  content: "";
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-bottom: 22px solid #6ebd48;
  position: absolute;
  left: 50%;
  margin-left: -22px;
  top: -22px;
}
section.time-tracking-more .column {
  float: left;
  width: 50%;
}
section.time-tracking-more .column.left img.screen {
  margin: 30px 0 0 0;
}
section.time-tracking-more .column.right img.screen {
  margin: 30px 0 0 0;
}
section.time-tracking-more .column .ico {
  height: 55px;
  vertical-align: middle;
}
section.time-tracking-more h3, section.time-tracking-more p.desc {
  color: white;
}
section.time-tracking-more h3 {
  margin: 20px 0 30px 0;
  font-size: 32px;
  text-transform: capitalize;
  font-weight: normal;
}
section.time-tracking-more .container {
  max-width: 460px;
  margin: 0 auto;
}

@media only screen and (max-width: 780px) {
  section.time-tracking-more .column {
    width: 100%;
  }
  section.time-tracking-more .column.left {
    margin-bottom: 60px;
  }
}
section.product.action-required block.eliminate .left.mobile {
  display: none;
}
section.product.action-required block.eliminate .left {
  display: block;
}
section.product.action-required block.ar1 {
  text-align: center;
}
section.product.action-required block.ar1 .container {
  max-width: 800px;
  margin: 0 auto;
}
section.product.action-required block.ar1 h1 {
  margin: 20px 0 30px 0;
}
section.product.action-required block.ar1 .timeline {
  margin: 40px 0 0 0;
}
section.product.action-required block.clear, section.product.action-required block.eliminate, section.product.action-required block.accountability {
  padding: 30px 0 30px 0;
}
section.product.action-required block.clear {
  padding: 30px 0 50px 0;
}
section.product.action-required block.accountability {
  padding: 50px 0 30px 0;
}

@media only screen and (max-width: 780px) {
  section.product.action-required block.eliminate .left.mobile {
    display: block;
  }
  section.product.action-required block.eliminate .left {
    display: none;
  }
}
section.product.security block {
  text-align: center;
}
section.product.security ul {
  list-style: none;
  padding: 30px 10px 0 10px;
  text-align: left;
}
section.product.security ul li {
  background-image: url("../img/common/li-arr.png");
  background-size: 17px 7px;
  background-position: 1px 9px;
  background-repeat: no-repeat;
  padding-left: 40px;
  position: relative;
  line-height: 26px;
  margin-bottom: 7px;
  font-weight: 200;
}
section.product.security h1 {
  margin: 0 0 50px 0;
}
section.product.security .column {
  width: 33.3333333333%;
  float: left;
}
section.product.security .column .container {
  max-width: 305px;
  margin: 0 auto;
}
section.product.security .column .container .title {
  font-size: 24px;
  color: white;
  padding: 10px 0 7px 0;
  font-weight: 200;
}
section.product.security .column .container .title.encryption {
  background-color: #00c3e6;
}
section.product.security .column .container .title.access-control {
  background-color: #4170e7;
}
section.product.security .column .container .title.data-centers {
  background-color: #00b46e;
}
section.product.security .column span {
  background-repeat: no-repeat;
  background-size: 100%;
  width: 88px;
  height: 94px;
  margin: 0 auto 47px auto;
  display: block;
}
section.product.security .column span.img-encryption {
  background-image: url("../img/product/security-encryption.png");
}
section.product.security .column span.img-access-control {
  background-image: url("../img/product/security-access-control.png");
}
section.product.security .column span.img-data-centers {
  background-image: url("../img/product/security-data-centers.png");
}

@media only screen and (max-width: 780px) {
  section.product.security block {
    text-align: center;
  }
  section.product.security ul {
    list-style: none;
    padding: 30px 10px 0 10px;
    text-align: left;
  }
  section.product.security ul li {
    background-image: url("../img/common/li-arr.png");
    background-size: 17px 7px;
    background-position: 1px 9px;
    background-repeat: no-repeat;
    padding-left: 40px;
    position: relative;
    line-height: 26px;
    margin-bottom: 7px;
    font-weight: 200;
  }
  section.product.security h1 {
    margin: 0 0 50px 0;
  }
  section.product.security .column {
    width: 100%;
    margin-bottom: 30px;
  }
  section.product.security .column:last-child {
    margin-bottom: 0;
  }
}
section.product.integration {
  background-color: #f9815b;
}
section.product.integration block {
  text-align: center;
  color: white;
}
section.product.integration h1 {
  margin: 30px 0 50px 0;
}
section.product.integration p.desc {
  margin: 50px auto 20px auto;
  max-width: 600px;
}

section.product.more-fetatures block {
  text-align: center;
  display: block;
}
section.product.more-fetatures h1 {
  margin: 30px 0 0 0;
}
section.product.more-fetatures h5 {
  font-size: 22px;
  margin: 20px 0 0 0;
  padding-bottom: 2px;
  font-weight: 200;
}
section.product.more-fetatures .img-figure-book .img-mac-boock {
  background-image: url("../img/product/aple-book.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 900px;
  height: 468px;
  margin: -430px 270px 0px 0px;
  float: right;
}
section.product.more-fetatures .count {
  text-align: center;
}
section.product.more-fetatures .count .items-fetatures {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 0 30px;
}
section.product.more-fetatures .count .items-fetatures .item-fetature {
  width: 25%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 62px;
}
section.product.more-fetatures .count .items-fetatures .item-fetature .count {
  max-width: 275px;
  margin: 0 auto 0 auto;
  padding: 0 15px;
}
section.product.more-fetatures .count .items-fetatures .item-fetature .count span {
  font-size: 28px;
}
section.product.more-fetatures .count .items-fetatures .item-fetature .count span.gd-icon-tasks {
  color: #4e74ee;
}
section.product.more-fetatures .count .items-fetatures .item-fetature .count span.gd-icon-projects {
  color: #f9623e;
}
section.product.more-fetatures .count .items-fetatures .item-fetature .count span.gd-icon-view-tiles {
  color: #49bd4d;
}
section.product.more-fetatures .count .items-fetatures .item-fetature .count span.gd-icon-deadline {
  color: #9376d1;
}
section.product.more-fetatures .count .items-fetatures .item-fetature .count span.gd-icon-status-board {
  color: #25cf75;
}
section.product.more-fetatures .count .items-fetatures .item-fetature .count span.gd-icon-my-work {
  color: #5d4dda;
}
section.product.more-fetatures .count .items-fetatures .item-fetature .count span.gd-icon-calendar {
  color: #df2e47;
}
section.product.more-fetatures .count .items-fetatures .item-fetature .count span.gd-icon-report {
  color: #1fa0ed;
}
section.product.more-fetatures .count .items-fetatures .item-fetature .count span.gd-icon-notification {
  color: #c757b3;
}
section.product.more-fetatures .count .items-fetatures .item-fetature .count span.gd-icon-search {
  color: #25cf75;
}
section.product.more-fetatures .count .items-fetatures .item-fetature .count span.gd-icon-time {
  color: #4e74ee;
}
section.product.more-fetatures .count .items-fetatures .item-fetature .count span.gd-icon-activity {
  color: #f9623e;
}
section.product.more-fetatures .count .items-fetatures .item-fetature .count p {
  font-size: 15px;
  line-height: 24px;
  color: #353535;
  font-weight: normal;
}

@media only screen and (max-width: 780px) {
  section.product.more-fetatures .img-figure-book {
    display: none;
  }
  section.product.more-fetatures .count .items-fetatures {
    padding: 0 0 0 0;
  }
  section.product.more-fetatures .count .items-fetatures .item-fetature {
    width: 50%;
    margin-top: 42px;
  }
  section.product.more-fetatures .count .items-fetatures .item-fetature .count {
    margin: 0 auto 0 auto;
    padding: 0 5px;
  }
}
section.ia-list {
  font-size: 16px;
}
section.ia-list.with-bg block {
  border-bottom: none;
}
section.ia-list.with-bg .left img {
  display: none;
}
section.ia-list block {
  cursor: pointer;
  border-bottom: 1px solid #d6e0e0;
  height: 340px;
  width: 100%;
  display: table;
}
section.ia-list .left {
  display: table-cell;
  width: 42%;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
}
section.ia-list .left img {
  max-width: 420px;
  width: 100%;
}
section.ia-list .right {
  display: table-cell;
  vertical-align: middle;
  width: 58%;
  box-sizing: border-box;
  padding: 0 0 0 40px;
}
section.ia-list h2 {
  font-size: 32px;
  color: #3c3c3c;
  margin: 0 0 16px 0;
}
section.ia-list .tags div {
  display: inline-block;
  height: 28px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  padding: 4px 12px 0 12px;
  margin: 0 12px 0 0;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
section.ia-list .tags div.planning {
  background-color: #5e96f5;
}
section.ia-list .tags div.accountability {
  background-color: #f65e74;
}
section.ia-list .tags div.collaboration {
  background-color: #f8b541;
}
section.ia-list .tags div.productivity {
  background-color: #9ccc65;
}
section.ia-list .tags div.time-management {
  background-color: #7469e8;
}
section.ia-list .tags div.behaviour {
  background-color: #bb68c7;
}
section.ia-list .tags div.organization {
  background-color: #fa764d;
}
section.ia-list .tags div.motivation {
  background-color: #4bc1e3;
}
section.ia-list .tags div.gamification {
  background-color: #fad34d;
}
section.ia-list p {
  margin: 26px 0 16px 0;
  line-height: 1.6em;
}
section.ia-list a.read-more {
  color: #06c026;
  text-decoration: underline;
}

@media only screen and (max-width: 780px) {
  section.ia-list block {
    display: block;
    height: auto;
  }
  section.ia-list block:after {
    content: "";
  }
  section.ia-list block:after:before, section.ia-list block:after:after {
    content: "";
    display: table;
  }
  section.ia-list block:after:after {
    clear: both;
  }
  section.ia-list .left {
    display: block;
    width: 100%;
  }
  section.ia-list .left img {
    max-width: 420px;
    width: 100%;
  }
  section.ia-list .right {
    display: block;
    width: 100%;
    padding: 40px 0 40px 0;
  }
}
section.header.in-action block {
  height: 260px;
  width: 100%;
  display: table;
}
section.header.in-action a.ia-back-list {
  color: #399cf9;
  font-weight: 200;
}
section.header.in-action .left {
  display: table-cell;
  width: 40%;
  vertical-align: middle;
  text-align: center;
}
section.header.in-action .left img {
  max-width: 420px;
  width: 100%;
}
section.header.in-action .right {
  display: table-cell;
  vertical-align: middle;
  width: 60%;
  box-sizing: border-box;
}
section.header.in-action h1 {
  text-align: left;
}

section.ia-block-desc block .column-left {
  float: left;
  width: 40%;
}
section.ia-block-desc block .column-left .count {
  padding: 0 65px 0 0;
  text-align: left;
}
section.ia-block-desc block .column-right {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  font-weight: normal;
  float: left;
  width: 60%;
}
section.ia-block-desc block .column-right li {
  margin: 0 0 4px 0;
}
section.ia-block-desc block .column-right p {
  margin: 20px 0 20px 0;
}
section.ia-block-desc block .column-right p.sub-descr {
  padding-top: 7px;
  font-size: 26px;
}

section.ia-block-hh {
  line-height: 28px;
  margin: 0 0 40px 0;
  background-color: #fafcff;
}
section.ia-block-hh .column-right {
  float: left;
  width: 60%;
}
section.ia-block-hh .column-right .summary {
  position: relative;
  margin: 0 40px 0 80px;
  color: #1672a2;
  font-size: 18px;
  line-height: 28px;
  quotes: "“" "”" "“" "”";
}
section.ia-block-hh .column-right .summary::before {
  content: open-quote;
  font-size: 130px;
  color: #e0e6f0;
  position: absolute;
  top: 27px;
  left: -76px;
}
section.ia-block-hh .column-right .summary::after {
  content: close-quote;
  font-size: 130px;
  color: #e0e6f0;
  position: absolute;
  bottom: -50px;
  right: -30px;
}
section.ia-block-hh .column-left {
  float: left;
  width: 40%;
}
section.ia-block-hh .column-left .count {
  padding: 0 65px 0 0;
  text-align: left;
}

section.in-action-section block {
  padding-top: 40px;
  padding-bottom: 40px;
}
section.in-action-section block.border {
  border-bottom: 1px solid #d6e0e0;
}
section.in-action-section .ia-section-title {
  display: inline-block;
  color: white;
  margin: 26px 0 0 0;
  height: 56px;
  line-height: 1em;
  min-width: 280px;
  font-weight: 200;
  text-align: center;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
section.in-action-section .ia-section-title.how-helps {
  margin: 0 0 0 0;
}
section.in-action-section .ia-section-title.h2 {
  font-size: 32px;
  padding: 14px 22px 0 18px;
}
section.in-action-section .ia-section-title.h3 {
  font-size: 28px;
  padding: 16px 22px 6px 18px;
}
section.in-action-section .ia-section-title.h4 {
  font-size: 24px;
  padding: 22px 16px 0 16px;
}
section.in-action-section .ia-section-title.h2.red, section.in-action-section .ia-section-title.h3.red, section.in-action-section .ia-section-title.h4.red {
  background-color: #f74e67;
}
section.in-action-section .ia-section-title.h2.purple, section.in-action-section .ia-section-title.h3.purple, section.in-action-section .ia-section-title.h4.purple {
  background-color: #7253e2;
}
section.in-action-section .ia-section-title.h2.yellow, section.in-action-section .ia-section-title.h3.yellow, section.in-action-section .ia-section-title.h4.yellow {
  background-color: #ffc257;
}
section.in-action-section .ia-section-title.h2.blue, section.in-action-section .ia-section-title.h3.blue {
  background-color: #32b0e5;
}

section.ia-separator block {
  border-bottom: 1px solid #d6e0e0;
}

section.ia-block block {
  overflow: hidden;
}
section.ia-block block .column-left {
  display: table-cell;
  vertical-align: top;
  padding: 50px 0 0 0;
  width: 40%;
}
section.ia-block block .column-left .count {
  padding: 0 40px 0 0;
}
section.ia-block block .column-left h2 {
  margin: 18px 0;
}
section.ia-block block .column-left p {
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
}
section.ia-block block .column-right {
  width: 60%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
section.ia-block block .column-right .hh-img {
  width: 100%;
  max-width: 682px;
}
section.ia-block block .column-right .ia-screen {
  background-size: 100%;
  margin: 0 auto 0 auto;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 780px) {
  section.header.in-action block {
    height: 260px;
    width: 100%;
    display: table;
  }
  section.header.in-action .left {
    display: none;
  }
  section.header.in-action .right {
    text-align: center;
    width: 100%;
  }
  section.header.in-action .right h1 {
    text-align: center;
  }

  section.ia-block-desc block .column-left {
    width: 100%;
  }
  section.ia-block-desc block .column-right {
    width: 100%;
  }

  section.ia-block-hh .column-right {
    width: 100%;
  }
  section.ia-block-hh .column-left {
    width: 100%;
  }
  section.ia-block-hh .column-left .count {
    margin-bottom: 40px;
  }

  section.ia-block block .column-left {
    display: block;
    width: 100%;
    padding: 0 0 0 0;
  }
  section.ia-block block .column-right {
    width: 100%;
    display: block;
  }

  section.in-action-section block {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
section.news-list {
  font-size: 16px;
}
section.news-list block {
  border-bottom: 1px solid #d6e0e0;
  width: 100%;
  display: table;
}
section.news-list .left {
  display: table-cell;
  width: 55%;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  padding: 50px 0 50px 0;
}
section.news-list .right {
  display: table-cell;
  vertical-align: middle;
  width: 45%;
  box-sizing: border-box;
  padding: 0 0 0 40px;
}
section.news-list ul {
  list-style: none;
  padding: 0 0 0 0;
}
section.news-list ul li:before {
  content: "-";
  text-indent: -5px;
  position: absolute;
  top: 0;
  left: 0;
}
section.news-list ul li {
  position: relative;
  line-height: 26px;
  padding: 0 0 5px 10px;
}
section.news-list h2 {
  font-size: 32px;
  color: #3c3c3c;
  margin: 0 0 16px 0;
}
section.news-list .tags div {
  display: inline-block;
  height: 28px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  padding: 4px 12px 0 12px;
  margin: 0 12px 0 0;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
section.news-list p {
  margin: 26px 0 16px 0;
  line-height: 1.6em;
}
section.news-list a.read-more {
  color: #06c026;
  text-decoration: underline;
}
section.news-list a.read-more.list {
  display: block;
  margin: 10px 0 0 10px;
}

@media only screen and (max-width: 780px) {
  section.news-list block {
    display: block;
    height: auto;
  }
  section.news-list block:after {
    content: "";
  }
  section.news-list block:after:before, section.news-list block:after:after {
    content: "";
    display: table;
  }
  section.news-list block:after:after {
    clear: both;
  }
  section.news-list .left {
    display: block;
    width: 100%;
    padding: 50px 0 0 0;
  }
  section.news-list .right {
    display: block;
    width: 100%;
    padding: 40px 0 40px 0;
  }
}
section.news-block.last block {
  border-bottom: none;
}
section.news-block block {
  padding: 50px 0 50px;
  text-align: center;
  border-bottom: 1px solid #d6e0e0;
}
section.news-block block h2 {
  margin: 0 0 40px 0;
}
section.news-block block .desc {
  line-height: 1.5em;
  font-size: 18px;
  font-weight: 200;
  max-width: 800px;
  margin: 0 auto 40px auto;
}
section.news-block block ul.more {
  line-height: 1.5em;
  font-size: 16px;
  font-weight: 200;
  max-width: 600px;
  margin: 0 auto 40px auto;
  padding: 0;
}
section.news-block block ul.more li {
  list-style: none;
  text-align: left;
  padding: 0 0 0 28px;
  position: relative;
  margin: 0 0 10px 0;
}
section.news-block block ul.more li .gd-icon-add {
  position: absolute;
  top: 0;
  left: 0;
  color: #cacaca;
  font-size: 12px;
  margin: 0 10px 0 0;
}
section.news-block block .snapshot.uni {
  max-width: 1200px;
}
section.news-block block .snapshot.web {
  display: inline-block;
  max-width: 1200px;
}
section.news-block block .snapshot.mobile {
  display: none;
  max-width: 768px;
}

.news-wrap .header {
  margin-top: -80px;
  padding-top: 50px;
  background: #815BDC url("/site/assets/img/news/bg1.png") no-repeat center 80px;
  background-size: 1920px auto;
}
.news-wrap .header h1 {
  color: #ffffff;
}
.news-wrap .header p {
  font-weight: 600;
  font-size: 19px;
  line-height: 23px;
  text-align: center;
  letter-spacing: -0.018437px;
  color: #FFFFFF;
  opacity: 0.9;
}
.news-wrap .header .templatesmainimg img {
  width: 480px;
}
.news-wrap .news-units {
  padding: 65px 0;
}
.news-wrap .news-units .news-units-block {
  padding: 0 100px;
}
.news-wrap .news-units .news-units-block .news-unit-el {
  padding-left: 44px;
  padding-bottom: 40px;
  position: relative;
}
.news-wrap .news-units .news-units-block .news-unit-el .release-link a {
  color: #0366d6;
  font-size: 16px;
}
.news-wrap .news-units .news-units-block .news-unit-el:after {
  position: absolute;
  content: "";
  z-index: 2;
  width: 12px;
  height: 12px;
  left: -7px;
  top: 5px;
  border-radius: 50%;
  background: #ffffff;
  border: 3px solid #CBD2DC;
}
.news-wrap .news-units .news-units-block .news-unit-el:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 5px;
  bottom: -5px;
  width: 3px;
  background: #CBD2DC;
}
.news-wrap .news-units .news-units-block .news-unit-el:last-child:before {
  display: none;
}
.news-wrap .news-units .news-units-block .news-unit-el:first-child:after {
  border: 3px solid #815BDC;
  background: #815BDC;
  width: 12px;
  height: 12px;
}
.news-wrap .news-units .news-units-block .news-unit-el .title {
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  margin: 0;
  color: #303740;
}
.news-wrap .news-units .news-units-block .news-unit-el .date {
  font-size: 13px;
  line-height: 24px;
  color: #7F90A9;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
}
.news-wrap .news-units .news-units-block .news-unit-el .text {
  font-size: 17px;
  line-height: 24px;
  color: #303740;
}

@media only screen and (max-width: 768px) {
  section.news-block block .snapshot.web {
    display: none;
  }
  section.news-block block .snapshot.mobile {
    display: inline-block;
  }

  .news-wrap .news-units .news-units-block {
    padding: 0;
  }
}
section.release-navigation {
  background: white;
  padding: 25px 0 35px 0;
}
section.release-navigation .back-link, section.release-navigation .slash, section.release-navigation .version {
  display: inline-block;
  font-size: 15px;
}
section.release-navigation .back-link a {
  color: #0366d6;
}
section.release-navigation .slash {
  margin: 0 10px;
}

section.release-header {
  background: white;
}
section.release-header block {
  max-width: 860px;
  padding-bottom: 30px;
}
section.release-header h1 {
  font-weight: 700;
  line-height: 40px;
  font-size: 30px;
}
section.release-header .date {
  font-size: 15px;
  margin: 0 0 0 0;
  color: #7c8b9b;
}

section.release-feature {
  background: white;
}
section.release-feature block {
  max-width: 860px;
  padding: 0 0 30px 0;
  font-size: 16px;
}
section.release-feature p {
  line-height: 1.5em;
}
section.release-feature li {
  line-height: 1.5em;
  font-size: 16px;
}
section.release-feature h3 {
  font-weight: 700;
  line-height: 34px;
  font-size: 22px;
}
section.release-feature .img-centered {
  width: 100%;
  text-align: center;
}
section.release-feature .badge {
  color: white;
  font-size: 14px;
  border-radius: 20px;
  padding: 0 15px 0 15px;
  line-height: 25px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin: 0 0 0 5px;
}
section.release-feature .badge.new {
  background: #06c026;
}
section.release-feature .badge.improvements {
  background: #399cf9;
}
section.release-feature .badge.beta {
  background: #fb7f2e;
}

section.support block {
  padding: 60px 0 60px 0;
}
section.support .container {
  width: 100%;
  max-width: 1000px;
  display: table;
  margin: 0 auto;
}
section.support .left, section.support .right {
  display: table-cell;
  text-align: center;
  vertical-align: top;
}
section.support .left {
  width: 50%;
}
section.support .right {
  width: 50%;
}
section.support .right h2 {
  display: none;
}
section.support h2 {
  padding: 10px 25px;
  color: white;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  display: inline-block;
  font-weight: 200;
  background-color: #5e96f5;
  font-size: 26px;
}
section.support .gd-icon-arrow-long-right {
  display: inline-block;
  color: #5e96f5;
  margin: 0 0 0 20px;
  font-size: 20px;
}
section.support .l2, section.support .l3 {
  font-size: 18px;
  opacity: 0.8;
  padding: 0 40px 0 0;
}
section.support .l2 {
  margin: 30px 0 30px 0;
}
section.support .l3 a {
  color: #399cf9;
  font-size: 22px;
  text-decoration: underline;
}
section.support form input {
  border: 1px solid #d6e0e0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  margin: 0 0 15px 0;
  height: 50px;
  padding: 0 10px 0 10px;
  font-size: 16px;
  width: 100%;
}
section.support form button {
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}
section.support form textarea {
  border: 1px solid #d6e0e0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: transparent;
  width: 100%;
  box-sizing: border-box;
  height: 140px;
  margin: 10px 0 20px 0;
  font-size: 16px;
  color: #2d3b43;
  padding: 10px 10px 10px 10px;
}
section.support .form-errors {
  color: red;
  margin: 0 0 20px 0;
}
section.support .form-errors.hidden {
  display: none;
}
section.support .form-errors .errors {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 10px 10px 10px;
}
section.support .confirmation {
  margin: 0 0 20px 0;
  background-color: #06c026;
  color: white;
}
section.support .confirmation.hidden {
  display: none;
}
section.support .confirmation div {
  padding: 10px 10px 10px 10px;
}

@media only screen and (max-width: 870px) {
  section.support .container {
    display: block;
  }
  section.support .left, section.support .right {
    display: block;
    height: auto;
  }
  section.support .left {
    display: none;
    width: 100%;
    padding: 40px;
  }
  section.support .right {
    width: 100%;
    padding: 0 40px 40px 40px;
  }
  section.support .right h2 {
    display: inline-block;
    margin: 0 0 40px 0;
  }
}
section.contact block {
  border-bottom: 1px solid #d6e0e0;
}
section.contact block.no-border {
  border-bottom: none;
}
section.contact .container {
  width: 100%;
  max-width: 1000px;
  display: table;
  margin: 0 auto;
}
section.contact .left, section.contact .right {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 200px;
}
section.contact .left {
  width: 40%;
}
section.contact .right {
  width: 60%;
}
section.contact .right .comment {
  font-size: 16px;
  margin: 0 0 20px 0;
  opacity: 0.8;
}
section.contact .right .email a {
  font-size: 22px;
  color: #06c026;
  text-decoration: underline;
}
section.contact .right.mailing {
  font-size: 18px;
}
section.contact .right.mailing img {
  vertical-align: middle;
  margin: -4px 8px 0 0;
}
section.contact h2 {
  padding: 10px 25px;
  color: white;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  display: inline-block;
  font-weight: 200;
}
section.contact h2.sales {
  background-color: #f15770;
}
section.contact h2.general {
  background-color: #5e96f5;
}
section.contact h2.mailing {
  background-color: #7965df;
}

@media only screen and (max-width: 780px) {
  section.contact .container {
    display: block;
  }
  section.contact .left, section.contact .right {
    display: block;
    height: auto;
  }
  section.contact .left {
    width: 100%;
    padding: 40px;
  }
  section.contact .right {
    width: 100%;
    padding: 0 40px 40px 40px;
  }
}
.request-demo section.header block h1 {
  font-size: 32px;
}
.request-demo .form-errors {
  color: red;
  margin: 0 0 20px 0;
  text-align: center;
}
.request-demo .form-errors.hidden {
  display: none;
}
.request-demo .form-errors .errors {
  /*background-color: rgba(255,255,255,0.8);*/
  padding: 10px 10px 10px 10px;
  display: inline-block;
}
.request-demo .confirmation {
  margin: 20px auto 40px auto;
  text-align: center;
}
.request-demo .confirmation.hidden {
  display: none;
}
.request-demo .confirmation div {
  background-color: #06c026;
  color: white;
  font-size: 16px;
  display: inline-block;
  padding: 20px 20px 20px 20px;
}

section.tos .container {
  max-width: 800px;
  margin: 50px auto 50px auto;
  font-size: 16px;
  line-height: 1.4em;
}
section.tos .container h2 {
  margin: 1em 0;
  font-size: 26px;
}

section.header.slack .l2 {
  margin: 15px auto 0 auto;
  max-width: 680px;
  color: #646669;
}
section.header.slack .slack-logo {
  width: 53.5px;
  margin: 0 auto 34px auto;
}
section.header.slack .container {
  padding-top: 0;
}

section.slack block {
  padding: 50px 0 50px 0;
  display: table;
  width: 100%;
}
section.slack .left {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
section.slack .right {
  display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: middle;
}
section.slack .desc {
  line-height: 1.5em;
  font-size: 17px;
}
section.slack .get-started {
  width: 305px;
  margin: 0 auto;
  font-size: 15px;
}
section.slack .get-started .submit {
  width: 140px;
  height: 36px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  display: inline-block;
  text-align: center;
  padding: 10px;
  background-color: #399cf9;
  color: white;
  margin: 0 0 0 15px;
}

@media only screen and (max-width: 780px) {
  section.slack block {
    display: block;
  }
  section.slack .left {
    width: 100%;
    display: block;
  }
  section.slack .right {
    display: block;
    width: 100%;
  }
}
section.row-create {
  overflow: hidden;
  background-color: #FFFFFF;
  border-top: 1px solid #E8E8E8;
}
section.row-create .right .container {
  margin-left: 20px;
  max-width: 430px;
}
section.row-create .right .container h2 {
  text-align: left;
}
section.row-create .right .container .desc {
  text-align: left;
}

@media only screen and (max-width: 780px) {
  section.row-create .left .container {
    max-width: 100%;
  }
  section.row-create .right {
    margin-left: 0;
    margin-top: 20px;
  }
  section.row-create .right .container {
    max-width: 100%;
  }
  section.row-create .right .container h2 {
    text-align: center;
  }
  section.row-create .right .container .desc {
    text-align: center;
  }
}
section.insights-1 {
  background-color: #7368c7;
}
section.insights-1 block {
  padding: 0;
}
section.insights-1 .left {
  color: white;
}
section.insights-1 .left .container {
  width: 460px;
  margin: 0 auto;
}
section.insights-1 .left .container h2 {
  text-align: left;
  max-width: 360px;
}
section.insights-1 .left .container .desc {
  text-align: left;
  max-width: 400px;
}
section.insights-1 .right {
  text-align: left;
}
section.insights-1 .right img {
  margin: -31px 0 -3px 0;
}

@media only screen and (max-width: 780px) {
  section.insights-1 block {
    padding: 50px 0;
  }
  section.insights-1 .left .container {
    width: auto;
    max-width: 100%;
  }
  section.insights-1 .left .container h2 {
    text-align: center;
    max-width: 100%;
  }
  section.insights-1 .left .container .desc {
    text-align: center;
    max-width: 100%;
  }
  section.insights-1 .right {
    text-align: center;
  }
  section.insights-1 .right img {
    margin: 0;
  }
}
section.insights-2 {
  background-color: #FFFFFF;
}
section.insights-2 .gd-icon-notification {
  font-size: 30px;
  color: #979797;
}
section.insights-2 block {
  text-align: center;
}
section.insights-2 block .container {
  max-width: 673px;
  margin: 0 auto;
}
section.insights-2 block h2 {
  margin: 10px 0 30px 0;
}

section.integrate {
  color: white;
  background-color: #54a6f9;
}
section.integrate block {
  padding-bottom: 0;
  text-align: center;
}
section.integrate block:nth-child(n+3) {
  padding-bottom: 50px;
}
section.integrate block p {
  max-width: 250px;
  margin: 10px auto 0 auto;
  font-size: 15px;
  line-height: 1.4em;
}
section.integrate block.border {
  border-bottom: 1px solid #68b0f9;
}
section.integrate .left {
  padding-left: calc(50% - 363px);
}
section.integrate .right {
  padding-right: calc(50% - 363px);
}
section.integrate p.learn {
  max-width: 100%;
  font-size: 18px;
  margin: 0;
}
section.integrate p.learn a {
  color: white;
  text-decoration: underline;
}

@media only screen and (max-width: 780px) {
  section.integrate .left {
    padding: 0;
  }
  section.integrate .right {
    margin-top: 30px;
    padding: 0;
  }
}
.lp1 .managment .tabsbody .slick-dots {
  padding-left: 0;
}
.lp1 section.product block {
  padding: 90px 0;
  display: block;
}
.lp1 .integrations-img {
  background: #815BDC;
  text-align: center;
}
.lp1 .integrations-img img {
  max-width: 1400px;
}
.lp1 img {
  max-width: 100%;
}
.lp1 .header {
  /* background: url('/site/assets/img/lp1/lp1-bg-header.png') no-repeat center center;*/
  /* background-size: 1920px auto;*/
}
.lp1 .header .lp1-headerimgs {
  position: relative;
  bottom: -4px;
  text-align: center;
}
.lp1 .header .lp1-headerimgs div {
  height: 30px;
  display: table;
  margin: 0 auto 10px;
  width: 490px;
}
.lp1 .header .lp1-headerimgs div span {
  display: table-cell;
  height: 30px;
  line-height: 35px;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 24px;
  font-size: 15px;
  color: #2A3038;
  opacity: 0.9;
}
.lp1 .header .lp1-headerimgs div span i {
  font-weight: 700;
  line-height: 24px;
  font-size: 15px;
  text-transform: uppercase;
  color: #303740;
  font-style: normal;
  text-decoration: underline;
}
.lp1 .header .lp1-headerimgs div img {
  height: 24px;
  display: block;
}
.lp1 .header .container {
  padding-bottom: 0;
}
.lp1 .header h1 {
  font-family: Proxima Nova;
  font-style: normal;
  text-align: center;
  color: #383a3b;
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
  text-transform: none;
}
.lp1 .header h1 span {
  color: #06C025;
}
.lp1 .header form {
  max-width: 520px;
  margin: 60px auto 60px;
  height: 40px;
}
.lp1 .header form input {
  width: 360px;
  height: 40px;
  line-height: 26px;
  margin-right: 17px;
  float: left;
  display: block;
  padding: 0 20px;
  font-size: 16px;
  color: #525F6E;
  background: #FFFFFF;
  border: 1px solid #D5D9DE;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.lp1 .header form button {
  height: 40px;
  float: left;
  width: 143px;
  font-weight: 600;
  line-height: 40px;
  font-size: 15px;
  padding-top: 0;
  border-radius: 4px;
}
.lp1 .partners {
  padding: 46px 0;
  text-align: center;
  border-top: 1px solid #D5D9DE;
  -webkit-box-shadow: 0px -16px 59px rgba(82, 95, 110, 0.107763);
  box-shadow: 0px -16px 59px rgba(82, 95, 110, 0.107763);
  background: #F7F8F9;
}
.lp1 .product .left, .lp1 .product .right {
  display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: top;
}
.lp1 .managment.product block {
  padding-bottom: 60px;
}
.lp1 .managment {
  color: #ffffff;
  background: #7962be;
}
.lp1 .managment h2 {
  font-weight: 700;
  line-height: 46px;
  font-size: 38px;
  text-align: left;
  padding-right: 35px;
}
.lp1 .managment h3 {
  font-weight: 700;
  line-height: 29px;
  font-size: 24px;
  padding-left: 90px;
  padding-bottom: 15px;
}
.lp1 .managment .slick-slide p {
  padding-left: 90px;
  line-height: 27px;
  font-size: 15px;
}
.lp1 .managment .slick-slide p.link {
  margin-top: 60px;
}
.lp1 .managment .slick-slide p.link span {
  color: #ffffff;
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 13px;
  font-size: 12px;
  margin-right: 18px;
  position: relative;
  display: inline-block;
}
.lp1 .managment .slick-slide p.link span:before {
  position: absolute;
  z-index: 1;
  content: "";
  width: 20px;
  height: 20px;
  left: 50%;
  top: -29px;
  margin-left: -10px;
}
.lp1 .managment .slick-slide p.link span:nth-child(1):before {
  background: url("/site/assets/img/lp1/lp1l1.png") no-repeat center center;
  background-size: 20px auto;
}
.lp1 .managment .slick-slide p.link span:nth-child(2):before {
  background: url("/site/assets/img/lp1/lp1l2.png") no-repeat center center;
  background-size: 20px auto;
}
.lp1 .managment .slick-slide p.link span:nth-child(3):before {
  background: url("/site/assets/img/lp1/lp1l3.png") no-repeat center center;
  background-size: 20px auto;
}
.lp1 .managment .slick-slide p.link span:nth-child(4):before {
  background: url("/site/assets/img/lp1/lp1l4.png") no-repeat center center;
  background-size: 20px auto;
}
.lp1 .managment .slick-slide p.link span:last-child {
  margin-right: 0px;
}
.lp1 .managment .slick-slide button {
  width: 143px;
  height: 40px;
  font-weight: 600;
  line-height: 40px;
  font-size: 15px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  margin-left: 90px;
  border: none;
  color: #ffffff;
  margin-top: 15px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.lp1 .managment .slick-slide button:hover {
  background: #2879c4;
}
.lp1 .managment .slick-slide img {
  width: 100%;
}
.lp1 .managment p {
  line-height: 27px;
  font-size: 17px;
  padding-left: 35px;
  text-align: left;
  margin: 0;
}
.lp1 .managment .tabshead {
  margin-top: 18px;
  border-bottom: 2px solid rgba(216, 216, 216, 0.1);
}
.lp1 .managment .tabshead .slider-nav {
  padding: 0 0px;
  margin: 0 -50px;
}
.lp1 .managment .tabshead .slider-nav .slick-slide {
  height: 78px;
}
.lp1 .managment .tabshead div.slick-slide {
  text-align: center;
  padding: 22px 0;
  font-weight: 600;
  line-height: 18px;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  opacity: 0.9;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}
.lp1 .managment .tabshead div.slick-slide.slick-center:before, .lp1 .managment .tabshead div.slick-slide:hover:before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 2px;
  left: 0;
  background: #ffffff;
}
.lp1 .managment .tabsbody {
  margin-top: 70px;
}
.lp1 .managment .tabsbody .tabcon {
  padding: 0 50px;
  margin: 0 -50px;
  height: 0px;
  overflow: hidden;
}
.lp1 .managment .tabsbody .tabcon.active {
  height: auto;
}
.lp1 .managment .tabsbody .slick-dots {
  width: 100%;
  text-align: center;
  margin-top: 0px;
}
.lp1 .managment .tabsbody .slick-dots li {
  display: inline-block;
  list-style: none;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #D8D8D8;
  opacity: 0.2;
  margin: 0 7px;
  cursor: pointer;
  overflow: hidden;
}
.lp1 .managment .tabsbody .slick-dots li.slick-active {
  opacity: 1;
}
.lp1 .managment .tabsbody .slick-dots li button {
  background: transparent;
  opacity: 0;
  cursor: pointer;
}
.lp1 .templates {
  color: #2A3038;
  background: #ffffff;
}
.lp1 .templates.product block {
  padding-bottom: 70px;
}
.lp1 .templates h2 {
  text-align: left;
  font-weight: 700;
  line-height: 46px;
  font-size: 38px;
  padding-right: 35px;
}
.lp1 .templates .col3 p {
  margin: 20px 0 30px;
  line-height: 28px;
  font-size: 17px;
}
.lp1 .templates .col3 ul {
  list-style: none;
  padding-left: 0;
}
.lp1 .templates .col3 ul li {
  padding: 7px 0 7px 29px;
  font-size: 15px;
  position: relative;
}
.lp1 .templates .col3 ul li .gd-icon-ok {
  position: absolute;
  left: 0;
  width: 14px;
  height: 14px;
  background: #979797;
  border-radius: 50%;
  font-size: 8px;
  color: #ffffff;
  line-height: 14px;
  text-align: center;
}
.lp1 .templates .col3 ul li .gd-icon-ok:before {
  line-height: 15px;
}
.lp1 .templates .col9 {
  padding-left: 70px;
  width: 60%;
}
.lp1 .templates .service-unit-wr {
  display: inline-block;
  width: 32%;
  vertical-align: top;
  position: relative;
  padding: 0 10px;
  margin-bottom: 35px;
}
.lp1 .templates .service-unit-wr .service-unit {
  position: relative;
  background: #F7F8F9;
}
.lp1 .templates .service-unit-wr .service-unit:before {
  content: "";
  position: absolute;
  right: 5px;
  z-index: 91;
  top: 5px;
  border-radius: 4px;
  width: 26px;
  height: 26px;
  background-size: 14px auto !important;
}
.lp1 .templates .service-unit-wr .service-unit.colorbef1:before {
  background: #399CF9 url("/site/assets/img/lp1/su1.png") no-repeat center center;
  background-size: 14px auto !important;
}
.lp1 .templates .service-unit-wr .service-unit.colorbef2:before {
  background: #3CBAB2 url("/site/assets/img/lp1/su2.png") no-repeat center center;
  background-size: 10px auto !important;
}
.lp1 .templates .service-unit-wr .service-unit.colorbef3:before {
  background: #C37DC9 url("/site/assets/img/lp1/su2.png") no-repeat center center;
  background-size: 10px auto !important;
}
.lp1 .templates .service-unit-wr .service-unit.colorbef4:before {
  background: #F28463 url("/site/assets/img/lp1/su4.png") no-repeat center center;
}
.lp1 .templates .service-unit-wr .service-unit.colorbef5:before {
  background: #F2B64E url("/site/assets/img/lp1/su5.png") no-repeat center center;
}
.lp1 .templates .service-unit-wr img {
  width: 100%;
  background: url(Image.png);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
}
.lp1 .templates .service-unit-wr p {
  position: relative;
  z-index: 1;
  padding: 12px 17px;
  margin: 0;
  margin-top: -15px;
  background: #F7F8F9;
  border: 1px solid #D5D9DE;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0px 0px 6px 6px;
  font-weight: 700;
  line-height: 1;
  font-size: 15px;
}
.lp1 .templates .service-unit-wr .inwor {
  font-size: 14px;
  padding: 20px 25px;
  line-height: 22px;
  font-style: italic;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #D5D9DE;
  border-radius: 8px;
  text-align: center;
}
.lp1 .templates .service-unit-wr .inwor img {
  width: 20px;
  display: block;
  margin: 10px auto 15px;
}
.lp1 .templates .service-unit-wr .service-unit-hover {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))), #399CF9;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), #399CF9;
  border: 1px solid #399CF9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  z-index: 2;
  opacity: 0;
}
.lp1 .templates .service-unit-wr .service-unit-hover:hover {
  opacity: 1;
}
.lp1 .templates .service-unit-wr .service-unit-hover span {
  color: #ffffff;
  font-size: 14px;
  padding: 20px;
  font-style: italic;
  font-size: 14px;
  padding: 20px 25px;
  line-height: 22px;
  display: block;
  text-align: center;
}
.lp1 .templates .service-unit-wr .service-unit-hover button {
  position: absolute;
  bottom: 23px;
  width: 130px;
  left: 50%;
  margin-left: -65px;
  background: transparent;
  font-weight: 600;
  line-height: 38px;
  font-size: 15px;
  color: #FFFFFF;
  height: 40px;
  border: 1px solid #D5D9DE;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.lp1 .templates .service-unit-wr .service-unit-hover button:hover {
  cursor: pointer;
  opacity: 0.9;
}
.lp1 .views {
  color: #303740;
  background: #F0F2F5;
}
.lp1 .views .task-listop {
  display: none;
}
.lp1 .views .task-listop.active {
  display: block;
}
.lp1 .views h2 {
  font-weight: 700;
  line-height: 46px;
  font-size: 38px;
}
.lp1 .views .col9 {
  padding-left: 70px;
  width: 60%;
}
.lp1 .views .views-task {
  display: none;
}
.lp1 .views .table {
  width: 100%;
  display: table;
  margin-top: 55px;
}
.lp1 .views .table .col8 img {
  width: 100%;
}
.lp1 .views .task-list ul {
  list-style: none;
  padding-left: 70px;
  padding-top: 22px;
}
.lp1 .views .task-list ul li {
  display: block;
  clear: both;
  margin-bottom: 4px;
}
.lp1 .views .task-list ul li a {
  display: block;
  height: 52px;
  padding-top: 7px;
  line-height: 40px;
  font-size: 17px;
  color: #303740;
}
.lp1 .views .task-list ul li a span {
  display: inline-block;
  float: left;
  width: 52px;
  text-align: center;
}
.lp1 .views .task-list ul li a span img {
  width: 36px;
}
.lp1 .views .task-list ul li a:hover, .lp1 .views .task-list ul li a.active {
  font-weight: 700;
  background: #ffffff;
}
.lp1 .work {
  background: #28363D;
  color: #ffffff;
  text-align: center;
}
.lp1 .work.product block {
  padding-bottom: 10px;
}
.lp1 .work h2, .lp1 .work .titwrap p {
  text-align: left;
}
.lp1 .work .work-units {
  padding-top: 40px;
  margin: 0 -40px;
}
.lp1 .work .workun {
  text-align: center;
  display: inline-block;
  width: 32%;
  padding: 0 40px;
  margin-bottom: 90px;
}
.lp1 .work .workun img {
  height: 43px;
}
.lp1 .work .workun h5 {
  margin: 35px 0 13px;
  font-weight: 700;
  line-height: 24px;
  font-size: 20px;
  text-align: center;
  letter-spacing: -0.0194074px;
}
.lp1 .work .workun p {
  line-height: 24px;
  font-size: 15px;
  opacity: 0.7;
  margin: 0 0 35px;
}
.lp1 .work .workun a {
  width: 145px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-decoration: none !important;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0.55;
  border-radius: 4px;
  margin: 0 auto;
  font-weight: 600;
  font-size: 15px;
  color: #FFFFFF;
}
.lp1 .platform {
  color: #303740;
  background: #fafbfc url("/site/assets/img/lp1/lp1-bg-plat.png") no-repeat center center;
  background-size: 100% auto;
}
.lp1 .platform block {
  padding: 65px 0 95px;
}
.lp1 .platform block h3 {
  line-height: 28px;
  font-size: 17px;
  text-align: center;
  font-weight: 700;
  line-height: 37px;
  font-size: 30px;
}
.lp1 .platform .platform-title {
  line-height: 28px;
  font-size: 17px;
  text-align: center;
  margin: 10px auto 40px auto;
  max-width: 800px;
}
.lp1 .platform .platformimg {
  padding: 0 120px 55px;
}
.lp1 .platform .platformimg img {
  width: 100%;
}
.lp1 .platform .platformbtn {
  text-align: center;
  width: 100%;
}
.lp1 .platform .platformbtn button {
  width: 140px;
  margin: 0 7px;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  background: #4E5561;
  border-radius: 4px;
  height: 42px;
  text-align: left;
  color: #ffffff;
  float: left;
}
.lp1 .platform .platformbtn button.platformbtn1 {
  background: #4E5561 url("/site/assets/img/lp1/btn1.svg") no-repeat 9px center;
}
.lp1 .platform .platformbtn button.platformbtn2 {
  background: #4E5561 url("/site/assets/img/lp1/btn2.svg") no-repeat 9px center;
}
.lp1 .platform .platformbtn button.platformbtn3 {
  background: #4E5561 url("/site/assets/img/lp1/btn3.svg") no-repeat 9px center;
}
.lp1 .platform .platformbtn button.platformbtn4 {
  background: #4E5561 url("/site/assets/img/lp1/btn4.svg") no-repeat 9px center;
}
.lp1 .platform .platformbtn button.platformbtn5 {
  background: #4E5561 url("/site/assets/img/lp1/btn5.svg") no-repeat 9px center;
}
.lp1 .platform .platformbtn button.platformbtn6 {
  background: #4E5561 url("/site/assets/img/lp1/btn6.svg") no-repeat 9px center;
}
.lp1 .platform .platformbtn button.platformbtn7 {
  background: #4E5561 url("/site/assets/img/lp1/btn7.svg") no-repeat 9px center;
}
.lp1 .platform .platformbtn button span {
  display: block;
  padding: 0 9px 0 40px;
  font-size: 12px;
}
.lp1 .platform .platformbtn button span i {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
}
.lp1 .platform .platformbtn button img {
  width: 100px;
  margin-left: 0px;
  height: auto !important;
}
.lp1 .platform .platformbtn button:hover {
  opacity: 0.8;
}
.lp1 .integrations {
  color: #FFFFFF;
  position: relative;
  margin-bottom: 8px;
}
.lp1 .integrations .integrationswr {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 50%;
  margin-top: -57px;
  text-align: center;
}
.lp1 .integrations h3 {
  text-align: center;
  margin-bottom: 12px;
  font-weight: 700;
  line-height: 41px;
  font-size: 34px;
}
.lp1 .integrations p {
  line-height: 28px;
  font-size: 17px;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
}
.lp1 .plans {
  background: #7963C2;
  padding-bottom: 65px;
}
.lp1 .plans h2 {
  font-weight: 700;
  text-align: center;
  line-height: 39px;
  font-size: 32px;
  color: #FFFFFF;
  padding: 70px 0 65px;
}
.lp1 .plans .planunits {
  margin-bottom: 40px;
}
.lp1 .plans .planunwr {
  padding-left: 1px;
  padding-right: 1px;
  vertical-align: middle;
  margin-top: 25px;
}
.lp1 .plans .planunwr.planunwrst {
  margin-top: 0;
}
.lp1 .plans .planun {
  background: #FDFEFE;
}
.lp1 .plans .planun .planun-title {
  font-weight: 700;
  text-align: center;
  line-height: 29px;
  font-size: 24px;
  color: #303740;
  padding: 60px 0 27px;
  margin: 0;
}
.lp1 .plans .planun .planun-title span {
  display: block;
  font-weight: 400;
  line-height: 21px;
  font-size: 17px;
  margin-top: 5px;
  color: #525F6E;
}
.lp1 .plans .planun .planun-text {
  line-height: 24px;
  font-size: 17px;
  text-align: center;
  color: #303740;
  padding: 0 40px 30px;
  margin: 0;
}
.lp1 .plans .planun .planun-info {
  font-weight: 700;
  margin-bottom: 43px;
  line-height: 24px;
  font-size: 20px;
  color: #303740;
  margin-top: 0;
  text-align: center;
}
.lp1 .plans .planun .planun-info.green {
  color: #05C027;
}
.lp1 .plans .planun .planun-info span {
  font-weight: bold;
  line-height: 39px;
  font-size: 32px;
  margin-right: 8px;
  color: #303740;
}
.lp1 .plans .planun ul {
  list-style: none;
  padding: 33px 40px 15px;
  background: #F3F4F5;
}
.lp1 .plans .planun ul li {
  font-weight: 400;
  line-height: 20px;
  font-size: 15px;
  margin-bottom: 8px;
  padding-left: 26px;
  background: url("/site/assets/img/lp1/lp1-li2.png") no-repeat left center;
  background-size: 13px auto;
}
.lp1 .plans .planun ul li b {
  font-weight: 700;
}
.lp1 .plans .planun button {
  line-height: 40px;
  height: 40px;
  border: none;
  margin: 0 auto 20px;
  display: block;
  padding: 0 32px;
  font-weight: 600;
  line-height: 18px;
  font-size: 15px;
  color: #FFFFFF;
  border-radius: 4px;
}
.lp1 .plans .planun button.blue {
  background: #399CF9;
}
.lp1 .plans .planun button.green {
  background: #05C027;
}
.lp1 .plans .planun button.grey {
  background: #5B7787;
}
.lp1 .plans .planun .bg-grey {
  background: #F3F4F5;
}
.lp1 .plans .planun .linker {
  text-align: center;
  padding-bottom: 35px;
}
.lp1 .plans .planun .linker a {
  display: inline-block;
  line-height: 14px;
  font-size: 15px;
  text-align: center;
  color: #303740;
  border-bottom: 1px dashed #303740;
}
.lp1 .plans .plansbot {
  text-align: center;
}
.lp1 .plans .plansbot a {
  line-height: 16px;
  font-size: 13px;
  border-bottom: 1px dashed #ffffff;
  color: #FFFFFF;
}
.lp1 .amazing {
  background: #F0F2F5;
  padding: 80px 0 80px;
  text-align: center;
}
.lp1 .amazing .col6 {
  vertical-align: middle;
}
.lp1 .amazing h2 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 37px;
  color: #303740;
  margin-bottom: 24px;
}
.lp1 .amazing .left p {
  padding: 0 90px;
  margin-bottom: 35px;
  margin-top: 0;
  line-height: 28px;
  font-size: 17px;
  color: #2A3038;
}
.lp1 .amazing .amazing-img img {
  max-width: 300px;
}
.lp1 .amazing .amazingunits .amazingunwr {
  padding: 0 10px;
  margin-bottom: 20px;
  float: left;
  width: 50%;
}
.lp1 .amazing .amazingunits .amazingunwr:nth-child(3), .lp1 .amazing .amazingunits .amazingunwr:nth-child(4) {
  margin-bottom: 0;
}
.lp1 .amazing .amazingunits .amazingunwr:nth-child(1) .amazingun {
  border-bottom: 3px solid #399CF9;
}
.lp1 .amazing .amazingunits .amazingunwr:nth-child(1) .amazingun .amazingun-link a {
  color: #399CF9;
}
.lp1 .amazing .amazingunits .amazingunwr:nth-child(3) .amazingun {
  border-bottom: 3px solid #4CCE62;
}
.lp1 .amazing .amazingunits .amazingunwr:nth-child(3) .amazingun .amazingun-link a {
  color: #4CCE62;
}
.lp1 .amazing .amazingunits .amazingunwr:nth-child(4) .amazingun {
  border-bottom: 3px solid #F9815B;
}
.lp1 .amazing .amazingunits .amazingunwr:nth-child(4) .amazingun .amazingun-link a {
  color: #F9815B;
}
.lp1 .amazing .amazingunits .amazingun {
  height: 230px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  background: #ffffff;
  border-radius: 6px;
  padding: 40px 20px;
  border-bottom: 3px solid #876FD9;
}
.lp1 .amazing .amazingunits .amazingun .amazingun-title {
  font-weight: 700;
  line-height: 28px;
  font-size: 19px;
  color: #303740;
  margin: 15px 0 10px;
}
.lp1 .amazing .amazingunits .amazingun .amazingun-link a {
  color: #876FD9;
  font-weight: 600;
  line-height: 21px;
  font-size: 17px;
}
.lp1 .amazing .amazingunits .amazingun img {
  height: 39px;
}
.lp1 .getstart {
  background: #F0F2F5;
  padding: 0 0 80px;
}
.lp1 .getstart h2 {
  text-align: center;
  font-weight: 700;
  line-height: 39px;
  font-size: 32px;
}
.lp1 .getstart .table {
  display: table;
  width: 100%;
}
.lp1 .getstart .table .col6 {
  padding: 0 15px;
}
.lp1 .getstart .table .left, .lp1 .getstart .table .right {
  height: 577px;
  background: url("/site/assets/img/lp1/getstartleft.jpg") no-repeat center top;
  background-size: auto 100%;
  border-radius: 6px;
  padding: 59px 0;
}
.lp1 .getstart .table .left {
  color: #ffffff;
}
.lp1 .getstart .table .left h2 {
  margin-bottom: 12px;
}
.lp1 .getstart .table .left p {
  line-height: 28px;
  font-size: 15px;
  opacity: 0.8;
  margin-bottom: 40px;
  text-align: center;
  margin-top: 0;
}
.lp1 .getstart .table .left form {
  width: 490px;
  margin: 0 auto;
  max-width: 82%;
  text-align: center;
}
.lp1 .getstart .table .left form input {
  background: #ffffff;
  height: 40px;
  margin-bottom: 40px;
  width: 100%;
  border: 1px solid #D5D9DE;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0 20px;
  line-height: 20px;
  font-size: 16px;
  color: #525F6E;
}
.lp1 .getstart .table .left form button {
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  font-weight: 600;
}
.lp1 .getstart .table .right {
  color: #303740;
  background: #ffffff;
}
.lp1 .getstart .table .right button {
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  margin: 0 auto;
  background: #399CF9;
  border-radius: 4px;
  border: none;
  color: #ffffff;
  font-weight: 600;
  display: block;
}
.lp1 .getstart .table .right h2 {
  margin-bottom: 24px;
}
.lp1 .getstart .table .right .getstartinfowr {
  padding: 10px 50px;
}
.lp1 .getstart .table .right .getstartinfo {
  padding-left: 100px;
  margin-bottom: 28px;
  background-size: auto 40px !important;
}
.lp1 .getstart .table .right .getstartinfo .tit {
  font-weight: 600;
  line-height: 28px;
  font-size: 18px;
  margin: 5px 0;
}
.lp1 .getstart .table .right .getstartinfo .tex {
  line-height: 28px;
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 5px;
}
.lp1 .getstart .table .right .getstartinfo1 {
  background: url("/site/assets/img/lp1/get1.png") no-repeat left center;
}
.lp1 .getstart .table .right .getstartinfo2 {
  background: url("/site/assets/img/lp1/get2.png") no-repeat left center;
}
.lp1 .getstart .table .right .getstartinfo3 {
  background: url("/site/assets/img/lp1/get3.png") no-repeat left center;
}
.lp1 .col6 {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
.lp1 .col3 {
  display: table-cell;
  width: 25%;
  vertical-align: top;
}
.lp1 .col9 {
  display: table-cell;
  width: 75%;
  vertical-align: top;
}
.lp1 .col4 {
  display: table-cell;
  width: 33.33%;
  vertical-align: top;
}
.lp1 .col8 {
  display: table-cell;
  width: 66.66%;
  vertical-align: top;
}
.lp1 .titwrap p {
  line-height: 29px;
  font-size: 17px;
  padding-right: 50px;
  margin-top: 0;
}
.lp1 .slick-initialized .slick-slide {
  outline-color: transparent !important;
}

@media screen and (max-width: 1200px) {
  .lp1 .managment .tabshead .slider-nav {
    margin: 0;
    padding: 0 25px;
  }

  .lp1 block, .lp1 section.header block {
    width: 970px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .lp1 .reviews__prev, .lp1 .reviews__next {
    left: -35px;
  }
  .lp1 .reviews__next {
    right: -35px;
    left: inherit;
  }
  .lp1 .managment .slick-slide p, .lp1 .managment h3 {
    padding-left: 50px;
  }
  .lp1 .managment .slick-slide button {
    margin-left: 50px;
  }
  .lp1 .managment .slick-slide p.link span {
    margin-right: 14px;
  }
  .lp1 .templates .service-unit-wr .service-unit-hover span {
    padding: 10px 20px;
  }
  .lp1 .templates .service-unit-wr .service-unit-hover button {
    bottom: 15px;
  }
  .lp1 .work .titwrap p {
    padding-left: 25px;
  }
  .lp1 .platform .platformbtn button {
    width: 120px;
    color: #ffffff;
  }
  .lp1 .integrations-img {
    height: 470px;
    background: url("/site/assets/img/lp1/integrationsbg.jpg") no-repeat center center;
    background-size: 1400px auto;
  }
  .lp1 .integrations-img img {
    display: none;
  }
  .lp1 .getstart .table .right .getstartinfo {
    padding-left: 65px;
    margin-bottom: 20px;
  }
  .lp1 .getstart .table .right .getstartinfo {
    background-size: auto 30px !important;
  }
  .lp1 .getstart .table .right .getstartinfowr {
    padding: 10px 30px;
  }
}
@media screen and (max-width: 1090px) {
  .lp1 .managment .slick-slide p {
    padding-right: 0;
    padding-left: 0;
  }

  .lp1 .managment .tabshead div.slick-slide {
    font-size: 13px;
  }

  .lp1 .managment .tabshead .slider-nav .slick-slide {
    height: 56px;
  }

  .lp1 .slick-slider .reviews__next {
    right: 0px;
    left: inherit !important;
  }
  .lp1 .slick-slider .reviews__prev, .lp1 .slick-slider .reviews__next {
    left: 0px;
  }
  .lp1 .slick-slider .col8, .lp1 .slick-slider .col4 {
    display: block;
    width: 100%;
  }
  .lp1 .managment .tabsbody .tabcon {
    padding: 0 0px;
    margin: 0px 0;
  }
  .lp1 block, .lp1 section.header block {
    width: 894px !important;
  }
  .lp1 .platform .platformbtn button {
    margin-bottom: 10px;
  }
  .lp1 .platform block {
    padding-bottom: 80px;
  }
  .lp1 .getstart .table .col6 {
    padding: 0 0;
    display: block;
    width: 100%;
    max-width: 480px;
    margin: 0 auto 30px;
  }
  .lp1 .getstart {
    padding-bottom: 40px;
  }
}
.lp1 .manageslide2 {
  padding: 0 50px;
}

.lp1 .slick-slider.manageslide2 .reviews__next {
  right: 20px;
  left: inherit !important;
}

.lp1 .slick-slider.manageslide2 .reviews__prev, .lp1 .slick-slider.manageslide2 .reviews__next {
  left: 20px;
}

@media screen and (max-width: 992px) {
  .lp1 block, .lp1 section.header block {
    width: 100% !important;
  }

  .lp1 .product .left, .lp1 .product .right {
    width: 100%;
    display: block;
    padding: 0 15px;
  }

  .lp1 .managment p {
    padding-left: 0;
  }

  .lp1 .managment .tabshead span {
    display: inline-block;
    padding: 5px;
    margin-bottom: 6px;
    line-height: 18px;
    font-size: 10px;
    max-width: 80px;
    width: 80px;
  }

  .lp1 .managment .slick-slide p, .lp1 .managment h3 {
    padding-left: 30px;
  }

  .lp1 .managment .slick-slide button {
    margin-left: 30px;
  }

  .lp1 .col3, .lp1 .col9, .lp1 .col4, .lp1 .col8 {
    width: 100% !important;
    display: block;
    padding: 0 15px !important;
  }

  .lp1 .work .titwrap p {
    padding-left: 0;
  }

  .lp1 .work .workun {
    width: 45%;
  }

  .lp1 .templates .col9 {
    margin-top: 20px;
  }

  .lp1 .views .task-list ul {
    list-style: none;
    padding-left: 0px;
    padding-top: 0;
  }

  .lp1 .plans .planun .planun-title {
    padding-top: 40px;
  }

  .lp1 .views .task-list ul li a {
    display: block;
    height: 21px;
    padding-top: 7px;
    line-height: 13px;
    font-size: 15px;
    color: #303740;
    padding: 5px 10px;
    margin-bottom: 7px;
  }

  .lp1 .views .task-list ul li a span {
    display: none;
  }

  .lp1 h2 br {
    display: none;
  }

  .lp1 .work .work-units {
    padding-top: 15px;
    margin: 0 0px;
  }
}
@media screen and (max-width: 768px) {
  .lp1 .reviews__next, .lp1 .reviews__prev {
    background-size: 100% auto;
  }

  .lp1 .managment h3, .lp1 .managment .slick-slide p {
    text-align: center;
  }

  .lp1 .managment .slick-slide button {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .lp1 .header .lp1-headerimgs div img {
    max-height: 15px;
  }

  .lp1 .header .lp1-headerimgs div span {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 10px;
  }

  .lp1 .views .table .col8 img {
    height: auto;
  }

  .lp1 .plans .planunwr {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
  }
  .lp1 .plans .planunwr .planun {
    margin-top: 0px;
  }
  .lp1 .plans .planunwr.planunwrst {
    margin-top: 0px;
  }

  .lp1 .work .workun {
    padding: 0 20px;
  }

  .lp1 .views .task-list ul li {
    display: inline-block;
    margin-right: 18px;
  }

  .lp1 .col6 {
    display: block;
    width: 100%;
  }

  .lp1 .amazing .amazing-img img {
    margin-bottom: 20px;
  }

  .lp1 .managment .tabshead {
    padding: 0 15px;
  }

  .lp1 .managment .tabsbody {
    margin-top: 30px;
  }

  .lp1 .amazing .left p {
    padding: 0 15px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 650px) {
  .lp1 .titwrap p {
    line-height: 24px;
    font-size: 15px;
    padding-right: 0px;
  }

  .lp1 .work .workun {
    width: 100%;
    display: block;
  }

  .lp1 section.product block {
    padding: 50px 0;
  }

  .lp1 .plans .planun ul {
    list-style: none;
    padding: 25px 15px 15px;
  }

  .lp1 .plans .planunits {
    margin-bottom: 10px;
  }

  .lp1 .plans {
    padding-bottom: 35px;
  }

  .lp1 .work .workun {
    margin-bottom: 60px;
  }

  .lp1 .templates .service-unit-wr .inwor {
    font-size: 12px;
    padding: 10px 15px;
    line-height: 18px;
  }

  .lp1 .templates .service-unit-wr .inwor img {
    width: 20px;
    display: block;
    margin: 5px auto 10px;
  }

  .lp1 .templates .service-unit-wr {
    width: 49%;
  }

  .lp1 .header form input {
    max-width: 100%;
  }

  .lp1 .header .lp1-headerimgs div, .lp1 .header form {
    display: block;
    max-width: 100%;
  }

  .lp1 .header .lp1-headerimgs div span {
    display: inline-block;
  }

  .lp1 .getstart .table .col6, .lp1 .getstart .table .left form {
    max-width: 100%;
    display: block;
  }

  .lp1 .header form {
    padding: 0 20px;
    text-align: center;
    height: auto;
    margin-bottom: 25px;
  }

  .lp1 .header h1 {
    font-size: 26px;
    line-height: 38px;
  }

  .lp1 .header form input {
    margin-bottom: 15px;
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .lp1 .partners {
    padding: 35px 15px;
  }

  .lp1 .header form button {
    display: block;
    margin: 0 auto;
    float: none;
  }

  .lp1 .templates.product block {
    padding-bottom: 30px;
  }

  .lp1 .header {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .lp1 .header .lp1-headerimgs div {
    height: auto;
  }

  .lp1 h2 {
    font-size: 24px !important;
    line-height: 32px !important;
  }

  .lp1 .platform .platformimg {
    padding: 0 10px 55px;
  }

  .lp1 .getstart .table {
    display: block;
    padding: 0 15px;
  }

  .lp1 .getstart .table .left form {
    width: 88%;
  }

  .lp1 .getstart .table .left form {
    width: 300px;
    margin-bottom: 20px;
  }

  body .lp1 {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 500px) {
  .lp1 .amazing .amazingunits .amazingunwr {
    padding: 0;
  }

  .lp1 .amazing .amazingunits .amazingunwr:nth-child(3), .lp1 .amazing .amazingunits .amazingunwr:nth-child(4) {
    margin-bottom: 20px;
  }

  .lp1 .getstart .table .left form {
    width: 300px;
    margin-bottom: 20px;
  }

  .lp1 .amazing .amazingunits .amazingunwr {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .lp1 .amazing {
    background: #F0F2F5;
    padding: 50px 15px 50px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .lp1 .getstart .table .left form {
    width: 88%;
  }

  .lp1 .slick-slider .reviews__prev, .lp1 .slick-slider .reviews__next {
    left: 10px;
  }

  .lp1 .slick-slider .reviews__next {
    right: 25px;
  }

  .lp1 .managment .slick-slide p, .lp1 .managment h3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lp1 .managment .slick-slide p.link span {
    margin-right: 8px;
  }

  .lp1 .templates .service-unit-wr {
    margin-bottom: 25px;
    padding: 0 1px;
  }

  .lp1 .managment p {
    line-height: 21px;
    font-size: 15px;
  }

  .lp1 .managment .slick-slide p.link {
    padding-right: 0;
    padding-left: 0;
  }

  .lp1 .slider-nav.slick-slider .reviews__next {
    right: 0;
  }

  .lp1 .slider-nav.slick-slider .reviews__prev, .lp1 .slider-nav.slick-slider .reviews__next {
    left: 0;
  }
}
/* -webkit-transition: all 0.4s;*/
/* transition: all 0.4s;*/
.lp2 .getstartinfowr-img img {
  max-width: 140px;
  margin-bottom: 20px;
}
.lp2 .col6 {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
.lp2 .header {
  padding: 0 0 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.lp2 .header block .container {
  padding-top: 32px;
}
.lp2 .header block h1 {
  text-transform: uppercase;
}
.lp2 .getstart {
  padding: 0px 0 65px;
}
.lp2 .getstart h2 {
  text-align: center;
  font-weight: 700;
  line-height: 39px;
  font-size: 32px;
}
.lp2 .getstart .table {
  width: 100%;
}
.lp2 .getstart .table .col6 {
  padding: 0;
  display: block;
  width: 100%;
  vertical-align: middle;
}
.lp2 .getstart .table .left {
  border-top: 1px solid #D6E0E0;
  padding-top: 35px;
  color: #303740;
  background: transparent;
}
.lp2 .getstart .table .left .getstartinfowr-img {
  text-align: center;
  padding: 0px 0 45px;
}
.lp2 .getstart .table .left button {
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  margin: 0 auto;
  background: #399CF9;
  border-radius: 4px;
  border: none;
  color: #ffffff;
  font-weight: 600;
  display: block;
}
.lp2 .getstart .table .left h2 {
  margin-bottom: 24px;
}
.lp2 .getstart .table .left .getstartinfowr {
  padding: 30px 0px 0;
}
.lp2 .getstart .table .left .getstartinfo {
  text-align: center;
  margin-bottom: 18px;
  background-size: auto 40px !important;
  float: left;
  width: 33.33%;
}
.lp2 .getstart .table .left .getstartinfo img {
  height: 28px;
  margin-bottom: 10px;
}
.lp2 .getstart .table .left .getstartinfo.getstartinfo3 img {
  padding-top: 4px;
  height: 24px;
}
.lp2 .getstart .table .left .getstartinfo .tit {
  font-weight: 600;
  line-height: 28px;
  font-size: 22px;
  margin: 5px 0 10px;
}
.lp2 .getstart .table .left .getstartinfo .tex {
  line-height: 22px;
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 5px;
  padding: 0 20px;
}
.lp2 .getstart .table .right {
  background: #fafbfc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 0px 0px 65px;
  width: 600px;
  margin: 0 auto;
}
.lp2 .getstart .table .right .title {
  font-size: 28px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  color: #303740;
  padding: 45px 0 25px;
  margin: 0px;
}
.lp2 .getstart .table .right .formline {
  clear: both;
  margin-top: 20px;
}
.lp2 .getstart .table .right .formline button {
  margin-top: 20px;
}
.lp2 .getstart .table .right .formline .jqselect {
  width: 60%;
  display: inline-block;
  position: relative;
}
.lp2 .getstart .table .right .formline .jqselect select {
  display: none;
}
.lp2 .getstart .table .right .formline .jqselect .jq-selectbox__select {
  background: #FFFFFF url("/site/assets/img/lp2/buttonselect.svg") no-repeat 96% center;
  border: 1px solid #D5D9DE;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0 20px;
  font-size: 16px;
  color: #303740;
  height: 40px;
  line-height: 40px;
}
.lp2 .getstart .table .right .formline .jqselect.opened .jq-selectbox__dropdown {
  position: absolute;
  background: #ffffff;
  z-index: 2;
  left: 0;
  top: 100% !important;
  bottom: initial !important;
  width: 100%;
  border: 1px solid #D5D9DE;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0px;
}
.lp2 .getstart .table .right .formline .jqselect.opened .jq-selectbox__dropdown .jq-selectbox__search {
  display: none;
}
.lp2 .getstart .table .right .formline .jqselect.opened .jq-selectbox__dropdown ul {
  padding-left: 0;
  overflow-y: auto;
}
.lp2 .getstart .table .right .formline .jqselect.opened .jq-selectbox__dropdown ul li {
  font-size: 16px;
  color: #525F6E;
  list-style: none;
  padding: 5px 20px;
  cursor: pointer;
}
.lp2 .getstart .table .right .formline .jqselect.opened .jq-selectbox__dropdown ul li.selected {
  color: #303740;
}
.lp2 .getstart .table .right .formline .jqselect.opened .jq-selectbox__dropdown ul li.selected:hover {
  background: #399cf9;
  color: #ffffff;
}
.lp2 .getstart .table .right .formline .jqselect.opened .jq-selectbox__dropdown ul li:hover {
  background: #399cf9;
  color: #ffffff;
}
.lp2 .getstart .table .right .formline.formlinetextarea label {
  float: left;
  margin-top: 8px;
}
.lp2 .getstart .table .right .formline label {
  display: inline-block;
  vertical-align: middle;
  width: 39%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 18px;
  font-size: 15px;
  color: #303740;
  padding-right: 20px;
}
.lp2 .getstart .table .right .formline input {
  width: 60%;
  background: #FFFFFF;
  border: 1px solid #D5D9DE;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0 20px;
  font-size: 16px;
  color: #525F6E;
}
.lp2 .getstart .table .right .formline textarea {
  width: 60%;
  background: #FFFFFF;
  border: 1px solid #D5D9DE;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 16px;
  color: #525F6E;
  height: 95px;
  margin-left: 4px;
}

@media screen and (max-width: 1090px) {
  .lp2 .getstart {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .lp2 .getstart .table .col6 {
    width: 100%;
    display: block;
  }

  .lp2 .getstart .table .col6 .right {
    margin-top: 45px;
  }

  .lp2 .getstart .table .right .formline textarea {
    margin-left: 3px;
  }

  .getstart .table .col6 {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 800px) {
  .lp2 .getstart .table .left .getstartinfo {
    width: 100%;
  }

  .lp2 .getstart .table .right {
    max-width: 100%;
  }

  .lp2 .getstart .table .col6 .right {
    margin-top: 1px;
  }

  .lp2 .header block h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 650px) {
  .lp2 .header block h1 {
    font-size: 26px;
  }

  .lp2 .getstart .table .right .formline label {
    display: block;
    width: 100%;
    margin-bottom: 6px;
    float: none;
  }

  .lp2 .getstart .table .right .formline input, .lp2 .getstart .table .right .formline .jqselect, .lp2 .getstart .table .right .formline textarea {
    display: block;
    margin-left: 0;
    width: 100%;
  }

  .lp2 .getstart .table .right .formline button {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .lp2 .getstart .table .right {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .lp2 .getstart .table .left .getstartinfowr {
    padding: 0px 15px;
  }

  img {
    max-width: 100%;
  }

  .lp2 .getstart .table .left .getstartinfo {
    margin-bottom: 28px;
    background-size: auto 30px !important;
  }

  .lp2 .getstart .table .right {
    padding: 0 0 5px;
  }

  .tex {
    padding: 0 10px;
  }

  .lp2 .header block h1 {
    font-size: 24px;
  }
}
.lp3 .integrations-img {
  background: #815BDC;
  text-align: center;
}
.lp3 .integrations-img img {
  max-width: 1400px;
}
.lp3 .imgwrap img {
  -webkit-box-shadow: 0 4px 20px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 20px 10px rgba(0, 0, 0, 0.1);
}
.lp3 .imgwrap.noshadow img {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lp3 .managment .tabsbody .slick-dots {
  padding-left: 0;
}
.lp3 section.product block {
  padding: 90px 0;
  display: block;
}
.lp3 .workplatform {
  background: #ffffff;
  padding-bottom: 40px;
}
.lp3 img {
  max-width: 100%;
}
.lp3 .header {
  /* background: url('/site/assets/img/lp1/lp1-bg-header.png') no-repeat center center;*/
  /* background-size: 1920px auto;*/
}
.lp3 .header .lp3firstimg {
  padding-top: 35px;
}
.lp3 .header .lp3firstimg img {
  position: relative;
  left: 5%;
}
.lp3 .header .lp3-headerimgs {
  position: relative;
  bottom: -4px;
  text-align: center;
}
.lp3 .header .lp3-headerimgs div {
  height: 30px;
  display: table;
  margin: 0 auto 10px;
  width: 490px;
}
.lp3 .header .lp3-headerimgs div span {
  display: table-cell;
  height: 30px;
  line-height: 35px;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 24px;
  font-size: 15px;
  color: #2A3038;
  opacity: 0.9;
}
.lp3 .header .lp3-headerimgs div span i {
  font-weight: 700;
  line-height: 24px;
  font-size: 15px;
  text-transform: uppercase;
  color: #303740;
  font-style: normal;
  text-decoration: underline;
}
.lp3 .header .lp3-headerimgs div img {
  height: 24px;
  display: block;
}
.lp3 .header .container {
  padding-bottom: 0;
}
.lp3 .header h1 {
  font-family: Proxima Nova;
  font-style: normal;
  text-align: center;
  color: #303740;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  text-transform: none;
}
.lp3 .header h1 span {
  color: #389CF9;
}
.lp3 .header form {
  max-width: 520px;
  margin: 60px auto 60px;
  height: 40px;
}
.lp3 .header form input {
  width: 360px;
  height: 40px;
  line-height: 26px;
  margin-right: 17px;
  float: left;
  display: block;
  padding: 0 20px;
  font-size: 16px;
  color: #525F6E;
  background: #FFFFFF;
  border: 1px solid #D5D9DE;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.lp3 .header form button {
  height: 40px;
  float: left;
  width: 143px;
  font-weight: 600;
  line-height: 40px;
  font-size: 15px;
  padding-top: 0;
  border-radius: 4px;
}
.lp3 .partners {
  padding: 46px 0;
  text-align: center;
}
.lp3 .partners span {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  font-size: 15px;
}
.lp3 .partners span img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 18px;
}
.lp3 .allplarform {
  padding: 100px 0 0;
  background: #F0F2F5;
}
.lp3 .allplarform h2 {
  text-align: center;
}
.lp3 .allplarform .allplarformtitle {
  font-size: 19px;
  line-height: 29px;
  text-align: center;
  color: #2A3038;
  opacity: 0.7;
  padding: 10px 180px 80px;
}
.lp3 .allplarform .allplarform-units {
  margin: 0 -50px;
}
.lp3 .allplarform .allplarformun {
  display: table;
  width: 100%;
  margin-bottom: 120px;
}
.lp3 .allplarform .allplarformun button {
  height: 40px;
  padding: 0 40px 0 28px;
  line-height: 38px;
  border: 1px solid #399cf9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
  background: #399cf9;
  position: relative;
  margin-right: 20px;
}
.lp3 .allplarform .allplarformun button:before {
  content: "";
  position: absolute;
  z-index: 1;
  right: 28px;
  top: 50%;
  margin-top: -5px;
  width: 6px;
  height: 10px;
  background: url("/site/assets/img/lp3/learnmore.svg");
}
.lp3 .allplarform .allplarformun > div {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  padding: 0 50px;
}
.lp3 .allplarform .allplarformun > div.desk {
  display: none;
}
.lp3 .allplarform .allplarformun .title2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 23px;
  color: #2A3038;
  margin-top: 0;
}
.lp3 .allplarform .allplarformun .text {
  font-size: 17px;
  line-height: 27px;
  color: #2A3038;
  margin-bottom: 23px;
  opacity: 0.8;
}
.lp3 .allplarform .allplarformun .info {
  margin-bottom: 30px;
}
.lp3 .allplarform .allplarformun .info span {
  display: inline-block;
  text-align: center;
  margin-right: 24px;
  vertical-align: top;
}
.lp3 .allplarform .allplarformun .info img {
  height: 35px;
  margin-bottom: 12px;
}
.lp3 .allplarform .allplarformun .info img.little {
  height: 25px;
  padding: 5px 0;
}
.lp3 .allplarform .allplarformun .info u {
  text-decoration: none !important;
  display: block;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #2A3038;
  opacity: 0.8;
}
.lp3 .product .left, .lp3 .product .right {
  display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: top;
}
.lp3 .managment {
  color: #ffffff;
  background: #5B6FDC url("/site/assets/img/lp3/back.png") no-repeat center center;
  background-size: cover;
  padding: 110px 0;
}
.lp3 .managment h2 {
  font-weight: 700;
  line-height: 46px;
  font-size: 38px;
  text-align: left;
  padding-right: 35px;
  text-align: center;
  margin-bottom: 28px;
}
.lp3 .managment h3 {
  font-weight: 700;
  line-height: 29px;
  font-size: 24px;
  padding-left: 90px;
  padding-bottom: 15px;
}
.lp3 .managment .title2 {
  padding: 0 250px;
  text-align: center;
  margin-bottom: 40px;
}
.lp3 .managment .slick-slide p {
  padding-left: 90px;
  line-height: 27px;
  font-size: 15px;
}
.lp3 .managment .slick-slide p.link {
  margin-top: 60px;
}
.lp3 .managment .slick-slide p.link span {
  color: #ffffff;
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 13px;
  font-size: 12px;
  margin-right: 18px;
  position: relative;
  display: inline-block;
}
.lp3 .managment .slick-slide p.link span:before {
  position: absolute;
  z-index: 1;
  content: "";
  width: 20px;
  height: 20px;
  left: 50%;
  top: -29px;
  margin-left: -10px;
}
.lp3 .managment .slick-slide p.link span:nth-child(1):before {
  background: url("/site/assets/img/lp1/lp1l1.png") no-repeat center center;
  background-size: 20px auto;
}
.lp3 .managment .slick-slide p.link span:nth-child(2):before {
  background: url("/site/assets/img/lp1/lp1l2.png") no-repeat center center;
  background-size: 20px auto;
}
.lp3 .managment .slick-slide p.link span:nth-child(3):before {
  background: url("/site/assets/img/lp1/lp1l3.png") no-repeat center center;
  background-size: 20px auto;
}
.lp3 .managment .slick-slide p.link span:nth-child(4):before {
  background: url("/site/assets/img/lp1/lp1l4.png") no-repeat center center;
  background-size: 20px auto;
}
.lp3 .managment .slick-slide p.link span:last-child {
  margin-right: 0px;
}
.lp3 .managment .slick-slide button {
  width: 143px;
  height: 40px;
  font-weight: 600;
  line-height: 40px;
  font-size: 15px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  margin-left: 90px;
  border: none;
  color: #ffffff;
  margin-top: 15px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.lp3 .managment .slick-slide button:hover {
  background: #2879c4;
}
.lp3 .managment .slick-slide img {
  width: 100%;
}
.lp3 .managment p {
  line-height: 27px;
  font-size: 17px;
  padding-left: 35px;
  text-align: left;
  margin: 0;
}
.lp3 .managment .tabshead {
  text-align: center;
  margin-top: 60px;
}
.lp3 .managment .tabshead button {
  font-weight: bold;
  font-size: 17px;
  line-height: normal;
  text-align: center;
  padding: 0 44px;
  height: 48px;
  border-radius: 24px;
  color: #FFFFFF;
  border: none;
  background: #7087E0;
  margin: 0 8px 20px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.lp3 .managment .tabshead button:hover {
  background: rgba(255, 255, 255, 0.81);
  color: #5B6FDC;
}
.lp3 .managment .tabshead .slider-nav {
  padding: 0 0px;
  margin: 0 -50px;
}
.lp3 .managment .tabshead .slider-nav .slick-slide {
  height: 78px;
}
.lp3 .managment .tabshead div.slick-slide {
  text-align: center;
  padding: 22px 0;
  font-weight: 600;
  line-height: 18px;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  opacity: 0.9;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}
.lp3 .managment .tabshead div.slick-slide.slick-center:before, .lp3 .managment .tabshead div.slick-slide:hover:before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 2px;
  left: 0;
  background: #ffffff;
}
.lp3 .managment .tabsbody {
  margin-top: 50px;
}
.lp3 .managment .tabsbody .manageslide {
  margin-bottom: 25px;
}
.lp3 .managment .tabsbody .tabsbodysend {
  height: 62px;
  vertical-align: middle;
  padding-left: 20px;
  position: relative;
}
.lp3 .managment .tabsbody .tabsbodysend button {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 4px;
  color: #399CF9;
  position: absolute;
  right: 25px;
  top: 0;
  border: none;
  padding: 0 40px;
  cursor: pointer;
  margin-top: 0;
  width: 185px;
}
.lp3 .managment .tabsbody .tabsbodysend p {
  font-weight: bold;
  font-size: 19px;
  line-height: 23px;
  color: #FFFFFF;
  padding-left: 60px;
  background: url("/site/assets/img/lp3/ic19.png") no-repeat left center;
  background-size: 40px 40px;
}
.lp3 .managment .tabsbody .tabsbodysend p span {
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  display: block;
  opacity: 0.8;
}
.lp3 .managment .tabsbody .tabcon {
  padding: 0 50px;
  display: none;
}
.lp3 .managment .tabsbody .tabcon.tabcon1 {
  display: block;
}
.lp3 .managment .tabsbody .slick-dots {
  width: 100%;
  text-align: center;
  margin-top: 0px;
}
.lp3 .managment .tabsbody .slick-dots li {
  display: inline-block;
  list-style: none;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #D8D8D8;
  opacity: 0.2;
  margin: 0 7px;
  cursor: pointer;
  overflow: hidden;
}
.lp3 .managment .tabsbody .slick-dots li.slick-active {
  opacity: 1;
}
.lp3 .managment .tabsbody .slick-dots li button {
  background: transparent;
  opacity: 0;
  cursor: pointer;
}
.lp3 .workplatform .titwrap {
  padding: 100px 50px;
}
.lp3 .workplatform .titwrap h2 {
  position: relative;
  padding-left: 80px;
}
.lp3 .workplatform .titwrap h2:before {
  position: absolute;
  content: "";
  z-index: 1;
  background: url("/site/assets/img/lp3/w8.png") no-repeat;
  background-size: 60px auto;
  height: 60px;
  width: 60px;
  left: 0;
  top: 50%;
  margin-top: -30px;
}
.lp3 .templates {
  color: #2A3038;
  background: #ffffff;
}
.lp3 .templates.product block {
  padding-bottom: 70px;
}
.lp3 .templates h2 {
  text-align: left;
  font-weight: 700;
  line-height: 46px;
  font-size: 38px;
  padding-right: 35px;
}
.lp3 .templates .col3 p {
  margin: 20px 0 30px;
  line-height: 28px;
  font-size: 17px;
}
.lp3 .templates .col3 ul {
  list-style: none;
  padding-left: 0;
}
.lp3 .templates .col3 ul li {
  padding: 7px 0 7px 29px;
  font-size: 15px;
  position: relative;
}
.lp3 .templates .col3 ul li .gd-icon-ok {
  position: absolute;
  left: 0;
  width: 14px;
  height: 14px;
  background: #979797;
  border-radius: 50%;
  font-size: 8px;
  color: #ffffff;
  line-height: 14px;
  text-align: center;
}
.lp3 .templates .col3 ul li .gd-icon-ok:before {
  line-height: 15px;
}
.lp3 .templates .col9 {
  padding-left: 70px;
  width: 60%;
}
.lp3 .templates .service-unit-wr {
  display: inline-block;
  width: 32%;
  vertical-align: top;
  position: relative;
  padding: 0 10px;
  margin-bottom: 35px;
}
.lp3 .templates .service-unit-wr .service-unit {
  position: relative;
  background: #F7F8F9;
}
.lp3 .templates .service-unit-wr .service-unit:before {
  content: "";
  position: absolute;
  right: 5px;
  z-index: 91;
  top: 5px;
  border-radius: 4px;
  width: 26px;
  height: 26px;
  background-size: 14px auto !important;
}
.lp3 .templates .service-unit-wr .service-unit.colorbef1:before {
  background: #399CF9 url("/site/assets/img/lp1/su1.png") no-repeat center center;
  background-size: 14px auto !important;
}
.lp3 .templates .service-unit-wr .service-unit.colorbef2:before {
  background: #3CBAB2 url("/site/assets/img/lp1/su2.png") no-repeat center center;
  background-size: 10px auto !important;
}
.lp3 .templates .service-unit-wr .service-unit.colorbef3:before {
  background: #C37DC9 url("/site/assets/img/lp1/su2.png") no-repeat center center;
  background-size: 10px auto !important;
}
.lp3 .templates .service-unit-wr .service-unit.colorbef4:before {
  background: #F28463 url("/site/assets/img/lp1/su4.png") no-repeat center center;
}
.lp3 .templates .service-unit-wr .service-unit.colorbef5:before {
  background: #F2B64E url("/site/assets/img/lp1/su5.png") no-repeat center center;
}
.lp3 .templates .service-unit-wr img {
  width: 100%;
  background: url(Image.png);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
}
.lp3 .templates .service-unit-wr p {
  position: relative;
  z-index: 1;
  padding: 12px 17px;
  margin: 0;
  margin-top: -15px;
  background: #F7F8F9;
  border: 1px solid #D5D9DE;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0px 0px 6px 6px;
  font-weight: 700;
  line-height: 1;
  font-size: 15px;
}
.lp3 .templates .service-unit-wr .inwor {
  font-size: 14px;
  padding: 20px 25px;
  line-height: 22px;
  font-style: italic;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #D5D9DE;
  border-radius: 8px;
  text-align: center;
}
.lp3 .templates .service-unit-wr .inwor img {
  width: 20px;
  display: block;
  margin: 10px auto 15px;
}
.lp3 .templates .service-unit-wr .service-unit-hover {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))), #399CF9;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), #399CF9;
  border: 1px solid #399CF9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  z-index: 2;
  opacity: 0;
}
.lp3 .templates .service-unit-wr .service-unit-hover:hover {
  opacity: 1;
}
.lp3 .templates .service-unit-wr .service-unit-hover span {
  color: #ffffff;
  font-size: 14px;
  padding: 20px;
  font-style: italic;
  font-size: 14px;
  padding: 20px 25px;
  line-height: 22px;
  display: block;
  text-align: center;
}
.lp3 .templates .service-unit-wr .service-unit-hover button {
  position: absolute;
  bottom: 23px;
  width: 130px;
  left: 50%;
  margin-left: -65px;
  background: transparent;
  font-weight: 600;
  line-height: 38px;
  font-size: 15px;
  color: #FFFFFF;
  height: 40px;
  border: 1px solid #D5D9DE;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.lp3 .templates .service-unit-wr .service-unit-hover button:hover {
  cursor: pointer;
  opacity: 0.9;
}
.lp3 .views {
  color: #303740;
  background: #F0F2F5;
}
.lp3 .views .task-listop {
  display: none;
}
.lp3 .views .task-listop.active {
  display: block;
}
.lp3 .views h2 {
  font-weight: 700;
  line-height: 46px;
  font-size: 38px;
}
.lp3 .views .col9 {
  padding-left: 70px;
  width: 60%;
}
.lp3 .views .views-task {
  display: none;
}
.lp3 .views .table {
  width: 100%;
  display: table;
  margin-top: 55px;
}
.lp3 .views .table .col8 img {
  width: 100%;
}
.lp3 .views .task-list ul {
  list-style: none;
  padding-left: 70px;
  padding-top: 22px;
}
.lp3 .views .task-list ul li {
  display: block;
  clear: both;
  margin-bottom: 4px;
}
.lp3 .views .task-list ul li a {
  display: block;
  height: 52px;
  padding-top: 7px;
  line-height: 40px;
  font-size: 17px;
  color: #303740;
}
.lp3 .views .task-list ul li a span {
  display: inline-block;
  float: left;
  width: 52px;
  text-align: center;
}
.lp3 .views .task-list ul li a span img {
  width: 36px;
}
.lp3 .views .task-list ul li a:hover, .lp3 .views .task-list ul li a.active {
  font-weight: 700;
  background: #ffffff;
}
.lp3 .work {
  background: #28363D;
  color: #ffffff;
  text-align: center;
}
.lp3 .work.product block {
  padding-bottom: 10px;
}
.lp3 .work h2, .lp3 .work .titwrap p {
  text-align: left;
}
.lp3 .work .work-units {
  padding-top: 40px;
  margin: 0 -40px;
}
.lp3 .work .workun {
  text-align: center;
  display: inline-block;
  width: 32%;
  padding: 0 40px;
  margin-bottom: 90px;
}
.lp3 .work .workun img {
  height: 43px;
}
.lp3 .work .workun h5 {
  margin: 35px 0 13px;
  font-weight: 700;
  line-height: 24px;
  font-size: 20px;
  text-align: center;
  letter-spacing: -0.0194074px;
}
.lp3 .work .workun p {
  line-height: 24px;
  font-size: 15px;
  opacity: 0.7;
  margin: 0 0 35px;
}
.lp3 .work .workun a {
  width: 145px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-decoration: none !important;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0.55;
  border-radius: 4px;
  margin: 0 auto;
  font-weight: 600;
  font-size: 15px;
  color: #FFFFFF;
}
.lp3 .platform {
  color: #303740;
  background: #fafbfc url("/site/assets/img/lp1/lp1-bg-plat.png") no-repeat center center;
  background-size: 100% auto;
}
.lp3 .platform block {
  padding: 65px 0 95px;
}
.lp3 .platform block h3 {
  line-height: 28px;
  font-size: 17px;
  text-align: center;
  font-weight: 700;
  line-height: 37px;
  font-size: 30px;
}
.lp3 .platform .platform-title {
  line-height: 28px;
  font-size: 17px;
  text-align: center;
  margin: 10px auto 40px auto;
  max-width: 800px;
}
.lp3 .platform .platformimg {
  padding: 0 120px 55px;
}
.lp3 .platform .platformimg img {
  width: 100%;
}
.lp3 .platform .platformbtn {
  text-align: center;
  width: 100%;
}
.lp3 .platform .platformbtn button {
  width: 140px;
  margin: 0 7px;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  background: #4E5561;
  border-radius: 4px;
  height: 42px;
  text-align: left;
  color: #ffffff;
  display: inline-block;
}
.lp3 .platform .platformbtn button.platformbtn1 {
  background: #4E5561 url("/site/assets/img/lp1/btn1.svg") no-repeat 9px center;
}
.lp3 .platform .platformbtn button.platformbtn2 {
  background: #4E5561 url("/site/assets/img/lp1/btn2.svg") no-repeat 9px center;
}
.lp3 .platform .platformbtn button.platformbtn3 {
  background: #4E5561 url("/site/assets/img/lp1/btn3.svg") no-repeat 9px center;
}
.lp3 .platform .platformbtn button.platformbtn4 {
  background: #4E5561 url("/site/assets/img/lp1/btn4.svg") no-repeat 9px center;
}
.lp3 .platform .platformbtn button.platformbtn5 {
  background: #4E5561 url("/site/assets/img/lp1/btn5.svg") no-repeat 9px center;
}
.lp3 .platform .platformbtn button.platformbtn6 {
  background: #4E5561 url("/site/assets/img/lp1/btn6.svg") no-repeat 9px center;
}
.lp3 .platform .platformbtn button.platformbtn7 {
  background: #4E5561 url("/site/assets/img/lp1/btn7.svg") no-repeat 9px center;
}
.lp3 .platform .platformbtn button span {
  display: block;
  padding: 0 9px 0 40px;
  font-size: 12px;
}
.lp3 .platform .platformbtn button span i {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
}
.lp3 .platform .platformbtn button img {
  width: 100px;
  margin-left: 0px;
  height: auto !important;
}
.lp3 .platform .platformbtn button:hover {
  opacity: 0.8;
}
.lp3 .integrations {
  color: #FFFFFF;
  position: relative;
  margin-bottom: 8px;
}
.lp3 .integrations .integrationswr {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 50%;
  margin-top: -57px;
  text-align: center;
}
.lp3 .integrations h3 {
  text-align: center;
  margin-bottom: 12px;
  font-weight: 700;
  line-height: 41px;
  font-size: 34px;
}
.lp3 .integrations p {
  line-height: 28px;
  font-size: 17px;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
}
.lp3 .integrations p a {
  color: inherit;
  text-decoration: underline;
  display: block;
  margin-top: 17px;
  font-size: 20px;
}
.lp3 .plans {
  background: #7963C2;
  padding-bottom: 65px;
}
.lp3 .plans h2 {
  font-weight: 700;
  text-align: center;
  line-height: 39px;
  font-size: 32px;
  color: #FFFFFF;
  padding: 70px 0 65px;
}
.lp3 .plans .planunits {
  margin-bottom: 40px;
}
.lp3 .plans .planunwr {
  padding-left: 1px;
  padding-right: 1px;
  vertical-align: middle;
  margin-top: 25px;
}
.lp3 .plans .planunwr.planunwrst {
  margin-top: 0;
}
.lp3 .plans .planun {
  background: #FDFEFE;
}
.lp3 .plans .planun .planun-title {
  font-weight: 700;
  text-align: center;
  line-height: 29px;
  font-size: 24px;
  color: #303740;
  padding: 60px 0 27px;
  margin: 0;
}
.lp3 .plans .planun .planun-title span {
  display: block;
  font-weight: 400;
  line-height: 21px;
  font-size: 17px;
  margin-top: 5px;
  color: #525F6E;
}
.lp3 .plans .planun .planun-text {
  line-height: 24px;
  font-size: 17px;
  text-align: center;
  color: #303740;
  padding: 0 40px 30px;
  margin: 0;
}
.lp3 .plans .planun .planun-info {
  font-weight: 700;
  margin-bottom: 43px;
  line-height: 24px;
  font-size: 20px;
  color: #303740;
  margin-top: 0;
  text-align: center;
}
.lp3 .plans .planun .planun-info.green {
  color: #05C027;
}
.lp3 .plans .planun .planun-info span {
  font-weight: bold;
  line-height: 39px;
  font-size: 32px;
  margin-right: 8px;
  color: #303740;
}
.lp3 .plans .planun ul {
  list-style: none;
  padding: 33px 40px 15px;
  background: #F3F4F5;
}
.lp3 .plans .planun ul li {
  font-weight: 400;
  line-height: 20px;
  font-size: 15px;
  margin-bottom: 8px;
  padding-left: 26px;
  background: url("/site/assets/img/lp1/lp1-li2.png") no-repeat left center;
  background-size: 13px auto;
}
.lp3 .plans .planun ul li b {
  font-weight: 700;
}
.lp3 .plans .planun button {
  line-height: 40px;
  height: 40px;
  border: none;
  margin: 0 auto 20px;
  display: block;
  padding: 0 32px;
  font-weight: 600;
  line-height: 18px;
  font-size: 15px;
  color: #FFFFFF;
  border-radius: 4px;
}
.lp3 .plans .planun button.blue {
  background: #399CF9;
}
.lp3 .plans .planun button.green {
  background: #05C027;
}
.lp3 .plans .planun button.grey {
  background: #5B7787;
}
.lp3 .plans .planun .bg-grey {
  background: #F3F4F5;
}
.lp3 .plans .planun .linker {
  text-align: center;
  padding-bottom: 35px;
}
.lp3 .plans .planun .linker a {
  display: inline-block;
  line-height: 14px;
  font-size: 15px;
  text-align: center;
  color: #303740;
  border-bottom: 1px dashed #303740;
}
.lp3 .plans .plansbot {
  text-align: center;
}
.lp3 .plans .plansbot a {
  line-height: 16px;
  font-size: 13px;
  border-bottom: 1px dashed #ffffff;
  color: #FFFFFF;
}
.lp3 .amazing {
  background: #F0F2F5;
  padding: 80px 0 80px;
  text-align: center;
}
.lp3 .amazing .col4 {
  width: 32%;
  vertical-align: middle;
}
.lp3 .amazing .col8 {
  width: 68%;
  vertical-align: middle;
}
.lp3 .amazing h2 {
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  margin-top: 30px;
  color: #303740;
}
.lp3 .amazing .left p {
  padding: 0 90px;
  margin-bottom: 35px;
  margin-top: 0;
  line-height: 28px;
  font-size: 17px;
  color: #2A3038;
}
.lp3 .amazing .amazing-img img {
  max-width: 130px;
}
.lp3 .amazing .amazingunits .amazingunwr {
  padding: 0 10px;
  margin-bottom: 7px;
  float: left;
  width: 25%;
}
.lp3 .amazing .amazingunits .amazingunwr:nth-child(3), .lp3 .amazing .amazingunits .amazingunwr:nth-child(4) {
  margin-bottom: 0;
}
.lp3 .amazing .amazingunits .amazingunwr:nth-child(1) .amazingun .amazingun-link a {
  color: #399CF9;
}
.lp3 .amazing .amazingunits .amazingunwr:nth-child(3) .amazingun .amazingun-link a {
  color: #4CCE62;
}
.lp3 .amazing .amazingunits .amazingunwr:nth-child(4) .amazingun .amazingun-link a {
  color: #F9815B;
}
.lp3 .amazing .amazingunits .amazingun {
  height: 205px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  background: #ffffff;
  border-radius: 6px;
  padding: 30px 20px;
}
.lp3 .amazing .amazingunits .amazingun .amazingun-text {
  height: 35px;
}
.lp3 .amazing .amazingunits .amazingun .amazingun-title {
  font-weight: 700;
  line-height: 28px;
  font-size: 17px;
  color: #303740;
  margin: 15px 0 10px;
}
.lp3 .amazing .amazingunits .amazingun .amazingun-link a {
  color: #876FD9;
  font-weight: 600;
  line-height: 21px;
  font-size: 15px;
}
.lp3 .amazing .amazingunits .amazingun img {
  height: 29px;
}
.lp3 .getstart {
  background: #Ffffff;
  padding: 80px 0;
}
.lp3 .getstart h2 {
  text-align: center;
  font-weight: 700;
  line-height: 39px;
  font-size: 32px;
}
.lp3 .getstart .table {
  display: table;
  width: 100%;
}
.lp3 .getstart .table .col6 {
  padding: 0 15px;
}
.lp3 .getstart .table .left, .lp3 .getstart .table .right {
  height: 577px;
  background: url("/site/assets/img/lp1/getstartleft.jpg") no-repeat center top;
  background-size: auto 100%;
  border-radius: 6px;
  padding: 59px 0;
}
.lp3 .getstart .table .left {
  color: #ffffff;
}
.lp3 .getstart .table .left h2 {
  margin-bottom: 12px;
}
.lp3 .getstart .table .left p {
  line-height: 28px;
  font-size: 15px;
  opacity: 0.8;
  margin-bottom: 40px;
  text-align: center;
  margin-top: 0;
}
.lp3 .getstart .table .left form {
  width: 490px;
  margin: 0 auto;
  max-width: 82%;
  text-align: center;
}
.lp3 .getstart .table .left form input {
  background: #ffffff;
  height: 40px;
  margin-bottom: 40px;
  width: 100%;
  border: 1px solid #D5D9DE;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0 20px;
  line-height: 20px;
  font-size: 16px;
  color: #525F6E;
}
.lp3 .getstart .table .left form button {
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  font-weight: 600;
}
.lp3 .getstart .table .right {
  color: #303740;
  background: #F3F4F5 !important;
}
.lp3 .getstart .table .right button {
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  margin: 0 auto;
  background: #399CF9;
  border-radius: 4px;
  border: none;
  color: #ffffff;
  font-weight: 600;
  display: block;
}
.lp3 .getstart .table .right h2 {
  margin-bottom: 24px;
}
.lp3 .getstart .table .right .getstartinfowr {
  padding: 10px 50px;
}
.lp3 .getstart .table .right .getstartinfo {
  padding-left: 100px;
  margin-bottom: 28px;
  background-size: auto 40px !important;
}
.lp3 .getstart .table .right .getstartinfo .tit {
  font-weight: 600;
  line-height: 28px;
  font-size: 18px;
  margin: 5px 0;
}
.lp3 .getstart .table .right .getstartinfo .tex {
  line-height: 28px;
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 5px;
}
.lp3 .getstart .table .right .getstartinfo1 {
  background: url("/site/assets/img/lp1/get1.png") no-repeat left center;
}
.lp3 .getstart .table .right .getstartinfo2 {
  background: url("/site/assets/img/lp1/get2.png") no-repeat left center;
}
.lp3 .getstart .table .right .getstartinfo3 {
  background: url("/site/assets/img/lp1/get3.png") no-repeat left center;
}
.lp3 .lp1-headerimgs .table {
  display: block;
  width: 100%;
}
.lp3 .lp1-headerimgs .table > span {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  height: 24px;
  color: #303740;
  opacity: 0.9;
}
.lp3 .lp1-headerimgs .table > span i {
  font-weight: 700;
  font-style: normal;
}
.lp3 .lp1-headerimgs .table > span img {
  margin-left: 10px;
  height: 20px;
  position: relative;
  top: 2px;
}
.lp3 .col6 {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
.lp3 .col3 {
  display: table-cell;
  width: 25%;
  vertical-align: top;
}
.lp3 .col9 {
  display: table-cell;
  width: 75%;
  vertical-align: top;
}
.lp3 .col4 {
  display: table-cell;
  width: 33.33%;
  vertical-align: top;
}
.lp3 .col5 {
  display: table-cell;
  width: 45%;
  vertical-align: top;
}
.lp3 .col7 {
  display: table-cell;
  width: 55%;
  vertical-align: top;
}
.lp3 .col8 {
  display: table-cell;
  width: 66.66%;
  vertical-align: top;
}
.lp3 .titwrap p {
  line-height: 29px;
  font-size: 17px;
  padding-right: 50px;
  margin-top: 0;
}
.lp3 .slick-initialized .slick-slide {
  outline-color: transparent !important;
}
.lp3 .workplatformunits {
  text-align: center;
}
.lp3 .workplatformun {
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 30px;
  vertical-align: top;
  width: 32%;
}
.lp3 .workplatformun .workplatformunwr {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 10px #D5D9DE;
  box-shadow: 0px 2px 10px #D5D9DE;
  border-radius: 3px;
}
.lp3 .workplatformun p {
  padding: 0 30px;
}
.lp3 .workplatformun p.title {
  font-weight: 700;
  font-size: 21px;
  line-height: 25px;
  text-align: center;
  letter-spacing: -0.0203778px;
  margin-bottom: 0px;
  color: #303740;
  padding-left: 10px;
  padding-right: 10px;
  height: 40px;
  margin-top: 35px;
}
.lp3 .workplatformun p.text {
  font-size: 17px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 22px;
  color: #303740;
  opacity: 0.8;
  margin-top: 5px;
}
.lp3 .workplatformun p.readmore a {
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  color: #399CF9;
  display: inline-block;
  margin-bottom: 25px;
  /* padding-right: 14px;*/
  /* background: url('/site/assets/img/lp3/w7.png') no-repeat right center;*/
  /* background-size: 7px auto;*/
}

.lp3 .workplatform .titwrap {
  padding: 100px 30px;
}

.lp3 .workplatform .titwrap h2 {
  padding-left: 100px;
}

.lp3 .managment .tabsbody .tabsbodysend p {
  display: inline-block;
}

@media screen and (max-width: 1200px) {
  .lp3 .allplarform .allplarformun .info u {
    font-size: 10px;
  }

  .lp3 .managment .tabshead .slider-nav {
    margin: 0;
    padding: 0 25px;
  }

  .lp3 block, .lp3 section.header block {
    width: 970px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .lp3 .reviews__prev, .lp3 .reviews__next {
    left: -35px;
  }
  .lp3 .reviews__next {
    right: -35px;
    left: inherit;
  }
  .lp3 .managment .slick-slide p, .lp3 .managment h3 {
    padding-left: 50px;
  }
  .lp3 .managment .slick-slide button {
    margin-left: 50px;
  }
  .lp3 .managment .slick-slide p.link span {
    margin-right: 14px;
  }
  .lp3 .templates .service-unit-wr .service-unit-hover span {
    padding: 10px 20px;
  }
  .lp3 .templates .service-unit-wr .service-unit-hover button {
    bottom: 15px;
  }
  .lp3 .work .titwrap p {
    padding-left: 25px;
  }
  .lp3 .platform .platformbtn button {
    width: 120px;
    color: #ffffff;
  }
  .lp3 .integrations-img {
    height: 470px;
    background: url("/site/assets/img/lp1/integrationsbg.jpg") no-repeat center center;
    background-size: 1400px auto;
  }
  .lp3 .integrations-img img {
    display: none;
  }
  .lp3 .getstart .table .right .getstartinfo {
    padding-left: 65px;
    margin-bottom: 20px;
  }
  .lp3 .getstart .table .right .getstartinfo {
    background-size: auto 30px !important;
  }
  .lp3 .getstart .table .right .getstartinfowr {
    padding: 10px 30px;
  }
}
@media screen and (max-width: 1090px) {
  .lp3 .managment .slick-slide p {
    padding-right: 0;
    padding-left: 0;
  }

  .lp3 .managment .tabshead div.slick-slide {
    font-size: 13px;
  }

  .lp3 .managment .tabshead .slider-nav .slick-slide {
    height: 56px;
  }

  .lp3 .slick-slider .reviews__next {
    right: 0px;
    left: inherit !important;
  }
  .lp3 .slick-slider .reviews__prev, .lp3 .slick-slider .reviews__next {
    left: 0px;
  }
  .lp3 .slick-slider .col8, .lp3 .slick-slider .col4 {
    display: block;
    width: 100%;
  }
  .lp3 .managment .tabsbody .tabcon {
    padding: 0 0px;
    margin: 0px 0;
  }
  .lp3 block, .lp3 section.header block {
    width: 894px !important;
  }
  .lp3 .platform .platformbtn button {
    margin-bottom: 10px;
  }
  .lp3 .platform block {
    padding-bottom: 80px;
  }
  .lp3 .getstart .table .col6 {
    padding: 0 0;
    display: block;
    width: 100%;
    max-width: 480px;
    margin: 0 auto 30px;
  }
  .lp3 .getstart {
    padding-bottom: 40px;
  }
}
.lp3 .manageslide2 {
  padding: 0 50px;
}

.lp3 .slick-slider.manageslide2 .reviews__next {
  right: 20px;
  left: inherit !important;
}

.lp3 .slick-slider.manageslide2 .reviews__prev, .lp3 .slick-slider.manageslide2 .reviews__next {
  left: 20px;
}

@media screen and (max-width: 992px) {
  .lp3 .allplarform .allplarformun > div {
    padding: 0 15px;
  }

  .lp3 .allplarform {
    padding: 100px 0 50px;
  }

  .lp3 .allplarform .allplarformun .info span {
    margin-right: 15px;
  }
  .lp3 .allplarform .allplarformun .info span:last-child {
    margin-right: 0;
  }

  .lp3 .header .lp3firstimg img {
    position: relative;
    left: 0;
  }

  .header {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .lp3 .managment {
    background-size: cover;
  }

  .lp3 .titwrap > div {
    width: 100%;
    display: block;
    margin-bottom: 25px;
  }

  .lp3 .workplatform .titwrap {
    padding-bottom: 30px;
  }

  .lp3 .workplatform .titwrap {
    padding: 100px 20px 30px;
  }

  .lp3 .workplatformun {
    width: 48%;
  }

  .lp3 .amazing h2 {
    margin-bottom: 25px;
    margin-top: 20px;
  }

  .lp3 .allplarform .allplarform-units {
    margin: 0 0px;
  }

  .lp3 block, .lp3 section.header block {
    width: 100% !important;
  }

  .lp3 .product .left, .lp3 .product .right {
    width: 100%;
    display: block;
    padding: 0 15px;
  }

  .lp3 .managment p {
    padding-left: 0;
  }

  .lp3 .managment .tabshead span {
    display: inline-block;
    padding: 5px;
    margin-bottom: 6px;
    line-height: 18px;
    font-size: 10px;
    max-width: 80px;
    width: 80px;
  }

  .lp3 .managment .slick-slide p, .lp3 .managment h3 {
    padding-left: 30px;
  }

  .lp3 .managment .slick-slide button {
    margin-left: 30px;
  }

  .lp3 .col3, .lp3 .col9, .lp3 .col4, .lp3 .col8 {
    width: 100% !important;
    display: block;
    padding: 0 15px !important;
  }

  .lp3 .work .titwrap p {
    padding-left: 0;
  }

  .lp3 .work .workun {
    width: 45%;
  }

  .lp3 .templates .col9 {
    margin-top: 20px;
  }

  .lp3 .views .task-list ul {
    list-style: none;
    padding-left: 0px;
    padding-top: 0;
  }

  .lp3 .plans .planun .planun-title {
    padding-top: 40px;
  }

  .lp3 .views .task-list ul li a {
    display: block;
    height: 21px;
    padding-top: 7px;
    line-height: 13px;
    font-size: 15px;
    color: #303740;
    padding: 5px 10px;
    margin-bottom: 7px;
  }

  .lp3 .views .task-list ul li a span {
    display: none;
  }

  .lp3 h2 br {
    display: none;
  }

  .lp3 .work .work-units {
    padding-top: 15px;
    margin: 0 0px;
  }

  .lp3 .tabsbody .slick-initialized .slick-slide {
    padding-left: 30px;
    padding-right: 30px;
  }
  .lp3 .tabsbody .slick-slider .reviews__prev, .lp3 .tabsbody .slick-slider .reviews__next {
    left: 10px !important;
  }
  .lp3 .tabsbody .slick-slider .reviews__next {
    right: 10px !important;
    left: inherit !important;
  }

  .lp3 .workplatformunimg img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .lp3 .platform .platform-title {
    line-height: 23px;
    font-size: 16px;
  }

  .lp3 .allplarform .allplarformun .text {
    padding: 0 8%;
    font-size: 15px;
    line-height: 22px;
  }

  .lp3 .workplatformun p.text {
    font-size: 15px;
    line-height: 22px;
  }

  .lp3 .allplarform .allplarformun button {
    margin-top: 20px;
    display: block;
    clear: both;
    margin-left: auto;
    margin-right: auto;
  }

  .lp3 .managment {
    padding: 60px 0;
  }

  .lp3 .allplarform .allplarformun > div {
    display: block;
    width: 100%;
    text-align: center;
  }
  .lp3 .allplarform .allplarformun > div .imgwrap > img {
    width: 100%;
    margin-bottom: 20px;
  }
  .lp3 .allplarform .allplarformun > div:after {
    content: "";
    display: table;
    clear: both;
  }
  .lp3 .allplarform .allplarformun > div.desk {
    display: block;
  }
  .lp3 .allplarform .allplarformun > div.mob {
    display: none;
  }

  .lp3 .platform {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .lp3 .allplarform .allplarformun {
    display: block;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #cccccc;
  }
  .lp3 .allplarform .allplarformun:last-child {
    border-bottom: none;
  }

  .lp3 .lp1-headerimgs .table > span {
    margin-bottom: 20px;
  }

  .lp3 .allplarform {
    padding: 80px 15px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .lp3 .allplarform .allplarformtitle {
    padding: 10px 0px 40px;
  }

  .lp3 .managment .title2 {
    padding: 0 20px;
    margin-bottom: 40px;
  }

  .lp3 .amazing .amazingunits .amazingunwr {
    width: 50%;
    margin-bottom: 20px;
  }

  .lp3 .partners {
    padding: 40px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .lp3 .reviews__next, .lp3 .reviews__prev {
    background-size: 100% auto;
  }

  .lp3 .managment h3, .lp3 .managment .slick-slide p {
    text-align: center;
  }

  .lp3 .managment .slick-slide button {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .lp3 .header .lp3-headerimgs div img {
    max-height: 15px;
  }

  .lp3 .header .lp3-headerimgs div span {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 10px;
  }

  .lp3 .views .table .col8 img {
    height: auto;
  }

  .lp3 .plans .planunwr {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
  }
  .lp3 .plans .planunwr .planun {
    margin-top: 0px;
  }
  .lp3 .plans .planunwr.planunwrst {
    margin-top: 0px;
  }

  .lp3 .work .workun {
    padding: 0 20px;
  }

  .lp3 .views .task-list ul li {
    display: inline-block;
    margin-right: 18px;
  }

  .lp3 .col6 {
    display: block;
    width: 100%;
  }

  .lp3 .amazing .amazing-img img {
    margin-bottom: 20px;
  }

  .lp3 .managment .tabshead {
    padding: 0 15px;
  }

  .lp3 .managment .tabsbody {
    margin-top: 30px;
  }

  .lp3 .amazing .left p {
    padding: 0 15px;
    font-size: 16px;
    line-height: 24px;
  }

  .lp3 .allplarform .allplarformun .title2 {
    font-size: 22px;
    text-align: center;
  }

  .lp3 .managment .tabshead button {
    padding: 0 14px;
  }

  .lp3 .allplarform .allplarformun > div {
    text-align: center;
  }

  .lp3 .lp1-headerimgs .table > span:first-child {
    display: block;
  }

  .partners img {
    max-width: inherit;
  }

  .partners {
    overflow: hidden;
  }
}
@media screen and (max-width: 650px) {
  .lp3 .managment .tabshead button {
    font-size: 13px;
    height: 34px;
    margin: 0 3px 15px;
  }

  .lp3 .titwrap p {
    line-height: 24px;
    font-size: 15px;
    padding-right: 0px;
  }

  .lp3 .work .workun {
    width: 100%;
    display: block;
  }

  .lp3 section.product block {
    padding: 50px 0;
  }

  .lp3 .workplatformun {
    width: 100%;
    display: block;
  }

  .lp3 .plans .planun ul {
    list-style: none;
    padding: 25px 25px 15px;
  }

  .lp3 .plans .planunits {
    margin-bottom: 10px;
  }

  .lp3 .plans {
    padding-bottom: 35px;
  }

  .lp3 .work .workun {
    margin-bottom: 60px;
  }

  .lp3 .templates .service-unit-wr .inwor {
    font-size: 12px;
    padding: 10px 15px;
    line-height: 18px;
  }

  .lp3 .templates .service-unit-wr .inwor img {
    width: 20px;
    display: block;
    margin: 5px auto 10px;
  }

  .lp3 .templates .service-unit-wr {
    width: 49%;
  }

  .lp3 .header form input {
    max-width: 100%;
  }

  .lp3 .header .lp3-headerimgs div, .lp3 .header form {
    display: block;
    max-width: 100%;
  }

  .lp3 .header .lp3-headerimgs div span {
    display: inline-block;
  }

  .lp3 .getstart .table .col6, .lp3 .getstart .table .left form {
    max-width: 100%;
    display: block;
  }

  .lp3 .header form {
    padding: 0 20px;
    text-align: center;
    height: auto;
    margin-bottom: 25px;
  }

  .lp3 .header h1 {
    font-size: 26px;
    line-height: 38px;
  }

  .lp3 .header form input {
    margin-bottom: 15px;
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .lp3 .partners {
    padding: 35px 15px;
  }

  .lp3 .header form button {
    display: block;
    margin: 0 auto;
    float: none;
  }

  .lp3 .templates.product block {
    padding-bottom: 30px;
  }

  .lp3 .header {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .lp3 .header .lp3-headerimgs div {
    height: auto;
  }

  .lp3 h2 {
    font-size: 24px !important;
    line-height: 32px !important;
  }

  .lp3 .platform .platformimg {
    padding: 0 10px 55px;
  }

  .lp3 .getstart .table {
    display: block;
    padding: 0 15px;
  }

  .lp3 .getstart .table .left form {
    width: 88%;
  }

  .lp3 .getstart .table .left form {
    width: 300px;
    margin-bottom: 20px;
  }

  body .lp3 {
    overflow-y: hidden;
  }

  .lp3 .workplatformun {
    width: 100%;
    display: block;
    margin: 0 auto 20px;
  }

  .lp3 .titwrap p {
    text-align: center;
  }

  .lp3 .managment .tabsbody .tabsbodysend button {
    position: static;
    margin-top: 15px;
    display: block;
    margin-bottom: 30px;
    float: left;
  }

  .lp3 .managment .tabsbody .tabsbodysend p {
    display: block;
    text-align: left;
  }

  .lp3 .managment .tabsbody .tabsbodysend {
    height: auto;
  }

  .lp3 .plans, .lp3 .amazing, .lp3 .getstart .table .col6:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .lp3 .managment {
    padding: 60px 0 60px;
  }

  .lp3 .managment .tabshead button {
    font-size: 10px;
    height: 30px;
    margin: 0 0px 15px;
    padding: 0 8px;
  }

  .lp3 .lp1-headerimgs .table > span {
    font-size: 14px;
  }

  .lp3 .getstart {
    padding-bottom: 80px;
  }

  .lp3 .amazing .amazingunits .amazingunwr {
    padding: 0;
  }

  .lp3 .amazing .amazingunits .amazingunwr:nth-child(3), .lp3 .amazing .amazingunits .amazingunwr:nth-child(4) {
    margin-bottom: 20px;
  }

  .lp3 .getstart .table .left form {
    width: 300px;
    margin-bottom: 20px;
  }

  .lp3 .amazing .amazingunits .amazingunwr {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .lp3 .amazing {
    background: #F0F2F5;
    padding: 50px 15px 50px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .lp3 .getstart .table .left form {
    width: 88%;
  }

  .lp3 .slick-slider .reviews__prev, .lp3 .slick-slider .reviews__next {
    left: 10px;
  }

  .lp3 .slick-slider .reviews__next {
    right: 25px;
  }

  .lp3 .managment .slick-slide p, .lp3 .managment h3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lp3 .managment .slick-slide p.link span {
    margin-right: 8px;
  }

  .lp3 .templates .service-unit-wr {
    margin-bottom: 25px;
    padding: 0 1px;
  }

  .lp3 .managment p {
    line-height: 21px;
    font-size: 15px;
  }

  .lp3 .managment .slick-slide p.link {
    padding-right: 0;
    padding-left: 0;
  }

  .lp3 .slider-nav.slick-slider .reviews__next {
    right: 0;
  }

  .lp3 .slider-nav.slick-slider .reviews__prev, .lp3 .slider-nav.slick-slider .reviews__next {
    left: 0;
  }
}
/* -webkit-transition: all 0.4s;*/
/* transition: all 0.4s;*/
.integration {
  margin-top: -80px;
  padding-top: 50px;
  background: #815BDC url("/site/assets/img/integration/bg1.png") no-repeat center 80px;
  background-size: 1920px auto;
}
.integration img {
  max-width: 100%;
}
.integration .header h1 {
  color: #ffffff;
}
.integration .header p {
  position: relative;
  z-index: 2;
  font-size: 19px;
  margin-bottom: 60px;
  color: #ffffff;
}
.integration .header block .container {
  padding-bottom: 0;
}
.integration .header .templatesmainimg {
  text-align: center;
}
.integration .header .templatesmainimg img {
  width: 420px;
  position: relative;
  top: 6px;
  margin-bottom: 25px;
}
.integration .header .templatesmainimg.appsmainimg img {
  width: 640px;
}
.integration h2 {
  text-align: center;
  font-size: 32px;
  line-height: 34px;
  font-weight: 600;
  padding: 65px 0 55px;
}
.integration .native {
  background: #ffffff;
}
.integration .native .native-units {
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #CBD2DC;
}
.integration .native .nativeun {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  text-align: center;
  padding: 0 35px 60px;
}
.integration .native .nativeun img {
  width: 88px;
  margin-bottom: 20px;
}
.integration .native .nativeun .title {
  font-size: 22px;
  line-height: 27px;
  font-weight: 600;
  margin: 0 0 17px;
}
.integration .native .nativeun .text {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 25px;
}
.integration .native .nativeun .readmore {
  margin: 0 auto;
}
.integration .importexport {
  padding-bottom: 80px;
  background: #fafbfc;
  position: relative;
}
.integration .importexport.importexportbord:before {
  position: absolute;
  content: "";
  width: 1110px;
  left: 50%;
  margin-left: -555px;
  bottom: 0px;
  height: 1px;
  background: #CBD2DC;
}
.integration .importexport .importexportwrap {
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.integration .importexport .importexportwrap .importexportun {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 0 90px 0 124px;
}
.integration .importexport .importexportwrap .importexportun .title {
  font-size: 22px;
  line-height: 27px;
  font-weight: 600;
  margin-bottom: 18px;
  margin-top: 0;
}
.integration .importexport .importexportwrap .importexportun .text {
  font-size: 15px;
  line-height: 24px;
  margin: 0 0 25px;
}
.integration .importexport .importexportwrap .importexportun.importexport1 {
  background: url("/site/assets/img/integration/import.png") no-repeat left 30px;
  background-size: 77px auto;
}
.integration .importexport .importexportwrap .importexportun.importexport2 {
  background: url("/site/assets/img/integration/export.png") no-repeat left 30px;
  background-size: 77px auto;
}
.integration .importexport .importexportwrap .importexportun.importexport3 {
  background: url("/site/assets/img/integration/export-to-pdf.png") no-repeat left 30px;
  background-size: 77px auto;
}
.integration .importexport .importexportwrap .importexportun.importexport4 {
  background: url("/site/assets/img/integration/print-version.png") no-repeat left 30px;
  background-size: 77px auto;
}
.integration .readmore {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  padding: 0;
  display: block;
  margin: 0;
  height: 40px;
  line-height: 40px;
  border: 1px solid #414A57;
  border-radius: 4px;
  width: 142px;
  padding-right: 10px;
  position: relative;
  text-align: center;
}
.integration .readmore:before {
  position: absolute;
  content: "";
  z-index: 1;
  left: 50%;
  margin-left: 40px;
  width: 6px;
  height: 10px;
  top: 50%;
  margin-top: -4px;
  background: url(/site/assets/img/views/arrow.png) no-repeat;
  background-size: 100% auto;
}
.integration .readmore.nobef:before {
  display: none;
}
.integration .readmore.nobef {
  padding-right: 0;
}
.integration .platform {
  color: #303740;
  background: #fafbfc url("/site/assets/img/lp1/lp1-bg-plat.png") no-repeat center center;
  background-size: 100% auto;
}
.integration .platform block {
  padding: 65px 0 95px;
  border-top: 1px solid #CBD2DC;
}
.integration .platform block h3 {
  line-height: 28px;
  font-size: 17px;
  text-align: center;
  font-weight: 600;
  line-height: 37px;
  font-size: 28px;
}
.integration .platform .platform-title {
  line-height: 28px;
  font-size: 17px;
  text-align: center;
  margin: 10px auto 40px auto;
  max-width: 800px;
}
.integration .platform .platformimg {
  padding: 0 120px 55px;
}
.integration .platform .platformimg img {
  width: 100%;
}
.integration .platform .platformbtn {
  text-align: center;
  width: 100%;
}
.integration .platform .platformbtn button, .integration .platform .platformbtn a {
  width: 140px;
  margin: 0 7px;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  background: #4E5561;
  border-radius: 4px;
  height: 42px;
  text-align: left;
  color: #ffffff;
  display: inline-block;
}
.integration .platform .platformbtn button.platformbtn1, .integration .platform .platformbtn a.platformbtn1 {
  background: #4E5561 url("/site/assets/img/lp1/btn4.svg") no-repeat 9px center;
}
.integration .platform .platformbtn button.platformbtn2, .integration .platform .platformbtn a.platformbtn2 {
  background: #4E5561 url("/site/assets/img/lp1/btn2.svg") no-repeat 9px center;
}
.integration .platform .platformbtn button.platformbtn3, .integration .platform .platformbtn a.platformbtn3 {
  background: #4E5561 url("/site/assets/img/lp1/btn3.svg") no-repeat 9px center;
}
.integration .platform .platformbtn button.platformbtn4, .integration .platform .platformbtn a.platformbtn4 {
  background: #4E5561 url("/site/assets/img/lp1/btn4.svg") no-repeat 9px center;
}
.integration .platform .platformbtn button.platformbtn5, .integration .platform .platformbtn a.platformbtn5 {
  background: #4E5561 url("/site/assets/img/lp1/btn5.svg") no-repeat 9px center;
}
.integration .platform .platformbtn button.platformbtn6, .integration .platform .platformbtn a.platformbtn6 {
  background: #4E5561 url("/site/assets/img/lp1/btn6.svg") no-repeat 9px center;
}
.integration .platform .platformbtn button.platformbtn7, .integration .platform .platformbtn a.platformbtn7 {
  background: #4E5561 url("/site/assets/img/lp1/btn7.svg") no-repeat 9px center;
}
.integration .platform .platformbtn button span, .integration .platform .platformbtn a span {
  display: block;
  padding: 7px 9px 0 40px;
  font-size: 12px;
}
.integration .platform .platformbtn button span i, .integration .platform .platformbtn a span i {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
}
.integration .platform .platformbtn button img, .integration .platform .platformbtn a img {
  width: 100px;
  margin-left: 0px;
  height: auto !important;
}
.integration .platform .platformbtn button:hover, .integration .platform .platformbtn a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1240px) {
  .integration .importexport.importexportbord:before {
    content: "";
    left: 20px;
    width: calc(100% - 40px) !important;
    margin-left: 0;
  }
}
@media screen and (max-width: 1090px) {
  .integration .platform .platformbtn a {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .integration .platform .platform-title {
    line-height: 23px;
    font-size: 16px;
  }
  .integration .platform {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .integration .native .nativeun {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    text-align: center;
    padding: 0 25px 50px;
  }
  .integration .importexport .importexportwrap .importexportun {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0 10px 0 84px;
    margin-bottom: 40px;
    background-size: 57px auto !important;
  }
}
@media screen and (max-width: 650px) {
  .integration .platform .platformimg {
    padding: 0 10px 55px;
  }
}
@media screen and (max-width: 550px) {
  .integration .native .nativeun {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
    padding: 0 25px 50px;
  }
}
.features {
  padding-bottom: 60px;
}
.features .newmenuwr.blue .newmenu {
  background: #815BDC;
}
.features nav block.default .actions a.signup {
  color: #399CF9;
  background: #ffffff;
}
.features .header {
  background: url("/site/assets/img/templates/featuresbg.jpg") no-repeat center top;
  padding-bottom: 40px;
  background-size: cover;
  margin-top: -57px;
  padding-top: 57px;
  background-color: #835bd8;
}
.features .header h1 {
  margin-bottom: 10px;
  color: #ffffff;
}
.features .header p {
  line-height: 27px;
  padding-left: 35px;
  text-align: center;
  margin: 0;
  margin-bottom: 80px;
  color: #ffffff;
  font-size: 19px;
}
.features .header .navmenucust a {
  display: inline-block;
  padding: 0 22px;
  height: 45px;
  line-height: 45px;
  text-decoration: none !important;
  background: #744AD8;
  opacity: 0.85;
  border-radius: 23px;
  margin: 0 10px 20px;
  font-weight: 600;
  font-size: 17px;
  color: #FFFFFF;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.features .header .navmenucust a:hover {
  opacity: 1;
}
.features .pagetpllist {
  overflow: hidden;
  padding-top: 20px;
}
.features .pagetpllistunits {
  margin-left: -15px;
  margin-right: -15px;
}
.features .pagetpllist-sidebar .pagetpllist-sidebarwr {
  display: block;
}
.features .pagetpllist-sidebar .pagetpllist-sidebarwr.active {
  display: block;
}
.features .pagetpllist-sidebar .pagetpllist-sidebarwr.active {
  position: fixed;
  top: 60px;
}
.features .pagetpllist-sidebar p.tit {
  font-size: 32px;
  font-weight: 600;
  line-height: 27px;
  margin-top: 45px;
  margin-bottom: 35px;
  text-align: center;
}
.features .pagetpllist-sidebar p.text {
  font-size: 16px;
  line-height: 24px;
  display: none;
}
.features .pagetpllist-content {
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.features .pagetpllist-content .pagetpllistun {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  padding: 15px 10px 0;
  margin-bottom: 20px;
}
.features .pagetpllist-content .pagetpllistun .pagetpllistunimg {
  text-align: center;
  overflow: hidden;
  height: 130px;
  margin-bottom: 15px;
  display: table;
  width: 100%;
}
.features .pagetpllist-content .pagetpllistun .pagetpllistunimg a {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
}
.features .pagetpllist-content .pagetpllistun .pagetpllistunimg img {
  width: 100%;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.features .pagetpllist-content .pagetpllistun .tit {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: left;
  margin-top: 13px;
  padding: 0 10px;
}
.features .pagetpllist-content .pagetpllistun .text {
  margin: 0;
  font-size: 15px;
  line-height: 21px;
  padding: 0 10px;
  text-align: left;
  color: #2A3038;
}
.features .pagetpllist-content .pagetpllistun .text a.more {
  display: none !important;
  width: 15px;
  height: 11px;
  background: url("/site/assets/img/pagetpl/more.svg") no-repeat;
  background-size: 11px 11px;
  background-position: 0 center;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 4px;
}
.features .pagetpllist-content .pagetpllistun .text a.more:hover {
  background-position: 4px center;
}

@media screen and (max-width: 1200px) {
  .features .pagetpllist-content {
    border-left: none;
    width: 100%;
    float: none;
  }
  .features .pagetpllist-sidebar {
    width: 100%;
    float: none;
    padding-right: 0;
    text-align: center;
  }
  .features .pagetpllistunits {
    text-align: center;
  }
}
@media screen and (max-width: 992px) {
  .features .pagetpllist-content .pagetpllistun {
    width: 32%;
  }
}
@media screen and (max-width: 768px) {
  .features .pagetpllist-content .pagetpllistun {
    width: 49%;
  }
  .features .header block h1 {
    font-size: 32px;
  }

  .features .header .navmenucust a {
    display: inline-block;
    padding: 0 15px;
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  .navmenucust {
    display: none;
  }

  section.header block .container {
    padding-top: 25px;
  }

  .features .header p {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 468px) {
  .features .pagetpllist-content .pagetpllistun {
    width: 100%;
    max-width: 300px;
  }
}
nav block.default .menu > span {
  margin: 0 40px 0 0;
  cursor: default;
}

nav block.default .menu, nav block.default .logo, nav block.default .actions {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.violet mobile .login svg path, .blue mobile .login svg path {
  fill: #ffffff;
}
.violet mobile .menu svg path:nth-child(2), .blue mobile .menu svg path:nth-child(2) {
  fill: #ffffff;
}

.violet nav block.default .actions a.signup, .blue nav block.default .actions a.signup {
  background-color: #ffffff;
  color: #399cf9;
}

.violet .newmenu .logo {
  background: url("/site/assets/svg/logo-full2.svg") no-repeat;
  background-size: 100% auto;
}
.violet .newmenu .menu > span, .violet .newmenu .menu > a {
  color: #ffffff;
}
.violet .newmenu .newmenuopener {
  position: relative;
  padding-right: 20px;
}
.violet .newmenu .newmenuopener img {
  display: none;
}
.violet .newmenu .newmenuopener:before {
  content: "";
  position: absolute;
  right: 0;
  width: 11px;
  height: 7px;
  top: 50%;
  margin-top: -4px;
  background: url("/site/assets/img/navigation2/navigation3.svg") no-repeat;
}

.violet nav mobile .gd-logo {
  background: url("/site/assets/svg/logo-full2.svg") no-repeat;
  background-size: 100% auto;
}

.blue nav mobile .gd-logo {
  background: url("/site/assets/svg/logo-full3.svg") no-repeat;
  background-size: 100% auto;
}

.blue .newmenu .logo {
  background: url("/site/assets/svg/logo-full3.svg") no-repeat;
  background-size: 100% auto;
}
.blue .newmenu .menu > span, .blue .newmenu .menu > a {
  color: #ffffff;
}
.blue .newmenu .newmenuopener {
  position: relative;
  padding-right: 20px;
}
.blue .newmenu .newmenuopener img {
  display: none;
}
.blue .newmenu .newmenuopener:before {
  content: "";
  position: absolute;
  right: 0;
  width: 11px;
  height: 7px;
  top: 50%;
  margin-top: -4px;
  background: url("/site/assets/img/navigation2/navigation3.svg") no-repeat;
}

nav {
  -webkit-transition: height 0.6s;
  -webkit-transition: height 0.6s;
  transition: height 0.6s;
}

.blue nav block.default .actions a.login, .violet nav block.default .actions a.login {
  border-color: #ffffff;
  color: #ffffff;
}

.newmenu .logo {
  width: 131px;
  height: 51px;
  display: block;
  background: url("/site/assets/svg/logo-full.svg") no-repeat;
  background-size: 100% auto;
}
.newmenu .logo img {
  display: none;
}

.newmenuwr {
  height: 90px;
}

.newmenu .newmenuopener .submenucust ul li a svg path {
  fill: #000000 !important;
}

.blue .newmenu {
  background-color: #5B6FDC !important;
}

.violet .newmenu {
  background-color: #815BDC !important;
}

.newmenu {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #fafbfc;
}
.newmenu.little {
  height: 60px;
  -webkit-box-shadow: 0 3px 6px 3px rgba(60, 65, 80, 0.1);
  box-shadow: 0 3px 6px 3px rgba(60, 65, 80, 0.1);
}
.newmenu.little.blue, .newmenu.little.violet {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.newmenu.little block.default .logo {
  margin-top: 3px;
}
.newmenu.little block.default .menu {
  margin-top: 0;
  line-height: 58px;
}
.newmenu.little block.default .actions {
  margin-top: 11px;
}
.newmenu.little {
  position: fixed;
}
.newmenu .newmenuopener {
  position: relative;
  display: inline-block;
  /*&:hover .submenucust {
    display: block;
  }*/
}
.newmenu .newmenuopener img {
  margin-left: 8px;
  position: relative;
  top: -2px;
}
.newmenu .newmenuopener .submenucust {
  position: absolute;
  z-index: 8;
  list-style: none;
  background: #ffffff;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 24px 0 rgba(100, 100, 100, 0.2);
  box-shadow: 0 0 24px 0 rgba(100, 100, 100, 0.2);
  width: 270px;
  left: -22px;
  top: 58px;
  width: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  display: none;
}
.newmenu .newmenuopener .submenucust span.bef {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  margin-top: -5px;
  margin-left: 30px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.newmenu .newmenuopener .submenucust.active {
  width: 240px;
  opacity: 1;
  overflow: inherit;
  display: block;
}
.newmenu .newmenuopener .submenucust ul {
  padding: 14px 20px;
  line-height: 20px;
  font-size: 16px;
  list-style: none;
}
.newmenu .newmenuopener .submenucust ul li {
  padding: 12px 5px;
  border-bottom: 1px solid #f0f0f0;
  width: 190px;
  /* background: url('/site/assets/img/navigation2/arrow.svg') no-repeat right center;*/
}
.newmenu .newmenuopener .submenucust ul li:hover {
  /*background: url('/site/assets/img/navigation2/arrow2.svg') no-repeat right center;*/
}
.newmenu .newmenuopener .submenucust ul li u {
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
}
.newmenu .newmenuopener .submenucust ul li:last-child {
  border-bottom: none;
}
.newmenu .newmenuopener .submenucust ul li:hover a {
  color: #4595F7;
}
.newmenu .newmenuopener .submenucust ul li a svg path {
  -webkit-transition: fill 0.4s;
  transition: fill 0.4s;
}
.newmenu .newmenuopener .submenucust ul li:hover a svg path {
  fill: #4595F7 !important;
}
.newmenu .newmenuopener .submenucust ul li a svg path {
  fill: #5A676D !important;
}
.newmenu .newmenuopener .submenucust ul li a {
  color: #3a3b3c;
  font-size: 15px;
  padding-left: 24px;
  position: relative;
  display: block;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.newmenu .newmenuopener .submenucust ul li a.solutions-no-icon {
  padding-left: 6px;
}
.newmenu .newmenuopener .submenucust ul li a i {
  position: absolute;
  width: 50px;
  display: inline-block;
  height: 20px;
  left: 0;
  z-index: 1;
  top: 50%;
  margin-top: -10px;
  vertical-align: middle;
  font-size: 20px;
  line-height: 20px;
}
.newmenu .newmenuopener .submenucust ul li a span {
  display: inline-block;
  /*font-weight: 800;*/
  /*text-transform: uppercase;*/
  line-height: 20px;
}
.newmenu .newmenuopener .submenucust ul li a b {
  display: none;
  font-weight: 300;
  font-size: 13px;
  color: #3a3b3c;
  text-transform: none;
}
.newmenu .newmenuopener .submenucust.submenucusttwo {
  width: 600px;
}
.newmenu .newmenuopener .submenucust.submenucusttwo ul {
  width: 49%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}
.newmenu .newmenuopener .submenucust:hover li:hover {
  opacity: 1;
}

nav mobile.little {
  padding-top: 19px;
}

#menu-mobile.little .top {
  height: 60px;
}

nav mobile.little .gd-logo, #menu-mobile.little .top .logo {
  top: 8px;
}

#menu-mobile.little .main {
  background-color: #212e35;
  height: calc(100% - 60px);
}

#menu-mobile.little .top .close, #menu-mobile.little .top .login {
  margin-top: 19px;
}

#menu-mobile.little .top .close {
  margin-left: 20px;
}

#menu-mobile .top .close {
  margin-top: 26px;
  margin-left: 20px;
}

.newmenuwrmob #menu-mobile {
  position: fixed;
  z-index: 999;
  bottom: 0;
  overflow-y: auto;
}
.newmenuwrmob #menu-mobile .main {
  overflow: hidden;
  background: #ffffff;
}
.newmenuwrmob .linkmenu-js {
  position: relative;
}
.newmenuwrmob .linkmenu-js img {
  margin-left: 8px;
  position: relative;
  top: -2px;
}
.newmenuwrmob .linkmenu-js img svg path {
  fill: #ffffff !important;
}
.newmenuwrmob .submenucust {
  position: absolute;
  z-index: 8;
  line-height: 20px;
  font-size: 16px;
  list-style: none;
  padding: 25px;
  background: #ffffff;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 24px 0 rgba(100, 100, 100, 0.2);
  box-shadow: 0 0 24px 0 rgba(100, 100, 100, 0.2);
  width: 210px;
  max-width: 100%;
  left: 20px;
  top: 58px;
  display: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.newmenuwrmob .submenucust:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  margin-top: -30px;
  margin-left: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.newmenuwrmob .submenucust li {
  padding: 14px 0;
  border-bottom: 1px solid #f0f0f0;
}
.newmenuwrmob .submenucust li:last-child {
  border-bottom: none;
}
.newmenuwrmob .submenucust li a {
  color: #3a3b3c;
  font-size: 16px;
  padding-left: 50px;
  position: relative;
  color: #399cf9;
  display: block;
}
.newmenuwrmob .submenucust li a i {
  position: absolute;
  width: 50px;
  display: inline-block;
  height: 20px;
  left: 0;
  z-index: 1;
  top: 50%;
  margin-top: -10px;
  vertical-align: middle;
  font-size: 20px;
  line-height: 20px;
}
.newmenuwrmob .submenucust li a span {
  display: inline-block;
  font-weight: 600;
}
.newmenuwrmob .submenucust li a b {
  display: block;
  font-weight: 300;
  font-size: 13px;
  color: #3a3b3c;
}
.newmenuwrmob .submenucust:hover li {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0.6;
}
.newmenuwrmob .submenucust:hover li:hover {
  opacity: 1;
}
.newmenuwrmob #menu-mobile .submenucust ul {
  padding: 0;
}
.newmenuwrmob #menu-mobile .main span.link {
  cursor: default;
}

@media screen and (max-width: 992px) {
  #menu-mobile .main .link.linkbtn {
    display: inline-block;
    width: 47%;
    padding: 0;
    text-align: center;
    float: left;
    background: #06c026 !important;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    color: #ffffff !important;
    font-weight: 300;
  }
  #menu-mobile .main .link.linkbtn.linkbtnright {
    float: right;
    color: #212e35 !important;
    background: transparent !important;
    border: 1px solid #212e35;
  }

  .linkbtnwr {
    padding: 0 20px;
    position: fixed;
    width: 100%;
    bottom: 0;
    height: 70px;
    background: #ffffff;
    padding-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #menu-mobile.little .main {
    background-color: #ffffff;
  }
  #menu-mobile.little .main .link {
    background: #ffffff;
    color: #212e35;
    font-weight: 600;
  }
  #menu-mobile.little .main .separator {
    display: none;
  }

  #menu-mobile .main .separator {
    display: none;
  }

  .newmenuwrmob .submenucust {
    position: static;
    display: block;
  }
  .newmenuwrmob .submenucust li a {
    color: #212e35;
  }

  #menu-mobile .main .link {
    height: auto;
    border-bottom: none;
    background-color: #ffffff;
    color: #212e35;
    border-bottom: 1px solid #f0f0f0;
  }

  .newmenuwrmob #menu-mobile .main {
    overflow-y: auto;
  }

  .newmenuwrmob .submenucust:before {
    display: none;
  }

  .newmenuwrmob .submenucust {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px 0px 15px;
  }

  .newmenuwrmob .submenucust li {
    list-style: none;
    border: none;
  }
  .newmenuwrmob .submenucust li u {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
  }

  .newmenuwrmob .submenucust li a {
    padding-left: 0;
  }
  .newmenuwrmob .submenucust li a span {
    font-weight: 400;
    padding-left: 15px;
  }
}
.templates nav block.default .actions a.signup {
  color: #399CF9;
  background: #ffffff;
}

.templates .newmenuwr.blue .newmenu, .templates .newmenuwrmob3 #menu-mobile .top {
  background: #5B6FDC;
}

.templates .pagetpl .pagetpllist {
  padding-top: 45px;
}

.templates .pagetpl .header {
  margin-bottom: 20px;
}

.pagetpl .header {
  padding-bottom: 0px;
  padding-top: 57px;
  margin-top: -87px;
  background: #815BDC url("/site/assets/img/templates/featuresbg.jpg") no-repeat;
  background-size: 1920px auto;
}
.pagetpl .header .templatesmainimg {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin-top: -50px;
}
.pagetpl .header .templatesmainimg img {
  width: 100%;
  max-width: 600px;
  position: relative;
  top: 8px;
  left: 70px;
}
.pagetpl .header h1, .pagetpl .header p {
  color: #ffffff;
}
.pagetpl .header p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  font-size: 19px;
  margin-bottom: 50px;
}
.pagetpl .templates-menu {
  padding: 45px 0 30px;
  margin-bottom: 60px;
  background: #ffffff;
}
.pagetpl .templates-menu h1 {
  margin-bottom: 15px;
  text-align: center;
}
.pagetpl .templates-menu p {
  line-height: 27px;
  font-size: 17px;
  padding-left: 35px;
  text-align: center;
  margin: 0;
  margin-bottom: 40px;
}
.pagetpl .templates-menu .navmenucust {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.pagetpl .templates-menu .navmenucust a {
  display: inline-block;
  padding: 0 22px;
  height: 45px;
  line-height: 45px;
  text-decoration: none !important;
  background: #5368DA;
  opacity: 0.85;
  border-radius: 23px;
  margin: 0 8px 15px;
  font-weight: 600;
  font-size: 17px;
  color: #FFFFFF;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.pagetpl .templates-menu .navmenucust a:hover {
  opacity: 1;
}
.pagetpl .pagetpllist {
  padding-top: 45px;
  overflow: hidden;
}
.pagetpl .pagetpllist:nth-child(1) {
  padding-top: 60px;
}
.pagetpl .pagetpllist:last-child {
  padding-bottom: 45px;
}
.pagetpl .pagetpllist-sidebar .pagetpllist-sidebarwr {
  display: block;
}
.pagetpl .pagetpllist-sidebar .pagetpllist-sidebarwr.active {
  display: block;
}
.pagetpl .pagetpllist-sidebar .pagetpllist-sidebarwr.active {
  position: fixed;
  top: 60px;
}
.pagetpl .pagetpllist-sidebar p.tit {
  font-size: 32px;
  font-weight: 600;
  line-height: 27px;
  color: #414A57;
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
}
.pagetpl .pagetpllist-sidebar p.text {
  font-size: 16px;
  line-height: 24px;
}
.pagetpl .pagetpllistunits {
  margin-left: -10px;
  margin-right: -10px;
}
.pagetpl .pagetpllist-content {
  padding-top: 30px;
  margin-bottom: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pagetpl .pagetpllist-content .pagetpllistun {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 47.5%;
  border-radius: 5px;
  margin: 0 1.1%;
  padding: 15px;
  margin-bottom: 29px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  /* desc*/
}
.pagetpl .pagetpllist-content .pagetpllistun:hover .text span.more, .pagetpl .pagetpllist-content .pagetpllistun:hover .text a.more {
  background: url("/site/assets/img/pagetpl/moreviolet.svg") no-repeat;
  background-size: 11px 11px;
  background-position: 0 center;
  opacity: 1;
}
.pagetpl .pagetpllist-content .pagetpllistun:nth-child(odd) {
  clear: left;
}
.pagetpl .pagetpllist-content .pagetpllistun .pagetpllistuncontent {
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}
.pagetpl .pagetpllist-content .pagetpllistun .pagetpllistunimg {
  overflow: hidden;
  height: auto;
  padding-right: 15px;
  vertical-align: middle;
  display: table-cell;
  width: 26%;
  overflow: hidden;
  height: 90px;
  max-width: 130px;
}
.pagetpl .pagetpllist-content .pagetpllistun .pagetpllistunimg a {
  display: block;
  text-align: center;
}
.pagetpl .pagetpllist-content .pagetpllistun .pagetpllistunimg img {
  height: 104px;
  display: block;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: -37px;
}
.pagetpl .pagetpllist-content .pagetpllistun .tit {
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 9px;
  color: #414A57;
}
.pagetpl .pagetpllist-content .pagetpllistun .tit:first-letter {
  text-transform: uppercase;
}
.pagetpl .pagetpllist-content .pagetpllistun .text {
  margin: 0;
  font-size: 15px;
  line-height: 20px;
  padding-right: 20px;
  height: 60px;
  overflow: hidden;
}
.pagetpl .pagetpllist-content .pagetpllistun .text a.more, .pagetpl .pagetpllist-content .pagetpllistun .text span.more {
  width: 15px;
  height: 11px;
  background: url("/site/assets/img/pagetpl/more.svg") no-repeat;
  background-size: 11px 11px;
  background-position: 0 center;
  display: block;
  position: absolute;
  margin-left: 4px;
  right: 15px;
  top: 50%;
  margin-top: -6px;
  opacity: 0.3;
}

@media screen and (max-width: 1200px) {
  .pagetpl .pagetpllist-content {
    border-left: none;
    width: 100%;
    float: none;
  }
  .pagetpl .pagetpllist-sidebar {
    width: 100%;
    float: none;
    padding-right: 0;
    text-align: center;
  }
  .pagetpl .pagetpllistunits {
    text-align: center;
  }
}
@media screen and (max-width: 992px) {
  .pagetpl .pagetpllist-content .pagetpllistun {
    width: 32%;
  }

  .pagetpl .header .templatesmainimg img {
    left: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .pagetpl .pagetpllist-content .pagetpllistun {
    width: 100%;
    display: block;
    float: none;
    margin: 0 0 15px;
  }
  .pagetpl .pagetpllistunits {
    padding-left: 0;
  }
  .pagetpl .header block h1 {
    font-size: 32px;
  }

  .pagetpl .header .navmenucust a {
    display: inline-block;
    padding: 0 15px;
    font-size: 13px;
  }
}
@media screen and (max-width: 468px) {
  .pagetpl .pagetpllist-content .pagetpllistun {
    width: 100%;
  }
}
@media screen and (min-width: 1919px) {
  .pagetpl .header {
    background-size: cover;
  }
}
.agency-collaboration .getstart {
  background: #F0F2F5;
  padding: 0 0 80px;
}
.agency-collaboration .getstart h2 {
  text-align: center;
  font-weight: 700;
  line-height: 39px;
  font-size: 32px;
}
.agency-collaboration .getstart .table {
  display: table;
  width: 100%;
}
.agency-collaboration .getstart .table .col6 {
  padding: 0 15px;
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
.agency-collaboration .getstart .table .left, .agency-collaboration .getstart .table .right {
  height: 577px;
  background: url("/site/assets/img/lp1/getstartleft.jpg") no-repeat center top;
  background-size: auto 100%;
  border-radius: 6px;
  padding: 59px 0;
}
.agency-collaboration .getstart .table .left {
  color: #ffffff;
}
.agency-collaboration .getstart .table .left h2 {
  margin-bottom: 12px;
}
.agency-collaboration .getstart .table .left p {
  line-height: 28px;
  font-size: 15px;
  opacity: 0.8;
  margin-bottom: 40px;
  text-align: center;
  margin-top: 0;
}
.agency-collaboration .getstart .table .left form {
  width: 490px;
  margin: 0 auto;
  max-width: 82%;
  text-align: center;
}
.agency-collaboration .getstart .table .left form input {
  background: #ffffff;
  height: 40px;
  margin-bottom: 40px;
  width: 100%;
  border: 1px solid #D5D9DE;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0 20px;
  line-height: 20px;
  font-size: 16px;
  color: #525F6E;
}
.agency-collaboration .getstart .table .left form button {
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  font-weight: 600;
}
.agency-collaboration .getstart .table .right {
  color: #303740;
  background: #ffffff;
}
.agency-collaboration .getstart .table .right button {
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  margin: 0 auto;
  background: #399CF9;
  border-radius: 4px;
  border: none;
  color: #ffffff;
  font-weight: 600;
  display: block;
}
.agency-collaboration .getstart .table .right h2 {
  margin-bottom: 24px;
}
.agency-collaboration .getstart .table .right .getstartinfowr {
  padding: 10px 50px;
}
.agency-collaboration .getstart .table .right .getstartinfo {
  padding-left: 100px;
  margin-bottom: 28px;
  background-size: auto 40px !important;
}
.agency-collaboration .getstart .table .right .getstartinfo .tit {
  font-weight: 600;
  line-height: 28px;
  font-size: 18px;
  margin: 5px 0;
}
.agency-collaboration .getstart .table .right .getstartinfo .tex {
  line-height: 28px;
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 5px;
}
.agency-collaboration .getstart .table .right .getstartinfo1 {
  background: url("/site/assets/img/lp1/get1.png") no-repeat left center;
}
.agency-collaboration .getstart .table .right .getstartinfo2 {
  background: url("/site/assets/img/lp1/get2.png") no-repeat left center;
}
.agency-collaboration .getstart .table .right .getstartinfo3 {
  background: url("/site/assets/img/lp1/get3.png") no-repeat left center;
}
.agency-collaboration .col6 {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
.agency-collaboration .col3 {
  display: table-cell;
  width: 25%;
  vertical-align: top;
}
.agency-collaboration .col9 {
  display: table-cell;
  width: 75%;
  vertical-align: top;
}
.agency-collaboration .col4 {
  display: table-cell;
  width: 33.33%;
  vertical-align: top;
}
.agency-collaboration .col8 {
  display: table-cell;
  width: 66.66%;
  vertical-align: top;
}
.agency-collaboration .breadcust {
  padding: 30px 0 45px;
}
.agency-collaboration .breadcust a {
  position: relative;
  font-size: 16px;
  color: #333333;
  display: inline-block;
  margin-right: 30px;
}
.agency-collaboration .breadcust a:before {
  width: 6px;
  height: 1px;
  background: #333333;
  content: "";
  position: absolute;
  z-index: 2;
  right: -21px;
  top: 7px;
}
.agency-collaboration .breadcust span {
  font-size: 16px;
  color: #333333;
  display: inline-block;
}
.agency-collaboration .main-titlewr {
  position: relative;
  padding-left: 144px;
  margin-bottom: 80px;
  padding-right: 200px;
  background: url("/site/assets/img/agency-collaboration/1.png") no-repeat left center;
}
.agency-collaboration .main-titlewr h1 {
  font-weight: 600;
  margin-bottom: 0;
}
.agency-collaboration .main-titlewr p {
  font-size: 16px;
  line-height: 22px;
  margin-top: 15px;
}
.agency-collaboration .main-titlewr .bluebtn {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}
.agency-collaboration .bluebtn {
  background-color: #796eff;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  height: 36px;
  letter-spacing: 0.5px;
  line-height: 36px;
  padding: 0 16px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.15s, color 0.15s ease-in-out;
  white-space: nowrap;
}
.agency-collaboration .thiscontent {
  padding: 0 0 80px;
}
.agency-collaboration .thiscontent img {
  max-width: 100%;
  margin-bottom: 40px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
.agency-collaboration .thiscontent .thiscontent-val {
  padding: 0 100px;
}
.agency-collaboration .thiscontent p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin: 0 0 30px;
}
.agency-collaboration .thiscontent p.title {
  font-size: 32px;
  font-weight: 600;
  margin: 15px 0 45px;
  line-height: 44px;
}
.agency-collaboration .thiscontent ul li {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin: 0 0 20px;
}
.agency-collaboration .thiscontent ul li b {
  font-weight: 600;
}
.agency-collaboration .related-templates {
  padding: 0 0 80px;
}
.agency-collaboration .related-templates p.title {
  border-top: 1px solid #333333;
  margin: 45px 0 65px;
  padding-top: 20px;
  font-size: 16px;
  font-weight: 600;
}
.agency-collaboration .related-templates .related-templates-units {
  margin-left: -25px;
  margin-right: -25px;
  text-align: center;
}
.agency-collaboration .related-templates .related-templatesunwr {
  display: inline-block;
  width: 49%;
  padding: 0 20px;
  text-align: left;
  margin-bottom: 40px;
}
.agency-collaboration .related-templates .related-templatesunwr:hover .related-templatesun {
  box-shadow: 0 3px 35px 0 rgba(36, 50, 66, 0.4);
}
.agency-collaboration .related-templates .related-templatesun {
  display: table;
  width: 100%;
  border-radius: 20px;
  background: #ffffff;
  padding: 25px;
  box-shadow: 0 3px 5px 0 rgba(36, 50, 66, 0.2);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.agency-collaboration .related-templates .related-templatesun > div {
  display: table-cell;
  vertical-align: middle;
}
.agency-collaboration .related-templates .related-templatesunval p {
  font-size: 20px;
  font-weight: 600;
}
.agency-collaboration .related-templates .related-templatesunval p span {
  font-size: 16px;
  font-weight: 300;
  display: block;
  margin-top: 10px;
}
.agency-collaboration .thiscontenttabopener {
  float: left;
  width: 13%;
}
.agency-collaboration .thiscontenttabopener .opentab {
  cursor: pointer;
}
.agency-collaboration .thiscontenttabwr {
  float: left;
  width: 87%;
  padding-left: 60px;
}
.agency-collaboration .thiscontenttab {
  display: none;
}
.agency-collaboration .thiscontenttab.active {
  display: block;
}

.agency-collaboration .getstart .table .right, .agency-collaboration .getstart {
  background: transparent !important;
}

.col6 {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}

@media screen and (max-width: 1200px) {
  .agency-collaboration .getstart .table .right .getstartinfo {
    padding-left: 65px;
    margin-bottom: 20px;
  }
  .agency-collaboration .getstart .table .right .getstartinfo {
    background-size: auto 30px !important;
  }
  .agency-collaboration .getstart .table .right .getstartinfowr {
    padding: 10px 30px;
  }

  .agency-collaboration .getstart .table .right .getstartinfo {
    padding-left: 65px;
    margin-bottom: 20px;
  }

  .agency-collaboration .getstart .table .right .getstartinfo {
    background-size: auto 30px !important;
  }

  .agency-collaboration .getstart .table .right .getstartinfowr {
    padding: 10px 30px;
  }
}
@media screen and (max-width: 1090px) {
  .agency-collaboration .getstart .table .col6 {
    padding: 0 0;
    display: block;
    width: 100%;
    max-width: 480px;
    margin: 0 auto 30px;
  }

  .agency-collaboration .getstart {
    padding-bottom: 40px;
  }

  .col8, .col4 {
    display: block;
    width: 100%;
  }

  .getstart .table .col6 {
    padding: 0 0;
    display: block;
    width: 100%;
    max-width: 480px;
    margin: 0 auto 30px;
  }

  .getstart {
    padding-bottom: 40px;
  }

  .agency-collaboration .thiscontent .thiscontent-val {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .agency-collaboration .thiscontent p.title {
    font-size: 22px;
    font-weight: 600;
    margin: 15px 0 27px;
    line-height: 40px;
  }

  .agency-collaboration .getstart .table .col6, .agency-collaboration .getstart .table .left form {
    max-width: 100%;
    display: block;
  }

  .agency-collaboration .getstart .table {
    display: block;
    padding: 0 15px;
  }

  .agency-collaboration .getstart .table .left form {
    width: 88%;
  }

  .agency-collaboration .getstart .table .left form {
    width: 300px;
    margin-bottom: 20px;
  }

  .agency-collaboration .getstart .table .left form {
    width: 300px;
    margin-bottom: 20px;
  }

  .related-templatesunimg {
    width: 100px;
    padding-right: 15px;
  }

  .agency-collaboration .related-templates .related-templatesunwr {
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
  }

  .agency-collaboration .related-templates .related-templates-units {
    margin-left: 0px;
    margin-right: 0px;
  }

  .agency-collaboration .main-titlewr {
    padding-right: 0;
    padding-left: 0;
    background: transparent;
  }

  .agency-collaboration .main-titlewr .bluebtn {
    top: inherit;
    bottom: -50px;
  }

  .agency-collaboration .main-titlewr {
    margin-bottom: 100px;
  }

  .agency-collaboration .related-templates p.title {
    margin: 0 0 25px;
  }

  .agency-collaboration .getstart .table .col6, .agency-collaboration .getstart .table .left form {
    max-width: 100%;
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .agency-collaboration .getstart .table .left, .agency-collaboration .getstart .table .right {
    height: auto;
  }

  .agency-collaboration .getstart .table .left form {
    width: 300px;
    margin-bottom: 20px;
  }

  .agency-collaboration .getstart .table .left form {
    width: 88%;
  }
}
.agency-collaboration .getstart {
  background: #F0F2F5;
  padding: 0 0 80px;
}
.agency-collaboration .getstart h2 {
  text-align: center;
  font-weight: 700;
  line-height: 39px;
  font-size: 32px;
}
.agency-collaboration .getstart .table {
  display: table;
  width: 100%;
}
.agency-collaboration .getstart .table .col6 {
  padding: 0 15px;
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
.agency-collaboration .getstart .table .left, .agency-collaboration .getstart .table .right {
  height: 577px;
  background: url("/site/assets/img/lp1/getstartleft.jpg") no-repeat center top;
  background-size: auto 100%;
  border-radius: 6px;
  padding: 59px 0;
}
.agency-collaboration .getstart .table .left {
  color: #ffffff;
}
.agency-collaboration .getstart .table .left h2 {
  margin-bottom: 12px;
}
.agency-collaboration .getstart .table .left p {
  line-height: 28px;
  font-size: 15px;
  opacity: 0.8;
  margin-bottom: 40px;
  text-align: center;
  margin-top: 0;
}
.agency-collaboration .getstart .table .left form {
  width: 490px;
  margin: 0 auto;
  max-width: 82%;
  text-align: center;
}
.agency-collaboration .getstart .table .left form input {
  background: #ffffff;
  height: 40px;
  margin-bottom: 40px;
  width: 100%;
  border: 1px solid #D5D9DE;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0 20px;
  line-height: 20px;
  font-size: 16px;
  color: #525F6E;
}
.agency-collaboration .getstart .table .left form button {
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  font-weight: 600;
}
.agency-collaboration .getstart .table .right {
  color: #303740;
  background: #ffffff;
}
.agency-collaboration .getstart .table .right button {
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  margin: 0 auto;
  background: #399CF9;
  border-radius: 4px;
  border: none;
  color: #ffffff;
  font-weight: 600;
  display: block;
}
.agency-collaboration .getstart .table .right h2 {
  margin-bottom: 24px;
}
.agency-collaboration .getstart .table .right .getstartinfowr {
  padding: 10px 50px;
}
.agency-collaboration .getstart .table .right .getstartinfo {
  padding-left: 100px;
  margin-bottom: 28px;
  background-size: auto 40px !important;
}
.agency-collaboration .getstart .table .right .getstartinfo .tit {
  font-weight: 600;
  line-height: 28px;
  font-size: 18px;
  margin: 5px 0;
}
.agency-collaboration .getstart .table .right .getstartinfo .tex {
  line-height: 28px;
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 5px;
}
.agency-collaboration .getstart .table .right .getstartinfo1 {
  background: url("/site/assets/img/lp1/get1.png") no-repeat left center;
}
.agency-collaboration .getstart .table .right .getstartinfo2 {
  background: url("/site/assets/img/lp1/get2.png") no-repeat left center;
}
.agency-collaboration .getstart .table .right .getstartinfo3 {
  background: url("/site/assets/img/lp1/get3.png") no-repeat left center;
}
.agency-collaboration .col6 {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
.agency-collaboration .col3 {
  display: table-cell;
  width: 25%;
  vertical-align: top;
}
.agency-collaboration .col9 {
  display: table-cell;
  width: 75%;
  vertical-align: top;
}
.agency-collaboration .col4 {
  display: table-cell;
  width: 33.33%;
  vertical-align: top;
}
.agency-collaboration .col8 {
  display: table-cell;
  width: 66.66%;
  vertical-align: top;
}
.agency-collaboration .breadcust {
  padding: 30px 0 45px;
}
.agency-collaboration .breadcust a {
  position: relative;
  font-size: 16px;
  color: #333333;
  display: inline-block;
  margin-right: 30px;
}
.agency-collaboration .breadcust a:before {
  width: 6px;
  height: 1px;
  background: #333333;
  content: "";
  position: absolute;
  z-index: 2;
  right: -21px;
  top: 7px;
}
.agency-collaboration .breadcust span {
  font-size: 16px;
  color: #333333;
  display: inline-block;
}
.agency-collaboration .main-titlewr {
  position: relative;
  padding-left: 144px;
  margin-bottom: 80px;
  padding-right: 200px;
  background: url("/site/assets/img/agency-collaboration/1.png") no-repeat left center;
}
.agency-collaboration .main-titlewr h1 {
  font-weight: 600;
  margin-bottom: 0;
}
.agency-collaboration .main-titlewr p {
  font-size: 16px;
  line-height: 22px;
  margin-top: 15px;
}
.agency-collaboration .main-titlewr .bluebtn {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}
.agency-collaboration .bluebtn {
  background-color: #796eff;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  height: 36px;
  letter-spacing: 0.5px;
  line-height: 36px;
  padding: 0 16px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.15s, color 0.15s ease-in-out;
  white-space: nowrap;
}
.agency-collaboration .thiscontent {
  padding: 0 0 80px;
}
.agency-collaboration .thiscontent img {
  max-width: 100%;
  margin-bottom: 40px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
.agency-collaboration .thiscontent .thiscontent-val {
  padding: 0 100px;
}
.agency-collaboration .thiscontent p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin: 0 0 30px;
}
.agency-collaboration .thiscontent p.title {
  font-size: 32px;
  font-weight: 600;
  margin: 15px 0 45px;
  line-height: 44px;
}
.agency-collaboration .thiscontent ul li {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin: 0 0 20px;
}
.agency-collaboration .thiscontent ul li b {
  font-weight: 600;
}
.agency-collaboration .related-templates {
  padding: 0 0 80px;
}
.agency-collaboration .related-templates p.title {
  border-top: 1px solid #333333;
  margin: 45px 0 65px;
  padding-top: 20px;
  font-size: 16px;
  font-weight: 600;
}
.agency-collaboration .related-templates .related-templates-units {
  margin-left: -25px;
  margin-right: -25px;
  text-align: center;
}
.agency-collaboration .related-templates .related-templatesunwr {
  display: inline-block;
  width: 49%;
  padding: 0 20px;
  text-align: left;
  margin-bottom: 40px;
}
.agency-collaboration .related-templates .related-templatesunwr:hover .related-templatesun {
  box-shadow: 0 3px 35px 0 rgba(36, 50, 66, 0.4);
}
.agency-collaboration .related-templates .related-templatesun {
  display: table;
  width: 100%;
  border-radius: 20px;
  background: #ffffff;
  padding: 25px;
  box-shadow: 0 3px 5px 0 rgba(36, 50, 66, 0.2);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.agency-collaboration .related-templates .related-templatesun > div {
  display: table-cell;
  vertical-align: middle;
}
.agency-collaboration .related-templates .related-templatesunval p {
  font-size: 20px;
  font-weight: 600;
}
.agency-collaboration .related-templates .related-templatesunval p span {
  font-size: 16px;
  font-weight: 300;
  display: block;
  margin-top: 10px;
}
.agency-collaboration .col6 {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}

@media screen and (max-width: 1200px) {
  .agency-collaboration .getstart .table .right .getstartinfo {
    padding-left: 65px;
    margin-bottom: 20px;
  }
  .agency-collaboration .getstart .table .right .getstartinfo {
    background-size: auto 30px !important;
  }
  .agency-collaboration .getstart .table .right .getstartinfowr {
    padding: 10px 30px;
  }

  .agency-collaboration .getstart .table .right .getstartinfo {
    padding-left: 65px;
    margin-bottom: 20px;
  }

  .agency-collaboration .getstart .table .right .getstartinfo {
    background-size: auto 30px !important;
  }

  .agency-collaboration .getstart .table .right .getstartinfowr {
    padding: 10px 30px;
  }
}
@media screen and (max-width: 1090px) {
  .agency-collaboration .getstart .table .col6 {
    padding: 0 0;
    display: block;
    width: 100%;
    max-width: 480px;
    margin: 0 auto 30px;
  }

  .agency-collaboration .getstart {
    padding-bottom: 40px;
  }

  .col8, .col4 {
    display: block;
    width: 100%;
  }

  .getstart .table .col6 {
    padding: 0 0;
    display: block;
    width: 100%;
    max-width: 480px;
    margin: 0 auto 30px;
  }

  .getstart {
    padding-bottom: 40px;
  }

  .agency-collaboration .thiscontent .thiscontent-val {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .agency-collaboration .getstart .table .col6, .agency-collaboration .getstart .table .left form {
    max-width: 100%;
    display: block;
  }

  .agency-collaboration .getstart .table {
    display: block;
    padding: 0 15px;
  }

  .agency-collaboration .getstart .table .left form {
    width: 88%;
  }

  .agency-collaboration .getstart .table .left form {
    width: 300px;
    margin-bottom: 20px;
  }

  .agency-collaboration .getstart .table .left form {
    width: 300px;
    margin-bottom: 20px;
  }

  .related-templatesunimg {
    width: 100px;
    padding-right: 15px;
  }

  .agency-collaboration .related-templates .related-templatesunwr {
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
  }

  .agency-collaboration .related-templates .related-templates-units {
    margin-left: 0px;
    margin-right: 0px;
  }

  .agency-collaboration .main-titlewr {
    padding-right: 0;
    padding-left: 0;
    background: transparent;
  }

  .agency-collaboration .main-titlewr .bluebtn {
    top: inherit;
    bottom: -50px;
  }

  .agency-collaboration .main-titlewr {
    margin-bottom: 100px;
  }

  .agency-collaboration .related-templates p.title {
    margin: 0 0 25px;
  }

  .agency-collaboration .getstart .table .col6, .agency-collaboration .getstart .table .left form {
    max-width: 100%;
    display: block;
  }

  .agency-collaboration .thiscontent p.title {
    font-size: 22px;
    font-weight: 600;
    margin: 15px 0 27px;
    line-height: 40px;
  }

  .agency-collaboration .getstart .table .left form input {
    width: 90%;
  }

  .agency-collaboration .thiscontenttabopener .opentab img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .agency-collaboration .getstart .table .left, .agency-collaboration .getstart .table .right {
    height: auto;
  }

  .agency-collaboration .getstart .table .left form {
    width: 300px;
    margin-bottom: 20px;
  }

  .agency-collaboration .getstart .table .left form {
    width: 88%;
  }
}
.views {
  background: #fafbfc;
}
.views .viewsmainimg {
  text-align: center;
}
.views .viewsmainimg img {
  width: 100%;
  max-width: 600px;
  position: relative;
  top: 10px;
  margin-top: -60px;
}
.views.features .header {
  padding-bottom: 0;
  margin-top: -87px;
}
.views.features .header block .container {
  padding-bottom: 0;
}
.views.features .header p {
  padding-left: 0;
}
.views .taskmanagements {
  padding: 20px 0 0px;
}
.views .taskmanagements h2 {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 44px;
  font-size: 32px;
  line-height: 34px;
  /* font-weight: 600;*/
}
.views .taskwrap {
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.views .taskwrap:last-child {
  border-bottom: none;
}
.views .taskunit {
  padding: 0 40px 50px;
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  text-align: center;
}
.views .taskunit .taskunitimg img {
  max-width: 100%;
  -webkit-box-shadow: 0px 2px 10px #D5D9DE;
  box-shadow: 0px 2px 10px #D5D9DE;
  border-radius: 5px;
}
.views .taskunit .tit {
  margin: 26px 0 15px;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
}
.views .taskunit .tex {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}
.views .taskunit .readmore {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  padding: 0;
  display: block;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  border: 1px solid #414A57;
  border-radius: 4px;
  width: 142px;
  padding-right: 10px;
  position: relative;
}
.views .taskunit .readmore:before {
  position: absolute;
  content: "";
  z-index: 1;
  left: 50%;
  margin-left: 40px;
  width: 6px;
  height: 10px;
  top: 50%;
  margin-top: -4px;
  background: url("/site/assets/img/views/arrow.png") no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 992px) {
  .views .taskunit {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media screen and (max-width: 600px) {
  .views .taskunit {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.templates nav block.default .actions a.signup {
  color: #399CF9;
  background: #ffffff;
}

.templates .newmenuwr.blue .newmenu, .templates .newmenuwrmob3 #menu-mobile .top {
  background: #5B6FDC;
}

.template-pag.viewpage .header {
  background-color: #fafbfc;
  padding-bottom: 0px;
  padding-top: 57px;
  margin-top: -57px;
  background: #5B6FDC url("/site/assets/img/templates/fly.png") no-repeat center 60px;
  background-size: 1920px auto;
}
.template-pag.viewpage .header .templatesmainimg {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin-top: -50px;
}
.template-pag.viewpage .header .templatesmainimg img {
  width: 100%;
  max-width: 802px;
  position: relative;
  top: 6px;
  left: 100px;
}
.template-pag.viewpage .header h1, .template-pag.viewpage .header p {
  color: #ffffff;
}
.template-pag.viewpage .header p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  font-size: 19px;
  margin-bottom: 60px;
}
.template-pag.viewpage .templates-menu {
  padding: 45px 0 30px;
  margin-bottom: 60px;
  background: #ffffff;
}
.template-pag.viewpage .templates-menu h1 {
  margin-bottom: 15px;
  text-align: center;
}
.template-pag.viewpage .templates-menu p {
  line-height: 27px;
  font-size: 17px;
  padding-left: 35px;
  text-align: center;
  margin: 0;
  margin-bottom: 40px;
}
.template-pag.viewpage .templates-menu .navmenucust {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.template-pag.viewpage .templates-menu .navmenucust a {
  display: inline-block;
  padding: 0 22px;
  height: 45px;
  line-height: 45px;
  text-decoration: none !important;
  background: #5368DA;
  opacity: 0.85;
  border-radius: 23px;
  margin: 0 8px 15px;
  font-weight: 600;
  font-size: 17px;
  color: #FFFFFF;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.template-pag.viewpage .templates-menu .navmenucust a:hover {
  opacity: 1;
}
.template-pag.viewpage .pagetpllist {
  padding-top: 45px;
  overflow: hidden;
}
.template-pag.viewpage .pagetpllist:nth-child(1) {
  padding-top: 60px;
}
.template-pag.viewpage .pagetpllist:last-child {
  padding-bottom: 45px;
}
.template-pag.viewpage .pagetpllist-sidebar {
  width: 17%;
  float: left;
  padding-right: 30px;
}
.template-pag.viewpage .pagetpllist-sidebar .pagetpllist-sidebarwr {
  display: block;
}
.template-pag.viewpage .pagetpllist-sidebar .pagetpllist-sidebarwr.active {
  display: block;
}
.template-pag.viewpage .pagetpllist-sidebar .pagetpllist-sidebarwr.active {
  position: fixed;
  top: 60px;
}
.template-pag.viewpage .pagetpllist-sidebar p.tit {
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
  color: #414A57;
}
.template-pag.viewpage .pagetpllist-sidebar p.text {
  font-size: 16px;
  line-height: 24px;
}
.template-pag.viewpage .pagetpllistunits {
  padding-left: 10px;
}
.template-pag.viewpage .pagetpllist-content {
  width: 81%;
  float: right;
  padding-top: 30px;
  margin-bottom: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.template-pag.viewpage .pagetpllist-content .pagetpllistun {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 47.5%;
  margin: 0 1.1%;
  padding: 15px;
  margin-bottom: 20px;
  background: #ffffff;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
.template-pag.viewpage .pagetpllist-content .pagetpllistun:nth-child(odd) {
  clear: left;
}
.template-pag.viewpage .pagetpllist-content .pagetpllistun .pagetpllistuncontent {
  text-align: left;
  display: table-cell;
  vertical-align: middle;
}
.template-pag.viewpage .pagetpllist-content .pagetpllistun:hover .pagetpllistunimg img {
  width: 98%;
}
.template-pag.viewpage .pagetpllist-content .pagetpllistun .pagetpllistunimg {
  overflow: hidden;
  height: auto;
  padding-right: 15px;
  vertical-align: middle;
  display: table-cell;
  width: 35%;
}
.template-pag.viewpage .pagetpllist-content .pagetpllistun .pagetpllistunimg a {
  display: block;
  text-align: center;
}
.template-pag.viewpage .pagetpllist-content .pagetpllistun .pagetpllistunimg img {
  width: 94% !important;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.template-pag.viewpage .pagetpllist-content .pagetpllistun .tit {
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #414A57;
}
.template-pag.viewpage .pagetpllist-content .pagetpllistun .tit:first-letter {
  text-transform: uppercase;
}
.template-pag.viewpage .pagetpllist-content .pagetpllistun .text {
  margin: 0;
  font-size: 15px;
  line-height: 18px;
  padding-right: 20px;
}
.template-pag.viewpage .pagetpllist-content .pagetpllistun .text a.more, .template-pag.viewpage .pagetpllist-content .pagetpllistun .text span.more {
  width: 15px;
  height: 11px;
  background: url("/site/assets/img/pagetpl/more.svg") no-repeat;
  background-size: 11px 11px;
  background-position: 0 center;
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 4px;
  right: 15px;
  top: 50%;
  margin-top: -6px;
  opacity: 0.3;
}

.viewpage .pagetpl .pagetpllist {
  padding-top: 0px;
  padding-bottom: 30px !important;
}

.template-page.viewpage .detailswrap p {
  padding-right: 130px;
}
.template-page.viewpage .template-page-tab {
  background: #FAFBFC;
  padding-top: 25px;
}
.template-page.viewpage .header {
  border-bottom: none;
}
.template-page.viewpage .header .container {
  padding-bottom: 0;
}
.template-page.viewpage .backlink {
  background: #815BDC;
  padding: 95px 0 26px;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 1;
}
.template-page.viewpage .backlink a {
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: #FFFFFF;
}
.template-page.viewpage .backlink a img {
  width: 13px;
  margin-right: 3px;
}
.template-page.viewpage h1 span i img {
  width: 38px;
  height: 38px;
}
.template-page.viewpage h1 span {
  margin-left: 0;
}
.template-page.viewpage h1 span i img {
  margin-right: 24px;
  display: block;
  position: relative;
  top: -1px;
}
.template-page.viewpage h1 u b {
  font-size: 40px;
  font-weight: 600;
}
.template-page.viewpage h2 {
  padding-top: 0;
}
.template-page.viewpage .tabswrap {
  margin-top: 50px;
}
.template-page.viewpage .template-page-tab .tabsval {
  width: 100%;
  padding-right: 0;
  text-align: center;
  margin-bottom: 65px;
}
.template-page.viewpage .tabsun {
  margin: 0 auto;
  max-width: 1010px;
}

.views.viewspage .taskunit .taskunitimg img {
  border-radius: 50%;
}
.views.viewspage .taskmanagements h2 {
  padding-top: 0;
  margin-top: 0;
  text-align: center;
}
.views.viewspage .taskwrap {
  border-bottom: none;
  padding-bottom: 0;
}
.views.viewspage .taskunit {
  padding: 0 30px 40px;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
  text-align: center;
}
.views.viewspage .buttonwr {
  text-align: center;
  padding-bottom: 65px;
}
.views.viewspage .buttonwr a {
  height: 40px;
  padding: 0 28px 0 28px;
  line-height: 38px;
  border: 1px solid #399cf9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: 600;
  font-size: 15px;
  line-height: 40px;
  color: #ffffff;
  background: #399cf9;
  display: inline-block;
}

.template-page .detailswrap a, .template-page .detailswrap .secondbtn {
  height: 40px;
  padding: 0 28px 0 28px;
  line-height: 38px;
  border: 1px solid #399cf9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: 600;
  font-size: 15px;
  line-height: 40px;
  color: #ffffff;
  background: #399cf9;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.template-page .detailswrap .secondbtn {
  right: 132px;
  background: #ffffff;
  color: #222222;
  border: 1px solid #222222;
}

.otherview {
  padding: 60px 0;
  background: #F0F2F5;
}
.otherview h2 {
  text-align: center;
  margin-bottom: 40px;
}
.otherview .otherview-units {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.otherview .otherviewun {
  background: #ffffff;
  padding: 25px 30px;
  display: table;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 10px #D5D9DE;
  box-shadow: 0px 2px 10px #D5D9DE;
  border-radius: 3px;
  width: 48%;
  margin: 0 1% 20px;
  float: left;
}
.otherview .otherviewun > div {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.otherview .otherviewun > div:nth-child(2):before {
  position: absolute;
  content: "";
  z-index: 1;
  right: 0px;
  width: 6px;
  height: 10px;
  top: 50%;
  margin-top: -4px;
  background: url("/site/assets/img/views/arrow.png") no-repeat;
  background-size: 100% auto;
}
.otherview .otherviewun img {
  width: 150px;
  display: block;
  margin-right: 20px;
}
.otherview .otherviewun .title {
  margin: 0 0 8px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #303740;
  padding-right: 20px;
}
.otherview .otherviewun .text {
  font-size: 15px;
  opacity: 0.8;
  margin: 0;
  padding-right: 20px;
  max-height: 51px;
  overflow: hidden;
}

.views.viewspage .taskunit .taskunitimg {
  -webkit-box-shadow: 0px 2px 10px #D5D9DE;
  box-shadow: 0px 2px 10px #D5D9DE;
  border-radius: 50%;
  overflow: hidden;
}
.views.viewspage .taskunit .taskunitimg img {
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 114%;
  max-width: 114%;
  position: relative;
  left: -7%;
  top: -7%;
}

@media screen and (max-width: 1200px) {
  .template-page .detailswrap a, .template-page .detailswrap .secondbtn {
    position: static;
    display: inline-block;
  }

  .template-page .detailswrap a {
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .template-page .pagetpllist-content {
    border-left: none;
    width: 100%;
    float: none;
  }
  .template-page .pagetpllist-sidebar {
    width: 100%;
    float: none;
    padding-right: 0;
    text-align: center;
  }
  .template-page .pagetpllistunits {
    text-align: center;
  }

  .views.viewspage .taskunit {
    padding: 0 20px 30px;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    width: 100%;
  }
  .views.viewspage .taskunit .taskunitimg img {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media screen and (max-width: 992px) {
  .otherview .otherviewun {
    width: 48%;
  }

  .template-page .pagetpllist-content .pagetpllistun {
    width: 32%;
  }

  .template-page .header .templatesmainimg img {
    left: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .views.viewspage .taskunit {
    padding: 0 20px 30px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .template-page .pagetpllist-content .pagetpllistun {
    width: 100%;
    display: block;
    float: none;
    margin: 0 0 15px;
  }
  .template-page .pagetpllistunits {
    padding-left: 0;
  }
  .template-page .header block h1 {
    font-size: 32px;
  }

  .template-page .header .navmenucust a {
    display: inline-block;
    padding: 0 15px;
    font-size: 13px;
  }
}
@media screen and (max-width: 670px) {
  .otherview .otherviewun {
    width: 100%;
    margin: 0 0 20px;
  }

  .views.viewspage .taskunit {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media screen and (max-width: 468px) {
  .template-page .pagetpllist-content .pagetpllistun {
    width: 100%;
  }
}
@media screen and (min-width: 1919px) {
  .template-page .header {
    background-size: cover;
  }
}
.template-page .title-preview {
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 54px;
  margin-top: 40px;
}
.template-page .title-preview .view-preview {
  width: 42px;
  height: 42px;
  margin-right: 20px;
}
.template-page .backlink {
  background: #815BDC;
  padding: 95px 0 26px;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 1;
}
.template-page .backlink a {
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: #FFFFFF;
}
.template-page .backlink a img {
  width: 13px;
  margin-right: 3px;
}
.template-page .header h1 {
  font-size: 38px;
  line-height: 46px;
  text-align: left;
}
.template-page .header {
  background: #fafbfc;
}
.template-page section.header block .container {
  padding: 60px 0 20px;
}
.template-page .template-page-tab {
  padding: 0px 0px;
}
.template-page .template-page-tab h2 {
  padding-top: 0;
  max-width: 800px;
}
.template-page .template-page-tab img {
  max-width: 100%;
}
.template-page .template-page-tab .tabsval-single {
  width: 1020px;
  margin: 40px auto;
}
.template-page .template-page-tab .tabsval-single .tabsun {
  border-radius: 6px;
  border: 1px solid #cad2db;
  -webkit-box-shadow: 0px 17px 7px 7px rgba(57, 86, 153, 0.15);
  box-shadow: 0px 17px 17px 7px rgba(57, 86, 153, 0.15);
}
.template-page .template-page-tab .tabsval-single .tabsun img {
  max-width: 100%;
}
.template-page .template-page-tab .tabsval {
  width: 80%;
  float: left;
  padding-right: 30px;
}
.template-page .template-page-tab .tabsval .tabsun {
  border-radius: 6px;
  border: 1px solid #cad2db;
  -webkit-box-shadow: 0px 17px 7px 7px rgba(57, 86, 153, 0.15);
  box-shadow: 0px 17px 17px 7px rgba(57, 86, 153, 0.15);
  display: none;
}
.template-page .template-page-tab .tabsval .tabsun img {
  margin: 0;
  width: 100%;
  border: none;
  border-radius: 6px;
}
.template-page .template-page-tab .tabsval .tabsun.tabsun1 {
  display: block;
}
.template-page .template-page-tab .tabsbtn {
  float: left;
  width: 20%;
  padding-left: 20px;
  margin-bottom: 15px;
}
.template-page .template-page-tab .tabsbtn .tabsunbtn {
  cursor: pointer;
}
.template-page .template-page-tab .tabsbtn .tabsunbtn img {
  border: 1px solid #909AA7;
  border-radius: 6px;
  margin-bottom: 10px;
  overflow: hidden;
}
.template-page .template-page-tab .tabsbtn .tabsunbtn.active img {
  border: 1px solid #5B6FDC;
}
.template-page h2 {
  clear: both;
  padding-top: 70px;
  padding-bottom: 5px;
}
.template-page .proj-view {
  display: block;
  float: left;
}
.template-page .infotemplatewr {
  border-bottom: 1px solid #CBD2DC;
}
.template-page .infotemplatewr .h2-little {
  padding-bottom: 0;
  padding-top: 25px;
}
.template-page .infotemplatewr:last-child {
  border-bottom: none;
}
.template-page .infotemplate {
  display: block;
  padding: 26px 0 26px;
}
.template-page .infotemplate .infotitle, .template-page .infotemplate .info {
  margin-bottom: 10px;
  margin-top: 10px;
  display: inline-block;
  vertical-align: middle;
}
.template-page .infotemplate .infotitle {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.0135852px;
  text-transform: uppercase;
  font-weight: 600;
  width: 200px;
  line-height: 36px;
  float: left;
}
.template-page .infotemplate.infotemplate1 .infowrap {
  display: inline-block;
  width: calc(100% - 200px);
  float: left;
}
.template-page .infotemplate.infotemplate1 span.info:nth-child(even) {
  padding-right: 35px;
}
.template-page .infotemplate.infotemplate1 img {
  margin-right: 13px;
}
.template-page .infotemplate.infotemplate1 .info {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.template-page .infotemplate.infotemplate1 .info img {
  width: 36px;
  max-width: 36px;
}
.template-page .infotemplate.infotemplate1 .mobbr {
  display: none;
}
.template-page .infotemplate.infotemplate2 .infobtn {
  margin-right: 12px;
  font-size: 15px;
  display: block;
  padding: 0 20px;
  height: 32px;
  line-height: 32px;
  background: #F7F8F9;
  border: 1px solid #D5D9DE;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 16px;
}
.template-page .infotemplate.infotemplate2 .infobtn i {
  position: relative;
  /*top: 2px;*/
  top: 2.5px;
  margin-right: 5px;
}
.template-page .infotemplate.infotemplate2 .infobtn.infobtnbold {
  color: #ffffff;
  font-weight: 600;
  border-color: transparent;
}
.template-page .infotemplate.infotemplate2 .infobtn.green {
  background: #3fb054;
}
.template-page .infotemplate.infotemplate2 .infobtn.pink {
  background: #f15aa4;
}
.template-page .infotemplate.infotemplate2 .infobtn.orange {
  background: #f8b144;
}
.template-page .infotemplate.infotemplate2 .infobtn.gray, .template-page .infotemplate.infotemplate2 .infobtn.grey {
  background: #79909b;
}
.template-page .infotemplate.infotemplate2 .infobtn.blue {
  background: #30a4e4;
}
.template-page .infotemplate.infotemplate2 .infobtn.purple {
  background: #a553d7;
}
.template-page .detailswrap {
  position: relative;
}
.template-page .detailswrap ul, .template-page .detailswrap p {
  margin: 0 0 25px;
  font-size: 17px;
  line-height: 26px;
  color: #414A57;
  padding-right: 60px;
  width: 80%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.template-page .detailswrap .button {
  height: 40px;
  padding: 0 28px 0 28px;
  line-height: 38px;
  border: 1px solid #399cf9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: 600;
  font-size: 15px;
  color: #ffffff;
  background: #399cf9;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.pagetpl .pagetpllist-content.width100 {
  width: inherit;
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 0px;
}
.pagetpl .pagetpllist-content.width100 .pagetpllistun {
  width: 47.5%;
}
.pagetpl .pagetpllist-content.width100 .pagetpllistun .pagetpllistunimg {
  width: 30%;
}
.pagetpl .pagetpllist-content.width100 .text a.more {
  opacity: 0.3;
}

.h2-little {
  font-size: 28px;
  line-height: 34px;
}

.mobbr2 {
  display: none;
}

.pagetpllist.pt0 {
  padding-top: 25px !important;
  padding-bottom: 60px !important;
}

.pagetpl.pbthis .pagetpllist:last-child {
  padding-bottom: 10px;
}

@media screen and (max-width: 992px) {
  .template-page .template-page-tab .tabsval-single {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .template-page .template-page-tab .tabsbtn {
    width: 100%;
    float: none;
    clear: both;
    padding-left: 0;
    margin-top: 18px;
    margin-bottom: 0;
  }
  .template-page .template-page-tab .tabsbtn .tabsunbtn {
    width: 100px;
    display: inline-block;
    margin-right: 10px;
  }

  .template-page .template-page-tab .tabsval {
    width: 100%;
    float: none;
  }

  .template-page .infotemplate {
    display: block;
    height: auto;
    padding: 20px 0 10px;
  }

  .infotemplate .info {
    display: inline-block;
  }

  .template-page .infotemplate .infotitle, .template-page .infotemplate .info {
    display: inline-block;
  }

  .template-page .infotemplate .infotitle {
    display: block;
    width: 100%;
    float: none;
  }

  .template-page .infotemplate.infotemplate1 .mobbr {
    display: block;
  }

  .template-page .infotemplate.infotemplate1 span.info:nth-child(even) {
    padding-right: 25px;
  }

  .info {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 680px) {
  .pagetpl .pagetpllist-content.width100 .pagetpllistun {
    width: 96%;
    margin: 0 auto 15px;
  }

  .template-page .detailswrap button {
    position: static;
  }

  .template-page .detailswrap p {
    padding-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .mobbr2 {
    display: block;
  }
}
@media screen and (max-width: 370px) {
  .template-page .infotemplate.infotemplate1 img {
    margin-right: 10px;
    max-width: 55px;
  }

  .template-page .infotemplate.infotemplate1 span.info:nth-child(odd) {
    padding-right: 20px;
  }
}
.customization {
  margin-top: -80px;
  padding-top: 50px;
  background: #815BDC url("/site/assets/img/customization/bg.png") no-repeat center 50px;
  background-size: 1920px auto;
}
.customization img {
  max-width: 100%;
  -webkit-box-shadow: 0px 17px 17px 7px rgba(57, 86, 153, 0.15);
  box-shadow: 0px 17px 17px 7px rgba(57, 86, 153, 0.15);
}
.customization .header block .container {
  padding-bottom: 0;
}
.customization .header h1 {
  color: #ffffff;
}
.customization .header p {
  position: relative;
  z-index: 2;
  font-size: 19px;
  margin-bottom: 80px;
  color: #ffffff;
}
.customization .header img {
  width: 451px;
  position: relative;
  top: 4px;
}
.customization .allplarform {
  padding: 65px 0 0;
  background: #ffffff;
}
.customization .allplarform .custom-title {
  text-align: center;
  font-size: 19px;
  line-height: 27px;
  color: #2A3038;
  margin-bottom: 23px;
  margin-bottom: 65px;
  opacity: 0.8;
  padding-bottom: 65px;
  border-bottom: 1px solid #cccccc;
}
.customization .allplarform h2 {
  text-align: center;
}
.customization .allplarform .allplarformtitle {
  font-size: 19px;
  line-height: 29px;
  text-align: center;
  color: #2A3038;
  opacity: 0.7;
  padding: 10px 180px 80px;
}
.customization .allplarform .allplarform-units {
  margin: 0 -50px;
}
.customization .allplarform .allplarformun {
  display: table;
  width: 100%;
  margin-bottom: 120px;
}
.customization .allplarform .allplarformun button, .customization .allplarform .allplarformun a {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  padding: 0;
  display: block;
  text-align: center;
  margin: 0;
  height: 40px;
  line-height: 40px;
  border: 1px solid #414A57;
  border-radius: 4px;
  width: 142px;
  padding-right: 10px;
  position: relative;
  background: transparent;
}
.customization .allplarform .allplarformun button:before, .customization .allplarform .allplarformun a:before {
  position: absolute;
  content: "";
  z-index: 1;
  left: 50%;
  margin-left: 40px;
  width: 6px;
  height: 10px;
  top: 50%;
  margin-top: -4px;
  background: url("/site/assets/img/views/arrow.png") no-repeat;
  background-size: 100% auto;
}
.customization .allplarform .allplarformun > div {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  padding: 0 50px;
}
.customization .allplarform .allplarformun > div.desk {
  display: none;
}
.customization .allplarform .allplarformun .title2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 23px;
  color: #2A3038;
  margin-top: 0;
}
.customization .allplarform .allplarformun .text, .customization .allplarform .allplarformun p {
  font-size: 17px;
  line-height: 27px;
  color: #2A3038;
  margin-bottom: 23px;
  opacity: 0.8;
}
.customization .allplarform .allplarformun .info {
  margin-bottom: 30px;
}
.customization .allplarform .allplarformun .info span {
  display: inline-block;
  text-align: center;
  margin-right: 24px;
  vertical-align: top;
}
.customization .allplarform .allplarformun .info img {
  height: 35px;
  margin-bottom: 12px;
}
.customization .allplarform .allplarformun .info img.little {
  height: 25px;
  padding: 5px 0;
}
.customization .allplarform .allplarformun .info u {
  text-decoration: none !important;
  display: block;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #2A3038;
  opacity: 0.8;
}

@media screen and (max-width: 1200px) {
  .customization .allplarform .allplarformun .info u {
    font-size: 10px;
  }
}
@media screen and (max-width: 992px) {
  .customization .allplarform .allplarformun > div {
    padding: 0 15px;
  }
  .customization .allplarform {
    padding: 100px 0 50px;
  }
  .customization .allplarform .allplarformun .info span {
    margin-right: 15px;
  }
  .customization .allplarform .allplarformun .info span:last-child {
    margin-right: 0;
  }
  .customization .allplarform .allplarform-units {
    margin: 0 0px;
  }
}
@media screen and (max-width: 992px) {
  .customization .platform .platform-title {
    line-height: 23px;
    font-size: 16px;
  }
  .customization .allplarform .allplarformun .text {
    padding: 0 8%;
    font-size: 15px;
    line-height: 22px;
  }
  .customization .allplarform .allplarformun button {
    margin-top: 20px;
    display: block;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .customization .allplarform .allplarformun > div {
    display: block;
    width: 100%;
    text-align: center;
  }
  .customization .allplarform .allplarformun > div .imgwrap.noshadow img {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .customization .allplarform .allplarformun > div .imgwrap > img {
    width: 100%;
    margin-bottom: 20px;
  }
  .customization .allplarform .allplarformun > div:after {
    content: "";
    display: table;
    clear: both;
  }
  .customization .allplarform .allplarformun > div.desk {
    display: block;
  }
  .customization .allplarform .allplarformun > div.mob {
    display: none;
  }
  .customization .allplarform .allplarformun {
    display: block;
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #cccccc;
  }
  .customization .allplarform .allplarformun:last-child {
    border-bottom: none;
  }
  .customization .allplarform {
    padding: 80px 15px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .customization .allplarform .allplarformtitle {
    padding: 10px 0px 40px;
  }
  .customization .allplarform .allplarformun .title2 {
    font-size: 22px;
    text-align: center;
  }
}
.noshadow img {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

@media screen and (min-width: 1920px) {
  .customization {
    background: #815BDC url("/site/assets/img/customization/bg.png") no-repeat center 50px;
    background-size: 100% auto;
  }
}
.header.header-solutions {
  padding-bottom: 60px;
  background: #fafbfc url("/site/assets/img/templates/manager-page/header-project-management.png") no-repeat center bottom;
  background-size: cover;
  border-bottom: 1px solid #CBD2DC;
}
.header.header-solutions .linkswrap {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 20px;
}
.header.header-solutions .linkswrap a {
  display: inline-block;
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 11px;
  margin-right: 8px;
  border: 1px solid #CBD2DC;
  color: #575D65;
  height: 36px;
  line-height: 34px;
  border-radius: 18px;
  padding: 0 15px;
  background: white;
}
.header.header-solutions .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header.header-solutions .flex .flel {
  margin: 0 0;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.header.header-solutions .flex .flel.flel55 {
  -ms-flex-preferred-size: 55%;
  flex-basis: 55%;
}
.header.header-solutions .flex .flel.flel45 {
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
}
.header.header-solutions .flex h1, .header.header-solutions .flex p {
  text-align: left;
}
.header.header-solutions .flex p.htitle {
  font-weight: 600;
  font-size: 28px;
  line-height: 48px;
  color: #303740;
  opacity: 0.8;
  margin: 0 0 23px;
}
.header.header-solutions .flex p {
  font-size: 17px;
  line-height: 24px;
}
.header.header-solutions .flex img {
  width: 616px;
  max-width: 100%;
}
.header.header-solutions .flex .btn-wr {
  text-align: left;
}
.header.header-solutions .flex .btn-wr .btn-blue {
  height: 40px;
  padding: 0 42px 0 42px;
  line-height: 38px;
  border: 1px solid #399cf9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: 600;
  font-size: 15px;
  line-height: 40px;
  color: #ffffff;
  background: #399cf9;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.managment-project-unit {
  padding: 88px 0 100px;
  background: #ffffff;
  border-bottom: 1px solid #E2E2E2;
}
.managment-project-unit.border-none {
  border-bottom: none;
}
.managment-project-unit.managment-project-unit-reverse .flex .flel1 {
  padding-right: 0;
  padding-left: 50px;
}
.managment-project-unit.grey {
  background: #FAFBFC;
}
.managment-project-unit .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.managment-project-unit .flex .flel {
  margin: auto 0;
}
.managment-project-unit .flex .flel1 {
  -ms-flex-preferred-size: 55%;
  flex-basis: 55%;
  padding-right: 60px;
}
.managment-project-unit .flex .flel2 {
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
}
.managment-project-unit .flex .flel2 img {
  max-width: 100%;
}
.managment-project-unit .tit {
  margin: 0 0 23px;
  font-size: 32px;
  line-height: 39px;
  font-weight: 700;
}
.managment-project-unit .tex {
  font-size: 17px;
  margin: 0 0 40px;
  line-height: 24px;
}
.managment-project-unit .list .icon {
  position: absolute;
  z-index: 1;
  width: 46px;
  height: 46px;
  border-radius: 3px;
  left: 6px;
  top: 2px;
}
.managment-project-unit .list .icon.violet {
  background-color: #815BDC;
}
.managment-project-unit .list .icon.red {
  background-color: #ED5B88;
}
.managment-project-unit .list .icon.orange {
  background-color: #F9A639;
}
.managment-project-unit .list .icon.green {
  background-color: #0FC025;
}
.managment-project-unit .list .icon.blue {
  background-color: #399CF9;
}
.managment-project-unit .list .icon:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 46px;
  height: 46px;
  border-radius: 3px;
  left: 0;
  top: 0;
}
.managment-project-unit .list .icon.ico-structure:before {
  background: url("/site/assets/img/templates/manager-page/l4.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ico-planning:before {
  background: url("/site/assets/img/templates/manager-page/l11.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ico-views:before {
  background: url("/site/assets/img/templates/manager-page/l12.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-gunt_chart:before {
  background: url("/site/assets/img/templates/manager-page/l1.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-my_work:before {
  background: url("/site/assets/img/templates/manager-page/l2.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-folder:before {
  background: url("/site/assets/img/templates/manager-page/l3.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-calendar:before {
  background: url("/site/assets/img/templates/manager-page/ic-event.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-action-req:before {
  background: url("/site/assets/img/templates/manager-page/ic-action-req.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-analitics:before {
  background: url("/site/assets/img/templates/manager-page/ic-analitics.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-customizations:before {
  background: url("/site/assets/img/templates/manager-page/ic-customizations.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-personal-event:before {
  background: url("/site/assets/img/templates/manager-page/ic-personal-event.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-portfolio:before {
  background: url("/site/assets/img/templates/manager-page/ic-portfolio.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-progress:before {
  background: url("/site/assets/img/templates/manager-page/ic-progress.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-project-health:before {
  background: url("/site/assets/img/templates/manager-page/ic-project-health.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-tasks-advanced:before {
  background: url("/site/assets/img/templates/manager-page/ic-tasks-advanced.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-report:before {
  background: url("/site/assets/img/templates/manager-page/ic-report.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-todo:before {
  background: url("/site/assets/img/templates/manager-page/ic-todo.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-acountability:before {
  background: url("/site/assets/img/templates/manager-page/ic-acountability.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-ic-views:before {
  background: url("/site/assets/img/templates/manager-page/ic-views.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-custom-field-task:before {
  background: url("/site/assets/img/templates/manager-page/ic-custom-field-task.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-ux:before {
  background: url("/site/assets/img/templates/manager-page/ic-ux.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-priority:before {
  background: url("/site/assets/img/templates/manager-page/ic-priority.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-chats:before {
  background: url("/site/assets/img/templates/manager-page/ic-chats.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-integrations:before {
  background: url("/site/assets/img/templates/manager-page/ic-integrations.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-history:before {
  background: url("/site/assets/img/templates/manager-page/ic-history.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-attachment:before {
  background: url("/site/assets/img/templates/manager-page/ic-attachment.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-cloud:before {
  background: url("/site/assets/img/templates/manager-page/ic-cloud.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-eye:before {
  background: url("/site/assets/img/templates/manager-page/ic-eye.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-note:before {
  background: url("/site/assets/img/templates/manager-page/ic-note.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-share:before {
  background: url("/site/assets/img/templates/manager-page/ic-share.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-view-for:before {
  background: url("/site/assets/img/templates/manager-page/ic-view-for.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-company:before {
  background: url("/site/assets/img/templates/manager-page/ic-company.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-email:before {
  background: url("/site/assets/img/templates/manager-page/ic-email.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-activity-stream:before {
  background: url("/site/assets/img/templates/manager-page/ic-activity-stream.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-notification:before {
  background: url("/site/assets/img/templates/manager-page/ic-notification.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-people:before {
  background: url("/site/assets/img/templates/manager-page/ic-people.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-circle:before {
  background: url("/site/assets/img/templates/manager-page/ic-circle.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-roadmap:before {
  background: url("/site/assets/img/templates/manager-page/ic-roadmap.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-pririty:before {
  background: url("/site/assets/img/templates/manager-page/ic-pririty.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-backlog:before {
  background: url("/site/assets/img/templates/manager-page/ic-backlog.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-scrum:before {
  background: url("/site/assets/img/templates/manager-page/ic-scrum.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-sprint-custom:before {
  background: url("/site/assets/img/templates/manager-page/ic-sprint-custom.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-sprint:before {
  background: url("/site/assets/img/templates/manager-page/ic-sprint.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-event:before {
  background: url("/site/assets/img/templates/manager-page/ic-event.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-budget:before {
  background: url("/site/assets/img/templates/manager-page/ic-budget.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-tv:before {
  background: url("/site/assets/img/templates/manager-page/ic-tv.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-board:before {
  background: url("/site/assets/img/templates/manager-page/ic-board.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-visual:before {
  background: url("/site/assets/img/templates/manager-page/ic-visual.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-milestone:before {
  background: url("/site/assets/img/templates/manager-page/ic-milestone.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-full_customization:before {
  background: #ED5C88 url("/site/assets/img/templates/manager-page/l4.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-custom_task_news:before {
  background: #F9A639 url("/site/assets/img/templates/manager-page/l3.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-workload:before {
  background: #399CF9 url("/site/assets/img/templates/manager-page/l5.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-resource_planning:before {
  background: #0FC025 url("/site/assets/img/templates/manager-page/l5.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-priorities:before {
  background: #F9A639 url("/site/assets/img/templates/manager-page/l6.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-active_projects:before {
  background: #815BDC url("/site/assets/img/templates/manager-page/l7.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-portfolio_budgeting:before {
  background: #F9A639 url("/site/assets/img/templates/manager-page/l8.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-workflow:before {
  background: #ED5B88 url("/site/assets/img/templates/manager-page/l3.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-timer:before {
  background: #399CF9 url("/site/assets/img/templates/manager-page/l9.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-my_time:before {
  background: #0FC025 url("/site/assets/img/templates/manager-page/l10.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-summary_reports:before {
  background: #F9A639 url("/site/assets/img/templates/manager-page/l11.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-custom_fields:before {
  background: #399CF9 url("/site/assets/img/templates/manager-page/l12.svg") no-repeat center center;
}
.managment-project-unit .list .icon.ic-finance_module:before {
  background: #0FC025 url("/site/assets/img/templates/manager-page/l13.svg") no-repeat center center;
}
.managment-project-unit .list .feature {
  margin-bottom: 30px;
  padding-left: 70px;
  position: relative;
  font-size: 17px;
  line-height: 24px;
}
.managment-project-unit .list .feature > span {
  font-weight: 700;
  display: block;
}
.managment-project-unit .list .feature .flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}
.managment-project-unit .list .feature .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}
.managment-project-unit .list .feature.no-icon {
  padding-left: 0px;
  font-size: 15px;
  line-height: 24px;
}
.managment-project-unit .list .feature i {
  display: block;
}
.managment-project-unit .list .feature i.iconwr {
  margin: auto;
  padding: 20px 32px;
  background: #ffffff;
  margin-right: 10px;
  border: 1px solid #E2E2E2;
}
.managment-project-unit .list .feature i.iconwr i {
  font-weight: 400;
  display: block;
  line-height: 24px;
  margin-top: 5px;
}
.managment-project-unit .list .feature i.iconwr .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 38px;
}
.managment-project-unit .list .feature i.iconwr .icon img {
  margin: auto;
}
.managment-project-unit .list .feature i a {
  display: inline-block;
  font-size: 17px;
  line-height: 26px;
  color: #552FB1;
  padding-right: 17px;
  background: url("/site/assets/img/templates/manager-page/link-arr.svg") no-repeat right center;
}
.managment-project-unit .list .feature i a span {
  text-decoration: underline;
  font-style: normal;
}
.managment-project-unit .list .read-more {
  font-size: 14px;
  line-height: 24px;
  padding-right: 17px;
  background: url("/site/assets/img/templates/manager-page/link-arr.svg") no-repeat right center;
  margin-left: 5px;
  color: #0366d6;
  position: relative;
  top: -1px;
}

.block-analytics {
  background: #ffffff;
  padding: 100px 0;
  border-bottom: 1px solid #E2E2E2;
}
.block-analytics h2 {
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 15px;
  color: #414A57;
}
.block-analytics p.text {
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  width: 640px;
  margin: 0 auto 65px;
  color: #000000;
}
.block-analytics img.tc {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.block-analytics .units .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.block-analytics .units .flex .unit {
  -ms-flex-preferred-size: 26%;
  flex-basis: 26%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 52px;
}
.block-analytics .units .flex .unit .imgwr {
  padding-right: 23px;
}
.block-analytics .units .flex .unit .contentval span {
  font-weight: 700;
  display: block;
}
.block-analytics .units .flex .unit .contentval .tit {
  font-size: 17px;
  line-height: 24px;
  color: #000000;
  margin: 0 0 5px;
}
.block-analytics .units .flex .unit .contentval .link-btn-more {
  font-size: 17px;
  line-height: 26px;
  text-decoration: underline;
  color: #552FB1;
  display: inline-block;
  padding-right: 17px;
  background: url("/site/assets/img/templates/manager-page/link-arr.svg") no-repeat right center;
}

.more-solutions {
  background: #FAFBFC !important;
}
.more-solutions block {
  padding-bottom: 50px;
  padding-top: 75px;
}
.more-solutions .solution {
  height: 552px;
  float: left;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  max-width: 536px;
  width: 49%;
  text-align: center;
  background-color: #fff;
  padding-bottom: 37px;
  margin-bottom: 30px;
  box-shadow: 0 1px 10px 0 rgba(94, 108, 116, 0.1), 0 9px 24px 0 rgba(94, 108, 116, 0.1);
}
.more-solutions .solution:nth-child(even) {
  float: right;
}
.more-solutions .solution .img {
  max-width: 100%;
  height: auto;
}
.more-solutions .solution .name {
  color: #2d2d2d;
  font-size: 30px;
  font-weight: 600;
  line-height: 28px;
  padding: 43px 20px 0;
  padding-top: 37px !important;
}
.more-solutions .solution .desc {
  opacity: 0.88;
  color: #383a3b;
  font-size: 17px;
  line-height: 24px;
  padding: 27px 30px 15px 30px;
}
.more-solutions .solution .poa {
  position: absolute;
  width: 100%;
  bottom: 25px;
  left: 0;
}
.more-solutions .learnmore {
  display: inline-block;
  height: 40px;
  line-height: 38px;
  border: 1px solid #3B414A;
  color: #3B414A;
  padding: 0 33px;
  margin-top: 24px;
  font-weight: 600;
  border-radius: 4px;
}

.managment-collaboration {
  /*background: #815BDC url('/site/assets/img/templates/manager-page/collaborate.png') no-repeat center 54px;*/
  background-color: #815BDC;
  background-size: 1320px auto;
  padding: 90px 0;
}
.managment-collaboration h2 {
  color: #ffffff;
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
}
.managment-collaboration .ltitle {
  text-align: center;
  width: 420px;
  max-width: 100%;
  color: #ffffff;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
}
.managment-collaboration .units {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.managment-collaboration .unit {
  float: left;
  margin: 0 2px 4px;
  background: #8B65E6;
  border-radius: 5px;
  width: calc(50% - 4px);
  padding: 18px;
  -ms-flex-preferred-size: 49.5%;
  flex-basis: 49.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.managment-collaboration .unit a:before {
  position: absolute;
  z-index: 1;
  content: "";
  width: 7px;
  height: 15px;
  background: url("/site/assets/img/templates/manager-page/arr-right.svg") no-repeat center center;
  right: 0px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.managment-collaboration .unit .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.managment-collaboration .unit .flex > * {
  margin: auto 0;
}
.managment-collaboration .unit .flex .img-wr {
  padding-right: 30px;
}
.managment-collaboration .unit .flex .textval {
  padding-right: 75px;
  font-size: 17px;
  line-height: 24px;
  color: #FFFFFF;
}
.managment-collaboration .unit .flex .textval span {
  font-weight: 700;
}
.managment-collaboration .unit .flex .textval b {
  font-size: 13px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 700;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  text-align: center;
  padding: 0 12px;
  background: #58C24C;
  border-radius: 12px;
  margin-top: 5px;
}

.more.manager-more .more__content .more__item_buisness .img-wrap {
  background: #FAFBFC;
}
.more.manager-more .more__content .more__item_buisness .more__buisness {
  padding: 0;
  margin-top: 0;
  max-width: 98.3%;
}
.more.manager-more .more__content .moreInteg {
  height: auto;
}
.more.manager-more .more__content .moreInteg .moreInteg__text {
  margin-bottom: 40px;
}
.more.manager-more .more__content .more__item_workflows {
  height: auto;
  padding-top: 10px;
  padding-bottom: 79px;
}
.more.manager-more .more__content .more__item_workflows .more__text {
  padding-top: 21px;
}
.more.manager-more .more__content .more__item_workflows .custom-workflows {
  margin-top: 20px;
}

.list-links {
  margin-right: 20px;
  font-weight: normal;
  line-height: 10px;
}

@media (max-width: 992px) {
  .header.header-solutions .flex, .managment-project-unit .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .managment-project-unit .list p .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .managment-project-unit .list p i.iconwr {
    margin-bottom: 10px;
  }

  .managment-project-unit .flex .flel2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
    margin-top: 35px;
  }

  .managment-project-unit .list p i.iconwr {
    margin-left: 0;
  }

  .managment-project-unit .flex .flel1 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .manager-progress .units .flex .unit {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }

  .more__item_buisness .more__text {
    padding-left: 30px;
    padding-right: 30px;
  }

  .more.manager-more .more__content .more__item_workflows {
    padding-bottom: 69px;
  }

  .managment-collaboration .unit {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .managment-project-unit .list p i.iconwr {
    padding: 10px;
  }

  .managment-project-unit .list p:before {
    left: 0;
  }

  .managment-project-unit .list p {
    padding-left: 58px;
    font-size: 16px;
    line-height: 23px;
  }

  .manager-progress p.text {
    max-width: 100%;
  }

  .header.header-solutions .flex .linkswrap {
    display: none;
  }
}
@media (max-width: 500px) {
  .managment-collaboration .unit .flex .img-wr {
    display: none;
  }
}
section.api-doc.header h1, section.api-doc.header h2 {
  margin-top: 20px;
  line-height: 40px;
  display: inline-block;
}
section.api-doc.header block {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
section.api-doc.header .container {
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
}
section.api-doc.header a {
  color: #399cf9;
  border-bottom: 1px dashed;
  font-size: 28px;
}
section.api-doc .screenshot {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
section.api-doc .screenshot img {
  border: 1px solid #d6e0e0;
  max-width: 100%;
}
section.api-doc block {
  padding-bottom: 40px;
  border-bottom: 1px solid #d6e0e0;
}
section.api-doc block.no-border {
  border-bottom: none;
}
section.api-doc .container {
  width: 100%;
  max-width: 1000px;
  display: table;
  margin: 0 auto;
}
section.api-doc h2 {
  font-size: 32px;
  margin-top: 40px;
}
section.api-doc h3 {
  font-size: 22px;
  line-height: 1.6em;
  margin: 50px 0 0 0;
  font-weight: 600;
}
section.api-doc h3:first-child {
  margin: 10px 0 0 0;
}
section.api-doc h4 {
  font-size: 16px;
  font-weight: bold;
  color: #454545;
  margin: 15px 0 0 0;
}
section.api-doc div.context {
  padding-left: 10px;
  display: block;
  border-bottom: 1px solid #d6e0e0;
}
section.api-doc div.context a {
  color: #399cf9;
  line-height: 56px;
  font-size: 26px;
}
section.api-doc .content {
  font-size: 16px;
  margin: 20px 0 20px 0;
  line-height: 1.5em;
}
section.api-doc .code {
  font-size: 16px;
  margin: 15px 0 15px 0;
  font-family: "Courier New", Courier, monospace;
  line-height: 1.3em;
  background-color: #eeeeee;
  padding: 15px 15px 15px 15px;
}
section.api-doc .warning {
  font-size: 16px;
  margin: 15px 0 15px 0;
  line-height: 1.3em;
  background-color: #fedbdb;
  padding: 15px 15px 15px 15px;
}
section.api-doc .response-sample {
  font-size: 16px;
  margin: 15px 0 15px 0;
  position: relative;
}
section.api-doc .response-sample:not(.min) {
  background-color: white;
  border: 1px dashed #399cf9;
}
section.api-doc .response-sample h4 {
  padding: 10px 15px 15px 15px;
}
section.api-doc .response-sample pre {
  font-family: "Courier New", Courier, monospace;
  line-height: 1.3em;
  color: black;
  padding: 0 15px 0 15px;
}
section.api-doc .response-sample .btn-show {
  cursor: pointer;
  display: none;
  line-height: 36px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  text-align: center;
  white-space: nowrap;
  font-size: 15px;
  padding: 0 15px;
  color: #0366d6;
  background: white;
  box-sizing: border-box;
  border: 1px solid #399cf9;
}
section.api-doc .response-sample.min {
  max-height: 55px;
  overflow: hidden;
  background-color: transparent;
  margin-top: 30px;
}
section.api-doc .response-sample.min pre {
  display: none;
}
section.api-doc .response-sample.min h4 {
  display: none;
}
section.api-doc .response-sample.min .btn-show {
  display: inline-block;
}
section.api-doc .var-name {
  background-color: #eeeeee;
  border-radius: 3px;
  padding: 0 8px 0 8px;
}
section.api-doc .method {
  position: relative;
  display: inline-block;
  border-radius: 3px;
  line-height: 28px;
  font-size: 16px;
  padding: 2px 15px 0 15px;
  background-color: #878787;
  color: white;
}
section.api-doc .method:before {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 0 0 10px;
  line-height: 28px;
  font-weight: 600;
  font-size: 14px;
}
section.api-doc .method.get {
  padding-left: 50px;
}
section.api-doc .method.get:before {
  content: "GET";
}
section.api-doc .method.post {
  padding-left: 50px;
}
section.api-doc .method.post:before {
  content: "POST";
}
section.api-doc .method.put {
  padding-left: 50px;
}
section.api-doc .method.put:before {
  content: "PUT";
}
section.api-doc .method.delete {
  padding-left: 75px;
}
section.api-doc .method.delete:before {
  content: "DELETE";
}
section.api-doc table.parameters {
  margin: 15px 0;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
section.api-doc table.parameters td, section.api-doc table.parameters th {
  border: 1px solid #999999;
  vertical-align: top;
  padding: 8px;
  font-size: 15px;
  text-align: left;
}
section.api-doc table.parameters th {
  background-color: #eeeeee;
}

@media only screen and (max-width: 780px) {
  section.contact .container {
    display: block;
  }
  section.contact .left, section.contact .right {
    display: block;
    height: auto;
  }
  section.contact .left {
    width: 100%;
    padding: 40px;
  }
  section.contact .right {
    width: 100%;
    padding: 0 40px 40px 40px;
  }
}

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