/*
 * main page
 */
/*
 * variables
 */
.trustpilot-widget {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 16px 0;
}
@media (min-width: 992px) {
  .trustpilot-widget {
    margin: 16px auto;
  }
}
.button {
  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;
  width: 100%;
  height: 72px;
  padding: 14px;
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  background-color: #8a00f6;
}
@media (min-width: 576px) {
  .button {
    padding: 20px 40px;
    font-size: 24px;
    line-height: 133%;
    white-space: nowrap;
  }
}
.button:hover {
  color: #fff;
}
.nav {
  display: none;
  gap: 16px;
  margin: 0 0 0 auto;
}
@media (min-width: 992px) {
  .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.nav.nav-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 24px 0 0;
}
@media (min-width: 992px) {
  .nav.nav-mobile {
    display: none;
  }
}
.nav__prev,
.nav__next {
  width: 40px;
  height: 40px;
  background: url("../img/verticals/arrow.svg") no-repeat center;
  background-size: contain;
  cursor: pointer;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transition: opacity 0.3s ease, -webkit-filter 0.3s ease;
  transition: opacity 0.3s ease, -webkit-filter 0.3s ease;
  -o-transition: filter 0.3s ease, opacity 0.3s ease;
  transition: filter 0.3s ease, opacity 0.3s ease;
  transition: filter 0.3s ease, opacity 0.3s ease, -webkit-filter 0.3s ease;
}
.nav__prev.swiper-button-disabled,
.nav__next.swiper-button-disabled {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.3;
  pointer-events: none;
}
.nav__prev {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.start {
  position: relative;
  padding: 72px 0 32px;
  margin: 0 0 48px;
}
@media (min-width: 992px) {
  .start {
    padding: 120px 0 144px;
    margin: 0 0 56px;
  }
}
.start:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(top, #e3ceff 0%, rgba(227,206,255,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#e3ceff), to(rgba(227,206,255,0)));
  background: linear-gradient(180deg, #e3ceff 0%, rgba(227,206,255,0) 100%);
}
@media (min-width: 992px) {
  .start:before {
    max-width: 50%;
    height: calc(100% + 56px);
  }
}
@media (min-width: 1200px) {
  .start:before {
    max-width: calc(50% + 64px);
  }
}
.start__wrapper {
  position: relative;
  padding: 32px 0 0;
}
@media (min-width: 992px) {
  .start__wrapper {
    padding: 88px 0 0;
  }
}
@media (min-width: 992px) {
  .start__info {
    width: calc(50% - 24px);
    max-width: 568px;
  }
}
@media (min-width: 1200px) {
  .start__info {
    width: calc(50% - 84px);
  }
}
.start__title {
  margin: 0;
  font-size: 40px;
  line-height: 120%;
}
@media (min-width: 992px) {
  .start__title {
    font-size: 54px;
    line-height: 114%;
  }
}
.start__text {
  margin: 16px 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 156%;
}
@media (min-width: 992px) {
  .start__text {
    margin: 24px 0 0;
    font-size: 18px;
  }
}
.start__formats {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 20px;
  margin: 16px 0 0;
}
@media (min-width: 768px) {
  .start__formats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 24px 0 0;
  }
}
.start__format-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
@media (max-width: 768px) {
  .start__format-item:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .start__format-item:nth-child(3) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .start__format-item:nth-child(4) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.start__format-type {
  font-weight: 600;
  font-size: 20px;
  line-heigh: 140%;
  text-transform: uppercase;
}
.start__roya {
  display: block;
  margin: 16px auto 0;
}
@media (min-width: 992px) {
  .start__roya {
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% + 4px);
    width: 52%;
    max-width: 672px;
    margin: auto;
  }
}
@media (min-width: 1200px) {
  .start__roya {
    left: 50%;
  }
}
.start__button {
  position: relative;
  margin: -46px 0 0;
}
@media (min-width: 992px) {
  .start__button {
    max-width: 316px;
    margin: 56px 0 0;
  }
}
.formats {
  padding: 32px 0 0;
}
@media (min-width: 992px) {
  .formats {
    padding: 0;
  }
}
.formats__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .formats__pagination {
    margin: 0 0 0 auto;
  }
}
.formats__pagination .swiper-pagination {
  display: grid;
  grid-template-columns: 126px 1fr;
  gap: 8px;
  margin: auto;
}
@media (min-width: 576px) {
  .formats__pagination .swiper-pagination {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .formats__pagination .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 16px;
  }
}
.formats__button {
  height: 56px;
  padding: 12px;
  border-radius: 8px;
  background: #f8f8f8;
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .formats__button:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .formats__button:nth-child(3) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .formats__button:nth-child(4) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (min-width: 576px) {
  .formats__button {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media (min-width: 992px) {
  .formats__button {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    padding: 12px 32px;
  }
}
.formats__button:hover span {
  opacity: 1;
}
.formats__button.active {
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  background: #8a00f6;
}
.formats__button.active span {
  color: #fff;
  opacity: 1;
}
.formats__button span {
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
  text-transform: uppercase;
  text-align: center;
  color: #393e48;
  opacity: 0.75;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (min-width: 576px) {
  .formats__button span {
    font-size: 20px;
  }
}
.formats .swiper {
  overflow: visible;
}
.formats__wrapper {
  margin: 32px 0 0;
  padding: 32px 0 16px;
  background: -o-linear-gradient(352deg, #8a00f6 0%, #a45ddc 100%);
  background: linear-gradient(98deg, #8a00f6 0%, #a45ddc 100%);
}
@media (min-width: 992px) {
  .formats__wrapper {
    min-height: 408px;
    margin: 40px 0 0;
    padding: 48px 0 82px;
    background: -o-linear-gradient(315deg, #a45ddc 0%, #8a00f6 100%);
    background: linear-gradient(135deg, #a45ddc 0%, #8a00f6 100%);
  }
}
.formats .format {
  color: #fff;
}
.formats .format__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .formats .format__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.formats .format__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (min-width: 992px) {
  .formats .format__info {
    gap: 40px;
    max-width: 648px;
    margin: 0 0 0 auto;
  }
}
.formats .format__img {
  display: block;
  max-width: calc(100% + 40px);
  margin: 52px -20px 0;
}
@media (min-width: 576px) {
  .formats .format__img {
    margin: 24px auto 0;
  }
}
@media (min-width: 992px) {
  .formats .format__img {
    position: absolute;
    top: 0;
    right: inherit;
    bottom: 0;
    left: -60px;
    margin: auto;
    max-width: 40%;
  }
}
@media (min-width: 1200px) {
  .formats .format__img {
    top: 0;
    right: inherit;
    bottom: 0;
    left: -60px;
    max-width: 50%;
  }
}
@media (min-width: 1400px) {
  .formats .format__img {
    top: -160px;
    right: inherit;
    bottom: inherit;
    left: -60px;
    max-width: 60%;
  }
}
.formats .format__head {
  font-size: 18px;
  line-height: 156%;
}
@media (min-width: 992px) {
  .formats .format__head {
    font-size: 20px;
    line-height: 140%;
  }
}
.formats .format__head strong {
  font-weight: 900;
}
.formats .format__head a {
  font-weight: 900;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.formats .format__list {
  display: grid;
  gap: 24px;
}
@media (min-width: 992px) {
  .formats .format__list {
    grid-template-columns: 1fr 280px;
    gap: 32px;
  }
}
.formats .format__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.formats .format__item:before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  width: 28px;
  height: 28px;
  background: url("../img/formats/arrow@2x.png") no-repeat center;
  background-size: contain;
}
@media (min-width: 992px) {
  .formats .format__item:before {
    width: 32px;
    height: 32px;
  }
}
.formats .format__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 156%;
}
@media (min-width: 992px) {
  .formats .format__text {
    font-size: 22px;
    line-height: 136%;
  }
}
.formats .format__text strong {
  font-weight: 900;
}
.proved {
  padding: 48px 0;
}
@media (min-width: 992px) {
  .proved {
    padding: 46px 0;
  }
}
.proved__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  gap: 32px 22px;
  padding: 32px 24px;
  background: #f8f8f8;
  border-radius: 16px;
}
@media (min-width: 992px) {
  .proved__wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 32px;
  }
}
@media (min-width: 1200px) {
  .proved__wrapper {
    padding: 32px 56px;
  }
}
.proved__item {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: auto;
}
@media (max-width: 992px) {
  .proved__item:first-child,
  .proved__item:last-child {
    width: 100%;
  }
}
.proved__value {
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  text-align: center;
  color: #8a00f6;
}
@media (min-width: 992px) {
  .proved__value {
    font-size: 40px;
    line-height: 120%;
  }
}
.proved__name {
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 992px) {
  .proved__name {
    font-size: 20px;
    line-height: 140%;
  }
}
.verticals {
  margin: 0 0 48px;
  padding: 32px 0;
}
@media (min-width: 992px) {
  .verticals {
    padding: 64px 0;
  }
}
.verticals__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.verticals__slider {
  margin: 80px 0 0;
}
.verticals .swiper {
  overflow: visible;
}
.verticals .vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 200px;
}
.verticals .vertical__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 112px;
  border-radius: 16px;
  background: -o-linear-gradient(top, rgba(236,221,255,0.3) 0%, rgba(236,221,255,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(236,221,255,0.3)), to(rgba(236,221,255,0)));
  background: linear-gradient(180deg, rgba(236,221,255,0.3) 0%, rgba(236,221,255,0) 100%);
}
.verticals .vertical__name {
  margin: 16px 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
}
.verticals .swiper-pagination {
  display: block;
}
@media (min-width: 992px) {
  .verticals .swiper-pagination {
    display: none;
  }
}
.combines {
  margin: 0 0 48px;
  padding: 32px 0;
}
@media (min-width: 992px) {
  .combines {
    padding: 40px 0;
  }
}
.combines__title {
  max-width: 900px;
}
.combines__slider {
  margin: 40px 0 0;
}
.combines .swiper {
  overflow: visible;
}
.combines .technology {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (min-width: 992px) {
  .combines .technology {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .combines .technology[data-technology="ai"] .technology__info {
    margin: 0 0 0 auto;
    padding: 109px 112px 109px 136px;
  }
  .combines .technology[data-technology="automated"] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .combines .technology[data-technology="automated"] .technology__info {
    margin: 0 auto 0 0;
    padding: 109px 136px 109px 112px;
  }
}
.combines .technology__img {
  display: block;
  margin: auto;
}
@media (min-width: 992px) {
  .combines .technology__img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media (min-width: 992px) {
  .combines .technology__info {
    max-width: calc(100% - 360px);
  }
}
.combines .technology__head {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
}
@media (min-width: 992px) {
  .combines .technology__head {
    font-size: 40px;
    line-height: 130%;
  }
}
.combines .technology__text {
  margin: 16px 0 0;
  font-size: 18px;
  line-height: 156%;
}
@media (min-width: 992px) {
  .combines .technology__text {
    font-size: 24px;
    line-height: 155%;
  }
}
.increase {
  margin: 0 0 48px;
}
@media (min-width: 992px) {
  .increase {
    padding: 40px 0;
  }
}
.increase__content {
  position: relative;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 48px;
  padding: 48px 20px 20px;
  border-radius: 16px;
  background: -o-linear-gradient(314deg, #8a00f6 0%, #a45ddc 100%);
  background: linear-gradient(136deg, #8a00f6 0%, #a45ddc 100%);
  background-size: 100%;
  color: #fff;
}
@media (min-width: 992px) {
  .increase__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 48px 48px 48px 52px;
    background: url("../img/texts/increase-text.svg") no-repeat center, -o-linear-gradient(314deg, #8a00f6 0%, #a45ddc 100%);
    background: url("../img/texts/increase-text.svg") no-repeat center, linear-gradient(136deg, #8a00f6 0%, #a45ddc 100%);
    background-size: 100%;
  }
}
.increase__title {
  font-weight: 900;
  font-size: 32px;
  line-height: 125%;
  text-align: center;
}
@media (min-width: 992px) {
  .increase__title {
    font-weight: 800;
    font-size: 40px;
    line-height: 120%;
    text-align: left;
  }
}
.increase__button {
  width: 100%;
  background: #fff;
  color: #8a00f6;
}
@media (min-width: 992px) {
  .increase__button {
    max-width: 266px;
  }
}
.increase__button:hover {
  color: #8a00f6;
}
.management {
  padding: 32px 0;
  margin: 0 0 48px;
}
.management__slider {
  margin: 80px 0 0;
}
.management .swiper {
  overflow: visible;
}
.management .item {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
  width: 244px;
  min-height: 212px;
  padding: 24px;
  background: #f8f8f8;
  border-radius: 16px;
}
.management .item__img {
  margin: -80px auto 0;
}
.management .item__text {
  font-size: 18px;
  line-height: 156%;
  text-align: center;
}
.management .helps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 12px 24px;
  margin: 40px 0 0;
}
@media (min-width: 992px) {
  .management .helps {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 24px 0 0;
  }
}
.management .helps__text {
  font-size: 18px;
  line-height: 156%;
}
@media (min-width: 992px) {
  .management .helps__text {
    width: 100%;
    padding: 24px 32px;
    background: #f8f8f8;
    border-radius: 16px;
  }
}
.management .helps__text span {
  color: #8a00f6;
}
@media (min-width: 992px) {
  .management .helps__text span {
    display: none;
  }
}
.management .helps__button {
  width: 100%;
  background: #393e48;
  color: #fff;
}
@media (min-width: 992px) {
  .management .helps__button {
    max-width: 346px;
  }
}
.management .helps__button:hover {
  color: #fff;
}
.why {
  margin: 0 0 48px;
  padding: 32px 0;
}
@media (min-width: 992px) {
  .why {
    padding: 40px 0;
  }
}
.why .swiper {
  overflow: visible;
}
.why .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 100%;
}
@media (min-width: 576px) {
  .why .item {
    width: 312px;
  }
}
.why .item__img {
  display: block;
  margin: auto;
}
.why .item__head {
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
}
.why .item__text {
  font-size: 18px;
  line-height: 156%;
}
.why__button {
  width: 100%;
  margin: 48px 0 0;
  background: #393e48;
  color: #fff;
}
@media (min-width: 992px) {
  .why__button {
    max-width: 312px;
  }
}
.why__button:hover {
  color: #fff;
}
.personal {
  margin: 0 0 48px;
}
@media (min-width: 992px) {
  .personal {
    padding: 40px 0;
  }
}
.personal__content {
  position: relative;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 48px;
  padding: 48px 20px 20px;
  border-radius: 16px;
  background: -o-linear-gradient(314deg, #8a00f6 0%, #a45ddc 100%);
  background: linear-gradient(136deg, #8a00f6 0%, #a45ddc 100%);
  background-size: 100%;
  color: #fff;
}
@media (min-width: 992px) {
  .personal__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 48px 48px 48px 52px;
    background: url("../img/texts/personal-text.svg") no-repeat center, -o-linear-gradient(314deg, #8a00f6 0%, #a45ddc 100%);
    background: url("../img/texts/personal-text.svg") no-repeat center, linear-gradient(136deg, #8a00f6 0%, #a45ddc 100%);
    background-size: 100% 100%;
  }
}
.personal__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media (min-width: 992px) {
  .personal__info {
    gap: 4px;
    max-width: 728px;
  }
}
.personal__title {
  font-weight: 900;
  font-size: 32px;
  line-height: 125%;
  text-align: center;
}
@media (min-width: 992px) {
  .personal__title {
    font-weight: 800;
    font-size: 40px;
    line-height: 120%;
    text-align: left;
  }
}
.personal__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
}
@media (min-width: 992px) {
  .personal__text {
    text-align: left;
  }
}
.personal__button {
  width: 100%;
  background: #fff;
  color: #8a00f6;
}
@media (min-width: 992px) {
  .personal__button {
    max-width: 296px;
  }
}
.personal__button:hover {
  color: #8a00f6;
}
.pricing {
  padding: 32px 0;
  margin: 0 0 48px;
}
@media (min-width: 992px) {
  .pricing {
    padding: 40px 0;
  }
}
.pricing__title {
  margin: 0 0 32px;
}
.pricing .swiper {
  overflow: visible;
}
.pricing .plan {
  width: 100%;
  height: auto;
}
@media (min-width: 576px) {
  .pricing .plan {
    width: 312px;
  }
}
.pricing .plan[data-plan="basic"] .plan__item:nth-last-child(-n+7) {
  opacity: 0.4;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.pricing .plan[data-plan="prestige"] .plan__item:nth-last-child(-n+6) {
  opacity: 0.4;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.pricing .plan[data-plan="elite"] .plan__item:nth-last-child(-n+3) {
  opacity: 0.4;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.pricing .plan__card {
  height: 100%;
  padding: 32px 24px 24px;
  border-radius: 16px;
  background: rgba(236,221,255,0.3);
}
.pricing .plan__name {
  font-weight: 500;
  font-size: 24px;
  line-height: 133%;
  text-align: center;
  color: #111012;
}
.pricing .plan__price {
  margin: 0 0 24px;
  font-weight: 700;
  font-size: 40px;
  line-height: 140%;
  text-align: center;
  color: #8a00f6;
}
.pricing .plan__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px 0;
  margin: 0 0 24px;
  padding: 40px 0;
  background: url("../img/svg/line.svg") no-repeat top center, url("../img/svg/line.svg") no-repeat bottom center;
  background-size: contain, contain;
}
.pricing .plan__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 8px;
  font-size: 18px;
  line-height: 133%;
}
.pricing .plan__item:before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 8px;
  border-radius: 2px;
  background: #8a00f6;
}
.pricing .plan__item span {
  color: #8a00f6;
}
.pricing .plan .rec__title {
  margin: 0 0 8px;
  font-weight: 700;
  font-size: 18px;
  line-height: 133%;
  text-align: center;
}
.pricing .plan .rec__wrapper {
  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: 8px;
}
.pricing .plan .rec__item {
  height: 36px;
  padding: 6px 12px;
  background: #fff;
  font-size: 16px;
  line-height: 150%;
  border-radius: 8px;
}
.trusted {
  padding: 32px 0;
  margin: 0 0 48px;
}
@media (min-width: 992px) {
  .trusted {
    padding: 40px 0;
  }
}
.trusted__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.trusted__slider {
  margin: 32px 0 0;
}
.trusted__slider .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

@media (min-width: 992px) {
  .trusted__slider .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.trusted .item {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px 24px;
  width: 100%;
  padding: 24px;
  border-radius: 16px;
  background: #f8f8f8;
}
@media (min-width: 992px) {
  .trusted .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.trusted .item__img {
  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;
  width: 100%;
  height: 80px;
  border-radius: 8px;
  background: #fff;
}
@media (min-width: 992px) {
  .trusted .item__img {
    max-width: 160px;
  }
}
.trusted .item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.trusted .item__head {
  font-weight: 700;
  font-size: 18px;
  line-height: 156%;
  text-align: center;
}
@media (min-width: 992px) {
  .trusted .item__head {
    text-align: left;
  }
}
.trusted .item__text {
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  opacity: 0.5;
}
@media (min-width: 992px) {
  .trusted .item__text {
    text-align: left;
  }
}
.trusted .swiper-pagination {
  display: block;
}
@media (min-width: 992px) {
  .trusted .swiper-pagination {
    display: none;
  }
}
.traffic {
  padding: 32px 0;
  margin: 0 0 48px;
}
@media (min-width: 992px) {
  .traffic {
    padding: 40px 0;
  }
}
.traffic__head {
  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;
  gap: 0 32px;
}
@media (min-width: 992px) {
  .traffic__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.traffic .sf {
  margin: 32px 0 0;
}
@media (min-width: 992px) {
  .traffic .sf {
    margin: 0;
  }
}
.traffic .swiper-traffic {
  margin: 16px 0 0;
}
@media (min-width: 992px) {
  .traffic .swiper-traffic {
    margin: 40px 0 0;
  }
}
.traffic .swiper-traffic .swiper-slide {
  min-height: 100%;
}
@media (min-width: 992px) {
  .traffic__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
  }
}
.traffic__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px 0;
  padding: 20px 20px 32px;
  border-radius: 16px;
  background-color: #f8f8f8;
}
@media (min-width: 992px) {
  .traffic__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 24px 24px 40px;
  }
}
.traffic__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.traffic__logo {
  max-width: 80px;
}
@media (min-width: 992px) {
  .traffic__logo {
    max-width: inherit;
  }
}
.traffic__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.traffic__logo {
  width: 80px;
  height: 80px;
  border-radius: 8px;
}
.traffic__platform {
  font-weight: 700;
  font-size: 18px;
  line-height: 133%;
}
.traffic__review {
  font-size: 16px;
  line-height: 125%;
  color: #393e48;
}
.traffic__message {
  padding: 0 0 0 24px;
  border-left: 2px solid #8a00f6;
}
.traffic__message-text {
  font-size: 16px;
  line-height: 155%;
}
.integrated {
  padding: 32px 0;
  margin: 0 0 48px;
}
@media (min-width: 992px) {
  .integrated {
    padding: 40px 0;
  }
}
.integrated__title {
  margin: 0 0 32px;
}
.integrated__wrapper {
  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;
  gap: 44px 60px;
  padding: 40px 48px;
  background-color: #f8f8f8;
  border-radius: 16px;
}
.case {
  padding: 32px 0 0 0;
  margin: 0 0 48px;
}
@media (min-width: 992px) {
  .case {
    padding: 40px 0 0 0;
  }
}
.case__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.case .swiper-case {
  margin: 32px 0 0;
}
@media (min-width: 992px) {
  .case .swiper-case {
    margin: 40px 0 0;
  }
}
.case__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px 0;
  width: 100%;
  text-decoration: none;
}
@media (min-width: 576px) {
  .case__item {
    width: 312px;
  }
}
.case__img {
  width: 100%;
  border-radius: 8px;
}
.case__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px 0;
}
.case__publication {
  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;
  font-size: 16px;
  line-height: 150%;
  color: rgba(57,62,72,0.5);
}
.case__separator {
  width: 4px;
  height: 4px;
  margin: 0 10px;
  border-radius: 50%;
  background-color: rgba(57,62,72,0.5);
}
.case__head {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
}
.case__button {
  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;
  gap: 0 8px;
  height: 72px;
  padding: 20px;
  margin: 42px 0 0;
  background-color: #8a00f6;
}
@media (min-width: 576px) {
  .case__button {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: auto;
    height: auto;
    background-color: transparent;
    padding: 0;
    margin: 32px 0 0;
    font-size: 18px;
    color: #8a00f6;
  }
  .case__button:hover {
    color: #8a00f6;
  }
}
.faq {
  position: relative;
  padding: 40px 0;
  margin: 0;
  background: -o-linear-gradient(top, rgba(236,221,255,0) 0%, #ecddff 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(236,221,255,0)), to(#ecddff));
  background: linear-gradient(180deg, rgba(236,221,255,0) 0%, #ecddff 100%);
}
@media (min-width: 992px) {
  .faq {
    padding: 0;
    margin: 0 0 0;
    background: none;
  }
}
@media (min-width: 992px) {
  .faq:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: calc(50% - 680px);
    background: -o-linear-gradient(top, rgba(236,221,255,0) 0%, #ecddff 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(236,221,255,0)), to(#ecddff));
    background: linear-gradient(180deg, rgba(236,221,255,0) 0%, #ecddff 100%);
  }
}
.faq .container {
  position: relative;
}
.faq__bg-text {
  position: absolute;
  bottom: 0;
  left: -8px;
  display: none;
  margin: 0 auto;
  font-weight: 900;
  font-size: 280px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  opacity: 0.5;
  color: #fff;
}
@media (min-width: 992px) {
  .faq__bg-text {
    display: block;
  }
}
.faq__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0 48px;
}
@media (min-width: 992px) {
  .faq__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.faq__first {
  width: 100%;
}
@media (min-width: 992px) {
  .faq__first {
    max-width: 532px;
    padding: 48px 0 0 20px;
    margin: 0 0 0 -20px;
    background: -o-linear-gradient(top, rgba(236,221,255,0) 0%, #ecddff 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(236,221,255,0)), to(#ecddff));
    background: linear-gradient(180deg, rgba(236,221,255,0) 0%, #ecddff 100%);
  }
}
.faq__second {
  padding: 32px 0 0;
}
@media (min-width: 576px) {
  .faq__second {
    padding: 40px 0 0;
  }
}
@media (min-width: 992px) {
  .faq__second {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .faq__second {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.faq__title {
  position: relative;
  margin: 0;
  font-weight: 900;
  font-size: 40px;
  line-height: 120%;
}
@media (min-width: 992px) {
  .faq__title {
    max-width: 432px;
    font-size: 56px;
    line-height: 114%;
  }
}
.faq__subtitle {
  margin: 24px 0 0;
  font-size: 18px;
  line-height: 156%;
}
@media (min-width: 992px) {
  .faq__subtitle {
    max-width: 432px;
  }
}
.faq__button {
  position: relative;
  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;
  gap: 8px;
  height: 72px;
  margin: 40px 0 0;
  background-color: #393e48;
  color: #fff;
}
@media (min-width: 576px) {
  .faq__button {
    max-width: 320px;
    height: 80px;
  }
}
@media (min-width: 992px) {
  .faq__button {
    margin: 176px 0 0;
  }
}
.faq__button:hover {
  background-color: #393e48;
  color: #fff;
}
.faq__button .button__arrow {
  width: 32px;
  height: 32px;
  -webkit-mask: url("../img/svg/arrow-title.svg") no-repeat center;
          mask: url("../img/svg/arrow-title.svg") no-repeat center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
}
.faq__questions {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media (min-width: 992px) {
  .faq__questions {
    margin: 0 0 32px;
  }
}
.faq__item {
  padding: 24px 20px;
  border-radius: 16px;
  background-color: transparent;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (min-width: 992px) {
  .faq__item {
    padding: 24px;
  }
}
.faq__item:hover {
  background-color: #f8f8f8;
}
.faq__item.active {
  background-color: #f8f8f8;
}
.faq__item.active .faq__icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq__item.active .faq__answer {
  display: block;
  margin: 8px 0 0;
}
.faq__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 16px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .faq__head {
    gap: 0 24px;
  }
}
.faq__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 32px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (min-width: 992px) {
  .faq__icon {
    max-width: inherit;
  }
}
.faq__question {
  font-weight: 500;
  font-size: 18px;
  line-height: 155%;
  color: #111012;
}
@media (min-width: 576px) {
  .faq__question {
    font-size: 24px;
  }
}
.faq__answer {
  display: none;
  padding: 0 16px 0 56px;
  font-size: 16px;
  line-height: 155%;
  color: #111012;
}
@media (min-width: 576px) {
  .faq__answer {
    font-size: 18px;
  }
}
.faq__answer a {
  text-decoration: underline;
  color: #8a00f6;
}
.choose {
  margin: 0 0 48px;
}
@media (min-width: 992px) {
  .choose {
    padding: 40px 0;
  }
}
.choose__content {
  position: relative;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 48px;
  padding: 48px 20px 20px;
  border-radius: 16px;
  background: -o-linear-gradient(314deg, #8a00f6 0%, #a45ddc 100%);
  background: linear-gradient(136deg, #8a00f6 0%, #a45ddc 100%);
  background-size: 100%;
  color: #fff;
}
@media (min-width: 992px) {
  .choose__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 48px 48px 48px 52px;
    background: url("../img/texts/choose-text.svg") no-repeat center, -o-linear-gradient(314deg, #8a00f6 0%, #a45ddc 100%);
    background: url("../img/texts/choose-text.svg") no-repeat center, linear-gradient(136deg, #8a00f6 0%, #a45ddc 100%);
    background-size: 100% 120%;
  }
}
.choose__title {
  font-weight: 900;
  font-size: 32px;
  line-height: 125%;
  text-align: center;
}
@media (min-width: 992px) {
  .choose__title {
    font-weight: 800;
    font-size: 40px;
    line-height: 120%;
    text-align: left;
  }
}
.choose__button {
  width: 100%;
  background: #fff;
  color: #8a00f6;
}
@media (min-width: 992px) {
  .choose__button {
    max-width: 386px;
  }
}
.choose__button:hover {
  color: #8a00f6;
}
/*
 * reset
 */
/*
 * variables
 */
.swiper-pagination {
  position: static;
  margin: 32px 0 0;
}
.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #e9e9e9;
  -webkit-transition: background 0.3s, opacity 0.3s;
  -o-transition: background 0.3s, opacity 0.3s;
  transition: background 0.3s, opacity 0.3s;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #8a00f6;
}
