.transition-expand {
  position: relative;
}
.expand-accordion-enter-active,
.expand-accordion-leave-active {
  overflow: hidden;
  transition: height 0.5s ease-out;
}
.expand-accordion-fast-enter-active,
.expand-accordion-fast-leave-active {
  overflow: hidden;
  transition: height 0.3s linear;
}.accordion {
  margin: 0;
  color: var(--text-color);
  cursor: pointer;
}
.accordion__title {
  cursor: pointer;
  user-select: none;
  position: relative;
  display: flex;
  align-items: center;
}
.accordion__title .accordion__icon {
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url("/assets/plus-3aadea2f.svg");
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
.accordion__title._open .accordion__icon {
  transform: rotate(45deg);
}
.accordion__title-text {
  margin-left: var(--base-spacing);
  font-family: var(--font-family-primary);
  font-size: 1.6rem;
  color: var(--black-almost);
  font-weight: 600;
  line-height: 1.1;
}
.accordion__content {
  margin: var(--base-spacing) 0 0 4.4rem;
  font-family: var(--font-family-primary);
  font-size: 1.6rem;
  color: var(--base-gray);
  font-weight: 600;
  line-height: 1.5;
}.accordion-group {
  display: flex;
  flex-direction: column;
  background-color: var(--form-background);
  border-radius: var(--base-border-radius);
}
.accordion-group__item {
  margin: 0 var(--base-spacing);
  padding: var(--base-spacing) 0;
}
.accordion-group__item:not(:last-child) {
  border-bottom: 1px solid var(--secondary-gray);
}.title {
  font-family: var(--font-family-montserrat);
  font-size: 4rem;
  color: black;
  font-weight: 400;
  line-height: 4.36rem;
}
@media screen and (max-width: 1024px) {
.title {
    font-family: var(--font-family-montserrat);
    font-size: 3.2rem;
    color: black;
    font-weight: 400;
    line-height: 4.16rem;
}
}.center-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}.faq__title {
  margin-top: 8rem;
  margin-bottom: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
.faq__title {
    margin-top: 5.1rem;
    margin-bottom: 2.4rem;
    text-align: start;
}
}
.faq__content {
  padding-right: 0.35rem;
  padding-left: 0.35rem;
}
@media screen and (max-width: 1024px) {
.faq__content {
    max-width: 100%;
    padding-right: 1.6rem;
    padding-left: 1.6rem;
}
}
.faq__bottom-border {
  margin-top: 4rem;
  margin-bottom: 3.2rem;
  border: 0.1rem solid rgba(43, 115, 221, 0.4);
}
@media screen and (max-width: 1024px) {
.faq__bottom-border {
    margin-top: 3.2rem;
}
}
.faq ._primary-text {
  margin-left: 0.8rem;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
.faq ._primary-text {
    margin-left: 0;
}
}
.faq .accordion__icon {
  min-width: 2rem;
}
@media screen and (max-width: 1024px) {
.faq .accordion__title-text {
    margin-left: 1.6rem;
}
}
.faq .accordion__content {
  margin-left: 3.6rem;
}
.faq .accordion-group__item {
  margin: 0 var(--small-spacing) !important;
}.advantage[data-v-a3e5b954] {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 22rem;
  width: 100%;
  padding: 1.2rem 1.6rem 0.6rem;
  border-radius: 1rem;
  text-align: center;
  background-color: var(--form-background);
}
@media screen and (max-width: 767px) {
.advantage[data-v-a3e5b954] {
    max-width: 34.3rem;
    padding: 1.6rem;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.advantage[data-v-a3e5b954] {
    max-width: 100%;
}
}
.advantage__icon[data-v-a3e5b954] {
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
}
.advantage__title[data-v-a3e5b954] {
  font-family: var(--font-family-primary);
  font-size: 2.4rem;
  color: var(--black);
  font-weight: 600;
  line-height: 2.93rem;
  margin-bottom: 1rem;
}
.advantage__description[data-v-a3e5b954] {
  font-family: var(--font-family-primary);
  font-size: 1.4rem;
  color: var(--black);
  font-weight: 400;
  line-height: 2.1rem;
  white-space: pre-line;
}.advantages-list[data-v-8c22ec45] {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  justify-content: center;
}.advantages {
  margin-top: 10.1rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 1024px) {
.advantages {
    margin-top: 5rem;
    margin-bottom: 5rem;
}
}
.advantages__title {
  margin-bottom: 4rem;
}
@media screen and (max-width: 450px) {
.advantages__title {
    margin-bottom: 2.4rem;
}
}
@media screen and (max-width: 1024px) {
.advantages__title {
    max-width: 100%;
    padding-right: 1.6rem;
    padding-left: 1.6rem;
}
}
.advantages__content {
  padding-left: 0.35rem;
  padding-right: 0.35rem;
}.tabs {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.tabs__nav-wrap {
  position: relative;
  white-space: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.tabs__nav-wrap::-webkit-scrollbar {
  display: none;
}
.tabs__nav {
  display: inline-flex;
  gap: 4.8rem;
  flex-wrap: nowrap;
  position: relative;
}
.tabs__nav::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.1rem;
  background-color: var(--secondary-gray);
  content: "";
}
.tabs__item {
  margin-top: 1.7rem;
  padding-bottom: 1.2rem;
  border: none;
  text-align: center;
  background: none;
  cursor: pointer;
}
.tabs__item p {
  font-family: var(--font-family-primary);
  font-size: 1.6rem;
  color: var(--black-almost);
  font-weight: 600;
  line-height: 1.5;
}
.tabs__item.is-active {
  color: var(--base-blue);
}
.tabs__item.is-active p {
  color: var(--base-blue) !important;
}
.tabs__active-line {
  position: absolute;
  bottom: 0;
  height: 0.1rem;
  background-color: var(--base-blue);
  transition: left 0.3s ease-in-out, width 0.3s ease-in-out;
}
.tabs__content {
  padding: 1.6rem;
  order: 1;
}
.tabs._buttons .tabs__nav-wrap {
  border-bottom: none;
}
.tabs._buttons .tabs__content {
  padding-left: 0;
}
.tabs._buttons .tabs__active-line {
  display: none;
}
.tabs._buttons .tabs__nav {
  display: flex;
  gap: 0;
}
.tabs._buttons .tabs__nav::before {
  height: 0;
}
.tabs._buttons .tabs__item {
  height: 3.3rem;
  padding: 0.6rem 1.6rem !important;
  border: 0.1rem solid var(--secondary-gray);
  border-radius: 0;
}
.tabs._buttons .tabs__item p {
  font-family: var(--font-family-primary);
  font-size: 1.2rem;
  color: var(--black-almost);
  font-weight: 500;
  line-height: 1.8rem;
}
.tabs._buttons .tabs__item:not(:last-child) {
  border-right: none;
}
.tabs._buttons .tabs__item:first-child {
  border-top-left-radius: 0.6rem;
  border-bottom-left-radius: 0.6rem;
}
.tabs._buttons .tabs__item:last-child {
  border-top-right-radius: 0.6rem;
  border-bottom-right-radius: 0.6rem;
}
.tabs._buttons .tabs__item.is-active {
  border: none;
  background-color: var(--base-blue);
}
.tabs._buttons .tabs__item.is-active p {
  color: var(--white) !important;
}.bullet-item[data-v-46b87fa5] {
  position: relative;
  padding-bottom: 0.8rem;
}
.bullet-item._center[data-v-46b87fa5] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1024px) {
.bullet-item._center[data-v-46b87fa5] {
    align-items: start;
}
}
.bullet-item__content-container[data-v-46b87fa5] {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.bullet-item__marker[data-v-46b87fa5] {
  width: 1.4rem;
  height: 1.6rem;
  margin-right: 1.6rem;
}
.bullet-item__content[data-v-46b87fa5] {
  font-family: var(--font-family-primary);
  color: var(--black-almost);
  font-weight: 500;
  line-height: 1.5;
}
.bullet-item__separator[data-v-46b87fa5] {
  width: 16rem;
  height: 0.1rem;
  margin-top: 0.8rem;
  background-color: var(--base-blue);
  opacity: 0.4;
}
@media screen and (max-width: 1024px) {
.bullet-item__separator[data-v-46b87fa5] {
    margin-left: 3rem;
}
}
.bullet-item__with-separator[data-v-46b87fa5] {
  display: flex;
  align-items: center;
  width: 100%;
}.clients {
  width: 100%;
  min-height: 53rem;
  padding-bottom: 8rem;
  padding-top: 8rem;
  background-color: var(--form-background);
}
@media screen and (max-width: 450px) {
.clients {
    min-height: 58rem;
}
}
@media screen and (min-width: 451px) and (max-width: 549px) {
.clients {
    min-height: 50rem;
}
}
@media screen and (min-width: 550px) and (max-width: 1024px) {
.clients {
    min-height: 41rem;
}
}
@media screen and (max-width: 1024px) {
.clients {
    padding-bottom: 4rem;
    padding-top: 4rem;
}
}
.clients__wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
.clients__wrapper {
    padding-left: 1.6rem;
    padding-right: 1.5rem;
}
}
.clients__title {
  line-height: 6rem;
}
@media screen and (max-width: 1024px) {
.clients__title {
    line-height: 4.16rem;
}
}
.clients__tabs ul li {
  line-height: 2.72rem;
}
@media screen and (max-width: 1024px) {
.clients__tabs ul li {
    font-size: 1.4rem;
    line-height: 2.38rem;
}
}
.clients__tabs .tabs__item {
  padding-right: 0;
  padding-left: 0;
}
.clients__tabs .tabs__content {
  padding-right: 0;
  padding-left: 0;
  padding-top: 2.4rem;
}.tab-content {
  display: flex;
  gap: 5rem;
  align-items: flex-start;
  margin-top: 1.6rem;
}
@media screen and (max-width: 1024px) {
.tab-content {
    margin-top: 0.8rem;
}
}
.tab-content__image {
  max-width: 54rem;
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
@media screen and (max-width: 1024px) {
.tab-content__image {
    display: none;
}
}
.tab-content__text {
  font-family: var(--font-family-primary);
  font-size: 1.4rem;
  color: var(--black-almost);
  font-weight: 500;
  line-height: 2.4rem;
  margin-top: 2.4rem;
  flex: 1;
  max-width: calc(100% - 54rem - 5rem);
  min-width: 30rem;
}
@media screen and (max-width: 1024px) {
.tab-content__text {
    max-width: 100%;
    margin-top: 0.8rem;
}
}
.tab-content__text ul li {
  align-items: start !important;
}
.tab-content__text ul li img {
  height: 2.4rem !important;
}
.tab-content__title {
  font-family: var(--font-family-primary);
  font-size: 3.2rem;
  color: var(--black-almost);
  font-weight: 600;
  line-height: 3.9rem;
  margin-bottom: 2.4rem;
}
.tab-content__paragraph {
  margin-bottom: 1.6rem;
  font-size: 1.4rem;
}
.tab-content .bullet-item__content {
  line-height: 1.7;
}.algorithm {
  width: 100%;
  min-height: 61.5rem;
  padding-bottom: 8rem;
  padding-top: 8rem;
  background-color: var(--form-background);
}
@media screen and (max-width: 369px) {
.algorithm {
    min-height: 71.5rem;
}
}
@media screen and (min-width: 370px) and (max-width: 549px) {
.algorithm {
    min-height: 58rem;
}
}
@media screen and (min-width: 550px) and (max-width: 767px) {
.algorithm {
    min-height: 51.5rem;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.algorithm {
    min-height: 45rem;
}
}
@media screen and (max-width: 1024px) {
.algorithm {
    padding-bottom: 5rem;
    padding-top: 5rem;
}
}
.algorithm__wrapper {
  display: flex;
  flex-direction: column;
  padding-left: 0.35rem;
  padding-right: 0.35rem;
}
@media screen and (max-width: 1024px) {
.algorithm__wrapper {
    width: 100%;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
}
}
.algorithm__title {
  margin-bottom: 1.4rem;
}
.algorithm .tabs__item {
  margin-top: 1.8rem;
}.inline-list {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
.inline-list {
    flex-direction: column;
    gap: 0.8rem;
}
}
.inline-list__text {
  font-family: var(--font-family-primary);
  font-size: 1.2rem;
  color: var(--black-almost);
  font-weight: 400;
  line-height: 1.9rem;
}.contacts {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: linear-gradient(rgba(211, 211, 211, 0.4), transparent 0.2rem), linear-gradient(90deg, rgba(211, 211, 211, 0.4), transparent 0.2rem);
  background-size: 3.5rem 3.5rem;
}
@media screen and (max-width: 1024px) {
.contacts {
    background-size: 2rem 2rem;
}
}
.contacts::before, .contacts::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 13rem;
  pointer-events: none;
  content: "";
}
.contacts::before {
  top: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
.contacts::after {
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
.contacts__list {
  margin-top: 3.1rem;
}
@media screen and (max-width: 1024px) {
.contacts__list {
    margin-top: 3.4rem;
}
}
.contacts__wrapper {
  margin-top: 8rem;
  z-index: var(--z-index-label);
}
@media screen and (max-width: 1024px) {
.contacts__wrapper {
    margin-top: 5rem;
}
}
.contacts__title {
  margin-bottom: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
.contacts__title {
    margin-bottom: 1.6rem;
    text-align: start;
}
}
.contacts__form {
  z-index: var(--z-index-label);
}
.contacts__description {
  font-family: var(--font-family-primary);
  font-size: 1.6rem;
  color: var(--base-gray);
  font-weight: 500;
  line-height: 1.95rem;
  max-width: 30.1rem;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
.contacts__description {
    max-width: 100%;
    font-size: 1.4rem;
    line-height: 2.1rem;
    text-align: start;
}
}
.contacts__description-wr {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 1024px) {
.contacts__description-wr {
    margin-bottom: 1.6rem;
}
}.ecom-radar-block {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: linear-gradient(var(--squares-border-color), transparent 0.2rem), linear-gradient(90deg, var(--squares-border-color), transparent 0.2rem);
  background-size: 3.5rem 3.5rem;
}
@media screen and (max-width: 1024px) {
.ecom-radar-block {
    background-size: 2rem 2rem;
}
}
.ecom-radar-block::before, .ecom-radar-block::after {
  position: absolute;
  left: 0;
  width: 100%;
  content: "";
  pointer-events: none;
}
.ecom-radar-block::before {
  top: 0;
  height: 20.4rem;
  background: linear-gradient(0deg, var(--transparent-white) 0%, var(--white) 100%);
}
.ecom-radar-block::after {
  bottom: 0;
  height: 80rem;
  background: linear-gradient(180deg, var(--transparent-white) 0%, var(--white) 60%, var(--white) 100%);
}
.ecom-radar-block__divider {
  width: 0.1rem;
  max-height: 15rem;
  height: 100%;
  margin-left: 5.3rem;
  margin-right: 5.3rem;
  background-color: rgba(43, 115, 221, 0.4);
}
@media screen and (max-width: 1024px) {
.ecom-radar-block__divider {
    width: 100%;
    height: 0.1rem;
    margin: 2.4rem 0 1.6rem;
}
}
.ecom-radar-block__usefullness-list {
  display: flex;
  flex-wrap: wrap;
}
.ecom-radar-block__usefullness-list ul li {
  font-size: 1.4rem !important;
  line-height: 2.1rem !important;
}
@media screen and (max-width: 1024px) {
.ecom-radar-block__usefullness-list ul li {
    padding: 0.6rem 0 !important;
}
}
.ecom-radar-block__advantages {
  display: flex;
  align-items: center;
  margin-top: -19.8rem;
  margin-bottom: 8rem;
  padding: 2.4rem 3.2rem;
  border-radius: 1rem;
  box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.1490196078);
  background-color: var(--white);
  z-index: var(--z-index-label);
}
@media screen and (max-width: 1024px) {
.ecom-radar-block__advantages {
    margin-top: 7.4rem;
    margin-bottom: 6.8rem;
    flex-direction: column;
    align-items: start;
    box-shadow: none;
    background-color: transparent;
    padding: 0;
}
}
.ecom-radar-block__ecom {
  font-weight: 700;
}
.ecom-radar-block__radar {
  font-weight: 700;
  color: var(--base-blue);
}
.ecom-radar-block__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  margin-top: 4.7rem;
  padding-left: 0.15rem;
  padding-right: 0.15rem;
  z-index: var(--z-index-label);
}
@media screen and (max-width: 1024px) {
.ecom-radar-block__wrapper {
    gap: 2.4rem;
    margin-top: 0;
}
}
.ecom-radar-block__content-wr {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ecom-radar-block__usefullness {
  font-family: var(--font-family-primary);
  font-size: 4rem;
  color: var(--black-almost);
  font-weight: 400;
  line-height: 5.2rem;
}
@media screen and (max-width: 1024px) {
.ecom-radar-block__usefullness {
    font-size: 3.2rem;
    line-height: 4.16rem;
}
}
.ecom-radar-block__usefullness .bullet-item__content {
  font-size: 1.4rem;
}
.ecom-radar-block__list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 1025px) {
.ecom-radar-block__list ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
}
.ecom-radar-block__list .bullet-item__content {
  font-family: var(--font-family-primary);
  font-size: 1.6rem;
  color: var(--black-almost);
  font-weight: 600;
  line-height: 150%;
}
.ecom-radar-block__description {
  width: 100%;
}
.ecom-radar-block__title {
  font-family: var(--font-family-primary);
  font-size: 5.6rem;
  color: var(--black-almost);
  font-weight: 600;
  line-height: 6.56rem;
  margin-top: 9.55rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
.ecom-radar-block__title {
    margin-bottom: 0;
    margin-top: 7.9rem;
    font-size: 3.6rem;
    line-height: 3.96rem;
}
}
.ecom-radar-block__subtitle {
  font-family: var(--font-family-primary);
  font-size: 2rem;
  color: var(--black-almost);
  font-weight: 400;
  line-height: 2.44rem;
  margin-top: 2.4rem;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
.ecom-radar-block__subtitle {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
}
.ecom-radar-block__image {
  display: flex;
  justify-content: center;
  max-width: 105rem;
  width: 100%;
  margin-top: 3rem;
  z-index: var(--z-index-label);
  opacity: 0.9;
}
@media screen and (max-width: 1024px) {
.ecom-radar-block__image {
    display: none;
}
}
.ecom-radar-block__image img {
  max-width: 105rem;
}
@media screen and (max-width: 1249px) {
.ecom-radar-block__image img {
    width: 100%;
}
}