/*! 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;
  --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: 2rem;
  }
}
.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.875rem;
  }
}
@media (max-width: 680px) {
  .title_item {
    font-size: 1.5rem;
  }
}
.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 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: 680px) {
  .button {
    font-size: 1rem;
    gap: 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;
  }
}
.button_mini {
  font-size: 0.875rem;
  padding: 0 1rem;
  height: 2.063rem;
}
.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_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_no-padding {
  padding: 0;
}
.section_no-padding-top {
  padding-top: 0;
}
.section_hero {
  background: -webkit-gradient(linear, left top, left bottom, from(#d8d0f7), color-stop(50%, #22174c), to(#0d0925));
  background: linear-gradient(180deg, #d8d0f7 0%, #22174c 50%, #0d0925 100%);
}
.section_setup {
  background: #0D0925;
}
.section_setup:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#4E4667), to(#0D0925));
  background: linear-gradient(to top, #4E4667 0%, #0D0925 100%);
  height: 40%;
  left: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 2;
  position: absolute;
  content: "";
  width: 100%;
}
.section_setup: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_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), 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_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: 85%;
  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;
}
.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;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
  }
}
.section__subheading {
  margin: 0 0 0.5rem;
  color: var(--color-gray);
  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;
}
@media (max-width: 850px) {
  .ai-hero {
    padding-top: 9rem;
  }
}
.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;
  -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__block .title {
  color: #fff;
}
.ai-hero__head {
  margin: 0 0 2rem;
  background: rgba(0, 0, 0, 0.4);
  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-hero__head {
    font-size: 0.75rem;
  }
}
.ai-hero__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-hero__head span {
    height: 30px;
  }
}
.ai-hero__desc {
  max-width: 516px;
  margin: 0.5rem auto 0;
  color: #fff;
  opacity: 0.8;
}
@media (max-width: 680px) {
  .ai-hero__desc {
    font-size: 1rem;
  }
}
.ai-hero__button {
  margin: 2rem 0 0;
}
.ai-hero__tablet {
  display: none;
}
@media (max-width: 850px) {
  .ai-hero__tablet {
    display: -webkit-box;
    display: flex;
  }
}
.ai-hero__media {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  padding: 0 1.25rem;
  margin: 0 auto;
}
@media (max-width: 850px) {
  .ai-hero__media {
    display: none;
  }
}
.ai-hero__media-img {
  position: relative;
  z-index: 3;
}
.ai-hero__media-move {
  position: absolute;
}
.ai-hero__media-move_1 {
  z-index: 2;
  left: 2%;
  top: -25%;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media (max-width: 1280px) {
  .ai-hero__media-move_1 {
    left: -5%;
  }
}
.ai-hero__media-move_2 {
  z-index: 4;
  right: 2%;
  top: -15%;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.ai-hero__media-move_3 {
  z-index: 4;
  right: 6%;
  bottom: 5%;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
@media (max-width: 1280px) {
  .ai-hero__media-move_3 {
    right: 1%;
  }
}

/*! 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: 4rem 0 2rem;
  }
  .ai-author__main .section__head {
    text-align: center;
    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;
}
.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;
}
.ai-author__fiches {
  gap: 0.25rem;
  display: -webkit-box;
  display: flex;
}
@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: 850px) {
  .ai-author__fiches-desc {
    font-size: 0.875rem;
  }
}
@media (max-width: 680px) {
  .ai-author__fiches-desc {
    font-size: 1rem;
  }
}

/*! Features
----------------------
 */
.ai-features .section__head {
  margin: 0;
}
.ai-features__slider {
  overflow: hidden;
  padding-top: 1.5rem;
}
.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: 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: 680px) {
  .ai-features__desc {
    font-size: 1rem;
  }
}
.ai-features__benefits {
  background: -webkit-gradient(linear, left top, right top, from(#f6f6ff), to(#fbf4ff));
  background: linear-gradient(90deg, #f6f6ff 0%, #fbf4ff 100%);
  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;
  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 var(--color-stroke);
    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;
}
.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: 1rem;
  }
}
.ai-features__fiches-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-weight: 500;
  gap: 0.5rem;
}

/*! Final
----------------------
 */
.ai-final {
  padding: 10rem 0 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 850px) {
  .ai-final {
    padding-top: 6rem;
  }
}
.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 -3rem;
  }
}
@media (max-width: 680px) {
  .ai-final__block {
    margin: 0;
  }
}
.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.75rem;
  }
}
.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: 30px;
  }
}
.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;
}
.ai-final__tablet {
  display: none;
}
@media (max-width: 850px) {
  .ai-final__tablet {
    display: -webkit-box;
    display: flex;
  }
}
.ai-final__media {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  padding: 0 1.25rem;
  margin: 0 auto;
}
@media (max-width: 850px) {
  .ai-final__media {
    display: none;
  }
}
.ai-final__media-img {
  position: relative;
  z-index: 3;
}
.ai-final__media-move {
  position: absolute;
}
.ai-final__media-move_1 {
  z-index: 2;
  left: 2%;
  top: -25%;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
@media (max-width: 1280px) {
  .ai-final__media-move_1 {
    left: -6%;
  }
}
@media (max-width: 1024px) {
  .ai-final__media-move_1 {
    top: -20%;
  }
}
.ai-final__media-move_2 {
  z-index: 4;
  right: 2%;
  top: -15%;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
@media (max-width: 1024px) {
  .ai-final__media-move_2 {
    top: -10%;
  }
}
.ai-final__media-move_3 {
  z-index: 3;
  left: 8%;
  top: -50%;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media (max-width: 1024px) {
  .ai-final__media-move_3 {
    top: -30%;
    z-index: 4;
  }
}

/*! Setup
----------------------
 */
.ai-setup {
  position: relative;
  z-index: 3;
}
.ai-setup .section__subheading {
  color: #fff;
  opacity: 1;
}
.ai-setup .title {
  color: #fff;
}
.ai-setup__images {
  position: relative;
  padding-top: 49%;
}
.ai-setup__images-img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.ai-setup__images-img_active {
  z-index: 2;
  opacity: 1;
}
.ai-setup__tabs {
  margin: 4rem 0 0;
  display: -webkit-box;
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 850px) {
  .ai-setup__tabs {
    margin: 3rem 0 0;
  }
}
@media (max-width: 680px) {
  .ai-setup__tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.ai-setup__tabs-item {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #fff;
  -webkit-box-flex: 1;
          flex: 1;
  text-align: center;
  min-height: 122px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.ai-setup__label {
  line-height: 1;
  font-weight: 600;
  font-size: 24px;
  padding-bottom: 1.5rem;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.ai-setup__tabs-item_current .ai-setup__label {
  padding-bottom: 0;
}
.ai-setup__desc {
  font-size: 1rem;
  opacity: 0.8;
  height: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  overflow: hidden;
}
@media (max-width: 1280px) {
  .ai-setup__desc {
    font-size: 0.875rem;
  }
}
.ai-setup__tabs-item_current .ai-setup__desc {
  padding-top: 0.5rem;
  height: 87px;
  padding-bottom: 1.5rem;
}
@media (max-width: 1280px) {
  .ai-setup__tabs-item_current .ai-setup__desc {
    height: 72px;
  }
}
@media (max-width: 1024px) {
  .ai-setup__tabs-item_current .ai-setup__desc {
    height: 102px;
  }
}
.ai-setup__line {
  height: 3px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 200px;
}
.ai-setup__line span {
  background: #d9d9d9;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: 2;
}

/*! 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;
}
.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__main {
  margin: 10rem 0 0;
}
@media (max-width: 850px) {
  .ai-modules__main {
    margin-top: 6rem;
  }
}
.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-desc {
  margin: 8px auto 0;
  opacity: 0.8;
  max-width: 516px;
}
@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.875rem;
  }
}
.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;
  max-width: 1100px;
  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:first-child {
  border: 0;
  background: #6C79FF;
}
.ai-price__column:first-child: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: 4rem 7.5rem 4rem 4rem;
}
@media (max-width: 1024px) {
  .ai-price__inner {
    padding: 3rem 6rem 3rem 3rem;
  }
}
@media (max-width: 680px) {
  .ai-price__inner {
    padding: 2rem 3rem 2rem 2rem;
  }
}
.ai-price__column:first-child .ai-price__inner {
  background: linear-gradient(137deg, #f8f8ff 0%, #fff 100%);
}
.ai-price__label {
  right: 1.125rem;
  top: 0.75rem;
  position: absolute;
}
@media (max-width: 680px) {
  .ai-price__label {
    top: 0;
    right: 0;
  }
  .ai-price__label img {
    height: 5rem;
  }
}
.ai-price__title {
  margin: 0 0 0.5rem;
  font-size: 2rem;
  letter-spacing: -0.06em;
}
@media (max-width: 680px) {
  .ai-price__title {
    font-size: 1.5rem;
  }
}
.ai-price__desc {
  margin: 0 0 2.5rem;
}
@media (max-width: 680px) {
  .ai-price__desc {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
}
.ai-price__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 680px) {
  .ai-price__list {
    margin-bottom: 1.5rem;
  }
}
.ai-price__item {
  padding-left: 2rem;
  position: relative;
  min-height: 2rem;
  font-size: 1rem;
}
.ai-price__item strong {
  font-weight: bold;
}
.ai-price__item span {
  position: absolute;
  left: 0;
  top: 1px;
  border-radius: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  background: linear-gradient(50deg, #6c79ff 0%, #efa2ff 100%);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
}
.ai-price__button {
  margin: auto 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 {
    -webkit-box-align: center;
            align-items: center;
    text-align: center;
    margin: 0 auto;
  }
  .ai-faq__info .section__subheading {
    -webkit-box-pack: center;
            justify-content: center;
  }
}
.ai-faq__desc {
  margin: 10px 0 0;
  opacity: 0.8;
}
.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: 714px;
  width: 100%;
}
@media (max-width: 1444px) {
  .ai-faq__about {
    max-width: 650px;
  }
}
@media (max-width: 1024px) {
  .ai-faq__about {
    margin: 0 auto;
  }
}
.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;
}