/*! 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.
 */
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 */
  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;
}

:root {
  --grid-m-t: 50px;
  --block-pd: 8.5em;
  --btn-fz: 15px;
  --cont-pd: 50px;
  --item-border-rad: 14px;
  --btn-border-rad: 60px;
}
@media (max-width: 1439px) {
  :root {
    --grid-m-t: 2em;
    --block-pd: 6em;
    --cont-pd: 40px;
  }
}
@media (max-width: 1279px) {
  :root {
    --cont-pd: 30px;
    --grid-m-t: 35px;
  }
}
@media (max-width: 1023px) {
  :root {
    --item-border-rad: 6px;
  }
}
@media (max-width: 767px) {
  :root {
    --cont-pd: 20px;
    --grid-m-t: 25px;
  }
}
@media (max-width: 600px) {
  :root {
    --block-pd: 5em;
  }
}
@media (max-width: 479px) {
  :root {
    --btn-fz: 14px;
  }
}

/*
'none'
'bounceIn'
'bounceInUp'
'bounceInDown'
'bounceInLeft'
'bounceInRight'
'elastic'
'fadeIn'
'fadeInUp'
'fadeInUpSmall'
'fadeInUpBig'
'fadeInDown'
'fadeInDownBig'
'fadeInLeft'
'fadeInLeftBig'
'fadeInRight'
'fadeInRightBig'
'flipInX'
'flipInY'
'lightSpeedIn'
'rotateIn'
'rotateInUpLeft'
'rotateInUpRight'
'rotateInDownLeft'
'rotateInDownRight'
'rollIn'
'slideInUp'
'slideInDown'
'slideInLeft'
'slideInRight'
'wipeInLeftTop'
'zoomIn'
'zoomInUp'
'zoomInDown'
'zoomInLeft'
'zoomInRight'
'FadeInUpDemos'
*/
[data-animation^="innerAnimated"] {
  visibility: hidden;
}

.animated,
.innerAnimated {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes elastic {
  0%, 100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  25% {
    -webkit-transform: scale3d(1, 1.2, 1);
    transform: scale3d(1, 1.2, 1);
  }
  50% {
    -webkit-transform: scale3d(1, 0.85, 1);
    transform: scale3d(1, 0.85, 1);
  }
  75% {
    -webkit-transform: scale3d(1, 1.05, 1);
    transform: scale3d(1, 1.05, 1);
  }
}
@-webkit-keyframes elastic {
  0%, 100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  25% {
    -webkit-transform: scale3d(1, 1.2, 1);
    transform: scale3d(1, 1.2, 1);
  }
  50% {
    -webkit-transform: scale3d(1, 0.85, 1);
    transform: scale3d(1, 0.85, 1);
  }
  75% {
    -webkit-transform: scale3d(1, 1.05, 1);
    transform: scale3d(1, 1.05, 1);
  }
}
@keyframes elastic {
  0%, 100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  25% {
    -webkit-transform: scale3d(1, 1.2, 1);
    -ms-transform: scale3d(1, 1.2, 1);
    transform: scale3d(1, 1.2, 1);
  }
  50% {
    -webkit-transform: scale3d(1, 0.85, 1);
    -ms-transform: scale3d(1, 0.85, 1);
    transform: scale3d(1, 0.85, 1);
  }
  75% {
    -webkit-transform: scale3d(1, 1.05, 1);
    -ms-transform: scale3d(1, 1.05, 1);
    transform: scale3d(1, 1.05, 1);
  }
}
.fadeInUpDemos {
  -webkit-animation-name: fadeInUpDemos;
  animation-name: fadeInUpDemos;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

@-webkit-keyframes fadeInUpDemos {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpDemos {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(170px);
    transform: translateX(170px);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(170px);
    transform: translateX(170px);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (max-width: 768px) {
  @-webkit-keyframes slideInRight {
    0% {
      opacity: 0;
      -webkit-transform: translateX(60px);
      transform: translateX(60px);
    }
    25% {
      opacity: 1;
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @keyframes slideInRight {
    0% {
      opacity: 0;
      -webkit-transform: translateX(60px);
      transform: translateX(60px);
    }
    25% {
      opacity: 1;
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes wipeInLeftTop {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes wipeInLeftTop {
  0% {
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

/*animations for payments block*/
@keyframes circleMove {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes imageMove1 {
  from {
    -webkit-transform: translateX(-50%) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-360deg);
  }
}
@keyframes imageMove2 {
  from {
    -webkit-transform: translateX(-50%) rotate(-60deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-420deg);
  }
}
@keyframes imageMove3 {
  from {
    -webkit-transform: translateX(-50%) rotate(-120deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-480deg);
  }
}
@keyframes imageMove4 {
  from {
    -webkit-transform: translateX(-50%) rotate(-180deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-540deg);
  }
}
@keyframes imageMove5 {
  from {
    -webkit-transform: translateX(-50%) rotate(-240deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-600deg);
  }
}
@keyframes imageMove6 {
  from {
    -webkit-transform: translateX(-50%) rotate(-300deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-660deg);
  }
}
@keyframes featuresAnim {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.featuresAnim {
  -webkit-animation-name: featuresAnim;
  animation-name: featuresAnim;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

@-webkit-keyframes featuresAnim {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*  Tags  */
html {
  font-size: 17px;
}
@media (max-width: 767px) {
  html {
    font-size: 16px;
  }
}

* {
  box-sizing: border-box;
}

body {
  width: 100%;
  background-color: #FEFEFE;
  scroll-behavior: smooth;
}

.lock-scroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 100vh;
  padding-right: var(--scrollbar-width, 0px);
}

main {
  position: relative;
  z-index: 1;
  background-color: #FEFEFE;
  overflow: hidden;
}

section,
footer {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

img {
  width: 100%;
  display: block;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0A0F1A;
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
  margin: 0;
}

h1 {
  font-family: "Inter Tight", sans-serif;
  font-size: 4.94rem;
  letter-spacing: -0.01em;
  line-height: 0.94;
}
@media (max-width: 1679px) {
  h1 {
    font-size: 4.4em;
  }
}
@media (max-width: 1439px) {
  h1 {
    font-size: 4em;
  }
}
@media (max-width: 1279px) {
  h1 {
    font-size: 3em;
  }
}
@media (max-width: 1023px) {
  h1 {
    font-size: 4em;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 10vw;
  }
}

h2 {
  font-size: 57px;
  line-height: 1;
  letter-spacing: -0.01em;
}
@media (max-width: 1439px) {
  h2 {
    font-size: 54px;
  }
}
@media (max-width: 1279px) {
  h2 {
    font-size: 46px;
  }
}
@media (max-width: 1023px) {
  h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
    letter-spacing: 0;
  }
}
@media (max-width: 479px) {
  h2 {
    font-size: 26px;
  }
}

h3 {
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
@media (max-width: 1279px) {
  h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 23px;
    letter-spacing: 0;
  }
}

h4 {
  font-size: 23px;
  line-height: 1.23;
  letter-spacing: -0.02em;
}
@media (max-width: 1279px) {
  h4 {
    font-size: 21px;
    line-height: 1.1;
  }
}
@media (max-width: 1023px) {
  h4 {
    font-size: 17px;
  }
}

h5 {
  font-size: 1.38rem;
  line-height: 1.3;
  letter-spacing: -0.03em;
}

h6 {
  font-size: 17px;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: 0;
}

p {
  font-family: "Inter Tight", sans-serif;
  font-size: 1rem;
  line-height: 1.71;
  letter-spacing: 0;
  color: #5A5A67;
  padding: 0;
  margin: 0;
  font-weight: 400;
}
@media (max-width: 1279px) {
  p {
    font-size: 16px;
    line-height: 1.5;
  }
}
.section_inverse p:not(.sup) {
  color: #9B9CAD;
}

a {
  font-family: "Inter Tight", sans-serif;
  letter-spacing: 0;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s ease-in;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

li {
  margin: 0;
  list-style-type: none;
  font-family: "Inter Tight", sans-serif;
  font-size: 1rem;
  line-height: 1.647;
  letter-spacing: 0;
  font-weight: 500;
  color: #0A0F1A;
}
@media (max-width: 1023px) {
  li {
    font-size: calc(1rem - 1px);
  }
}
@media (max-width: 767px) {
  li {
    font-size: 1rem;
  }
}

figure,
figcaption {
  margin: 0;
  padding: 0;
}

/*  Containers  */
.content-wrap {
  margin: 0;
  padding: 0;
  position: relative;
}

.cont {
  position: relative;
  padding: 0 var(--cont-pd);
  margin: 0 auto;
  width: 100%;
  z-index: 3;
}

.cont_fw {
  max-width: 100%;
  padding: 0;
}

.cont_header {
  max-width: 1914px;
}

.cont_lg {
  max-width: 1914px;
}

.cont_extra {
  max-width: 1813px;
}

.cont_md {
  max-width: 1720px;
}

.cont_sm {
  max-width: 1400px;
}
@media (max-width: 767px) {
  .cont_sm {
    max-width: 600px;
  }
}

.cont_extra_sm {
  max-width: 1110px;
}
@media (max-width: 767px) {
  .cont_extra_sm {
    max-width: 600px;
  }
}

.cont_ft {
  max-width: 1570px;
  position: relative;
  z-index: 2;
}

.row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*  General Classes */
.section_inverse h1,
.section_inverse h2,
.section_inverse h3,
.section_inverse h4,
.section_inverse h5,
.section_inverse h6,
.section_inverse .sub,
.section_inverse .sup {
  color: #FFFFFF;
}

/*Buttons*/
.btn {
  font-family: "Inter Tight", sans-serif;
  font-size: var(--btn-fz);
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  display: inline-flex;
  text-transform: none;
  padding: 17px 21px 16px;
  border: 2px solid #FF6600;
  color: #FFFEFE;
  background-color: #FF6600;
  border-radius: var(--btn-border-rad);
}
@media (max-width: 479px) {
  .btn {
    padding: 15px 16px 14px;
  }
}
.btn:hover {
  background-color: #E35B00;
  border-color: #E35B00;
}
.btn:hover img {
  animation: rotateBtnAnim 1s ease-in-out;
}
.btn.has-icon {
  display: flex;
  align-items: center;
  max-width: fit-content;
  gap: 5px;
}
.btn.has-icon i {
  display: flex;
  font-size: 16px;
  line-height: 1;
  margin: 0;
  max-width: 17px;
}
.btn.has-icon img {
  max-width: 17px;
}
.btn.btn_alt {
  background-color: #340ECA;
  border-color: #340ECA;
}
.btn.btn_alt:hover {
  background-color: #170075;
  border-color: #170075;
}
.btn.btn_alt2 {
  color: #0A0F1A;
  background-color: #d5f864;
  border-color: #d5f864;
}
.btn.btn_alt2:hover {
  color: #0A0F1A;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn.btn_header {
  position: relative;
  font-size: calc(var(--btn-fz) - 1px);
  padding: 12px 18px;
  color: #000000;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 40px;
  transition: 0.3s all ease;
}
.btn.btn_header:hover {
  color: #ffffff;
  background: #000000;
  border: 1px solid #000000;
}
.btn.btn_header.has-icon i {
  font-size: 15px;
}

.btn i {
  font-family: "fontello";
  display: block;
  text-align: center;
  font-size: 10px;
  line-height: 1.5;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .btn i {
    font-size: 8px;
  }
}

.icon-arrow:before {
  content: "\E812";
}

.sub {
  margin-left: auto;
  margin-right: auto;
}

.sup {
  max-width: fit-content;
  margin-bottom: 1.9em;
  padding: 6px 10px;
  font-family: "Inter Tight", sans-serif;
  text-transform: uppercase;
  color: #0A0F1A;
  font-size: 13px;
  line-height: 1em;
  letter-spacing: 0;
  font-weight: 500;
  background-color: #FEFEFE;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 13.5px;
}
@media (max-width: 1279px) {
  .sup {
    margin-bottom: 1.3em;
  }
}
@media (max-width: 767px) {
  .sup {
    margin-bottom: 0.8em;
  }
}
.sup.sup_alt {
  color: #FFFFFF;
}

.center {
  text-align: center;
}

.section_title span {
  position: relative;
}
.section_title span svg {
  opacity: 0;
  z-index: 0;
  position: absolute;
  left: 0;
  bottom: 3%;
  width: 100%;
}
@media (max-width: 1279px) {
  .section_title span svg {
    bottom: 0%;
  }
}
@media (max-width: 767px) {
  .section_title span svg {
    bottom: -3%;
  }
}
.section_title.animated svg {
  opacity: 1;
}
.section_title.animated .title_underline {
  stroke-dasharray: 550;
  stroke-dashoffset: 550;
  animation: 1.5s assinatura 0s forwards;
}

.descr {
  max-width: 400px;
  margin: 17px auto 0;
  font-size: 19px;
  line-height: 26px;
  letter-spacing: 0;
  font-weight: 500;
  color: #0A0F1A;
}
@media (max-width: 1279px) {
  .descr {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .descr {
    font-size: 17px;
    line-height: 24px;
  }
}
.descr .bold {
  font-weight: 700;
}
.descr .accent {
  color: #FB5546;
}

.accent {
  color: #340ECA;
}

.accent_dark {
  color: #ffffff;
}

canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrapper {
  overflow: hidden;
}

.video-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
  z-index: 3;
}
.video-popup iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.video-popup.opened {
  opacity: 1;
  visibility: visible;
}

.video-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.video-popup__content {
  position: relative;
  aspect-ratio: 16 / 9;
  width: 80%;
  max-width: 800px;
}
@media (max-width: 1023px) {
  .video-popup__content {
    border-radius: 5px;
  }
}
.video-popup__content iframe {
  padding: 20px;
  background-color: #ffffff;
  border-radius: 15px;
}

.video-popup__close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -30px;
  right: -30px;
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  transition: 0.3s all ease;
}
@media (max-width: 479px) {
  .video-popup__close {
    right: 0;
  }
}
.video-popup__close img {
  width: 12px;
  height: 12px;
}
.video-popup__close:hover {
  transform: rotate(360deg);
}

@-webkit-keyframes assinatura {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes assinatura {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes text-bg-animate {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes text-bg-animate {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes rotateBtnAnim {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
/*  Loader  */
#loader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 1000;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}
#loader .wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#loader .loading {
  color: #0A0F1A;
  --duration: 1000ms;
  font-family: "Inter Tight", sans-serif;
  font-size: 24px;
  position: relative;
  white-space: nowrap;
  user-select: none;
}
#loader .loading span {
  --x: 0;
  --y: 0;
  --move-y: 0;
  --move-y-s: 0;
  --delay: 0ms;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  text-indent: calc(var(--x) * -1);
  overflow: hidden;
  transform: translate(var(--x), var(--y));
}
#loader .loading.start div {
  opacity: 0;
}
#loader .loading.start span {
  animation: move var(--duration) ease-in-out var(--delay);
}

@keyframes move {
  30% {
    transform: translate(var(--x), var(--move-y));
  }
  82% {
    transform: translate(var(--x), var(--move-y-s));
  }
}
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 1279px) {
  header {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 1023px) {
  header {
    position: absolute;
    background-color: transparent;
  }
  header .cont {
    position: static;
  }
}
@media (max-width: 767px) {
  header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
header .item:nth-of-type(1) {
  flex: 0 1 227px;
}
@media (max-width: 1279px) {
  header .item:nth-of-type(1) {
    flex: 0 1 144px;
  }
}
@media (max-width: 1023px) {
  header .item:nth-of-type(1) {
    flex: 0 1 200px;
  }
}
header .item:nth-of-type(2) {
  flex: 1 1 auto;
}
header .item:nth-of-type(3) {
  flex: 0 1 370px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
  gap: 7px;
}
@media (max-width: 1279px) {
  header .item:nth-of-type(3) {
    flex: 0 1 160px;
  }
}
@media (max-width: 1023px) {
  header .item:nth-of-type(3) {
    display: none;
  }
}
header .logo-fixed {
  display: none;
}
header .logo {
  display: inline-block;
  max-width: 138px;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
@media (max-width: 1279px) {
  header .logo {
    max-width: 120px;
  }
}
header .logo.logo_mobile {
  position: absolute;
  left: 30px;
  top: 25px;
  z-index: 2;
  animation-delay: 0.4s;
}
@media (min-width: 1024px) {
  header .logo.logo_mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  header .logo.logo_mobile {
    left: 20px;
    top: 20px;
  }
}

@media (max-width: 1023px) {
  nav {
    display: none;
  }
}
nav li {
  display: inline-block;
}
nav li + li {
  margin-left: 1.48em;
}
@media (max-width: 1279px) {
  nav li + li {
    margin-left: 0.6em;
  }
}
nav .nav_link {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  color: #0A0D2A;
  position: relative;
  padding: 0.5em 0;
}
nav .nav_link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #0A0D2A;
  transition: width 0.2s ease;
}
nav .nav_link:hover {
  color: #0A0D2A;
}
nav .nav_link:hover:after {
  width: 100%;
}
nav .nav_link.free::before {
  content: 'Free';
  position: absolute;
  top: -8px;
  right: -34px;
  padding: 4px 7px;
  font-family: "Inter Tight", sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #ffffff;
  background: url("../img/free.png") top center no-repeat;
  background-size: cover;
  border-radius: 13.5px;
}
nav .btn_mob {
  display: none;
}

/* MOBILE_MENU */
.scroll-hidden {
  overflow: hidden;
}

.nav-mobile {
  display: none;
}
@media (max-width: 1023px) {
  .nav-mobile {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    top: 0;
    left: 0;
    height: 0;
    min-height: 0;
    text-align: center;
    margin-top: 0;
    padding: 0;
    background-color: #07060C;
    border-radius: 0;
    overflow: hidden;
    z-index: 99;
    will-change: width, transform, transition, border-radius, height;
    -webkit-transition: height 0.8s ease, min-height 0.8s ease;
    transition: height 0.8s ease, min-height 0.8s ease;
  }
  .nav-mobile.is-active {
    border-radius: 0;
    height: 100vh;
    min-height: 370px;
    overflow: visible;
    overflow-y: auto;
  }
  .nav-mobile.is-active .menu {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  .nav-mobile.is-active .menu a:after {
    background: #ffffff;
  }
  .nav-mobile.is-active li {
    animation-name: fadeIn;
    animation-duration: 0.6s;
    animation-fill-mode: both;
  }
  .nav-mobile.is-active .logo_mobile {
    animation-name: fadeIn;
    animation-duration: 0.6s;
    animation-fill-mode: both;
  }
  .nav-mobile li {
    display: block;
  }
  .nav-mobile li:nth-of-type(1) {
    animation-delay: 0.5s;
  }
  .nav-mobile li:nth-of-type(2) {
    animation-delay: 0.6s;
  }
  .nav-mobile li:nth-of-type(3) {
    animation-delay: 0.7s;
  }
  .nav-mobile li:nth-of-type(4) {
    animation-delay: 0.8s;
  }
  .nav-mobile li:nth-of-type(5) {
    animation-delay: 0.9s;
  }
  .nav-mobile li:nth-of-type(6) {
    animation-delay: 1s;
  }
  .nav-mobile li .nav_link {
    font-size: 30px;
    color: #ffffff;
    padding-top: 0;
    padding-bottom: 0.4em;
    color: #FFFFFF;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .nav-mobile li .nav_link {
    font-size: 24px;
  }
}
@media (max-width: 1023px) {
  .nav-mobile li .nav_link:hover {
    color: #9B9CAD;
  }
  .nav-mobile li .nav_link::after {
    display: none;
  }
  .nav-mobile li + li {
    margin-top: 7px;
    margin-left: 0;
  }
  .nav-mobile .btn_mob {
    display: inline-block;
    margin-top: 30px;
  }
  .nav-mobile .btn_mob a {
    display: flex;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .nav-mobile .btn_mob a {
    padding: 18px 23px;
    font-size: 15px;
  }
}
@media (max-width: 1023px) and (max-width: 479px) {
  .nav-mobile .btn_mob a {
    font-size: 14px;
  }
}

/*  Hamburger   */
.hamburger {
  display: none;
}
@media (max-width: 1023px) {
  .hamburger {
    display: block;
    position: relative;
    z-index: 1001;
    line-height: 0.5em;
  }
}
.hamburger .hamburger-box {
  width: 35px;
}

.hamburger {
  width: 25px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 30px;
  will-change: transform;
  transform: translateY(-50%) rotate(0deg);
  transition: 0.5s ease;
  cursor: pointer;
  opacity: 1;
}
@media (max-width: 1023px) {
  .hamburger {
    right: 30px;
    left: auto;
  }
}
@media (max-width: 767px) {
  .hamburger {
    right: 20px;
  }
}
.hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #0A0D2A;
  border-radius: 0;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: all 0.35s ease;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  top: 7px;
}
.hamburger span:nth-child(3) {
  top: 14px;
}
.hamburger.open span {
  background-color: #0A0D2A;
}
.hamburger.open span:nth-child(1) {
  top: 7px;
  transform: rotate(135deg);
  background: #ffffff;
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
  right: 60px;
}
.hamburger.open span:nth-child(3) {
  top: 7px;
  transform: rotate(-135deg);
  background: #ffffff;
}

.fixed-header {
  position: fixed;
  transform: translateY(-100%);
  padding-top: 5px;
  padding-bottom: 5px;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  transition: 0.3s all ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1023px) {
  .fixed-header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.fixed-header.fixed-header__unvisable {
  transform: translateY(-100%);
  z-index: 99999;
}
.fixed-header.fixed-header__visable {
  transform: translateY(0);
  z-index: 99999;
}
.fixed-header .item:nth-of-type(2) {
  margin-left: 100px;
}
@media (max-width: 1439px) {
  .fixed-header .item:nth-of-type(2) {
    margin-left: 0;
  }
}
.fixed-header .logo-fixed {
  display: block;
  max-width: 25px;
}
.fixed-header .logo-fixed.logo_mobile {
  position: absolute;
  left: 30px;
  top: 15px;
  z-index: 2;
  animation-delay: 0.4s;
}
@media (min-width: 1024px) {
  .fixed-header .logo-fixed.logo_mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  .fixed-header .logo-fixed.logo_mobile {
    left: 20px;
    row-gap: 40px;
  }
}
.fixed-header .logo {
  display: none;
}
.fixed-header .nav_link {
  color: #0A0F1A;
}
.fixed-header .nav_link:hover {
  color: #0A0F1A;
}
.fixed-header .nav_link::after {
  background-color: #0A0F1A;
}
.fixed-header .nav_link.free::before {
  top: -5px;
}
.fixed-header .hamburger span {
  background-color: #0A0F1A;
}
.fixed-header .nav-mobile {
  top: -15px;
}
.fixed-header .nav-mobile.is-active .btn.btn_header {
  display: block;
  color: #fffcfd;
  background: transparent;
  border-color: #fffcfd;
}
.fixed-header .nav-mobile.is-active .btn.btn_header:hover {
  color: #07060c;
  background: #fffcfd;
  border-color: #fffcfd;
}
.fixed-header .btn.btn_header {
  color: #fffcfd;
  background: #07060c;
  border-color: #07060c;
}
.fixed-header .btn.btn_header:hover {
  color: #07060c;
  background: #ffffff;
  border-color: #07060c;
}
@media (max-width: 1023px) {
  .fixed-header .btn.btn_header {
    display: none;
  }
}
.fixed-header .btn.btn_header::before, .fixed-header .btn.btn_header::after {
  display: none;
}

.marquee-small {
  position: relative;
  overflow: hidden;
  background-color: #07060C;
}
.marquee-small.reverse .marquee_text {
  padding-top: 0;
  padding-bottom: 3em;
  animation: marquee-reverse 30s linear infinite;
}
.marquee-small .marquee_text {
  width: 100%;
  margin: 0 auto;
  white-space: nowrap;
  display: flex;
  align-items: center;
  padding-top: 2.95em;
  padding-bottom: 1em;
  animation: marquee 30s linear infinite;
}
@media (max-width: 1023px) {
  .marquee-small .marquee_text {
    animation: marquee 15s linear infinite;
  }
}
.marquee-small .marquee_text .marquee-item {
  padding: 13px 20px;
  margin-right: 17px;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 11px;
  background-color: #23202d;
  border-radius: 70px;
}
@media (max-width: 1279px) {
  .marquee-small .marquee_text .marquee-item {
    padding: 13px 20px;
  }
}
.marquee-small .marquee_text .marquee-item p {
  font-family: "Inter Tight", sans-serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1em;
  font-weight: 400;
  color: #fffefe;
}
@media (max-width: 1279px) {
  .marquee-small .marquee_text .marquee-item p {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .marquee-small .marquee_text .marquee-item p {
    font-size: 17px;
  }
}
.marquee-small .marquee_text .marquee-item img {
  width: 50px;
  height: 50px;
}
@media (max-width: 1279px) {
  .marquee-small .marquee_text .marquee-item img {
    width: 40px;
    height: 40px;
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes marquee-reverse {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
.quick-start {
  position: relative;
  padding-bottom: var(--block-pd);
  z-index: 0;
}
.quick-start .wrapper {
  padding: 67px 60px;
  position: relative;
  background: url("../img/start/bg.jpg") top center no-repeat;
  background-size: cover;
  border-radius: 25px;
}
@media (max-width: 1279px) {
  .quick-start .wrapper {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .quick-start .wrapper {
    padding: 25px;
  }
}
.quick-start .section_title {
  font-size: 53px;
  color: #FFFFFF;
}
@media (max-width: 1279px) {
  .quick-start .section_title {
    font-size: 36px;
  }
}
@media (max-width: 479px) {
  .quick-start .section_title {
    font-size: 23px;
    line-height: 28px;
  }
}
.quick-start .section_title span {
  display: block;
  margin-top: -2px;
  line-height: 1.2;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-image: linear-gradient(207deg, #f7f981 0%, #c4f981 100%);
}
@media (max-width: 479px) {
  .quick-start .section_title span {
    line-height: 28px;
  }
}
.quick-start .content-wrap {
  margin-top: 1.5em;
  display: flex;
  align-items: center;
  gap: 2.6vw;
}
@media (max-width: 1279px) {
  .quick-start .content-wrap {
    gap: 30px;
  }
}
@media (max-width: 1023px) {
  .quick-start .content-wrap {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .quick-start .content-wrap {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .quick-start .content-wrap {
    flex-wrap: wrap;
    row-gap: 30px;
  }
}
.quick-start .arrow {
  max-width: 33px;
  max-height: 33px;
}
@media (max-width: 1279px) {
  .quick-start .arrow {
    display: none;
  }
}
.quick-start .item {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media (max-width: 1279px) {
  .quick-start .item {
    flex-basis: calc((100% - 60px) / 3);
  }
}
@media (max-width: 1023px) {
  .quick-start .item {
    flex-direction: column;
    flex-basis: calc((100% - 40px) / 3);
  }
}
@media (max-width: 767px) {
  .quick-start .item {
    flex-basis: calc((100% - 20px) / 3);
  }
}
@media (max-width: 767px) {
  .quick-start .item {
    flex-basis: calc((100% - 10px) / 2);
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.quick-start .item .img-wrap {
  position: relative;
}
@media (max-width: 1279px) {
  .quick-start .item .img-wrap {
    max-width: fit-content;
  }
}
.quick-start .item .img-wrap .item-numb {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter Tight", sans-serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 0;
  color: #ffffff;
  border-radius: 50%;
  background: url("../img/start/item-bg.jpg") top center no-repeat;
  background-size: cover;
}
.quick-start .item .img-wrap > img {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 19px;
  height: 19px;
}
.quick-start .item-cont .step {
  display: inline-block;
  padding: 4px 8px 3px;
  font-family: "Inter Tight", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 13px;
}
.quick-start .item-cont .item-title {
  font-family: "Inter Tight", sans-serif;
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  letter-spacing: 0;
  color: #ffffff;
}
@media (max-width: 1439px) {
  .quick-start .item-cont .item-title {
    font-size: 26px;
  }
}
@media (max-width: 1279px) {
  .quick-start .item-cont .item-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .quick-start .item-cont .item-title {
    margin-top: 5px;
    font-size: 17px;
    line-height: 21px;
  }
}
.quick-start .tooltip {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  padding: 53px 11vw 30px 41px;
  opacity: 0;
  visibility: hidden;
  background: url("../img/start/bg.jpg") top center no-repeat;
  background-size: cover;
  transition: opacity 0.66s cubic-bezier(0.66, 0, 0.01, 1) 0.66s, visibility 0s linear 1.32s;
  z-index: 2;
}
@media (max-width: 1279px) {
  .quick-start .tooltip {
    padding: 30px 11vw 30px 30px;
  }
}
@media (max-width: 479px) {
  .quick-start .tooltip {
    padding: 25px;
  }
}
.quick-start .tooltip .tooltip-title {
  font-size: 24px;
  color: #FFFFFF;
  line-height: 1.2;
}
.quick-start .tooltip .tooltip-title span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-image: linear-gradient(207deg, #f7f981 0%, #c4f981 100%);
}
@media (max-width: 479px) {
  .quick-start .tooltip .tooltip-title span {
    display: block;
  }
}
.quick-start .tooltip > p {
  margin-top: 2.15em;
  font-family: "Inter Tight", sans-serif;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 0;
  font-weight: 400;
  color: #ffffff;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.66s cubic-bezier(0.66, 0, 0.2, 1);
}
@media (max-width: 1279px) {
  .quick-start .tooltip > p {
    font-size: 17px;
    margin-top: 1.15em;
  }
}
@media (max-width: 767px) {
  .quick-start .tooltip > p {
    font-size: 16px;
    line-height: 24px;
  }
}
.quick-start .tooltip .btn {
  margin-top: 2.45em;
  padding: 17px 16px 16px;
  position: relative;
  background: transparent;
  border: 1px solid transparent;
  transition: 0.3s all ease;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.66s cubic-bezier(0.66, 0, 0.2, 1);
}
@media (max-width: 1279px) {
  .quick-start .tooltip .btn {
    margin-top: 1.45em;
  }
}
.quick-start .tooltip .btn i {
  font-size: 12px;
}
.quick-start .tooltip .btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--btn-border-rad);
  padding: 1px;
  background: linear-gradient(120deg, #c049b3 0%, #46bbe6 100%);
  -webkit-mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  pointer-events: none;
  transition: 0.3s all ease;
}
.quick-start .tooltip .btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--btn-border-rad);
  background: linear-gradient(120deg, #c049b3 0%, #46bbe6 100%);
  opacity: 0;
  transition: 0.3s all ease;
  z-index: -1;
}
.quick-start .tooltip .btn:hover::after {
  opacity: 1;
}
.quick-start .tooltip.visible {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
  transition-delay: 0s;
}
.quick-start .tooltip.visible p {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .66s;
}
.quick-start .tooltip.visible .btn {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .99s;
}
.quick-start .open-tooltip {
  position: absolute;
  top: 38px;
  right: 22px;
  transition: 0.3s all ease;
  cursor: pointer;
  z-index: 3;
}
@media (max-width: 767px) {
  .quick-start .open-tooltip {
    top: 25px;
    right: 15px;
  }
}
.quick-start .open-tooltip::before {
  content: '\E816';
  font-family: "fontello";
  font-size: 18px;
  padding: 13px;
  color: #000;
  background-color: #ffffff;
  border-radius: 50%;
  transition: 0.3s all ease;
}
@media (max-width: 767px) {
  .quick-start .open-tooltip::before {
    font-size: 14px;
  }
}
.quick-start .open-tooltip.open {
  transform: rotate(225deg);
}

/*    Elm    */
.ai-chat {
  padding-top: var(--block-pd);
  overflow: visible;
}
.ai-chat.block .grid {
  grid-template-columns: 1fr 1.35fr;
}
@media (max-width: 1279px) {
  .ai-chat.block .grid {
    grid-template-columns: 1fr 1.2fr;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ai-chat.block .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .ai-chat.block .grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1439px) {
  .ai-chat .item:nth-of-type(2) {
    padding-left: 50px;
  }
}
@media (max-width: 1023px) {
  .ai-chat .item:nth-of-type(2) {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .ai-chat .item:nth-of-type(2) {
    padding-left: 0;
  }
}
.ai-chat .content-wrap {
  padding-bottom: 2.4%;
}
@media (max-width: 1439px) {
  .ai-chat .content-wrap {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .ai-chat .content-wrap {
    max-width: 520px;
  }
}
.ai-chat .content-wrap .list-wrap {
  grid-template-columns: 1.5fr 1fr;
}
@media (max-width: 1439px) {
  .ai-chat .content-wrap .list-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1023px) {
  .ai-chat .content-wrap .list-wrap {
    grid-template-columns: 1.1fr 1fr;
  }
}
@media (max-width: 479px) {
  .ai-chat .content-wrap .list-wrap {
    grid-template-columns: 1fr;
  }
}
.ai-chat .img-wrap {
  position: relative;
  padding: 3.2% 1.1% 3.8% 8%;
}
.ai-chat .img-wrap .content {
  display: flex;
  flex-direction: column;
  max-width: fit-content;
  border-radius: 15px;
  overflow: hidden;
}
.ai-chat .img-wrap .content .content-body {
  display: grid;
  grid-template-columns: 0.41fr 1fr;
  background-color: #20202b;
}
.ai-chat .img-wrap .content .content-body img {
  position: relative;
}
.ai-chat .img-wrap > img:nth-of-type(1) {
  position: relative;
  max-width: 520px;
  margin-left: auto;
  z-index: 1;
}
.ai-chat .img-wrap > img:nth-of-type(2) {
  position: absolute;
  z-index: 2;
  bottom: -1.6%;
  left: 7%;
  width: 40%;
  max-width: 296px;
}
@media (max-width: 1279px) {
  .ai-chat .img-wrap > img:nth-of-type(2) {
    left: 2%;
  }
}
.ai-chat .img-wrap > img:nth-of-type(3) {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 1.5%;
  width: 26%;
  max-width: 159px;
}
@media (max-width: 1279px) {
  .ai-chat .img-wrap > img:nth-of-type(3) {
    top: auto;
    bottom: 69%;
    left: 0%;
    width: 18%;
  }
}

.hero {
  position: relative;
  overflow: visible;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  background: url("../img/bg-wrap.jpg") center center no-repeat;
  background-size: cover;
}
@media (max-width: 1279px) {
  .hero {
    min-height: auto;
    padding-bottom: 20px;
    height: 100%;
  }
}
@media (max-width: 1023px) {
  .hero {
    min-height: 500px;
    max-height: fit-content;
    padding: 9em 0 0;
  }
}
.hero .cont {
  position: relative;
  z-index: 3;
}
.hero .content_wrap {
  display: flex;
}
@media (max-width: 1023px) {
  .hero .content_wrap {
    flex-direction: column;
  }
}
.hero .content_wrap .item {
  flex-basis: calc(100% / 2);
}
.hero .content_wrap .item:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
  gap: 11.05vw;
  text-align: left;
  padding-bottom: 1.85em;
  padding-top: 17.45em;
}
@media (max-width: 1023px) {
  .hero .content_wrap .item:nth-of-type(1) {
    gap: 4.05vw;
    padding-bottom: 4.4%;
    padding-top: 0;
  }
}
.hero .content_wrap .item:nth-of-type(1) > div:nth-of-type(2) {
  display: flex;
  gap: 11px;
}
@media (max-width: 479px) {
  .hero .content_wrap .item:nth-of-type(1) > div:nth-of-type(2) {
    flex-direction: column;
    gap: 5px;
  }
}
.hero .content_wrap .item:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(1) img {
  max-width: 131px;
}
.hero .content_wrap .item:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 11px;
}
.hero .content_wrap .item:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #1F242E;
}
.hero .content_wrap .item:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) .raiting {
  display: flex;
  gap: 10px;
}
.hero .content_wrap .item:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) .raiting div {
  display: flex;
  gap: 2px;
}
.hero .content_wrap .item:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) .raiting div img {
  max-width: 15px;
}
.hero .main_title {
  display: block;
  max-width: 700px;
  margin: 0 0 0.21em;
  text-align: left;
  color: #ffffff;
}
.hero .main_title > span {
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-image: linear-gradient(90deg, #2d0e2d 0%, #77175e 26%, #f23dd2 50%, #9d1595 70%, #38183e 100%);
  animation: text-bg-animate 5s ease infinite;
}
.hero .sup_wrap {
  margin-bottom: 1.65em;
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: fit-content;
  gap: 5px;
  min-height: 28px;
  padding: 6px 8px;
  border-radius: 13.5px;
  background-color: #000;
}
.hero .sup_wrap > img {
  width: 0;
  max-width: 16px;
  min-height: 14px;
  transition: 0.3s all ease;
}
.hero .sup_wrap > img.innerAnimated {
  width: 16px;
}
.hero .hero_sup {
  font-family: "Inter Tight", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: #ffffff;
}
.hero .descr {
  max-width: 100%;
  margin-top: 1em;
  margin-bottom: 1.95em;
  font-family: "Inter Tight", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  color: #000000;
}
.hero .btns {
  display: flex;
  gap: 5px;
}
.hero .btns .btn:nth-of-type(2) {
  color: #000000;
  border-color: #FEFEFE;
  background-color: #FEFEFE;
}
.hero .btns .btn:nth-of-type(2):hover {
  color: #FEFEFE;
  border-color: #000000;
  background-color: #000000;
}
.hero .marquee-wrapper {
  overflow: hidden;
  width: 100%;
}
.hero .hero-marquee-inner,
.hero .hero-marquee-inner-inverse {
  display: flex;
}
.hero .hero-marquee-inner .hero-item-wrap,
.hero .hero-marquee-inner-inverse .hero-item-wrap {
  flex-shrink: 0;
  margin-right: 20px;
  overflow: hidden;
}
.hero .hero-slider-inverse {
  margin-top: 20px;
}
.hero .hero-item {
  position: relative;
  text-align: left;
  background-color: #ffffff;
  border-radius: 25px;
  transition: 0.3s all ease;
}
.hero .hero-item:hover .content i::before {
  transform: translateX(0);
  opacity: 1;
}
.hero .hero-item a {
  padding: 14px 14px 22px;
}
.hero .hero-item a > img {
  max-width: 387px;
  border-radius: 14px;
}
@media (max-width: 1439px) {
  .hero .hero-item a > img {
    max-width: 310px;
  }
}
@media (max-width: 1279px) {
  .hero .hero-item a > img {
    max-width: 265px;
  }
}
@media (max-width: 1023px) {
  .hero .hero-item a > img {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .hero .hero-item a > img {
    max-width: 260px;
  }
}
@media (max-width: 479px) {
  .hero .hero-item a > img {
    max-width: 185px;
  }
}
.hero .hero-item .content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.hero .hero-item .content .icon {
  display: flex;
  justify-content: flex-end;
  width: 20%;
  overflow: hidden;
}
.hero .hero-item .content > img {
  max-width: 46px;
}
.hero .hero-item .img-wrap img {
  border-radius: 14px;
}
@media (max-width: 1023px) {
  .hero .hero-item .img-wrap img {
    border-radius: 7px;
  }
}
.hero .hero-item .item-title {
  margin: 1.25em 0 0 0.4em;
}
.hero .hero-item .item-category {
  font-family: "Inter Tight", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  color: #969aa1;
  margin: 0.1em 0 0 0.5em;
}

.hero-slider-wrap {
  position: absolute;
  inset: 20px 20px 20px auto;
  padding-top: 5.15vw;
  padding-bottom: 2.4vw;
  max-width: calc(100% / 2);
  background: url("../img/hero/bg.jpg") center center no-repeat;
  background-size: cover;
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 1279px) {
  .hero-slider-wrap {
    padding-top: 8.15vw;
    border-radius: 25px;
  }
}
@media (max-width: 1023px) {
  .hero-slider-wrap {
    padding: 2em 0;
    margin: 0 var(--cont-pd) var(--cont-pd);
    max-width: 100%;
    position: relative;
    inset: auto;
  }
}

.demo {
  overflow: visible;
  position: relative;
  padding-top: var(--block-pd);
  padding-bottom: var(--block-pd);
  background-color: #F5F3EB;
  z-index: -1;
}
.demo .decor {
  position: absolute;
}
.demo .decor:nth-of-type(1) {
  top: 0;
  right: 0;
  max-width: 447px;
  width: 15vw;
  z-index: 0;
}
.demo .decor:nth-of-type(2) {
  bottom: 0;
  left: 0;
  max-width: 447px;
  width: 15vw;
  z-index: 0;
}
.demo .demos {
  display: flex;
  justify-content: center;
  overflow: hidden;
  font-size: 160px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
  font-family: "Inter Tight", sans-serif;
}
@media (max-width: 767px) {
  .demo .demos {
    font-size: 100px;
  }
}
@media (max-width: 479px) {
  .demo .demos {
    font-size: 80px;
  }
}
.demo .demos span {
  display: flex;
  flex-direction: column;
  height: 1em;
  transition: transform 1.5s ease-out;
  background: url("../img/demo/text-bg.jpg") no-repeat;
  background-size: cover;
  background-clip: text;
  color: transparent;
}
.demo .demos span span {
  flex: 0 0 100%;
  height: 100%;
}
.demo .counter-wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 5px;
}
.demo .counter-wrap img {
  max-width: 108px;
  margin-top: 0.8vw;
}
@media (max-width: 767px) {
  .demo .counter-wrap img {
    max-width: 90px;
  }
}
.demo .section_title {
  max-width: 542px;
  margin: 9px auto 0;
}
@media (max-width: 1439px) {
  .demo .section_title {
    max-width: 520px;
  }
}
@media (max-width: 1279px) {
  .demo .section_title {
    max-width: 425px;
  }
}
@media (max-width: 1023px) {
  .demo .section_title {
    max-width: 345px;
  }
}
@media (max-width: 767px) {
  .demo .section_title {
    max-width: 300px;
  }
}
.demo .demo-tabs {
  margin-top: 1.9em;
}
@media (max-width: 767px) {
  .demo .demo-tabs {
    margin-top: 34px;
  }
}
.demo div[role="tablist"] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 37px;
}
@media (max-width: 1439px) {
  .demo div[role="tablist"] {
    max-width: 70%;
    margin: 37px auto 0;
  }
}
@media (max-width: 767px) {
  .demo div[role="tablist"] {
    gap: 7px;
    max-width: 100%;
  }
}
.demo div[role="tablist"] button[role="tab"] {
  display: flex;
  align-items: center;
  font-family: "Inter Tight", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 6px 12px;
  color: #0A0F1A;
  background-color: #ffffff;
  border-radius: 20px;
  transition: 0.3s all ease;
  border: none;
  cursor: pointer;
}
@media (max-width: 1279px) {
  .demo div[role="tablist"] button[role="tab"] {
    padding: 6px 10px;
  }
}
.demo div[role="tablist"] button[role="tab"]:hover {
  color: #FF6600;
}
.demo div[role="tablist"] button[role="tab"][aria-selected="true"] {
  color: #ffffff;
  background-color: #FF6600;
}
.demo div[role="tablist"] button[role="tab"] img.woo {
  margin-right: 10px;
  max-width: 24px;
}
.demo div[role="tablist"] button[role="tab"] img.events {
  margin-right: 5px;
  max-width: 15px;
}
.demo div[role="tablist"] button[role="tab"] img.give {
  margin-right: 6px;
  max-width: 36px;
}
.demo div[role="tablist"] button[role="tab"] img.courses {
  margin-right: 9px;
  max-width: 9px;
}
.demo div[role="tablist"] button[role="tab"] img.sportpress {
  margin-right: 9px;
  max-width: 16px;
}
.demo .demos-grid {
  margin-top: var(--grid-m-t);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
  transition: 0.3s all ease;
}
@media (max-width: 1679px) {
  .demo .demos-grid {
    gap: 30px;
  }
}
@media (max-width: 1023px) {
  .demo .demos-grid {
    gap: 20px;
  }
}
.demo .demos-grid[hidden="true"] {
  display: none;
}
.demo .demos-grid .demo-item-wrap {
  flex-basis: calc((100% - 120px) / 4);
  transition: 0.3s all ease;
  cursor: pointer;
}
@media (max-width: 1679px) {
  .demo .demos-grid .demo-item-wrap {
    flex-basis: calc((100% - 90px) / 4);
  }
}
@media (max-width: 1279px) {
  .demo .demos-grid .demo-item-wrap {
    flex-basis: calc((100% - 60px) / 3);
  }
}
@media (max-width: 1023px) {
  .demo .demos-grid .demo-item-wrap {
    flex-basis: calc((100% - 20px) / 2);
  }
}
@media (max-width: 479px) {
  .demo .demos-grid .demo-item-wrap {
    flex-basis: 100%;
  }
}
.demo .demos-grid .demo-item-wrap:hover {
  transform: translateY(-7px);
}
.demo .demos-grid .demo-item-wrap.unvisable {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.demo .demos-grid .demo-item-wrap.animation {
  animation: show 1s ease 200ms backwards;
}
.demo .demos-grid .demo-item-wrap.coming-soon {
  cursor: default;
}
.demo .demos-grid .demo-item-wrap.coming-soon .img-wrap {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}
.demo .demos-grid .demo-item-wrap.coming-soon .img-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.62);
  z-index: 1;
}
.demo .demos-grid .demo-item-wrap.coming-soon .img-wrap::after {
  content: "Coming Soon";
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 13px 18px;
  font-family: "Inter Tight", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  color: #000000;
  text-transform: capitalize;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  z-index: 2;
}
.demo .demos-grid .demo-item-wrap.coming-soon .demo-item > a {
  pointer-events: none;
}
.demo .demos-grid .demo-item-wrap.coming-soon:hover {
  transform: translateY(0);
}
.demo .demos-grid .demo-item {
  position: relative;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid transparent;
  background-clip: padding-box;
  border-radius: 25px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.02), 0 4px 26px rgba(0, 0, 0, 0.03), 0 -4px 4px rgba(0, 0, 0, 0.04) inset;
  transition: 0.3s all ease;
}
.demo .demos-grid .demo-item:hover .content i::before {
  transform: translateX(0);
  opacity: 1;
}
.demo .demos-grid .demo-item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: linear-gradient(180deg, #ebe9e2 0%, #e3e1d9 100%);
  transition: 0.3s all ease;
}
.demo .demos-grid .demo-item a {
  padding: 14px 14px 22px;
}
.demo .demos-grid .demo-item a > img {
  border-radius: 14px;
}
.demo .demos-grid .demo-item .content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.demo .demos-grid .demo-item .content .icon {
  display: flex;
  justify-content: flex-end;
  width: 20%;
  overflow: hidden;
}
.demo .demos-grid .demo-item .content > img {
  max-width: 46px;
}
.demo .demos-grid .demo-item .img-wrap img {
  border-radius: 14px;
}
@media (max-width: 1023px) {
  .demo .demos-grid .demo-item .img-wrap img {
    border-radius: 7px;
  }
}
.demo .demos-grid .demo-item .item-title {
  margin: 1.25em 0 0 0.4em;
}
.demo .demos-grid .demo-item .item-category {
  font-family: "Inter Tight", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  color: #969aa1;
  margin: 0.1em 0 0 0.5em;
}
.demo .demo-btn {
  margin-top: 2.85em;
  padding: 24px 48px;
  font-size: 21px;
  font-weight: 600;
  border: 9px solid #EFECDF;
  border-radius: 50px;
  background-color: #FF6600;
  box-shadow: 0 -4px 0 rgba(0, 0, 0, 0.09) inset;
  transition: 0.3s all ease;
}
.demo .demo-btn:hover {
  transform: translateY(-7px);
}
.demo .badge-new,
.demo .badge-give,
.demo .badge-update,
.demo .badge-events,
.demo .badge-sportprees, .demo.top-pick {
  margin-top: 25px;
  max-width: 49px;
  border-radius: 8px;
}
@media (max-width: 1439px) {
  .demo .badge-new,
  .demo .badge-give,
  .demo .badge-update,
  .demo .badge-events,
  .demo .badge-sportprees, .demo.top-pick {
    margin-top: 0;
  }
}
.demo .badge-new + .badge-woo {
  margin-top: 4px;
}
.demo .badges {
  margin-top: 25px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.demo .badges:has(.badge-woo), .demo .badges:has(.badge-events), .demo .badges:has(.badge-tutor) {
  gap: 8px;
}
.demo .badges img {
  max-width: 46px;
  margin-top: 0;
}
.demo .badges img:nth-of-type(1) {
  margin-top: 1px;
}
.demo .badges img.badge-update {
  max-width: 72px;
}
.demo .badges img.badge-give {
  max-width: 55px;
}
.demo .badges img.badge-events {
  max-width: 32px;
}
.demo .badges img.badge-tutor {
  max-width: 21px;
}
.demo .badges img.top-pick {
  max-width: 75px;
  border-radius: 47px;
  box-shadow: 0 4px 10px rgba(252, 82, 140, 0.27);
}
.demo .demo-search input {
  position: relative;
  font-family: "Inter Tight", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.02em;
  width: 378px;
  padding: 13px 16px 13px 45px;
  color: #0A0F1A;
  border: none;
  outline: none;
  border-radius: 50px;
  border: 1px solid #EAE6D9;
  background: #EAE6D9 url(../img/demo/search.svg) no-repeat 1rem center;
  transition: 0.3s all ease;
}
@media (max-width: 479px) {
  .demo .demo-search input {
    width: 100%;
  }
}
.demo .demo-search input:hover, .demo .demo-search input:focus {
  border-color: #CDDCE1;
}
.demo .demo-search input::placeholder {
  font-family: "Inter Tight", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #5A5A67;
}
.demo .no-results-message {
  max-width: fit-content;
  margin: 0 auto;
  padding: 4px 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Inter Tight", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #0A0D2A;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 63px;
}
.demo .no-results-message img {
  width: 20px;
  height: 21px;
}
.demo .no-results-message.unvisable {
  display: none !important;
}
.demo .tabs-header.fixed {
  padding: 10px calc(var(--cont-pd) + 14px);
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 48px;
  left: 0;
  right: 0;
  z-index: 1000;
  background: white;
  border-top: 1px solid #E5E9EB;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1279px) {
  .demo .tabs-header.fixed {
    padding: 10px var(--cont-pd);
  }
}
@media (max-width: 1023px) {
  .demo .tabs-header.fixed {
    top: 54px;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 7px;
    padding: 15px var(--cont-pd);
  }
}
.demo .tabs-header.fixed div[role="tablist"] {
  margin: 0;
}
@media (max-width: 1439px) {
  .demo .tabs-header.fixed div[role="tablist"] {
    gap: 5px;
  }
}
@media (max-width: 1023px) {
  .demo .tabs-header.fixed div[role="tablist"] {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .demo .tabs-header.fixed div[role="tablist"] {
    display: none;
  }
}
@media (max-width: 479px) {
  .demo .tabs-header.fixed .demo-search {
    width: 100%;
  }
}
.demo .tabs-header.fixed .demo-search input {
  border: #EAE6D9;
  background-color: #EAE6D9;
}
@media (max-width: 1279px) {
  .demo .tabs-header.fixed .demo-search input {
    max-width: 270px;
  }
}
@media (max-width: 1023px) {
  .demo .tabs-header.fixed .demo-search input {
    max-width: 100%;
  }
}
@media (max-width: 479px) {
  .demo .tabs-header.fixed .demo-search input {
    max-width: 100%;
    width: 100%;
  }
}
.demo .tabs-header.fixed button#events, .demo .tabs-header.fixed button#give, .demo .tabs-header.fixed button#courses, .demo .tabs-header.fixed button#sportpress {
  display: none;
}
@media (max-width: 1439px) {
  .demo .tabs-header.fixed button#woo {
    display: none;
  }
}
.demo .tabs-placeholder {
  height: 0;
}
.demo .tags {
  display: none;
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Basic */
.block .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media (max-width: 767px) {
  .block .grid {
    grid-template-columns: 1fr;
    grid-gap: 45px;
  }
}
.block .section_title {
  margin-bottom: 0.45em;
  margin-left: -3px;
}
@media (max-width: 767px) {
  .block .section_title {
    margin-left: -2px;
  }
}
.block .btn {
  margin-top: 1.7em;
}
@media (max-width: 767px) {
  .block .btn {
    margin-top: 1.2em;
  }
}
.block .list-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 575px;
  margin-top: 1.8em;
}
@media (max-width: 1023px) {
  .block .list-wrap {
    max-width: 450px;
    margin-top: 1.3em;
    grid-template-columns: 1.1fr 1fr;
  }
}
@media (max-width: 479px) {
  .block .list-wrap {
    margin-top: 1.2em;
    grid-gap: 5px;
    grid-template-columns: 1fr;
  }
}
.block li + li {
  margin-top: 14px;
}
@media (max-width: 1439px) {
  .block li + li {
    margin-top: 15px;
  }
}
@media (max-width: 1279px) {
  .block li + li {
    margin-top: 8px;
  }
}
@media (max-width: 600px) {
  .block li + li {
    margin-top: 5px;
  }
}
.block li {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding-left: 33px;
}
@media (max-width: 1023px) {
  .block li {
    padding-left: 25px;
  }
}
.block li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 21px;
  height: 23px;
  background: url(../img/elm/check.svg) center no-repeat;
  background-size: 100%;
}
@media (max-width: 1023px) {
  .block li::before {
    width: 18px;
    height: 19px;
    top: 3px;
  }
}
.block li span {
  flex: 0 0 auto;
}
.block li .text {
  margin-top: 4px;
}
.block .img-wrap {
  position: relative;
}
.block .img-wrap img:not(:first-of-type) {
  position: absolute;
}
.block .img-wrap img:first-of-type {
  position: relative;
}
.block .content {
  max-width: 580px;
}
@media (max-width: 1023px) {
  .block .content {
    max-width: 100%;
  }
}

/*    Elm    */
.elm {
  padding-bottom: var(--block-pd);
  overflow: visible;
}
.elm .grid {
  grid-template-columns: 1fr 1.8fr;
}
@media (max-width: 1279px) {
  .elm .grid {
    grid-template-columns: 1fr 1.2fr;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .elm .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .elm .grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1439px) {
  .elm .item:nth-of-type(2) {
    padding-left: 50px;
  }
}
@media (max-width: 1023px) {
  .elm .item:nth-of-type(2) {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .elm .item:nth-of-type(2) {
    padding-left: 0;
  }
}
.elm .section_title {
  max-width: 340px;
}
@media (max-width: 1279px) {
  .elm .section_title {
    max-width: 310px;
  }
}
@media (max-width: 1023px) {
  .elm .section_title {
    max-width: 260px;
  }
}
@media (max-width: 767px) {
  .elm .section_title {
    max-width: 100%;
  }
}
.elm .section_title > span {
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-image: linear-gradient(90deg, #2d0e2d 0%, #77175e 26%, #f23dd2 50%, #9d1595 70%, #38183e 100%);
  animation: text-bg-animate 5s ease infinite;
}
.elm .content-wrap {
  padding-bottom: 2.4%;
}
@media (max-width: 1439px) {
  .elm .content-wrap {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .elm .content-wrap {
    max-width: 450px;
  }
}
.elm .content-wrap .list-wrap {
  grid-template-columns: 1.5fr 1fr;
}
@media (max-width: 1439px) {
  .elm .content-wrap .list-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1023px) {
  .elm .content-wrap .list-wrap {
    grid-template-columns: 1.1fr 1fr;
  }
}
@media (max-width: 479px) {
  .elm .content-wrap .list-wrap {
    grid-template-columns: 1fr;
  }
}
.elm .img-wrap {
  position: relative;
  padding: 4.6% 5.7% 5.8% 6%;
}
.elm .img-wrap .content {
  display: flex;
  flex-direction: column;
  max-width: fit-content;
  border-radius: 15px;
  overflow: hidden;
}
.elm .img-wrap .content .content-body {
  display: grid;
  grid-template-columns: 0.41fr 1fr;
  background-color: #20202B;
}
.elm .img-wrap .content .content-body img {
  position: relative;
}
.elm .img-wrap > img:nth-of-type(1) {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  width: 64%;
  max-width: 260px;
  border-radius: 25px;
}
@media (max-width: 1279px) {
  .elm .img-wrap > img:nth-of-type(1) {
    width: 31%;
    border-radius: 15px;
  }
}
@media (max-width: 767px) {
  .elm .img-wrap > img:nth-of-type(1) {
    border-radius: 10px;
  }
}
.elm .img-wrap > img:nth-of-type(2) {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0.7%;
  width: 12%;
  max-width: 90px;
  border-radius: 15px;
}
@media (max-width: 1279px) {
  .elm .img-wrap > img:nth-of-type(2) {
    border-radius: 7px;
  }
}

/*    WOOC    */
.wooc {
  margin-top: 0;
  padding-top: var(--block-pd);
  padding-bottom: var(--block-pd);
  overflow: visible;
  z-index: 2;
}
.wooc .grid {
  grid-template-columns: 1.225fr 1fr;
}
@media (max-width: 767px) {
  .wooc .grid {
    grid-template-columns: 1fr;
    display: flex;
    flex-direction: column;
    grid-gap: 0;
    align-items: start;
  }
  .wooc .grid .item:nth-of-type(1) {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .wooc .section_title {
    max-width: 100%;
  }
}
.wooc p:not(.sup) {
  max-width: 540px;
}
.wooc .content-wrap {
  position: relative;
  margin-left: auto;
  padding-top: 4.6%;
  max-width: 490px;
  z-index: 5;
}
@media (max-width: 1439px) {
  .wooc .content-wrap {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .wooc .content-wrap {
    max-width: 100%;
    padding-right: 0;
    margin-left: 0;
  }
}
.wooc .item:nth-of-type(1) {
  position: relative;
}
@media (max-width: 1439px) {
  .wooc .item:nth-of-type(1) {
    padding-top: 0;
    margin-right: 0;
    padding-right: 50px;
  }
}
@media (max-width: 1023px) {
  .wooc .item:nth-of-type(1) {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .wooc .item:nth-of-type(1) {
    margin-left: 0;
    padding: 0;
  }
}
.wooc .item:nth-of-type(1) .decor {
  position: absolute;
  z-index: 0;
}
.wooc .item:nth-of-type(1) .decor:nth-of-type(1) {
  bottom: -30%;
  left: -20%;
  width: 25vw;
  z-index: 1;
}
@media (max-width: 767px) {
  .wooc .item:nth-of-type(1) .decor:nth-of-type(1) {
    bottom: -18%;
    left: -15%;
  }
}
.wooc .item:nth-of-type(1) .decor:nth-of-type(2) {
  top: -30%;
  right: -20%;
  width: 25vw;
  z-index: 1;
}
@media (max-width: 1439px) {
  .wooc .item:nth-of-type(1) .decor:nth-of-type(2) {
    right: -7%;
    top: -17%;
  }
}
.wooc .img-wrap {
  padding: 7.6% 12.8% 9.3% 7.1%;
}
.wooc .img-wrap img:nth-of-type(1) {
  width: 100%;
  z-index: 2;
}
.wooc .img-wrap img:nth-of-type(2) {
  z-index: 3;
  right: 6.4%;
  top: 1.9%;
  width: 25%;
  max-width: 179px;
  border-radius: 15px;
  box-shadow: 0 0 24px rgba(35, 45, 67, 0.07);
}
.wooc .img-wrap img:nth-of-type(3) {
  z-index: 4;
  left: 3%;
  top: 5.2%;
  width: 13%;
  max-width: 73px;
  border-radius: 50%;
}
.wooc .img-wrap img:nth-of-type(4) {
  z-index: 4;
  left: 0;
  bottom: 0;
  width: 22%;
  max-width: 155px;
  border-radius: 10px;
  box-shadow: 0 0 24px rgba(35, 45, 67, 0.07);
}
.wooc .img-wrap > div {
  position: absolute;
  bottom: 7.9%;
  right: 6.2%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 13px;
  padding: 13px 27px;
  background-color: #171819;
  border-radius: 90px;
  z-index: 2;
}
@media (max-width: 1279px) {
  .wooc .img-wrap > div {
    padding: 11px 22px;
  }
}
@media (max-width: 1023px) {
  .wooc .img-wrap > div {
    bottom: 3.9%;
    padding: 9px 18px;
  }
}
@media (max-width: 767px) {
  .wooc .img-wrap > div {
    bottom: 8.9%;
  }
}
.wooc .img-wrap > div img {
  width: 20px;
  max-width: 20px;
}
.wooc .img-wrap > div p {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #ffffff;
}
@media (max-width: 1279px) {
  .wooc .img-wrap > div p {
    font-size: 15px;
  }
}
@media (max-width: 1023px) {
  .wooc .img-wrap > div p {
    font-size: 13px;
  }
}

.slider {
  position: relative;
  overflow: visible;
  padding-top: var(--block-pd);
  padding-bottom: var(--block-pd);
  background-color: #F4F1EA;
  z-index: 0;
}
.slider .cont {
  overflow: hidden;
}
.slider .slider_draggable_wrap {
  margin-top: 4.15em;
}
@media screen and (max-width: 1279px) {
  .slider .slider_draggable_wrap {
    margin-top: 2.5em;
  }
}
@media screen and (max-width: 600px) {
  .slider .slider_draggable_wrap {
    margin-top: 2em;
  }
}
.slider .slider_draggable_wrap.reverse {
  margin-top: 1.75em;
}
.slider .slider_content {
  width: 480px;
  display: inline-block;
  margin-right: 30px;
}
@media screen and (min-width: 1921px) {
  .slider .slider_content {
    width: 25vw;
  }
}
@media screen and (max-width: 1279px) {
  .slider .slider_content {
    width: 350px;
  }
}
@media screen and (max-width: 1024px) {
  .slider .slider_content {
    width: 43vw;
  }
}
@media screen and (max-width: 600px) {
  .slider .slider_content {
    margin-right: 20px;
  }
}
@media screen and (max-width: 479px) {
  .slider .slider_content {
    width: 70vw;
  }
}
.slider .slider_content.phone {
  width: 141px;
}
@media (max-width: 1279px) {
  .slider .slider_content.phone {
    display: none;
  }
}
.slider .slider_content img:not(.phone) {
  border-radius: 15px;
}
@media (max-width: 1279px) {
  .slider .slider_content img {
    max-height: fit-content;
    height: auto;
  }
}

.experience {
  padding-top: var(--block-pd);
  padding-bottom: var(--block-pd);
  background-color: #07060C;
}
.experience .section_title > span {
  display: block;
  position: relative;
  padding-bottom: 4px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #b9ff69 0%, #3498ff 100%);
}
.experience .cont .sup {
  color: #0A0F1A;
}
.experience .experience-descr {
  margin-right: 12vw;
  letter-spacing: 0;
  margin-top: -6px;
}
@media (max-width: 1279px) {
  .experience .experience-descr {
    margin-right: 0;
  }
}
.experience .grid {
  grid-template-columns: 1.46fr 1fr;
  grid-gap: 30px;
  align-items: end;
}
@media (max-width: 767px) {
  .experience .grid {
    grid-template-columns: 1fr;
    grid-gap: 45px;
  }
}
.experience .list-item {
  padding-left: 0;
}
.experience .list-item > img {
  max-width: 57px;
  border-radius: 8px;
}
.experience .list-item::before {
  display: none;
}
.experience .list-item:nth-of-type(1) {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  margin-bottom: 2.5em;
}
.experience .list-item:nth-of-type(1) .title {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0;
  color: #ffffff;
}
.experience .list-item:nth-of-type(2), .experience .list-item:nth-of-type(3) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.experience .list-item:nth-of-type(2) h6, .experience .list-item:nth-of-type(3) h6 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.experience .list-item:nth-of-type(3) h6 {
  color: #7F7F84;
}
.experience .list-item:nth-of-type(3) .progress-done {
  background: #272733;
}
.experience .list-item .progress {
  border-radius: 20px;
  position: relative;
  margin-top: 10px;
  margin-bottom: 9px;
  height: 9px;
  width: 100%;
}
.experience .list-item .progress-done {
  background: linear-gradient(70deg, #3498ff 0%, #b9ff69 100%);
  border-radius: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 0;
  opacity: 0;
  transition: 1s ease 0.3s;
}
.experience .experience-boxes {
  margin-top: calc(var(--grid-m-t) + 21px);
  display: flex;
  flex-direction: row;
  gap: 30px;
}
@media (max-width: 1023px) {
  .experience .experience-boxes {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .experience .experience-boxes {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.experience .box {
  display: flex;
  flex-basis: calc((100% - 90px) / 4);
  flex-direction: column;
  justify-content: space-between;
  height: 17.6475em;
  padding: 40px 30px 31px;
  border-radius: 15px;
  background-color: #20202b;
}
@media (max-width: 1279px) {
  .experience .box {
    height: 22vw;
  }
}
@media (max-width: 1023px) {
  .experience .box {
    flex-basis: calc((100% - 30px) / 4);
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .experience .box {
    flex-basis: calc((100% - 30px) / 2);
    height: 12.5em;
    padding: 15px;
  }
}
@media (max-width: 479px) {
  .experience .box {
    flex-basis: 100%;
    flex-direction: row;
    height: auto;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
  }
}
.experience .box .box-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  border-radius: 10px;
  background-color: #272733;
}
@media (max-width: 1023px) {
  .experience .box .box-image {
    width: 70px;
    height: 70px;
    min-width: 70px;
    min-height: 70px;
  }
}
.experience .box .box-image img {
  max-width: 40px;
}
@media (max-width: 1023px) {
  .experience .box .box-image img {
    max-width: 30px;
  }
}
.experience .box .box-title {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0;
  color: #ffffff;
  padding-right: 2vw;
}
@media (max-width: 1279px) {
  .experience .box .box-title {
    font-size: 21px;
    line-height: normal;
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  .experience .box .box-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .experience .box .box-title {
    font-size: 24px;
  }
}
@media (max-width: 479px) {
  .experience .box .box-title {
    font-size: 18px;
  }
}

.installation {
  padding-top: var(--block-pd);
  padding-bottom: var(--block-pd);
  background: url(../img/installation/bg.jpg) center center no-repeat;
  background-size: cover;
}
.installation .icon {
  max-width: 77px;
  margin: 0 auto;
}
.installation .section_title {
  max-width: 740px;
  margin: 25px auto 0;
}
@media (max-width: 1279px) {
  .installation .section_title {
    max-width: 560px;
  }
}
@media (max-width: 1023px) {
  .installation .section_title {
    max-width: 455px;
  }
}
.installation .installation-gallery {
  position: relative;
  margin-top: var(--grid-m-t);
  padding-bottom: 2.45%;
}
.installation .installation-gallery img {
  border-radius: 15px;
}
@media (max-width: 1023px) {
  .installation .installation-gallery img {
    border-radius: 7px;
  }
}
.installation .installation-gallery img:nth-of-type(1) {
  max-width: 650px;
  width: 51%;
  margin: 0 auto;
}
.installation .installation-gallery img:nth-of-type(2) {
  position: absolute;
  top: 11.9%;
  left: 3.6%;
  max-width: 340px;
  width: 27%;
  border-radius: 11px;
  box-shadow: 0 4px 48px rgba(0, 0, 0, 0.06);
  z-index: 2;
}
.installation .installation-gallery img:nth-of-type(3) {
  position: absolute;
  top: 0;
  right: 9.4%;
  max-width: 173px;
  width: 14%;
  border-radius: 15px;
  box-shadow: 0 4px 48px rgba(0, 0, 0, 0.06);
  z-index: 2;
}
.installation .installation-gallery img:nth-of-type(4) {
  position: absolute;
  bottom: 0%;
  right: 4.15%;
  max-width: 344px;
  width: 27%;
  z-index: 2;
}
.installation .installation-gallery img:nth-of-type(5) {
  position: absolute;
  top: 33.5%;
  right: 18.5%;
  max-width: 56px;
  width: 5%;
  z-index: 2;
  border-radius: 0;
  animation: rotate 3s linear infinite;
}
@media (max-width: 1279px) {
  .installation .installation-gallery img:nth-of-type(5) {
    right: 15.5%;
  }
}
.installation .installation-gallery img:nth-of-type(6) {
  position: absolute;
  bottom: 7%;
  left: 14.85%;
  max-width: 71px;
  width: 6%;
  z-index: 2;
  border-radius: 0;
  animation: crescendo 1.5s alternate infinite ease-in;
}
.installation .installation-info {
  max-width: 1222px;
  margin: calc(var(--grid-m-t) - 6px) auto 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 43px;
}
@media (max-width: 1023px) {
  .installation .installation-info {
    justify-content: center;
    row-gap: 70px;
  }
}
@media (max-width: 767px) {
  .installation .installation-info {
    gap: 20px;
    row-gap: 40px;
  }
}
.installation .installation-info .info-item {
  flex-basis: calc((100% - 86px) / 3);
}
@media (max-width: 1023px) {
  .installation .installation-info .info-item {
    flex-basis: calc((100% - 86px) / 2);
  }
}
@media (max-width: 767px) {
  .installation .installation-info .info-item {
    flex-basis: calc((100% - 20px) / 2);
  }
}
@media (max-width: 479px) {
  .installation .installation-info .info-item {
    flex-basis: 100%;
  }
}
.installation .installation-info .info-item .img-wrap {
  max-width: 260px;
  margin: 0 auto;
}
.installation .installation-info .info-item .info-title {
  margin: -0.55em auto 0;
  max-width: 75%;
  font-size: 26px;
  line-height: 31px;
  letter-spacing: -0.01em;
  font-weight: 500;
}
@media (max-width: 1279px) {
  .installation .installation-info .info-item .info-title {
    max-width: 100%;
    font-size: 24px;
  }
}
@media (max-width: 1023px) {
  .installation .installation-info .info-item .info-title {
    font-size: 20px;
    line-height: 24px;
  }
}
.installation .installation-info .info-item .info-descr {
  margin-top: 1.15em;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 25px;
  color: #616458;
}
@media (max-width: 1023px) {
  .installation .installation-info .info-item .info-descr {
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .installation .installation-info .info-item .info-descr {
    line-height: 21px;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes crescendo {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
.level_up {
  padding-top: var(--block-pd);
  padding-bottom: var(--block-pd);
}
.level_up .content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 899px) {
  .level_up .content {
    flex-direction: column-reverse;
  }
}
@media (max-width: 1279px) {
  .level_up .content .section_title {
    max-width: 370px;
    font-size: 37px;
  }
}
@media (max-width: 1023px) {
  .level_up .content .section_title {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .level_up .content .section_title {
    font-size: 30px;
    letter-spacing: 0;
  }
}
@media (max-width: 479px) {
  .level_up .content .section_title {
    font-size: 26px;
  }
}
.level_up .content .section_title > span {
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-image: linear-gradient(90deg, #2d0e2d 0%, #77175e 30%, #f23dd2 60%, #9d1595 80%, #38183e 100%);
  animation: text-bg-animate 5s ease infinite;
}
.level_up .content .descr {
  margin-top: 1.6em;
  max-width: 100%;
  font-family: "Inter Tight", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 26px;
  color: #616458;
}
@media (max-width: 767px) {
  .level_up .content .descr {
    margin-top: 18px;
    line-height: 24px;
  }
}
.level_up .content .devider {
  min-width: 100%;
  height: 1px;
  background-color: #e1ded7;
}
@media (max-width: 1279px) {
  .level_up .content .devider {
    display: none;
  }
}
.level_up .content .content-item {
  width: 50%;
}
@media (max-width: 899px) {
  .level_up .content .content-item {
    width: 100%;
  }
}
.level_up .content .content-item:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 6.2em 3.5em;
  background-color: #F4F1EA;
  border-radius: 55px;
}
@media (max-width: 1679px) {
  .level_up .content .content-item:nth-of-type(1) {
    padding: 3.2em;
  }
}
@media (max-width: 1280px) {
  .level_up .content .content-item:nth-of-type(1) {
    gap: 20px;
  }
}
@media (max-width: 1279px) {
  .level_up .content .content-item:nth-of-type(1) {
    padding: 1.8em;
  }
}
@media (max-width: 1023px) {
  .level_up .content .content-item:nth-of-type(1) {
    border-radius: 30px;
  }
}
.level_up .content .content-item:nth-of-type(1) .sub-item:nth-of-type(1) {
  max-width: 465px;
}
.level_up .content .content-item:nth-of-type(2) img {
  border-radius: 55px;
}
@media (max-width: 1439px) {
  .level_up .content .content-item:nth-of-type(2) img {
    min-height: 100%;
  }
}
@media (max-width: 1023px) {
  .level_up .content .content-item:nth-of-type(2) img {
    border-radius: 30px;
  }
}
.level_up .info {
  margin-top: 2.5em;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 68px;
}
@media (max-width: 1919px) {
  .level_up .info {
    gap: 39px;
  }
}
@media (max-width: 1679px) {
  .level_up .info {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 1279px) {
  .level_up .info {
    margin-top: 1.5em;
  }
}
@media (max-width: 1023px) {
  .level_up .info {
    flex-direction: row;
  }
}
@media (max-width: 899px) {
  .level_up .info {
    margin-top: 3.5em;
  }
}
@media (max-width: 479px) {
  .level_up .info {
    margin-top: 1.5em;
    flex-direction: column;
  }
}
.level_up .info .info-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 17px;
  flex-basis: calc((100% - 136px) / 3);
}
@media (max-width: 1919px) {
  .level_up .info .info-item {
    flex-basis: calc((100% - 78px) / 3);
    gap: 10px;
  }
}
@media (max-width: 1023px) {
  .level_up .info .info-item {
    flex-basis: calc((100% - 10px) / 3);
    gap: 10px;
  }
}
@media (max-width: 600px) {
  .level_up .info .info-item {
    flex-direction: column;
    align-items: start;
  }
}
.level_up .info .info-item .img-wrap {
  min-width: 54px;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eae5dc;
  border-radius: 50%;
}
@media (max-width: 1023px) {
  .level_up .info .info-item .img-wrap {
    min-width: 30px;
    min-height: 30px;
  }
}
.level_up .info .info-item .img-wrap img {
  max-width: 24px;
}
@media (max-width: 1023px) {
  .level_up .info .info-item .img-wrap img {
    max-width: 13px;
  }
}
.level_up .info .info-item .item-title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 22px;
  color: #1f242e;
}
@media (max-width: 1279px) {
  .level_up .info .info-item .item-title {
    font-size: 15px;
    line-height: 18px;
  }
}

.toggles {
  padding-top: var(--block-pd);
  padding-bottom: var(--block-pd);
  background-color: #F5F3EB;
}
.toggles .sup {
  margin: 0 auto 1.9em;
}
.toggles .descr {
  margin-top: 1.8em;
  max-width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #5a5a67;
}
@media (max-width: 479px) {
  .toggles .descr {
    margin-top: 0.8em;
  }
}
.toggles .toggles-header {
  max-width: 520px;
  margin: 0 auto;
}
.toggles .toggles-content {
  max-width: 850px;
  margin: 2.65em auto 0;
}
.toggles .toggle-wrap .toggle-box {
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  transition: 0.3s all ease;
  cursor: pointer;
}
.toggles .toggle-wrap .toggle-box + .toggle-box {
  margin-top: 9px;
}
.toggles .toggle-wrap .toggle-box .content {
  display: none;
}
.toggles .toggle-wrap .toggle-box:first-child .content {
  display: block;
}
.toggles .toggle-wrap .toggle-box .toggle-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.toggles .toggle-wrap .toggle-box .toggle-icon::before {
  content: "\E816";
  font-family: "fontello";
  font-size: 12px;
  display: inline-block;
  color: #1f242e;
  transition: transform 0.3s ease;
}
.toggles .toggle-wrap .toggle-box.selected {
  background-color: #EAE6D8;
}
.toggles .toggle-wrap .toggle-box.selected .toggle-icon::before {
  content: "\E800";
}
.toggles .toggle-wrap .toggle-box .content p {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0;
  padding-right: 5em;
  margin-top: 1em;
}
@media (max-width: 767px) {
  .toggles .toggle-wrap .toggle-box .content p {
    padding-right: 0;
  }
}
.toggles .toggle-wrap .toggle-box .content p > a {
  position: relative;
  z-index: 20;
  color: #000000;
  text-decoration: none;
  transition: 0.3s all ease;
}
.toggles .toggle-wrap .toggle-box .content p > a:hover {
  color: #FF6600;
}
.toggles .toggle-wrap .toggle-box .toggle-title {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .toggles .toggle-wrap .toggle-box .toggle-title {
    font-size: 18px;
    line-height: 1.3;
  }
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}

.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.features {
  padding-top: calc(var(--block-pd) - 33px);
  --transform: translateX(30%);
  --transform-reverse: translateX(-30%);
}
.features .section_title {
  display: block;
  font-size: 63px;
  line-height: 0.905;
  margin-top: 17px;
}
@media (max-width: 1279px) {
  .features .section_title {
    font-size: 60px;
  }
}
@media (max-width: 1023px) {
  .features .section_title {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  .features .section_title {
    font-size: 48px;
  }
}
@media (max-width: 479px) {
  .features .section_title {
    font-size: 30px;
  }
}
.features .new-features__content {
  margin-top: var(--grid-m-t);
}
.features .new-features__content .portfolio {
  --gap: 30px;
  --radius: 20px;
  display: grid;
  grid-template-columns: 23.3% auto auto 23.3%;
  grid-template-areas: "a b b c" "a b b c" "a b b g" "d b b g" "d b b g" "d b b k" "d e f k" "h e f k" "h e f k";
  gap: var(--gap);
}
@media (max-width: 1279px) {
  .features .new-features__content .portfolio {
    --gap: 15px;
  }
}
@media (max-width: 767px) {
  .features .new-features__content .portfolio {
    grid-template-columns: auto auto auto auto;
    grid-template-areas: "b b b b" "b b b b" "b b b b" "a a c c" "a a c c" "a a g g" "d d g g" "d d k k" "h h k k" "h h f f" "e e f f" "e e f f";
  }
}
.features .new-features__content .portfolio .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: var(--radius);
}
.features .new-features__content .portfolio .item img {
  display: block;
}
.features .new-features__content .portfolio .item-1 {
  grid-area: a;
  background: url("../img/features/item-1-bg.jpg") top center no-repeat;
  background-size: cover;
  padding: 30px;
}
@media (max-width: 1279px) {
  .features .new-features__content .portfolio .item-1 {
    padding: 15px;
  }
}
.features .new-features__content .portfolio .item-1 .item-title span {
  color: #ab003a;
}
.features .new-features__content .portfolio .item-1 .img-wrap {
  position: relative;
  max-width: 172px;
  margin: 0 auto 1.3em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.features .new-features__content .portfolio .item-1 .img-wrap img:nth-of-type(1) {
  position: relative;
  max-width: 40px;
  z-index: 2;
  animation: rotateAnim 2s ease-in-out infinite;
}
.features .new-features__content .portfolio .item-1 .img-wrap img:nth-of-type(2) {
  position: relative;
  margin-top: -26px;
  z-index: 1;
}
.features .new-features__content .portfolio .item-2 {
  grid-area: d;
  background: url("../img/features/item-2-bg.jpg") top center no-repeat;
  background-size: cover;
  padding: 49px 40px 25px;
}
@media (max-width: 1279px) {
  .features .new-features__content .portfolio .item-2 {
    padding: 15px;
  }
}
.features .new-features__content .portfolio .item-2 .img-wrap {
  max-width: 217px;
  margin: 0 auto;
}
.features .new-features__content .portfolio .item-2 .img-wrap img:nth-of-type(1) {
  margin-bottom: 4px;
  animation: scaleAnim 6s linear infinite;
}
.features .new-features__content .portfolio .item-2 .img-wrap img:nth-of-type(2) {
  margin-bottom: 4px;
  animation: scaleAnim 5s linear infinite;
  animation-delay: 500ms;
}
.features .new-features__content .portfolio .item-2 .item-title {
  max-width: 80%;
  margin: 1.8em auto 0;
}
@media (max-width: 1023px) {
  .features .new-features__content .portfolio .item-2 .item-title {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .features .new-features__content .portfolio .item-2 .item-title {
    margin: 0.8em auto 0;
  }
}
.features .new-features__content .portfolio .item-3 {
  grid-area: h;
  background: url("../img/features/item-3-bg.jpg") top center no-repeat;
  background-size: cover;
  padding: 46px 30px;
  text-align: left;
}
@media (max-width: 1279px) {
  .features .new-features__content .portfolio .item-3 {
    padding: 15px;
  }
}
.features .new-features__content .portfolio .item-3 .numb {
  font-size: 95px;
  line-height: 63px;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #ffffff;
}
@media (max-width: 1279px) {
  .features .new-features__content .portfolio .item-3 .numb {
    font-size: 80px;
  }
}
@media (max-width: 1023px) {
  .features .new-features__content .portfolio .item-3 .numb {
    font-size: 60px;
  }
}
.features .new-features__content .portfolio .item-3 .numb span {
  display: inline-block;
  max-width: 46px;
  margin-left: 5px;
  margin-bottom: 5px;
  animation: rotateAnim2 8s ease-in-out infinite;
}
@media (max-width: 1023px) {
  .features .new-features__content .portfolio .item-3 .numb span {
    max-width: 25px;
  }
}
.features .new-features__content .portfolio .item-3 .devider {
  margin-top: 2em;
  display: block;
  min-width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 479px) {
  .features .new-features__content .portfolio .item-3 .devider {
    margin-top: 0.5em;
  }
}
.features .new-features__content .portfolio .item-3 .item-title {
  margin-top: 0.8em;
  color: #ffffff;
}
.features .new-features__content .portfolio .item-4 {
  grid-area: b;
  position: relative;
  overflow: hidden;
  background: url("../img/features/item-4-bg.jpg") top center no-repeat;
  background-size: cover;
  padding: 18px 60px 40px;
}
@media (max-width: 1279px) {
  .features .new-features__content .portfolio .item-4 {
    padding: 20px 15px;
  }
}
.features .new-features__content .portfolio .item-4 .video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.features .new-features__content .portfolio .item-4 .video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.features .new-features__content .portfolio .item-4 .video-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -90%);
  max-width: 500px;
}
.features .new-features__content .portfolio .item-4 .box {
  position: relative;
  max-width: 504px;
  margin: 0 auto;
  z-index: -1;
}
.features .new-features__content .portfolio .item-4 .box img:nth-of-type(1) {
  position: relative;
  max-width: 368px;
  margin: 0 auto;
  z-index: 2;
  animation: floatRobot 6s ease-in-out infinite;
}
@media (max-width: 1279px) {
  .features .new-features__content .portfolio .item-4 .box img:nth-of-type(1) {
    width: 29vw;
  }
}
@media (max-width: 1023px) {
  .features .new-features__content .portfolio .item-4 .box img:nth-of-type(1) {
    width: 25vw;
  }
}
@media (max-width: 767px) {
  .features .new-features__content .portfolio .item-4 .box img:nth-of-type(1) {
    width: 50vw;
  }
}
.features .new-features__content .portfolio .item-4 .ai-wrap {
  position: relative;
  margin-top: 1.3em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
  z-index: 1;
}
@media (max-width: 1023px) {
  .features .new-features__content .portfolio .item-4 .ai-wrap {
    margin-top: 3.3em;
  }
}
.features .new-features__content .portfolio .item-4 .ai-wrap img:nth-of-type(1) {
  max-width: 107px;
}
@media (max-width: 479px) {
  .features .new-features__content .portfolio .item-4 .ai-wrap img:nth-of-type(1) {
    max-width: 87px;
  }
}
.features .new-features__content .portfolio .item-4 .ai-wrap img:nth-of-type(2) {
  max-width: 106px;
}
@media (max-width: 479px) {
  .features .new-features__content .portfolio .item-4 .ai-wrap img:nth-of-type(2) {
    max-width: 86px;
  }
}
.features .new-features__content .portfolio .item-4 .ai-wrap img:nth-of-type(3) {
  max-width: 96px;
}
@media (max-width: 479px) {
  .features .new-features__content .portfolio .item-4 .ai-wrap img:nth-of-type(3) {
    max-width: 76px;
  }
}
.features .new-features__content .portfolio .item-4 .item-title {
  position: relative;
  margin-top: 0.9em;
  font-size: 32px;
  line-height: 28px;
  z-index: 1;
}
@media (max-width: 1439px) {
  .features .new-features__content .portfolio .item-4 .item-title {
    font-size: 29px;
  }
}
@media (max-width: 1279px) {
  .features .new-features__content .portfolio .item-4 .item-title {
    font-size: 2.4vw;
  }
}
@media (max-width: 767px) {
  .features .new-features__content .portfolio .item-4 .item-title {
    font-size: 4vw;
  }
}
@media (max-width: 479px) {
  .features .new-features__content .portfolio .item-4 .item-title {
    font-size: 5vw;
  }
}
.features .new-features__content .portfolio .item-5 {
  grid-area: e;
  background: linear-gradient(207deg, #dbf9db 0%, #eef9db 100%);
  padding: 30px;
}
@media (max-width: 1279px) {
  .features .new-features__content .portfolio .item-5 {
    padding: 15px;
  }
}
.features .new-features__content .portfolio .item-5 .img-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 197px;
  margin: 1.65em auto 0;
}
@media (max-width: 767px) {
  .features .new-features__content .portfolio .item-5 .img-wrap {
    margin: 0.65em auto 0;
  }
}
.features .new-features__content .portfolio .item-5 .img-wrap img:nth-of-type(1) {
  max-width: 134px;
  animation: move-x 7s linear infinite;
}
@media (max-width: 1279px) {
  .features .new-features__content .portfolio .item-5 .img-wrap img:nth-of-type(1) {
    animation: move-x 5s linear infinite;
  }
}
@media (max-width: 1023px) {
  .features .new-features__content .portfolio .item-5 .img-wrap img:nth-of-type(1) {
    max-width: 85px;
  }
}
@media (max-width: 767px) {
  .features .new-features__content .portfolio .item-5 .img-wrap img:nth-of-type(1) {
    max-width: 110px;
    animation: move-x 7s linear infinite;
  }
}
@media (max-width: 479px) {
  .features .new-features__content .portfolio .item-5 .img-wrap img:nth-of-type(1) {
    max-width: 90px;
    animation: move-x 5s linear infinite;
  }
}
.features .new-features__content .portfolio .item-5 .img-wrap img:nth-of-type(2) {
  max-width: 124px;
  margin-left: auto;
  animation: move-x-reverse 7s linear infinite;
}
@media (max-width: 1279px) {
  .features .new-features__content .portfolio .item-5 .img-wrap img:nth-of-type(2) {
    animation: move-x-reverse 5s linear infinite;
  }
}
@media (max-width: 1023px) {
  .features .new-features__content .portfolio .item-5 .img-wrap img:nth-of-type(2) {
    max-width: 85px;
  }
}
@media (max-width: 767px) {
  .features .new-features__content .portfolio .item-5 .img-wrap img:nth-of-type(2) {
    max-width: 110px;
    animation: move-x-reverse 7s linear infinite;
  }
}
@media (max-width: 479px) {
  .features .new-features__content .portfolio .item-5 .img-wrap img:nth-of-type(2) {
    max-width: 90px;
    animation: move-x-reverse 5s linear infinite;
  }
}
.features .new-features__content .portfolio .item-5 .item-title {
  margin: 2.5em auto 0;
}
@media (max-width: 767px) {
  .features .new-features__content .portfolio .item-5 .item-title {
    margin: 0.5em auto 0;
  }
}
@media (max-width: 479px) {
  .features .new-features__content .portfolio .item-5 .item-title {
    margin: 1em auto 0;
  }
}
.features .new-features__content .portfolio .item-6 {
  grid-area: f;
  background: url("../img/features/item-6-bg.jpg") top center no-repeat;
  background-size: cover;
  padding: 15px 10px 30px;
}
@media (max-width: 1279px) {
  .features .new-features__content .portfolio .item-6 {
    padding: 15px;
  }
}
.features .new-features__content .portfolio .item-6 .img-wrap {
  max-width: 270px;
  margin: 0 auto;
  min-width: 100%;
}
.features .new-features__content .portfolio .item-6 .item-title {
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .features .new-features__content .portfolio .item-6 .item-title {
    width: 100%;
  }
}
.features .new-features__content .portfolio .item-7 {
  position: relative;
  grid-area: c;
  padding: 42px 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 30px;
  overflow: hidden;
}
@media (max-width: 1279px) {
  .features .new-features__content .portfolio .item-7 {
    padding: 15px;
    gap: 10px;
  }
}
.features .new-features__content .portfolio .item-7::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/features/item-7-bg.jpg") top center no-repeat;
  background-size: cover;
  z-index: 0;
  animation: bgAnim 8s cubic-bezier(0.46, 0.03, 0.52, 0.96) infinite;
}
.features .new-features__content .portfolio .item-7 .img-wrap {
  position: relative;
}
.features .new-features__content .portfolio .item-7 .counter {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  font-family: "Inter Tight", sans-serif;
  font-size: 95px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  color: #ffffff;
  z-index: 1;
}
@media (max-width: 1023px) {
  .features .new-features__content .portfolio .item-7 .counter {
    font-size: 60px;
  }
}
@media (max-width: 479px) {
  .features .new-features__content .portfolio .item-7 .counter {
    font-size: 14vw;
  }
}
.features .new-features__content .portfolio .item-7 .counter span {
  display: flex;
  flex-direction: column;
  height: 1em;
  transition: transform 1.5s ease-out;
}
.features .new-features__content .portfolio .item-7 .counter span span {
  flex: 0 0 100%;
  height: 100%;
}
.features .new-features__content .portfolio .item-7 img {
  position: absolute;
  top: 0;
  right: -6px;
  max-width: 30px;
  z-index: 2;
  animation: rotateAnim3 3s linear infinite;
}
@media (max-width: 1023px) {
  .features .new-features__content .portfolio .item-7 img {
    max-width: 20px;
  }
}
.features .new-features__content .portfolio .item-7 .item-title {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.features .new-features__content .portfolio .item-7 .item-title span {
  display: block;
  text-align: left;
  color: rgba(255, 255, 255, 0.7);
}
.features .new-features__content .portfolio .item-8 {
  grid-area: g;
  background-color: #F3EFE4;
  padding: 23px 30px;
}
@media (max-width: 1279px) {
  .features .new-features__content .portfolio .item-8 {
    padding: 15px;
  }
}
.features .new-features__content .portfolio .item-8 .img-wrap {
  position: relative;
  max-width: 203px;
  margin: 0 auto;
}
.features .new-features__content .portfolio .item-8 .img-wrap img:nth-of-type(1) {
  position: relative;
  z-index: 1;
}
.features .new-features__content .portfolio .item-8 .img-wrap .numb-wrap {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  z-index: 2;
  border-radius: 50%;
  overflow: hidden;
}
.features .new-features__content .portfolio .item-8 .img-wrap .numb-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/features/nub-bg.jpg") repeat-x;
  animation: slide 6s ease-in-out infinite;
  z-index: 1;
}
.features .new-features__content .portfolio .item-8 .img-wrap .numb-wrap p {
  margin-top: 2px;
  position: relative;
  font-family: "Inter Tight", sans-serif;
  font-size: 17px;
  letter-spacing: -0.03em;
  font-weight: 700;
  color: #ffffff;
  z-index: 2;
}
.features .new-features__content .portfolio .item-8 .item-title {
  margin-top: 0.4em;
}
.features .new-features__content .portfolio .item-9 {
  grid-area: k;
  background: url("../img/features/item-9-bg.jpg") top center no-repeat;
  background-size: cover;
  padding: 30px;
}
@media (max-width: 1279px) {
  .features .new-features__content .portfolio .item-9 {
    padding: 15px;
  }
}
.features .new-features__content .portfolio .item-9 .img-wrap {
  position: relative;
  padding: 9% 0 6%;
  max-width: 166px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.features .new-features__content .portfolio .item-9 .img-wrap img:nth-of-type(1) {
  position: relative;
  max-width: 103px;
  z-index: 1;
}
@media (max-width: 1023px) {
  .features .new-features__content .portfolio .item-9 .img-wrap img:nth-of-type(1) {
    max-width: 65px;
  }
}
.features .new-features__content .portfolio .item-9 .img-wrap img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: -33%;
  max-width: 65px;
  z-index: 2;
  animation: floatAnim 6s ease-in-out infinite;
  box-shadow: 0 0 20px rgba(35, 45, 67, 0.1);
}
@media (max-width: 1023px) {
  .features .new-features__content .portfolio .item-9 .img-wrap img:nth-of-type(2) {
    max-width: 40px;
  }
}
.features .new-features__content .portfolio .item-9 .img-wrap img:nth-of-type(3) {
  position: absolute;
  bottom: 0;
  right: -27%;
  max-width: 50px;
  z-index: 2;
  animation: scaleAnim2 3s linear infinite;
  box-shadow: 0 0 20px rgba(35, 45, 67, 0.1);
}
@media (max-width: 1023px) {
  .features .new-features__content .portfolio .item-9 .img-wrap img:nth-of-type(3) {
    max-width: 35px;
    right: -19%;
  }
}
.features .new-features__content .portfolio .item-9 .item-title {
  width: 80%;
  margin: 1.1em auto 0;
  color: #ffffff;
}
@media (max-width: 1023px) {
  .features .new-features__content .portfolio .item-9 .item-title {
    width: 100%;
  }
}
.features .new-features__content .portfolio .item-title {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0;
  font-weight: 600;
  color: #0A0F1A;
}
@media (max-width: 1439px) {
  .features .new-features__content .portfolio .item-title {
    font-size: 18px;
  }
}
@media (max-width: 1279px) {
  .features .new-features__content .portfolio .item-title {
    font-size: 1.6vw;
    line-height: 1.1;
  }
}
@media (max-width: 1023px) {
  .features .new-features__content .portfolio .item-title {
    font-size: 1.8vw;
  }
}
@media (max-width: 767px) {
  .features .new-features__content .portfolio .item-title {
    font-size: 2.8vw;
  }
}
@media (max-width: 767px) {
  .features .new-features__content .portfolio .item-title {
    font-size: 3.3vw;
  }
}
@media (max-width: 1279px) {
  .features {
    --transform: translateX(20%);
    --transform-reverse: translateX(-20%);
  }
}
@media (max-width: 767px) {
  .features {
    --transform: translateX(40%);
    --transform-reverse: translateX(-40%);
  }
}
@media (max-width: 479px) {
  .features {
    --transform: translateX(20%);
    --transform-reverse: translateX(-20%);
  }
}

@keyframes rotateAnim {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes rotateAnim2 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes rotateAnim3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes scaleAnim {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
@keyframes scaleAnim2 {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
@keyframes move-x {
  0% {
    transform: var(--transform-reverse);
  }
  50% {
    transform: var(--transform);
  }
  100% {
    transform: var(--transform-reverse);
  }
}
@keyframes move-x-reverse {
  0% {
    transform: var(--transform);
  }
  50% {
    transform: var(--transform-reverse);
  }
  100% {
    transform: var(--transform);
  }
}
@keyframes floatAnim {
  from {
    transform: translate(0, 0px);
  }
  65% {
    transform: translate(0, 16px);
  }
  to {
    transform: translate(0, 0px);
  }
}
@keyframes floatRobot {
  from {
    transform: translate(0, 0px);
  }
  65% {
    transform: translate(0, 8px);
  }
  to {
    transform: translate(0, 0px);
  }
}
@keyframes bgAnim {
  0% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1.7) rotate(-5deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
@keyframes slide {
  100% {
    background-position: -100% 0;
  }
}
main {
  margin-bottom: 520px;
}
@media (max-width: 1279px) {
  main {
    margin-bottom: 400px;
  }
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  background-color: #07060c;
  height: 520px;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/footer/bg.jpg") bottom center no-repeat;
  background-size: contain;
}
@media (max-width: 1279px) {
  .footer {
    height: 400px;
  }
}
.footer .cont_md {
  max-width: 1530px;
  position: relative;
  z-index: 2;
}
.footer .cont_ft {
  height: 100%;
}
@media (max-width: 1023px) {
  .footer .cont_ft {
    padding-bottom: 40px;
  }
}
.footer .top {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer .top .inner {
  margin-top: 3.8em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 767px) {
  .footer .top .inner {
    flex-direction: column;
    row-gap: 40px;
  }
}
.footer .top .inner > img {
  max-width: 181px;
}
.footer .top .inner > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 23px;
}
@media (max-width: 479px) {
  .footer .top .inner > div {
    flex-direction: column;
    text-align: center;
  }
}
.footer .top .section_title {
  font-family: "Caveat", cursive;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.5);
}
.footer .top .section_title span {
  display: block;
  font-weight: 700;
  color: #ffffff;
}

/* ScrollTop */
.scrollTop {
  width: 44px;
  height: 44px;
  bottom: 70px;
  right: var(--cont-pd);
  overflow: hidden;
  position: fixed;
  text-decoration: none;
  z-index: 9999;
  font-size: 0;
  color: transparent;
  background: #FF6600;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  cursor: pointer;
  opacity: 0;
  padding: 0;
  transform: translateY(100px);
  border-radius: 50%;
}
@media (max-width: 347px) {
  .scrollTop {
    bottom: 20px;
  }
}
.scrollTop:hover {
  background: #E35B00;
}
.scrollTop:after {
  color: #ffffff;
  content: "\E814";
  font-size: 11px;
  font-family: "fontello";
  text-align: center;
  display: block;
  position: absolute;
  line-height: 42px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.scrollTop.showBtn {
  opacity: 1;
  transform: translateY(0);
}

/* this gets mozilla */
@-moz-document url-prefix() {
  .scrollTop:after {
    left: 49%;
  }
}
.test-run {
  position: relative;
  overflow: visible;
  padding-top: var(--block-pd);
  padding-bottom: var(--block-pd);
  z-index: 4;
}
.test-run .cont {
  max-width: 912px;
}
.test-run .text-run__header {
  text-align: center;
}
.test-run .text-run__header > div {
  position: relative;
}
.test-run .text-run__header > div > img {
  max-width: 162px;
  margin: 0 auto;
}
@media (max-width: 1279px) {
  .test-run .text-run__header > div > img {
    max-width: 140px;
  }
}
@media (max-width: 479px) {
  .test-run .text-run__header > div > img {
    max-width: 130px;
  }
}
.test-run .text-run__header > div .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 101px;
  transform: translate(-50%, -50%);
}
.test-run .text-run__header > div .wrap img {
  -webkit-animation: roll 6s infinite ease-out;
  -moz-animation: roll 6s infinite ease-out;
  animation: roll 6s infinite ease-out;
}
.test-run .text-run__header > div + .title {
  margin-top: 24px;
}
.test-run .text-run__header .title {
  margin-bottom: 15px;
  font-size: 63px;
}
@media (max-width: 1439px) {
  .test-run .text-run__header .title {
    font-size: 54px;
  }
}
@media (max-width: 1279px) {
  .test-run .text-run__header .title {
    font-size: 46px;
  }
}
@media (max-width: 1023px) {
  .test-run .text-run__header .title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .test-run .text-run__header .title {
    font-size: 30px;
    letter-spacing: 0;
  }
}
@media (max-width: 479px) {
  .test-run .text-run__header .title {
    font-size: 26px;
  }
}
.test-run .text-run__header .title.gradient-text span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-image: linear-gradient(90deg, #050507 0%, #17446c 30%, #56aae6 55%, #0a69ad 70%, #04080d 84%, #0d0d12 100%);
  animation: text-bg-animate 5s ease infinite;
}
.test-run .text-run__header p.descr {
  margin: 17px auto 0;
}
.test-run .text-run__content {
  position: relative;
  margin-top: 29px;
  padding: 0 10%;
}
.test-run .text-run__content img:not(:first-child) {
  position: absolute;
}
.test-run .text-run__content img:nth-child(2) {
  bottom: -5.5%;
  left: -5.5%;
  box-shadow: 0 3px 26px rgba(0, 0, 0, 0.05);
  max-width: 253px;
  width: 24%;
  border-radius: 18px;
}
@media (max-width: 1023px) {
  .test-run .text-run__content img:nth-child(2) {
    left: 0;
  }
}
.test-run .text-run__content img:nth-child(3) {
  bottom: 9%;
  right: -4%;
  box-shadow: 0 3px 26px rgba(0, 0, 0, 0.05);
  max-width: 170px;
  width: 27%;
  border-radius: 14px;
}
@media (max-width: 1023px) {
  .test-run .text-run__content img:nth-child(3) {
    right: 0;
  }
}
.test-run .text-run__content img:nth-child(4) {
  top: -5.2%;
  left: 6.2%;
  box-shadow: 0 3px 26px rgba(0, 0, 0, 0.05);
  max-width: 76px;
  width: 10%;
  border-radius: 18px;
}
.test-run .text-run__content img:nth-child(5) {
  top: 7.3%;
  right: 0%;
  z-index: 0;
  max-width: 130px;
  width: 16%;
}
.test-run .text-run__content img:nth-child(6) {
  bottom: 42%;
  left: 10.5%;
  max-width: 110px;
  width: 14%;
  z-index: 3;
}
@media (max-width: 1023px) {
  .test-run .text-run__content img:nth-child(6) {
    left: 17.5%;
  }
}
.test-run .text-run__content img:nth-child(7) {
  bottom: -54%;
  left: -24.5%;
  max-width: 500px;
  width: 100%;
  z-index: -1;
}
.test-run .text-run__content img:nth-child(8) {
  top: -49%;
  right: -25.5%;
  max-width: 500px;
  width: 100%;
  z-index: -1;
}
.test-run .text-run__footer {
  margin-top: 33px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.test-run .text-run__footer p {
  font-size: 19px;
  color: #0a0d2a;
}
@media (max-width: 767px) {
  .test-run .text-run__footer p {
    font-size: 17px;
  }
}
.test-run .text-run__footer a.btn {
  margin-top: 33px;
  padding: 18px 23px;
}
.test-run .text-run__popup--overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 998;
}
.test-run .text-run__popup {
  z-index: 999;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 647px;
  width: 100%;
  padding: 40px 32px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 3px 99px rgba(0, 0, 0, 0.22);
}
@media (max-width: 767px) {
  .test-run .text-run__popup {
    width: 94%;
    padding: 30px 22px;
  }
}
.test-run .text-run__popup .btn-close {
  position: absolute;
  font-size: 15px;
  top: 20px;
  right: 20px;
  color: #000000;
  transition: 0.3s all ease;
}
.test-run .text-run__popup .btn-close i {
  font-size: inherit;
  color: #000000;
}
.test-run .text-run__popup .btn-close i::before {
  font-size: inherit;
}
.test-run .text-run__popup .btn-close:hover {
  transform: rotate(360deg);
}
.test-run .text-run__popup .popup-title {
  font-size: 27px;
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: -0.02em;
}
.test-run .text-run__popup .popup-title span {
  font-weight: 700;
  color: #0034c8;
}
.test-run .text-run__popup form .visually-hidden {
  display: none;
}
.test-run .text-run__popup form .zcwf_row + .zcwf_row {
  margin-top: 14px;
}
.test-run .text-run__popup form .zcwf_row--button {
  margin-top: 21px;
}
.test-run .text-run__popup form input:not([type="submit"]),
.test-run .text-run__popup form select {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 15px 17px 17px;
  border-radius: 10px;
  font-family: "Inter Tight", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1em;
  color: #868686;
  background-color: #f4f4f9;
  border: 1px solid #f4f4f9;
}
.test-run .text-run__popup form input:not([type="submit"]):focus, .test-run .text-run__popup form input:not([type="submit"]):active,
.test-run .text-run__popup form select:focus,
.test-run .text-run__popup form select:active {
  border-color: #0c0f26;
}
.test-run .text-run__popup form .btn-block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 15px 40px 17px;
  border: none;
  outline: none;
  transition: all 0.3 ease-in;
  background: linear-gradient(240deg, #fa7f3f 0%, #e92f4f 50%, #cb1a77 100%);
  cursor: pointer;
}
.test-run .text-run__popup--overlay,
.test-run .text-run__popup {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in;
}
.test-run .text-run__popup--overlay.opened,
.test-run .text-run__popup.opened {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in;
}

@keyframes roll {
  0% {
    transform: rotate(160deg);
  }
  35% {
    transform: rotate(360deg);
  }
  40% {
    transform: rotate(300deg);
  }
  45% {
    transform: rotate(340deg);
  }
  50% {
    transform: rotate(320deg);
  }
  55% {
    transform: rotate(360deg);
  }
  60% {
    transform: rotate(190deg);
  }
  65% {
    transform: rotate(300deg);
  }
  70% {
    transform: rotate(320deg);
  }
  75% {
    transform: rotate(360deg);
  }
  80% {
    transform: rotate(330deg);
  }
  85% {
    transform: rotate(360deg);
  }
  90% {
    transform: rotate(200deg);
  }
  100% {
    transform: rotate(160deg);
  }
}
.templates {
  padding-top: var(--block-pd);
  padding-bottom: var(--block-pd);
}
.templates .section_title {
  margin-top: 0.27em;
  font-size: 47px;
  line-height: 57px;
}
@media (max-width: 767px) {
  .templates .section_title {
    font-size: 38px;
  }
}
@media (max-width: 479px) {
  .templates .section_title {
    font-size: 30px;
    line-height: 34px;
  }
}
.templates .templates_numb {
  display: flex;
  justify-content: center;
  overflow: hidden;
  font-size: 160px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.01em;
  font-family: "Inter Tight", sans-serif;
}
@media (max-width: 767px) {
  .templates .templates_numb {
    font-size: 120px;
  }
}
@media (max-width: 479px) {
  .templates .templates_numb {
    font-size: 90px;
  }
}
.templates .templates_numb span {
  display: flex;
  flex-direction: column;
  height: 1em;
  transition: transform 1.5s ease-out;
  background: url("../img/templates/text-bg.jpg") no-repeat;
  background-position: bottom;
  background-size: cover;
  background-clip: text;
  color: transparent;
}
.templates .templates_numb span span {
  flex: 0 0 100%;
  height: 100%;
}
.templates .templates-grid {
  margin-top: calc(var(--grid-m-t) - 17px);
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 767px) {
  .templates .templates-grid {
    gap: 5px;
  }
}
.templates .templates-grid .templates-item {
  position: relative;
  padding: 10px 36px;
  font-size: 16px;
  font-weight: 500;
  color: #0A0F1A;
  background-color: #ffffff;
  border: 1px solid transparent;
  background-clip: padding-box;
  border-radius: 25px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.02), 0 4px 26px rgba(0, 0, 0, 0.03), 0 -4px 3px rgba(0, 0, 0, 0.03) inset;
}
@media (max-width: 1279px) {
  .templates .templates-grid .templates-item {
    font-size: 15px;
  }
}
@media (max-width: 1023px) {
  .templates .templates-grid .templates-item {
    padding: 8px 30px;
  }
}
@media (max-width: 767px) {
  .templates .templates-grid .templates-item {
    font-size: 14px;
    padding: 6px 21px;
  }
}
@media (max-width: 479px) {
  .templates .templates-grid .templates-item {
    font-size: 12px;
    padding: 5px 23px;
  }
}
.templates .templates-grid .templates-item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: linear-gradient(180deg, #eef0f3 100%, #eceef2 100%);
}

.variations .variations-banners {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
@media (max-width: 600px) {
  .variations .variations-banners {
    flex-direction: column;
    row-gap: 30px;
  }
}
.variations .variations-banners .variations-banner {
  padding-top: 3.75em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  flex-basis: calc((100% - 30px) / 2);
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .variations .variations-banners .variations-banner {
    flex-basis: 100%;
  }
}
.variations .variations-banners .variations-banner:nth-of-type(1) {
  background-color: #F1ECE4;
}
.variations .variations-banners .variations-banner:nth-of-type(1) .banner-title {
  max-width: 73%;
}
@media (max-width: 1023px) {
  .variations .variations-banners .variations-banner:nth-of-type(1) .banner-title {
    max-width: 83%;
  }
}
@media (max-width: 600px) {
  .variations .variations-banners .variations-banner:nth-of-type(1) .banner-title {
    max-width: 70%;
  }
}
@media (max-width: 479px) {
  .variations .variations-banners .variations-banner:nth-of-type(1) .banner-title {
    max-width: 73%;
  }
}
.variations .variations-banners .variations-banner:nth-of-type(2) {
  background-color: #EEF1E4;
}
.variations .variations-banners .variations-banner:nth-of-type(2) .banner-title {
  max-width: 65%;
}
@media (max-width: 600px) {
  .variations .variations-banners .variations-banner:nth-of-type(2) .banner-title {
    max-width: 62%;
  }
}
@media (max-width: 479px) {
  .variations .variations-banners .variations-banner:nth-of-type(2) .banner-title {
    max-width: 60%;
  }
}
.variations .variations-banners .variations-banner .banner-num {
  padding: 2px 20px;
  font-family: "Inter Tight", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 500;
  color: #fffefe;
  background: url("../img/variations/text-bg.jpg") top center no-repeat;
  background-size: cover;
  border-radius: 13.5px;
}
.variations .variations-banners .variations-banner .banner-title {
  margin-top: 0.48em;
  font-size: 47px;
  line-height: 46px;
  letter-spacing: 0;
}
@media (max-width: 1439px) {
  .variations .variations-banners .variations-banner .banner-title {
    font-size: 44px;
  }
}
@media (max-width: 1279px) {
  .variations .variations-banners .variations-banner .banner-title {
    font-size: 3.2vw;
    line-height: 1em;
  }
}
@media (max-width: 767px) {
  .variations .variations-banners .variations-banner .banner-title {
    line-height: 20px;
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .variations .variations-banners .variations-banner .banner-title {
    line-height: 34px;
    font-size: 30px;
  }
}
@media (max-width: 479px) {
  .variations .variations-banners .variations-banner .banner-title {
    line-height: 1;
    font-size: 6vw;
  }
}
.variations .variations-banners .variations-banner .banner-descr {
  margin-top: 0.75em;
  max-width: 390px;
  font-family: "Inter Tight", sans-serif;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  font-weight: 400;
  color: #5a5a67;
}
@media (max-width: 1279px) {
  .variations .variations-banners .variations-banner .banner-descr {
    line-height: 24px;
  }
}
@media (max-width: 1023px) {
  .variations .variations-banners .variations-banner .banner-descr {
    max-width: 90%;
  }
}
.variations .variations-banners .variations-banner > img {
  margin-top: 1.1em;
}
.variations .variations-info {
  margin-top: calc(var(--grid-m-t) + 3.2em);
  display: flex;
  flex-direction: row;
  gap: 109px;
}
@media (max-width: 1279px) {
  .variations .variations-info {
    gap: 50px;
  }
}
@media (max-width: 1023px) {
  .variations .variations-info {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .variations .variations-info {
    flex-wrap: wrap;
  }
}
.variations .variations-info .info-item {
  flex-basis: calc((100% - 327px) / 4);
}
@media (max-width: 1279px) {
  .variations .variations-info .info-item {
    flex-basis: calc((100% - 150px) / 4);
  }
}
@media (max-width: 1023px) {
  .variations .variations-info .info-item {
    flex-basis: calc((100% - 60px) / 4);
  }
}
@media (max-width: 600px) {
  .variations .variations-info .info-item {
    flex-basis: calc((100% - 20px) / 2);
  }
}
.variations .variations-info .info-item .image-wrap {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #faf8f2;
  border-radius: 10px;
}
.variations .variations-info .info-item .image-wrap img {
  max-width: 40px;
}
.variations .variations-info .info-item .info-title {
  margin-top: 2.9vw;
  font-family: "Inter Tight", sans-serif;
  letter-spacing: 0;
  color: #01040b;
}
.variations .variations-info .info-item .info-descr {
  margin-top: 0.7em;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  font-weight: 400;
  color: #5a5a67;
}
@media (max-width: 1023px) {
  .variations .variations-info .info-item .info-descr {
    line-height: 21px;
  }
}
@media (max-width: 767px) {
  .variations .variations-info .info-item .info-descr {
    font-size: 15px;
  }
}

.benefits {
  position: relative;
  padding-top: var(--block-pd);
  padding-bottom: var(--block-pd);
}
.benefits .content {
  display: flex;
  flex-direction: row;
  gap: 29px;
}
@media (max-width: 899px) {
  .benefits .content {
    flex-direction: column;
  }
}
.benefits .content .content-item {
  flex-basis: calc(100% / 2);
}
.benefits .content .content-item:nth-of-type(1) {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 33px;
}
@media (max-width: 1439px) {
  .benefits .content .content-item:nth-of-type(1) {
    gap: 20px;
  }
}
.benefits .content .content-item:nth-of-type(1) .item {
  padding: 50px;
  max-height: 421px;
  flex-basis: calc((100% - 33px) / 2);
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1679px) {
  .benefits .content .content-item:nth-of-type(1) .item {
    padding: 25px;
  }
}
@media (max-width: 1439px) {
  .benefits .content .content-item:nth-of-type(1) .item {
    flex-basis: calc((100% - 20px) / 2);
    padding: 20px;
  }
}
@media (max-width: 1279px) {
  .benefits .content .content-item:nth-of-type(1) .item {
    padding: 13px;
  }
}
@media (max-width: 479px) {
  .benefits .content .content-item:nth-of-type(1) .item {
    flex-basis: calc((100% - 0px) / 1);
    padding: 20px;
  }
}
.benefits .content .content-item:nth-of-type(1) .item:nth-of-type(1) {
  position: relative;
  background: url("../img/benefits/item-bg-1.jpg") top center no-repeat;
  background-size: cover;
}
.benefits .content .content-item:nth-of-type(1) .item:nth-of-type(1)::before, .benefits .content .content-item:nth-of-type(1) .item:nth-of-type(1)::after {
  content: "";
  position: absolute;
  height: 170px;
  z-index: 2;
}
@media (max-width: 767px) {
  .benefits .content .content-item:nth-of-type(1) .item:nth-of-type(1)::before, .benefits .content .content-item:nth-of-type(1) .item:nth-of-type(1)::after {
    height: 100px;
  }
}
.benefits .content .content-item:nth-of-type(1) .item:nth-of-type(1)::before {
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, #f6eeed, rgba(246, 238, 237, 0));
}
.benefits .content .content-item:nth-of-type(1) .item:nth-of-type(1)::after {
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(246, 238, 237, 0), #f6eeed);
}
.benefits .content .content-item:nth-of-type(1) .item:nth-of-type(1) .list {
  position: relative;
  z-index: 1;
}
.benefits .content .content-item:nth-of-type(1) .item:nth-of-type(1) .list .list-item {
  position: relative;
  padding: 15px 14px 14px 59px;
  font-family: "Inter Tight", sans-serif;
  font-size: 17px;
  letter-spacing: 0.01em;
  border-radius: 30px;
  background-color: #ffffff;
}
@media (max-width: 1439px) {
  .benefits .content .content-item:nth-of-type(1) .item:nth-of-type(1) .list .list-item {
    padding: 12px 14px 11px 59px;
    font-size: 16px;
  }
}
@media (max-width: 1279px) {
  .benefits .content .content-item:nth-of-type(1) .item:nth-of-type(1) .list .list-item {
    font-size: 1vw;
  }
}
@media (max-width: 899px) {
  .benefits .content .content-item:nth-of-type(1) .item:nth-of-type(1) .list .list-item {
    padding: 14px 14px 14px 59px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .benefits .content .content-item:nth-of-type(1) .item:nth-of-type(1) .list .list-item {
    font-size: 2vw;
  }
}
@media (max-width: 600px) {
  .benefits .content .content-item:nth-of-type(1) .item:nth-of-type(1) .list .list-item {
    padding: 10px 14px 10px 59px;
  }
}
@media (max-width: 479px) {
  .benefits .content .content-item:nth-of-type(1) .item:nth-of-type(1) .list .list-item {
    font-size: 14px;
  }
}
.benefits .content .content-item:nth-of-type(1) .item:nth-of-type(1) .list .list-item + .list-item {
  margin-top: 10px;
}
@media (max-width: 600px) {
  .benefits .content .content-item:nth-of-type(1) .item:nth-of-type(1) .list .list-item + .list-item {
    margin-top: 6px;
  }
}
.benefits .content .content-item:nth-of-type(1) .item:nth-of-type(1) .list .list-item::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 50%;
  width: 23px;
  height: 23px;
  transform: translateY(-50%);
  background: url(../img/benefits/check.svg) center no-repeat;
  background-size: 100%;
}
@media (max-width: 1279px) {
  .benefits .content .content-item:nth-of-type(1) .item:nth-of-type(1) .list .list-item::before {
    width: 18px;
    height: 18px;
  }
}
.benefits .content .content-item:nth-of-type(1) .item:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 0;
  background-color: #f8eefb;
}
@media (max-width: 1023px) {
  .benefits .content .content-item:nth-of-type(1) .item:nth-of-type(2) img {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 479px) {
  .benefits .content .content-item:nth-of-type(1) .item:nth-of-type(2) img {
    margin: 15px auto 0;
  }
}
.benefits .content .content-item:nth-of-type(1) .item:nth-of-type(3) {
  background-color: #e6f7f9;
}
.benefits .content .content-item:nth-of-type(1) .item:nth-of-type(3) img {
  margin-top: 2em;
}
.benefits .content .content-item:nth-of-type(1) .item:nth-of-type(4) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #f5f8e9;
}
.benefits .content .content-item:nth-of-type(1) .item:nth-of-type(4) .item-title {
  margin-top: 0;
  font-size: 38px;
  line-height: 42px;
  letter-spacing: 0;
}
@media (max-width: 1279px) {
  .benefits .content .content-item:nth-of-type(1) .item:nth-of-type(4) .item-title {
    font-size: 24px;
    line-height: 1.1em;
  }
}
@media (max-width: 767px) {
  .benefits .content .content-item:nth-of-type(1) .item:nth-of-type(4) .item-title {
    font-size: 23px;
  }
}
.benefits .content .content-item:nth-of-type(1) .item:nth-of-type(4) .item-title span {
  color: #9a9e8d;
}
.benefits .content .content-item:nth-of-type(1) .item .item-title {
  margin-top: 4px;
  font-size: 25px;
  letter-spacing: 0;
}
@media (max-width: 1023px) {
  .benefits .content .content-item:nth-of-type(1) .item .item-title {
    font-size: 17px;
  }
}
@media (max-width: 899px) {
  .benefits .content .content-item:nth-of-type(1) .item .item-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .benefits .content .content-item:nth-of-type(1) .item .item-title {
    font-size: 19px;
  }
}
@media (max-width: 479px) {
  .benefits .content .content-item:nth-of-type(1) .item .item-title {
    font-size: 24px;
  }
}
.benefits .content .content-item:nth-of-type(1) .item .item-descr {
  margin-top: 0.75em;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  color: #5a5a67;
}
@media (max-width: 1439px) {
  .benefits .content .content-item:nth-of-type(1) .item .item-descr {
    font-size: 15px;
  }
}
@media (max-width: 1279px) {
  .benefits .content .content-item:nth-of-type(1) .item .item-descr {
    line-height: 21px;
  }
}
.benefits .content .content-item:nth-of-type(2) {
  padding-left: 5.8vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1679px) {
  .benefits .content .content-item:nth-of-type(2) {
    padding-left: 2.8vw;
  }
}
@media (max-width: 899px) {
  .benefits .content .content-item:nth-of-type(2) {
    padding-left: 0;
    gap: 4vw;
  }
}
.benefits .content .content-item:nth-of-type(2) .list {
  max-width: 540px;
}
.benefits .content .content-item:nth-of-type(2) .list-item + .list-item {
  margin-top: 1.55em;
}
@media (max-width: 1279px) {
  .benefits .content .content-item:nth-of-type(2) .list-item + .list-item {
    margin-top: 0.8em;
  }
}
.benefits .content .content-item:nth-of-type(2) .item-title {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
}
@media (max-width: 1023px) {
  .benefits .content .content-item:nth-of-type(2) .item-title {
    font-size: 20px;
  }
}
.benefits .content .content-item:nth-of-type(2) .item-descr {
  margin-top: 0.65em;
  font-family: "Inter Tight", sans-serif;
  font-size: 17px;
  line-height: 29px;
  font-weight: 400;
  letter-spacing: 0;
  color: #5a5a67;
}
@media (max-width: 1279px) {
  .benefits .content .content-item:nth-of-type(2) .item-descr {
    margin-top: 0.4em;
    font-size: 16px;
    line-height: 24px;
  }
}
.benefits .content .content-item:nth-of-type(2) .btn {
  margin-top: 3.9em;
}
@media (max-width: 1279px) {
  .benefits .content .content-item:nth-of-type(2) .btn {
    margin-top: 1.9em;
  }
}

.ai-block {
  overflow: visible;
  padding-bottom: var(--block-pd);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ai-block .btn {
  margin-top: 35px;
}
.ai-block .logo {
  position: relative;
  max-width: 126px;
  margin: 0 auto;
  padding-top: 0.35%;
}
.ai-block .logo > img:nth-of-type(1) {
  max-width: 114px;
}
.ai-block .logo > img:nth-of-type(2) {
  position: absolute;
  max-width: 42px;
  top: -8px;
  right: 0;
  animation: crescendo 2s alternate infinite ease-in;
}
.ai-block .section_title {
  max-width: 700px;
  margin: 42px auto 0;
  color: #3D1138;
}
@media (max-width: 1279px) {
  .ai-block .section_title {
    max-width: 560px;
  }
}
@media (max-width: 1023px) {
  .ai-block .section_title {
    max-width: 470px;
  }
}
@media (max-width: 767px) {
  .ai-block .section_title {
    max-width: 400px;
  }
}
.ai-block .section_title > span {
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-image: linear-gradient(90deg, #fb9a4b 0%, #dc1b6c 100%);
  animation: text-bg-animate 5s ease infinite;
}
.ai-block .content {
  position: relative;
  padding: 4.7% 0 3.5%;
  z-index: 1;
}
@media (max-width: 767px) {
  .ai-block .content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.ai-block .content > img {
  border-radius: 20px;
}
@media (max-width: 1023px) {
  .ai-block .content > img {
    border-radius: 10px;
  }
}
.ai-block .content > img:nth-of-type(1) {
  position: absolute;
  max-width: 139px;
  width: 8%;
  top: 17%;
  left: 21.7%;
  border-radius: 0;
}
@media (max-width: 1679px) {
  .ai-block .content > img:nth-of-type(1) {
    left: 16.4%;
  }
}
@media (max-width: 1439px) {
  .ai-block .content > img:nth-of-type(1) {
    width: 6%;
    top: 37%;
    left: 12.4%;
  }
}
@media (max-width: 1023px) {
  .ai-block .content > img:nth-of-type(1) {
    top: 44%;
    left: 14.4%;
  }
}
@media (max-width: 767px) {
  .ai-block .content > img:nth-of-type(1) {
    display: none;
  }
}
.ai-block .content > img:nth-of-type(2) {
  position: absolute;
  max-width: 190px;
  width: 16%;
  bottom: 1.2%;
  left: 14.3%;
}
@media (max-width: 1679px) {
  .ai-block .content > img:nth-of-type(2) {
    left: 3.8%;
  }
}
@media (max-width: 1439px) {
  .ai-block .content > img:nth-of-type(2) {
    width: 13%;
  }
}
@media (max-width: 767px) {
  .ai-block .content > img:nth-of-type(2) {
    display: none;
  }
}
.ai-block .content > img:nth-of-type(3) {
  max-width: 650px;
  width: 80%;
  margin: 0 auto;
  border-radius: 0;
}
@media (max-width: 1279px) {
  .ai-block .content > img:nth-of-type(3) {
    width: 54%;
  }
}
@media (max-width: 767px) {
  .ai-block .content > img:nth-of-type(3) {
    order: 1;
    flex-basis: 100%;
    min-width: 100%;
    width: 100%;
  }
}
.ai-block .content > img:nth-of-type(4) {
  position: absolute;
  max-width: 136px;
  width: 12%;
  bottom: -10.2%;
  right: 27.2%;
}
@media (max-width: 1679px) {
  .ai-block .content > img:nth-of-type(4) {
    bottom: -0.8%;
    right: 21.8%;
  }
}
@media (max-width: 1439px) {
  .ai-block .content > img:nth-of-type(4) {
    width: 9%;
    bottom: 0;
    right: 19.8%;
  }
}
@media (max-width: 767px) {
  .ai-block .content > img:nth-of-type(4) {
    display: none;
  }
}
.ai-block .content > img:nth-of-type(5) {
  position: absolute;
  max-width: 178px;
  width: 19%;
  top: -12.6%;
  right: 9.75%;
}
@media (max-width: 1679px) {
  .ai-block .content > img:nth-of-type(5) {
    right: 3.2%;
  }
}
@media (max-width: 1279px) {
  .ai-block .content > img:nth-of-type(5) {
    width: 13%;
    top: -5.6%;
  }
}
@media (max-width: 767px) {
  .ai-block .content > img:nth-of-type(5) {
    display: none;
  }
}
.ai-block .box {
  position: absolute;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  gap: 50px;
  padding: 24px 20px;
  border-radius: 20px;
}
@media (max-width: 1439px) {
  .ai-block .box {
    gap: 2vw;
  }
}
@media (max-width: 1023px) {
  .ai-block .box {
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .ai-block .box {
    position: relative;
    padding: 10px;
    gap: 5vw;
  }
}
@media (max-width: 479px) {
  .ai-block .box {
    padding: 20px;
    gap: 10vw;
  }
}
.ai-block .box h6 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.01em;
  white-space: pre-line;
  color: #3D2611;
}
@media (max-width: 1439px) {
  .ai-block .box h6 {
    font-size: 1.3vw;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .ai-block .box h6 {
    font-size: 2.5vw;
  }
}
@media (max-width: 479px) {
  .ai-block .box h6 {
    font-size: 5vw;
  }
}
@media (max-width: 479px) {
  .ai-block .box h6 {
    white-space: normal;
  }
}
.ai-block .box img {
  max-width: 32px;
}
@media (max-width: 1023px) {
  .ai-block .box img {
    max-width: 25px;
  }
}
@media (max-width: 767px) {
  .ai-block .box img {
    min-width: 40px;
  }
}
.ai-block .box:nth-of-type(1) {
  top: -3%;
  left: 6.2%;
  max-width: 190px;
  background-color: #F3EFE4;
}
@media (max-width: 1679px) {
  .ai-block .box:nth-of-type(1) {
    left: 0;
  }
}
@media (max-width: 1439px) {
  .ai-block .box:nth-of-type(1) {
    max-width: auto;
  }
}
@media (max-width: 767px) {
  .ai-block .box:nth-of-type(1) {
    top: auto;
    left: auto;
    order: 2;
    flex-basis: calc((100% - 40px) / 3);
    max-width: 100%;
  }
}
@media (max-width: 479px) {
  .ai-block .box:nth-of-type(1) {
    flex-basis: calc((100% - 0px) / 1);
  }
}
.ai-block .box:nth-of-type(1) img {
  max-width: 32px;
}
.ai-block .box:nth-of-type(2) {
  top: 32.3%;
  right: 23.85%;
  gap: 8px;
  max-width: 179px;
  padding: 24px 19px 22px;
  background: url("../img/ai/bg.jpg") top center no-repeat;
  background-size: cover;
}
@media (max-width: 1679px) {
  .ai-block .box:nth-of-type(2) {
    right: 19.45%;
    gap: 2vw;
  }
}
@media (max-width: 1439px) {
  .ai-block .box:nth-of-type(2) {
    max-width: auto;
    right: 15.45%;
  }
}
@media (max-width: 1023px) {
  .ai-block .box:nth-of-type(2) {
    top: 14.2%;
    right: 17.45%;
  }
}
@media (max-width: 767px) {
  .ai-block .box:nth-of-type(2) {
    top: auto;
    right: auto;
    order: 3;
    flex-basis: calc((100% - 40px) / 3);
    padding: 10px;
    max-width: 100%;
  }
}
@media (max-width: 479px) {
  .ai-block .box:nth-of-type(2) {
    flex-basis: calc((100% - 0px) / 1);
    padding: 20px;
    gap: 10vw;
  }
}
.ai-block .box:nth-of-type(2) h6 {
  color: #FFFFFF;
}
.ai-block .box:nth-of-type(3) {
  bottom: 0%;
  right: 6.6%;
  gap: 76px;
  max-width: 222px;
  padding: 24px 24px 24px;
  background: url("../img/ai/bg2.jpg") top center no-repeat;
  background-size: cover;
}
@media (max-width: 1679px) {
  .ai-block .box:nth-of-type(3) {
    right: 0;
  }
}
@media (max-width: 1439px) {
  .ai-block .box:nth-of-type(3) {
    max-width: auto;
    gap: 2vw;
  }
}
@media (max-width: 767px) {
  .ai-block .box:nth-of-type(3) {
    bottom: auto;
    right: auto;
    order: 4;
    flex-basis: calc((100% - 40px) / 3);
    padding: 10px;
    max-width: 100%;
  }
}
@media (max-width: 479px) {
  .ai-block .box:nth-of-type(3) {
    flex-basis: calc((100% - 0px) / 1);
    padding: 20px;
    gap: 10vw;
  }
}
.ai-block .box:nth-of-type(3) img {
  max-width: 57px;
}
@media (max-width: 1023px) {
  .ai-block .box:nth-of-type(3) img {
    max-width: 40px;
  }
}
@media (max-width: 767px) {
  .ai-block .box:nth-of-type(3) img {
    min-width: 40px;
  }
}
.ai-block .box:nth-of-type(3) h6 {
  font-size: 24px;
  line-height: 24px;
}
@media (max-width: 1439px) {
  .ai-block .box:nth-of-type(3) h6 {
    font-size: 1.3vw;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .ai-block .box:nth-of-type(3) h6 {
    font-size: 2.5vw;
  }
}
@media (max-width: 479px) {
  .ai-block .box:nth-of-type(3) h6 {
    font-size: 5vw;
  }
}

@keyframes crescendo {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1.15);
  }
}
.demo-panel {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
  z-index: 5;
}
@media (max-width: 1679px) {
  .demo-panel {
    gap: 1px;
    flex-direction: row;
    transform: rotate(-90deg) translate(50%, -100%);
    transform-origin: 100% 0% 0;
  }
}
@media (max-width: 1024px) {
  .demo-panel {
    gap: 1px;
    flex-direction: column;
    transform: translateY(-50%);
    transform-origin: 0;
  }
}
.demo-panel .link {
  min-width: 100%;
  height: auto;
  font-family: "Inter Tight", sans-serif;
  font-size: 14px;
  line-height: 1;
  padding: 0.65em 1.2em 0.65em 0.9em;
  border-radius: 0;
  border: none;
  cursor: pointer;
  gap: 8px;
  transition: background-color 0.3s ease;
  color: #ffffff;
  background-color: #06021d;
}
@media (max-width: 1679px) {
  .demo-panel .link {
    min-width: auto;
  }
}
@media (max-width: 1024px) {
  .demo-panel .link {
    font-size: 0;
    min-width: 45px;
    min-height: 45px;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
}
@media (max-width: 767px) {
  .demo-panel .link {
    min-width: 40px;
    min-height: 40px;
  }
}
.demo-panel .link .btn-icon {
  font-size: 17px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .demo-panel .link .btn-icon {
    max-width: max-content;
  }
}
.demo-panel .link .btn-icon::before {
  line-height: 22px;
}
.demo-panel .link.link-buy {
  color: #ffffff;
  background-color: #3519e2;
}

.stats-container {
  padding-top: calc(var(--block-pd) / 1.5);
  padding-bottom: calc(var(--block-pd) / 1.85);
  border-bottom: 1px solid #EDEBE4;
}
.stats-container .stats-content {
  display: grid;
  grid-template-columns: 1fr 1.05fr 1fr;
  gap: 120px;
}
@media (max-width: 1279px) {
  .stats-container .stats-content {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .stats-container .stats-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 30px;
  }
}
.stats-container .stats-content .stat {
  text-align: left;
}
.stats-container .stats-content .stat .stat-counter {
  display: flex;
  align-items: center;
}
.stats-container .stats-content .stat .stat-counter > span {
  margin-top: -7px;
}
.stats-container .stats-content .stat .stat-counter .odometer-value {
  width: 100%;
}
.stats-container .stats-content .stat .odometer,
.stats-container .stats-content .stat span {
  font-family: "Inter Tight", sans-serif;
  font-size: 170px;
  line-height: 0.8;
  font-weight: 500;
  display: inline-block;
  color: #07133B;
}
@media (max-width: 1679px) {
  .stats-container .stats-content .stat .odometer,
  .stats-container .stats-content .stat span {
    font-size: 150px;
  }
}
@media (max-width: 1439px) {
  .stats-container .stats-content .stat .odometer,
  .stats-container .stats-content .stat span {
    font-size: 130px;
  }
}
@media (max-width: 1279px) {
  .stats-container .stats-content .stat .odometer,
  .stats-container .stats-content .stat span {
    font-size: 110px;
  }
}
@media (max-width: 1023px) {
  .stats-container .stats-content .stat .odometer,
  .stats-container .stats-content .stat span {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  .stats-container .stats-content .stat .odometer,
  .stats-container .stats-content .stat span {
    font-size: 12vw;
  }
}
@media (max-width: 479px) {
  .stats-container .stats-content .stat .odometer,
  .stats-container .stats-content .stat span {
    font-size: 24vw;
  }
}
.stats-container .stats-content .stat .type {
  margin-left: 11px;
  margin-bottom: 7px;
  font-family: "Inter Tight", sans-serif;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0;
  color: #07133B;
}
@media (max-width: 767px) {
  .stats-container .stats-content .stat .type {
    margin-left: 0;
    font-size: 16px;
  }
}
.stats-container .stats-content .odometer.plus {
  position: relative;
}

.develop {
  padding-top: var(--block-pd);
}
.develop .sup {
  margin: 0 auto 1.9em;
}
.develop .section_title {
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 1279px) {
  .develop .section_title {
    max-width: 535px;
  }
}
@media (max-width: 1023px) {
  .develop .section_title {
    max-width: 440px;
  }
}
.develop .descr {
  margin: 20px auto 0;
  max-width: 700px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  color: #6E707A;
}
.develop .develop-grid {
  margin-top: 3.85em;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 31px;
  grid-row-gap: 31px;
}
@media (max-width: 1279px) {
  .develop .develop-grid {
    grid-template-rows: repeat(3, 1fr);
  }
}
@media (max-width: 1023px) {
  .develop .develop-grid {
    grid-template-rows: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .develop .develop-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.develop .develop-grid .grid-item {
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .develop .develop-grid .grid-item {
    flex-basis: calc((100% / 2) - 19px);
  }
}
@media (max-width: 600px) {
  .develop .develop-grid .grid-item {
    flex-basis: 100%;
  }
}
.develop .develop-grid .grid-item p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
  color: #07133B;
}
@media (max-width: 1032px) {
  .develop .develop-grid .grid-item p {
    line-height: 1.2;
  }
}
.develop .develop-grid .grid-item h5 {
  font-size: 28px;
  line-height: 29px;
  font-weight: 500;
  letter-spacing: 0;
  color: #06021B;
}
@media (max-width: 1279px) {
  .develop .develop-grid .grid-item h5 {
    font-size: 22px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .develop .develop-grid .grid-item h5 {
    font-size: 26px;
  }
}
.develop .develop-grid .grid-item:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  padding: 47px 60px 48px 41px;
  grid-area: 1 / 1 / 4 / 2;
  background: url(../img/develop/bg-1.jpg) center center no-repeat;
  background-size: cover;
  text-align: left;
}
@media (max-width: 1023px) {
  .develop .develop-grid .grid-item:nth-of-type(1) {
    padding: 20px;
  }
}
.develop .develop-grid .grid-item:nth-of-type(1) img {
  max-width: 51px;
}
.develop .develop-grid .grid-item:nth-of-type(1) h5 {
  margin-bottom: 0.55em;
  font-size: 44px;
  line-height: 46px;
  letter-spacing: -0.01em;
}
@media (max-width: 1279px) {
  .develop .develop-grid .grid-item:nth-of-type(1) h5 {
    font-size: 3.4vw;
    line-height: 1;
  }
}
@media (max-width: 1032px) {
  .develop .develop-grid .grid-item:nth-of-type(1) h5 {
    font-size: 3vw;
  }
}
@media (max-width: 767px) {
  .develop .develop-grid .grid-item:nth-of-type(1) h5 {
    margin-top: 1em;
    font-size: 4.2vw;
  }
}
.develop .develop-grid .grid-item:nth-of-type(1) h5 > span {
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-image: linear-gradient(90deg, #2d0e2d 0%, #77175e 26%, #f23dd2 50%, #9d1595 70%, #38183e 100%);
  animation: text-bg-animate 5s ease infinite;
}
.develop .develop-grid .grid-item:nth-of-type(2) {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: start;
  text-align: left;
  padding: 34px 40px 42px;
  gap: 38px;
  grid-area: 4 / 1 / 5 / 2;
  background: url(../img/develop/bg-2.jpg) center center no-repeat;
  background-size: cover;
}
@media (max-width: 1279px) {
  .develop .develop-grid .grid-item:nth-of-type(2) {
    padding: 30px;
    gap: 22px;
  }
}
@media (max-width: 1032px) {
  .develop .develop-grid .grid-item:nth-of-type(2) {
    flex-direction: column;
    padding: 20px;
    gap: 0;
  }
}
@media (max-width: 767px) {
  .develop .develop-grid .grid-item:nth-of-type(2) {
    justify-content: space-between;
  }
}
.develop .develop-grid .grid-item:nth-of-type(2) > img {
  max-width: 90px;
}
@media (max-width: 1279px) {
  .develop .develop-grid .grid-item:nth-of-type(2) > img {
    max-width: 60px;
  }
}
.develop .develop-grid .grid-item:nth-of-type(2) > div {
  display: flex;
  flex-direction: column;
  gap: 0.7vw;
}
.develop .develop-grid .grid-item:nth-of-type(2) > div > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  gap: 9px;
}
@media (max-width: 1032px) {
  .develop .develop-grid .grid-item:nth-of-type(2) > div > div {
    margin-top: 5px;
  }
}
.develop .develop-grid .grid-item:nth-of-type(2) > div > div p {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
}
.develop .develop-grid .grid-item:nth-of-type(2) > div > div img {
  max-width: 42px;
}
.develop .develop-grid .grid-item:nth-of-type(3) {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  padding: 46px 60px 42px 41px;
  text-align: left;
  background: url(../img/develop/bg-3.jpg) center center no-repeat;
  background-size: cover;
  grid-area: 1 / 2 / 3 / 4;
}
@media (max-width: 1279px) {
  .develop .develop-grid .grid-item:nth-of-type(3) {
    padding: 30px 60px 30px 41px;
  }
}
@media (max-width: 1023px) {
  .develop .develop-grid .grid-item:nth-of-type(3) {
    padding: 20px;
  }
}
.develop .develop-grid .grid-item:nth-of-type(3)::before {
  content: '';
  position: absolute;
  width: 36vw;
  height: 100%;
  top: 0;
  right: 0;
  background: url(../img/develop/item-3-decor.png) center right no-repeat;
  background-size: contain;
}
@media (max-width: 1279px) {
  .develop .develop-grid .grid-item:nth-of-type(3)::before {
    width: 54vw;
    right: -8em;
  }
}
@media (max-width: 1023px) {
  .develop .develop-grid .grid-item:nth-of-type(3)::before {
    right: -10em;
  }
}
@media (max-width: 767px) {
  .develop .develop-grid .grid-item:nth-of-type(3)::before {
    display: none;
  }
}
.develop .develop-grid .grid-item:nth-of-type(3) > div p {
  max-width: fit-content;
  padding: 0px 14px;
  font-size: 9px;
  line-height: 21px;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff;
  background: url("../img/develop/text-bg.jpg") no-repeat;
  border-radius: 13.5px;
}
.develop .develop-grid .grid-item:nth-of-type(3) > div h5 {
  margin-top: 0.5em;
  max-width: 285px;
  font-size: 36px;
  font-weight: 500;
  line-height: 39px;
  letter-spacing: 0;
  color: #01040B;
}
@media (max-width: 1032px) {
  .develop .develop-grid .grid-item:nth-of-type(3) > div h5 {
    margin-top: 1.8em;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 7px;
  }
}
@media (max-width: 767px) {
  .develop .develop-grid .grid-item:nth-of-type(3) > div h5 {
    margin-top: 0.4em;
  }
}
.develop .develop-grid .grid-item:nth-of-type(3) > p {
  max-width: 200px;
}
.develop .develop-grid .grid-item:nth-of-type(4) {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  padding: 40px 64px 42px;
  grid-area: 3 / 2 / 5 / 3;
  background: url(../img/develop/bg-4.jpg) center center no-repeat;
  background-size: cover;
}
@media (max-width: 1279px) {
  .develop .develop-grid .grid-item:nth-of-type(4) {
    padding: 40px 35px 42px;
  }
}
@media (max-width: 1032px) {
  .develop .develop-grid .grid-item:nth-of-type(4) {
    padding: 20px;
  }
}
.develop .develop-grid .grid-item:nth-of-type(4) > div {
  position: relative;
}
.develop .develop-grid .grid-item:nth-of-type(4) > div img:nth-of-type(1) {
  max-width: 286px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .develop .develop-grid .grid-item:nth-of-type(4) > div img:nth-of-type(1) {
    max-width: 100%;
  }
}
.develop .develop-grid .grid-item:nth-of-type(4) > div img:nth-of-type(2) {
  max-width: 120px;
  position: absolute;
  top: 7%;
  right: -20%;
}
@media (max-width: 1032px) {
  .develop .develop-grid .grid-item:nth-of-type(4) > div img:nth-of-type(2) {
    max-width: 80px;
    top: -2%;
    right: -16%;
  }
}
@media (max-width: 600px) {
  .develop .develop-grid .grid-item:nth-of-type(4) > div img:nth-of-type(2) {
    top: 15%;
    right: -2%;
  }
}
.develop .develop-grid .grid-item:nth-of-type(4) > div:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 2.2em auto 0;
}
.develop .develop-grid .grid-item:nth-of-type(4) > div h5 {
  margin-bottom: 0.2em;
}
.develop .develop-grid .grid-item:nth-of-type(5) {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  text-align: left;
  padding: 40px 40px 42px;
  grid-area: 3 / 3 / 5 / 4;
  background: url(../img/develop/bg-5.jpg) center center no-repeat;
  background-size: cover;
}
@media (max-width: 1279px) {
  .develop .develop-grid .grid-item:nth-of-type(5) {
    padding: 40px 35px 42px;
  }
}
@media (max-width: 1032px) {
  .develop .develop-grid .grid-item:nth-of-type(5) {
    padding: 20px;
  }
}
.develop .develop-grid .grid-item:nth-of-type(5) h5 {
  margin-bottom: 18px;
}
@media (max-width: 1032px) {
  .develop .develop-grid .grid-item:nth-of-type(5) h5 {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .develop .develop-grid .grid-item:nth-of-type(5) img {
    margin-top: 2em;
  }
}

/*# sourceMappingURL=style.css.map */
