@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500&family=Outfit:wght@100;400;500&display=swap");
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;
}

@font-face {
  font-family: 'stolzl';
  src: url("../fonts/stolzl/Stolzl-Thin.eot");
  src: local("stolzl"), local("stolzl-thin"), url("../fonts/stolzl/Stolzl-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/stolzl/Stolzl-Thin.woff2") format("woff2"), url("../fonts/stolzl/Stolzl-Thin.woff") format("woff"), url("../fonts/stolzl/Stolzl-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
:root {
  --grid-mt: 2.9em;
  --block-pd: 8.7em;
  --block-pd-md: 9em;
  --btn-fz: 16px;
  --cont-pd: 50px;
  --item-border-rad: 70px;
}
@media (max-width: 1439px) {
  :root {
    --grid-mt: 2em;
    --block-pd: 6em;
    --block-pd-md: 6em;
    --cont-pd: 40px;
  }
}
@media (max-width: 1279px) {
  :root {
    --cont-pd: 30px;
  }
}
@media (max-width: 767px) {
  :root {
    --cont-pd: 20px;
  }
}
@media (max-width: 600px) {
  :root {
    --grid-mt: 2em;
    --block-pd: 5em;
    --block-pd-md: 5em;
  }
}

[data-animation^="innerAnimated"] {
  visibility: hidden;
}

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

/* fadeInUpScreen */
.fadeInUpScreen {
  -webkit-animation-name: fadeInUpScreen;
  animation-name: fadeInUpScreen;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.1, 1);
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.1, 1);
}

@-webkit-keyframes fadeInUpScreen {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10px, 60px, 0);
    transform: translate3d(10px, 60px, 0);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpScreen {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10px, 60px, 0);
    transform: translate3d(10px, 60px, 0);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* FadeInUpDemos */
.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 */
.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 */
.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 */
.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);
  }
}
/* SlideInRight */
.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);
    }
  }
}
/* FadeInLeft */
.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 */
.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);
  }
}
/* Clipping */
.clipping {
  -webkit-animation-name: clipping;
  animation-name: clipping;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

@-webkit-keyframes clipping {
  0% {
    -webkit-clip-path: inset(-20px 100% -20px -20px);
    clip-path: inset(-20px 100% -20px -20px);
  }
  99% {
    -webkit-clip-path: inset(-20px -20px -20px -20px);
    clip-path: inset(-20px -20px -20px -20px);
  }
  100% {
    -webkit-clip-path: none;
    clip-path: none;
  }
}
@keyframes clipping {
  0% {
    -webkit-clip-path: inset(-20px 100% -20px -20px);
    clip-path: inset(-20px 100% -20px -20px);
  }
  99% {
    -webkit-clip-path: inset(-20px -20px -20px -20px);
    clip-path: inset(-20px -20px -20px -20px);
  }
  100% {
    -webkit-clip-path: none;
    clip-path: none;
  }
}
/* ClippingCircle */
.clippingCircle {
  -webkit-animation-name: clippingCircle;
  animation-name: clippingCircle;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
}

@-webkit-keyframes clippingCircle {
  0% {
    -webkit-clip-path: circle(0%);
    clip-path: circle(0%);
  }
  99% {
    -webkit-clip-path: circle(110%);
    clip-path: circle(110%);
  }
  100% {
    -webkit-clip-path: none;
    clip-path: none;
  }
}
@keyframes clippingCircle {
  0% {
    -webkit-clip-path: circle(0%);
    clip-path: circle(0%);
  }
  99% {
    -webkit-clip-path: circle(110%);
    clip-path: circle(110%);
  }
  100% {
    -webkit-clip-path: none;
    clip-path: none;
  }
}
/* FadeInUpText */
.fadeInUpText {
  -webkit-animation-name: fadeInUpText;
  animation-name: fadeInUpText;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes fadeInUpText {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpText {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/*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);
  }
}
.text--fading .word {
  display: inline-flex;
  opacity: 0;
  transition: opacity 1.1s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition-delay: calc(70ms * var(--word-index) + 0ms);
}

.text--fading.innerAnimated .word {
  opacity: 1;
}

.text--folding .char {
  display: inline-flex;
  opacity: 0;
  transform: rotateX(90deg);
  transform-origin: bottom;
  transition: opacity 1.1s cubic-bezier(0.65, 0.05, 0.36, 1), transform 1.1s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition-delay: calc(30ms * var(--char-index) + 10ms);
}

.text--folding.innerAnimated .char {
  transform: rotateX(0deg);
  opacity: 1;
}

/*  Tags  */
html {
  font-size: 17px;
}
@media (max-width: 767px) {
  html {
    font-size: 16px;
  }
}

* {
  box-sizing: border-box;
}

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

main {
  position: relative;
  z-index: 1;
  background-color: #FFFFFF;
  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: #030606;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  margin: 0;
}

h1 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 7.09vw;
  letter-spacing: -0.05em;
  line-height: 0.9;
}
@media (max-width: 1023px) {
  h1 {
    font-size: 7vw;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 11vw;
    letter-spacing: -0.02em;
  }
}

h2 {
  font-size: 3.36rem;
  line-height: 1em;
  letter-spacing: -0.01em;
}
@media (max-width: 1439px) {
  h2 {
    font-size: 2.9rem;
  }
}
@media (max-width: 1279px) {
  h2 {
    font-size: 2.6rem;
  }
}
@media (max-width: 1023px) {
  h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 2rem;
    line-height: 1.1;
  }
}
@media (max-width: 479px) {
  h2 {
    font-size: 1.7rem;
  }
}

h3 {
  font-size: 1.65rem;
  line-height: 1.227em;
  letter-spacing: -0.02em;
}
@media (max-width: 1279px) {
  h3 {
    font-size: 1.2em;
  }
}
@media (max-width: 1023px) {
  h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 18px;
    line-height: 1.1em;
  }
}

h4 {
  font-size: 1.295rem;
  line-height: 1.227;
  letter-spacing: -0.02em;
}
@media (max-width: 1279px) {
  h4 {
    font-size: 1.2rem;
    line-height: 1.1em;
  }
}
@media (max-width: 1023px) {
  h4 {
    font-size: 1.135rem;
  }
}

h5 {
  font-size: 1.065rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

h6 {
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.03em;
}

p {
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.47;
  letter-spacing: 0;
  color: #5A6161;
  padding: 0;
  margin: 0;
  font-weight: 400;
}
@media (max-width: 1023px) {
  p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  p {
    line-height: 1.5;
  }
}
.section_inverse p:not(.sup) {
  color: #9B9CAD;
}

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

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

li {
  margin: 0;
  list-style-type: none;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.647;
  letter-spacing: 0;
  font-weight: 500;
  text-transform: capitalize;
  color: #030606;
}
@media (max-width: 1023px) {
  li {
    font-size: 16px;
  }
}

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

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

.cont {
  padding: 0 var(--cont-pd);
  margin: 0 auto;
  width: 100%;
}

.cont_full {
  max-width: 100%;
}

.cont_lg {
  max-width: 1866px;
}

.cont_md {
  max-width: 1720px;
}

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

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

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

.cont_ft {
  max-width: 1450px;
  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: "Plus Jakarta Sans", sans-serif;
  font-size: var(--btn-fz);
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  padding: 18px 27px;
  color: #FCFBFF;
  border: 2px solid #FF6600;
  background-color: #FF6600;
  border-radius: var(--item-border-rad);
  text-transform: capitalize;
}
@media (max-width: 1279px) {
  .btn {
    padding: 15px 26px;
  }
}
@media (max-width: 767px) {
  .btn {
    padding: 13px 24px;
  }
}
.btn:hover {
  background-color: #E55B00;
  border-color: #E55B00;
}
.btn.btn_alt {
  background-color: #0099FF;
  border-color: #0099FF;
}
.btn.btn_alt:hover {
  background-color: #0089E5;
  border-color: #0089E5;
}
.btn.btn_alt2 {
  background-color: #C5A48E;
  border-color: #C5A48E;
}
.btn.btn_alt2:hover {
  background-color: #AB8E7A;
  border-color: #AB8E7A;
}
.btn.btn_header {
  font-size: calc(var(--btn-fz) - 1px);
  padding: 0.95em 1.75em;
  background-color: #0099FF;
  border-color: #0099FF;
}
.btn.btn_header:hover {
  background-color: #0089E5;
  border-color: #0089E5;
}

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

.sup {
  max-width: fit-content;
  margin-bottom: 2em;
  padding: 6px 10px;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: uppercase;
  color: #030606;
  font-size: 13px;
  line-height: 1em;
  letter-spacing: 0;
  font-weight: 500;
  background-color: #FEFEFE;
  border: 1px solid #DBDAC5;
  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;
}

.descr {
  max-width: 400px;
  margin: 15px auto 0;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: -0.02em;
  font-weight: 400;
  color: #5A6161;
}
@media (max-width: 767px) {
  .descr {
    font-size: 16px;
    line-height: 24px;
  }
}
.descr .accent {
  color: #FB5546;
}

.center {
  text-align: center;
}

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

.accent {
  color: #0099FF;
}

.accent_dark {
  color: #fff;
}

.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;
}
.video-popup__content iframe {
  padding: 20px;
  background-color: #ffffff;
}

.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;
  }
}
.devider p.item {
  min-width: 100%;
  min-height: 1px;
  max-height: 1px;
  background-color: #E4EDE4;
}

@-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;
  }
}
/*  Loader  */
#loader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1000;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}

#loader:before,
#loader:after {
  content: "";
  width: 80px;
  height: 80px;
  border: 2px solid #FF6600;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation-name: loaderCircleAnim;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

#loader:after {
  animation-delay: 1s;
}

@keyframes loaderCircleAnim {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }
  10% {
    width: 10px;
    height: 10px;
    opacity: 1;
  }
  80% {
    width: 60px;
    height: 60px;
    opacity: 0.1;
  }
  100% {
    width: 70px;
    height: 70px;
    opacity: 0;
  }
}
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  padding-top: 26px;
  padding-bottom: 26px;
}
@media (max-width: 1279px) {
  header {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
header .item:nth-of-type(1) {
  flex: 0 1 230px;
}
@media (max-width: 1279px) {
  header .item:nth-of-type(1) {
    flex: 0 1 185px;
  }
}
header .item:nth-of-type(2) {
  flex: 0 1 auto;
}
header .item:nth-of-type(3) {
  flex: 0 1 226px;
  text-align: end;
}
@media (max-width: 1023px) {
  header .item:nth-of-type(3) {
    display: none;
  }
}
header .logo {
  display: inline-block;
  max-width: 176px;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
@media (max-width: 1279px) {
  header .logo {
    max-width: 150px;
  }
}
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: 2.1em;
}
@media (max-width: 1279px) {
  nav li + li {
    margin-left: 1.1em;
  }
}
nav .nav_link {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  text-transform: capitalize;
  color: #FFFEFE;
  position: relative;
  padding: 0.5em 0;
}
@media (max-width: 1279px) {
  nav .nav_link {
    font-size: 15px;
  }
}
nav .nav_link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #FFFEFE;
  transition: width 0.2s ease;
}
nav .nav_link:hover {
  color: #FFFEFE;
}
nav .nav_link:hover:after {
  width: 100%;
}
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: #121212;
    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: #fff;
  }
  .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;
    font-weight: 600;
    letter-spacing: 0;
    padding-top: 0;
    padding-bottom: 0.4em;
    color: #fff;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .nav-mobile li .nav_link {
    font-size: 28px;
  }
}
@media (max-width: 1023px) and (max-width: 479px) {
  .nav-mobile li .nav_link {
    font-size: 22px;
  }
}
@media (max-width: 1023px) {
  .nav-mobile li .nav_link:hover {
    color: #d2d2d2;
  }
  .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: inline-block;
    font-size: 14px;
    padding: 15px 26px;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .nav-mobile .btn_mob a {
    padding: 13px 24px;
  }
}

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

#nav-icon {
  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) {
  #nav-icon {
    right: 30px;
    left: auto;
  }
}
@media (max-width: 767px) {
  #nav-icon {
    right: 20px;
  }
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #fff;
  border-radius: 0;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: all 0.35s ease;
}
#nav-icon span:nth-child(1) {
  top: 0;
}
#nav-icon span:nth-child(2) {
  top: 7px;
}
#nav-icon span:nth-child(3) {
  top: 14px;
}
#nav-icon.open span {
  background-color: #fff;
}
#nav-icon.open span:nth-child(1) {
  top: 7px;
  transform: rotate(135deg);
  background: #fff;
}
#nav-icon.open span:nth-child(2) {
  opacity: 0;
  right: 60px;
}
#nav-icon.open span:nth-child(3) {
  top: 7px;
  transform: rotate(-135deg);
  background: #fff;
}

.hero {
  max-height: 94.45vh;
  padding-bottom: 1vw;
  position: relative;
  overflow: hidden;
  /* Робимо overflow прихованим для коректної анімації */
  z-index: 3;
  background-color: #121212;
}
.hero .hero_content {
  position: relative;
  padding-top: 150px;
  padding-bottom: 104px;
  height: 100vh;
  max-height: 900px;
  min-height: 640px;
  display: flex;
  justify-content: end;
  flex-direction: column;
  z-index: 4;
}
@media (max-width: 1439px) {
  .hero .hero_content {
    height: 87vh;
  }
}
@media (max-width: 1279px) {
  .hero .hero_content {
    height: 100%;
    padding-top: 24vw;
    padding-bottom: 6vw;
    min-height: 550px;
  }
}
@media (max-width: 767px) {
  .hero .hero_content {
    height: 400px;
    min-height: 400px;
  }
}
.hero .hero_title {
  max-width: 75%;
  margin: 0 auto;
  color: #FFFEFE;
}
@media (max-width: 767px) {
  .hero .hero_title {
    max-width: 100%;
  }
}
.hero .hero_sup {
  margin-bottom: 1.2vw;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 27px;
  font-weight: 500;
  letter-spacing: -0.05em;
  color: #ffffff;
}
@media (max-width: 767px) {
  .hero .hero_sup {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .hero .hero_sup {
    font-size: 20px;
  }
}
.hero .hero_slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.hero .hero_slider > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 2s ease-in-out;
}
.hero .hero_slider > img:nth-child(1) {
  animation: slideShow 30s infinite;
}
.hero .hero_slider > img:nth-child(2) {
  animation: slideShow 30s infinite 10s;
}
.hero .hero_slider > img:nth-child(3) {
  animation: slideShow 30s infinite 20s;
}

@keyframes slideShow {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  43.33% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.demo {
  position: relative;
  z-index: 3;
  overflow: visible;
}
.demo .cont {
  position: relative;
  z-index: 2;
}
.demo .grid {
  position: relative;
  border-top: 1px solid #DDDBD8;
  border-bottom: 1px solid #DDDBD8;
}
@media (max-width: 899px) {
  .demo .grid {
    border-bottom: none;
  }
}
.demo .grid .grid_row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 0;
}
@media (max-width: 899px) {
  .demo .grid .grid_row {
    display: none;
  }
  .demo .grid .grid_row.mobile_row .item-info {
    flex-basis: 100%;
  }
}
.demo .grid .grid_row.mobile_row {
  display: none;
}
@media (max-width: 899px) {
  .demo .grid .grid_row.mobile_row {
    display: flex;
  }
}
.demo .grid .grid_row + .grid_row {
  border-top: 1px solid #DDDBD8;
}
@media (max-width: 899px) {
  .demo .grid .grid_row + .grid_row {
    border-top: none;
  }
}
@media (max-width: 479px) {
  .demo .grid .grid_row + .grid_row {
    border-bottom: none;
  }
}
.demo .grid .grid_row:last-child .item_wrap:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 899px) {
  .demo .grid .grid_row:last-child .item_wrap:last-child {
    align-items: start;
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .demo .grid .grid_row:last-child .item_wrap:last-child {
    justify-content: center;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.demo .grid .grid_row .item_wrap {
  border-right: 1px solid #DDDBD8;
}
@media (max-width: 899px) {
  .demo .grid .grid_row .item_wrap {
    border-bottom: 1px solid #DDDBD8;
  }
}
@media (max-width: 479px) {
  .demo .grid .grid_row .item_wrap {
    border-right: 0;
  }
}
.demo .grid .grid_row .item_wrap:nth-of-type(5), .demo .grid .grid_row .item_wrap:nth-of-type(6) {
  border-bottom: none;
}
@media (max-width: 899px) {
  .demo .grid .grid_row .item_wrap:nth-of-type(5), .demo .grid .grid_row .item_wrap:nth-of-type(6) {
    border-bottom: 1px solid #DDDBD8;
  }
}
.demo .grid .grid_row .item_wrap:last-child {
  border-right: 0;
}
.demo .grid .item_wrap {
  padding: 3.75vw;
  flex-basis: calc(100% / 3);
}
@media (max-width: 899px) {
  .demo .grid .item_wrap {
    flex-basis: calc(100% / 2);
  }
}
@media (max-width: 600px) {
  .demo .grid .item_wrap {
    padding: 20px;
  }
}
@media (max-width: 479px) {
  .demo .grid .item_wrap {
    flex-basis: calc(100% / 1);
  }
  .demo .grid .item_wrap:last-child {
    padding-bottom: var(--block-pd);
  }
}
@media (max-width: 479px) and (max-width: 479px) {
  .demo .grid .item_wrap:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 899px) {
  .demo .grid .item_wrap:has(.coming-soon) {
    display: none !important;
  }
}
.demo .grid .item:not(.coming-soon):hover {
  cursor: pointer;
}
.demo .grid .item:not(.coming-soon):hover .demo_img {
  transform: translateY(-7px);
}
.demo .grid .item:not(.coming-soon) img {
  margin-bottom: -5px;
  border-radius: 15px;
  box-shadow: 0 0 50px rgba(59, 45, 7, 0.08);
}
@media (max-width: 899px) {
  .demo .grid .item:not(.coming-soon) img {
    margin-bottom: 0;
  }
}
.demo .grid .item-info {
  display: flex;
  margin-bottom: 57px;
}
@media (max-width: 1439px) {
  .demo .grid .item-info {
    margin-bottom: 43px;
  }
}
@media (max-width: 899px) {
  .demo .grid .item-info {
    margin-bottom: 0;
  }
}
.demo .grid .item.coming-soon {
  position: relative;
}
.demo .grid .item.coming-soon::before {
  content: 'Coming Soon';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #030606;
  z-index: 3;
}
@media (max-width: 1023px) {
  .demo .grid .item.coming-soon::before {
    font-size: 17px;
  }
}
.demo .grid .item.coming-soon img {
  position: relative;
  z-index: 2;
}
.demo .grid .item.item-info_cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.demo .grid .item.item-info_cont.item {
  cursor: default;
}
@media (max-width: 899px) {
  .demo .grid .item.item-info_cont {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .demo .grid .item.item-info_cont {
    align-items: center;
  }
}
.demo .grid .item.item-info_cont h3 {
  font-size: 35px;
  line-height: 1.085;
  letter-spacing: -0.01em;
  margin-bottom: 25px;
}
@media (max-width: 1679px) {
  .demo .grid .item.item-info_cont h3 {
    font-size: 2vw;
  }
}
@media (max-width: 1279px) {
  .demo .grid .item.item-info_cont h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1023px) {
  .demo .grid .item.item-info_cont h3 {
    max-width: 400px;
  }
}
@media (max-width: 899px) {
  .demo .grid .item.item-info_cont h3 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .demo .grid .item.item-info_cont h3 {
    letter-spacing: 0;
  }
}
@media (max-width: 479px) {
  .demo .grid .item.item-info_cont h3 {
    text-align: center;
    font-size: 21px;
  }
}
.demo .grid .item.item-info_cont h6 {
  opacity: 0;
  cursor: default;
}
.demo .grid .demo_img {
  transition: transform 0.2s ease;
}
.demo .grid + .btn {
  margin-top: 60px;
}
@media (max-width: 1279px) {
  .demo .grid + .btn {
    margin-top: 42px;
  }
}
.demo .item_title {
  text-align: left;
}
.demo .item_title a {
  all: inherit;
  position: relative;
  padding-top: 37px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 1439px) {
  .demo .item_title a {
    padding-top: 23px;
  }
}
@media (max-width: 767px) {
  .demo .item_title a {
    padding-top: 12px;
  }
}

.wrapper {
  background: url("../img/demo/bg.png") no-repeat;
  background-size: cover;
  background-position: top center;
}

/* 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.42em;
  margin-left: -3px;
}
@media (max-width: 767px) {
  .block .section_title {
    margin-left: -2px;
  }
}
.block .btn {
  margin-top: 2.15em;
}
@media (max-width: 1279px) {
  .block .btn {
    margin-top: 1.5em;
  }
}
@media (max-width: 767px) {
  .block .btn {
    margin-top: 1.1em;
  }
}
.block .list-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 575px;
  margin-top: 1.95em;
}
@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: 15px;
}
@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: 2px;
  width: 21px;
  height: 21px;
  background: url(../img/elm/check.svg) center no-repeat;
  background-size: 100%;
  border-radius: 50%;
}
@media (max-width: 1023px) {
  .block li::before {
    width: 18px;
    height: 18px;
    top: 5px;
  }
}
.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-top: var(--block-pd);
  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 {
  white-space: break-spaces;
  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-top: 0.5%;
}
@media (max-width: 1439px) {
  .elm .content-wrap {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .elm .content-wrap {
    max-width: 450px;
  }
}
.elm .content-wrap .list-wrap {
  grid-template-columns: 1.4fr 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.6% 6.5%;
}
.elm .img-wrap .content {
  display: flex;
  flex-direction: column;
  max-width: fit-content;
  overflow: hidden;
  border-radius: 20px;
}
.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: 20px;
}
@media (max-width: 1279px) {
  .elm .img-wrap > img:nth-of-type(1) {
    width: 31%;
  }
}
.elm .img-wrap > img:nth-of-type(2) {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 1.5%;
  width: 12%;
  max-width: 90px;
  border-radius: 20px;
}

.marquee-big {
  position: relative;
  overflow: hidden;
  background: url("../img/marquee/bg.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 23.7em;
}
@media (max-width: 1439px) {
  .marquee-big {
    padding-top: 20em;
  }
}
@media (max-width: 1279px) {
  .marquee-big {
    padding-top: 15em;
  }
}
@media (max-width: 600px) {
  .marquee-big {
    padding-top: 10em;
  }
}
.marquee-big .marquee_text {
  border-top: 1px solid rgba(255, 254, 254, 0.2);
  position: relative;
  width: 100%;
  margin: 0 auto;
  white-space: nowrap;
  display: flex;
  align-items: center;
  padding-top: 4.35em;
  padding-bottom: 4.2em;
  z-index: 3;
}
@media (max-width: 1279px) {
  .marquee-big .marquee_text {
    padding-top: 2.8em;
    padding-bottom: 2.7em;
  }
}
@media (max-width: 600px) {
  .marquee-big .marquee_text {
    padding-top: 1.7em;
    padding-bottom: 1.7em;
  }
}
.marquee-big p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 67px;
  letter-spacing: -0.02em;
  line-height: 1em;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
  position: relative;
  animation: marquee 16s linear infinite;
}
@media (max-width: 1279px) {
  .marquee-big p {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .marquee-big p {
    font-size: 50px;
  }
}
@media (max-width: 600px) {
  .marquee-big p {
    font-size: 40px;
  }
}
@media (max-width: 479px) {
  .marquee-big p {
    font-size: 28px;
  }
}
.marquee-big p span {
  display: inline-block;
  margin: 0 60px;
  position: relative;
  font-weight: 600;
  font-size: 0.727em;
  letter-spacing: -0.04em;
  position: relative;
  top: 5px;
}
@media (max-width: 1279px) {
  .marquee-big p span {
    margin-left: 20px;
    margin-right: 20px;
    top: 3px;
  }
}
@media (max-width: 479px) {
  .marquee-big p span {
    margin-left: 15px;
    margin-right: 20px;
    top: 0;
  }
}

.marquee-small {
  position: relative;
  overflow: hidden;
  background-color: #121212;
}
.marquee-small .marquee_text2 {
  width: 100%;
  margin: 0 auto;
  white-space: nowrap;
  display: flex;
  align-items: center;
  padding-top: 1.7em;
  padding-bottom: 1.7em;
  animation: marquee 30s linear infinite;
}
.marquee-small p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1em;
  font-weight: 500;
  text-transform: uppercase;
  color: #FFFEFE;
  position: relative;
}
.marquee-small p span {
  display: inline-block;
  margin: 0 28px;
  font-weight: 400;
  font-size: 1em;
  letter-spacing: 0;
  position: relative;
  top: -2px;
}
@media (max-width: 1279px) {
  .marquee-small p span {
    margin-left: 20px;
    margin-right: 25px;
  }
}
@media (max-width: 479px) {
  .marquee-small p span {
    margin-left: 15px;
    margin-right: 20px;
  }
}

.marquee-benefits {
  position: relative;
  overflow: hidden;
}
.marquee-benefits.reverse .marquee_text {
  padding-top: 0;
  padding-bottom: 0;
  animation: marquee-benefits-reverse 30s linear infinite;
}
.marquee-benefits .marquee_text {
  width: 100%;
  margin: 0 auto;
  white-space: nowrap;
  display: flex;
  align-items: center;
  padding-top: 0;
  padding-bottom: 1em;
  animation: marquee-benefits 30s linear infinite;
}
@media (max-width: 1023px) {
  .marquee-benefits .marquee_text {
    animation: marquee-benefits 15s linear infinite;
  }
}
.marquee-benefits .marquee_text .marquee-item {
  padding: 13px 75px 13px 20px;
  margin-right: 17px;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 11px;
  background-color: #F3F2E3;
  border-radius: var(--item-border-rad);
}
@media (max-width: 1279px) {
  .marquee-benefits .marquee_text .marquee-item {
    padding: 13px 75px 13px 20px;
  }
}
.marquee-benefits .marquee_text .marquee-item p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1em;
  font-weight: 500;
  color: #030606;
}
@media (max-width: 1279px) {
  .marquee-benefits .marquee_text .marquee-item p {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .marquee-benefits .marquee_text .marquee-item p {
    font-size: 17px;
  }
}
.marquee-benefits .marquee_text .marquee-item img {
  width: 50px;
  height: 50px;
}
@media (max-width: 1279px) {
  .marquee-benefits .marquee_text .marquee-item img {
    width: 40px;
    height: 40px;
  }
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
@keyframes marquee-benefits {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes marquee-benefits-reverse {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes marquee2 {
  to {
    transform: translateX(-50%);
  }
}
.features {
  padding-top: var(--block-pd);
  --transform: translateX(30%);
  --transform-reverse: translateX(-30%);
}
@media (max-width: 1679px) {
  .features {
    background-size: 16%;
  }
}
.features .video-wrapper,
.features .video-wrapper video {
  max-width: 279px;
  margin: 0 auto;
}
@media (max-width: 1279px) {
  .features .video-wrapper,
  .features .video-wrapper video {
    max-width: 230px;
  }
}
@media (max-width: 767px) {
  .features .video-wrapper,
  .features .video-wrapper video {
    max-width: 180px;
  }
}
.features .section_title {
  display: block;
  margin-bottom: 13px;
}
.features .descr {
  max-width: 28%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .features .descr {
    max-width: 100%;
  }
}
.features .new-features__content {
  margin-top: var(--grid-mt);
}
.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;
  display: flex;
  align-items: center;
}
@media (max-width: 1279px) {
  .features .new-features__content .portfolio .item-3 {
    padding: 15px;
  }
}
.features .new-features__content .portfolio .item-3 > img {
  max-width: 90px;
}
.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: url("../img/features/item-5-bg.jpg") top center no-repeat;
  background-size: cover;
  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: "Plus Jakarta Sans", 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;
  text-align: left;
  z-index: 1;
}
.features .new-features__content .portfolio .item-7 .item-title span {
  display: block;
  color: rgba(255, 255, 255, 0.7);
}
.features .new-features__content .portfolio .item-8 {
  grid-area: g;
  background-color: #F8F5EC;
  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: "Plus Jakarta Sans", 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: #030606;
}
@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: 615px;
}
@media (max-width: 1279px) {
  main {
    margin-bottom: 400px;
  }
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  background-color: #121212;
  height: 615px;
}
.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: 100%;
  z-index: -1;
}
@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: "DM Sans", sans-serif;
  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: 0;
  border-radius: var(--item-border-rad);
}
@media (max-width: 347px) {
  .scrollTop {
    bottom: 20px;
  }
}
.scrollTop:hover {
  background: #E55B00;
}
.scrollTop:after {
  color: #fff;
  content: "\E814";
  font-size: 11px;
  font-weight: 500;
  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%;
  }
}
.templates {
  padding-top: var(--block-pd);
  padding-bottom: var(--block-pd);
}
@media (max-width: 1679px) {
  .templates {
    background-size: 16%;
  }
}
.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: "Plus Jakarta Sans", 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-mt) - 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: #030606;
  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%);
}

.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: 20px;
}
@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: 26px;
    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%);
  white-space: break-spaces;
}
@media (max-width: 479px) {
  .quick-start .section_title span {
    line-height: 28px;
  }
}
.quick-start .content-wrap {
  margin-top: 2.5em;
  display: flex;
  align-items: center;
  gap: 1.85vw;
}
@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: "Plus Jakarta Sans", 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: "Plus Jakarta Sans", 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: "Plus Jakarta Sans", 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;
  border-radius: 20px;
}
@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: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: -0.02em;
  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;
  position: relative;
  top: -1px;
}
.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;
  border-radius: var(--item-border-rad);
}
.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;
  border-radius: var(--item-border-rad);
}
.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);
}

.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: 20px;
  border-color: #7756FD;
  background-color: #7756FD;
}
.ai-block .btn:hover {
  border-color: #E55B00;
  background-color: #E55B00;
}
.ai-block .logo {
  position: relative;
  max-width: 157px;
  margin: 0 auto;
  padding-top: 2.3%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1439px) {
  .ai-block .logo {
    padding-top: 3%;
  }
}
@media (max-width: 1279px) {
  .ai-block .logo {
    padding-top: 2em;
  }
}
.ai-block .logo > img:nth-of-type(1) {
  max-width: 86px;
}
.ai-block .logo > img:nth-of-type(2) {
  position: absolute;
  max-width: 42px;
  top: 0;
  right: 0;
  animation: crescendo 2s alternate infinite ease-in;
}
.ai-block .section_title {
  max-width: 700px;
  margin: 38px auto 0;
}
@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 .content {
  position: relative;
  padding: 3.1% 0 5.6%;
  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;
}
.ai-block .content > img:nth-of-type(1) {
  position: absolute;
  max-width: 139px;
  width: 8%;
  top: 16%;
  left: 21%;
}
@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: 10.2%;
  left: 13.5%;
}
@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;
}
@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: 0;
  right: 26.8%;
}
@media (max-width: 1679px) {
  .ai-block .content > img:nth-of-type(4) {
    right: 21.8%;
  }
}
@media (max-width: 1439px) {
  .ai-block .content > img:nth-of-type(4) {
    width: 9%;
    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.2%;
}
@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: 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: 18px;
  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: 5.2%;
  max-width: 190px;
  background-color: #F3F2E3;
}
@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: 22.2%;
  right: 23.45%;
  gap: 8px;
  max-width: 179px;
  padding: 24px 18px 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: 9%;
  right: 5.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: 22px;
  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);
  }
}
.slider {
  position: relative;
  overflow: visible;
  padding-top: var(--block-pd);
  padding-bottom: var(--block-pd);
  background-color: #F6F4F1;
  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;
  box-shadow: 0 0 50px rgba(59, 45, 7, 0.08);
}
@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: #121212;
}
.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, #ff6726 0%, #ff5934 100%);
}
.experience .cont .sup {
  color: #fff;
  background-color: transparent;
  border-color: #464646;
}
.experience .experience-descr {
  margin-right: 12vw;
  letter-spacing: 0;
  margin-top: -10px;
}
@media (max-width: 1279px) {
  .experience .experience-descr {
    margin-right: 0;
  }
}
.experience .grid {
  grid-template-columns: 1.445fr 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: #fff;
}
.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) .progress-done {
  background: #232323;
}
.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(235deg, #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-mt) + 31px);
  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;
  background-color: #232323;
}
@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;
  background-color: #303030;
}
@media (max-width: 1023px) {
  .experience .box .box-image {
    width: 70px;
    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: #fff;
  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;
  }
}

.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);
  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: "Plus Jakarta Sans", sans-serif;
  font-size: 17px;
  letter-spacing: 0.01em;
  border-radius: 30px;
  background-color: #fff;
}
@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: #FAEFEB;
}
.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: #9E948D;
}
.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) .section_title {
  max-width: 500px;
}
.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: 500;
  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: "Plus Jakarta Sans", sans-serif;
  font-size: 17px;
  line-height: 29px;
  font-weight: 400;
  letter-spacing: 0;
  color: #5a5a67;
  text-transform: none;
}
@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;
  }
}

.toggles {
  padding-top: var(--block-pd);
  padding-bottom: var(--block-pd);
  background-color: #F6F4F1;
}
.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: #fff;
  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: #ffffff;
}
.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;
  }
}

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

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