:root {
  --bg-color: #fff;
  --text-color: #393e48;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
}
p {
  line-height: 1.2;
  margin: 0;
}
h1,
h2,
h3,
h4 {
  font-weight: 900;
  line-height: 130%;
  margin: 0;
}
h2 {
  font-size: 36px;
  line-height: 122%;
}
@media (min-width: 576px) {
  h2 {
    font-size: 48px;
    line-height: 117%;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 48px;
  }
}
h3 {
  font-size: 24px;
}
@media (min-width: 576px) {
  h3 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 40px;
  }
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: var(--text-color);
  background-color: var(--bg-color);
  overflow-x: hidden;
}
.container {
  min-width: 320px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1360px;
  }
}
#wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  overflow-x: hidden;
}
.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: 500;
  font-size: 20px;
  line-height: 110%;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  background: #8a00f6;
  background: -o-linear-gradient(left, #8a00f6 0%, #a45ddc 100%);
  background: -webkit-gradient(linear, left top, right top, from(#8a00f6), to(#a45ddc));
  background: linear-gradient(90deg, #8a00f6 0%, #a45ddc 100%);
}
@media (min-width: 576px) {
  .button {
    padding: 20px 40px;
    font-size: 24px;
    line-height: 133%;
    white-space: nowrap;
  }
}
.button:hover {
  color: #fff;
}
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin: 24px 0 0 auto;
}
@media (min-width: 992px) {
  .nav {
    margin: 0 0 0 auto;
  }
}
.nav__prev,
.nav__next {
  width: 40px;
  height: 40px;
  background: url("../img/svg/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);
}
.motivation {
  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) {
  .motivation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 48px 48px 48px 52px;
  }
}
.motivation h3 {
  font-weight: 900;
  font-size: 32px;
  line-height: 125%;
  text-align: center;
}
@media (min-width: 992px) {
  .motivation h3 {
    font-weight: 800;
    font-size: 40px;
    line-height: 120%;
    text-align: left;
  }
}
.motivation .button {
  width: 100%;
  background: #fff;
  color: #8a00f6;
  -webkit-box-shadow: 0 4px 8px 0 rgba(59, 7, 99, 0.15);
          box-shadow: 0 4px 8px 0 rgba(59, 7, 99, 0.15);
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  -o-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
}
@media (min-width: 992px) {
  .motivation .button {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.motivation .button:hover {
  color: #8a00f6;
  -webkit-box-shadow: 0 0 0 0 rgba(59, 7, 99, 0.15);
          box-shadow: 0 0 0 0 rgba(59, 7, 99, 0.15);
}
@media (min-width: 1200px) {
  .static-header .header__menu > li:nth-last-child(-n + 3) > a {
    color: #fff!important;
  }
  .static-header .header__menu > li:nth-last-child(-n + 3):hover > a {
    color: #8a00f6!important;
  }
  .static-header .header__menu > li:nth-last-child(-n + 3) svg path {
    fill: #fff!important;
  }
  .static-header .header__menu > li:nth-last-child(-n + 3):hover svg path {
    fill: #8a00f6!important;
  }
  .static-header .header__link.link-login {
    color: #fff!important;
  }
  .static-header .header__link.link-login:hover {
    color: #8a00f6!important;
  }
  .static-header .header__lang {
    color: #fff!important;
  }
  .static-header .header__lang:first-child:after {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
}
.start {
  position: relative;
  padding: 72px 0 0;
}
@media (min-width: 992px) {
  .start {
    padding: 96px 0 0;
  }
}
.start__wrapper {
  position: relative;
  padding: 32px 0 0;
}
@media (min-width: 992px) {
  .start__wrapper {
    padding: 80px 0 40px;
  }
}
@media (min-width: 1200px) {
  .start__wrapper {
    padding: 104px 0;
  }
}
@media (min-width: 992px) {
  .start__info {
    width: calc(50% - 24px);
    max-width: 520px;
  }
}
@media (min-width: 1200px) {
  .start__info {
    width: calc(50% - 84px);
  }
}
.start__title {
  margin: 0;
  font-size: 36px;
  line-height: 120%;
}
@media (min-width: 992px) {
  .start__title {
    font-size: 50px;
    line-height: 114%;
  }
}
@media (min-width: 1200px) {
  .start__title {
    font-size: 56px;
  }
}
.start__text {
  margin: 12px 0 0;
}
@media (min-width: 992px) {
  .start__text {
    margin: 24px 0 0;
  }
}
.start__text p {
  margin: 12px 0 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
}
@media (min-width: 992px) {
  .start__text p {
    font-size: 20px;
    line-height: 160%;
  }
}
.start__roya {
  display: block;
  margin: 4px auto 16px;
}
@media (min-width: 576px) {
  .start__roya {
    max-width: 444px;
    margin: 32px auto 16px;
    border-radius: 26px;
  }
}
@media (min-width: 992px) {
  .start__roya {
    position: absolute;
    top: 40px;
    bottom: 0;
    left: calc(50% - 4px);
    width: 50%;
    max-width: 544px;
    margin: auto;
  }
}
@media (min-width: 1200px) {
  .start__roya {
    top: 0;
    left: calc(50% - 24px);
    width: 60%;
    max-width: 744px;
    margin: -96px auto 0;
    border-radius: 0;
  }
}
.start__button {
  position: relative;
}
@media (min-width: 992px) {
  .start__button {
    max-width: 316px;
    margin: 56px 0 0;
  }
}
.proved {
  padding: 68px 0;
}
@media (min-width: 992px) {
  .proved {
    padding: 56px 0 40px;
    margin: 0 0 48px;
  }
}
.proved__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media (min-width: 992px) {
  .proved__wrapper {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    padding: 32px;
    background: #f8f8f8;
    border-radius: 16px;
    padding: 32px 24px;
  }
}
@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: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
  padding: 24px 24px 20px;
  background: #f8f8f8;
  border-radius: 8px;
}
.proved__item:nth-child(2) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.proved__item:nth-child(4) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 992px) {
  .proved__item {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding: 0;
  }
}
.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: 12px;
  line-height: 133%;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 576px) {
  .proved__name {
    font-size: 16px;
    line-height: 150%;
  }
}
@media (min-width: 992px) {
  .proved__name {
    font-size: 20px;
    line-height: 140%;
  }
}
.formats {
  margin: 0 0 48px;
}
@media (min-width: 992px) {
  .formats {
    padding: 40px 0;
  }
}
.formats__subtitle {
  margin: 8px 0 0;
  font-size: 20px;
  line-height: 160%;
}
.formats__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 32px 0 0;
}
@media (min-width: 992px) {
  .formats__pagination {
    margin: 40px 0 0;
  }
}
.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;
    gap: 16px;
  }
}
.formats__button {
  height: 56px;
  padding: 12px;
  border-radius: 8px;
  background: rgba(236, 221, 255, 0.35);
  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: #8a00f6;
  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(188deg, #8a00f6 0%, #a45ddc 100%);
  background: linear-gradient(-98deg, #8a00f6 0%, #a45ddc 100%);
}
@media (min-width: 992px) {
  .formats__wrapper {
    min-height: 336px;
    margin: 40px 0 0;
    padding: 52px 0;
    background: -o-linear-gradient(225deg, #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;
}
@media (min-width: 992px) {
  .formats .format__info {
    max-width: 560px;
  }
}
.formats .format__img {
  display: block;
  max-width: calc(100% + 40px);
  margin: 32px -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: -154px;
    right: -100px;
    bottom: inherit;
    left: inherit;
    max-width: 60%;
  }
}
.formats .format__head {
  font-weight: 800;
  font-size: 28px;
  line-height: 114%;
}
@media (min-width: 992px) {
  .formats .format__head {
    font-size: 32px;
    line-height: 125%;
  }
}
.formats .format__text {
  margin: 16px 0 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 156%;
}
@media (min-width: 992px) {
  .formats .format__text {
    font-size: 18px;
    line-height: 156%;
  }
}
.format__actions {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin: 32px 0 0;
}
@media (min-width: 992px) {
  .format__actions {
    margin: 40px 0 0;
    -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;
  }
}
.format__button {
  width: auto;
  padding: 16px 40px;
  height: 56px;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 4px 8px 0 rgba(59, 7, 99, 0.15);
          box-shadow: 0 4px 8px 0 rgba(59, 7, 99, 0.15);
  font-size: 18px;
  line-height: 133%;
  text-align: center;
  color: #8a00f6;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  -o-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
}
.format__button:hover {
  -webkit-box-shadow: 0 0 0 0 rgba(59, 7, 99, 0.15);
          box-shadow: 0 0 0 0 rgba(59, 7, 99, 0.15);
  color: #8a00f6;
}
.format__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.format__feature {
  height: 40px;
  padding: 12px 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 114%;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.2);
}
.solutions {
  padding: 32px 0;
  margin: 0 0 48px;
}
@media (min-width: 992px) {
  .solutions {
    padding: 56px 0 40px;
  }
}
.solutions__slider {
  margin: 32px 0 0;
}
.solutions .swiper {
  overflow: visible;
}
.solutions .swiper-slide {
  height: auto;
}
.solutions .item {
  position: relative;
  width: 100%;
  border-radius: 16px;
  background: rgba(236, 221, 255, 0.3);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  overflow: hidden;
}
@media (min-width: 992px) {
  .solutions .item {
    width: calc(100% / 3 - 10px)
  }
}
.solutions .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(left, #8a00f6 0%, #a45ddc 100%);
  background: -webkit-gradient(linear, left top, right top, from(#8a00f6), to(#a45ddc));
  background: linear-gradient(90deg, #8a00f6 0%, #a45ddc 100%);
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
@media (min-width: 992px) {
  .solutions .item:hover:before {
    opacity: 1;
  }
  .solutions .item:hover {
    color: #fff;
  }
  .solutions .item:hover .item__logo-wrap {
    background: rgba(255, 255, 255, 0.25);
  }
  .solutions .item:hover .item__logo {
    background-color: #fff;
  }
  .solutions .item:hover .item__tags {
    color: #fff;
  }
  .solutions .item:hover .item__button {
    background: #fff;
    color: #8a00f6;
  }
}
.solutions .item__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;
  gap: 16px;
  height: 100%;
  padding: 24px;
}
.solutions .item__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.solutions .item__logo-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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: 48px;
  height: 48px;
  padding: 8px;
  background: #fff;
  border-radius: 8px;
  -webkit-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease;
}
.solutions .item__logo {
  width: 40px;
  height: 40px;
  background-color: #8A00F6;
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease;
}
.solutions .item__logo[data-logo="search"] {
  -webkit-mask: url("../img/solutions/search.svg") no-repeat center;
          mask: url("../img/solutions/search.svg") no-repeat center;
}
.solutions .item__logo[data-logo="click"] {
  -webkit-mask: url("../img/solutions/click.svg") no-repeat center;
          mask: url("../img/solutions/click.svg") no-repeat center;
}
.solutions .item__logo[data-logo="brand"] {
  -webkit-mask: url("../img/solutions/brand.svg") no-repeat center;
          mask: url("../img/solutions/brand.svg") no-repeat center;
}
.solutions .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;
}
.solutions .item__head {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
}
.solutions .item__tags {
  font-size: 12px;
  line-height: 133%;
  color: #8a00f6;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}
.solutions .item__text {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 150%;
}
.solutions .item__button {
  height: 48px;
  margin: auto 0 0;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  -webkit-transition: background .3s ease, color .3s ease;
  -o-transition: background .3s ease, color .3s ease;
  transition: background .3s ease, color .3s ease;
}
.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;
}
.traffic {
  padding: 40px 0;
  margin: 0 0 48px;
}
.traffic .container {
  position: relative;
}
.traffic__subtitle {
  margin: 8px 0 0;
  font-size: 20px;
  line-height: 160%;
}
.traffic .swiper {
  overflow: visible;
}
.traffic__slider {
  margin: 32px 0 0;
}
.traffic__nav {
  position: absolute;
  top: -72px;
  right: 0;
  display: none;
}
@media (min-width: 992px) {
  .traffic__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.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: 16px;
  width: 100%;
  padding: 24px;
  border-left: 2px solid #8a00f6;
  border-radius: 16px;
  background: #f8f8f8;
}
@media (min-width: 576px) {
  .traffic .item {
    width: 424px;
  }
}
.traffic .item__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.traffic .item__format {
  height: 28px;
  padding: 6px 12px;
  border-radius: 4px;
  background: -o-linear-gradient(343.86deg, #8a00f6 -0.97%, #a45ddc 100.28%);
  background: linear-gradient(106.14deg, #8a00f6 -0.97%, #a45ddc 100.28%);
  font-weight: 700;
  font-size: 12px;
  line-height: 133%;
  color: #fff;
}
.traffic .item__team {
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  opacity: 0.6;
}
.traffic .item__quote {
  margin: 12px 0 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
}
.traffic .item__data {
  margin: -4px 0 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: #8a00f6;
  opacity: 0.75;
}
.traffic .item__data span {
  font-weight: 700;
  color: #393e48;
}
.who {
  position: relative;
  padding: 40px 0;
  margin: 0 0 48px;
}
.who:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% + 10px);
  background: -o-linear-gradient(188deg, #8a00f6 0%, #a45ddc 100%);
  background: linear-gradient(-98deg, #8a00f6 0%, #a45ddc 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 5%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 5%, 100% 100%, 0% 100%);
}
@media (min-width: 992px) {
  .who:before {
    height: calc(100% + 30px);
    background: -o-linear-gradient(225deg, #a45ddc 0%, #8a00f6 100%);
    background: linear-gradient(-135deg, #a45ddc 0%, #8a00f6 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 15%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 15%, 100% 100%, 0% 100%);
  }
}
.who .swiper {
  overflow: visible;
}
.who__title {
  position: relative;
  color: #fff;
}
.who__slider {
  margin: 32px 0 0;
}
.who .swiper-wrapper {
  position: relative;
}
@media (min-width: 992px) {
  .who .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
.who .swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
}
.who .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.who .item {
  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: auto;
  padding: 24px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.95);
}
.who .item__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
.who .item__format {
  height: 28px;
  padding: 6px 12px;
  border-radius: 4px;
  background: -o-linear-gradient(343.86deg, #8a00f6 -0.97%, #a45ddc 100.28%);
  background: linear-gradient(106.14deg, #8a00f6 -0.97%, #a45ddc 100.28%);
  font-weight: 700;
  font-size: 12px;
  line-height: 133%;
  color: #fff;
}
.who .item__head {
  margin: 20px 0 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
}
.who .item__text {
  margin: 4px 0 0;
  font-size: 14px;
  line-height: 143%;
  color: #6b7280;
}
.hiw {
  padding: 32px 0;
  margin: 0 0 48px;
}
@media (min-width: 992px) {
  .hiw {
    padding: 56px 0 40px;
  }
}
.hiw__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;
  margin: 16px 0 0;
}
@media (min-width: 1200px) {
  .hiw__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    margin: 40px 0 0;
    border-radius: 8px;
    overflow: hidden;
    background-color: #f8f8f8;
  }
}
.hiw__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  -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: 1200px) {
  .hiw__step {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0 24px;
    width: 100%;
    height: 140px;
    padding: 32px 20px 28px 20px;
  }
}
@media (min-width: 1400px) {
  .hiw__step {
    padding: 32px 24px 28px 24px;
    background-color: transparent;
  }
}
@media (min-width: 1400px) {
  .hiw__step[data-step="1"] {
    position: relative;
    max-width: 376px;
    background: #f8f8f8 url("../img/hiw/devider.svg") no-repeat right center;
  }
}
@media (min-width: 1400px) {
  .hiw__step[data-step="2"] {
    max-width: 400px;
    background: #f8f8f8 url("../img/hiw/devider.svg") no-repeat right center;
  }
}
@media (min-width: 1400px) {
  .hiw__step[data-step="3"] {
    max-width: 608px;
    background: #f8f8f8;
  }
}
@media (min-width: 1200px) {
  .hiw__step[data-step="1"],
  .hiw__step[data-step="2"] {
    position: relative;
    max-width: 31%;
    padding: 32px 48px 28px 20px;
  }

  .hiw__step[data-step="1"]:before,
  .hiw__step[data-step="2"]:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 88px;
    height: 100%;
    margin: auto;
    background: #FFF url("../img/hiw/devider.svg") no-repeat right center;
  }
}
.hiw__num {
  font-weight: 700;
  font-size: 88px;
  line-height: 82%;
  text-align: center;
  color: #8a00f6;
}
@media (min-width: 992px) {
  .hiw__num {
    font-size: 96px;
    line-height: 83%;
  }
}
.hiw__text {
  font-size: 16px;
  line-height: 155%;
}
@media (min-width: 576px) {
  .hiw__text {
    position: relative;
    font-size: 24px;
    line-height: 150%;
  }
}



.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: 76px 112px 76px 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: 76px 136px 76px 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%;
  }
}
.pricing {
  padding: 32px 0 0;
  margin: 0 0 70px;
}
@media (min-width: 992px) {
  .pricing {
    padding: 40px 0 0;
    margin: 0 0 24px;
  }
}
.pricing__slider {
  margin: 32px 0 0;
}
.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+6) {
  opacity: 0.4;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.pricing .plan[data-plan="prestige"] .plan__item:nth-last-child(-n+5) {
  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;
}
.budget {
  margin: 0 0 48px;
}
@media (min-width: 992px) {
  .budget {
    padding: 0 0 40px;
  }
}
@media (min-width: 992px) {
  .budget__content {
    background: url("../img/texts/budget-text.svg") no-repeat center, -o-linear-gradient(314deg, #8a00f6 0%, #a45ddc 100%);
    background: url("../img/texts/budget-text.svg") no-repeat center, linear-gradient(136deg, #8a00f6 0%, #a45ddc 100%);
    background-size: 125% 125%;
  }
}
.budget__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) {
  .budget__info {
    gap: 4px;
    max-width: 728px;
  }
}
.budget__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
}
@media (min-width: 992px) {
  .budget__text {
    text-align: left;
  }
}
.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;
  }
}
.reviews {
  padding: 32px 0;
  margin: 0 0 48px;
}
@media (min-width: 992px) {
  .reviews {
    padding: 40px 0;
  }
}
.reviews__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) {
  .reviews__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;
  }
}
.reviews .sf {
  margin: 32px 0 0;
}
@media (min-width: 992px) {
  .reviews .sf {
    margin: 0;
  }
}
.reviews .swiper-reviews {
  margin: 16px 0 0;
}
@media (min-width: 992px) {
  .reviews .swiper-reviews {
    margin: 32px 0 0;
  }
}
@media (min-width: 992px) {
  .reviews__wrapper {
    height: auto!important;
    display: block;
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    -webkit-column-fill: balance;
       -moz-column-fill: balance;
            column-fill: balance;
  }
}
.reviews__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;
  height: auto;
  min-height: 100%;
  padding: 20px 20px 32px;
  border-radius: 16px;
  background-color: #f8f8f8;
}
@media (min-width: 992px) {
  .reviews__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
    height: auto;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
    margin: 0 0 24px;
    padding: 24px 24px 40px;
  }
}
.reviews__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.reviews__logo {
  max-width: 48px;
}
@media (min-width: 992px) {
  .reviews__logo {
    max-width: inherit;
  }
}
.reviews__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reviews__logo {
  width: 48px;
  height: 48px;
  border-radius: 4px;
}
.reviews__platform {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
}
.reviews__review {
  font-size: 14px;
  line-height: 143%;
  color: #393e48;
  opacity: .5;
}
.reviews__message-text {
  font-size: 16px;
  line-height: 150%;
}
.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%);
  border-bottom: 2px solid #ecddff;
}
@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 48px 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: 48px;
    line-height: 117%;
  }
}
.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: #393e48;
  color: #fff;
}
@media (min-width: 576px) {
  .faq__button {
    height: 80px;
  }
}
@media (min-width: 992px) {
  .faq__button {
    max-width: 320px;
    margin: 320px 0 0;
  }
}
.faq__button:hover {
  background: #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 {
    max-height: 584px;
    margin: 0 0 32px;
    overflow: auto;
  }
  .faq__questions::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  .faq__questions::-webkit-scrollbar-track {
    background-color: #ECDDFF;
    border-radius: 8px;
    padding: 1px;
  }
  .faq__questions::-webkit-scrollbar-track:hover {
    background-color: #ECDDFF;
  }
  .faq__questions::-webkit-scrollbar-track:active {
    background-color: #ECDDFF;
  }
  .faq__questions::-webkit-scrollbar-thumb {
    background-color: #8A00F6;
    border-radius: 8px;
    min-height: 30px;
  }
  .faq__questions::-webkit-scrollbar-thumb:hover {
    background-color: #8A00F6;
  }
  .faq__questions::-webkit-scrollbar-thumb:active {
    background-color: #8A00F6;
  }
  .faq__questions::-webkit-scrollbar-button {
    display: none;
    width: 0;
    height: 0;
  }
}
.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: 133%;
  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;
}
.note {
  padding: 32px 0;
}
@media (min-width: 992px) {
  .note {
    padding: 40px 0;
  }
}
.note__text {
  max-width: 848px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 171%;
  text-align: center;
}
@media (min-width: 992px) {
  .note__text {
    font-size: 16px;
    line-height: 150%;
  }
}
.swiper-pagination {
  position: static;
}
.swiper-pagination.swiper-pagination-bullets {
  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;
}
