/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
* {
  box-sizing: border-box;
}

img, svg {
  max-width: 100%;
  height: auto;
  display: block;
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Libraries, which is used in current project. */
/* Libraries, which is used in current project. */
/* Some styles, which is used for correct sprite-generation, vars, mixins and etc */
/* Please, do not edit with file! */
/* This file can be overwritten by update-project! */
/* Mixins, which are specific for current project */
/* Mixins and vars for sprite generation */
/* Scss for used fonts */
/* Vars, which are specific for current project */
/* Styles for UI-elements */
:root {
  --font-family: "Inter", sans-serif;
  --color-main: #000;
  --color-gray: #6A6A6A;
  --color-stroke: #D5D8FF;
  --color-accent:#5338FF;
  --section-padding: 10rem 0;
  --transition: .3s ease-out;
}
@media (max-width: 1024px) {
  :root {
    --section-padding: 6rem 0;
  }
}

a {
  outline: none;
  text-decoration: none;
  color: var(--color-main);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

h1, h2, h3, h4, h5, .title {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  letter-spacing: -0.04em;
  font-weight: 600;
}

.title_hero {
  font-size: 4rem;
}
@media (max-width: 850px) {
  .title_hero {
    font-size: 3rem;
  }
}
@media (max-width: 680px) {
  .title_hero {
    font-size: 1.85rem;
  }
}
.title_section {
  font-size: 3rem;
}
@media (max-width: 850px) {
  .title_section {
    font-size: 2.5rem;
  }
}
@media (max-width: 680px) {
  .title_section {
    font-size: 2rem;
  }
}
.title_item {
  font-size: 2rem;
}
@media (max-width: 850px) {
  .title_item {
    font-size: 1.5rem;
  }
}
@media (max-width: 680px) {
  .title_item {
    font-size: 1.25rem;
  }
}
.title_card {
  font-size: 1.5rem;
}
@media (max-width: 850px) {
  .title_card {
    font-size: 1.25rem;
  }
}
@media (max-width: 680px) {
  .title_card {
    font-size: 1.125rem;
  }
}
.title span {
  background: -webkit-gradient(linear, left top, right top, color-stop(6.29%, #5338FF), color-stop(99.82%, #FF5FE4));
  background: linear-gradient(90deg, #5338FF 6.29%, #FF5FE4 99.82%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title em {
  display: block;
  font-style: normal;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media (max-width: 680px) {
  .title em {
    display: inline;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    margin-right: 4px;
  }
}
.title.title_show em {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.title.title_show em:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.title.title_show em:nth-child(5) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.title.title_show em:nth-child(7) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

h2 br {
  display: none;
}

.button {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: var(--color-main);
  outline: none;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border: 0;
  color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: var(--font-family);
  border-radius: 200px;
  height: 2.875rem;
  padding: 0 2rem;
  font-size: 1.125rem;
  position: relative;
  gap: 2.875rem;
  font-weight: 600;
  letter-spacing: -0.06em;
  text-transform: capitalize;
}
@media (max-width: 1280px) {
  .button {
    gap: 1rem;
  }
}
@media (max-width: 680px) {
  .button {
    font-size: 1rem;
  }
}
.button span {
  height: 1.563rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-size: 0.875rem;
  padding: 0 0.5rem;
  text-transform: lowercase;
  border-radius: 200px;
  color: var(--color-main);
  background: #fff;
}
.button:has(span) {
  padding: 0 10px 0 1.5rem;
}
@media (max-width: 680px) {
  .button:has(span) {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 680px) {
  .button strong {
    font-weight: 600;
  }
  .button strong b {
    font-weight: 600;
  }
  .button strong b:last-child {
    display: none;
  }
}
@media screen and (min-width: 680px) {
  .button strong {
    position: relative;
    overflow: hidden;
    display: block;
    height: 32px;
    font-weight: normal;
  }
  .button strong b {
    height: 32px;
    font-weight: 600;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .button:hover strong b {
    -webkit-transform: translateY(-32px);
            transform: translateY(-32px);
  }
}
@media screen and (min-width: 680px) {
  .button_mini {
    font-size: 0.875rem;
    padding: 0 1rem;
    height: 2.063rem;
  }
}
@media screen and (min-width: 680px) {
  .button_mini strong {
    position: relative;
    overflow: hidden;
    display: block;
    height: 24px;
    font-weight: normal;
  }
  .button_mini strong b {
    height: 24px;
    font-weight: 600;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .button_mini:hover strong b {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
  }
}
.button_accent {
  background: linear-gradient(83deg, #6C79FF 2.96%, #EFA2FF 100.26%);
}
.button_white {
  background: #fff;
  color: var(--color-main);
}
.button_border {
  border: 1px solid var(--color-main);
  background: none;
  color: var(--color-main);
}
@media (min-width: 600px) {
  .button:hover {
    background: #333;
  }
  .button_accent:hover {
    background: linear-gradient(83deg, #6C79FF 2.96%, #EFA2FF 100.26%);
    opacity: 0.7;
  }
  .button_border:hover {
    background: var(--color-main);
    color: #fff;
  }
  .button_white:hover {
    background: #f9f9f9;
  }
}

.fadeIn {
  opacity: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.fadeIn_active {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.text-line {
  position: relative;
  z-index: 3;
  background: linear-gradient(50deg, #6c79ff 0%, #efa2ff 100%);
}
.text-line__scroller {
  display: -webkit-box;
  display: flex;
  gap: 1.5rem;
  will-change: transform;
  overflow: hidden;
}
.text-line__list {
  flex-shrink: 0;
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  min-width: 100%;
  gap: 1.5rem;
  -webkit-animation: floatTemplate 50s linear infinite;
          animation: floatTemplate 50s linear infinite;
}
.text-line__list span {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  height: 36px;
  gap: 1.5rem;
  color: #fff;
  font-weight: 600;
  font-size: 0.875rem;
}
@-webkit-keyframes floatTemplate {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 1.5rem));
            transform: translateX(calc(-100% - 1.5rem));
  }
}
@keyframes floatTemplate {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 1.5rem));
            transform: translateX(calc(-100% - 1.5rem));
  }
}

/* Common styles for current project */
html {
  font-size: 16px;
}

html, body {
  height: 100%;
}

body {
  background: #fff;
  color: var(--color-main);
  font-size: 1.125rem;
  font-family: var(--font-family);
  line-height: 1.7;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  font-display: swap;
}

.max-width {
  max-width: 1416px;
  padding: 0 3rem;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .max-width {
    padding: 0 1.25rem;
  }
}

.section {
  padding: var(--section-padding);
  position: relative;
}
.section_overflow {
  overflow: hidden;
}
.section_no-padding {
  padding: 0;
}
.section_no-padding-top {
  padding-top: 0;
}
.section_padding-top-medium {
  padding-top: 5rem;
}
.section_setup {
  background: #F6F6FF url("../img/content/bg-ill.webp") no-repeat 50% 50%;
  background-size: contain;
}
@media (max-width: 850px) {
  .section_setup {
    background-size: cover;
  }
}
.section_addi {
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f6ff), to(#fff));
  background: linear-gradient(180deg, #f6f6ff 0%, #fff 100%);
}
.section_addi:before {
  background: url("../img/content/bg-ill.webp") no-repeat 50% 50%;
  background-size: contain;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 1;
  position: absolute;
  content: "";
  width: 100%;
}
@media (max-width: 850px) {
  .section_addi:before {
    background-size: cover;
  }
}
.section_author:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f6ff), to(#fff));
  background: linear-gradient(180deg, #f6f6ff 0%, #fff 100%);
  height: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 1;
  position: absolute;
  content: "";
  width: 100%;
}
.section_price {
  border-bottom: 1px solid #e3e3e3;
}
.section_price:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6FF), color-stop(21.94%, #FFF));
  background: linear-gradient(180deg, #F6F6FF 0%, #FFF 21.94%);
  height: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 1;
  position: absolute;
  content: "";
  width: 100%;
}
.section_faq {
  padding: 7.5rem 0;
}
@media (max-width: 1024px) {
  .section_faq {
    padding: 5rem 0;
  }
}
.section_final {
  background: #0D0925;
}
.section_final:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#4E4667), to(#0D0925));
  background: linear-gradient(to top, #4E4667 0%, #0D0925 100%);
  height: 100%;
  left: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 2;
  position: absolute;
  content: "";
  width: 100%;
}
.section_final:before {
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 1;
  position: absolute;
  content: "";
  width: 100%;
}
.section__head {
  max-width: 650px;
  margin: 0 0 4rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 850px) {
  .section__head {
    margin-bottom: 1.5rem;
  }
}
.section__head_no-margin {
  margin: 0;
}
.section__head_middle {
  margin-inline: auto;
  text-align: center;
}
.section__head:has(.section__tabs) {
  margin: 0 0 2.5rem;
}
.section__logos {
  margin: 0 0 4rem;
}
@media (max-width: 850px) {
  .section__logos {
    margin-bottom: 2rem;
  }
}
.section__subheading {
  margin: 0 0 0.5rem;
  color: var(--color-accent);
  font-size: 0.875rem;
}
.section__button {
  margin: 4rem 0 0;
}
@media (max-width: 850px) {
  .section__button {
    margin-top: 2rem;
  }
}
.section__tabs {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  z-index: 9;
  background: #fff;
  gap: 0.5rem;
}
@media (max-width: 680px) {
  .section__tabs {
    flex-wrap: wrap;
    margin-top: 1.5rem;
  }
}
.section__tabs-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 0.75rem;
  height: 28px;
  border: 1px solid var(--color-stroke);
  border-radius: 200px;
  font-weight: 600;
  font-size: 0.875rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.section__tabs-item:hover {
  border-color: var(--color-main);
}
.section__tabs-item_active {
  border-color: var(--color-main);
  background: var(--color-main);
  color: #fff;
}

/* Plugins, which is used in current project. */
/* Components, which is used in current project. */
/*! Header
----------------------
 */
.ai-header {
  position: fixed;
  top: 1rem;
  width: 100%;
  left: 0;
  z-index: 9;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.ai-header_hidden {
  -webkit-transform: translateY(calc(-100% - 1rem));
          transform: translateY(calc(-100% - 1rem));
}
.ai-header__grid {
  border-radius: 8px;
  height: 49px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 0 0.5rem 0 1rem;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.07);
  background: #fff;
  position: relative;
}
@media (max-width: 850px) {
  .ai-header__grid {
    padding: 0 1rem;
  }
}
@media (max-width: 850px) {
  .ai-header:has(.ai-header__content_show) .ai-header__grid {
    border-radius: 8px 8px 0 0;
  }
}
.ai-header__logo {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: -0.06em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-flex: 0;
          flex: none;
}
@media (max-width: 850px) {
  .ai-header__content {
    position: absolute;
    background: #fff;
    z-index: 5;
    left: 0;
    top: 100%;
    width: 100%;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.07);
    padding: 2rem 1rem 2.5rem;
    border-radius: 0 0 8px 8px;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    gap: 2rem;
  }
  .ai-header__content_show {
    opacity: 1;
    pointer-events: auto;
  }
}
.ai-header__menu {
  gap: 0.25rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0 auto;
}
@media (max-width: 850px) {
  .ai-header__menu {
    position: initial;
    -webkit-transform: none;
            transform: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    gap: 1rem;
  }
}
.ai-header__links {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  height: 1.5rem;
  padding: 0 0.5rem;
  font-weight: 600;
  font-size: 14px;
  border-radius: 200px;
}
@media (max-width: 850px) {
  .ai-header__links {
    height: initial;
    font-size: 1.125rem;
  }
}
.ai-header__links:hover {
  background: #f6f6f6;
}
.ai-header__burger {
  display: none;
  position: relative;
  z-index: 10;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 26px;
}
@media (max-width: 850px) {
  .ai-header__burger {
    display: -webkit-box;
    display: flex;
  }
}
.ai-header__burger i {
  background: var(--color-main);
  width: 26px;
  display: block;
  height: 2px;
  margin: 3px 0;
  -webkit-transition: width 0.1s linear;
  transition: width 0.1s linear;
}
.ai-header__burger i:first-child {
  top: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  position: relative;
  -webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear, -webkit-transform 0.2s linear;
}
.ai-header__burger i:nth-child(2) {
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.ai-header__burger i:nth-child(3) {
  position: relative;
  top: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear, -webkit-transform 0.2s linear;
}
.ai-header__burger_active i:first-child {
  top: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear, -webkit-transform 0.2s linear;
}
.ai-header__burger_active i:nth-child(2) {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.ai-header__burger_active i:nth-child(3) {
  top: -8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear, -webkit-transform 0.2s linear;
}

/*! Hero
----------------------
 */
.ai-hero {
  padding: 12.125rem 0 0;
  position: relative;
}
@media (max-width: 1444px) {
  .ai-hero {
    padding-top: 10rem;
  }
}
@media (max-width: 680px) {
  .ai-hero {
    padding-top: 7rem;
  }
}
.ai-hero__block {
  margin: 0 auto 5.25rem;
  max-width: 946px;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  position: relative;
  z-index: 2;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
@media (max-width: 850px) {
  .ai-hero__block {
    margin-bottom: 0;
  }
}
@media (max-width: 680px) {
  .ai-hero__block {
    margin-bottom: 2rem;
  }
}
.ai-hero__head {
  margin: 0 0 2rem;
  background: #fff;
  border-radius: 200px;
  padding: 3px 3px 3px 1rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  font-size: 0.875rem;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 680px) {
  .ai-hero__head {
    font-size: 0.7rem;
  }
}
.ai-hero__head span {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  color: #fff;
  border-radius: 200px;
  background: linear-gradient(50deg, #6c79ff 0%, #efa2ff 100%);
  padding: 0 0.75rem;
  gap: 0.25rem;
  height: 36px;
}
@media (max-width: 680px) {
  .ai-hero__head span {
    height: 27px;
  }
  .ai-hero__head span svg {
    height: 12px;
    margin-top: -2px;
  }
}
.ai-hero__desc {
  max-width: 440px;
  font-size: 1.125rem;
  margin: 0.5rem auto 0;
  color: #6a6a6a;
}
@media (max-width: 680px) {
  .ai-hero__desc {
    font-size: 1rem;
  }
}
.ai-hero__button {
  margin: 2rem 0 0;
}
@media (max-width: 680px) {
  .ai-hero__button {
    margin: 1rem 0 0;
  }
}
.ai-hero__media {
  position: relative;
}
@media (max-width: 850px) {
  .ai-hero__media {
    margin-top: 2rem;
  }
}
.ai-hero__media-img {
  position: relative;
  z-index: 3;
}
.ai-hero__media-move {
  position: absolute;
}
@media (max-width: 850px) {
  .ai-hero__media-move {
    display: none;
  }
}
.ai-hero__media-move_1 {
  z-index: 2;
  left: -16%;
  top: -20%;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.ai-hero__media-move_2 {
  z-index: 4;
  right: -17%;
  top: -11%;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.ai-hero__media-move_3 {
  z-index: 4;
  right: -12%;
  bottom: 3%;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.ai-hero__bg {
  background: #F6F6FF url("../img/content/hero-ill.webp") no-repeat 50% 100%;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 76%;
  content: "";
}
@media (max-width: 1600px) {
  .ai-hero__bg {
    height: 70%;
  }
}
@media (max-width: 1024px) {
  .ai-hero__bg {
    height: 90%;
  }
}
@media (max-width: 850px) {
  .ai-hero__bg {
    height: 100%;
    background-size: cover;
  }
  .ai-hero__bg:after {
    content: "";
    background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
    height: 10%;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}

/*! Author
----------------------
 */
.ai-author {
  position: relative;
  z-index: 2;
}
.ai-author__main {
  position: relative;
  padding: 10rem 0 7.5rem;
}
@media (max-width: 850px) {
  .ai-author__main {
    padding: 5rem 0 0;
  }
  .ai-author__main .section__head {
    max-width: 100%;
  }
}
@media (max-width: 680px) {
  .ai-author__main {
    padding-bottom: 0;
  }
}
.ai-author__main-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 56%;
  height: 100%;
  max-width: 1061px;
}
@media (max-width: 1024px) {
  .ai-author__main-img {
    width: 45%;
  }
}
@media (max-width: 850px) {
  .ai-author__main-img {
    display: none;
  }
}
.ai-author__main-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: left;
     object-position: left;
}
.ai-author__scroller {
  display: -webkit-box;
  display: flex;
  gap: 1.25rem;
  will-change: transform;
  overflow: hidden;
  padding: 4rem 0 1.25rem;
}
@media (max-width: 680px) {
  .ai-author__scroller {
    padding-bottom: 0.75rem;
  }
}
.ai-author__scroller:last-child {
  padding-top: 0;
  padding-bottom: 4rem;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.ai-author__list {
  flex-shrink: 0;
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  min-width: 100%;
  gap: 1rem;
}
.ai-author__list img {
  -webkit-filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.07));
          filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.07));
}
@media (max-width: 680px) {
  .ai-author__list img {
    height: 120px;
  }
}
.ai-author__list_top {
  -webkit-animation: floatTemplateTop 300s linear infinite;
          animation: floatTemplateTop 300s linear infinite;
}
.ai-author__list_bottom {
  -webkit-animation: floatTemplateBottom 250s linear infinite;
          animation: floatTemplateBottom 250s linear infinite;
}
@-webkit-keyframes floatTemplateTop {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 1rem));
            transform: translateX(calc(-100% - 1rem));
  }
}
@keyframes floatTemplateTop {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 1rem));
            transform: translateX(calc(-100% - 1rem));
  }
}
@-webkit-keyframes floatTemplateBottom {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(100% + 1rem));
            transform: translateX(calc(100% + 1rem));
  }
}
@keyframes floatTemplateBottom {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(100% + 1rem));
            transform: translateX(calc(100% + 1rem));
  }
}
.ai-author__label {
  margin: 0 0 4rem;
  max-width: 650px;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: -0.06em;
}
@media (max-width: 680px) {
  .ai-author__label {
    font-size: 1.75rem;
  }
}
.ai-author__fiches {
  gap: 0.25rem;
  display: -webkit-box;
  display: flex;
}
@media (max-width: 1280px) {
  .ai-author__fiches {
    gap: 1rem;
  }
}
@media (max-width: 680px) {
  .ai-author__fiches {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    gap: 2rem;
  }
}
.ai-author__fiches-item {
  -webkit-box-flex: 1;
          flex: 1;
}
.ai-author__fiches-item .title {
  margin: 1.25rem 0 0;
}
.ai-author__fiches-desc {
  max-width: 380px;
  margin: 0.5rem 0 0;
  font-size: 1rem;
}
@media (max-width: 1280px) {
  .ai-author__fiches-desc {
    max-width: 250px;
  }
}
@media (max-width: 850px) {
  .ai-author__fiches-desc {
    font-size: 0.875rem;
  }
}
@media (max-width: 680px) {
  .ai-author__fiches-desc {
    font-size: 1rem;
    max-width: 100%;
  }
}

/*! Features
----------------------
 */
.ai-features .section__head {
  margin: 0 0 1.5rem;
}
.ai-features__slider {
  overflow: hidden;
  padding-top: 10rem;
}
@media (max-width: 1920px) {
  .ai-features__slider {
    padding-top: 5rem;
  }
}
@media (max-width: 1600px) {
  .ai-features__slider {
    padding-top: 2.5rem;
  }
}
@media (max-width: 680px) {
  .ai-features__slider {
    padding-top: 0;
  }
}
.ai-features__list {
  display: -webkit-box;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  gap: 1rem;
}
@media (max-width: 680px) {
  .ai-features__list {
    overflow-x: auto;
    width: initial;
    margin: 0 -1.25rem;
    padding: 0 1.25rem 0;
  }
  .ai-features__list::-webkit-scrollbar {
    display: none;
  }
}
.ai-features__item {
  width: 652px;
  min-width: 652px;
}
@media (max-width: 1444px) {
  .ai-features__item {
    width: 480px;
    min-width: 480px;
  }
}
@media (max-width: 850px) {
  .ai-features__item {
    width: 420px;
    min-width: 420px;
  }
}
@media (max-width: 680px) {
  .ai-features__item {
    width: 320px;
    min-width: 320px;
  }
}
.ai-features__pic {
  margin: 0 0 1.5rem;
}
.ai-features__desc {
  margin: 0.25rem 0 0;
  max-width: 612px;
}
@media (max-width: 850px) {
  .ai-features__desc {
    font-size: 1rem;
  }
}
.ai-features__benefits {
  background: linear-gradient(83deg, #6C79FF 2.96%, #EFA2FF 100.26%);
  padding: 1.5rem 2.5rem;
  border-radius: 10px;
  margin: 5rem 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  color: #fff;
  position: relative;
}
@media (max-width: 1280px) {
  .ai-features__benefits {
    -webkit-box-align: start;
            align-items: flex-start;
    flex-wrap: wrap;
  }
}
@media (max-width: 680px) {
  .ai-features__benefits {
    margin-top: 3.5rem;
    padding: 2rem;
  }
}
.ai-features__benefits-about {
  -webkit-box-flex: 0;
          flex: none;
  width: 356px;
  position: relative;
}
@media (max-width: 1280px) {
  .ai-features__benefits-about {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0 0 1.25rem;
    margin: 0 0 1.25rem;
    padding-right: 180px;
  }
}
@media (max-width: 680px) {
  .ai-features__benefits-about {
    padding-right: 0;
  }
}
.ai-features__benefits-about:after {
  right: 0;
  top: 50%;
  content: "";
  width: 1px;
  background: var(--color-stroke);
  height: 87px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1280px) {
  .ai-features__benefits-about:after {
    display: none;
  }
}
.ai-features__benefits-label {
  font-size: 1.5rem;
  line-height: 1.1;
  font-weight: 600;
}
.ai-features__benefits-desc {
  font-size: 1rem;
  margin: 0.25rem 0 0;
}
@media (max-width: 850px) {
  .ai-features__benefits-desc {
    max-width: 420px;
  }
}
.ai-features__benefits-btn {
  -webkit-box-flex: 0;
          flex: none;
}
@media (max-width: 1280px) {
  .ai-features__benefits-btn {
    position: absolute;
    top: 1.5rem;
    right: 2.5rem;
  }
}
@media (max-width: 680px) {
  .ai-features__benefits-btn {
    position: initial;
    width: 100%;
    margin-top: 1.25rem;
  }
  .ai-features__benefits-btn .button {
    width: 100%;
  }
}
.ai-features__fiches {
  display: -webkit-box;
  display: flex;
  gap: 1.5rem;
  margin: 0 auto;
  -webkit-box-align: center;
          align-items: center;
}
@media (max-width: 1280px) {
  .ai-features__fiches {
    margin: 0;
  }
}
@media (max-width: 680px) {
  .ai-features__fiches {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
    gap: 0.5rem;
  }
}
.ai-features__fiches-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-weight: 500;
  gap: 0.5rem;
}
@media (max-width: 680px) {
  .ai-features__fiches-item {
    font-size: 1rem;
  }
  .ai-features__fiches-item svg {
    height: 2rem;
    width: auto;
  }
}

/*! Final
----------------------
 */
.ai-final {
  padding: 10rem 0 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 850px) {
  .ai-final {
    padding-top: 5rem;
  }
}
.ai-final__block {
  margin: 0 auto 5.25rem;
  max-width: 946px;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
@media (max-width: 850px) {
  .ai-final__block {
    margin: 0 0 3.5rem;
  }
}
@media (max-width: 680px) {
  .ai-final__block {
    margin: 0 0 3rem;
  }
}
.ai-final__block .title {
  color: #fff;
}
.ai-final__head {
  margin: 0 0 2rem;
  background: #46387E;
  border-radius: 200px;
  padding: 3px 3px 3px 1rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  color: #fff;
  gap: 0.5rem;
  font-weight: 600;
  font-size: 0.875rem;
}
@media (max-width: 680px) {
  .ai-final__head {
    font-size: 0.7rem;
  }
}
.ai-final__head span {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 200px;
  background: linear-gradient(50deg, #6c79ff 0%, #efa2ff 100%);
  padding: 0 0.75rem;
  gap: 0.25rem;
  height: 36px;
}
@media (max-width: 680px) {
  .ai-final__head span {
    height: 27px;
  }
  .ai-final__head span svg {
    height: 12px;
    margin-top: -1px;
  }
}
.ai-final__desc {
  max-width: 516px;
  margin: 0.5rem auto 0;
  color: #fff;
  opacity: 0.8;
}
@media (max-width: 680px) {
  .ai-final__desc {
    font-size: 1rem;
  }
}
.ai-final__button {
  margin: 2rem 0 0;
}
@media (max-width: 680px) {
  .ai-final__button {
    margin: 1rem 0 0;
  }
}
.ai-final__media {
  position: relative;
}
@media (max-width: 680px) {
  .ai-final__media {
    margin: 0 -0.5rem;
  }
}
.ai-final__media-img {
  position: relative;
  z-index: 3;
}
.ai-final__media-move {
  position: absolute;
}
@media (max-width: 850px) {
  .ai-final__media-move {
    display: none;
  }
}
.ai-final__media-move_1 {
  z-index: 2;
  left: -17%;
  top: -38%;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.ai-final__media-move_2 {
  z-index: 4;
  right: -20%;
  top: -24%;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.ai-final__media-move_3 {
  z-index: 3;
  left: -7%;
  top: -66%;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
@media (max-width: 1444px) {
  .ai-final__media-move_3 {
    left: -2%;
  }
}

/*! Setup
----------------------
 */
.ai-setup {
  position: relative;
  z-index: 3;
}
@media (max-width: 850px) {
  .ai-setup__slider {
    margin: 0 -1.25rem;
  }
  .ai-setup__slider .swiper {
    padding: 0 1.25rem;
  }
}
.ai-setup__slider video {
  border-radius: 10px;
  width: 100%;
  height: auto;
  display: block;
  border: 4px solid #000;
}
.ai-setup__slider .swiper-pagination {
  margin-top: 1.25rem;
  position: initial;
  display: none;
  -webkit-box-pack: center;
          justify-content: center;
}
@media (max-width: 850px) {
  .ai-setup__slider .swiper-pagination {
    display: -webkit-box;
    display: flex;
  }
}
.ai-setup__slider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #D5D8FF;
  margin: 0;
  padding: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.ai-setup__slider .swiper-pagination-bullet-active {
  background: #5338FF;
}
.ai-setup__about {
  display: none;
  text-align: center;
  margin: 1.5rem 0 0;
}
@media (max-width: 850px) {
  .ai-setup__about {
    display: block;
  }
}
.ai-setup__tabs {
  margin: 4rem 0 0;
  display: -webkit-box;
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 1024px) {
  .ai-setup__tabs {
    margin: 1.5rem 0 0;
  }
}
@media (max-width: 850px) {
  .ai-setup__tabs {
    display: none;
  }
}
.ai-setup__tabs-item {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-flex: 1;
          flex: 1;
  text-align: center;
  min-height: 142px;
  display: -webkit-box;
  display: flex;
  position: relative;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.ai-setup__inner {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  padding: 0 0 1.5rem;
  -webkit-transform: translateY(calc(100% - 2.7rem));
          transform: translateY(calc(100% - 2.7rem));
}
.ai-setup__tabs-item_current .ai-setup__inner {
  -webkit-transform: none;
          transform: none;
}
.ai-setup__label {
  padding: 0 0 1.5rem;
  line-height: 1;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: -1.44px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media (max-width: 1024px) {
  .ai-setup__label {
    font-size: 1.25rem;
  }
}
@media (max-width: 850px) {
  .ai-setup__label {
    padding: 0 0 0.5rem;
    font-size: 1.5rem;
  }
}
.ai-setup__tabs-item_current .ai-setup__label {
  padding-bottom: 0.5rem;
}
.ai-setup__desc {
  font-size: 1rem;
  max-width: 300px;
  margin: 0 auto;
  color: #6a6a6a;
}
@media (max-width: 1280px) {
  .ai-setup__desc {
    font-size: 0.875rem;
  }
}
@media (max-width: 850px) {
  .ai-setup__desc {
    max-width: 420px;
  }
}
.ai-setup__line {
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  background: #D5D8FF;
  border-radius: 200px;
}
.ai-setup__line span {
  background: var(--color-accent);
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: 2;
}
.ai-setup__tabs-item_current .ai-setup__line span {
  -webkit-animation: fillLineTabs var(--speed-line) linear forwards;
          animation: fillLineTabs var(--speed-line) linear forwards;
}
@-webkit-keyframes fillLineTabs {
  100% {
    width: 100%;
  }
}
@keyframes fillLineTabs {
  100% {
    width: 100%;
  }
}

.section_addi .ai-setup__desc {
  max-width: 100%;
}
@media (max-width: 850px) {
  .section_addi .ai-setup__desc {
    max-width: 420px;
  }
}
/*! Modules
----------------------
 */
.ai-modules__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  grid-row-gap: 3.875rem;
}
@media (max-width: 680px) {
  .ai-modules__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }
}
.ai-modules__pic {
  margin: 0 0 1.5rem;
}
@media (max-width: 680px) {
  .ai-modules__pic {
    margin: 0 0 1rem;
  }
}
.ai-modules__pic img {
  -webkit-filter: drop-shadow(0 10px 30px rgba(18, 0, 130, 0.07));
          filter: drop-shadow(0 10px 30px rgba(18, 0, 130, 0.07));
}
.ai-modules__about {
  position: relative;
  padding-left: 66px;
}
@media (max-width: 850px) {
  .ai-modules__about {
    padding-left: 3.5rem;
  }
}
.ai-modules__about svg {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 850px) {
  .ai-modules__about svg {
    width: 2.5rem;
  }
}
.ai-modules__about .title {
  margin-bottom: 0.5rem;
}
.ai-modules__text {
  opacity: 0.8;
  font-size: 1rem;
  max-width: 466px;
}
@media (max-width: 850px) {
  .ai-modules__text {
    font-size: 0.875rem;
  }
}
.ai-modules__all {
  margin: 10rem 0 0;
  text-align: center;
}
@media (max-width: 1280px) {
  .ai-modules__all {
    margin: 5rem 0 0;
  }
}
.ai-modules__all .title {
  margin: 0 auto;
  max-width: 540px;
}
.ai-modules__all .title span {
  color: rgba(255, 255, 255, 0.5);
}
.ai-modules__all-note {
  margin: 0.5rem auto 2rem;
  max-width: 540px;
  font-size: 1.125rem;
  text-align: center;
  opacity: 0.8;
}
@media (max-width: 1280px) {
  .ai-modules__all-note {
    font-size: 1rem;
    max-width: 380px;
  }
}
.ai-modules__all-ill {
  position: absolute;
  z-index: 3;
}
@media (max-width: 1024px) {
  .ai-modules__all-ill img {
    height: 140px;
    width: auto;
  }
}
@media (max-width: 680px) {
  .ai-modules__all-ill img {
    height: 80px;
  }
}
.ai-modules__all-ill_1 {
  top: 15%;
  left: -10%;
}
@media (max-width: 1280px) {
  .ai-modules__all-ill_1 {
    left: -5%;
  }
}
@media (max-width: 1024px) {
  .ai-modules__all-ill_1 {
    left: -3%;
  }
}
@media (max-width: 680px) {
  .ai-modules__all-ill_1 {
    left: -5%;
  }
}
.ai-modules__all-ill_2 {
  right: -10%;
  bottom: 5%;
}
@media (max-width: 1280px) {
  .ai-modules__all-ill_2 {
    right: -5%;
  }
}
@media (max-width: 1024px) {
  .ai-modules__all-ill_2 {
    right: -3%;
  }
}
@media (max-width: 680px) {
  .ai-modules__all-ill_2 {
    right: -4%;
  }
}
.ai-modules__all-video {
  margin: 0 auto;
  max-width: 1160px;
  display: table;
  position: relative;
}
.ai-modules__all-video video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 4px solid #000;
  overflow: hidden;
}
.ai-modules__main {
  margin: 10rem 0 0;
}
@media (max-width: 1600px) {
  .ai-modules__main {
    margin-top: 6rem;
  }
}
@media (max-width: 680px) {
  .ai-modules__main {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .ai-modules__main picture, .ai-modules__main img {
    width: 100%;
  }
}
.ai-modules__list {
  display: grid;
  margin: 1rem 0 0;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 680px) {
  .ai-modules__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
.ai-modules__card img {
  margin: 0 0 1.5rem;
}
@media (max-width: 680px) {
  .ai-modules__card img {
    border-radius: 6px;
    margin: 0 0 1rem;
  }
}
.ai-modules__card-text {
  max-width: 390px;
  margin: 0.5rem 0 0;
  font-size: 1rem;
}
@media (max-width: 850px) {
  .ai-modules__card-text {
    font-size: 0.875rem;
  }
}
.ai-modules__end {
  margin: 10rem auto 0;
  text-align: center;
  max-width: 652px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
@media (max-width: 850px) {
  .ai-modules__end {
    margin-top: 6rem;
  }
  .ai-modules__end .title {
    max-width: 450px;
  }
}
.ai-modules__end-head {
  margin: 0 0 2rem;
  background: linear-gradient(83deg, #6C79FF 2.96%, #EFA2FF 100.26%);
  border-radius: 200px;
  padding: 4px 4px 4px 1rem;
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
}
.ai-modules__end-head span {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 200px;
  background: #fff;
  padding: 0 0.75rem;
  height: 30px;
}
.ai-modules__end-head span img {
  height: 18px;
  width: auto;
}
.ai-modules__end-desc {
  margin: 8px auto 0;
  opacity: 0.8;
  max-width: 540px;
}
@media (max-width: 680px) {
  .ai-modules__end-desc {
    font-size: 1rem;
  }
}
.ai-modules__fiches {
  margin: 2rem 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  gap: 1.5rem;
}
@media (max-width: 680px) {
  .ai-modules__fiches {
    gap: 1rem;
    grid-row-gap: 0.5rem;
    flex-wrap: wrap;
  }
}
.ai-modules__fiches-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 0.5rem;
  font-weight: 500;
}
@media (max-width: 680px) {
  .ai-modules__fiches-item {
    font-size: 0.9rem;
  }
}
.ai-modules__fiches-item svg {
  -webkit-box-flex: 0;
          flex: none;
}
@media (max-width: 680px) {
  .ai-modules__fiches-item svg {
    height: 2rem;
    width: auto;
  }
}

/*! Price
----------------------
 */
.ai-price {
  gap: 1rem;
  display: -webkit-box;
  display: flex;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 850px) {
  .ai-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.ai-price__column {
  -webkit-box-flex: 1;
          flex: 1;
  position: relative;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.07);
  border: 1px solid #f0f1ff;
  border-radius: 10px;
  overflow: hidden;
  padding: 2px;
}
.ai-price__column:nth-child(2) {
  border: 0;
  background: #6C79FF;
}
.ai-price__column:nth-child(2):before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(rgba(239, 162, 255, 0), #efa2ff, rgba(239, 162, 255, 0));
  -webkit-animation: rotateBorder 5s linear infinite;
          animation: rotateBorder 5s linear infinite;
  z-index: 1;
}
@-webkit-keyframes rotateBorder {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotateBorder {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.ai-price__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%;
  position: relative;
  border-radius: 8px;
  z-index: 2;
  background: #fff;
  padding: 2.5rem;
}
@media (max-width: 1280px) {
  .ai-price__inner {
    padding: 1.5rem;
  }
}
.ai-price__label {
  right: 0;
  top: -0.25rem;
  position: absolute;
}
@media (max-width: 680px) {
  .ai-price__label img {
    height: 4.2rem;
  }
}
.ai-price__head {
  margin: 0 0 2.5rem;
  -webkit-box-flex: 0;
          flex: none;
}
@media (max-width: 680px) {
  .ai-price__head {
    margin-bottom: 1.5rem;
  }
}
.ai-price__title {
  margin: 0 0 0.5rem;
  font-size: 2rem;
  letter-spacing: -0.06em;
}
@media (max-width: 1280px) {
  .ai-price__title {
    font-size: 1.75rem;
    max-width: 100px;
  }
}
@media (max-width: 680px) {
  .ai-price__title {
    font-size: 1.5rem;
    max-width: 100%;
  }
}
@media (max-width: 1280px) {
  .ai-price__desc {
    font-size: 1rem;
  }
}
@media (max-width: 850px) {
  .ai-price__desc {
    max-width: 450px;
  }
}
.ai-price__note {
  margin: 0.5rem 0 0;
  padding: 0.5rem 1rem;
  border-radius: 35px;
  background: #F2EAFF;
  color: var(--color-accent);
  font-weight: 600;
  display: table;
  font-size: 0.875rem;
  line-height: 1.2;
}
.ai-price__steps {
  margin: 0 0 1.5rem;
  padding: 0 0 1.5rem;
  -webkit-box-flex: 0;
          flex: none;
  border-bottom: 1px solid #D5D8FF;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 1rem;
}
.ai-price__steps-item {
  font-size: 0.875rem;
}
.ai-price__steps-item strong {
  font-weight: bold;
  display: block;
}
.ai-price__steps-item span {
  font-weight: bold;
}
.ai-price__caption {
  -webkit-box-flex: 0;
          flex: none;
  margin: 0 0 1rem;
  font-weight: bold;
  font-size: 0.875rem;
}
.ai-price__scroll {
  position: relative;
}
.ai-price__scroll:before {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  z-index: 2;
  pointer-events: none;
  height: 2.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, white, rgba(255, 255, 255, 0));
}
.ai-price__scroll:after {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  width: 100%;
  content: "";
  z-index: 2;
  pointer-events: none;
  height: 2.5rem;
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
}
.ai-price__scroll_top-shadow:before {
  opacity: 1;
}
.ai-price__scroll_btm-shadow:after {
  opacity: 1;
}
.ai-price__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 1rem;
}
@media (max-width: 850px) {
  .ai-price__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 680px) {
  .ai-price__list {
    display: -webkit-box;
    display: flex;
  }
}
.ai-price__scroll {
  position: relative;
}
.ai-price__scroll::before, .ai-price__scroll::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 10px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  z-index: 2;
}
.ai-price__scroll::before {
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, white, rgba(255, 255, 255, 0));
}
.ai-price__scroll::after {
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, white, rgba(255, 255, 255, 0));
}
.ai-price__scroll.is-top::after {
  opacity: 1;
}
.ai-price__scroll.is-middle::before, .ai-price__scroll.is-middle::after {
  opacity: 1;
}
.ai-price__scroll.is-bottom::before {
  opacity: 1;
}
.ai-price__scroll-inner {
  max-height: 380px;
  overflow-y: auto;
  scrollbar-width: none;
}
.ai-price__scroll-inner::-webkit-scrollbar {
  display: none;
}
.ai-price__item {
  padding-left: 28px;
  position: relative;
  min-height: 1.5rem;
  font-size: 0.875rem;
  font-weight: bold;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiByeD0iMTAiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8xNTczXzkwNikiLz4KPHBhdGggZD0iTTguMjk4NTQgMTMuOTI2TDQuNTk0MDIgMTAuMjIxNUw1LjMzNjM5IDkuNDc4OTVMOC4yOTg1NCAxMi40NDExTDE0LjY2MzUgNi4wNzYxN0wxNS40MDU4IDYuODE4NzFMOC4yOTg1NCAxMy45MjZaIiBmaWxsPSJ3aGl0ZSIvPgo8ZGVmcz4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzE1NzNfOTA2IiB4MT0iMTAuMjc3OCIgeTE9IjE4LjMzMzMiIHgyPSIyNC43NzA1IiB5Mj0iMi4xODI3NSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjNkM3OUZGIi8+CjxzdG9wIG9mZnNldD0iMC4zNTU3NjkiIHN0b3AtY29sb3I9IiM5Qjg3RkYiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRUZBMkZGIi8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==") no-repeat 0 50%;
}
.ai-price__item_false {
  font-weight: 400;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiByeD0iMTAiIGZpbGw9IiNGMkVBRkYiLz4KPHBhdGggZD0iTTYuMTEwOTIgMTQuNjIwMkw1LjM3OTE1IDEzLjg4ODVMOS4yNjgwNCA5Ljk5OTU3TDUuMzc5MTUgNi4xMTA2OEw2LjExMDkyIDUuMzc4OTFMOS45OTk4MSA5LjI2NzhMMTMuODg4NyA1LjM3ODkxTDE0LjYyMDUgNi4xMTA2OEwxMC43MzE2IDkuOTk5NTdMMTQuNjIwNSAxMy44ODg1TDEzLjg4ODcgMTQuNjIwMkw5Ljk5OTgxIDEwLjczMTNMNi4xMTA5MiAxNC42MjAyWiIgZmlsbD0iIzUzMzhGRiIvPgo8L3N2Zz4K") no-repeat 0 50%;
}
.ai-price__button {
  margin: auto 0 0;
  padding: 2.5rem 0 0;
}
@media (max-width: 680px) {
  .ai-price__button {
    width: 100%;
  }
  .ai-price__button .button {
    width: 100%;
  }
}

/*! Faq
------------------
 */
.ai-faq__grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  gap: 4rem;
}
@media (max-width: 1024px) {
  .ai-faq__grid {
    gap: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .ai-faq__grid .section__head {
    margin: 0 0 1.5rem;
  }
}
.ai-faq__info {
  max-width: 500px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
@media (max-width: 1024px) {
  .ai-faq__info {
    margin: 0;
  }
  .ai-faq__info .section__subheading {
    -webkit-box-pack: center;
            justify-content: center;
  }
}
.ai-faq__desc {
  margin: 10px 0 0;
  opacity: 0.8;
}
@media (max-width: 680px) {
  .ai-faq__desc {
    font-size: 1rem;
  }
}
.ai-faq__buttons {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media (max-width: 680px) {
  .ai-faq__buttons {
    width: 100%;
    gap: 1rem;
  }
  .ai-faq__buttons .button {
    padding: 0;
    -webkit-box-flex: 1;
            flex: auto;
  }
}
.ai-faq__about {
  max-width: 650px;
  width: 100%;
}
.ai-faq__about .title {
  margin: 2.5rem 0;
}
.ai-faq__item {
  border-top: 1px solid #e3e3e3;
  padding: 1.25rem 0;
}
@media (max-width: 680px) {
  .ai-faq__item {
    padding: 1rem 0;
  }
}
.ai-faq__item:last-child {
  border-bottom: 1px solid #e3e3e3;
}
.ai-faq__label {
  letter-spacing: -0.06em;
  font-size: 1.125rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-weight: 500;
  position: relative;
  color: var(--color-main);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media (max-width: 680px) {
  .ai-faq__label {
    font-size: 1.125rem;
    line-height: 1.35;
  }
}
.ai-faq__label svg {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-box-flex: 0;
          flex: none;
}
.ai-faq__label:hover {
  opacity: 0.8;
}
.ai-faq__item_active .ai-faq__label svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ai-faq__text {
  max-width: 620px;
  color: var(--color-gray);
  max-height: 0;
  overflow: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media (max-width: 680px) {
  .ai-faq__text {
    font-size: 1rem;
  }
}
.ai-faq__item_active .ai-faq__text {
  padding-top: 0.5rem;
  max-height: 1000px;
}