body {
  position: relative;
  height: 100%;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  font-weight: normal;
  font-family: 'DMSans', sans-serif;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
}
input[type="text"],
input[type="email"],
input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
table {
  border-collapse: collapse;
  border-width: 0px;
  padding: 0px;
  margin: 0px;
}
html {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
input,
textarea {
  color: #000;
  font-family: 'DMSans', sans-serif;
  border-radius: 0;
}
input[type="button"],
input[type="submit"],
button {
  cursor: pointer;
  font-family: 'DMSans', sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
td {
  margin: 0px;
  padding: 0px;
}
ul {
  list-style: none;
}
form {
  padding: 0px;
  margin: 0px;
}
a {
  color: #0a65c2;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a,
span,
div,
button {
  outline: none !important;
}
input[type=submit],
input[type=button],
button {
  -webkit-appearance: none;
  outline: none;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.loaded .main-wrapper {
  opacity: 0;
}
.icon-load {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.loaded .icon-load {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.sk-folding-cube {
  width: 40px;
  height: 40px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  background: #fff;
  -webkit-transform: scale(0.96);
  transform: scale(0.96);
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #43b97f;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(0.97) rotateZ(90deg);
  transform: scale(0.97) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(0.97) rotateZ(180deg);
  transform: scale(0.97) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(0.97) rotateZ(270deg);
  transform: scale(0.97) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
input::placeholder,
textarea::placeholder {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 0;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  opacity: 0;
}
input:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}
.button {
  height: 60px;
  padding: 0 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background-color: #43b97f;
  border-radius: 15px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  position: relative;
}
.button img {
  margin-right: 12px;
}
.button .btn-text,
.button img {
  position: relative;
  z-index: 2;
}
.button:hover .btn-text span:nth-child(1) {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.button:hover .btn-text span:nth-child(2) {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.button:hover .btn-bg {
  border-radius: 50px;
  top: 50%;
}
.button .btn-text {
  overflow: hidden;
}
.button .btn-text span {
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.button .btn-text span:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.button .btn-bg {
  background-color: #35a36d;
  height: 200%;
  width: calc(100% + 40px);
  position: absolute;
  left: -20px;
  top: 250%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button.bordered {
  background-color: transparent;
  border: 1px solid #43b97f;
  color: #1b1d1f;
}
.button.bordered .btn-bg {
  background-color: #43b97f;
}
.button.bordered:hover {
  color: #fff;
}
.button.small {
  height: 40px;
  padding: 0 16px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 20px;
}
.button.small img {
  margin-right: 8px;
}
.button.light-green {
  background-color: #d3f0ce;
  border: none;
  color: #1b1d1f;
}
.button.light-green .btn-bg {
  background-color: #bae8b3;
}
.section-ttl {
  text-align: center;
  font-weight: bold;
  font-size: 42px;
  line-height: 48px;
  letter-spacing: -1.5px;
  max-width: 710px;
  margin: 0 auto 80px;
}
:root {
  --app-height: 100%;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@font-face {
  font-family: "DMSans";
  src: url("../fonts/DMSans/DMSans-Regular.eot");
  src: local("DMSans-Regular"), url("../fonts/DMSans/DMSans-Regular.eot") format('embedded-opentype'), url("../fonts/DMSans/DMSans-Regular.woff2") format('woff2'), url("../fonts/DMSans/DMSans-Regular.woff") format('woff'), url("../fonts/DMSans/DMSans-Regular.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DMSans";
  src: url("../fonts/DMSans/DMSans-Medium.eot");
  src: local("DMSans-Medium"), url("../fonts/DMSans/DMSans-Medium.eot") format('embedded-opentype'), url("../fonts/DMSans/DMSans-Medium.woff2") format('woff2'), url("../fonts/DMSans/DMSans-Medium.woff") format('woff'), url("../fonts/DMSans/DMSans-Medium.ttf") format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DMSans";
  src: url("../fonts/DMSans/DMSans-Bold.eot");
  src: local("DMSans-Bold"), url("../fonts/DMSans/DMSans-Bold.eot") format('embedded-opentype'), url("../fonts/DMSans/DMSans-Bold.woff2") format('woff2'), url("../fonts/DMSans/DMSans-Bold.woff") format('woff'), url("../fonts/DMSans/DMSans-Bold.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.footer {
  background-color: #0a65c2;
  color: #9fdfff;
  padding: 80px 0 40px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.footer__cols {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__cols .col {
  width: 20%;
}
.footer a {
  color: #9fdfff;
}
.footer a:hover {
  color: #fff;
}
.footer__menu-ttl {
  margin-bottom: 24px;
  color: rgba(159,223,255,0.6);
}
.footer__menu li {
  margin-bottom: 8px;
}
.footer__menu li:last-child {
  margin-bottom: 0;
}
.footer__copy {
  color: rgba(159,223,255,0.6);
  margin: 10px 30px 10px 0;
}
.footer__socs .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.footer__socs .item:hover img {
  -webkit-filter: brightness(1.4) grayscale(0.5);
  filter: brightness(1.4) grayscale(0.5);
}
.footer__socs .item img {
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  padding: 35px 0;
  z-index: 5;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header.light-bg:not(.fixed) {
  padding: 35px 0;
}
.header.fixed {
  top: 0 !important;
}
.header.fixed,
.header.light-bg {
  padding: 10px 0;
  background: #fff;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: rgba(255,255,255,0.851) !important;
}
.header.fixed .header__login,
.header.light-bg .header__login {
  color: #1b1d1f;
}
.header.fixed .header__login:hover,
.header.light-bg .header__login:hover {
  color: #43b97f;
}
.header.fixed .header__login svg path,
.header.light-bg .header__login svg path {
  stroke: #aab0b5;
}
.header.fixed .header__add-chrome,
.header.light-bg .header__add-chrome {
  color: #1b1d1f;
}
.header.fixed .header__logo-light,
.header.light-bg .header__logo-light {
  display: none;
}
.header.fixed .header__logo-dark,
.header.light-bg .header__logo-dark {
  display: block;
}
.header.fixed .header__menu a,
.header.light-bg .header__menu a {
  color: #636d74;
}
.header.fixed .header__menu > li.active > a,
.header.fixed .header__menu li.current_page_item > a,
.header.light-bg .header__menu > li.active > a,
.header.light-bg .header__menu li.current_page_item > a,
.header.fixed .header__menu a:hover,
.header.light-bg .header__menu a:hover {
  color: #1b1d1f;
}
.header.fixed .header__menu > li.active:after,
.header.fixed .header__menu > li.current_page_item:after,
.header.light-bg .header__menu > li.current_page_item:after,
.header.light-bg .header__menu > li.active:after {
  -webkit-filter: brightness(0.2);
  filter: brightness(0.2);
}
.header.fixed .header__add-chrome:hover,
.header.light-bg .header__add-chrome:hover {
  color: #fff;
}
.header.fixed .header__menu > li.has-submenu:after,
.header.light-bg .header__menu > li.has-submenu:after,
.header.fixed .header__menu > li.menu-item-has-children:after,
.header.light-bg .header__menu > li.menu-item-has-children:after {
  -webkit-filter: grayscale(1) brightness(0.5);
  filter: grayscale(1) brightness(0.5);
}
.header.fixed {
  -webkit-box-shadow: 0 -15px 40px rgba(0,0,0,0.1);
  box-shadow: 0 -15px 40px rgba(0,0,0,0.1);
}
.header .wrapper {
  max-width: 1360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__logo-dark {
  display: none;
}
.header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__add-chrome.button {
  padding: 0 16px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #43b97f;
  font-weight: 500;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
.header__add-chrome.button img {
  margin-right: 8px;
}
.header__login {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 50px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.header__login:hover {
  color: #43b97f;
}
.header__login svg {
  margin-right: 4px;
}
.header__menu {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header__menu a {
  color: #9fdfff;
  font-size: 14px;
}
.header__menu a:hover {
  color: #fff;
}
.header__menu > li {
  margin: 0 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.header__menu > li:hover > ul {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  visibility: visible;
}
.header__menu > li.has-submenu:after,
.header__menu > li.menu-item-has-children:after {
  content: '';
  width: 14px;
  height: 14px;
  background-image: url("../img/icons/drop.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 4px;
}
.header__menu > li.active > a,
.header__menu > li.current-menu-item > a {
  color: #fff;
}
.header__menu > li > ul {
  position: absolute;
  left: 50%;
  top: 30px;
  -webkit-transform: translate(-50%, 20px);
  transform: translate(-50%, 20px);
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: -10px 30px 45px rgba(11,31,51,0.2);
  box-shadow: -10px 30px 45px rgba(11,31,51,0.2);
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-width: 175px;
}
.header__menu > li > ul:before {
  content: '';
  width: 100%;
  height: 15px;
  position: absolute;
  left: 0;
  top: -15px;
}
.header__menu > li > ul > li {
  margin-bottom: 16px;
}
.header__menu > li > ul > li.with-icon a {
  display: block;
  padding-left: 30px;
  position: relative;
}
.header__menu > li > ul > li.with-icon a:before {
  content: '';
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .7;
  transition: all .3s;
}
.header__menu > li > ul > li.with-icon:hover a:before {
  opacity: 1;
}
li.with-icon.hubspot a:before {
  background-image: url('../img/icons/menu/hubspot.svg');
}
li.with-icon.pipedrive a:before {
  background-image: url('../img/icons/menu/pipedrive.svg');
}
li.with-icon.zohocrm a:before {
  background-image: url('../img/icons/menu/zoho.svg');
}
li.with-icon.zohorecruit a:before {
  background-image: url('../img/icons/menu/zoho.svg');
}
li.with-icon.close a:before {
  background-image: url('../img/icons/menu/close.svg');
}
li.with-icon.cats a:before {
  background-image: url('../img/icons/menu/cats.svg');
}
li.with-icon.insightly a:before {
  background-image: url('../img/icons/menu/insightly.svg');
}
li.with-icon.pcrecruiter a:before {
  background-image: url('../img/icons/menu/pcrecruit.svg');
}
li.with-icon.greenhouse a:before {
  background-image: url('../img/icons/menu/greenhouse.svg');
}
li.with-icon.csv a:before {
  background-image: url('../img/icons/menu/csv.svg');
}
li.with-icon.zohobigin a:before {
  background-image: url('../img/icons/menu/zoho-bigin.svg');
}
li.with-icon.copper a:before {
  background-image: url('../img/icons/menu/copper.svg');
}
.header__menu > li > ul > li:last-child {
  margin-bottom: 0;
}
.header__menu > li > ul > li.current-menu-item > a {
  color: #1b1d1f;
}
.header__menu > li > ul > li > a {
  white-space: nowrap;
  color: #636d74;
}
.header__menu > li > ul > li > a:hover {
  color: #1b1d1f;
}
.header__hamb,
.header__menu-mobile {
  display: none;
}
.header__menu-mobile {
  position: fixed;
  width: 100vw;
  height: 100vh;
  height: var(--app-height);
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 19;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.header__menu-mobile.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.header__menu-mobile .top-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 35px 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header__menu-mobile .close-menu {
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
}
.header__menu-mobile .close-menu:before,
.header__menu-mobile .close-menu:after {
  content: '';
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #1b1d1f;
  position: absolute;
  left: 0;
  top: 50%;
}
.header__menu-mobile .close-menu:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header__menu-mobile .close-menu:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header__menu-mobile .mobile-menu-wrap {
  overflow: auto;
  height: 100%;
  text-align: center;
}
.header__menu-mobile .mobile-menu-wrap .mobile-menu {
  width: 215px;
  margin: auto;
}
.header__menu-mobile .mobile-menu-wrap .mobile-menu li {
  margin-bottom: 12px;
}
.header__menu-mobile .mobile-menu-wrap .mobile-menu li:last-child {
  margin-bottom: 0;
}
.header__menu-mobile .mobile-menu-wrap .mobile-menu li.has-submenu,
.header__menu-mobile .mobile-menu-wrap .mobile-menu li.menu-item-has-children {
  margin-bottom: 24px;
  border: 1px solid #e2e6e9;
  border-radius: 10px;
  padding: 16px 8px;
}
.header__menu-mobile .mobile-menu-wrap .mobile-menu li.has-submenu > a,
.header__menu-mobile .mobile-menu-wrap .mobile-menu li.menu-item-has-children > a {
  margin-bottom: 10px;
  color: #aab0b5;
  display: block;
}
.header__menu-mobile .mobile-menu-wrap .mobile-menu a {
  color: #1b1d1f;
  font-weight: 500;
}
.header__menu-mobile .bot-line {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header__menu-mobile .mob-menu-login {
  min-width: 125px;
}
.header__menu-mobile .mob-menu-login img {
  -webkit-filter: brightness(10);
  filter: brightness(10);
  opacity: 0.7;
}
.main-wrapper {
  padding: 0;
  min-width: 320px;
  /*width: 100%;*/
  position: relative;
  overflow: hidden;
  min-height: 100%;
  max-width: 100vw;
}
.wrapper {
  min-width: 320px;
  max-width: 1200px;
  padding: 0 40px;
  margin: 0 auto;
  position: relative;
}
.hero {
  padding: 170px 0;
  background-color: #0a65c2;
}
.hero.hero-innerpage {
  padding-top: 125px;
  padding-bottom: 100px;
}
.hero-breadcrumbs .breadcrumb-container.theme1 {
  margin-left: -8px;
}
.hero-breadcrumbs .breadcrumb-container.theme1 li .separator {
  color: #9FDFFF !important;
  font-size: 10px !important;
  line-height: 1.1 !important;
}
.hero-breadcrumbs .breadcrumb-container.theme1 li:last-child .separator {
  display: none;
}
.hero-breadcrumbs .breadcrumb-container.theme1 li:last-child a {
  color: #fff !important;
  cursor: default;
  pointer-events: none;
}
.hero-breadcrumbs .breadcrumb-container.theme1 a {
  color: #9fdfff !important;
  font-size: 10px !important;
  line-height: 1.1 !important;
  margin: 0 8px;
  padding: 0;
}
.hero-breadcrumbs .breadcrumb-container.theme1 a:hover {
  color: #fff !important;
}
.blog-inner-hero__breadcrumbs {
  margin-bottom: 40px;
}
.hero-breadcrumbs.blog-inner-hero__breadcrumbs .breadcrumb-container.theme1 a,
.hero-breadcrumbs.blog-inner-hero__breadcrumbs .breadcrumb-container.theme1 li .separator {
  color: #636d74 !important;
}
.hero-breadcrumbs.blog-inner-hero__breadcrumbs .breadcrumb-container.theme1 li:last-child a,
.hero-breadcrumbs.blog-inner-hero__breadcrumbs .breadcrumb-container.theme1 a:hover {
  color: #43b97f !important;
}
.hero__img {
  max-width: 544px;
  margin-right: -60px;
}
.hero__img.only-image {
  margin: 20px 0;
}
.hero__line1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
}
.hero__line1-l {
  max-width: 545px;
  margin-right: 30px;
}
.hero__h1 {
  margin-bottom: 30px;
  color: #fff;
  font-weight: 700;
  font-size: 52px;
  line-height: 56px;
  letter-spacing: -1.5px;
}
.hero__descr {
  margin-bottom: 40px;
  color: #9fdfff;
}
.hero__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hero__btns .button {
  margin-bottom: 20px;
  min-width: 180px;
}
.hero__to-chrome {
  margin-right: 20px;
  border: 1px solid #43b97f;
}
.hero__to-chrome img {
  width: 32px;
  margin-right: 12px;
}
.hero__to-chrome:hover .btn-bg {
  background-color: #0a65c2;
}
.hero__watch.bordered {
  color: #fff;
}
.hero__watch.bordered img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  will-change: filter;
}
.hero__watch.bordered:hover img {
  -webkit-filter: brightness(2.5);
  filter: brightness(2.5);
}
.hero__text {
  font-size: 12px;
  line-height: 20px;
  color: #9fdfff;
}
.hero__text .bordered {
  color: #fff;
  border: 1px solid #43b97f;
  padding: 0 6px;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 20px;
}
.hero__logos {
  display: grid;
  grid-template-columns: repeat(6, 160px);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-gap: 30px;
  margin-bottom: 40px;
}
.hero__logos img {
  max-width: 160px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.8;
}
.hero__logos img:hover {
  opacity: 1;
  -webkit-filter: brightness(5);
  filter: brightness(5);
}
.hero__bot-text p {
  font-size: 12px;
  line-height: 20px;
  color: #9fdfff;
}
.hero__bot-text p a {
  color: #fff;
}
.hero__bot-text p a:hover {
  color: #43b97f;
}
.center-text {
  padding: 140px 0;
  text-align: center;
}
.center-text__big {
  font-weight: 700;
  font-size: 42px;
  line-height: 48px;
  text-align: center;
  letter-spacing: -1.5px;
  max-width: 950px;
  margin: 0 auto 30px;
}
.center-text__big img {
  display: inline-block;
  width: 40px;
}
.center-text__big .blue {
  color: #0a65c2;
}
.center-text__big .gradient {
  background: linear-gradient(92.56deg, #005a5f 0%, #d4d600 87.35%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.center-text__small {
  color: #636d74;
  max-width: 620px;
  margin: auto;
  font-size: 22px;
  line-height: 32px;
}
.advant {
  background-color: #edf9ff;
  padding: 140px 0;
}
.advant.advant-crm {
  background-color: #fff;
}
.advant .features-wrapper {
  margin-bottom: 80px;
}
.advant-home-template .advant__item-img.aipowered .layer1 {
  top: 5px;
}
.advant-home-template .advant__item-img.aipowered .layer2 {
  left: 103px;
}
.advant-home-template .advant__item-img.aipowered .aipowered-lines {
  left: 123px;
}
.advant__item {
  margin-bottom: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.advant__item:last-child {
  margin-bottom: 0;
}
.advant__item .left {
  max-width: 482px;
}
.advant__item .left .ttl {
  margin-bottom: 40px;
  color: #1b1d1f;
  font-weight: 700;
  font-size: 42px;
  line-height: 48px;
  letter-spacing: -1.5px;
}
.advant__item .left ul {
  margin-bottom: 40px;
}
.advant__item .left ul li {
  margin-bottom: 20px;
  padding-left: 32px;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #636d74;
}
.advant__item .left ul li:before {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url("../img/icons/check-green.svg");
  background-repeat: no-repeat;
  left: 0;
  top: 2px;
  position: absolute;
}
.advant__item .left ul li:last-child {
  margin-bottom: 0;
}
.advant__item-img {
  position: relative;
}
.advant__item-img .layer {
  position: absolute;
}
.advant__item-img .path-animate {
  -webkit-animation: animateLine 100s infinite linear;
  animation: animateLine 100s infinite linear;
}
.advant__item-img.matching {
  width: 572px;
  height: 490px;
}
.advant__item-img.matching .layer1 {
  width: 482px;
  top: 0;
  right: 0;
}
.advant__item-img.matching .layer2 {
  width: 500px;
  right: -100px;
  top: -10px;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
}
.advant__item-img.matching .layer3 {
  width: 307px;
  top: 198px;
  right: 268px;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
.advant__item-img.matching .layer3 .matching-line {
  position: absolute;
  right: -5px;
  top: 46px;
}
.advant__item-img.matching .layer3 .matching-line-path {
  -webkit-animation: animateLine 100s infinite linear;
  animation: animateLine 100s infinite linear;
}
.advant__item-img.saving {
  width: 530px;
  height: 490px;
}
.advant__item-img.saving .layer1 {
  width: 482px;
  top: 0;
  left: 0;
}
.advant__item-img.saving .layer2 {
  width: 500px;
  top: -10px;
  left: 87px;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
}
.advant__item-img.saving .layer3 {
  width: 145px;
}
.advant__item-img.saving .saving-lines {
  position: absolute;
  left: 70px;
  top: 198px;
  z-index: 2;
}
.advant__item-img.sync {
  width: 612px;
  height: 490px;
}
.advant__item-img.sync .layer1 {
  width: 482px;
  top: 0;
  right: 0;
}
.advant__item-img.sync .layer2 {
  width: 480px;
  top: 6px;
  right: -100px;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  z-index: 2;
}
.advant__item-img.sync .layer2 .sync-line {
  position: absolute;
  left: 63px;
  top: 187px;
}
.advant__item-img.sync .layer2 .sync-line-path {
  -webkit-animation: animateLine 100s infinite linear;
  animation: animateLine 100s infinite linear;
}
.advant__item-img.sync .layer3 {
  width: 350px;
  top: 187px;
  left: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.advant__item-img.aipowered {
  width: 572px;
  height: 534px;
}
.advant__item-img.aipowered .company-logo {
  position: absolute;
  width: 151px;
  top: 46px;
  left: 23px;
}
.advant__item-img.aipowered .aipowered-lines {
  width: 318px;
  height: 251px;
  position: absolute;
}
.advant__item-img.aipowered .layer1 {
  width: 440px;
  left: 0;
  top: 0;
}
.advant__item-img.aipowered .layer2 {
  width: 500px;
  left: 143px;
  top: -41px;
}
.advant__item-img.aipowered .aipowered-lines {
  top: 182px;
  left: 163px;
  position: absolute;
}
.advant__item-img.aipowered .lines-1 {
  position: absolute;
  top: 8px;
  left: 0;
}
.advant__item-img.aipowered .lines-2 {
  position: absolute;
  top: 0;
  left: 119px;
}
.advant__item-img.aipowered .lines-3 {
  position: absolute;
  top: 125px;
  left: 217px;
}



.advant__item-img.seemless {
  width: 572px;
  height: 490px;
}
.advant__item-img.seemless .layer1 {
  width: 482px;
  top: 0;
  left: 0;
}
.advant__item-img.seemless .layer2 {
  width: 322px;
  -webkit-box-shadow: -30px 30px 100px rgba(6,23,39,0.12);
  box-shadow: -30px 30px 100px rgba(6,23,39,0.12);
  top: 97px;
  left: 250px;
  border-radius: 20px;
}
.advant__item-img.seemless .layer3 {
  width: 276px;
  top: 317px;
  left: -60px;
}
.advant__item-img.seemless .layer3 .line {
  position: absolute;
  right: -55px;
  top: 4px;
}
.advant__item-img.export {
  width: 571px;
  height: 490px;
}
.advant__item-img.export .layer1 {
  width: 482px;
  top: 0;
  left: 0;
}
.advant__item-img.export .layer2 {
  width: 300px;
  -webkit-box-shadow: -20px 30px 90px rgba(11,30,49,0.08);
  box-shadow: -20px 30px 90px rgba(11,30,49,0.08);
  top: 100px;
  left: 271px;
  border-radius: 20px;
}
.advant__item-img.export .line {
  position: absolute;
  top: 99px;
  left: 185px;
}
.advant__item-img.comprehensive {
  width: 500px;
  height: 380px;
}
.advant__img-home {
  margin-bottom: -100px;
}
.calculator {
  padding: 140px 0 135px;
  background-color: #0a65c2;
}
.calculator .wrapper {
  max-width: 800px;
}
.calculator__ttl {
  text-align: center;
  margin-bottom: 60px;
  color: #fff;
  font-weight: 700;
  font-size: 42px;
  line-height: 48px;
  letter-spacing: -1.5px;
}
.calculator__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 58px;
}
.calculator__left,
.calculator__right {
  width: calc(50% - 20px);
}
.calculator__block {
  background-color: #fff;
  border-radius: 20px;
  padding: 25px 30px;
}
.calculator__block:first-child {
  margin-bottom: 20px;
}
.calculator__block-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 11px;
}
.calculator__block-ttl .info-left {
  color: #1b1d1f;
  font-weight: 500;
}
.calculator__block-ttl .info-right {
  font-size: 14px;
  color: #636d74;
}
.calculator__block .min-max-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 10px;
  line-height: 1;
  color: #636d74;
}
.calculator__right {
  border: 1px solid #43b97f;
  padding: 25px 30px 30px;
  border-radius: 15px;
}
.calculator__btn {
  width: 100%;
}
.calculator__btn:hover .btn-bg {
  background-color: #35a36d;
}
.calculator__t1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  margin-bottom: 15px;
  min-height: 120px;
}
.calculator__t1 .num {
  font-size: 78px;
  letter-spacing: -6px;
  line-height: 1;
  margin-right: 14px;
}
.calculator__t1 .text {
  font-size: 18px;
  line-height: 20px;
  padding-top: 5px;
}
.calculator__bot-text {
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #9fdfff;
}
.calculator__bot-text .white {
  color: #fff;
}
.calculator__bot-text .multiply {
  padding: 0 15px;
}
.calculator .range-slider {
  margin-bottom: 10px;
  height: 10px;
  border: none;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
}
.calculator .range-slider .progress-line {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 0;
  border: 1px solid #43b97f;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  pointer-events: none;
}
.calculator .range-slider .line {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #e2e6e9;
  z-index: 3;
}
.calculator .range-slider .line:nth-child(1) {
  left: 20%;
}
.calculator .range-slider .line:nth-child(2) {
  left: 40%;
}
.calculator .range-slider .line:nth-child(3) {
  left: 60%;
}
.calculator .range-slider .line:nth-child(4) {
  left: 80%;
}
.calculator .range-slider .noUi-connects {
  border: 1px solid #e2e6e9;
  border-radius: 6px;
}
.calculator .range-slider .noUi-connect {
  background: #43b97f;
}
.calculator .range-slider .noUi-active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.calculator .range-slider .noUi-handle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #43b97f;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  right: -8px;
  top: -3px;
  z-index: 5;
}
.calculator .range-slider .noUi-handle:before,
.calculator .range-slider .noUi-handle:after {
  display: none;
}
.calculator .range-slider .noUi-base {
  z-index: initial;
}
.plans {
  padding: 140px 0;
  background-color: #edf9ff;
}
.plans__ttl {
  font-size: 42px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: -1.5px;
  text-align: center;
  margin-bottom: 30px;
}
.plans__subttl {
  max-width: 560px;
  margin: 0 auto 40px;
  color: #636d74;
  text-align: center;
}
.plans__tabs {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.plans__tabs .tab {
  width: 175px;
  height: 40px;
  border-radius: 10px;
  background-color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 5px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.plans__tabs .tab:hover {
  -webkit-box-shadow: 3px 3px 20px rgba(0,0,0,0.1);
  box-shadow: 3px 3px 20px rgba(0,0,0,0.1);
}
.plans__tabs .tab.active {
  background-color: #1b1d1f;
  color: #fff;
}
.plans__tabs .tab .sale {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  background-color: #43b97f;
  padding: 0 6px;
  border-radius: 8px;
  color: #fff;
  margin-left: 8px;
}
.plans__tab-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.plans__tab-item .select-crm {
  margin-right: 20px;
  background-color: #fff;
  border-radius: 20px;
  padding: 37px 40px;
  width: 360px;
}
.plans__tab-item .select-crm__ttl {
  margin-bottom: 23px;
  font-size: 14px;
  line-height: 20px;
  color: #636d74;
}
.plans__tab-item .select-crm__tabs {
  margin-bottom: 24px;
}
.plans__tab-item .select-crm__tab {
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.plans__tab-item .select-crm__tab:hover,
.plans__tab-item .select-crm__tab.active {
  color: #43b97f;
}
.plans__tab-item .select-crm__tab:last-child {
  margin-bottom: 0;
}
.plans__tab-item .select-crm__bot {
  font-size: 12px;
  line-height: 20px;
  color: #636d74;
}
.plans__tab-item .select-crm__bot a {
  color: #1b1d1f;
}
.plans__tab-item .select-crm__bot a:hover {
  color: #43b97f;
}
.plans__tab-content {
  margin-bottom: 20px;
}
.plans-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.plans-item {
  width: 360px;
  background-color: #fff;
  padding: 36px 40px 40px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  margin-left: 20px;
}
.plans-item:hover {
  -webkit-box-shadow: -15px 50px 45px rgba(38,71,90,0.19);
  box-shadow: -15px 50px 45px rgba(38,71,90,0.19);
}
.plans-item:first-child {
  margin-left: 0;
}

.plans-item.working-on-professional {
  justify-content: center;
  align-items: center;
  padding: 65px 65px 50px;
}
.plans-item.working-on-professional .prof-img {
  margin-bottom: 30px;
  width: 185px;
  max-width: 100%;
}
.plans-item.working-on-professional .prof-ttl {
  margin-bottom: 24px;
  text-align: center;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 500;
}
.plans-item.working-on-professional .prof-btn {
  display: flex;
  justify-content: center;
}

.plans-item__bestseller {
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #9fdfff;
  width: 170px;
  background-color: #0a65c2;
  line-height: 30px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  right: -50px;
  top: 20px;
}
.plans-item__buttons {
  margin-top: auto;
}
.plans-item__name {
  margin-bottom: 24px;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 500;
}
.plans-item__price {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.plans-item__price .price.new-price {
  color: #ef4444;
  letter-spacing: -2px;
  font-size: 36px;
  line-height: 1.28;
}
.plans-item__price .price {
  margin-right: 8px;
  font-weight: 700;
  font-size: 42px;
  line-height: 48px;
  letter-spacing: -1.5px;
  white-space: nowrap;
}
.plans-item__price .price-old {
  margin-right: 4px;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: -1.5px;
  color: #636d74;
  white-space: nowrap;
  position: relative;
}
.plans-item__price .price-old:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #636d74;
  left: 0;
  top: calc(50% - 1px);
}
.plans-item__price .price-info {
  font-size: 14px;
  line-height: 20px;
  color: #636d74;
  padding-bottom: 5px;
}
.plans-item__trial {
  margin-bottom: 24px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 6px;
  color: #35a36d;
  background-color: #e7fadf;
  border-radius: 5px;
  display: inline-block;
  font-weight: 500;
}
.plans-item__trial.red-mess {
  color: #ef4444;
  background-color: #fff1ed;
}
.plans-item__features-ttl {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 20px;
  color: #636d74;
}
.plans-item__features {
  margin-bottom: 24px;
}
.plans-item__features li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 28px;
  font-size: 14px;
  line-height: 20px;
}
.plans-item__features li:last-child {
  margin-bottom: 0;
}
.plans-item__features li:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../img/icons/check-green.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.plans-item__features li.cross:before {
  background-image: url("../img/icons/cross-red.svg");
}
.plans-item__buttons a {
  width: 100%;
}
.plans-item__buttons a:last-child {
  margin-top: 10px;
}
.plans__advant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.plans__advant-item {
  margin: 0 15px 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
}
.plans__advant-item img {
  margin-right: 4px;
}
.plans__learn-more-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.enterprise-plan {
  border: 1px solid #C0DBF3;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  margin-bottom: 40px;
}
.enterprise-plan__ttl {
  margin-bottom: 24px;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 500;
}
.enterprise-plan__advant {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px;
  margin-bottom: 20px;
  padding: 0 45px;
}
.enterprise-plan__advant .advant-item {
  margin: 0 8px;
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.45;
  text-align: left;
}
.enterprise-plan__advant .advant-item img {
  margin-right: 4px;
}
.enterprise-plan__btn {
  display: flex;
  justify-content: center;
}
.enterprise-plan__btn .button {
  min-width: 200px;
}


.plans-item.plans-item--enterprise {
  /*margin-left: 20px;*/
  border: 1px solid #C0DBF3;
  background-color: transparent;
}
.plans-item.plans-item--enterprise .plans-item__price,
.plans-item.plans-item--enterprise .plans-item__trial {
  display: none;
}
.plans-item__name h3 {
  font-weight: 500;
}
.plans-item__title2 {
  margin-bottom: 52px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1.5px;
}



.blue-ready {
  margin: 140px 0;
}
.blue-ready.mt0 {
  margin-top: 0;
}
.blue-ready.only-ttl .blue-ready__block {
  padding: 90px 90px 100px;
}
.blue-ready.only-ttl .floating--1 {
  top: -30px;
  left: 40px;
  -webkit-box-shadow: 25px 20px 30px rgba(0,46,73,0.348);
  box-shadow: 25px 20px 30px rgba(0,46,73,0.348);
  z-index: 2;
}
.blue-ready.only-ttl .floating--2 {
  top: 45px;
  left: 60px;
}
.blue-ready.only-ttl .floating--3 {
  top: -30px;
  right: 40px;
  -webkit-box-shadow: 25px 20px 30px rgba(0,46,73,0.348);
  box-shadow: 25px 20px 30px rgba(0,46,73,0.348);
  z-index: 2;
}
.blue-ready.only-ttl .floating--4 {
  top: 45px;
  right: 60px;
}
.blue-ready__block {
  background-color: #0a65c2;
  color: #fff;
  position: relative;
  padding: 80px;
  border-radius: 20px;
  text-align: center;
}
.blue-ready__block .floating {
  position: absolute;
  width: 220px;
  border-radius: 15px;
}
.blue-ready__block .floating--1 {
  top: 50px;
  left: 40px;
}
.blue-ready__block .floating--2 {
  top: 125px;
  left: 60px;
}
.blue-ready__block .floating--3 {
  top: 50px;
  right: 40px;
}
.blue-ready__block .floating--4 {
  top: 125px;
  right: 60px;
}
.blue-ready__block .ttl {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 52px;
  line-height: 56px;
  letter-spacing: -1.5px;
}
.blue-ready__block .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.blue-ready__block .btn-wrap .button {
  margin: 0 10px;
  color: #fff;
}
.blue-ready__block .btn-wrap .button.bordered img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blue-ready__block .btn-wrap .button.bordered:hover img {
  -webkit-filter: brightness(2.5);
  filter: brightness(2.5);
}
.blue-ready__block .advant-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 50px;
}
.blue-ready__block .advant-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 15px;
  color: #9fdfff;
}
.blue-ready__block .advant-item img {
  margin-right: 4px;
}
.blue-ready .floating-block-left,
.blue-ready .floating-block-right {
  position: absolute;
  width: 220px;
  height: 60px;
  top: 125px;
}
.blue-ready .floating-block-left {
  left: 60px;
}
.blue-ready .floating-block-left .floating-item.hidden {
  -webkit-transform: translate(20px, 75px);
  transform: translate(20px, 75px);
}
.blue-ready .floating-block-left .floating-item.active {
  -webkit-transform: translate(-20px, -75px);
  transform: translate(-20px, -75px);
}
.blue-ready .floating-block-left .floating-item.used {
  -webkit-transform: translate(-40px, -145px);
  transform: translate(-40px, -145px);
}
.blue-ready .floating-block-right {
  right: 60px;
}
.blue-ready .floating-block-right .floating-item.hidden {
  -webkit-transform: translate(-20px, 75px);
  transform: translate(-20px, 75px);
}
.blue-ready .floating-block-right .floating-item.active {
  -webkit-transform: translate(20px, -75px);
  transform: translate(20px, -75px);
}
.blue-ready .floating-block-right .floating-item.used {
  -webkit-transform: translate(40px, -145px);
  transform: translate(40px, -145px);
}
.blue-ready .floating-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 220px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  border-radius: 15px;
  background-color: #207ddd;
  color: #fff;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.blue-ready .floating-item.active {
  background-color: #fff;
  color: #1b1d1f;
  -webkit-box-shadow: 15px 15px 30px rgba(0,46,73,0.35);
  box-shadow: 15px 15px 30px rgba(0,46,73,0.35);
  z-index: 2;
}
.blue-ready .floating-item.active .text .t1-img .icon-done {
  opacity: 1;
}
.blue-ready .floating-item.active .text .t1-img .icon-error {
  opacity: 0;
}
.blue-ready .floating-item.active .text .t2 {
  color: #636d74;
}
.blue-ready .floating-item.hidden,
.blue-ready .floating-item.used {
  opacity: 0;
}
.blue-ready .floating-item .photo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.blue-ready .floating-item .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.blue-ready .floating-item .text .t1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 2px;
}
.blue-ready .floating-item .text .t1 span {
  margin-right: 4px;
}
.blue-ready .floating-item .text .t1-img {
  position: relative;
}
.blue-ready .floating-item .text .t1-img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.blue-ready .floating-item .text .t1-img .icon-error {
  position: absolute;
  top: 0;
  left: 0;
}
.blue-ready .floating-item .text .t1-img .icon-done {
  opacity: 0;
}
.blue-ready .floating-item .text .t2 {
  color: #9fdfff;
  font-size: 10px;
  line-height: 1;
}
.systems {
  margin: 140px 0;
}
.systems__items {
  margin-bottom: 60px;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr;
}
.systems__item {
  padding: 20px 70px 20px 60px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 270px;
}
.systems__item:nth-child(1) {
  background-color: #edf9ff;
}
.systems__item:nth-child(2) {
  background-color: #fff8ed;
}
.systems__item:nth-child(3) {
  background-color: #e7fadf;
}
.systems__item:nth-child(4) {
  background-color: #fff1ed;
}
.systems__item .text {
  width: 200px;
}
.systems__item .text h2 {
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 32px;
}
.systems__item .text p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.systems__item .image img {
  max-width: 200px;
}
.systems__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.reviews {
  padding: 140px 0 150px;
  background-color: #edf9ff;
}
.reviews__slider {
  margin: 0 -20px;
}
.reviews__slider .slick-list {
  overflow: visible;
}
.reviews__slider .slide {
  background-color: #0a65c2;
  border-radius: 20px;
  padding: 40px;
  color: #fff;
  margin: 0 10px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.reviews__slider .slide.slick-active {
  opacity: 1;
}
.reviews__slider .slide .rev-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.reviews__slider .slide__top {
  margin-bottom: 21px;
}
.reviews__slider .slide__bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.reviews__slider .slide__bot .photo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}
.reviews__slider .slide__bot .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.reviews__slider .slide__bot .name {
  margin-bottom: 2px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.5px;
}
.reviews__slider .slide__bot .position {
  color: #9fdfff;
  font-size: 10px;
  line-height: 1;
}
.reviews__slider .slide .rev-video {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.reviews__slider .slide .rev-video .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.reviews__slider .slick-list {
  padding-bottom: 40px;
}
.reviews__slider .slick-arrow {
  width: 20px;
  height: 20px;
  font-size: 0;
  border: none;
  background-color: transparent;
  background-image: url("../img/icons/arrow-right-slider.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: -20px;
  z-index: 4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.reviews__slider .slick-arrow:hover {
  background-image: url("../img/icons/arrow-right-slider-hover.svg");
}
.reviews__slider .slick-arrow.slick-disabled {
  opacity: 0.3;
  cursor: default;
}
.reviews__slider .slick-arrow.slick-disabled:hover {
  background-image: url("../img/icons/arrow-right-slider.svg");
}
.reviews__slider .slick-next {
  right: 10px;
}
.reviews__slider .slick-prev {
  right: 42px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.reviews__slider .slick-dots {
  position: absolute;
  bottom: -13px;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.reviews__slider .slick-dots li {
  margin-right: 16px;
}
.reviews__slider .slick-dots li.slick-active button {
  background: #1b1d1f;
  border: 1px solid #1b1d1f;
}
.reviews__slider .slick-dots li button {
  font-size: 0;
  border: 1px solid #636d74;
  background: transparent;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: block;
  padding: 0;
}
.whats-new {
  padding: 140px 0;
}
.whats-new.whats-new-crm {
  padding-bottom: 0;
}
.whats-new__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 60px;
}
.whats-new__items.single {
  display: flex;
  justify-content: center;
  grid-gap: 0;
}
.whats-new__items.single .whats-new__item {
  width: calc(33.33% - 20px);
  margin: 0 10px;
}
.whats-new__item {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  background-color: #edf9ff;
  color: #1b1d1f;
}
.whats-new__item:hover {
  background-color: #fff;
  -webkit-box-shadow: -15px 50px 45px rgba(38,71,90,0.181);
  box-shadow: -15px 50px 45px rgba(38,71,90,0.181);
}
.whats-new__item:hover .read-more {
  color: #1b1d1f;
}
.whats-new__item:hover .read-more:hover {
  color: #43b97f;
}
.whats-new__item .photo {
  height: 240px;
  width: 100%;
}
.whats-new__item .photo img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.whats-new__item .content {
  padding: 35px 40px 40px;
}
.whats-new__item .ttl {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 14px;
  font-weight: 500;
  max-height: 64px;
  overflow: hidden;
}
.whats-new__item .text {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #636d74;
  font-weight: 500;
}
.whats-new__item .read-more {
  color: #43b97f;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}
.whats-new__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.faq-home {
  padding: 140px 0;
  background-color: #edf9ff;
}
.faq-home.white-bg {
  background-color: #fff;
}
.faq-home.white-bg .faq-home__items dl {
  background-color: #edf9ff;
}
.faq-home.white-bg .faq-home__items dl.active {
  background-color: #fff;
  -webkit-box-shadow: -15px 25px 45px rgba(38,71,90,0.1);
  box-shadow: -15px 25px 45px rgba(38,71,90,0.1);
  position: relative;
  z-index: 2;
}
.faq-home__items {
  max-width: 720px;
  margin: 0 auto 60px;
}
.faq-home__items dl {
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 30px 30px 40px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.faq-home__items dl:last-child {
  margin-bottom: 0;
}
.faq-home__items dl.active dt:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.faq-home__items dt {
  color: #1b1d1f;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  padding-right: 50px;
  position: relative;
}
.faq-home__items dt:after {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url("../img/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 6px;
  right: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.faq-home__items dd {
  padding-top: 16px;
  color: #636d74;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.faq-home__items dd a {
  color: #43b97f;
}
.faq-home__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.easy-steps {
  background-color: #edf9ff;
  padding: 140px 0;
}
.easy-steps__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
.easy-steps__items .item {
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  padding: 190px 40px 40px;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.easy-steps__items .item.item-link:hover {
  -webkit-box-shadow: -15px 50px 45px rgba(38,71,90,0.18);
  box-shadow: -15px 50px 45px rgba(38,71,90,0.18);
}
.easy-steps__items .item.item-link:hover .ttl {
  text-decoration: underline;
  color: #0a65c2;
}
.easy-steps__items .item .image {
  position: absolute;
  width: calc(100% - 80px);
  top: 40px;
  left: 40px;
}
.easy-steps__items .item .ttl {
  max-width: 210px;
  margin: 0 auto 24px;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 700;
  color: #1b1d1f;
}
.easy-steps__items .item .step {
  color: #636d74;
  font-size: 14px;
  line-height: 20px;
}
.diff-crms {
  background: #0a65c2;
  padding: 140px 0;
  text-align: center;
}
.diff-crms .section-ttl {
  margin-bottom: 30px;
  color: #fff;
}
.diff-crms__subttl {
  margin-bottom: 80px;
  color: #9fdfff;
}
.diff-crms__bot p {
  text-align: center;
  color: #9fdfff;
  font-size: 12px;
}
.diff-crms__bot p a {
  color: #fff;
}
.diff-crms__bot p a:hover {
  color: #43b97f;
}
.diff-crms .hero__logos {
  margin-bottom: 80px;
}
.else-ttl {
  margin-bottom: 80px;
  color: #636d74;
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: -1.5px;
  font-weight: 700;
  text-align: center;
}
.advant-mobile {
  display: none;
}
.hubspot-features {
  background-color: #fff;
  min-height: 100vh;
  padding-top: 0;
}
.hubspot-features__bot-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1060px;
  margin: auto;
}
.hubspot-features__bot-items .item {
  width: calc(33.33% - 53px);
  text-align: center;
}
.hubspot-features__bot-items .item .img {
  margin-bottom: 24px;
}
.hubspot-features__bot-items .item .name {
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 32px;
  font-weight: bold;
}
.hubspot-features__bot-items .item .descr {
  font-size: 14px;
  line-height: 20px;
  color: #636d74;
}
.pinned-features {
  padding-top: 0;
}
.pinned-features .section-ttl {
  padding-top: 140px;
  margin-bottom: 25vh;
}
.pinned-features .advant__item {
  display: block;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.pinned-features .advant__item .left {
  width: 500px;
  position: relative;
}
.pinned-features .advant__item .right {
  width: 600px;
  height: 100vh;
  position: absolute;
  right: 0;
  top: 140px;
}
.pinned-features .content-wrap {
  margin-bottom: 50vh;
}
.pinned-features .content-wrap:last-child {
  margin-bottom: 35vh;
}
.pinned-features .advant__img {
  max-width: 600px;
  width: 100%;
  position: absolute;
  top: 50%;
  right: -80px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pinned-features .advant__img.hidden {
  -webkit-transform: translateY(-50%) translateY(-30px) !important;
  transform: translateY(-50%) translateY(-30px) !important;
  opacity: 0;
  visibility: hidden;
}
.hidden-animations-container {
  position: absolute;
  opacity: 0;
  z-index: -99;
  pointer-events: none;
  max-width: 100vw;
}
.popup-not-work-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  z-index: 19;
}
.popup-not-work-mobile.hiding .bottom-popup {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.popup-not-work-mobile.hidden {
  display: none !important;
}
.popup-not-work-mobile .bottom-popup {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 32px 52px;
  -webkit-box-shadow: 0px -30px 60px rgba(11,31,51,0.2);
  box-shadow: 0px -30px 60px rgba(11,31,51,0.2);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.popup-not-work-mobile .top-line {
  position: absolute;
  top: 12px;
  left: calc(50% - 18px);
  width: 36px;
  height: 4px;
  background-color: #e2e6e9;
}
.popup-not-work-mobile .ttl {
  max-width: 400px;
  margin: 0 auto 24px;
  text-align: center;
  font-weight: 500;
}
/*.popup-not-work-mobile form {*/
/*  display: -webkit-box;*/
/*  display: -ms-flexbox;*/
/*  display: flex;*/
/*  -webkit-box-align: center;*/
/*      -ms-flex-align: center;*/
/*          align-items: center;*/
/*  -webkit-box-pack: center;*/
/*      -ms-flex-pack: center;*/
/*          justify-content: center;*/
/*}*/
.popup-not-work-mobile form {
  max-width: 270px;
  margin: auto;
}
.popup-not-work-mobile form .wpcf7-not-valid-tip {
  color: #dc3232;
}
.popup-not-work-mobile form input {
  /*margin-right: 0;*/
  height: 40px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #e1e3e5;
  color: #1b1d1f;
  width: 270px;
  max-width: 100%;
}
.popup-not-work-mobile form input::-webkit-input-placeholder {
  color: #636d74;
}
.popup-not-work-mobile form input::-moz-placeholder {
  color: #636d74;
}
.popup-not-work-mobile form input:-ms-input-placeholder {
  color: #636d74;
}
.popup-not-work-mobile form input::-ms-input-placeholder {
  color: #636d74;
}
.popup-not-work-mobile form input::placeholder {
  color: #636d74;
}
.popup-not-work-mobile form input[type='submit'] {
  border: none;
  width: 270px;
  margin-right: 0;
  margin-top: 15px;
}
.popup-not-work-mobile form .wpcf7-form-control-wrap {
  display: block;
}
.popup-not-work-mobile form > p > br {
  display: none;
}
.popup-not-work-mobile .wpcf7 form .wpcf7-response-output {
  font-size: 14px;
  color: #000000;
}
/*.popup-not-work-mobile form > p {*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*}*/
.faq-hero {
  padding: 115px 0 80px;
  background-color: #0a65c2;
}
.faq-hero__items {
  width: 230px;
  margin: 0 auto 62px;
  position: relative;
}
.faq-hero__items .item {
  position: relative;
  z-index: 2;
}
.faq-hero__items .item,
.faq-hero__items .item-bg {
  padding: 12px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  margin-bottom: 5px;
  border-radius: 15px;
  -webkit-box-shadow: 25px 25px 30px rgba(0,46,73,0.35);
  box-shadow: 25px 25px 30px rgba(0,46,73,0.35);
}
.faq-hero__items .item .icon,
.faq-hero__items .item-bg .icon {
  margin-right: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.faq-hero__items .item .t1,
.faq-hero__items .item-bg .t1 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 4px;
}
.faq-hero__items .item .t2,
.faq-hero__items .item-bg .t2 {
  color: #636d74;
  font-size: 10px;
  line-height: 1;
}
.faq-hero__items .item-bg {
  background-color: #207ddd;
  position: absolute;
  width: 230px;
  left: 10px;
  bottom: -42px;
  display: block;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.faq-hero__items .item-bg .t1 {
  color: #fff;
  font-size: 13px;
}
.faq-hero__items .item-bg .t2 {
  color: #9fdfff;
}
.faq-hero__items .item-bg:before,
.faq-hero__items .item-bg:after {
  content: '';
  position: absolute;
  width: 230px;
  height: 60px;
  background-color: #207ddd;
  border-radius: 15px;
}
.faq-hero__items .item-bg:before {
  opacity: 0.3;
  left: 10px;
  top: 15px;
}
.faq-hero__items .item-bg:after {
  opacity: 0.2;
  left: 20px;
  top: 30px;
}
.faq-hero__h1 {
  text-align: center;
  margin-bottom: 20px;
  text-align: center;
  font-size: 52px;
  line-height: 56px;
  letter-spacing: -1.5px;
  color: #fff;
}
.faq-hero__last-update {
  margin-bottom: 32px;
  text-align: center;
  color: #9fdfff;
  font-size: 14px;
  line-height: 20px;
}
.faq-hero__search {
  width: 320px;
  margin: auto;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #43b97f;
  padding: 0 10px 0 16px;
}
.faq-hero__search .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faq-hero__search .input {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 14px;
}
.faq-hero__search .input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.5;
}
.faq-hero__search .input::-moz-placeholder {
  color: #fff;
  opacity: 0.5;
}
.faq-hero__search .input:-ms-input-placeholder {
  color: #fff;
  opacity: 0.5;
}
.faq-hero__search .input::-ms-input-placeholder {
  color: #fff;
  opacity: 0.5;
}
.faq-hero__search .input::placeholder {
  color: #fff;
  opacity: 0.5;
}
.faq-hero__search .clear {
  margin-left: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  display: flex;
}
.faq-hero__search .clear.active {
  opacity: 1;
}
.faq {
  padding: 80px 0 140px;
  background-color: #fff;
}
.faq .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.faq .sticky-spacer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.faq__nav {
  width: 360px;
  padding-right: 80px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.faq__nav a {
  margin-bottom: 12px;
  display: block;
  color: #1b1d1f;
}
.faq__nav a:last-child {
  margin-bottom: 0;
}
.faq__nav a:not(.is-blocked).active,
.faq__nav a:not(.is-blocked):hover {
  color: #43b97f;
}
.faq__nav a.is-blocked {
  cursor: default;
}
.faq__nav-wrap {
  margin-bottom: 22px;
}
.faq__nav-specific {
  padding: 24px 30px;
  border-radius: 20px;
  border: 1px solid #e2e6e9;
}
.faq__nav-specific .ttl {
  margin-bottom: 20px;
  color: #636d74;
  font-size: 14px;
}
.faq__content {
  width: 100%;
}
.faq__block {
  margin-bottom: 60px;
}
.faq__block-ttl {
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: -1.5px;
}
.faq__block .item {
  border-radius: 20px;
  padding: 30px 40px;
  background-color: #edf9ff;
  margin-bottom: 10px;
}
.faq__block .item:last-child {
  margin-bottom: 0;
}
.faq__block .item .question {
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
}
.faq__block .item .answer {
  color: #636d74;
  font-size: 14px;
  line-height: 20px;
}
.faq__block .item .answer a {
  color: #43b97f;
}
.faq__block .item .answer a:hover {
  color: #0a65c2;
}
.faq__block-specific .t1 {
  margin-bottom: 8px;
  margin-top: 30px;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.1;
}
.faq__block-specific .t2 {
  font-size: 12px;
  line-height: 20px;
  color: #636d74;
  margin-bottom: 30px;
}
.faq__content-bot {
  font-size: 22px;
  line-height: 32px;
  letter-spacing: -0.5px;
  font-weight: 500;
}
.faq__content-bot.no-result {
  text-align: center;
  max-width: 680px;
  margin: auto;
}
.faq__content-bot a {
  color: #43b97f;
}
.faq__content-bot a:hover {
  color: #0a65c2;
}
.faq__no-result {
  width: 100%;
  text-align: center;
}
.faq__no-result-wrap {
  max-width: 760px;
  width: 100%;
  margin: 0 auto 140px;
  border-radius: 20px;
  background-color: #edf9ff;
  padding: 50px 40px 80px;
}
.faq__no-result-wrap .icon {
  margin: 0 auto 10px;
}
.faq__no-result-wrap .t1 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: -0.5px;
  font-weight: 500;
}
.faq__no-result-wrap .t2 {
  font-size: 16px;
  line-height: 1.3;
  color: #636d74;
}
.under-header {
  height: 110px;
  background-color: #0a65c2;
}
.faq-inner-hero {
  background-color: #edf9ff;
  padding: 80px 0;
}
.faq-inner-hero .wrapper {
  max-width: 780px;
}
.faq-inner-hero .back-to-faq {
  position: absolute;
  left: -240px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #636d74;
  font-size: 14px;
}
.faq-inner-hero .back-to-faq:hover {
  opacity: 0.6;
}
.faq-inner-hero .back-to-faq img {
  margin-right: 8px;
}
.faq-inner-hero .logo {
  margin-bottom: 20px;
  max-width: 200px;
}
.faq-inner-hero .ttl {
  margin-bottom: 20px;
  font-size: 52px;
  line-height: 1.1;
  letter-spacing: -1.5px;
}
.faq-inner-hero .date {
  color: #636d74;
  font-size: 14px;
}
.faq-inner {
  padding: 80px 0 140px;
  max-width: 780px;
  margin: auto;
}
.faq-inner .faq__content-bot {
  text-align: center;
}
.blog-hero {
  padding: 155px 0 85px;
  text-align: center;
  background-color: #0a65c2;
  color: #fff;
}
.blog-hero__h1 {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 52px;
  line-height: 1.1;
  letter-spacing: -1.5px;
}
.blog-hero__sub {
  color: #9fdfff;
  margin-bottom: 55px;
}
.blog-hero__imgs {
  width: 800px;
  max-width: 100%;
  margin: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.blog-hero__imgs .img {
  width: 160px;
}
.blog-hero__imgs .img1 {
  position: absolute;
  top: -60px;
  left: -20px;
}
.blog-hero__imgs .img3 {
  position: absolute;
  top: -61px;
  right: -20px;
}
.blog:not(.body) {
  padding: 80px 0 140px;
}
.blog__items {
  max-width: 890px;
  margin: auto;
}
.blog__item {
  bottom: 10px;
  padding: 30px;
  border-radius: 20px;
  background-color: #edf9ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #1b1d1f;
  margin-bottom: 10px;
  position: relative;
}
.blog__item:hover {
  background-color: #fff;
  -webkit-box-shadow: -15px 20px 45px rgba(38,71,90,0.18);
  box-shadow: -15px 20px 45px rgba(38,71,90,0.18);
  z-index: 2;
}
.blog__item .img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 152px;
  height: 152px;
  margin-right: 30px;
  border-radius: 15px;
  overflow: hidden;
}
.blog__item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog__item .ttl {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
}
.blog__item .date {
  margin-bottom: 12px;
  color: #636d74;
}
.blog__item .excerpt,
.blog__item .date {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.blog__item .excerpt {
  margin-bottom: 16px;
}
.blog__item .read-more {
  color: #43b97f;
  font-size: 14px;
}
.blog__paginate {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog__paginate-item {
  margin: 0 25px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: #1b1d1f;
}
.blog__paginate-item:hover {
  color: #43b97f;
}
.blog__paginate-prev,
.blog__paginate-next {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog__paginate-prev img {
  margin-right: 12px;
}
.blog__paginate-next img {
  margin-left: 12px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.nav-links {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.nav-links .page-numbers {
  margin: 0 25px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: #1b1d1f;
}
.nav-links .page-numbers:hover,
.nav-links .page-numbers.current {
  color: #43b97f;
}
.nav-links .prev,
.nav-links .next {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav-links .prev img {
  margin-right: 12px;
}
.nav-links .next img {
  margin-left: 12px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.blog-inner-hero {
  padding: 40px 0 60px;
  background-color: #edf9ff;
}
.blog-inner-hero.category-hero {
  padding: 40px 0;
}

.blog-inner-hero .wrapper {
  max-width: 1200px;
}
.blog-inner-hero .back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #636d74;
  font-size: 14px;
  margin-bottom: 20px;
}
.blog-inner-hero .back:hover {
  opacity: 0.6;
}
.blog-inner-hero .back img {
  margin-right: 8px;
}
.blog-inner-hero .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
.blog-inner-hero .info .img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 152px;
  height: 152px;
  margin-right: 30px;
}
.blog-inner-hero .info .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog-inner-hero .info .text h1 {
  margin-bottom: 20px;
  font-size: 52px;
  line-height: 1.1;
  letter-spacing: -1.5px;
  font-weight: bold;
}
.blog-inner-hero .info .text .date {
  color: #636d74;
  font-size: 14px;
  line-height: 1.3;
}
.blog-inner-hero .excerpt {
  font-weight: 500;
}

.blog-inner__wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 80px;
  padding-bottom: 40px;
}
.blog-inner__wrapper .content-map {
  width: 280px;
  margin-right: 40px;
  flex-shrink: 0;
  height: calc(100vh - 180px);
  position: sticky;
  top: 120px;
  overflow: hidden;
}
.blog-inner__wrapper .table-of-contents {
  max-height: 100%;
  width: 100%;
  border: 1px solid #E2E6E9;
  padding: 24px 30px;
  border-radius: 20px;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.blog-inner__wrapper .table-of-contents::-webkit-scrollbar {
  display: none;
}
.blog-inner__wrapper .toc-headline {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
}
.blog-inner__wrapper .table-of-contents a {
  color: #636d74;
  font-size: 16px;
  line-height: 1.5;
  display: inline-block;
  /*padding-left: 20px;*/
  position: relative;
}
.blog-inner__wrapper .table-of-contents li > ul a {
  /*white-space: nowrap;*/
  /*text-overflow: ellipsis;*/
  /*overflow: hidden;*/
  display: block;
}
.blog-inner__wrapper .table-of-contents > ul > li > a {
  font-weight: 500;
  color: #1b1d1f;
}

/*.blog-inner__wrapper .table-of-contents a:before {*/
/*  content: attr(data-num);*/
/*  display: inline-block;*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*}*/
.blog-inner__wrapper .table-of-contents a:hover {
  color: #43b97f;
}
.blog-inner__wrapper .table-of-contents li {
  margin-bottom: 10px;
  line-height: 24px;
}
.blog-inner__wrapper .table-of-contents li > ul {
  margin-left: 30px;
  margin-top: 10px;
}
.blog-inner__wrapper .post-content {
  max-width: calc(100% - 360px);
  width: 100%;
}

.blog-inner__content {
  width: 100%;
  margin: 0 auto 80px;
}
.post-content .blog-inner__bot {
  width: 100%;
  margin: 0 auto;
}
.blog-inner__content {
  font-weight: 500;
}
.blog-inner__content h2 {
  margin: 60px 0 40px;
  font-size: 42px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: -1.5px;
}
.blog-inner__content h3 {
  margin: 30px 0 20px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
}
.blog-inner__content h4 {
  margin: 20px 0 15px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
}
.blog-inner__content h2:first-child,
.blog-inner__content h3:first-child,
.blog-inner__content h4:first-child {
  margin-top: 0;
}
.blog-inner__content p {
  line-height: 1.7;
  font-weight: 500;
  margin-bottom: 10px;
}
.blog-inner__content p a,
.blog-inner__content ul a,
.blog-inner__content ol a {
  color: #43b97f;
}
.blog-inner__content p a:hover {
  text-decoration: underline;
}
.blog-inner__content ul {
  margin: 10px 0;
}
.blog-inner__content ol {
  margin: 10px 0 10px 34px;
}
.blog-inner__content ul li {
  position: relative;
  padding-left: 34px;
}
.blog-inner__content ul li:before {
  content: '';
  width: 12px;
  height: 1px;
  background-color: rgba(99,109,116,0.5);
  position: absolute;
  top: 12px;
  left: 0;
}
.blog-inner__bot {
  padding: 60px;
  border-radius: 20px;
  background-color: #edf9ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-inner__bot .col {
  width: 50%;
}
.blog-inner__bot .bot-ttl {
  margin-bottom: 20px;
  color: #636d74;
  margin-bottom: 14px;
  line-height: 1.4;
  font-size: 14px;
}
.blog-inner__bot .linkmatch {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 20px;
}
.blog-inner__bot .linkmatch img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 16px;
}
.blog-inner__bot .linkmatch span {
  font-size: 22px;
  line-height: 1.1;
  font-weight: 500;
}
.blog-inner__bot .socs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog-inner__bot .socs a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 22px;
  height: 60px;
  font-weight: 500;
  color: #fff;
  background-color: #1a74e5;
  border-radius: 15px;
}
.blog-inner__bot .socs a:hover {
  opacity: 0.8;
}
.blog-inner__bot .socs a:first-child {
  margin-right: 10px;
}
.blog-inner__bot .socs a img {
  margin-right: 12px;
}
.blog-inner__bot .socs a.tw {
  background-color: #03a9f4;
}
.integration-hero {
  background-color: #0a65c2;
  padding: 215px 0 140px;
}
.integration-hero .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.integration-hero__left {
  max-width: 360px;
  color: #fff;
}
.integration-hero__left .h1 {
  margin-bottom: 30px;
  font-size: 52px;
  line-height: 1.1;
  letter-spacing: -1.5px;
  font-weight: bold;
}
.integration-hero__left .h2 {
  margin-bottom: 40px;
  color: #9fdfff;
  font-weight: normal;
}
.integration-hero__right {
  position: relative;
}
.integration-hero__right .right-img {
  position: absolute;
  top: -80px;
  right: -80px;
  width: 745px;
}
.int-partners {
  padding: 100px 0 140px;
  background-color: #edf9ff;
}
.int-partners__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
.int-partners__items .item {
  padding: 50px 40px 45px;
  background-color: #fff;
  border-radius: 20px;
}
.int-partners__items .item.empty {
  opacity: 0.3;
}
.int-partners__items .item .logo {
  margin-bottom: 35px;
}
.int-partners__items .item .logo img {
  max-height: 60px;
}
.int-partners__items .item .name {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.int-partners__items .item .descr {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #636d74;
}
.become-partner {
  padding: 140px 0;
}
.become-partner__form {
  background-color: #0a65c2;
  width: 760px;
  max-width: 100%;
  margin: auto;
  padding: 70px 80px 80px;
  border-radius: 20px;
}
.become-partner__form .ttl {
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: -1.5px;
}
.become-partner__form input,
.become-partner__form textarea {
  width: 100%;
  height: 60px;
  padding: 0 30px;
  border: 1px solid #43b97f;
  font-size: 16px;
  letter-spacing: -0.5px;
  color: #fff;
  background: transparent;
  border-radius: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.become-partner__form input::-webkit-input-placeholder, .become-partner__form textarea::-webkit-input-placeholder {
  color: #9fdfff;
}
.become-partner__form input::-moz-placeholder, .become-partner__form textarea::-moz-placeholder {
  color: #9fdfff;
}
.become-partner__form input:-ms-input-placeholder, .become-partner__form textarea:-ms-input-placeholder {
  color: #9fdfff;
}
.become-partner__form input::-ms-input-placeholder, .become-partner__form textarea::-ms-input-placeholder {
  color: #9fdfff;
}
.become-partner__form input::placeholder,
.become-partner__form textarea::placeholder {
  color: #9fdfff;
}
.become-partner__form input:focus,
.become-partner__form textarea:focus {
  border-color: #fff;
  outline: none;
}
.become-partner__form textarea {
  resize: none;
  height: 180px;
  margin-bottom: 20px;
  padding: 20px 30px;
}
.become-partner__form .button {
  width: 100%;
  border: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.reseller-hero {
  padding: 215px 0 160px;
  background-color: #0a65c2;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.reseller-hero .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
  position: relative;
}
.reseller-hero .label span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid rgba(188,215,244,0.2);
  font-size: 14px;
  letter-spacing: -0.2px;
  font-weight: 500;
  line-height: 1.1;
  height: 40px;
  border-radius: 10px;
}
.reseller-hero .h1 {
  margin-bottom: 20px;
  font-size: 52px;
  line-height: 1.1;
  letter-spacing: -1.5px;
  font-weight: bold;
  position: relative;
}
.reseller-hero .h2 {
  margin-bottom: 40px;
  color: #9fdfff;
  letter-spacing: -0.5px;
  font-weight: 500;
  position: relative;
}
.reseller-hero .button {
  position: relative;
}
.reseller-hero .map-right,
.reseller-hero .map-left {
  position: absolute;
}
.reseller-hero .map-right {
  width: 770px;
  top: -100px;
  right: 300px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.reseller-hero .map-left {
  width: 696px;
  top: -115px;
  left: 450px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.about-hero {
  padding: 310px 0 250px;
  background-color: #0a65c2;
  position: relative;
  overflow: hidden;
}
.about-hero__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.about-hero__bg svg {
  width: 1920px;
  height: auto;
  z-index: 1;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}
.about-hero .wrapper {
  z-index: 3;
}
.about-hero .h1 {
  font-weight: bold;
  text-align: center;
  font-size: 52px;
  letter-spacing: -1.5px;
  color: #fff;
}
.about {
  padding: 80px 0 140px;
}
.about .wrapper {
  max-width: 840px;
}
.about h2 {
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: -1.5px;
  margin-bottom: 40px;
  font-weight: bold;
}
.about p {
  margin-bottom: 40px;
  font-weight: 500;
}
.about .imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
.about .imgs img {
  width: calc(50% - 20px);
}
.about .blue-block {
  margin-bottom: 40px;
  background-color: #edf9ff;
  border-radius: 20px;
  padding: 35px 40px 40px;
}
.about .blue-block p:last-child {
  margin-bottom: 0;
}
.about .blue-block p a {
  color: #43b97f;
}
.about .blue-block p a:hover {
  text-decoration: underline;
}
.about .sincerely {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #636d74;
  font-weight: 500;
}
.about .sincerely .black {
  margin-left: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1b1d1f;
}
.about .sincerely .black img {
  width: 20px;
  margin-right: 5px;
}
.team {
  background-color: #0a65c2;
  padding: 140px 0;
}
.team__ttl {
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
  font-size: 42px;
  letter-spacing: -1.5px;
  font-weight: bold;
}
.team__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
.team__items .item {
  background-color: #fff;
  border-radius: 20px;
  padding: 80px 20px;
  text-align: center;
}
.team__items .item.empty {
  border: 1px solid rgba(255,255,255,0.2);
  background: transparent;
}
.team__items .item .photo {
  border-radius: 50%;
  overflow: hidden;
  width: 180px;
  height: 180px;
  margin: 0 auto 30px;
}
.team__items .item .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.team__items .item .name {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.team__items .item .position {
  margin-bottom: 25px;
  font-size: 14px;
  color: #636d74;
}
.team__items .item .socs {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.team__items .item .socs a {
  margin: 0 5px;
}
.about-created {
  padding: 140px 0;
  background-color: #edf9ff;
  text-align: center;
}
.about-created .wrapper {
  max-width: 840px;
}
.about-created__ttl {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: -1.5px;
}
.about-created__subttl {
  margin-bottom: 60px;
  color: #636d74;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
}
.about-created__address {
  background-color: #fff;
  border-radius: 20px;
  padding: 60px 20px 70px;
}
.about-created__address h3 {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.1;
  color: #636d74;
  letter-spacing: -0.5px;
}
.about-created__address p {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: -1.5px;
  margin-bottom: 20px;
}
.about-created__address p a {
  color: #000;
}
.about-created__address p a:hover {
  color: #0a65c2;
}
.about-created__address p:last-of-type {
  margin-bottom: 0;
}
.text-content {
  padding: 80px 0 140px;
}
.privacy-hero {
  background-color: #0a65c2;
  padding: 155px 0 80px;
  text-align: center;
}
.privacy-hero__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.privacy-hero .h1 {
  font-weight: bold;
  font-size: 52px;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: -1.5px;
}
.privacy-hero .h2 {
  font-size: 14px;
  line-height: 1.1;
  color: #9fdfff;
  font-weight: 500;
}
#homepage-hero-anim,
#hubspot-hero-anim {
  width: 600px;
  height: auto;
  max-width: initial;
  position: relative;
  top: 30px;
  left: 15px;
}
#homepage-hero-anim img,
#hubspot-hero-anim img {
  max-width: initial;
}
.pages {
  padding: 140px 0;
  background-color: #0a65c2;
}
.pages a {
  color: #fff;
  font-size: 22px;
}
.pages a:hover {
  text-decoration: underline;
}
.map-label {
  opacity: 0;
}
.button .name-of-crm {
  display: inline-block !important;
  font-weight: 500;
}
.title-and-logos {
  padding: 160px 0 115px;
}
.title-and-logos__h1 {
  max-width: 765px;
  margin-bottom: 60px;
}
.title-and-logos__logos {
  display: grid;
  gap: 17px;
  grid-template-columns: repeat(5, 1fr);
}
.title-and-logos__logos .item {
  border: 1px solid #43b97f;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 24px;
  min-height: 60px;
}
.title-and-logos__logos .item:hover {
  background-color: #43b97f;
}
.title-and-logos__logos .item .chrome {
  margin-right: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
/*.title-and-logos__logos .item img {*/
/*  max-width: calc(100% - 32px);*/
/*}*/
.title-and-logos__logos .item-logo {
  position: relative;
  width: calc(100% - 32px);
  display: flex;
  align-items: center;
}
.title-and-logos__logos .item-logo .main-logo {
  transition: all .5s;
}
.title-and-logos__logos .item-logo .hover-logo {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all .5s;
}
.title-and-logos__logos .item:hover .item-logo .main-logo {
  opacity: 0;
}
.title-and-logos__logos .item:hover .item-logo .hover-logo {
  opacity: 1;
}
.extension-not-installed {
  padding: 160px 0 180px;
}
.extension-not-installed__logo {
  margin-bottom: 32px;
  text-align: center;
}
.extension-not-installed__logo img {
  width: 135px;
  display: inline-block;
}
.extension-not-installed__h2 {
  text-align: center;
  color: #636d74;
  font-size: 22px;
  line-height: 1;
}
.extension-not-installed__h2 a {
  color: #207ddd;
  border-bottom: 1px solid #207ddd;
  display: inline-block;
}
.extension-not-installed__h2 a:hover {
  border-color: transparent;
}
.wpcf7-submit,
.become-partner__form .wpcf7-submit {
  background-color: #43b97f;
}
.wpcf7-submithover,
.become-partner__form .buttonhover {
  background-color: #35a36d;
}
.wpcf7-form .input-wrap {
  margin-bottom: 10px;
}
.wpcf7-not-valid-tip {
  color: #fff;
  font-size: 12px;
  padding-top: 8px;
}
.wpcf7-spinner {
  margin: 10px auto 0;
  display: block;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0;
  border: none;
  color: #fff;
  text-align: center;
}
.is-hidden,
.faq.no-results .sticky-spacer {
  display: none !important;
}
.advant-crm .advant__item-img.saving .saving-lines {
  left: 100px;
  top: 260px;
}
.advant-crm .advant__item-img.saving .layer1 {
  width: 440px;
}
.advant-crm .advant__item-img.saving .layer2 {
  left: 158px;
}
.page404 {
  padding: 170px 0 105px;
}
.page404__label {
  height: 32px;
  padding: 0 12px;
  border-radius: 70px;
  background: rgba(32,125,221,0.15);
  font-size: 14px;
  line-height: 32px;
  color: #207ddd;
  font-weight: 500;
  margin: 0 auto 12px;
  width: 56px;
  text-align: center;
}
.page404__t1 {
  text-align: center;
  margin: 0 auto 30px;
  max-width: 500px;
  font-size: 42px;
  line-height: 48px;
  letter-spacing: -1.5px;
  font-weight: 700;
}
.page404__t2 {
  margin: 0 auto 40px;
  max-width: 500px;
  font-size: 22px;
  line-height: 32px;
  color: #636d74;
  text-align: center;
}
.page404__btn-wrap {
  text-align: center;
}
.fancybox__content>.carousel__button.is-close {
  width: 20px;
  height: 20px;
  background-image: url("../img/icons/close-popup.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  top: -20px;
  right: -20px;
}
.fancybox__content>.carousel__button.is-close svg {
  display: none;
}
.fancybox__carousel .fancybox__slide.has-video .fancybox__content iframe {
  border-radius: 20px;
  overflow: hidden;
}
.fancybox__backdrop {
  background-color: rgba(0,0,0,0.7);
}
.extension-preloader-body {
  width: 350px;
  height: 350px;
  max-width: 100%;
  margin: auto;
}
.extension-not-installed__content {
  display: none;
}
.warning-banner {
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #1b1d1f;
  background-color: #f4bdad;
  border-top: 1px solid #eecec4;
}
.warning-banner.green-bg {
  background-color: #bae8b3;
}
.invisible {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.content-map__mob,
.blog-inner-hero .back,
.open-content-map {
  display: none;
}


@-webkit-keyframes animateLine {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -1000;
  }
}
@keyframes animateLine {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -1000;
  }
}

.hubspot-orange {
  color: #ff7858;
}
.pipedrive-green {
  color: #08d063;
}
.zoho-c1 {
  color: #f34e3f;
}
.zoho-c2 {
  color: #5EBC63;
}
.zoho-c3 {
  color: #89CFFF;
}
.zoho-c4 {
  color: #FFD835;
}
.cats-blue {
  color: #4cc8ff;
}
.greenhouse-green {
  color: #00dd96;
}
.close-yellow {
  color: #ffb34d;
}

.text-page__img {
  max-width: 350px;
  margin: 0 auto 30px;
}

.wp-block-image figcaption {
  text-align: center;
  font-size: 12px;
  color: #636d74;
}
.wp-block-image img {
  border-radius: 8px;
}


.modal {
  display: none;
  background-color: #fff;
  border-radius: 20px;
  padding: 60px;
}
.modal .modal-ttl {
  margin-bottom: 20px;
  text-align: center;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
}
.modal.fancybox__content>.carousel__button.is-close {
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  background-image: url('../img/icons/close-popup-icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.modal.fancybox__content>.carousel__button.is-close svg {
  display: none;
}
.modal-enterprise,
.modal-enterprise-success {
  width: 480px;
  max-width: 100%;
}

.modal-enterprise-form input::placeholder {
  color: #636d74;
}
.modal-enterprise-form input[type='text'],
.modal-enterprise-form input[type='email'] {
  width: 100%;
  display: block;
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #43B97F;
  height: 60px;
  margin-bottom: 10px;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.modal-enterprise-form input[type="submit"] {
  width: 100%;
  border: none;
}
.modal-enterprise-form input[type="submit"]:hover {
  opacity: .8;
}
.modal-enterprise-form input.wpcf7-not-valid {
  border-color: #EF4444;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: none;
}
.modal-enterprise .wpcf7-spinner {
  position: absolute;
  left: calc(50% - 12px);
}
.modal-enterprise .wpcf7-response-output {
  display: none;
}
.modal-enterprise .wpcf7-not-valid-tip {
  color: #ef4444;
  padding-top: 0;
  margin-top: -8px;
}

.modal-enterprise-success {
  padding-top: 24px;
  cursor: default !important;
}
.modal-enterprise-success__img {
  display: flex;
  justify-content: center;
  margin-bottom: -12px;
}
.modal-enterprise-success__ttl {
  margin-bottom: 10px;
  text-align: center;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
}
.modal-enterprise-success__text {
  margin-bottom: 20px;
  color: #636D74;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.modal-enterprise-success__btn {
  width: 110px;
  margin: auto;
  cursor: pointer;
}
.blog-inner__content .wp-block-image {
  margin-bottom: 30px;
  margin-top: 30px;
}

.footer__bot-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer__dev {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  transition: all .3s;
}
.footer__dev:hover {
  filter: brightness(1.2);
}
.footer__dev span {
  margin-right: 8px;
  color: #9fdfff;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}
.footer__dev img {
  margin-right: 8px;
}
.footer__dev .spec-offer {
  padding: 0 6px;
  border-radius: 5px;
  background: rgba(237, 249, 255, 0.10);
  font-size: 12px;
  line-height: 20px;
  color: #9fdfff;
  margin: 10px 0;
}
.grecaptcha-badge {
  visibility: hidden;
}



@media (min-width: 1280px) {
  .main-wrapper {
    display: flex;
    flex-direction: column;
  }
  .footer {
    margin-top: auto;
  }
}

@media (max-height: 750px) {
  .hero {
    padding: 12vh 0;
  }
  .hero.hero-innerpage {
    padding: 18vh 0 60px;
  }
  #hubspot-hero-anim {
    width: 570px;
  }
  .pinned-features .advant__img {
    top: 58%;
  }
}
@media (max-width: 1280px) {
  .faq-inner-hero .back-to-faq,
  .blog-inner-hero .back {
    left: -160px;
  }
  .pinned-features .advant__img {
    right: 0;
    max-width: 520px;
  }
  .pinned-features .section-ttl {
    margin-bottom: 18vh;
  }
  .pinned-features .content-wrap:last-child {
    margin-bottom: 25vh;
  }
}
@media (max-width: 1200px) {
  .header__menu > li {
    margin: 0 10px;
  }
  .header .wrapper,
  .footer .wrapper {
    padding: 0 20px;
  }
  .header__login {
    margin-right: 20px;
  }
  .blue-ready__block .floating--1,
  .blue-ready__block .floating--3 {
    top: -100px;
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  }
  .blue-ready__block .floating--2,
  .blue-ready__block .floating--4 {
    top: -20px;
  }
  .systems__item {
    padding: 20px 40px;
    min-height: 240px;
  }
  .systems__item .image img {
    max-width: 150px;
  }
  .reviews__slider .slide {
    padding: 30px;
  }
  .reviews__slider .slide .rev-text {
    font-size: 14px;
  }
  .whats-new__item .content {
    padding: 25px;
  }
  .advant.hubspot-features {
    padding: 100px 0;
  }
  .hubspot-features .section-ttl {
    margin-bottom: 70px;
    margin-top: -100px;
  }
  .pinned-features .content-wrap {
    padding-right: 20px;
  }
  .faq__nav {
    width: 300px;
    padding-right: 30px;
  }
  .faq__nav-specific {
    padding: 24px;
  }
  .faq__block-ttl {
    font-size: 36px;
  }
  .faq__block .item .question {
    line-height: 1.3;
  }
  .faq-inner-hero {
    padding: 60px 0;
  }
  .faq-inner-hero .back-to-faq {
    position: static;
    margin-bottom: 20px;
  }
  .blog-inner-hero .back {
    position: static;
    margin-bottom: 20px;
  }
  .integration-hero {
    padding: 135px 0 80px;
  }
  .integration-hero__right .right-img {
    position: static;
    padding-left: 30px;
    max-width: 700px;
    width: auto;
  }
  .integration-hero .wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero__h1 br {
    display: none;
  }
  .hubspot-features__bot-items .item {
    width: calc(33.33% - 20px);
  }
  .about-hero {
    padding: 250px 0 150px;
  }
  .about-hero__bg svg {
    width: 1500px;
  }
  .blue-ready .floating-block-left,
  .blue-ready .floating-block-right {
    top: -15px;
  }
  .advant__img-home {
    margin-bottom: -8vw;
  }
  .pinned-features .advant__item .left {
    width: 410px;
  }
  .content-wrap--1 {
    padding-top: 18vh;
  }
  .pinned-features .content-wrap:last-child {
    margin-bottom: 35vh;
  }

}
@media (max-width: 1170px) {
  .hero__line1-l,
  .hero__line1-r {
    width: 50%;
  }
  #homepage-hero-anim {
    width: 100%;
  }
  .header__menu {
    position: static;
    -webkit-transform: none;
    transform: none;
  }
  .header__logo {
    width: 110px;
  }
  .header__add-chrome {
    padding: 0 12px;
    font-size: 12px;
  }
  .header__login {
    font-size: 12px;
    margin-right: 15px;
  }
  .header__menu {
    font-size: 14px;
  }
  .hero__h1 {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .hero__descr {
    font-size: 14px;
  }
  .hero__to-chrome,
  .hero__watch.bordered {
    font-size: 14px;
    height: 50px;
    border-radius: 15px;
    padding: 0 16px;
  }
  .hero__to-chrome {
    margin-right: 10px;
  }
  .hero__watch.bordered img {
    max-width: 24px;
    margin-right: 3px;
  }
  .hero__logos {
    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;
    gap: 20px;
  }
  .hero__logos a {
    max-width: calc(20% - 20px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .hero__logos a img {
    max-width: 100%;
  }
  .advant-home .advant__item .right {
    max-width: 50vw;
  }
  .advant-home .advant__item-img {
    -webkit-transform: scale(0.9) translateX(-5vw) !important;
    transform: scale(0.9) translateX(-5vw) !important;
  }
  .advant-home .advant__item-img.sync {
    -webkit-transform: scale(0.85) translateX(-13vw) !important;
    transform: scale(0.85) translateX(-13vw) !important;
  }
  .advant-home .advant__item-img.seemless {
    -webkit-transform: scale(0.85) translateX(0) !important;
    transform: scale(0.85) translateX(0) !important;
  }
  .advant-home .advant__item-img.export {
    -webkit-transform: scale(0.8) translateX(-8vw) !important;
    transform: scale(0.8) translateX(-8vw) !important;
  }
  .advant-home .advant__item-img.comprehensive {
    -webkit-transform: scale(0.8) !important;
    transform: scale(0.8) !important;
  }
  .header__add-chrome.button {
    font-size: 12px;
  }
  .fancybox__content>.carousel__button.is-close {
    top: -30px;
    right: 0;
  }
  .blog-inner__bot {
    padding: 32px;
  }
  .blog-inner__bot .socs a {
    height: 50px;
    padding: 0 16px;
    font-size: 14px;
  }
  .blog-inner__bot .socs a img {
    width: 24px;
    margin-right: 8px;
  }
  .blog-inner__bot .socs a:first-child {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .blog-inner__bot .linkmatch img {
    width: 40px;
  }
  .blog-inner__bot .linkmatch span {
    font-size: 18px;
  }
  .blog-inner__content {
    margin-bottom: 40px;
  }
  .advant-home-template .advant__item-img.aipowered .layer1 {
    left: 40px;
  }
  .advant-home-template .advant__item-img.aipowered .layer2 {
    left: 143px;
  }
  .advant-home-template .advant__item-img.aipowered .aipowered-lines {
    left: 163px;
  }
}
@media (max-width: 992px) {
  .wrapper {
    padding: 0 20px;
  }
  .advant__item .left {
    max-width: 380px;
  }
  .plans__tab-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .plans__tab-item .select-crm {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .plans__tab-item .select-crm__tabs {
    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;
    margin-bottom: 10px;
  }
  .plans__tab-item .select-crm__ttl,
  .plans__tab-item .select-crm__bot {
    text-align: center;
  }
  .plans__tab-item .select-crm__tab {
    margin: 0 10px 20px;
  }
  .plans__tab-item .select-crm__ttl {
    font-size: 20px;
    line-height: 1.4;
  }
  .plans__advant-item,
  .blue-ready__block .advant-item {
    font-size: 14px;
    margin: 5px 10px;
  }
  .blue-ready__block {
    padding: 80px 20px;
  }
  .systems__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
  .systems__item {
    width: calc(50% - 10px);
  }
  .systems__item .text {
    padding-right: 10px;
  }
  .reviews__slider .slick-arrow {
    width: 30px;
    height: 30px;
    bottom: -48px;
    background-size: contain;
  }
  .reviews__slider .slick-prev {
    right: 54px;
  }
  .reviews__slider .slick-dots {
    bottom: -35px;
  }
  .whats-new__item .ttl {
    font-size: 18px;
    line-height: 1.3;
    max-height: 70px;
  }
  .whats-new__item .photo {
    height: 180px;
  }

  .easy-steps__items .item {
    padding: 160px 20px 20px;
  }
  .easy-steps__items .item .ttl {
    font-size: 18px;
  }
  .easy-steps {
    padding: 100px 0;
  }
  .calculator__ttl {
    padding: 0 20px;
  }
  .calculator__ttl br {
    display: none;
  }
  .faq .wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .faq__nav {
    padding-right: 0;
    margin: 0 auto 60px;
    text-align: center;
  }
  .blog-hero__imgs .img1,
  .blog-hero__imgs .img3 {
    top: -40px;
  }
  .blog-inner-hero .info .text h1 {
    font-size: 36px;
  }
  .blog-inner__bot .socs a {
    padding: 0 16px;
  }
  .integration-hero__left {
    max-width: 300px;
  }
  .integration-hero__left .h1 {
    font-size: 46px;
  }
  .reseller-hero .map-left {
    left: 350px;
  }
  .reseller-hero .map-right {
    right: 150px;
  }
  .team__items .item {
    padding: 40px 20px;
  }
  .hubspot-features__bot-items .item .name {
    font-size: 20px;
  }
  .hero {
    padding-bottom: 60px;
  }
  .hero__to-chrome img {
    width: 24px;
    margin-right: 8px;
  }
  .advant-home .advant__item .right {
    max-width: 50vw;
  }
  .advant-home .advant__item-img {
    -webkit-transform: scale(0.8) translateX(-10vw) !important;
    transform: scale(0.8) translateX(-10vw) !important;
  }
  .advant-home .advant__item-img.sync {
    -webkit-transform: scale(0.75) translateX(-13vw) !important;
    transform: scale(0.75) translateX(-13vw) !important;
  }
  .pinned-features .advant__item-fixed {
    display: none;
  }
  .pinned-features .advant-mobile {
    display: block;
    margin-bottom: 60px;
  }
  .blue-ready.only-ttl .blue-ready__block {
    padding: 70px 20px;
  }
  .blue-ready__block .btn-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .blue-ready__block .btn-wrap .button {
    margin-bottom: 20px;
  }
  .pinned-features .advant__item .left,
  .pinned-features .advant__item .right,
  .pinned-features .content-wrap,
  .pinned-features .advant__img {
    position: static;
    height: auto;
    display: block;
    -webkit-transform: none;
    transform: none;
  }
  .pinned-features .advant__item .left,
  .pinned-features .advant__item .right {
    max-width: 50%;
  }
  .pinned-features .advant__item .left {
    padding-right: 20px;
  }
  .pinned-features .advant-mobile .advant__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .content-wrap--1 {
    padding-top: 0;
  }
  .pinned-features .content-wrap {
    margin-bottom: 0;
  }
  .pinned-features .advant__item {
    padding-top: 0;
    margin-bottom: 80px;
  }
  .pinned-features .advant__item .right {
    padding-top: 30px;
  }
  .title-and-logos__logos {
    grid-template-columns: repeat(4, 1fr);
  }
  .header__hamb {
    display: block;
    width: 20px;
    height: 14px;
    position: relative;
  }
  .header__hamb:before,
  .header__hamb:after,
  .header__hamb span {
    content: '';
    width: 16px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    position: absolute;
  }
  .header__hamb:before {
    top: 0;
    right: 0;
  }
  .header__hamb:after {
    right: 0;
    bottom: 0;
  }
  .header__hamb span {
    top: 6px;
    left: 0;
  }
  .header.fixed .header__hamb:before,
  .header.fixed .header__hamb:after,
  .header.fixed .header__hamb span {
    background-color: #1b1d1f;
  }
  .header__menu,
  .header__btns {
    display: none;
  }
  .whats-new__items.single .whats-new__item {
    width: calc(50% - 10px);
  }
  .enterprise-plan__advant {
    grid-template-columns: 1fr 1fr;
    grid-gap: 12px;
  }
}
@media (max-width: 920px) {
  .advant-home .advant__item-img.seemless {
    -webkit-transform: scale(0.75) translateX(-5vw) !important;
    transform: scale(0.75) translateX(-5vw) !important;
  }
  .advant-home .advant__item-img.export {
    -webkit-transform: scale(0.6) translateX(-16vw) !important;
    transform: scale(0.6) translateX(-16vw) !important;
  }
  .advant-home .advant__item-img.comprehensive {
    -webkit-transform: scale(0.7) !important;
    transform: scale(0.7) !important;
  }
  .hero-breadcrumbs {
    margin-bottom: 40px;
  }
}
@media (max-width: 880px) {
  .advant-home .advant__item .right {
    max-width: 55vw;
  }
  .advant-home .advant__item-img {
    -webkit-transform: scale(0.75) translateX(-15vw) !important;
    transform: scale(0.75) translateX(-15vw) !important;
  }
}

@media (max-width: 767px) {
  .enterprise-plan__advant {
    display: block;
    padding: 0 15px;
  }
  .enterprise-plan__advant .advant-item {
    margin-bottom: 12px;
  }
  .enterprise-plan {
    padding: 30px 15px;
    max-width: 420px;
    margin: 0 auto 40px;
  }
  .easy-steps__items .item.item-link .ttl {
    text-decoration: underline;
    color: #0a65c2;
  }
  .hero-breadcrumbs {
    margin-bottom: 25px;
  }
  .calculator .range-slider .noUi-handle {
    width: 32px;
    height: 32px;
    right: -16px;
    top: -7px;
  }
  .calculator .range-slider {
    height: 18px;
  }
  .calculator__block-ttl,
  .calculator .range-slider {
    margin-bottom: 15px;
  }
  .calculator .range-slider .noUi-connects {
    border-radius: 4px;
  }
  .hero-breadcrumbs {
    justify-content: center;
  }
  .hero__line1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .hero__line1-l,
  .hero__line1-r {
    max-width: 100%;
    margin-right: 0;
    width: 100%;
  }
  .hero__img {
    max-width: 450px;
    margin: auto;
  }
  .hero__img img {
    position: relative;
    right: -30px;
  }
  .hero__img.only-image img {
    position: static;
  }
  .hero {
    padding: 110px 0 50px;
  }
  .hero__h1,
  .hero__descr,
  .hero__bot-text p {
    text-align: center;
  }
  .team__items .item.empty {
    display: none;
  }
  .hero__text {
    text-align: center;
  }
  .hero__btns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero__watch.bordered {
    padding: 0 32px;
  }
  .hero__watch.bordered img {
    margin-right: 8px;
  }
  .hero__logos a {
    max-width: calc(33.33% - 20px);
  }
  .center-text,
  .calculator,
  .plans,
  .reviews,
  .whats-new,
  .faq {
    padding: 100px 0;
  }
  .center-text__big {
    font-size: 32px;
    line-height: 1.4;
  }
  .center-text__big img {
    width: 32px;
  }
  .center-text__small {
    font-size: 18px;
  }
  .advant__item .left {
    max-width: 220px;
  }
  .calculator__ttl {
    padding: 0 20px;
  }
  .calculator__ttl br {
    display: none;
  }
  .calculator__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 450px;
    margin: 0 auto 30px;
  }
  .calculator__left {
    margin-bottom: 20px;
  }
  .calculator__left,
  .calculator__right {
    width: 100%;
  }
  .calculator__t1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .calculator__bot-text .multiply {
    padding: 0 5px;
  }
  .plans__subttl br {
    display: none;
  }
  .plans__ttl {
    font-size: 36px;
    line-height: 1.3;
  }
  .plans-tab,
  .easy-steps__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .plans-item {
    margin: auto;
    width: 420px;
    max-width: 100%;
  }
  .plans-item,
  .plans-item:first-child{
    margin: 0 auto 20px;
  }
  .plans-item:last-child {
    margin-bottom: 0;
  }
  .blue-ready__block .floating--1 {
    left: 0;
  }
  .blue-ready__block .floating--3 {
    right: 0;
  }
  .blue-ready__block .floating--2 {
    left: 20px;
  }
  .blue-ready__block .floating--4 {
    right: 20px;
  }
  .blue-ready__block .ttl {
    font-size: 40px;
    line-height: 1.2;
  }
  .blue-ready {
    margin-bottom: 100px;
  }
  .section-ttl {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 60px;
  }
  .systems__item {
    margin: auto;
    max-width: 100%;
    width: 550px;
  }
  .systems {
    margin: 100px 0;
  }
  .whats-new__items {
    display: block;
  }
  .whats-new__item {
    max-width: 450px;
    margin: 0 auto 20px;
  }
  .reviews__slider .slide {
    padding: 20px;
  }
  .reviews__slider .slick-list {
    padding-bottom: 0px;
  }
  .faq__items dt {
    font-size: 18px;
    line-height: 1.3;
  }
  .footer {
    font-size: 12px;
    padding: 60px 0 40px;
  }
  .footer__logo {
    padding-right: 10px;
    display: block;
  }
  .easy-steps__items {
    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;
  }
  .advant__item .left .ttl {
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 25px;
  }
  .faq-hero__h1 {
    font-size: 32px;
    line-height: 1.3;
  }
  .faq-hero__search {
    max-width: 100%;
  }
  .faq-inner-hero .ttl {
    font-size: 38px;
  }
  .faq-inner-hero .logo {
    max-width: 120px;
    margin-bottom: 10px;
  }
  .faq-inner {
    padding: 60px 0 80px;
  }
  .under-header {
    height: 90px;
  }
  .blog-hero__imgs .img1,
  .blog-hero__imgs .img3 {
    display: none;
  }
  .nav-links .page-numbers {
    margin: 10px 20px;
  }
  .blog-inner-hero {
    padding: 25px 0 50px;
  }
  .blog-inner-hero.category-hero {
    padding: 25px 0;
  }
  .blog-inner__content h2 {
    margin: 60px 0 30px;
    font-size: 36px;
  }
  .integration-hero .wrapper {
    display: block;
  }
  .integration-hero__right .right-img {
    padding-left: 0;
    max-width: 600px;
    margin: auto;
  }
  .integration-hero__left {
    max-width: 100%;
    text-align: center;
    margin: 0 auto 40px;
    width: 500px;
  }
  .int-partners__items {
    grid-template-columns: 1fr 1fr;
  }
  .int-partners__items .item {
    padding: 30px;
  }
  .int-partners__items .item.empty {
    display: none;
  }
  .become-partner__form {
    padding: 60px 40px;
  }
  .about-hero {
    padding: 200px 0 150px;
    background-size: 1300px auto;
  }
  .team__items {
    grid-template-columns: 1fr 1fr;
  }
  .hubspot-features__bot-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hubspot-features__bot-items .item {
    width: 100%;
    max-width: 380px;
    margin: 0 auto 64px;
  }

  .about-hero__bg svg {
    width: 1250px;
  }
  .blue-ready .floating-block-left {
    left: 15px;
  }
  .blue-ready .floating-block-right {
    right: 15px;
  }
  .advant-home .advant__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .advant-home .advant__item.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .advant-home .advant__item .right {
    max-width: 100%;
    width: 100%;
  }
  .advant-home .advant__item .left {
    max-width: 460px;
  }
  .advant-home .advant__item-img,
  .advant-home .advant__item-img.saving,
  .advant-home .advant__item-img.sync {
    -webkit-transform: none !important;
    transform: none !important;
  }
  .advant-home .advant__item-img {
    width: 440px;
    height: 380px;
    margin: 0 auto 20px;
  }
  .advant__item-img.matching .layer1,
  .advant__item-img.saving .layer1,
  .advant__item-img.sync .layer1,
  .advant-crm .advant__item-img.saving .layer1 {
    width: 370px;
    right: auto;
    left: 0;
  }
  .advant__item-img.matching .layer2 {
    width: 380px;
    right: auto;
    left: 100px;
  }
  .advant__item-img.matching .layer3 {
    width: 230px;
    top: 145px;
    right: auto;
    left: -30px;
  }
  .advant__item-img.matching .layer3 .matching-line {
    top: 34px;
  }
  .advant__item-img.saving .layer2,
  .advant-crm .advant__item-img.saving .layer2 {
    width: 390px;
  }
  .advant-home-template .advant__item-img.saving .saving-lines {
    top: 130px;
    left: 72px;
    width: 120px;
  }
  .advant__item-img.saving .saving-lines svg {
    width: 100%;
  }
  .advant-crm .advant__item-img.saving .saving-lines {
    width: 155px;
    left: 97px;
    top: 208px;
  }
  .advant__item-img.aipowered .layer1 {
    width: 280px;
  }
  .advant__item-img.aipowered .layer2 {
    width: 350px;
    left: 100px;
  }
  .advant__item-img.aipowered .aipowered-lines {
    width: 200px;
    height: 200px;
    top: 80px;
    left: 80px;
  }
  .advant__item-img.aipowered .lines svg {
    width: 100%;
  }
  .advant__item-img.aipowered .lines-1 {
    width: 70px;
    top: 33px;
    left: 24px;
  }
  .advant__item-img.aipowered .lines-2 {
    width: 64px;
    top: 19px;
    left: 116px;
  }
  .advant__item-img.aipowered .lines-3 {
    width: 72px;
    top: 103px;
    left: 187px;
  }
  .advant__item-img.aipowered .company-logo {
    width: 115px;
    top: 69px;
    left: 42px;
  }

  .advant-home {
    padding: 80px 0;
    overflow: hidden;
  }
  .advant__item-img.sync .layer2 {
    width: 360px;
    right: auto;
    left: 150px;
  }
  .advant__item-img.sync .layer2 .sync-line {
    left: 33px;
    top: 140px;
  }
  .advant__item-img.sync .layer3 {
    top: 170px;
    left: -24px;
    width: 250px;
  }
  .title-and-logos__logos {
    grid-template-columns: repeat(3, 1fr);
  }
  .advant-home .advant__item-img.seemless {
    height: 450px;
  }
  .advant-home .advant__item-img.export {
    -webkit-transform: scale(0.75) translateX(-16vw) !important;
    transform: scale(0.75) translateX(-16vw) !important;
    height: 430px;
  }
  .advant-home .advant__item-img.comprehensive {
    -webkit-transform: scale(0.9) !important;
    transform: scale(0.9) !important;
  }
  .advant-home .advant__item {
    margin-bottom: 160px;
  }
  .easy-steps__items .item {
    min-width: 250px;
  }
  .easy-steps__items .item .ttl br,
  .blog-inner__wrapper .table-of-contents > .toc-headline {
    display: none;
  }
  .hero__img.only-image {
    margin: 20px auto;
  }
  .blog-inner__wrapper .post-content {
    max-width: 100%;
    width: 100%;
  }
  .blog-inner__wrapper .content-map {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 99;
    padding: 45px 20px 20px;
    transform: translateX(-105%);
    transition: all .8s;
  }
  .blog-inner__wrapper .content-map.active {
    transform: translateX(0);
  }
  .content-map__mob,
  .content-map__mob-close {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .content-map__mob {
    margin-bottom: 32px;
  }
  .content-map__mob-close {
    cursor: pointer;
  }
  .blog-inner__wrapper .content-map__mob-ttl.toc-headline {
    margin-bottom: 0;
  }
  .blog-inner__wrapper .table-of-contents {
    max-height: calc(100vh - 130px);
  }
  .blog-inner-hero .back {
    display: flex;
  }
  .open-content-map {
    position: fixed;
    width: 50px;
    height: 50px;
    left: 0;
    top: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0px 4px 40px rgba(27, 29, 31, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 0px 25px 25px 0px;
    cursor: pointer;
    z-index: 5;
    transition: all .3s;
  }
  .open-content-map.fixed {
    top: 50px;
  }
  .advant-home-template .advant__item-img.aipowered .layer1 {
    left: 30px;
    top: 4px;
  }
  .advant-home-template .advant__item-img.aipowered .layer2 {
    left: 103px;
  }
  .advant-home-template .advant__item-img.aipowered .aipowered-lines {
    left: 83px;
  }
}
@media (max-width: 720px) {
  .pinned-features .advant__item .left,
  .pinned-features .advant__item .right {
    max-width: 100%;
    padding: 0;
  }
  .pinned-features .advant__img {
    margin: 0 auto 30px;
    max-width: 400px;
  }
  .pinned-features .advant__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .pinned-features .advant__item.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pinned-features .section-ttl {
    padding-top: 0;
    margin-top: 0;
    font-size: 36px;
  }
  #homepage-hero-anim,
  #hubspot-hero-anim {
    max-width: 100%;
  }
}
@media (max-width: 567px) {
  .advant__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .advant__item.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .advant__item .left {
    max-width: 100%;
  }
  .blue-ready__block .floating {
    display: none;
  }
  .section-ttl {
    font-size: 30px;
  }
  .systems .section-ttl br,
  .diff-crms .section-ttl br {
    display: none;
  }
  .footer__cols .col--1 {
    display: none;
  }
  .plans__tabs .tab .sale {
    font-size: 10px;
  }
  .diff-crms .section-ttl br {
    display: none;
  }
  .diff-crms {
    padding: 100px 0;
  }
  .blog__item {
    padding: 20px;
  }
  .blog__item .img {
    width: 120px;
    height: 100%;
  }
  .blog-hero {
    padding: 120px 0 60px;
  }
  .blog-hero__imgs .img {
    width: 110px;
  }
  .blog-hero__sub {
    margin-bottom: 30px;
  }
  .blog-inner__bot {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 20px;
  }
  .blog-inner__bot .col {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .blog-inner__bot .socs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .blog-inner__bot .socs a {
    margin: 5px;
  }
  .team__items .item .photo {
    width: 165px;
    height: 165px;
  }
  .about-hero__bg svg {
    width: 950px;
  }
  .about-hero {
    padding: 150px 0 100px;
  }
  .about-hero .h1 {
    font-size: 42px;
  }
  .blue-ready .floating-block-left,
  .blue-ready .floating-block-right {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    top: -4px;
  }
  .title-and-logos__logos {
    grid-template-columns: repeat(2, 1fr);
  }
  .page404__t1 {
    font-size: 32px;
  }
  .page404__t2 {
    font-size: 20px;
  }
  .else-ttl {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
@media (max-width: 479px) {
  .hero__logos a {
    width: calc(50% - 20px);
    max-width: 100%;
  }
  .center-text__big {
    font-size: 24px;
  }
  .center-text__big img {
    width: 24px;
  }
  .center-text__small {
    font-size: 16px;
    line-height: 1.6;
  }
  .center-text,
  .calculator,
  .plans,
  .reviews,
  .whats-new,
  .faq,
  .advant {
    padding: 70px 0;
  }
  .advant__item .left .ttl,
  .calculator__ttl {
    font-size: 28px;
    line-height: 1.3;
  }
  .plans-item {
    width: 100%;
    padding: 30px;
  }
  .plans__tab-item .select-crm__tab {
    margin: 0 10px 10px;
  }
  .plans__tab-item .select-crm__tabs {
    margin-bottom: 20px;
  }
  .blue-ready {
    margin: 70px 0;
  }
  .blue-ready__block .ttl {
    font-size: 32px;
  }
  .systems__item .image img {
    max-width: 120px;
  }
  .systems__item .text h2 {
    font-size: 18px;
    line-height: 1.3;
  }
  .systems__item .text p br {
    display: none;
  }
  .systems__item {
    min-height: 190px;
    padding: 20px 25px;
  }
  .section-ttl,
  .whats-new__items {
    margin-bottom: 40px;
  }
  .reviews__slider {
    padding-bottom: 0px;
    margin: 0;
  }
  .faq__items dl {
    padding: 25px 30px;
  }
  .faq__items dt {
    padding-right: 40px;
    font-size: 16px;
  }
  .footer__cols {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .footer__cols .col {
    width: 50%;
    margin-bottom: 20px;
  }
  .faq__block .item {
    padding: 20px;
  }
  .faq__block-ttl {
    font-size: 28px;
  }
  .faq__block .item .question {
    font-size: 20px;
  }
  .faq__no-result-wrap {
    margin-bottom: 40px;
  }
  .blog__item {
    display: block;
  }
  .blog__item .img {
    width: 100%;
    height: 150px;
    margin-bottom: 20px;
  }
  .blog-inner-hero .info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .blog-inner-hero .info .img {
    width: 100%;
    margin: 0 0 20px;
    height: 150px;
  }
  .blog-inner-hero .info {
    margin-bottom: 20px;
  }
  .int-partners__items {
    grid-template-columns: 1fr;
  }
  .int-partners,
  .become-partner {
    padding: 80px 0;
  }
  .become-partner__form .ttl {
    font-size: 38px;
    margin-bottom: 30px;
  }
  .become-partner__form {
    padding: 50px 30px;
  }
  .reseller-hero {
    padding: 120px 0 80px;
  }
  .reseller-hero .map-left {
    width: 550px;
    top: -55px;
    left: 290px;
  }
  .reseller-hero .map-right {
    width: 500px;
    top: -10px;
    right: 70px;
  }
  .reseller-hero .h1 {
    font-size: 46px;
  }
  .team__items {
    grid-template-columns: 1fr;
  }
  .about-hero {
    padding: 200px 0 90px;
    background-size: 970px auto;
  }
  .about h2 {
    font-size: 36px;
  }
  .about .imgs img {
    width: calc(50% - 10px);
  }
  .about .blue-block {
    padding: 30px 20px;
  }
  .about p {
    margin-bottom: 20px;
  }
  .team,
  .about-created {
    padding: 80px 0;
  }
  .about-created__ttl {
    font-size: 36px;
  }
  .about-created__ttl br {
    display: none;
  }
  .about-created__address p {
    font-size: 20px;
  }
  .about-created__address p br {
    display: none;
  }
  .privacy-hero {
    padding: 115px 0 60px;
  }
  .privacy-hero .h1 {
    font-size: 36px;
  }
  .blog-inner__content ul li {
    padding-left: 25px;
  }
  .text-content {
    padding: 60px 0 80px;
  }
  .blog-inner__content h2 {
    margin: 40px 0 30px;
  }
  .hubspot-features .else-ttl {
    font-size: 34px;
  }
  .about-hero {
    padding: 160px 0 80px;
  }
  .about-hero__bg svg {
    width: 760px;
  }
  .about-hero .h1 {
    font-size: 38px;
  }
  .blue-ready .floating-block-left,
  .blue-ready .floating-block-right {
    display: none;
  }
  .advant-home .advant__item-img,
  .advant-home .advant__item-img.saving,
  .advant-home .advant__item-img.sync {
    -webkit-transform: scale(0.8) translateX(-15vw) !important;
    transform: scale(0.8) translateX(-15vw) !important;
  }
  .advant-home .advant__item-img {
    margin-bottom: 0;
  }
  .advant-home .advant__item-img.seemless {
    height: 450px;
    width: 570px;
    -webkit-transform: scale(0.6) translateX(-30%) !important;
    transform: scale(0.6) translateX(-30%) !important;
    margin-top: -50px;
  }
  .advant-home .advant__item-img.export {
    -webkit-transform: scale(0.75) translateX(-16vw) !important;
    transform: scale(0.75) translateX(-16vw) !important;
    height: 430px;
  }
  .advant-home .advant__item-img.comprehensive {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  .advant-home .advant__item-img.comprehensive .layer {
    position: static;
  }
  .plans__tabs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 350px;
    max-width: 100%;
    margin: 0 auto 20px;
  }
  .plans__tabs .tab {
    width: max-content;
    max-width: 100%;
    margin-bottom: 7px;
    padding: 0 12px;
  }
  .faq-home {
    padding: 70px 0;
  }
  .faq-home__items dl {
    padding: 20px 20px 20px 30px;
  }
  .faq-home__items dt {
    font-size: 16px;
    line-height: 22px;
  }
  .faq-home__items,
  .diff-crms .hero__logos {
    margin-bottom: 40px;
  }
  .plans__tab-content {
    margin-bottom: 20px;
  }
  .diff-crms__subttl {
    margin-bottom: 60px;
  }
  .diff-crms {
    padding: 60px 0;
  }
  .popup-not-work-mobile .bottom-popup {
    padding: 32px;
  }
  .whats-new__items.single {
    flex-wrap: wrap;
  }
  .whats-new__items.single .whats-new__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .modal {
    padding: 30px;
  }
}

@media (max-width: 379px) {
  .blue-ready__block .ttl {
    font-size: 24px;
  }
  .blue-ready.only-ttl .blue-ready__block {
    padding: 50px 20px 20px;
  }
  .wrapper {
    padding: 0 10px;
  }
  .hero__h1,
  .plans__ttl {
    font-size: 30px;
  }
  .advant__item .left .ttl,
  .calculator__ttl {
    font-size: 24px;
  }
  .calculator__t1 {
    min-height: 80px;
  }
  .calculator__t1 .num {
    font-size: 72px;
  }
  .calculator__t1 .text {
    font-size: 18px;
    line-height: 1.1;
    padding-top: 2px;
  }
  .plans__advant-item,
  .blue-ready__block .advant-item {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .plans__advant-item img,
  .blue-ready__block .advant-item img {
    width: 16px;
  }
  .blue-ready__block {
    padding: 60px 10px;
  }
  .systems__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 30px 20px;
  }
  .systems__item .image {
    margin-bottom: 20px;
  }
  .faq__items dl {
    padding: 25px 20px;
  }
  .blue-ready__block .btn-wrap .button {
    font-size: 16px;
    width: 100%;
  }
  .faq__items {
    margin-bottom: 20px;
  }
  .advant-home .advant__item-img,
  .advant-home .advant__item-img.saving,
  .advant-home .advant__item-img.sync {
    -webkit-transform: scale(0.65) translateX(-27vw) !important;
    transform: scale(0.65) translateX(-27vw) !important;
  }
  .advant-home .advant__item-img {
    margin-bottom: -30px;
  }
  .advant-home .advant__item:not(:last-child) {
    margin-bottom: 140px;
  }
  .advant-home {
    padding-top: 30px;
  }
  .plans__tab-item .select-crm {
    padding: 24px 12px;
  }
}

@media (max-width: 365px) {
  .plans__tabs .tab {
    padding: 0 7px;
    font-size: 13px;
  }
  .plans__tab-item .select-crm__tab {
    font-size: 14px;
  }
}




@media (pointer: coarse)  {
  .popup-not-work-mobile {
    display: block;
  }
}