html {
  scroll-padding-top: 150px;
}
@media only screen and (max-width: 992px) {
  html {
    scroll-padding-top: 100px;
  }
}

.banner {
  display: flex;
  flex-direction: column-reverse;
  min-height: 54rem;
  background: #f6f6fc;
  background: #512d8d;
  padding: 4rem 0 3.2rem;
  padding-top: 8.2rem;
}
@media only screen and (min-width: 992px) {
  .banner {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 79rem;
  }
}
.banner .container {
  display: flex;
}
@media only screen and (min-width: 992px) {
  .banner .container {
    align-items: center;
  }
}
@media only screen and (max-width: 992px) {
  .banner .container {
    flex-direction: column;
    max-width: 54rem;
  }
}
.banner__wrap {
  max-width: 48rem;
}
@media only screen and (min-width: 992px) {
  .banner__wrap {
    width: 59.3rem;
    min-width: 59.3rem;
  }
}
@media only screen and (min-width: 992px) {
  .banner__wrap {
    top: 0rem;
  }
}
.banner__title {
  font-weight: 600;
  font-size: 4.2rem;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #fff;
}
@media only screen and (min-width: 576px) {
  .banner__title {
    font-size: calc(4.8rem + 26 * (100vw - 375px) / 625);
  }
}
@media only screen and (min-width: 992px) {
  .banner__title {
    font-size: 8.8rem;
  }
  .banner__title--small {
    font-size: 6.4rem;
  }
  .banner__title--small span {
    font-weight: 400;
  }
}
.banner__title strong {
  font-weight: 600;
}
.banner__title span {
  font-size: inherit;
}
.banner__descr {
  font-weight: 300;
  font-size: 1.3rem;
  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 (max-width: 576px) {
  .banner__descr {
    max-width: 30.7rem;
  }
}
@media only screen and (min-width: 992px) {
  .banner__descr {
    font-size: 2rem;
    margin-top: 3.4rem;
    border-left: 3px solid #06B2E3;
    padding-left: 1.7rem;
  }
}
.banner__descr span {
  display: block;
  font-size: inherit;
  line-height: inherit;
  margin-top: 1.6rem;
}
@media only screen and (min-width: 992px) {
  .banner__descr span {
    font-size: 1.4rem;
  }
}
.banner__bttn {
  margin-top: 2.4rem;
  min-width: 20rem;
}
@media only screen and (min-width: 992px) {
  .banner__bttn {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 576px) {
  .banner__bttn {
    padding: 0 0.5rem;
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.banner__img {
  left: 50%;
  transform: translateX(-50%);
  margin-top: 2.4rem;
  width: calc(100% + 5.5rem);
}
@media only screen and (min-width: 992px) {
  .banner__img {
    left: unset;
    transform: unset;
    right: 0;
    width: auto;
    max-width: 1920px;
    margin-top: 0;
    top: 5rem;
  }
}
.banner__img video {
  max-width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.banner__img img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .banner__img img {
    width: 70.4rem;
  }
}
.banner__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.banner__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner--bg {
  min-height: 68rem;
}
.banner--bg .container {
  position: static;
}
.banner--bg .banner__wrap {
  max-width: 100%;
}
.banner--bg .banner__title {
  font-size: 3.6rem;
}
@media only screen and (min-width: 992px) {
  .banner--bg .banner__title {
    font-size: 6.4rem;
  }
}
.banner--bg .banner__title span {
  font-weight: 500;
}
.banner--bg .banner__descr {
  color: #606492;
  max-width: 48rem;
}
.banner--bg .banner__descr span {
  color: inherit;
}
.banner__integration {
  margin-top: 2.4rem;
}
@media only screen and (min-width: 992px) {
  .banner__integration {
    margin-top: 6.4rem;
  }
}
.banner__integration-title {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 120%;
  color: #606492;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .banner__integration-title {
    text-align: left;
  }
}
.banner__integration-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
  margin-top: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .banner__integration-wrap {
    justify-content: flex-start;
    gap: 2.4rem;
  }
}
.banner__integration-item {
  display: flex;
  align-items: center;
}
.banner__integration-item-icon {
  width: 2.4rem;
  height: 2.4rem;
}
.banner__integration-item-icon img {
  width: 100%;
  height: auto;
}
.banner__integration-item-title {
  display: none;
}
@media only screen and (min-width: 992px) {
  .banner__integration-item-title {
    display: inline-block;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 140%;
    color: #512d8d;
    margin-left: 0.8rem;
  }
}

@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;
}

.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;
  }
}

.feedback {
  background: #f3f2fd;
}
@media only screen and (max-width: 576px) {
  .feedback .grid-2 {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 768px) {
  .feedback {
    padding: 3.2rem 0 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .feedback__container {
    display: flex;
  }
}
.feedback__wrap {
  max-width: 42rem;
}
.feedback__title {
  font-weight: 500;
  line-height: 112%;
  letter-spacing: -0.02em;
}
.feedback__descr {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 130%;
  margin-top: 1.6rem;
}
.feedback__trust-title {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 120%;
  color: #606492;
  margin-top: 3.2rem;
}
@media only screen and (min-width: 768px) {
  .feedback__trust-title {
    margin-top: 4.6rem;
  }
}
.feedback__trust-list {
  display: flex;
  align-items: center;
  margin-top: 1.6rem;
}
.feedback__trust-item {
  height: 1.8rem;
}
.feedback__trust-item img {
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .feedback__trust-item {
    height: 2.4rem;
  }
}
.feedback__trust-item:not(:first-child) {
  margin-left: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .feedback__trust-item:not(:first-child) {
    margin-left: 2rem;
  }
}
.feedback__form .wpcf7-form-control-wrap .iti {
  width: 100%;
}
@media only screen and (max-width: 576px) {
  .feedback__form {
    margin-top: 6rem;
  }
}
@media only screen and (max-width: 992px) {
  .feedback__form .grid-2 {
    grid-template-columns: 1fr;
  }
  .feedback__form .grid-2 .w100 {
    grid-column: 1;
  }
}
.feedback__form input[type=text],
.feedback__form input[type=email],
.feedback__form textarea,
.feedback__form input[type=tel] {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.feedback__form input[type=submit] {
  height: max-content;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  transition: all 0.2s ease;
}

@media (min-width: 992px) {
  .banner__wrap {
    width: 53.3rem;
    min-width: 53.3rem;
  }
}
.banner__bttn {
  width: auto;
  display: inline-flex;
  padding: 1.7rem 0.9rem 1.7rem 2.4rem;
  height: 5.6rem;
}
@media (max-width: 768px) {
  .banner__bttn {
    width: max-content;
    padding-left: 2rem;
  }
}
@media (min-width: 992px) {
  .banner__img {
    width: 94.4rem;
    right: -2rem;
    top: 9rem;
    position: absolute;
  }
  .banner__img img {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .banner__img {
    transform: translate(-50%, 6rem);
  }
}

.main-solutions.connectors {
  padding: 5rem 0;
  overflow: visible;
}
@media only screen and (min-width: 992px) {
  .main-solutions.connectors {
    padding: 7rem 0 8rem;
  }
}
.main-solutions.connectors .connectors__title {
  color: #051322;
  margin-top: 0.8rem;
}
.main-solutions.connectors .connectors__descr {
  max-width: 72rem;
  margin: 1.2rem auto 0;
}
.main-solutions.connectors .connectors__wrap {
  margin-top: 0;
}
.main-solutions.connectors .connectors__item:not(:first-child) {
  margin-top: 6rem;
}
@media only screen and (min-width: 992px) {
  .main-solutions.connectors .connectors__item:not(:first-child) {
    margin-top: 12rem;
  }
}
@media only screen and (min-width: 992px) {
  .main-solutions.connectors .connectors__item:nth-child(odd) .connectors__item-grid {
    flex-direction: row-reverse;
  }
}
.main-solutions.connectors .connectors__item-img img {
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .main-solutions.connectors .connectors__item-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 3.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .main-solutions.connectors .connectors__item-img,
  .main-solutions.connectors .connectors__item-wrap {
    flex: 1;
  }
}
@media only screen and (min-width: 992px) {
  .main-solutions.connectors .connectors__item-wrap {
    max-width: 35rem;
  }
}
.main-solutions.connectors .connectors__item-head {
  display: flex;
  align-items: center;
}
.main-solutions.connectors .connectors__item-icon {
  max-width: 100%;
  height: 4rem;
}
@media only screen and (min-width: 992px) {
  .main-solutions.connectors .connectors__item-icon {
    height: 5rem;
  }
}
.main-solutions.connectors .connectors__item-icon img {
  max-width: 100%;
  height: 100%;
}
.main-solutions.connectors .connectors__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) {
  .main-solutions.connectors .connectors__item-title {
    font-size: 2.8rem;
    margin-top: 1.6rem;
    margin-left: 0;
  }
}
.main-solutions.connectors .connectors__item-descr {
  color: #051322;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 140%;
  margin-top: 1.6rem;
}
@media only screen and (min-width: 992px) {
  .main-solutions.connectors .connectors__item-descr {
    font-size: 1.8rem;
  }
}
.main-solutions.connectors .connectors__item-link {
  margin-top: 1.6rem;
  margin-bottom: 2.2rem;
}
@media only screen and (min-width: 768px) {
  .main-solutions.connectors .connectors__item-link {
    font-size: 1.6rem;
    width: auto;
    height: 4.6rem;
    margin-bottom: 3.2rem;
  }
  .main-solutions.connectors .connectors__item-link::before {
    width: 1.2rem;
    height: 0.9rem;
    right: 1.8rem;
  }
  .main-solutions.connectors .connectors__item-link::after {
    width: 3rem;
    height: 3rem;
  }
}
.main-solutions.connectors .connectors__item-advantages-title {
  color: #051322;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 140%;
}
.main-solutions.connectors .connectors__item-advantages ul {
  margin-top: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .main-solutions.connectors .connectors__item-advantages ul {
    column-count: 2;
    column-gap: 3rem;
  }
}
.main-solutions.connectors .connectors__item-advantages li {
  color: #051322;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 140%;
  padding-left: 3.6rem;
}
@media only screen and (min-width: 768px) {
  .main-solutions.connectors .connectors__item-advantages li {
    page-break-inside: avoid;
    break-inside: avoid;
  }
}
.main-solutions.connectors .connectors__item-advantages li:not(:first-child) {
  margin-top: 0.8rem;
}
.main-solutions.connectors .connectors__item-advantages li:before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 4rem;
  background-color: #0bbad5;
  left: 0.8rem;
  top: 0.6rem;
  position: absolute;
}
.main-solutions.connectors .connectors__empty {
  margin-top: 2.4rem;
  text-align: center;
  font-size: 1.4rem;
  color: #051322;
  display: none;
}
.main-solutions.connectors .connectors__empty.is-visible {
  display: block;
}

.main-solutions__sticky {
  position: sticky;
  top: 7rem;
  z-index: 8;
  margin-top: 2.4rem;
  padding-bottom: 2.8rem;
}
@media only screen and (min-width: 992px) {
  .main-solutions__sticky {
    top: 8.4rem;
    margin-top: 3.2rem;
  }
}
.main-solutions__filter {
  display: flex;
  gap: 0.6rem;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 0.4rem;
  border: 1px solid #edecf5;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  max-width: max-content;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .main-solutions__filter {
    padding: 0.4rem;
    justify-content: center;
  }
}
.main-solutions__filter-item {
  flex: 0 0 auto;
  border: 0;
  background: transparent;
  color: #512d8d;
  border-radius: 999px;
  padding: 1.6rem 2.8rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.main-solutions__filter-item:hover {
  background: rgba(81, 45, 141, 0.1);
  color: #512d8d;
}
.main-solutions__filter-item.is-active {
  background: #512d8d;
  color: #fff;
}
.main-solutions__groups {
  margin-top: 1.2rem;
}
@media only screen and (min-width: 992px) {
  .main-solutions__groups {
    margin-top: 4rem;
  }
}
.main-solutions__group:not(:first-child) {
  margin-top: 7rem;
  padding-top: 7rem;
}
.main-solutions__group:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: linear-gradient(270deg, rgba(216, 217, 243, 0) -0.01%, #d8d9f3 11.05%, #d8d9f3 88.46%, rgba(216, 217, 243, 0) 100%);
}
@media only screen and (min-width: 992px) {
  .main-solutions__group:not(:first-child) {
    margin-top: 12rem;
    padding-top: 12rem;
  }
}
.main-solutions__group-title {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 1.8rem;
  color: #051322;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 140%;
  margin-top: 2rem;
  margin-bottom: 1.6rem;
}
.main-solutions__group-title:after {
  content: "";
  flex: 1;
  height: 1px;
  background: #edecf5;
}
.main-solutions__list {
  margin-top: 0;
}

.overview {
  padding: 8rem 0 0;
}
.overview__head {
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
}
.overview__img {
  margin-top: 5.3rem;
}
.overview__img img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .overview__img img {
    max-width: 35rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.overview {
  padding-bottom: 6rem;
}
@media (min-width: 992px) {
  .overview {
    padding-bottom: 9rem;
  }
}

.benefits {
  padding: 5rem 0;
}
@media only screen and (min-width: 992px) {
  .benefits {
    padding: 5rem 0 12rem;
  }
}
.benefits__title {
  color: #fff;
  max-width: 110rem;
}
.benefits__wrap {
  background-color: #512d8d;
  border-radius: 22px;
  padding: 5rem 1.6rem;
}
@media only screen and (min-width: 992px) {
  .benefits__wrap {
    padding: 7rem 3.4rem 9.3rem;
    width: calc(100% + 6.8rem);
    left: 50%;
    transform: translateX(-50%);
  }
}
.benefits__list {
  margin-top: 1.6rem;
  gap: 8px;
}
@media only screen and (min-width: 992px) {
  .benefits__list {
    gap: 0;
    margin-top: 6rem;
  }
}
.benefits__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.6rem;
}
@media only screen and (min-width: 992px) {
  .benefits__item {
    padding: 1.6rem 2.7rem 3.2rem;
  }
}
.benefits__item-icon {
  width: 6.2rem;
}
@media only screen and (min-width: 992px) {
  .benefits__item-icon {
    width: 7.2rem;
    margin-top: 3.2rem;
  }
}
.benefits__item-icon img {
  max-width: 100%;
  width: 100%;
}
.benefits__item-title {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: normal;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  margin-top: 1.6rem;
}
@media only screen and (min-width: 992px) {
  .benefits__item-title {
    font-size: 2.6rem;
    min-height: 5.2rem;
  }
}
.benefits__item-descr {
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 140%;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  margin-top: 1rem;
  max-width: 31.5rem;
}
@media only screen and (min-width: 992px) {
  .benefits__item-descr {
    padding: 0 2rem;
    font-size: 1.6rem;
    margin-top: 3rem;
  }
}

.cta_ai_boost {
  padding: 5rem 0;
}
@media only screen and (min-width: 992px) {
  .cta_ai_boost {
    padding: 5.6rem 0 8.1rem;
  }
}
.cta_ai_boost__wrap {
  overflow: hidden;
  border-radius: 20px;
  background-color: #512d8d;
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  padding: 60% 1.6rem 2.4rem;
}
@supports (corner-shape: squircle) {
  .cta_ai_boost__wrap {
    corner-shape: squircle;
    border-radius: 4rem;
  }
}
@media only screen and (max-width: 992px) {
  .cta_ai_boost__wrap {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) {
  .cta_ai_boost__wrap {
    padding: 7.6rem 6.5rem;
    flex-direction: inherit;
    min-height: 34.8rem;
  }
}
@media only screen and (min-width: 1312px) {
  .cta_ai_boost__wrap {
    min-height: 49.7rem;
    width: calc(100% + 6.8rem);
    left: 50%;
    transform: translateX(-50%);
  }
}
.cta_ai_boost__bg {
  position: absolute;
  top: 0;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .cta_ai_boost__bg {
    z-index: -1;
    right: 0;
    height: 100%;
  }
}
.cta_ai_boost__bg img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right;
}
.cta_ai_boost__cont {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media only screen and (min-width: 992px) {
  .cta_ai_boost__cont {
    max-width: 54.8rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1312px) {
  .cta_ai_boost__cont {
    max-width: 45.8rem;
  }
}
.cta_ai_boost__cont .title-small {
  margin-bottom: 0;
}
.cta_ai_boost__title {
  font-size: 2.8rem;
  line-height: 112%;
  letter-spacing: -0.03em;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .cta_ai_boost__title {
    font-size: 4.8rem;
  }
}
.cta_ai_boost__descr {
  font-size: 1.4rem;
  line-height: 140%;
  color: #fff;
  margin-top: 1.6rem;
  max-width: 46rem;
  font-weight: 350;
}
@media only screen and (min-width: 992px) {
  .cta_ai_boost__descr {
    font-size: 1.8rem;
  }
}
.cta_ai_boost__bttn {
  margin-top: 3.2rem;
}
@media only screen and (min-width: 992px) {
  .cta_ai_boost__bttn {
    margin-top: 6.8rem;
  }
}