/*! 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=TASA+Orbiter:wght@400..800&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: "TASA Orbiter", sans-serif;
  --color-main: #161616;
  --color-accent: #206BEA;
  --color-gray: #6A6A6A;
  --color-bg: #F8FAFE;
  --section-padding: 6rem 0;
  --transition: .3s ease-out;
}
@media (max-width: 992px) {
  :root {
    --section-padding: 4rem 0;
  }
}

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

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

.title_section {
  font-size: 3.375rem;
}
@media (max-width: 1444px) {
  .title_section {
    font-size: 3rem;
  }
}
@media (max-width: 992px) {
  .title_section {
    font-size: 2.5rem;
  }
}
@media (max-width: 680px) {
  .title_section {
    font-size: 2.25rem;
  }
}
.title_second {
  font-size: 2.5rem;
}
@media (max-width: 992px) {
  .title_second {
    font-size: 2rem;
  }
}
.title_card {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .title_card {
    font-size: 1.5rem;
  }
}
.title_medium {
  font-size: 1.625rem;
}
@media (max-width: 992px) {
  .title_medium {
    font-size: 1.25rem;
  }
}
.title_small {
  font-size: 1.375rem;
}
@media (max-width: 992px) {
  .title_small {
    font-size: 1.125rem;
  }
}
.title span {
  background: linear-gradient(135deg, #206bea 0%, #ff6e71 100%);
  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;
}

h2 br {
  display: none;
}

.text-note {
  color: var(--color-gray);
  font-size: 17px;
  line-height: 1.6;
  max-width: 430px;
}
@media (max-width: 1280px) {
  .text-note {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media (max-width: 992px) {
  .text-note {
    font-size: 0.875rem;
    max-width: 340px;
  }
}

.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-accent);
  outline: none;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: var(--font-family);
  height: 36px;
  padding: 0 1rem;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  gap: 3px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
}
.button svg {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.button_secondary {
  background: #DDE6F4;
  color: var(--color-main);
  border-color: transparent;
}
.button_empty {
  background: none;
  border-color: transparent;
  color: var(--color-accent);
  padding: 0;
}
@media (min-width: 680px) {
  .button:hover {
    background: #3B7DED;
    box-shadow: 0 0 0 3px rgba(32, 107, 234, 0.2);
  }
  .button_secondary:hover {
    background: #E3E9F1;
    box-shadow: 0 0 0 3px rgba(225, 231, 240, 0.5);
  }
  .button_empty:hover {
    background: none;
    color: var(--color-accent);
    box-shadow: none;
  }
  .button_empty:hover svg {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
}

.fadeIn {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.fadeIn:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.fadeIn:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.fadeIn:nth-child(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.fadeIn:nth-child(5) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.fadeIn:nth-child(6) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.fadeIn:nth-child(7) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.fadeIn:nth-child(8) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.fadeIn:nth-child(9) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.fadeIn_active {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

/*! Cta Banner
--------------------
 */
.cta-banner {
  background: linear-gradient(148deg, #86b3ff 0%, #ff7779 100%), rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
  -webkit-box-align: end;
          align-items: flex-end;
  padding: 4rem 5rem 0;
}
@media (max-width: 992px) {
  .cta-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 3rem 3.5rem 0;
    -webkit-box-align: center;
            align-items: center;
  }
  .cta-banner .section__buttons {
    -webkit-box-pack: center;
            justify-content: center;
  }
}
@media (max-width: 680px) {
  .cta-banner {
    padding: 2.5rem 1.5rem 0;
    gap: 1rem;
  }
}
.cta-banner__about {
  padding: 0 0 5rem;
  color: #fff;
}
@media (max-width: 992px) {
  .cta-banner__about {
    padding: 0;
  }
}
.cta-banner__about .section__top {
  margin: 0;
}
@media (max-width: 992px) {
  .cta-banner__about .section__top {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media (max-width: 680px) {
  .cta-banner__about .title {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cta-banner__about .section__subheading {
  color: #fff;
  opacity: 0.8;
}
.cta-banner__about .text-note {
  color: #fff;
  opacity: 0.8;
}
.cta-banner__about .button_empty {
  color: #fff;
}
.cta-banner__pic {
  -webkit-box-flex: 0;
          flex: none;
  width: 59%;
  max-width: 755px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cta-banner__pic {
    width: 100%;
  }
}
@media (max-width: 680px) {
  .cta-banner__pic {
    width: initial;
    margin: 0 -0.5rem;
  }
}
.cta-banner__pic img {
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media screen and (min-width: 992px) {
  .cta-banner:hover .cta-banner__pic img {
    -webkit-transform: none;
            transform: none;
  }
}

/*! Scroller
-----------------------
 */
.scroll-banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  --image-width: 2156px;
  --image-width-big: 3600px;
  --scroll-speed: 70s;
}
@media (max-width: 680px) {
  .scroll-banner {
    --image-width: 1000px;
    --image-width-big: 2000px;
  }
}
.scroll-banner_hero {
  padding: 3rem 0;
  margin: -3rem 0;
}
.scroll-banner_final {
  padding-top: 2rem;
  margin-top: -2rem;
}
.scroll-banner_design {
  padding: 3rem 0;
  margin: -3rem 0;
}
.scroll-banner__track {
  display: -webkit-box;
  display: flex;
  width: calc(var(--image-width) * 2);
  -webkit-animation: scroll-x linear infinite;
          animation: scroll-x linear infinite;
  -webkit-animation-duration: var(--scroll-speed);
          animation-duration: var(--scroll-speed);
  gap: 1.5rem;
}
@media (max-width: 680px) {
  .scroll-banner__track {
    gap: 0.75rem;
  }
}
.scroll-banner__track img {
  width: var(--image-width);
  height: auto;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.scroll-banner_hero .scroll-banner__track, .scroll-banner_final .scroll-banner__track {
  width: calc(var(--image-width-big) * 2);
}
.scroll-banner_hero .scroll-banner__track img, .scroll-banner_final .scroll-banner__track img {
  width: var(--image-width-big);
}
.scroll-banner[data-reverse=true] .scroll-banner__track {
  -webkit-animation-name: scroll-x-reverse;
          animation-name: scroll-x-reverse;
}

@-webkit-keyframes scroll-x {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes scroll-x {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes scroll-x-reverse {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes scroll-x-reverse {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* Common styles for current project */
html {
  font-size: 16px;
}

html, body {
  height: 100%;
}

body {
  background: #fff;
  color: var(--color-main);
  font-size: 1rem;
  font-family: var(--font-family);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-display: swap;
}

.container {
  max-width: 1536px;
  padding: 0 48px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .container {
    padding: 0 20px;
  }
}

.section {
  padding: var(--section-padding);
  position: relative;
}
.section_bg {
  background: var(--color-bg);
}
.section_blue {
  background: #ebf0f9;
}
.section__top {
  margin: 0 0 2.5rem;
  max-width: 510px;
}
.section__top_middle {
  max-width: 546px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.section__top_middle .text-note {
  margin-left: auto;
  margin-right: auto;
}
.section__subheading {
  color: var(--color-gray);
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
}
.section .text-note {
  margin-top: 1rem;
}
.section .text-note_second {
  margin-top: 12px;
}
.section__buttons {
  display: -webkit-box;
  display: flex;
  gap: 1.5rem;
  margin: 1.5rem 0 0;
}
@media (max-width: 992px) {
  .section__buttons {
    margin-top: 1rem;
    gap: 1rem;
  }
}
.section__top_middle .section__buttons {
  -webkit-box-pack: center;
          justify-content: center;
}

/* Plugins, which is used in current project. */
/* Components, which is used in current project. */
/*! Header
----------------------------
 */
.header {
  position: fixed;
  padding: 1.5rem 0 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  left: 0;
}
@media (max-width: 680px) {
  .header {
    padding: 0;
    background: #fff;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.06);
  }
}
.header_hidden {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  padding-top: 0;
}
.header__grid {
  height: 68px;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.06);
  background: #fff;
  border-radius: 14px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 0 1rem;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media (max-width: 680px) {
  .header__grid {
    height: 60px;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
  }
}
.header__grid:has(.header__content_show) {
  border-radius: 14px 14px 0 0;
}
.header__logo {
  cursor: pointer;
  -webkit-box-flex: 0;
          flex: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.header__logo:hover {
  opacity: 0.75;
}
.header__content {
  -webkit-box-flex: 1;
          flex: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
@media (max-width: 992px) {
  .header__content {
    display: block;
    top: 100%;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 3;
    opacity: 0;
    border-radius: 0 0 14px 14px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    position: absolute;
    pointer-events: none;
    padding: 2rem 1.5rem;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .header__content_show {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (max-width: 680px) {
  .header__content {
    left: -20px;
    width: calc(100% + 40px);
  }
}
.header__menu {
  position: absolute;
  display: -webkit-box;
  display: flex;
  gap: 1.5rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1280px) {
  .header__menu {
    -webkit-transform: none;
            transform: none;
    position: initial;
    margin: 0 auto;
  }
}
@media (max-width: 992px) {
  .header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
  }
}
.header__item {
  position: relative;
}
.header__value {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 2px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.02em;
  cursor: pointer;
  height: 1.5rem;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media (max-width: 992px) {
  .header__value {
    font-size: 1.125rem;
    height: initial;
  }
}
.header__value_active {
  color: var(--color-accent);
}
@media (min-width: 680px) {
  .header__value:hover {
    color: var(--color-accent);
  }
}
.header__value svg {
  position: relative;
  top: 1px;
}
.header__drop {
  min-width: 190px;
  width: 100%;
  left: -1px;
  padding: 1rem;
  border-radius: 10px;
  background-color: #fff;
  border: 3px solid #fff;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.07);
  position: absolute;
  top: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.header__item:hover .header__drop {
  pointer-events: auto;
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}
.header__drop:hover .header__links {
  opacity: 0.5;
}
.header__drop:hover .header__links:hover {
  opacity: 1;
}
.header__links {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-radius: 2px;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 10px 1rem;
  color: var(--color-main);
}
.header__links svg {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.header__links:hover svg {
  opacity: 1;
}
.header__actions {
  gap: 10px;
  display: -webkit-box;
  display: flex;
}
@media (max-width: 992px) {
  .header__actions {
    -webkit-box-pack: center;
            justify-content: center;
    margin: 2.5rem 0 0;
  }
  .header__actions .button {
    -webkit-box-flex: 1;
            flex: auto;
    padding: 0 !important;
  }
}
.header__actions .button_secondary {
  padding-left: 12px;
}
.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: 992px) {
  .header__burger {
    display: -webkit-box;
    display: flex;
  }
}
.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;
}
.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;
}
.header__burger i:nth-child(2) {
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.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;
}
.header__burger_active i {
  background: var(--color-accent);
}
.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;
}
.header__burger_active i:nth-child(2) {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.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;
}

/*! Footer
-------------------
 */
.footer {
  background: linear-gradient(148deg, #86b3ff 0%, #ff7779 100%), rgba(0, 0, 0, 0.1);
  padding: 6rem 0 0;
  height: 100vh;
  min-height: 850px;
  overflow: hidden;
}
@media (max-width: 680px) {
  .footer {
    height: initial;
    min-height: initial;
    padding: 4rem 0 0;
  }
}
.footer__ill {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  gap: 1rem;
  margin: 0 0 2rem;
}
@media (max-width: 1444px) {
  .footer__ill {
    gap: 0.5rem;
  }
}
.footer__ill img {
  position: relative;
  will-change: transform;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@media (max-width: 1444px) {
  .footer__ill img {
    height: 120px;
    width: auto;
  }
}
@media (max-width: 680px) {
  .footer__ill img {
    height: 100px;
  }
}
.footer__ill img:nth-child(1) {
  z-index: 1;
  -webkit-transform: rotate(-10deg) translate(45px, 10px);
          transform: rotate(-10deg) translate(45px, 10px);
}
.footer__ill img:nth-child(2) {
  z-index: 3;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.07);
}
@media (max-width: 1444px) {
  .footer__ill img:nth-child(2) {
    height: 150px;
  }
}
@media (max-width: 680px) {
  .footer__ill img:nth-child(2) {
    height: 130px;
  }
}
.footer__ill img:nth-child(3) {
  z-index: 1;
  -webkit-transform: rotate(10deg) translate(-45px, 10px);
          transform: rotate(10deg) translate(-45px, 10px);
}
@media screen and (min-width: 992px) {
  .footer:hover .footer__ill img {
    -webkit-transform: none;
            transform: none;
  }
}
.footer .section__top {
  color: #fff;
}
.footer .section__top .title {
  font-size: 4.25rem;
}
@media (max-width: 992px) {
  .footer .section__top .title {
    font-size: 3.5rem;
  }
}
@media (max-width: 680px) {
  .footer .section__top .title {
    font-size: 2.5rem;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer .section__top .text-note {
  max-width: 510px;
  color: #fff;
  margin-top: 1rem;
  opacity: 0.8;
}
@media (max-width: 992px) {
  .footer .section__top .text-note {
    max-width: 350px;
  }
}
@media (max-width: 680px) {
  .footer__slider {
    height: 200px;
    overflow: hidden;
  }
}
.footer__slider img {
  -webkit-filter: drop-shadow(0 8px 32px rgba(0, 0, 0, 0.07));
          filter: drop-shadow(0 8px 32px rgba(0, 0, 0, 0.07));
}

/*! Hero
------------------
 */
.hero-section {
  padding: 10.75rem 0 6rem;
  background: linear-gradient(148deg, #86b3ff 0%, #ff7779 100%), rgba(0, 0, 0, 0.1);
}
@media (max-width: 680px) {
  .hero-section {
    padding: 8rem 0 4rem;
  }
}
.hero-section .section__top {
  color: #fff;
  max-width: 724px;
}
.hero-section .section__top .title {
  font-size: 4.25rem;
}
@media (max-width: 992px) {
  .hero-section .section__top .title {
    font-size: 3.5rem;
  }
}
@media (max-width: 680px) {
  .hero-section .section__top .title {
    font-size: 2.5rem;
  }
}
.hero-section .section__top .section__subheading {
  color: #fff;
  opacity: 0.8;
}
.hero-section .section__top .text-note {
  color: #fff;
  opacity: 0.8;
  max-width: 520px;
  font-size: 1.125rem;
  margin-top: 1rem;
}
@media (max-width: 992px) {
  .hero-section .section__top .text-note {
    font-size: 1rem;
    max-width: 480px;
  }
}
.hero-section .section__top .button_empty {
  color: #fff;
}
.hero-section__slider img {
  -webkit-filter: drop-shadow(0 8px 32px rgba(0, 0, 0, 0.07));
          filter: drop-shadow(0 8px 32px rgba(0, 0, 0, 0.07));
}
.hero-section__fiches {
  margin: 5rem 0 0;
  display: -webkit-box;
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 992px) {
  .hero-section__fiches {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 2.5rem;
    margin-top: 3rem;
  }
}
@media (max-width: 680px) {
  .hero-section__fiches {
    grid-template-columns: repeat(1, 1fr);
  }
}
.hero-section__fiches-item {
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1;
  -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;
  color: #fff;
}
.hero-section__fiches-item .text-note {
  color: #fff;
  opacity: 0.8;
  margin: 0.5rem auto 0;
  max-width: 290px;
}
.hero-section__fiches-icon {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  width: 44px;
  height: 44px;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.12);
  display: -webkit-box;
  display: flex;
  margin: 0 0 1.5rem;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

/*! Demos
---------------------
 */
.demos-section__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  grid-row-gap: 2.5rem;
}
@media (max-width: 680px) {
  .demos-section__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.demos-section__item_end {
  background: #ebf0f9;
  border-radius: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 2rem;
}
.demos-section__item_end .section__top {
  margin: 0;
}
.demos-section__item_end .section__top .text-note {
  max-width: 380px;
}
.demos-section__pic {
  display: block;
  margin: 0 0 1.5rem;
}
.demos-section__pic img {
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.07);
  border: 4px solid #fff;
  border-radius: 10px;
  width: 100%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.demos-section__item:hover .demos-section__pic img {
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
}
.demos-section__actions {
  padding: 0 0.5rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media (max-width: 680px) {
  .demos-section__actions {
    -webkit-box-pack: center;
            justify-content: center;
  }
}
.demos-section__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  display: block;
}
@media (max-width: 992px) {
  .demos-section__title {
    font-size: 1.25rem;
  }
}
.demos-section__title:hover {
  color: var(--color-accent);
}
.demos-section__view {
  opacity: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
@media (max-width: 680px) {
  .demos-section__view {
    display: none;
  }
}
.demos-section__view .button {
  height: initial;
}
.demos-section__item:hover .demos-section__view {
  opacity: 1;
}
.demos-section__ill {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  gap: 12px;
  margin: 0 0 1.5rem;
}
@media (max-width: 992px) {
  .demos-section__ill {
    gap: 0.5rem;
  }
}
.demos-section__ill img {
  position: relative;
  will-change: transform;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@media (max-width: 992px) {
  .demos-section__ill img {
    height: 80px;
    width: auto;
  }
}
.demos-section__ill img:nth-child(1) {
  z-index: 1;
  -webkit-transform: rotate(-10deg) translate(45px, 10px);
          transform: rotate(-10deg) translate(45px, 10px);
}
.demos-section__ill img:nth-child(2) {
  z-index: 3;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.07);
}
@media (max-width: 992px) {
  .demos-section__ill img:nth-child(2) {
    height: 110px;
  }
}
.demos-section__ill img:nth-child(3) {
  z-index: 1;
  -webkit-transform: rotate(10deg) translate(-45px, 10px);
          transform: rotate(10deg) translate(-45px, 10px);
}
@media screen and (min-width: 992px) {
  .demos-section__item:hover .demos-section__ill img {
    -webkit-transform: none;
            transform: none;
  }
}

/*! Design
---------------------
 */
.design-section__start {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  gap: 4rem;
  padding: 0 0 5rem;
  margin: 0 0 5rem;
  border-bottom: 1px solid rgba(22, 22, 22, 0.16);
}
@media (max-width: 992px) {
  .design-section__start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
    gap: 2.5rem;
    padding: 0 0 3rem;
    margin: 0 0 3rem;
  }
}
.design-section__start .section__top {
  margin: 0;
}
@media (max-width: 992px) {
  .design-section__start .section__top {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 510px;
  }
  .design-section__start .section__top .text-note {
    margin-left: auto;
    margin-right: auto;
  }
}
.design-section__start-pic {
  -webkit-box-flex: 0;
          flex: none;
  width: 61%;
  max-width: 867px;
}
@media (max-width: 1444px) {
  .design-section__start-pic {
    width: 55%;
  }
}
@media (max-width: 992px) {
  .design-section__start-pic {
    width: 100%;
  }
}
.design-section__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin: 0 0 5rem;
}
@media (max-width: 992px) {
  .design-section__grid {
    margin: 0 0 3rem;
  }
}
@media (max-width: 680px) {
  .design-section__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.design-section__card {
  padding: 3rem;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.07);
  background: #fff;
  border-radius: 14px;
}
@media (max-width: 992px) {
  .design-section__card {
    padding: 1.5rem;
  }
}
.design-section__card-pic {
  margin: 0 0 2rem;
}
.design-section__card-pic img {
  width: 100%;
}
.design-section__card .text-note {
  margin: 10px 0 0;
  max-width: 510px;
}
.design-section__post {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin: 0 0 5rem;
}
@media (max-width: 992px) {
  .design-section__post {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 2.5rem;
    margin: 0 0 3rem;
  }
}
@media (max-width: 680px) {
  .design-section__post {
    grid-template-columns: repeat(1, 1fr);
  }
}
.design-section__post-pic {
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.07);
  background: #fff;
  border-radius: 14px;
  margin: 0 0 1.25rem;
}
.design-section__post .text-note {
  margin: 0.5rem 0 0;
}
.design-section__features {
  margin: 0 0 6rem;
  background: #ebf0f9;
  border: 1px solid #fff;
  border-radius: 14px;
  padding: 5rem 5rem 8.438rem;
}
@media (max-width: 992px) {
  .design-section__features {
    padding: 2.5rem 2.5rem 6rem;
    margin: 0 0 4rem;
    border-radius: 10px;
  }
}
@media (max-width: 680px) {
  .design-section__features {
    padding: 1.5rem 1.5rem 3rem;
  }
}
.design-section__features-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (max-width: 680px) {
  .design-section__features-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 992px) {
  .design-section__features-card .title {
    font-size: 1.5rem;
  }
}
.design-section__features-pic {
  box-shadow: 0 8px 32px 0 #dde8fc;
  margin: 0 0 1.5rem;
}
.design-section__features .text-note {
  margin: 10px 0 0;
}
.design-section__dark {
  padding: 5rem 0 0;
  margin: 5rem 0 0;
  border-top: 1px solid rgba(22, 22, 22, 0.16);
}
@media (max-width: 992px) {
  .design-section__dark {
    padding: 3rem 0 0;
    margin: 3rem 0 0;
  }
}
.design-section__dark-screen {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0 0 1.5rem;
}
.design-section__dark-screen img:last-child {
  display: none;
}
.design-section__dark .title {
  text-align: center;
}
@media (max-width: 680px) {
  .design-section__dark .title {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}
.design-section__dark .text-note {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (max-width: 992px) {
  .design-section__dark .text-note {
    max-width: 310px;
  }
}
.design-section__toggle {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 1.25rem auto 0;
}
.design-section__toggle-grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  gap: 0.5rem;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
}
.design-section__toggle-label {
  font-weight: bold;
  font-size: 15px;
  color: var(--color-gray);
}
.design-section__toggle-value {
  position: relative;
}
.design-section__toggle-value input {
  display: none;
}
.design-section__toggle-value input + label {
  width: 60px;
  height: 32px;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.06);
  background: linear-gradient(135deg, #206bea 0%, #ff6e71 100%);
  border-radius: 35px;
  position: relative;
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: flex;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  padding: 0 8px;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.design-section__toggle-value input + label:before {
  content: "";
  background: #fff;
  border-radius: 50%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  top: 8px;
  position: absolute;
  left: 36px;
  width: 16px;
  height: 16px;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.06);
}
.design-section__toggle-value input + label:hover:before {
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}
.design-section__toggle-value input + label span {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.design-section__toggle-value input + label span:last-child {
  opacity: 0;
}
.design-section__toggle-value input:checked + label:before {
  left: 8px;
}
.design-section__toggle-value input:checked + label:hover:before {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.design-section__toggle-value input:checked + label span {
  opacity: 0;
}
.design-section__toggle-value input:checked + label span:last-child {
  opacity: 1;
}
.design-section__toggle-try {
  position: absolute;
  left: calc(100% + 0.5rem);
  top: -0.5rem;
}
.design-section__toggle-try img {
  min-width: 98px;
  min-height: 98px;
}
@media (max-width: 680px) {
  .design-section__toggle-try img {
    min-width: 68px;
    min-height: 68px;
  }
}
.design-section:has(input:checked) .design-section__dark-screen img {
  display: none;
}
.design-section:has(input:checked) .design-section__dark-screen img:last-child {
  display: block;
}
@media (max-width: 680px) {
  .design-section__float .title {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}
.design-section__slider {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  position: relative;
  gap: 1.5rem;
}
@media (max-width: 680px) {
  .design-section__slider {
    gap: 0.75rem;
    margin: 0 -20px;
  }
}
.design-section__slider img {
  -webkit-filter: drop-shadow(0 4px 22px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 4px 22px rgba(0, 0, 0, 0.1));
}
.design-section__slider:before, .design-section__slider:after {
  width: 150px;
  height: calc(100% + 6rem);
  top: -3rem;
  z-index: 2;
  pointer-events: none;
  position: absolute;
  content: "";
}
@media (max-width: 992px) {
  .design-section__slider:before, .design-section__slider:after {
    width: 100px;
  }
}
@media (max-width: 680px) {
  .design-section__slider:before, .design-section__slider:after {
    display: none;
  }
}
.design-section__slider:before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#f8fafe), to(rgba(248, 250, 254, 0)));
  background: linear-gradient(to right, #f8fafe, rgba(248, 250, 254, 0));
}
.design-section__slider:after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(#f8fafe), to(rgba(248, 250, 254, 0)));
  background: linear-gradient(to left, #f8fafe, rgba(248, 250, 254, 0));
}

/*! Perf
---------------------
 */
.perf-section__start {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
  padding: 0 0 5rem;
  margin: 0 0 5rem;
  border-bottom: 1px solid rgba(22, 22, 22, 0.16);
}
@media (max-width: 992px) {
  .perf-section__start {
    padding: 0 0 3rem;
    margin: 0 0 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    gap: 2rem;
    -webkit-box-align: start;
            align-items: flex-start;
  }
}
.perf-section__start .section__top {
  margin: 0;
}
@media (max-width: 992px) {
  .perf-section__start .section__top {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 510px;
  }
  .perf-section__start .section__top .text-note {
    margin-left: auto;
    margin-right: auto;
  }
}
.perf-section__start-pic {
  -webkit-box-flex: 0;
          flex: none;
  width: 67%;
  max-width: 952px;
}
@media (max-width: 1444px) {
  .perf-section__start-pic {
    width: 62%;
  }
}
@media (max-width: 1280px) {
  .perf-section__start-pic {
    width: 56%;
  }
}
@media (max-width: 992px) {
  .perf-section__start-pic {
    width: 100%;
  }
}
.perf-section__icons {
  margin: 2.5rem 0 0;
}
@media (max-width: 992px) {
  .perf-section__icons {
    margin: 1.5rem 0 0;
    -webkit-box-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: flex;
  }
  .perf-section__icons img {
    height: 64px;
    width: auto;
  }
}
.perf-section__rank {
  box-shadow: 0 8px 32px 0 #dde8fc;
  background: linear-gradient(148deg, #86b3ff 0%, #ff7779 100%), rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  padding: 5rem 2.5rem 0;
  text-align: center;
  color: #fff;
}
@media (max-width: 992px) {
  .perf-section__rank {
    padding: 3rem 1.5rem 0;
  }
}
@media (max-width: 992px) {
  .perf-section__rank .section__top {
    margin-bottom: 2rem;
  }
}
.perf-section__rank .section__top .title {
  font-size: 2.5rem;
}
@media (max-width: 992px) {
  .perf-section__rank .section__top .title {
    font-size: 2rem;
  }
}
@media (max-width: 680px) {
  .perf-section__rank .section__top .title {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
}
.perf-section__rank .section__top .text-note {
  color: #fff;
}
.perf-section__rank-bottom {
  position: relative;
  display: table;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .perf-section__rank-bottom {
    padding: 0 7rem;
  }
}
@media (max-width: 680px) {
  .perf-section__rank-bottom {
    padding: 0;
    margin: 0 -0.5rem;
  }
}
.perf-section__rank-position {
  position: absolute;
  top: 45%;
  right: calc(100% + 1rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 992px) {
  .perf-section__rank-position {
    right: initial;
    left: -2rem;
  }
}
@media (max-width: 680px) {
  .perf-section__rank-position {
    display: none;
  }
}
.perf-section__rank-position img {
  min-height: 164px;
  min-width: 221px;
}
@media (max-width: 1280px) {
  .perf-section__rank-position img {
    min-height: initial;
    min-width: initial;
    height: 120px;
    width: 180px;
  }
}
@media (max-width: 992px) {
  .perf-section__rank-position img {
    height: 90px;
    width: 160px;
  }
}
.perf-section__rank-pic img {
  width: 100%;
}
.perf-section__list {
  margin: 5rem 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 992px) {
  .perf-section__list {
    margin: 3rem 0 0;
  }
}
@media (max-width: 680px) {
  .perf-section__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.perf-section__item .title {
  margin: 0 0 0.5rem;
}
.perf-section__item .text-note {
  max-width: 390px;
  margin: 0;
}
.perf-section__pic {
  margin: 0 0 1.5rem;
  border: 4px solid #fff;
  border-radius: 14px;
  box-shadow: 0 8px 32px 0 #dde8fc;
  overflow: hidden;
}
.perf-section__pic img {
  width: 100%;
}
.perf-section__banner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  gap: 4rem;
  padding: 5rem 0 0;
  margin: 5rem 0 0;
  border-top: 1px solid rgba(22, 22, 22, 0.16);
}
@media (max-width: 992px) {
  .perf-section__banner {
    padding: 3rem 0 0;
    margin: 3rem 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    gap: 3rem;
  }
}
.perf-section__banner .section__top {
  margin: 0;
}
@media (max-width: 992px) {
  .perf-section__banner .section__top {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .perf-section__banner .section__top .section__buttons {
    -webkit-box-pack: center;
            justify-content: center;
  }
}
.perf-section__banner-pic {
  -webkit-box-flex: 0;
          flex: none;
  width: 59%;
  max-width: 838px;
}
@media (max-width: 1280px) {
  .perf-section__banner-pic {
    width: 54%;
  }
}
@media (max-width: 992px) {
  .perf-section__banner-pic {
    width: 100%;
  }
}
.perf-section__banner-pic img {
  box-shadow: 0 8px 32px 0 #dde8fc;
  border: 4px solid #fff;
  border-radius: 14px;
}

/*! Features
----------------------
 */
.features-section__grid {
  display: -webkit-box;
  display: flex;
  gap: 1.5rem;
  margin: 0 0 5rem;
}
@media (max-width: 992px) {
  .features-section__grid {
    margin: 0 0 3rem;
  }
}
@media (max-width: 680px) {
  .features-section__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.features-section__card {
  -webkit-box-flex: 1;
          flex: 1;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.07);
  background: #fff;
  border: 4px solid #fff;
  border-radius: 14px;
  overflow: hidden;
}
.features-section__card-pic img {
  width: 100%;
}
.features-section__card-about {
  padding: 3rem;
}
@media (max-width: 992px) {
  .features-section__card-about {
    padding: 1.5rem 1rem;
  }
}
.features-section__card-about .title {
  margin: 0 0 10px;
}
.features-section__card-about .text-note {
  margin: 0;
}
.features-section__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 992px) {
  .features-section__list {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 2.5rem;
  }
}
@media (max-width: 680px) {
  .features-section__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.features-section__item-pic {
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.07);
  border: 4px solid #fff;
  border-radius: 14px;
  margin: 0 0 1.5rem;
  overflow: hidden;
}
.features-section__item-pic img {
  width: 100%;
}
.features-section__item .title {
  margin: 0 0 0.5rem;
}
.features-section__item .text-note {
  max-width: 390px;
  margin: 0;
}
.features-section__fiches {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  grid-row-gap: 2.5rem;
  border-top: 1px solid rgba(22, 22, 22, 0.16);
  padding: 5rem 0 0;
  margin: 5rem 0 0;
}
@media (max-width: 992px) {
  .features-section__fiches {
    padding: 3rem 0 0;
    margin: 3rem 0 0;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 680px) {
  .features-section__fiches {
    grid-template-columns: repeat(1, 1fr);
  }
}
.features-section__fiches-item .title {
  margin: 0 0 0.5rem;
}
.features-section__fiches-item .text-note {
  margin: 0;
  max-width: 400px;
}
.features-section__fiches-icon {
  background: #DDE6F4;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  margin: 0 0 1.5rem;
}
.features-section .cta-banner {
  margin-top: 6rem;
}

/*! Reviews
------------------
 */
.reviews-section__elite {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0 0 10px;
}
@media (max-width: 992px) {
  .reviews-section__elite img {
    height: 30px;
    width: auto;
  }
}
@media (max-width: 680px) {
  .reviews-section__elite img {
    height: 28px;
  }
}
.reviews-section__elite span {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  position: relative;
  display: block;
  margin-left: 1rem;
  padding-left: 1rem;
}
@media (max-width: 680px) {
  .reviews-section__elite span {
    font-size: 0.875rem;
    margin-left: 0.5rem;
    padding-left: 0.75rem;
  }
}
.reviews-section__elite span:before {
  width: 2px;
  height: 1rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #DBDBDB;
  content: "";
}
.reviews-section__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 992px) {
  .reviews-section__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 680px) {
  .reviews-section__grid {
    gap: 1rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
.reviews-section__item {
  padding: 2.5rem;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.07);
  border-radius: 14px;
  background: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
@media (max-width: 992px) {
  .reviews-section__item {
    padding: 1.5rem;
  }
}
@media (max-width: 680px) {
  .reviews-section__item {
    padding: 1.25rem;
  }
}
.reviews-section__rating {
  margin: 0 0 10px;
}
@media (max-width: 992px) {
  .reviews-section__rating img {
    height: 20px;
    width: auto;
  }
}
.reviews-section__text {
  line-height: 1.6;
  font-size: 1.125rem;
}
@media (max-width: 992px) {
  .reviews-section__text {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.reviews-section__author {
  padding: 1.5rem 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin: auto 0 0;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
}
.reviews-section__button {
  margin: 2.5rem 0 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

/*! Info
------------------------
 */
.info-section {
  display: -webkit-box;
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 992px) {
  .info-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
@media (max-width: 680px) {
  .info-section .section__buttons {
    gap: 1rem;
  }
  .info-section .section__buttons .button {
    padding: 0;
    -webkit-box-flex: 1;
            flex: auto;
  }
  .info-section .section__buttons .button_empty {
    -webkit-box-flex: 0;
            flex: none;
  }
}
.info-section__column {
  -webkit-box-flex: 1;
          flex: 1;
  padding: 4rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  background: var(--color-bg);
  border-radius: 14px;
}
@media (max-width: 992px) {
  .info-section__column {
    padding: 2.5rem;
  }
}
@media (max-width: 680px) {
  .info-section__column {
    padding: 1.5rem;
  }
}
.info-section__column h2.title {
  font-size: 2.5rem;
}
@media (max-width: 992px) {
  .info-section__column h2.title {
    font-size: 2rem;
  }
}
.info-section__item {
  padding-left: 2rem;
  position: relative;
}
.info-section__item .title {
  margin: 0 0 0.5rem;
}
.info-section__item .text-note {
  margin: 0;
  max-width: initial;
}
.info-section__item:not(:last-child) {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #DBDBDB;
}
.info-section__count {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: flex;
  background: var(--color-accent);
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
}
.info-section__docs {
  margin: auto 0 0;
}
.info-section__docs img {
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.04);
  border-radius: 14px;
  width: 100%;
}