.banner {
  display: flex;
  flex-direction: column;
  background: #512d8d;
  padding: 4rem 0 0rem;
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .banner {
    max-height: 85rem;
  }
}
@media only screen and (max-width: 576px) {
  .banner {
    min-height: 54rem;
  }
}
@media only screen and (min-width: 768px) {
  .banner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (min-width: 992px) {
  .banner {
    padding: 0;
    justify-content: center;
    padding-top: 14.7rem;
    padding-bottom: 10.9rem;
    min-height: 82.8rem;
  }
}
.banner__container {
  display: flex;
  flex-direction: column-reverse;
  position: static;
  margin-top: 6rem;
  margin-bottom: 3.2rem;
}
@media only screen and (min-width: 768px) {
  .banner__container {
    margin-top: 0;
    margin-bottom: 0;
    flex-direction: row;
  }
}
.banner__wrap {
  max-width: 59.5rem;
}
@media only screen and (min-width: 768px) {
  .banner__wrap {
    width: 40rem;
    min-width: 40rem;
  }
}
@media only screen and (min-width: 992px) {
  .banner__wrap {
    width: 59.5rem;
    min-width: 48rem;
    top: 0;
  }
}
.banner__subtitle {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 120%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #0BBAD5;
  margin-bottom: 1.6rem;
}
@media only screen and (min-width: 992px) {
  .banner__subtitle {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}
.banner__title {
  font-weight: 600;
  font-size: 4.2rem;
  line-height: 88%;
  letter-spacing: -0.05em;
  color: #fff;
  font-size: clamp(4.8rem, 8vw, 8.8rem);
}
.banner__title span {
  font-size: inherit;
}
.banner__tag {
  background: #0BBAD5;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  padding: 0.8rem 3.2rem;
  border-radius: 0.8rem;
  color: rgba(0, 0, 0, 0.9490196078);
  box-shadow: 22px 31px 41px 0px rgba(0, 10, 96, 0.1019607843);
  display: inline-flex;
  margin-top: 2.4rem;
}
@media only screen and (min-width: 992px) {
  .banner__tag {
    font-size: 1.7rem;
    padding: 1.1rem 4.4rem;
  }
}
.banner__tag + .banner__descr {
  margin-top: 2.4rem;
}
.banner__descr {
  font-weight: 300;
  font-size: clamp(1.3rem, 4vw, 2rem);
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #fff;
  margin-top: 2.4rem;
  border-left: 1px solid #06B2E3;
  padding-left: 1.1rem;
}
@media only screen and (min-width: 992px) {
  .banner__descr {
    max-width: 49rem;
    margin-top: 4.8rem;
    border-left: 3px solid #06B2E3;
    padding-left: 1.7rem;
  }
}
.banner__bttn {
  margin-top: 6.3rem;
  min-width: 20rem;
}
@media only screen and (max-width: 576px) {
  .banner__bttn {
    width: 100%;
    margin-top: 2.4rem;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .banner__img {
    left: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 992px) {
  .banner__img {
    position: absolute;
    bottom: 0;
  }
}
.banner__img img {
  width: 100%;
  max-width: 68.1rem;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .banner__img img {
    width: auto;
    right: -6rem;
  }
}

.capabilities {
  background-color: rgba(234, 234, 249, 0.2);
}
.capabilities__descr {
  max-width: 88rem;
}
.capabilities__wrap {
  margin-top: 5.6rem;
}
.capabilities__item:not(:first-child) {
  margin-top: 6rem;
}
@media only screen and (min-width: 576px) {
  .capabilities__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3.2rem;
  }
  .capabilities__item:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .capabilities__item-wrap {
    margin-top: 0;
    max-width: 38rem;
  }
}
.capabilities__item-wrap {
  margin-top: 2.4rem;
}
.capabilities__item-head {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .capabilities__item-img {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 79.3rem;
  }
}
.capabilities__item-img img {
  max-width: 100%;
}
.capabilities__item-img--shadow {
  display: none;
}
@media only screen and (min-width: 992px) {
  .capabilities__item-img--shadow {
    display: block;
    z-index: -1;
    transform: scale(1.3);
    position: absolute;
  }
}
.capabilities__item-icon {
  width: 4rem;
  height: 4rem;
}
.capabilities__item-icon img {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .capabilities__item-icon {
    width: 4.6rem;
    height: 4.6rem;
  }
}
.capabilities__item-title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 120%;
  color: #051322;
  margin-left: 1.6rem;
  flex: 1;
}
@media only screen and (min-width: 992px) {
  .capabilities__item-title {
    font-size: 2.8rem;
  }
}
.capabilities__item-title span {
  display: block;
}
.capabilities__item-descr {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 0.1rem solid rgba(95, 55, 228, 0.15);
  display: flex;
}
@media only screen and (min-width: 992px) {
  .capabilities__item-descr {
    margin-top: 3.2rem;
    padding-top: 3.2rem;
  }
}
.capabilities__item-descr ul {
  flex: 1;
}
.capabilities__item-descr li {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 140%;
  color: #051322;
  padding-left: 3.6rem;
}
.capabilities__item-descr li:not(:first-child) {
  margin-top: 1.6rem;
}
.capabilities__item-descr li:before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 4rem;
  background-color: #5f37e4;
  left: 0.8rem;
  top: 0.5rem;
  position: absolute;
}

@media only screen and (min-width: 992px) {
  .advantages {
    padding: 10rem 0 8rem;
  }
}
.advantages__title {
  text-align: center;
}
.advantages__wrap {
  margin-top: 4.6rem;
}
@media only screen and (min-width: 992px) {
  .advantages__wrap {
    margin-top: 6.4rem;
  }
}
.advantages__item {
  background: #f3f2fd;
  border: 0.1rem solid #f3f2fd;
  border-radius: 2.4rem;
  padding: 2.4rem;
}
@media only screen and (min-width: 992px) {
  .advantages__item {
    padding: 3.5rem;
    min-height: 25rem;
  }
}
@supports (corner-shape: squircle) {
  .advantages__item {
    corner-shape: squircle;
    border-radius: 4.8rem;
  }
}
.advantages__item-img {
  width: 6.4rem;
  height: 6.4rem;
  display: flex;
}
@media only screen and (min-width: 992px) {
  .advantages__item-img {
    width: 7.2rem;
    height: 7.2rem;
  }
}
.advantages__item-img img {
  max-width: 100%;
  max-height: 100%;
}
.advantages__item-title {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 120%;
  color: #051322;
}
.advantages__item-descr {
  margin-top: 1rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 123%;
  color: #051322;
}
.advantages__descr {
  font-size: 1.4rem;
  line-height: 120%;
  color: #606492;
  margin-top: 3.2rem;
}
@media only screen and (min-width: 768px) {
  .advantages__descr {
    margin-top: 4rem;
    text-align: center;
  }
}
.advantages__descr a {
  text-decoration: underline;
  color: #512d8d;
}
.advantages__descr em a {
  font-style: italic;
}
.advantages.bg-accent .advantages__item {
  border-color: rgba(234, 234, 249, 0.25);
  background: rgba(234, 234, 249, 0.05);
}

.features_acc {
  background: rgba(234, 234, 249, 0.35);
}
.features_acc__title {
  font-weight: 500;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #051322;
}
@media only screen and (min-width: 992px) {
  .features_acc__title {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 120%;
  }
}
.features_acc__wrap {
  background: linear-gradient(0deg, #ffffff, #ffffff), rgba(234, 234, 249, 0.25);
  border-radius: 1.2rem;
  padding: 1.6rem 1.2rem 3.2rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .features_acc__wrap {
    max-width: 45rem;
  }
}
@media only screen and (min-width: 992px) {
  .features_acc__wrap {
    padding: 1.7rem;
    display: flex;
    gap: 12rem;
  }
}
@media only screen and (min-width: 992px) {
  .features_acc__wrap-content, .features_acc__img {
    flex: 1;
  }
}
.features_acc__list {
  margin-top: 1.6rem;
}
.features_acc__item-head {
  display: flex;
  align-items: center;
  padding: 1.6rem 0 0.8rem;
  cursor: pointer;
}
.features_acc__item-icon {
  width: 2.2rem;
}
.features_acc__item-icon svg {
  width: 100%;
  height: auto;
}
.features_acc__item-icon svg circle {
  transition: 0.2s ease-in-out;
}
.features_acc__item-title {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 140%;
  color: #512d8d;
  margin-left: 1.6rem;
  flex: 1;
}
@media only screen and (min-width: 992px) {
  .features_acc__item-title {
    font-size: 1.6rem;
  }
}
.features_acc__item-descr {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 140%;
  color: #606492;
  margin-left: 3.8rem;
  display: none;
}
.features_acc__item-img {
  display: none;
  background: rgba(234, 234, 249, 0.25);
  border: 1px solid #eaeaf9;
  border-radius: 0.8rem;
}
.features_acc__item-img img {
  width: 100%;
  height: auto;
}
.features_acc__item:hover svg circle {
  fill: rgba(81, 45, 141, 0.08);
  stroke: #512d8d;
}
.features_acc__item.active svg circle {
  fill: #512d8d;
  stroke: #512d8d;
}
.features_acc__item.active svg path {
  stroke: white;
}
.features_acc__img {
  display: none;
}
@media only screen and (min-width: 992px) {
  .features_acc__img {
    display: block;
    overflow: hidden;
    background: rgba(234, 234, 249, 0.25);
    border: 0.1rem solid #eaeaf9;
    border-radius: 1.2rem;
  }
}
.features_acc__img img {
  width: 100%;
  transition: 0.4s ease-in-out;
  top: 0;
}

.connectors {
  padding: 3.6rem 0 4rem;
}
@media only screen and (min-width: 992px) {
  .connectors {
    padding: 8rem 0;
  }
}
.connectors .title-small {
  color: #06b2e3;
}
@media only screen and (min-width: 992px) {
  .connectors__wrap {
    max-width: 44rem;
    min-height: 34.8rem;
    z-index: 3;
    display: flex;
    flex-direction: column;
    position: absolute;
  }
  .connectors__wrap--medium {
    max-width: 30rem;
  }
}
.connectors__wrap .swiper-bttns {
  display: none;
}
@media only screen and (min-width: 992px) {
  .connectors__wrap .swiper-bttns {
    display: flex;
    margin-top: 7rem;
  }
}
.connectors .swiper-button-prev,
.connectors .swiper-button-next {
  user-select: none;
}
@media only screen and (min-width: 992px) {
  .connectors__wrap--medium .connectors__title {
    font-size: 2.8rem;
  }
  .connectors__wrap:not(.modules__wrap--medium) .connectors__title {
    font-size: 5.6rem;
  }
}
.connectors__descr {
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 140%;
  color: rgb(255, 255, 255);
  margin-top: 1.6rem;
}
@media only screen and (min-width: 992px) {
  .connectors__descr {
    font-size: 1.8rem;
    flex: 1;
  }
}
.connectors__item {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 1.2rem;
  border: 1px solid #eaeaf9;
  padding: 2.4rem;
  min-height: 40rem;
  width: 30.6rem !important;
  height: initial;
}
.connectors__item-wrap {
  flex: 1;
}
.connectors__item-icon {
  width: 20rem;
  height: 4.2rem;
}
.connectors__item-icon img {
  max-width: 100%;
  max-height: 100%;
}
.connectors__item-icon--new {
  width: 20rem;
  height: 4.2rem;
}
.connectors__item-icon--new img {
  max-width: 100%;
  max-height: 100%;
}
.connectors__item-icon + .connectors__item-title {
  margin-top: 1.6rem;
}
.connectors__item-title {
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 120%;
  color: #051322;
}
.connectors__item-descr {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 130%;
  color: #051322;
  margin-top: 0.8rem;
}
@media only screen and (min-width: 992px) {
  .connectors__item-descr {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 9;
  }
}
.connectors__item-bttn {
  justify-content: flex-start;
  padding: 1.6rem 0 0;
  min-height: 3rem;
  color: #512D8D;
}
@media only screen and (min-width: 992px) {
  .connectors__item:hover {
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1), 2px 0px 15px rgba(0, 0, 0, 0.1);
    transition: 0.2s ease-in-out;
  }
  .connectors__item:hover .bttn-link:after {
    transform: rotate(45deg);
  }
}
@media only screen and (min-width: 992px) {
  .connectors .container:before {
    content: "";
    position: absolute;
    top: -3rem;
    bottom: -3rem;
    left: -100rem;
    width: 146rem;
    background-color: #512d8d;
    z-index: 2;
    box-shadow: 30px 0px 10px -15px #512d8d;
  }
}
.connectors .swiper-container {
  margin-top: 1.6rem;
}
@media only screen and (min-width: 992px) {
  .connectors .swiper-container {
    transform: translateX(46rem);
    width: 78.75rem;
    overflow: visible;
    margin-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  .pricing {
    padding: 3.2rem 0 4.2rem;
  }
  .pricing .container {
    padding: 0 1.1rem;
  }
}
.pricing__tabs-content-item:not(:first-child) {
  display: none;
}
.pricing__tabs-content + .pricing__descr {
  text-align: center;
}
.pricing__smart_crm {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media only screen and (min-width: 768px) {
  .pricing__smart_crm {
    gap: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .pricing__smart_crm {
    grid-template-columns: 731px 1fr;
  }
}
.pricing__smart_crm__items {
  border: solid 1px #EDECF5;
  border-radius: 24px;
  padding: 1.2rem;
}
.pricing__smart_crm__items--left {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media only screen and (min-width: 768px) {
  .pricing__smart_crm__items--left {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
}
.pricing__smart_crm__items:nth-of-type(2) .pricing__smart_crm__item {
  border: unset;
  border-radius: unset;
  padding: unset;
}
.pricing__smart_crm__item {
  border: solid 1px #EDECF5;
  border-radius: 12px;
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .pricing__smart_crm__item {
    border-radius: 16px;
  }
}
.pricing__smart_crm__item:nth-of-type(4) {
  margin-top: 12px;
}
.pricing__smart_crm__item:nth-of-type(4), .pricing__smart_crm__item:nth-of-type(5) {
  grid-column: span 3/span 3;
}
.pricing__smart_crm__item:nth-of-type(4) .pricing__smart_crm__item__wrap, .pricing__smart_crm__item:nth-of-type(5) .pricing__smart_crm__item__wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.pricing__smart_crm__item:nth-of-type(4) .pricing__smart_crm__item__wrap-price, .pricing__smart_crm__item:nth-of-type(5) .pricing__smart_crm__item__wrap-price {
  justify-content: center;
  flex-direction: row;
  gap: 9px;
  min-width: 24rem;
  min-height: 7.8rem;
}
@media only screen and (min-width: 768px) {
  .pricing__smart_crm__item:nth-of-type(4) .pricing__smart_crm__item__wrap-price, .pricing__smart_crm__item:nth-of-type(5) .pricing__smart_crm__item__wrap-price {
    min-width: 44.5rem;
  }
}
.pricing__smart_crm__item:nth-of-type(5) {
  grid-row-start: 3;
}
.pricing__smart_crm__item__wrap {
  width: 100%;
  text-align: center;
}
.pricing__smart_crm__item__wrap-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -0.03em;
  text-align: left;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .pricing__smart_crm__item__wrap-title {
    text-align: center;
  }
}
.pricing__smart_crm__item__wrap-price {
  background-color: #F3F2FD;
  border-radius: 12px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  min-height: 8rem;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .pricing__smart_crm__item__wrap-price {
    padding: 2.6rem 3rem;
    gap: 12px;
    border-radius: 16px;
  }
}
.pricing__smart_crm__item__wrap-price span {
  display: inline-block;
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -0.03em;
  vertical-align: middle;
  color: #0BBAD5;
}
@media only screen and (min-width: 768px) {
  .pricing__smart_crm__item__wrap-price span {
    font-size: 36px;
  }
}
.pricing__smart_crm__item__wrap-price_descr {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #606492;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .pricing__smart_crm__item__wrap-price_descr {
    font-size: 15px;
  }
}
.pricing__smart_crm__item__wrap-logo {
  margin-top: 1.4rem;
  margin-bottom: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .pricing__smart_crm__item__wrap-logo {
    margin-bottom: 5.1rem;
  }
}
.pricing__smart_crm__item-logo {
  margin-top: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .pricing__smart_crm__item-logo {
    margin-top: 2.6rem;
  }
}
.pricing__smart_crm__item-descr {
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #606492;
  text-align: center;
  margin-top: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media only screen and (min-width: 768px) {
  .pricing__smart_crm__item-descr {
    margin-top: 2.2rem;
  }
}
.pricing__smart_crm__item-descr span {
  font-weight: 500;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-align: inherit;
  color: #0BBAD5;
}
.pricing__smart_crm__item-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 12px;
  margin-top: 2.2rem;
}
@media only screen and (min-width: 768px) {
  .pricing__smart_crm__item-group {
    margin-top: 3.4rem;
  }
}
@media only screen and (min-width: 992px) {
  .pricing__smart_crm__item-group {
    margin-top: 8.4rem;
  }
}
.pricing__smart_crm__item-price {
  background-color: #F3F2FD;
  border-radius: 12px;
  padding: 2.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .pricing__smart_crm__item-price {
    border-radius: 16px;
  }
}
.pricing__smart_crm__item-price span {
  display: inline-block;
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -0.03em;
  vertical-align: middle;
  color: #0BBAD5;
}
@media only screen and (min-width: 768px) {
  .pricing__smart_crm__item-price span {
    font-size: 36px;
  }
}
.pricing__smart_crm__item-price_descr {
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #606492;
}
.pricing__smart_crm__item-price--label {
  background: #512D8D;
  border: solid 3px #FFFFFF;
  border-radius: 38px;
  color: #FFFFFF;
  padding: 0.3rem 0.8rem;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.03em;
  text-align: center;
  position: absolute;
  left: 19px;
  top: -8px;
}
@media only screen and (min-width: 768px) {
  .pricing__smart_crm__item-price--label {
    font-size: 14px;
  }
}
.pricing__smart_modules__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 18px;
}
@media only screen and (min-width: 768px) {
  .pricing__smart_modules__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
.pricing__smart_modules__item {
  border: solid 1px #EDECF5;
  border-radius: 12px;
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .pricing__smart_modules__item {
    border-radius: 16px;
  }
}
.pricing__smart_modules__item-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 22px;
  margin-top: 2.2rem;
}
@media only screen and (min-width: 768px) {
  .pricing__smart_modules__item-group {
    margin-top: 3.4rem;
  }
}
@media only screen and (min-width: 992px) {
  .pricing__smart_modules__item-group {
    margin-top: 3.8rem;
  }
}
.pricing__smart_modules__item-price {
  background-color: #F3F2FD;
  border-radius: 12px;
  padding: 2.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .pricing__smart_modules__item-price {
    border-radius: 16px;
  }
}
.pricing__smart_modules__item-price span {
  display: inline-block;
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -0.03em;
  vertical-align: middle;
  color: #0BBAD5;
}
@media only screen and (min-width: 768px) {
  .pricing__smart_modules__item-price span {
    font-size: 36px;
  }
}
.pricing__smart_modules__item-price span span {
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #606492;
  vertical-align: super;
}
.pricing__smart_modules__item-price-descr {
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #606492;
}
.pricing__smart_modules__item-price--label {
  background: #512D8D;
  border: solid 3px #FFFFFF;
  border-radius: 38px;
  color: #FFFFFF;
  padding: 0.3rem 0.8rem;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.03em;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -8px;
}
@media only screen and (min-width: 768px) {
  .pricing__smart_modules__item-price--label {
    font-size: 14px;
  }
}
.pricing__smart_modules__item .price--special {
  background-color: #FCB742;
}
.pricing__smart_modules__item .price--special .pricing__smart_modules__item-price-descr {
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #051322;
}
.pricing__items {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.pricing__item {
  background-color: #FCFCFE;
  border: solid 1px #EDECF5;
  border-radius: 12px;
  padding: 2.2rem 1.6rem;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
@media only screen and (max-width: 576px) {
  .pricing__item {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .pricing__item {
    border-radius: 16px;
  }
}
.pricing__item-title {
  width: 18.6rem;
  font-weight: 500;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #051322;
}
@media only screen and (max-width: 576px) {
  .pricing__item-title {
    text-align: center;
  }
}
.pricing__item-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 0.4rem;
  flex: 1;
}
@media only screen and (max-width: 576px) {
  .pricing__item-tag {
    justify-content: center;
  }
}
.pricing__item-tag span {
  display: flex;
  padding: 0.8rem 1.6rem;
  color: #512D8D;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0;
  background-color: rgba(81, 45, 141, 0.1019607843);
  border-radius: 99px;
}
@media only screen and (min-width: 768px) {
  .pricing__item-tag span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .pricing__item-price {
    text-align: center;
  }
}
.pricing__item-price span {
  display: inline-block;
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #0BBAD5;
}
.pricing__item-price span span {
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #606492;
  vertical-align: super;
}
.pricing__item-price-descr {
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #606492;
}
.pricing__descr {
  margin-top: 3.4rem;
}
.pricing__descr p {
  font-style: italic;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 120%;
  color: #606492;
}
.pricing__descr p + p {
  margin-top: 1rem;
}
.pricing__tabs {
  text-align: center;
}

.qa {
  padding: 10rem 0 5rem;
}
.qa__title span {
  font-size: inherit;
}
@media only screen and (min-width: 992px) {
  .qa__title span {
    display: block;
    margin-top: 1.6rem;
    font-weight: 500;
    font-size: 1.8rem;
    color: #051322;
  }
}
.qa__wrap {
  margin: 4.6rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
@media only screen and (min-width: 992px) {
  .qa__wrap {
    margin: 5.8rem auto 0;
  }
}
.qa__item {
  border-radius: 2rem;
  border: 1px solid transparent;
}
@supports (corner-shape: squircle) {
  .qa__item {
    corner-shape: squircle;
    border-radius: 4rem;
  }
}
.qa__item:not(:first-child)::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 4.8rem);
  height: 1px;
  background-color: #edecf5;
  transition: 0.2s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .qa__item:not(:first-child)::after {
    width: calc(100% - 8.4rem);
  }
}
@media only screen and (min-width: 992px) {
  .qa__item:hover {
    border: 1px solid #f3f2fd;
    background: #f3f2fd;
  }
}
.qa__item-head {
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
  padding: 2.6rem 2rem;
  transition: padding 0.2s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .qa__item-head {
    padding: 2.6rem 4.2rem;
  }
  .qa__item-head:hover {
    padding: 2.6rem 3.2rem;
  }
}
.qa__item-icon {
  width: 2rem;
  height: auto;
  display: flex;
  flex-shrink: 0;
  margin-left: 1.4rem;
  transition: 0.2s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .qa__item-icon {
    width: 3rem;
    margin-left: 2rem;
  }
}
.qa__item-icon svg {
  width: 100%;
  height: auto;
}
.qa__item-icon svg .transformRotate {
  transition: 0.2s ease-in-out;
  transform: rotate(0deg);
  transform-origin: center;
}
.qa__item.show {
  border: 1px solid #f3f2fd;
  background: #f3f2fd;
}
@media only screen and (min-width: 992px) {
  .qa__item.show .qa__item-head {
    padding: 2.6rem 3.2rem;
  }
}
.qa__item.show .qa__item-icon svg .transformRotate {
  transform: rotate(90deg);
}
.qa__item-question {
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: -0.03em;
  max-width: 106.4rem;
  margin-right: auto;
  color: #051322;
  flex: 1;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media only screen and (min-width: 992px) {
  .qa__item-question {
    font-size: 2.4rem;
  }
}
.qa__item-answer {
  display: flex;
  align-items: flex-start;
  display: none;
  margin: 0.8rem 2.4rem 2.6rem;
}
@media only screen and (min-width: 992px) {
  .qa__item-answer {
    margin: 0.8rem 3.2rem 2.6rem;
    align-items: center;
  }
}
.qa__item-answer__text {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 150%;
  letter-spacing: 0;
  color: #051322;
  flex: 1;
}
@media only screen and (min-width: 992px) {
  .qa__item-answer__text {
    font-size: 1.8rem;
  }
}
.qa__item-answer__text ul {
  padding: 0 2rem;
}
.qa__item-answer__text ul li {
  list-style: disc;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.qa__item-answer__text ol {
  padding: 0 2rem;
}
.qa__item-answer__text ol li {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.qa__item-answer__text a {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: underline;
  color: inherit;
}
.qa__item-answer[style*="display: block"] {
  display: flex !important;
}

.integration {
  padding: 5rem 0;
}
@media only screen and (min-width: 992px) {
  .integration {
    padding: 7rem 0;
  }
}
.integration__title {
  max-width: 86.6rem;
}
.integration__descr {
  max-width: 53rem;
}
.integration__wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  min-height: 40rem;
}
@media only screen and (min-width: 576px) {
  .integration__wrap {
    margin-top: 5.1rem;
  }
}
@media only screen and (min-width: 992px) {
  .integration__wrap {
    margin-top: 6rem;
  }
}
.integration__wrap img {
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .integration__wrap img {
    width: 100%;
  }
}
.integration__wrap-img img {
  max-width: fit-content;
  width: calc(100% + 2rem);
  left: 50%;
  transform: translateX(-50%);
}
.integration__spinner {
  position: absolute;
  width: 20rem;
  height: 20rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media only screen and (min-width: 992px) {
  .integration__spinner {
    transform: translate(-51.5%, -55%);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1312px) {
  .integration__spinner {
    width: 16rem;
    height: 16rem;
    transform: translate(-51.5%, -63%);
  }
}
.integration__spinner-text {
  transition: all 0.2s ease;
  animation: spin 30s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.integration__spinner-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6.4rem;
  height: 6.4rem;
}
@media only screen and (min-width: 992px) and (max-width: 1312px) {
  .integration__spinner-logo {
    width: 5.2rem;
    height: 5.2rem;
  }
}

.feedback {
  background: #f3f2fd;
  padding: 10rem 0;
}
@media only screen and (min-width: 992px) {
  .feedback {
    padding: 11rem 0;
  }
}
@media only screen and (max-width: 576px) {
  .feedback .grid-2 {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 992px) {
  .feedback__container {
    display: flex;
  }
}
.feedback__wrap {
  max-width: 52rem;
}
.feedback__title {
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 112%;
  letter-spacing: -0.03em;
}
@media only screen and (min-width: 992px) {
  .feedback__title {
    font-size: 5.6rem;
  }
}
.feedback__descr {
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 130%;
  margin-top: 3.6rem;
  letter-spacing: 0;
}
@media only screen and (min-width: 992px) {
  .feedback__descr {
    margin-top: 3rem;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .feedback__form {
    min-width: 60.6rem;
  }
}
.feedback__form .wpcf7-form-control-wrap .iti {
  width: 100%;
}
@media only screen and (max-width: 576px) {
  .feedback__form {
    margin-top: 2.6rem;
  }
}
.feedback__form input,
.feedback__form textarea {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 992px) {
  .feedback__form .grid-2 {
    grid-template-columns: 1fr;
  }
  .feedback__form .grid-2 .w100 {
    grid-column: 1;
  }
}

.tabs-switch {
  border: 1px solid #EDECF5;
  border-radius: 99px;
  display: inline-flex;
  align-items: center;
  padding: 0.2rem;
}
@media only screen and (min-width: 768px) {
  .tabs-switch {
    padding: 0.4rem;
  }
}
.tabs-switch li {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 120%;
  color: #512d8d;
  transition: 0.2s ease-in-out;
  border-radius: 99px;
  padding: 1.6rem 3.2rem;
  cursor: pointer;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .tabs-switch li {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 992px) {
  .tabs-switch li:hover {
    background-color: rgba(81, 45, 141, 0.1);
  }
}
.tabs-switch li:not(:first-child) {
  margin-left: 0.2rem;
}
@media only screen and (min-width: 768px) {
  .tabs-switch li:not(:first-child) {
    margin-left: 0.4rem;
  }
}
.tabs-switch li:active {
  transform: scale(0.96);
}
.tabs-switch li.active {
  color: #fff;
  background-color: #512d8d;
  animation: bttnClick 0.3s ease-in-out;
}
@keyframes bttnClick {
  0% {
    transform: scale(0.96);
  }
  30% {
    transform: scale(0.96);
  }
  80% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
.tabs-switch-container {
  margin-top: 3.2rem;
  overflow: auto;
}
@media only screen and (min-width: 992px) {
  .tabs-switch-container {
    margin-top: 3.6rem;
  }
}
.tabs-switch-container::-webkit-scrollbar {
  width: 0;
  height: 0;
}
@media only screen and (max-width: 576px) {
  .tabs-switch-container {
    width: calc(100% + 4rem);
    left: -2rem;
    padding: 0 2rem;
  }
}
.tabs-content {
  margin-top: 3.2rem;
}
@media only screen and (min-width: 992px) {
  .tabs-content {
    margin-top: 5.6rem;
  }
}

/**
 * Swiper 10.0.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 8, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
@media (min-width: 992px) {
  .banner__img {
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (max-width: 576px) {
  .features_acc {
    padding-bottom: 3rem;
  }
}

.integrations {
  text-align: center;
  padding: 10rem 0 8.4rem;
  background: #512d8d;
  color: #fff;
}
@media (min-width: 992px) {
  .integrations {
    margin-top: 3rem;
    padding: 10rem 0 8.8rem;
  }
}
.integrations__head {
  max-width: 88.4rem;
  margin-left: auto;
  margin-right: auto;
}
.integrations__title {
  color: #fff;
}
.integrations__descr {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  max-width: 79rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .integrations__descr {
    font-size: 1.8rem;
  }
}
.integrations__img {
  width: 100%;
  max-width: 100%;
  margin-top: 3.8rem;
}
@media (min-width: 992px) {
  .integrations__img {
    margin-top: 5.6rem;
  }
}
.integrations__img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.integrations .bttn {
  margin-top: 3.8rem;
}
@media (min-width: 992px) {
  .integrations .bttn {
    margin-top: 6rem;
  }
}