/*
 * main page
 */
/*
 * variables
 */
.trustpilot-widget {
  margin: 16px auto;
}
.button {
  display: block;
  width: 100%;
  height: 80px;
  padding: 24px 16px;
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  background-color: #8a00f6;
  white-space: nowrap;
}
.button:hover {
  color: #fff;
}
.start {
  padding: 61px 0 0;
  margin: 0 0 108px;
}
@media (min-width: 992px) {
  .start {
    padding: 185px 0 0;
    margin: 0 0 126px;
  }
}
.start__wrapper {
  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;
}
@media (min-width: 992px) {
  .start__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.start__first {
  position: relative;
  z-index: 1;
  max-width: 616px;
}
.start__second {
  position: relative;
  width: 100%;
}
.start__title {
  margin: 0 0 16px;
  color: #1e232d;
}
@media (min-width: 576px) {
  .start__title {
    margin: 0 0 24px;
  }
}
.start__title span {
  color: #8a00f6;
}
.start__text {
  font-size: 18px;
  line-height: 155%;
}
.start__button {
  margin: 40px 0 0;
}
@media (min-width: 576px) {
  .start__button {
    max-width: 320px;
    margin: 64px 0 0;
  }
}
.start__img {
  position: relative;
  display: block;
  max-width: 180%;
  margin: -40% -40% -24%;
}
@media (min-width: 576px) {
  .start__img {
    max-width: 100%;
    margin: -10% auto;
  }
}
@media (min-width: 992px) {
  .start__img {
    position: absolute;
    top: -114px;
    left: -22px;
    max-width: inherit;
  }
}
.start__adv {
  margin: 60px 0 0;
}
@media (min-width: 992px) {
  .start__adv {
    margin: 138px 0 0;
  }
}
.start .adv__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
@media (min-width: 576px) {
  .start .adv__wrapper {
    gap: 12px;
  }
}
.start .adv__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: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: auto;
  height: 115px;
  padding: 28px 36px 24px;
  backdrop-filter: blur(24px);
  background: #f8f8f8;
  border-radius: 8px;
}
@media (min-width: 576px) {
  .start .adv__item {
    height: 128px;
  }
}
.start .adv__value {
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  text-align: center;
  color: #8a00f6;
}
@media (min-width: 576px) {
  .start .adv__value {
    line-height: 133%;
  }
}
.start .adv__name {
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  text-align: center;
}
.formats {
  margin: 0 0 88px;
}
@media (min-width: 992px) {
  .formats {
    margin: 0 0 68px;
  }
}
.formats .container {
  position: relative;
}
.formats__title {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0 0 8px;
}
@media (min-width: 992px) {
  .formats__title {
    margin: 0 0 -6px;
  }
}
.formats__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 532px;
  padding: 32px 0;
}
@media (min-width: 576px) {
  .formats__wrapper {
    padding: 64px 0;
  }
}
.formats__wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(136deg, #8a00f6 0%, #a45ddc 100%);
  clip-path: polygon(0% 28px, 100% 0, 100% 100%, 0 100%);
}
@media (min-width: 992px) {
  .formats__wrapper:before {
    clip-path: polygon(0% 78px, 100% 0, 100% 100%, 0 100%);
  }
}
.formats__pops {
  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;
  width: 100%;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.formats .pops {
  color: #fff;
}
.formats .pops__info {
  margin: 26px 0 0;
}
@media (min-width: 992px) {
  .formats .pops__info {
    width: 100%;
    max-width: 560px;
    margin: 48px 0 0 112px;
  }
}
.formats .pops__title {
  margin: 0 0 16px;
  font-size: 24px;
}
@media (min-width: 576px) {
  .formats .pops__title {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .formats .pops__title {
    max-width: 400px;
    font-size: 28px;
  }
}
.formats .pops__subtitle {
  font-size: 18px;
  line-height: 155%;
}
@media (min-width: 576px) {
  .formats .pops__subtitle {
    font-size: 24px;
  }
}
.formats .pops__subtitle a {
  text-decoration: underline;
}
.formats .pops__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 40px;
}
@media (min-width: 992px) {
  .formats .pops__main {
    margin: 0 0 78px;
  }
}
.formats .pops__img-container {
  position: relative;
}
@media (min-width: 992px) {
  .formats .pops__img-container {
    position: absolute;
    right: -94px;
    top: 110px;
    width: calc(100% - 560px);
  }
}
.formats .pops__img {
  display: block;
  margin: 6px 16% -16px -4%;
  max-width: 120%;
}
@media (min-width: 768px) {
  .formats .pops__img {
    margin: 6px auto -16px;
  }
}
@media (min-width: 992px) {
  .formats .pops__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: inherit;
    margin: auto;
  }
}
.formats .pops__adv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 60px;
  margin: auto 0 0;
}
@media (min-width: 992px) {
  .formats .pops__adv {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.formats .pops__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  gap: 16px;
}
@media (min-width: 576px) {
  .formats .pops__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 32px);
            flex: 1 1 calc(50% - 32px);
    gap: 8px;
    padding: 0 0 0 20px;
    border-left: 3px solid #fff;
  }
}
@media (min-width: 992px) {
  .formats .pops__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
.formats .pops__icon {
  max-width: 56px;
}
@media (min-width: 576px) {
  .formats .pops__icon {
    max-width: inherit;
  }
}
.formats .pops__text {
  font-size: 18px;
  line-height: 155%;
  color: #fff;
}
@media (min-width: 576px) {
  .formats .pops__text {
    font-size: 24px;
    line-height: 133%;
  }
}
.mobile {
  margin: 0 0 88px;
}
@media (min-width: 992px) {
  .mobile {
    margin: 0 0 118px;
  }
}
.mobile__wrapper {
  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: 0 42px;
}
@media (min-width: 992px) {
  .mobile__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.mobile__img {
  margin: 0 -3% 0 4%;
  max-width: 125%;
}
@media (min-width: 992px) {
  .mobile__img {
    max-width: inherit;
    margin: inherit;
  }
}
.mobile__info {
  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) {
  .mobile__info {
    margin: 10px 0 0;
  }
}
.mobile__title {
  margin: 0 0 24px;
}
@media (min-width: 576px) {
  .mobile__title {
    margin: 0 0 40px;
  }
}
.mobile__text {
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 155%;
}
@media (min-width: 576px) {
  .mobile__text {
    font-size: 24px;
  }
}
.mobile__text:last-child {
  margin: 0;
}
.verticals {
  margin: 0 0 114px;
}
@media (min-width: 992px) {
  .verticals {
    margin: 0 0 160px;
  }
}
.verticals .container {
  position: relative;
}
.verticals__head {
  position: relative;
}
.verticals__title {
  max-width: 720px;
  margin: 0 0 78px;
}
@media (min-width: 576px) {
  .verticals__title {
    margin: 0 0 94px;
    padding: 0 96px 0 0;
  }
}
.verticals__navigation {
  display: none;
}
@media (min-width: 576px) {
  .verticals__navigation {
    position: absolute;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 16px;
  }
}
.verticals__next,
.verticals__prev {
  width: 40px;
  height: 40px;
  background: url("../img/svg/arrow-slider.svg") no-repeat center;
  background-size: contain;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}
.verticals__next.swiper-button-disabled,
.verticals__prev.swiper-button-disabled {
  opacity: 0.3;
}
.verticals__prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.verticals__types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.verticals .swiper-types {
  width: 100%;
  overflow: inherit;
}
@media (min-width: 992px) {
  .verticals .swiper-types {
    width: auto;
    margin: 0;
  }
}
.verticals .types__title {
  margin: 0 0 32px;
  font-size: 24px;
}
@media (min-width: 576px) {
  .verticals .types__title {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .verticals .types__title {
    font-size: 28px;
  }
}
.verticals .types__item {
  width: calc(50% - 12px);
  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: 32px 0;
  width: 200px;
  height: 224px;
  padding: 16px 16px 32px;
  border-radius: 16px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 24px 0 rgba(57,62,72,0.15);
          box-shadow: 0 0 24px 0 rgba(57,62,72,0.15);
}
@media (min-width: 576px) {
  .verticals .types__item {
    height: 224px;
  }
}
.verticals .types__item.types-top {
  background-color: #8a00f6;
}
.verticals .types__item.types-top .types__name {
  color: #fff;
}
.verticals .types__image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 112px;
  border-radius: 8px;
  background-color: #f8f8f8;
}
.verticals .types__icon {
  margin: 0 0 12px;
}
.verticals .types__name {
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .verticals .swiper-pagination {
    display: none;
  }
}
.choose {
  margin: 0 0 120px;
}
@media (min-width: 992px) {
  .choose {
    margin: 0 0 160px;
  }
}
.choose__title {
  max-width: 620px;
  margin: 0 0 96px;
}
@media (min-width: 992px) {
  .choose__title {
    margin: 0 0 120px;
  }
}
.choose .swiper-choose {
  width: 100%;
  overflow: inherit;
}
@media (min-width: 1366px) {
  .choose .swiper-choose {
    width: auto;
    margin: 0;
  }
}
@media (min-width: 1366px) {
  .choose__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }
}
.choose__item {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 24px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 251px;
          flex: 1 0 251px;
  width: 251px;
  height: 195px;
  padding: 88px 18px 32px;
  background-color: #f8f8f8;
  border-radius: 8px;
}
.choose__text {
  min-height: 75px;
  font-size: 16px;
  line-height: 155%;
  text-align: center;
}
.choose__icon {
  position: absolute;
  right: 0;
  bottom: calc(100% - 64px);
  left: 0;
  margin: auto;
}
.choose__button {
  margin: 48px auto 0;
}
@media (min-width: 576px) {
  .choose__button {
    max-width: 320px;
  }
}
.bring {
  margin: 0 0 110px;
}
@media (min-width: 992px) {
  .bring {
    margin: 0 0 160px;
  }
}
.bring__title {
  margin: 0 0 48px;
}
@media (min-width: 992px) {
  .bring__title {
    margin: 0 0 64px;
  }
}
.bring .swiper-bring {
  width: 100%;
  overflow: inherit;
}
@media (min-width: 1366px) {
  .bring .swiper-bring {
    width: auto;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .bring__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 72px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.bring__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: 24px 0;
  min-width: 335px;
}
@media (min-width: 992px) {
  .bring__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 136px;
    padding: 0 112px 0 0;
  }
}
@media (min-width: 992px) {
  .bring__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 0 0 0 112px;
  }
}
.bring__img {
  display: block;
  margin: auto;
}
.bring__head {
  margin: 0 0 16px;
}
.bring__text {
  font-size: 16px;
  line-height: 155%;
}
@media (min-width: 576px) {
  .bring__text {
    font-size: 24px;
  }
}
.bring__button {
  margin: 32px auto 0;
}
@media (min-width: 576px) {
  .bring__button {
    max-width: 424px;
    margin: 38px auto 0;
  }
}
.bring__steps {
  margin: 88px 0 0;
}
@media (min-width: 992px) {
  .bring__steps {
    margin: 120px 0 0;
  }
}
.bring .steps__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: 8px;
}
@media (min-width: 992px) {
  .bring .steps__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.bring .steps__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 32px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 120px;
  padding: 25px 28px;
  background-color: #f8f8f8;
  border-radius: 8px;
}
@media (min-width: 992px) {
  .bring .steps__step {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1200px) {
  .bring .steps__step {
    height: 140px;
    padding: 32px 32px 28px 32px;
  }
}
@media (min-width: 1400px) {
  .bring .steps__step {
    width: 100%;
    padding: 32px 88px 28px 40px;
    background-color: transparent;
  }
}
@media (min-width: 1400px) {
  .bring .steps__step[data-step="1"] {
    max-width: 328px;
    background: url("../img/svg/one-bg.svg") no-repeat center;
    background-size: contain;
  }
}
@media (min-width: 1400px) {
  .bring .steps__step[data-step="2"] {
    max-width: 496px;
    padding: 32px 88px 28px 100px;
    margin: 0px 0 0 -67px;
    background: url("../img/svg/two-bg.svg") no-repeat center;
    background-size: contain;
  }
}
@media (min-width: 1400px) {
  .bring .steps__step[data-step="3"] {
    max-width: 608px;
    padding: 32px 88px 28px 100px;
    margin: 0 0 0 -65px;
    background: url("../img/svg/three-bg.svg") no-repeat center;
    background-size: contain;
  }
}
.bring .steps__num {
  font-weight: 700;
  font-size: 88px;
  line-height: 82%;
  text-align: center;
  color: #8a00f6;
}
@media (min-width: 992px) {
  .bring .steps__num {
    font-size: 96px;
    line-height: 83%;
  }
}
.bring .steps__text {
  font-size: 16px;
  line-height: 155%;
}
@media (min-width: 576px) {
  .bring .steps__text {
    font-size: 24px;
    line-height: 150%;
  }
}
.launch {
  margin: 84px -20px;
}
@media (min-width: 992px) {
  .launch {
    margin: 120px 0;
  }
}
.launch .container {
  padding: 0;
}
@media (min-width: 576px) {
  .launch .container {
    padding: 0 20px;
  }
}
.launch__wrapper {
  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: 64px 0;
  max-width: 1096px;
  margin: 0 auto;
  padding: 64px 20px 20px;
  background: linear-gradient(136deg, #8a00f6 0%, #a45ddc 100%);
  border-radius: 16px;
  color: #fff;
}
@media (min-width: 576px) {
  .launch__wrapper {
    gap: 48px 0;
    padding: 64px 48px;
  }
}
.launch__bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  margin: auto;
  font-weight: 900;
  font-size: clamp(88px, 20vw, 240px);
  line-height: 150%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  opacity: 0.1;
}
.launch__title {
  position: relative;
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}
.launch__button {
  position: relative;
  height: 72px;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  color: #8a00f6;
}
@media (min-width: 576px) {
  .launch__button {
    max-width: 343px;
  }
}
.launch__button:hover {
  background-color: #fff;
  color: #8a00f6;
}
.traffic {
  margin: 0 0 110px;
}
@media (min-width: 992px) {
  .traffic {
    margin: 0 0 160px;
  }
}
.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: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.traffic__title {
  max-width: 740px;
  margin: 0 0 32px;
}
@media (min-width: 992px) {
  .traffic__title {
    margin: 0 0 64px;
  }
}
.traffic .swiper-traffic {
  width: 100%;
  overflow: inherit;
}
@media (min-width: 992px) {
  .traffic .swiper-traffic {
    width: auto;
    margin: 0;
  }
}
.traffic .swiper-traffic .swiper-slide {
  min-height: 100%;
}
.traffic .swiper-traffic .swiper-slide {
  order: 1;
}
.traffic .swiper-traffic .swiper-slide:nth-child(2) {
  order: 0;
}
@media (min-width: 992px) {
  .traffic .swiper-traffic .swiper-slide {
    order: 0;
  }
}
@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 {
  margin: 0 0 88px;
}
@media (min-width: 992px) {
  .integrated {
    margin: 0 0 134px;
  }
}
.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: 30px 0;
  margin: 0 0 58px;
}
@media (min-width: 992px) {
  .case {
    margin: 0 0 90px;
  }
}
.case .container {
  position: relative;
}
.case__head {
  position: relative;
}
.case__title {
  margin: 0 0 32px;
}
@media (min-width: 992px) {
  .case__title {
    margin: 0 0 64px;
  }
}
.case__navigation {
  display: none;
}
@media (min-width: 576px) {
  .case__navigation {
    position: absolute;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 16px;
  }
}
.case__next,
.case__prev {
  width: 40px;
  height: 40px;
  background: url("../img/svg/arrow-slider.svg") no-repeat center;
  background-size: contain;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}
.case__next.swiper-button-disabled,
.case__prev.swiper-button-disabled {
  opacity: 0.3;
}
.case__prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.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: 424px;
  }
}
.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;
  }
}
.case__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;
}
@media (min-width: 576px) {
  .case__button .button__arrow {
    width: 24px;
    height: 24px;
    background-color: #8a00f6;
  }
}
@media (min-width: 576px) {
  .case .swiper-pagination {
    display: none;
  }
}
.faq {
  position: relative;
  padding: 40px 0;
  margin: 0;
  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: -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;
  top: 40px;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-weight: 900;
  font-size: 240px;
  line-height: 176px;
  text-transform: uppercase;
  text-align: center;
  opacity: 0.05;
}
@media (min-width: 576px) {
  .faq__bg-text {
    top: 0;
    margin: inherit;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .faq__bg-text {
    top: 64px;
    left: -20px;
  }
}
.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: 556px;
    padding: 40px 0 0 20px;
    margin: 0 0 0 -20px;
    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 0 40px;
  font-size: 36px;
  line-height: 130%;
}
@media (min-width: 576px) {
  .faq__title {
    font-size: 44px;
  }
}
@media (min-width: 992px) {
  .faq__title {
    margin: 0 0 48px;
    font-size: 56px;
  }
}
.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;
  background-color: #393e48;
  color: #fff;
}
@media (min-width: 576px) {
  .faq__button {
    max-width: 320px;
    height: 80px;
  }
}
.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: 8px;
}
@media (min-width: 992px) {
  .faq__questions {
    margin: 0 0 32px;
  }
}
.faq__item {
  padding: 24px 16px 24px 16px;
  border-radius: 16px;
  background-color: transparent;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.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: 16px 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 24px;
  cursor: pointer;
}
.faq__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 32px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-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;
}
/*
 * reset
 */
/*
 * variables
 */
.swiper-pagination {
  position: static;
  margin: 32px 0 0;
}
.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
}
.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
  background: #393e48;
  -webkit-transition: background 0.3s, opacity 0.3s;
  transition: background 0.3s, opacity 0.3s;
}
.swiper-pagination-bullet {
  opacity: 0.2;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}
