/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*animations for payments block*/
@keyframes circleMove {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes imageMove1 {
  from {
    -webkit-transform: translateX(-50%) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-360deg);
  }
}
@keyframes imageMove2 {
  from {
    -webkit-transform: translateX(-50%) rotate(-60deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-420deg);
  }
}
@keyframes imageMove3 {
  from {
    -webkit-transform: translateX(-50%) rotate(-120deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-480deg);
  }
}
@keyframes imageMove4 {
  from {
    -webkit-transform: translateX(-50%) rotate(-180deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-540deg);
  }
}
@keyframes imageMove5 {
  from {
    -webkit-transform: translateX(-50%) rotate(-240deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-600deg);
  }
}
@keyframes imageMove6 {
  from {
    -webkit-transform: translateX(-50%) rotate(-300deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-660deg);
  }
}
/*  Tags  */
html {
  font-size: 17px;
}
@media (max-width: 767px) {
  html {
    font-size: 16px;
  }
}

* {
  box-sizing: border-box;
}

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

main {
  position: relative;
  z-index: 1;
  background-color: #E6EFF4;
}

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: #0A0D2A;
  font-family: "termina", sans-serif;
  font-weight: 600;
  margin: 0;
}

h1 {
  font-family: "termina", sans-serif;
  font-size: 8.83rem;
  letter-spacing: -0.02em;
  line-height: 1.33;
}
@media (max-width: 1679px) {
  h1 {
    font-size: 7.5vw;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 8.3vw;
  }
}

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

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

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

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

h6 {
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

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

a {
  font-family: "termina", 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: "termina", sans-serif;
  font-size: 15px;
  line-height: 1.647;
  letter-spacing: 0;
  font-weight: 600;
  color: #0A0D2A;
}
@media (max-width: 1279px) {
  li {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  li {
    font-size: 12px;
  }
}

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

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

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

.cont_lg {
  max-width: 1870px;
}

.cont_md {
  max-width: 1720px;
}

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

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

.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: #FFFEFE;
}

/*Buttons*/
.btn {
  font-family: "termina", sans-serif;
  font-size: var(--btn-fz);
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 600;
  display: inline-flex;
  padding: 16px 28px  14px;
  border: 2px solid #26C0B7;
  color: #FFFEFE;
  background-color: #26C0B7;
}
@media (max-width: 1279px) {
  .btn {
    padding: 15px 24px;
  }
}
@media (max-width: 767px) {
  .btn {
    padding: 13px 24px;
  }
}
.btn:hover {
  background-color: #08AAA1;
  border-color: #08AAA1;
}
.btn.btn_alt {
  background-color: #C964FE;
  border-color: #C964FE;
}
.btn.btn_alt:hover {
  background-color: #AD3AE9;
  border-color: #AD3AE9;
}
.btn.btn_alt2 {
  background-color: #FCE317;
  border-color: #FCE317;
}
.btn.btn_alt2:hover {
  background-color: #F3D900;
  border-color: #F3D900;
}
.btn.btn_header {
  font-size: 13px;
  padding: 14px 26px 10px;
  background-color: #C964FE;
  border-color: #C964FE;
}
@media (max-width: 1279px) {
  .btn.btn_header {
    padding: 12px 24px;
  }
}
.btn.btn_header:hover {
  background-color: #AD3AE9;
  border-color: #AD3AE9;
}

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

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

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

.sup {
  font-family: "termina", sans-serif;
  text-transform: uppercase;
  color: #0A0D2A;
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 0.08em;
  font-weight: 600;
  margin-bottom: 2.05em;
}
@media (max-width: 1279px) {
  .sup {
    margin-bottom: 1.5em;
  }
}
@media (max-width: 1023px) {
  .sup {
    margin-bottom: 1em;
  }
}
.sup.sup_alt {
  color: #FFFEFE;
}

.center {
  text-align: center;
}

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

.accent {
  color: #C964FE;
}

.accent_dark {
  color: #ffffff;
}

@-webkit-keyframes assinatura {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes assinatura {
  to {
    stroke-dashoffset: 0;
  }
}
/*  Loader  */
#loader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 1000;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}

#loader:before,
#loader:after {
  content: "";
  width: 80px;
  height: 80px;
  border: 2px solid #26C0B7;
  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: 33px;
  padding-bottom: 33px;
}
@media (max-width: 767px) {
  header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
header .item:nth-of-type(1) {
  flex: 0 1 223px;
}
@media (max-width: 1279px) {
  header .item:nth-of-type(1) {
    flex: 0 1 190px;
  }
}
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: 85px;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
header .logo.logo_mobile {
  position: absolute;
  left: 30px;
  top: 25px;
  z-index: 2;
  animation-delay: 0.4s;
}
@media (min-width: 1024px) {
  header .logo.logo_mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  header .logo.logo_mobile {
    left: 20px;
    top: 20px;
  }
}

@media (max-width: 1023px) {
  nav {
    display: none;
  }
}
nav li {
  display: inline-block;
}
nav li + li {
  margin-left: 1.5em;
}
@media (max-width: 1279px) {
  nav li + li {
    margin-left: 1.1em;
  }
}
nav .nav_link {
  font-size: 15px;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 600;
  color: #FFFEFE;
  position: relative;
  padding: 0.5em 0;
}
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: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    top: 0;
    left: 0;
    height: 0;
    min-height: 0;
    text-align: center;
    margin-top: 0;
    padding: 0;
    background-color: #07060C;
    border-radius: 0;
    overflow: hidden;
    z-index: 99;
    will-change: width, transform, transition, border-radius, height;
    -webkit-transition: height 0.8s ease, min-height 0.8s ease;
    transition: height 0.8s ease, min-height 0.8s ease;
  }
  .nav-mobile.is-active {
    border-radius: 0;
    height: 100vh;
    min-height: 370px;
    overflow: visible;
    overflow-y: auto;
  }
  .nav-mobile.is-active .menu {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  .nav-mobile.is-active .menu a:after {
    background: #ffffff;
  }
  .nav-mobile.is-active li {
    animation-name: fadeIn;
    animation-duration: 0.6s;
    animation-fill-mode: both;
  }
  .nav-mobile.is-active .logo_mobile {
    animation-name: fadeIn;
    animation-duration: 0.6s;
    animation-fill-mode: both;
  }
  .nav-mobile li {
    display: block;
  }
  .nav-mobile li:nth-of-type(1) {
    animation-delay: 0.5s;
  }
  .nav-mobile li:nth-of-type(2) {
    animation-delay: 0.6s;
  }
  .nav-mobile li:nth-of-type(3) {
    animation-delay: 0.7s;
  }
  .nav-mobile li:nth-of-type(4) {
    animation-delay: 0.8s;
  }
  .nav-mobile li:nth-of-type(5) {
    animation-delay: 0.9s;
  }
  .nav-mobile li:nth-of-type(6) {
    animation-delay: 1s;
  }
  .nav-mobile li .nav_link {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0;
    color: #ffffff;
    padding-top: 0;
    padding-bottom: 0.4em;
    color: #BDC3CA;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .nav-mobile li .nav_link {
    font-size: 28px;
    padding-bottom: 0.3em;
  }
}
@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: #ffffff;
  }
  .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;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 15px 36px 17px;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .nav-mobile .btn_mob a {
    font-size: 13px;
    padding: 13px 22px;
  }
}

/*  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: 479px) {
  #nav-icon {
    right: 20px;
  }
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #FFFEFE;
  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: #FFFEFE;
}
#nav-icon.open span:nth-child(1) {
  top: 7px;
  transform: rotate(135deg);
  background: #ffffff;
}
#nav-icon.open span:nth-child(2) {
  opacity: 0;
  right: 60px;
}
#nav-icon.open span:nth-child(3) {
  top: 7px;
  transform: rotate(-135deg);
  background: #ffffff;
}

.hero {
  display: flex;
  height: 85vh;
  min-height: 818px;
  background: url("../img/hero/bg.jpg") no-repeat;
  background-position: top;
  background-size: cover;
}
@media (max-width: 1679px) {
  .hero {
    min-height: 780px;
  }
}
@media (max-width: 1439px) {
  .hero {
    min-height: 700px;
  }
}
@media (max-width: 1279px) {
  .hero {
    max-height: 600px;
    min-height: 600px;
  }
}
@media (max-width: 1023px) {
  .hero {
    max-height: 540px;
    min-height: 540px;
  }
}
.hero .hero-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  padding-top: 9.5vw;
}
@media (max-width: 479px) {
  .hero .hero-content {
    padding-top: 21%;
  }
}
.hero .main_title {
  color: #ffffff;
  margin-left: 60px;
}
.hero .hero_sup {
  margin-top: 0.6vw;
  padding: 4px 8px 2px;
  font-family: "termina", sans-serif;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #ffffff;
  background-color: #000000;
}
@media (max-width: 1279px) {
  .hero .hero_sup {
    margin-top: 1.6vw;
  }
}
@media (max-width: 1023px) {
  .hero .hero_sup {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .hero .hero_sup {
    font-size: 14px;
    margin-top: 3.6vw;
  }
}
@media (max-width: 479px) {
  .hero .hero_sup {
    font-size: 12px;
    margin-top: 3.6vw;
  }
}
.hero .title_wrap {
  position: relative;
}
.hero .title {
  overflow: hidden;
}
.hero .title > img {
  transform: translateY(105%);
  transition: 0.7s all ease;
}
@media (max-width: 1279px) {
  .hero .title > img {
    max-width: 850px;
  }
}
@media (max-width: 1023px) {
  .hero .title > img {
    max-width: 600px;
  }
}
.hero .title > img.innerAnimated {
  transform: translateY(0);
}
.hero .arrow-1 {
  position: absolute;
  top: -31%;
  left: 0;
  display: flex;
  flex-direction: row;
  gap: 1px;
}
@media (max-width: 1023px) {
  .hero .arrow-1 {
    top: -45%;
  }
}
@media (max-width: 767px) {
  .hero .arrow-1 {
    left: 5%;
  }
}
.hero .arrow-1 span {
  max-width: 19px;
  animation: animated-left 2s infinite;
}
@media (max-width: 767px) {
  .hero .arrow-1 span {
    width: 12px;
  }
}
.hero .arrow-1 span:nth-child(2) {
  animation-delay: 0.2s;
}
.hero .arrow-1 span:nth-child(3) {
  animation-delay: 0.4s;
}
.hero .arrow-2 {
  position: absolute;
  top: -42%;
  left: 19%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1279px) {
  .hero .arrow-2 {
    top: -58%;
  }
}
@media (max-width: 1023px) {
  .hero .arrow-2 {
    top: -76%;
  }
}
@media (max-width: 767px) {
  .hero .arrow-2 {
    top: -85%;
    left: 22.4%;
  }
}
@media (max-width: 479px) {
  .hero .arrow-2 {
    display: none;
  }
}
.hero .arrow-2 span {
  max-width: 33px;
  margin-top: -1px;
  animation: animated-top 2s infinite;
}
@media (max-width: 767px) {
  .hero .arrow-2 span {
    width: 22px;
  }
}
.hero .arrow-2 span:nth-child(2) {
  animation-delay: 0.2s;
}
.hero .arrow-2 span:nth-child(3) {
  animation-delay: 0.4s;
}
.hero .arrow-3 {
  position: absolute;
  bottom: -36%;
  right: 22%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1279px) {
  .hero .arrow-3 {
    bottom: -48%;
  }
}
@media (max-width: 1023px) {
  .hero .arrow-3 {
    bottom: -72%;
  }
}
@media (max-width: 767px) {
  .hero .arrow-3 {
    right: 20.8%;
  }
}
@media (max-width: 479px) {
  .hero .arrow-3 {
    display: none;
  }
}
.hero .arrow-3 span {
  max-width: 33px;
  margin-bottom: -1px;
  animation: animated-bottom 2s infinite;
}
@media (max-width: 767px) {
  .hero .arrow-3 span {
    width: 22px;
  }
}
.hero .arrow-3 span:nth-child(2) {
  animation-delay: -0.2s;
}
.hero .arrow-3 span:nth-child(3) {
  animation-delay: -0.4s;
}
.hero .arrow-4 {
  position: absolute;
  bottom: -18%;
  right: 1%;
  display: flex;
  flex-direction: row;
  gap: 1px;
}
@media (max-width: 1023px) {
  .hero .arrow-4 {
    bottom: -30%;
  }
}
@media (max-width: 767px) {
  .hero .arrow-4 {
    right: 3%;
  }
}
.hero .arrow-4 span {
  max-width: 19px;
  animation: animated-right 2s infinite;
}
@media (max-width: 767px) {
  .hero .arrow-4 span {
    width: 12px;
  }
}
@media (max-width: 479px) {
  .hero .arrow-4 span:nth-child(1) {
    display: none;
  }
}
.hero .arrow-4 span:nth-child(2) {
  animation-delay: -0.2s;
}
.hero .arrow-4 span:nth-child(3) {
  animation-delay: -0.4s;
}
.hero .arrow-4 span:nth-child(4) {
  animation-delay: -0.6s;
}

@keyframes animated-left {
  0% {
    opacity: 0;
    transform: translate(20px, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-20px, 0);
  }
}
@keyframes animated-top {
  0% {
    opacity: 0;
    transform: translate(0, 20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(0, -20px);
  }
}
@keyframes animated-bottom {
  0% {
    opacity: 0;
    transform: translate(0, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(0, 20px);
  }
}
@keyframes animated-right {
  0% {
    opacity: 0;
    transform: translate(-20px, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(20px, 0);
  }
}
.demo {
  position: relative;
  margin-top: -101px;
  overflow: visible;
  z-index: 3;
}
@media (max-width: 1439px) {
  .demo {
    margin-top: -55px;
  }
}
.demo .cont {
  position: relative;
  z-index: 2;
}
.demo .grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
}
@media (max-width: 1679px) {
  .demo .grid {
    grid-gap: 40px;
  }
}
@media (max-width: 1279px) {
  .demo .grid {
    grid-gap: 30px;
  }
}
@media (max-width: 767px) {
  .demo .grid {
    grid-gap: 30px 20px;
  }
}
@media (max-width: 479px) {
  .demo .grid {
    grid-template-columns: 1fr;
  }
}
.demo .grid .item_wrap + .item_wrap {
  margin-top: 57px;
}
@media (max-width: 1439px) {
  .demo .grid .item_wrap + .item_wrap {
    margin-top: 40px;
  }
}
@media (max-width: 479px) {
  .demo .grid .item_wrap + .item_wrap {
    margin-top: 30px;
  }
}
.demo .grid .item:not(.coming-soon):hover {
  cursor: pointer;
}
.demo .grid .item:not(.coming-soon):hover .demo_img {
  transform: translateY(-7px);
}
.demo .grid .demo_img {
  transition: transform 0.2s ease;
}
.demo .grid + .btn {
  margin-top: 55px;
}
@media (max-width: 1279px) {
  .demo .grid + .btn {
    margin-top: 42px;
  }
}
@media (max-width: 767px) {
  .demo .grid + .btn {
    margin-top: 30px;
  }
}
.demo .item_title {
  text-align: left;
}
.demo .item_title a {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  color: inherit;
  position: relative;
  padding-top: 32px;
}
@media (max-width: 1439px) {
  .demo .item_title a {
    padding-top: 19px;
  }
}
@media (max-width: 767px) {
  .demo .item_title a {
    padding-top: 12px;
  }
}

.benefits {
  position: relative;
  padding-top: var(--block-pd);
  --gap: 30px;
}
@media (max-width: 767px) {
  .benefits {
    --gap: 20px;
  }
}
.benefits .grid {
  margin-top: var(--grid-m-t);
  display: flex;
  gap: var(--gap);
}
@media (max-width: 1023px) {
  .benefits .grid {
    flex-wrap: wrap;
  }
}
.benefits .column {
  flex: 0 1 33.3333%;
  height: 620px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1439px) {
  .benefits .column {
    height: 600px;
  }
}
@media (max-width: 1279px) {
  .benefits .column {
    height: 520px;
  }
}
@media (max-width: 1023px) {
  .benefits .column {
    height: auto;
    flex-basis: 100%;
    flex-direction: row;
    gap: var(--gap);
  }
}
@media (max-width: 600px) {
  .benefits .column {
    flex-wrap: wrap;
  }
}
.benefits .column:nth-of-type(1) .item {
  height: 244px;
}
@media (max-width: 1279px) {
  .benefits .column:nth-of-type(1) .item {
    height: 220px;
  }
}
.benefits .column:nth-of-type(1) .item:nth-of-type(1) .img_wrap {
  max-width: 101px;
}
@media (max-width: 1279px) {
  .benefits .column:nth-of-type(1) .item:nth-of-type(1) .img_wrap {
    width: 27%;
  }
}
@media (max-width: 1023px) {
  .benefits .column:nth-of-type(1) .item:nth-of-type(1) .img_wrap {
    width: 74px;
  }
}
.benefits .column:nth-of-type(1) .item:nth-of-type(1) img:nth-of-type(2) {
  position: absolute;
  top: -14%;
  right: -21%;
  max-width: 32px;
  width: 47%;
}
.benefits .column:nth-of-type(1) .item:nth-of-type(2) {
  height: calc(100% - 274px);
  background-image: url("../img/benefits/bg-item-2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 1279px) {
  .benefits .column:nth-of-type(1) .item:nth-of-type(2) {
    height: calc(100% - 250px);
  }
}
.benefits .column:nth-of-type(1) .item:nth-of-type(2) .img_wrap {
  max-width: 154px;
  margin-bottom: 23px;
}
@media (max-width: 1279px) {
  .benefits .column:nth-of-type(1) .item:nth-of-type(2) .img_wrap {
    width: 41%;
  }
}
@media (max-width: 1023px) {
  .benefits .column:nth-of-type(1) .item:nth-of-type(2) .img_wrap {
    width: 110px;
  }
}
.benefits .column:nth-of-type(2) .item:nth-of-type(1) {
  height: calc(100% - 260px);
  background-image: url("../img/benefits/bg-item-3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1279px) {
  .benefits .column:nth-of-type(2) .item:nth-of-type(1) {
    height: calc(100% - 230px);
  }
}
.benefits .column:nth-of-type(2) .item:nth-of-type(1) .img_wrap {
  max-width: 198px;
  padding-bottom: 22px;
}
@media (max-width: 1439px) {
  .benefits .column:nth-of-type(2) .item:nth-of-type(1) .img_wrap {
    padding-bottom: 0px;
  }
}
@media (max-width: 1279px) {
  .benefits .column:nth-of-type(2) .item:nth-of-type(1) .img_wrap {
    width: 51%;
  }
}
@media (max-width: 1023px) {
  .benefits .column:nth-of-type(2) .item:nth-of-type(1) .img_wrap {
    width: 100px;
  }
}
.benefits .column:nth-of-type(2) .item:nth-of-type(2) {
  height: 230px;
}
@media (max-width: 1279px) {
  .benefits .column:nth-of-type(2) .item:nth-of-type(2) {
    height: 210px;
  }
}
.benefits .column:nth-of-type(2) .item:nth-of-type(2) .img_wrap {
  max-width: 67px;
  padding-bottom: 8px;
}
@media (max-width: 1279px) {
  .benefits .column:nth-of-type(2) .item:nth-of-type(2) .img_wrap {
    width: 30%;
  }
}
@media (max-width: 1023px) {
  .benefits .column:nth-of-type(2) .item:nth-of-type(2) .img_wrap {
    width: 65px;
  }
}
.benefits .column:nth-of-type(3) .item:nth-of-type(1) {
  height: calc(100% - 310px);
}
@media (max-width: 1279px) {
  .benefits .column:nth-of-type(3) .item:nth-of-type(1) {
    height: calc(100% - 280px);
  }
}
.benefits .column:nth-of-type(3) .item:nth-of-type(1) .img_wrap {
  max-width: 95px;
  padding-bottom: 27px;
}
@media (max-width: 1439px) {
  .benefits .column:nth-of-type(3) .item:nth-of-type(1) .img_wrap {
    padding-bottom: 0px;
  }
}
@media (max-width: 1279px) {
  .benefits .column:nth-of-type(3) .item:nth-of-type(1) .img_wrap {
    width: 27%;
  }
}
@media (max-width: 1023px) {
  .benefits .column:nth-of-type(3) .item:nth-of-type(1) .img_wrap {
    width: 83px;
  }
}
.benefits .column:nth-of-type(3) .item:nth-of-type(1) img:nth-of-type(2) {
  position: absolute;
  top: -14%;
  right: -6%;
  max-width: 51px;
  width: 54%;
}
.benefits .column:nth-of-type(3) .item:nth-of-type(2) {
  height: 280px;
  background-image: url("../img/benefits/bg-item-6.png");
  background-position-y: 29.5%;
  background-repeat: no-repeat;
  background-size: 89%;
}
@media (max-width: 1279px) {
  .benefits .column:nth-of-type(3) .item:nth-of-type(2) {
    height: 250px;
  }
}
.benefits .column:nth-of-type(3) .item:nth-of-type(2) .img_wrap {
  max-width: 85px;
  padding-bottom: 13px;
}
@media (max-width: 1439px) {
  .benefits .column:nth-of-type(3) .item:nth-of-type(2) .img_wrap {
    padding-bottom: 0px;
  }
}
@media (max-width: 1279px) {
  .benefits .column:nth-of-type(3) .item:nth-of-type(2) .img_wrap {
    width: 25%;
  }
}
@media (max-width: 1023px) {
  .benefits .column:nth-of-type(3) .item:nth-of-type(2) .img_wrap {
    width: 72px;
  }
}
.benefits .column:nth-of-type(3) .item:nth-of-type(2) img:nth-of-type(2) {
  position: absolute;
  top: -13%;
  left: -36%;
  max-width: 67px;
  width: 71.5%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}
.benefits .item {
  background-color: #F0F7FB;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 32px 10px;
}
@media (max-width: 1023px) {
  .benefits .item {
    height: auto !important;
    flex: 0 1 calc(50% - var(--gap) / 2);
    padding: 35px 10px 25px;
  }
}
@media (max-width: 600px) {
  .benefits .item {
    height: auto !important;
    flex-basis: 100%;
  }
}
.benefits .item + .item {
  margin-top: var(--gap);
}
@media (max-width: 1023px) {
  .benefits .item + .item {
    margin-top: 0;
  }
}
.benefits .img_wrap {
  margin: 0 auto;
  position: relative;
}
.benefits .item_title {
  margin-top: 19px;
  margin-bottom: 0;
}
.benefits .item_descr {
  font-size: 15px;
  margin-top: 3px;
}

/* 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.4em;
  margin-left: -3px;
}
@media (max-width: 767px) {
  .block .section_title {
    margin-left: -2px;
  }
}
.block .btn {
  margin-top: 1.7em;
}
@media (max-width: 767px) {
  .block .btn {
    margin-top: 1.2em;
  }
}
.block .list-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 575px;
  margin-top: 2em;
}
@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: 18px;
}
@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: 1px;
  width: 21px;
  height: 21px;
  background: url(../img/elm/check.svg) center no-repeat;
  background-size: 100%;
}
@media (max-width: 1279px) {
  .block li::before {
    top: 0;
  }
}
@media (max-width: 1023px) {
  .block li::before {
    width: 18px;
    height: 18px;
    top: -1px;
  }
}
.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;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .elm .grid {
    grid-template-columns: 1.2fr 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: 30px;
  }
}
@media (max-width: 767px) {
  .elm .item:nth-of-type(2) {
    padding-left: 0;
  }
}
.elm .content-wrap {
  padding-top: 0.8%;
}
@media (max-width: 1439px) {
  .elm .content-wrap {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .elm .content-wrap {
    max-width: 583px;
    margin-right: auto;
  }
}
.elm .img-wrap {
  padding-bottom: 10.4%;
}
.elm .img-wrap > img {
  border-radius: var(--rad);
}
.elm .img-wrap > img:nth-of-type(1) {
  z-index: 1;
  margin-left: auto;
  width: 79%;
  max-width: 520px;
}
.elm .img-wrap > img:nth-of-type(2) {
  z-index: 2;
  bottom: 0;
  left: 2.2%;
  width: 64%;
  max-width: 420px;
  box-shadow: 5px 15px 50px rgba(1, 9, 19, 0.06);
}
.elm .img-wrap > img:nth-of-type(3) {
  z-index: 2;
  top: 15.3%;
  left: 17.95%;
  width: 12%;
  max-width: 65px;
}
@media (max-width: 1439px) {
  .elm .img-wrap > img:nth-of-type(3) {
    top: 12.4%;
    left: 15.5%;
  }
}
.elm .img-wrap > img:nth-of-type(4) {
  z-index: 2;
  top: 32.9%;
  left: 2.2%;
  width: 35%;
  max-width: 226px;
}
@media (max-width: 1439px) {
  .elm .img-wrap > img:nth-of-type(4) {
    left: 15.5%;
  }
}

/*    WOOC    */
.wooc {
  margin-top: 0;
  padding-top: var(--block-pd);
  padding-bottom: var(--block-pd);
  background-color: #07060C;
  overflow: visible;
  z-index: 2;
}
@media (max-width: 767px) {
  .wooc .grid {
    display: flex;
    flex-direction: column-reverse;
    grid-gap: 0;
    align-items: start;
  }
  .wooc .grid .item:nth-of-type(1) {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .wooc .section_title {
    max-width: 100%;
  }
}
.wooc p:not(.sup) {
  max-width: 540px;
}
.wooc .content-wrap {
  position: relative;
  margin-left: auto;
  padding-top: 15.6%;
  max-width: 645px;
  z-index: 5;
}
@media (max-width: 1439px) {
  .wooc .content-wrap {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .wooc .content-wrap {
    max-width: 100%;
    padding-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 1439px) {
  .wooc .item:nth-of-type(1) {
    padding-top: 0;
    margin-right: 0;
    padding-right: 50px;
  }
}
@media (max-width: 1023px) {
  .wooc .item:nth-of-type(1) {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .wooc .item:nth-of-type(1) {
    margin-left: 0;
    padding: 0;
  }
}
.wooc .img-wrap {
  padding: 12.4% 6.5% 0 1.3%;
}
.wooc .img-wrap img:nth-of-type(1) {
  width: 100%;
  z-index: 2;
}
.wooc .img-wrap img:nth-of-type(2) {
  z-index: 3;
  left: 0%;
  bottom: 0;
  width: 30%;
  max-width: 201px;
  box-shadow: 5px 15px 50px rgba(19, 7, 1, 0.1);
}
.wooc .img-wrap img:nth-of-type(3) {
  z-index: 4;
  right: 13%;
  bottom: 22%;
  width: 12%;
  max-width: 63px;
}
.wooc .img-wrap img:nth-of-type(4) {
  z-index: 4;
  left: 3.1%;
  top: 7.8%;
  width: 17%;
  max-width: 97px;
}
.wooc .img-wrap img:nth-of-type(5) {
  z-index: 4;
  right: 4.7%;
  top: 0;
  width: 32%;
  max-width: 210px;
}
@media (max-width: 1439px) {
  .wooc .img-wrap img:nth-of-type(5) {
    width: 24%;
  }
}

/* Plugins */
.plugins {
  padding-top: var(--block-pd);
  padding-bottom: var(--block-pd);
}
.plugins .cont {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .plugins .grid {
    grid-template-columns: 1fr 1fr;
  }
}
.plugins .content-wrap {
  position: relative;
  margin-right: auto;
  max-width: 610px;
  z-index: 5;
}
@media (min-width: 1679px) {
  .plugins .content-wrap {
    max-width: 610px;
  }
}
@media (max-width: 1439px) {
  .plugins .content-wrap {
    margin-right: 9%;
  }
}
@media (max-width: 1279px) {
  .plugins .content-wrap {
    max-width: 535px;
  }
}
@media (max-width: 1023px) {
  .plugins .content-wrap {
    max-width: 315px;
  }
}
@media (max-width: 1023px) {
  .plugins .content-wrap {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .plugins .content-wrap {
    max-width: 100%;
    padding: 0;
  }
}
.plugins .inner_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  text-align: center;
  padding-left: 10px;
  padding-right: 4px;
}
@media (max-width: 1439px) {
  .plugins .inner_grid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 1279px) {
  .plugins .inner_grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 479px) {
  .plugins .inner_grid {
    grid-template-columns: 1fr;
  }
}
.plugins .inner_item {
  height: 200px;
  box-sizing: border-box;
  padding: 1em 15px 2.2em;
  background-color: #F2F7FE;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 1679px) {
  .plugins .inner_item {
    height: 193px;
  }
}
@media (max-width: 1439px) {
  .plugins .inner_item {
    height: 187px;
  }
}
@media (max-width: 1279px) {
  .plugins .inner_item {
    height: 180px;
  }
}
@media (max-width: 1023px) {
  .plugins .inner_item {
    height: 173px;
    padding-bottom: 2.2em;
  }
}
.plugins .inner_item img {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.plugins .inner_item .item_title {
  margin: 1.4em 0 0.45em;
  font-size: 14px;
}
@media (max-width: 1279px) {
  .plugins .inner_item .item_title {
    margin-top: 0.8em;
  }
}
.plugins .inner_item p {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1;
}
.plugins .inner_item:nth-of-type(9) img {
  padding-bottom: 5px;
}

.payments {
  padding-top: var(--block-pd);
  padding-bottom: var(--block-pd);
  background: url("../img/payments/bg.png") no-repeat;
  background-position: top left;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .payments .grid {
    grid-template-columns: 1.3fr 1fr;
  }
}
@media (max-width: 767px) {
  .payments .grid {
    grid-gap: 35px;
  }
}
.payments .item:nth-of-type(1) {
  padding-bottom: 10%;
  padding-right: 1.5em;
}
@media (max-width: 1439px) {
  .payments .item:nth-of-type(1) {
    padding-bottom: 0;
  }
}
@media (max-width: 1279px) {
  .payments .item:nth-of-type(1) {
    padding-right: 0.5em;
  }
}
@media (max-width: 767px) {
  .payments .item:nth-of-type(1) {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .payments .item:nth-of-type(2) {
    padding-left: 1.2em;
  }
}
@media (min-width: 768px) {
  .payments .content-wrap {
    max-width: 600px;
  }
}
@media (max-width: 1279px) {
  .payments .section_title {
    max-width: 475px;
  }
}
@media (max-width: 1023px) {
  .payments .section_title {
    max-width: 380px;
  }
}
@media (max-width: 767px) {
  .payments .section_title {
    max-width: 100%;
  }
}
.payments .sup {
  max-width: 109px;
  margin-bottom: 1.2em;
}
@media (max-width: 767px) {
  .payments .sup {
    max-width: 80px;
    margin-bottom: 0.8em;
  }
}
.payments p {
  max-width: 530px;
}
@media (max-width: 767px) {
  .payments p {
    max-width: 100%;
  }
}
.payments .inner_grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .payments .inner_grid {
    justify-content: flex-start;
  }
}
.payments .inner_grid .inner_item {
  width: 29.8%;
  max-width: 192px;
  padding-top: 28.8%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 16px;
  margin-right: 9px;
  position: relative;
  z-index: 1;
}
.payments .inner_grid .inner_item .inner_item_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  max-width: 80px;
  width: 45%;
}
.payments .inner_grid .inner_item .curve {
  position: absolute;
  width: 205.5%;
  top: 0;
  left: 0;
  z-index: 0;
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  .payments .inner_grid .inner_item .curve {
    top: -4px;
    left: 2px;
  }
}
@media (max-width: 479px) {
  .payments .inner_grid .inner_item .curve {
    width: 209.5%;
  }
}
.payments .inner_grid .inner_item .curve.curve2 {
  transform: rotate(0);
  right: 0;
  left: auto;
}
.payments .inner_grid .inner_item:nth-of-type(2) .inner_item_img {
  max-width: 50px;
  width: 26%;
}
.payments .inner_grid .inner_item:nth-of-type(3) .inner_item_img {
  max-width: 81px;
  width: 45%;
}
.payments .inner_grid .inner_item:nth-of-type(5) .inner_item_img {
  max-width: 124px;
  width: 65%;
}

.responsive {
  height: 806px;
  background-color: #e6eff4;
}
@media (max-width: 1439px) {
  .responsive {
    height: 700px;
  }
}
@media (max-width: 1279px) {
  .responsive {
    height: 550px;
  }
}
@media (max-width: 1023px) {
  .responsive {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .responsive {
    height: auto;
  }
}
@media (max-width: 767px) {
  .responsive {
    padding-top: var(--block-pd);
  }
}
.responsive .responsive_text {
  height: 100%;
}
.responsive .responsive_text .grid {
  grid-gap: 40px;
}
.responsive .grid {
  height: 100%;
}
@media (max-width: 767px) {
  .responsive .grid {
    grid-gap: 0;
  }
}
.responsive .content-wrap {
  position: relative;
  max-width: 540px;
  z-index: 5;
}
@media (max-width: 1023px) {
  .responsive .content-wrap {
    padding-top: 0;
    max-width: 385px;
  }
}
@media (max-width: 767px) {
  .responsive .content-wrap {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .responsive .item:nth-of-type(2) {
    margin-left: 0;
    padding: 0;
  }
}

.responsive_devices {
  --gap: 31px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
@media (max-width: 1023px) {
  .responsive_devices {
    --gap: 20px;
  }
}
@media (max-width: 767px) {
  .responsive_devices {
    position: relative;
    height: 320px;
  }
}
@media (max-width: 479px) {
  .responsive_devices {
    --gap: 15px;
  }
}
.responsive_devices .responsive_devices_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap);
}
.responsive_devices .responsive_devices_column {
  display: flex;
  flex-direction: column;
}
.responsive_devices .responsive_devices_column:nth-child(1) .responsive_devices_list {
  animation-duration: 75s;
}
.responsive_devices .responsive_devices_column:nth-child(2) .responsive_devices_list {
  animation-duration: 85s;
}
.responsive_devices .responsive_devices_column:nth-child(3) .responsive_devices_list {
  animation-duration: 90s;
}
.responsive_devices .responsive_devices_list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: var(--gap);
  animation: scrollDevices 60s linear infinite;
}
.responsive_devices .responsive_devices_list:hover {
  animation-play-state: paused;
}

@keyframes scrollDevices {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}
.slider-wrap {
  padding-top: var(--block-pd);
  background-color: #07060C;
}
.slider-wrap .section_title {
  margin-bottom: 0;
}
.slider-wrap .content_wrap {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  grid-gap: 30px;
  align-items: center;
}
@media (max-width: 1023px) {
  .slider-wrap .content_wrap {
    grid-template-columns: 1fr;
    grid-row-gap: 17px;
  }
}
.slider-wrap .content_wrap .item:nth-of-type(2) {
  margin-bottom: -1px;
}
@media (max-width: 1279px) {
  .slider-wrap .content_wrap .item:nth-of-type(2) {
    margin-bottom: -2px;
  }
}
@media (max-width: 1023px) {
  .slider-wrap .content_wrap .item:nth-of-type(2) {
    margin-bottom: 0;
  }
}
.slider-wrap .slider_wrap {
  margin-top: 3em;
}
@media screen and (max-width: 1279px) {
  .slider-wrap .slider_wrap {
    margin-top: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .slider-wrap .slider_wrap {
    margin-top: 2em;
  }
}
.slider-wrap .slider_wrap:hover .slick-prev {
  left: 0;
}
.slider-wrap .slider_wrap:hover .slick-next {
  right: 0;
}
.slider-wrap .slider_content {
  width: 420px !important;
  display: inline-block;
  margin-right: 30px;
}
@media screen and (min-width: 1921px) {
  .slider-wrap .slider_content {
    width: 25vw !important;
  }
}
@media screen and (max-width: 1279px) {
  .slider-wrap .slider_content {
    width: 350px !important;
  }
}
@media screen and (max-width: 1024px) {
  .slider-wrap .slider_content {
    width: 40vw !important;
  }
}
@media screen and (max-width: 600px) {
  .slider-wrap .slider_content {
    margin-right: 20px;
  }
}
@media screen and (max-width: 479px) {
  .slider-wrap .slider_content {
    width: 70vw !important;
  }
}
.slider-wrap .slider_content a {
  background-color: #211f2d;
  padding-top: 33px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 479px) {
  .slider-wrap .slider_content a {
    padding-top: 20px;
  }
}
.slider-wrap .slider_screen_dots {
  position: absolute;
  top: 13px;
  left: 13px;
  width: 21px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 3px;
}
@media screen and (max-width: 479px) {
  .slider-wrap .slider_screen_dots {
    top: 8px;
    left: 8px;
  }
}
.slider-wrap .slider_screen_dots span {
  border-radius: 50%;
  width: 5px;
  height: 5px;
}
.slider-wrap .slider_screen_dots span:nth-of-type(1) {
  background-color: #ff625a;
}
.slider-wrap .slider_screen_dots span:nth-of-type(2) {
  background-color: #febd2e;
}
.slider-wrap .slider_screen_dots span:nth-of-type(3) {
  background-color: #29ce42;
}
.slider-wrap .slick-prev {
  left: -50px;
}
.slider-wrap .slick-prev::before {
  content: "\E860";
  font-family: "fontello";
}
.slider-wrap .slick-next {
  right: -50px;
}
.slider-wrap .slick-next::before {
  content: "\E861";
}
.slider-wrap .slick-prev,
.slider-wrap .slick-next {
  top: 52%;
  width: 31px;
  height: 66px;
  background-color: #ffffff;
  transition: 0.4s all ease;
  z-index: 1;
}
.slider-wrap .slick-prev:hover,
.slider-wrap .slick-next:hover {
  background-color: #26C0B7;
}
.slider-wrap .slick-prev:hover::before,
.slider-wrap .slick-next:hover::before {
  color: #ffffff;
}
.slider-wrap .slick-prev::before,
.slider-wrap .slick-next::before {
  font-family: "fontello";
  font-size: 10px;
  color: #1f242e;
  opacity: 1;
}

.marquee-big {
  position: relative;
  overflow: hidden;
  background: url("../img/marquee/bg.jpg") center no-repeat;
  background-size: cover;
  padding-top: 23.7em;
  overflow: hidden;
}
@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 {
  width: 100%;
  margin: 0 auto;
  white-space: nowrap;
  display: flex;
  align-items: center;
  padding-top: 4.7em;
  padding-bottom: 4.3em;
  border-top: 1px solid rgba(255, 254, 254, 0.2);
}
@media (max-width: 1279px) {
  .marquee-big .marquee_text {
    padding-top: 2.7em;
    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: "termina", sans-serif;
  font-size: 67px;
  letter-spacing: -0.01em;
  line-height: 1em;
  font-weight: 600;
  color: #ffffff;
  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.01em;
  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: 15px;
    top: 0;
  }
}

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

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
@keyframes marquee2 {
  to {
    transform: translateX(-50%);
  }
}
.cust-benefits {
  position: relative;
  padding-top: var(--block-pd);
  padding-bottom: var(--block-pd);
  background-color: #07060C;
  overflow: visible;
}
.cust-benefits .section_title {
  margin-bottom: 0;
}
.cust-benefits .content_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0;
  align-items: end;
}
@media (max-width: 1439px) {
  .cust-benefits .content_wrap {
    grid-gap: 30px;
    grid-template-columns: 1.2fr 1fr;
  }
}
@media (max-width: 1023px) {
  .cust-benefits .content_wrap {
    grid-template-columns: 1fr;
    grid-row-gap: 17px;
  }
}
.cust-benefits .content_wrap .item:nth-of-type(2) {
  margin-bottom: -11px;
  margin-left: 18%;
}
@media (max-width: 1439px) {
  .cust-benefits .content_wrap .item:nth-of-type(2) {
    margin-left: 0;
  }
}
@media (max-width: 1279px) {
  .cust-benefits .content_wrap .item:nth-of-type(2) {
    margin-bottom: -2px;
  }
}
@media (max-width: 1023px) {
  .cust-benefits .content_wrap .item:nth-of-type(2) {
    margin-bottom: 0;
  }
}
.cust-benefits .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  text-align: center;
  margin-top: 4.8em;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1439px) {
  .cust-benefits .grid {
    margin-top: 3.5em;
  }
}
@media (max-width: 1279px) {
  .cust-benefits .grid {
    margin-top: 2.5em;
  }
}
@media (max-width: 1023px) {
  .cust-benefits .grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
}
@media (max-width: 767px) {
  .cust-benefits .grid {
    margin-top: 2em;
  }
}
@media (max-width: 600px) {
  .cust-benefits .grid {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.cust-benefits .grid .item {
  background-color: #161B24;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 54px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1439px) {
  .cust-benefits .grid .item {
    height: 360px;
  }
}
@media (max-width: 1279px) {
  .cust-benefits .grid .item {
    height: 290px;
    padding-bottom: 35px;
  }
}
@media (max-width: 1150px) {
  .cust-benefits .grid .item {
    height: 270px;
  }
}
@media (max-width: 767px) {
  .cust-benefits .grid .item {
    height: 250px;
  }
}
@media (max-width: 600px) {
  .cust-benefits .grid .item {
    height: 285px;
  }
}
@media (max-width: 479px) {
  .cust-benefits .grid .item {
    height: auto;
    padding-top: 35px;
  }
}
.cust-benefits .grid .item .img_wrap {
  margin: 0 auto;
  position: relative;
}
.cust-benefits .grid .item img {
  position: absolute;
}
.cust-benefits .grid .item img:nth-of-type(1) {
  position: relative;
}
.cust-benefits .grid .item .item_title {
  margin-top: 2em;
  white-space: pre-line;
}
@media (max-width: 1439px) {
  .cust-benefits .grid .item .item_title {
    margin-top: 1.2em;
  }
}
.cust-benefits .grid .item:nth-of-type(1) .item_title, .cust-benefits .grid .item:nth-of-type(3) .item_title {
  padding-top: 1.9%;
}
@media (max-width: 479px) {
  .cust-benefits .grid .item:nth-of-type(1) .item_title, .cust-benefits .grid .item:nth-of-type(3) .item_title {
    padding-top: 0;
  }
}
.cust-benefits .grid .item:nth-of-type(1) .img_wrap {
  max-width: 240px;
  width: 62.5%;
  padding-bottom: 8.5%;
}
@media (max-width: 1279px) {
  .cust-benefits .grid .item:nth-of-type(1) .img_wrap {
    max-width: 190px;
  }
}
.cust-benefits .grid .item:nth-of-type(1) img {
  border-radius: var(--rad);
}
.cust-benefits .grid .item:nth-of-type(1) img:nth-of-type(1) {
  max-width: 121px;
  width: 50%;
}
.cust-benefits .grid .item:nth-of-type(1) img:nth-of-type(2) {
  max-width: 99px;
  width: 41%;
  right: 0;
  bottom: 0;
}
.cust-benefits .grid .item:nth-of-type(2) .img_wrap {
  max-width: 280px;
  width: 73.4%;
  padding-top: 3%;
}
@media (max-width: 1279px) {
  .cust-benefits .grid .item:nth-of-type(2) .img_wrap {
    max-width: 240px;
  }
}
.cust-benefits .grid .item:nth-of-type(2) img:nth-of-type(1) {
  width: 100%;
}
.cust-benefits .grid .item:nth-of-type(2) img:nth-of-type(2) {
  max-width: 94px;
  width: 40%;
  right: 11%;
  top: 18%;
}
@media (max-width: 1439px) {
  .cust-benefits .grid .item:nth-of-type(2) img:nth-of-type(2) {
    top: 0;
  }
}
.cust-benefits .grid .item:nth-of-type(2) .item_title {
  padding-top: 0.6%;
}
.cust-benefits .grid .item:nth-of-type(3) .img_wrap {
  max-width: 307px;
  width: 80.2%;
  padding-top: 2%;
  padding-bottom: 0.8%;
}
@media (max-width: 1279px) {
  .cust-benefits .grid .item:nth-of-type(3) .img_wrap {
    max-width: 230px;
  }
}
.cust-benefits .grid .item:nth-of-type(3) img:nth-of-type(1) {
  max-width: 275px;
  width: 90%;
  left: 5%;
}
.cust-benefits .grid .item:nth-of-type(3) img:nth-of-type(2) {
  max-width: 66px;
  width: 23%;
  right: 0;
  top: -8%;
}

.features {
  --gap: 30px;
  position: relative;
  padding-top: var(--block-pd);
  padding-bottom: var(--block-pd);
  background-color: #DEE9EF;
}
@media (max-width: 600px) {
  .features {
    --gap: 20px;
  }
}
.features .cont {
  position: relative;
  z-index: 2;
}
.features .sup {
  margin-bottom: 1.4em;
}
@media (max-width: 1279px) {
  .features .sup {
    margin-bottom: 0.9em;
  }
}
@media (max-width: 767px) {
  .features .sup {
    margin-bottom: 0.6em;
  }
}
.features .section_title span svg {
  bottom: 1%;
}
.features .grid {
  margin-top: var(--grid-m-t);
  margin-right: calc(0px - var(--gap));
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .features .column + .column {
    margin-top: var(--gap);
  }
}
.features .column {
  padding-right: var(--gap);
  width: calc(100% / 3);
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: var(--gap);
}
@media (max-width: 1023px) {
  .features .column {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .features .column {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .features .column_third {
    margin-top: var(--gap);
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1023px) and (max-width: 600px) {
  .features .column_third {
    grid-template-columns: 1fr;
  }
}

.features .item {
  background-color: #F0F7FB;
  padding: 40px 33px 45px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 1279px) {
  .features .item {
    padding: 35px 30px;
  }
}
.features .item .img_wrap {
  margin-left: auto;
  margin-right: auto;
}
.features .item_first .img_wrap {
  width: 74px;
  margin-bottom: 20px;
}
.features .item_second {
  background-color: #F0F7FB;
}
.features .item_second .img_wrap {
  width: 168px;
  margin-bottom: 9px;
}
@media (max-width: 1279px) {
  .features .item_second .img_wrap {
    width: 130px;
  }
}
.features .item_third .img_wrap {
  width: 227px;
  margin-bottom: 2.3em;
}
@media (max-width: 1279px) {
  .features .item_third .img_wrap {
    width: 225px;
    margin-bottom: 2em;
  }
}
@media (max-width: 767px) {
  .features .item_third .img_wrap {
    width: 200px;
  }
}
.features .item_third .item_title {
  margin-bottom: 0.35em;
}
.features .item_third .btn_wrap {
  margin-top: 1.45em;
}
.features .item_third .btn {
  font-size: 13px;
  padding: 1em 2.1em;
  font-weight: 600;
  letter-spacing: 0;
}
@media (max-width: 1279px) {
  .features .item_third .btn {
    padding: 1em 1.4em;
  }
}
@media (max-width: 767px) {
  .features .item_third .btn {
    font-size: 12px;
    padding: 0.95em 1.3em;
  }
}
.features .item_fourth {
  position: relative;
  overflow: hidden;
  background-color: #22202E;
  justify-content: flex-start;
  padding-bottom: 40%;
}
@media (max-width: 600px) {
  .features .item_fourth {
    padding-bottom: 135px;
  }
}
.features .item_fourth .item_title {
  color: #f8f2f1;
}
.features .item_fourth .item_descr {
  color: #9B9CAD;
}
.features .item_fourth .img_wrap {
  position: absolute;
  margin: 0;
  left: 50%;
  bottom: -36%;
  z-index: 0;
  width: 78%;
  max-width: 247px;
  transform: translateX(-50%);
}
@media (max-width: 1279px) {
  .features .item_fourth .img_wrap {
    width: 205px;
  }
}
.features .item_fourth .img_wrap img:nth-of-type(2) {
  position: absolute;
  right: 3.3%;
  top: 0;
  width: 58px;
}
.features .item_fourth::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  height: 110px;
  background: linear-gradient(to bottom, rgba(34, 32, 46, 0), #22202e);
}
.features .item_fifth {
  padding-bottom: 32px;
}
.features .item_fifth .img_wrap {
  width: 76px;
  margin-bottom: 18px;
}
.features .item_title {
  margin-bottom: 0.25em;
}
.features .item_descr {
  font-size: 15px;
  line-height: 1.467;
}

main {
  margin-bottom: 800px;
}
@media (max-width: 1439px) {
  main {
    margin-bottom: 600px;
  }
}
@media (max-width: 1023px) {
  main {
    margin-bottom: 400px;
  }
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  background: url("../img/footer/bg.jpg") top center no-repeat;
  background-size: cover;
  height: 800px;
}
@media (max-width: 1439px) {
  .footer {
    height: 600px;
  }
}
@media (max-width: 1023px) {
  .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: 0 auto;
}
@media (max-width: 1023px) {
  .footer .top .inner {
    margin: 0 auto 10px;
  }
}
@media (max-width: 767px) {
  .footer .top .inner {
    max-width: 450px;
  }
}
@media (max-width: 479px) {
  .footer .top .inner {
    max-width: 360px;
  }
}
.footer .section_title {
  color: #FFFEFE;
}
.footer .btn_wrap {
  margin-top: 1.5em;
}
@media (max-width: 767px) {
  .footer .btn_wrap {
    margin-top: 1.2em;
  }
}
.footer .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.footer .bottom .grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding-top: 1.4em;
  padding-bottom: 1.3em;
}
@media (max-width: 1023px) {
  .footer .bottom .grid {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
  }
}
.footer .bottom .item {
  flex: 0 0 auto;
}
@media (max-width: 600px) {
  .footer .bottom .item {
    flex: 0 0 100%;
    text-align: center;
  }
}
.footer .bottom p {
  color: #FFFEFE;
  font-size: 14px;
  line-height: 1.5;
}
.footer .bottom p a {
  position: relative;
  font: inherit;
  color: inherit;
  text-transform: none;
  position: relative;
}
.footer .bottom p a::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: #FFFEFE;
  transition: 0.3s all ease;
}
.footer .bottom p a:hover::before {
  width: 100%;
}

/* 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: #26C0B7;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  cursor: pointer;
  opacity: 0;
  padding: 0;
  transform: translateY(100px);
  border-radius: 0;
}
@media (max-width: 347px) {
  .scrollTop {
    bottom: 20px;
  }
}
.scrollTop:hover {
  background: #08AAA1;
}
.scrollTop:after {
  color: #ffffff;
  content: "\E861";
  font-size: 11px;
  font-family: "fontello";
  text-align: center;
  display: block;
  position: absolute;
  line-height: 42px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  -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%;
  }
}
/* ChatGPT */
.chatgpt {
  --rad: 0;
  padding-top: var(--block-pd);
  padding-bottom: var(--block-pd);
}
.chatgpt .chatgpt__header {
  text-align: center;
  margin-bottom: var(--grid-m-t);
}
.chatgpt .chatgpt__header .ai-logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9px;
}
.chatgpt .chatgpt__header .ai-logos > img {
  max-height: 47px;
  width: auto;
  border-radius: var(--rad);
}
.chatgpt .chatgpt__header .title {
  margin: 55px auto 0;
}
@media (max-width: 1279px) {
  .chatgpt .chatgpt__header .title {
    margin: 33px auto 0;
  }
}
@media (max-width: 1023px) {
  .chatgpt .chatgpt__header .title {
    max-width: 900px;
  }
}
@media (max-width: 767px) {
  .chatgpt .chatgpt__header .title {
    max-width: 100%;
    margin: 25px auto 0;
  }
}
.chatgpt .chatgpt__header .description {
  margin-top: 15px;
  font-size: 16px;
  letter-spacing: 0;
}
@media (max-width: 1279px) {
  .chatgpt .chatgpt__header .description {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .chatgpt .chatgpt__header .description {
    margin-top: 1em;
  }
}
.chatgpt .chatgpt__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.chatgpt .chatgpt__content p {
  margin-top: 34px;
  max-width: 450px;
  text-align: center;
  letter-spacing: 0;
  color: #626672;
}
.chatgpt .chatgpt__content p span {
  color: #191919;
}
@media (max-width: 767px) {
  .chatgpt .chatgpt__content p {
    margin-top: 20px;
  }
}
.chatgpt .chatgpt__content .item:nth-of-type(1) {
  max-width: 975px;
  margin: 0 auto;
}
@media (max-width: 1279px) {
  .chatgpt .chatgpt__content .item:nth-of-type(1) {
    max-width: 88%;
  }
}
.chatgpt .chatgpt__content .item:nth-of-type(1) .img_wrap .img-header {
  padding: 14px 14px 13px;
  border-radius: var(--rad) var(--rad) 0 0;
  font-size: 0;
  background-color: #DEE9EF;
}
@media (max-width: 1024px) {
  .chatgpt .chatgpt__content .item:nth-of-type(1) .img_wrap .img-header {
    padding: 14px;
  }
}
@media (max-width: 479px) {
  .chatgpt .chatgpt__content .item:nth-of-type(1) .img_wrap .img-header {
    padding: 10px;
  }
}
.chatgpt .chatgpt__content .item:nth-of-type(1) .img_wrap .img-header .control {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
}
.chatgpt .chatgpt__content .item:nth-of-type(1) .img_wrap .img-header .control:not(:first-child) {
  margin-left: 3px;
}
.chatgpt .chatgpt__content .item:nth-of-type(1) .img_wrap .img-header .control:nth-child(1) {
  background-color: #ff625a;
}
.chatgpt .chatgpt__content .item:nth-of-type(1) .img_wrap .img-header .control:nth-child(2) {
  background-color: #ffbe2f;
}
.chatgpt .chatgpt__content .item:nth-of-type(1) .img_wrap .img-header .control:nth-child(3) {
  background-color: #29ce42;
}
.chatgpt .chatgpt__content .item:nth-of-type(1) .img_wrap .content-descr {
  max-width: 1000px;
  margin: 0 auto;
  font-family: "termina", sans-serif;
  display: block;
  min-width: 100%;
  margin-top: 0;
  padding: 7px 5px 3px;
  font-size: calc(1rem + 1px);
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
  background-color: #4ca667;
  border-radius: 0 0 var(--rad) var(--rad);
}
@media (max-width: 767px) {
  .chatgpt .chatgpt__content .item:nth-of-type(1) .img_wrap .content-descr {
    font-size: 0.9em;
    line-height: 1.2;
  }
}
.chatgpt .chatgpt__content .item:nth-of-type(2) {
  position: absolute;
  width: 100%;
  height: 100%;
}
.chatgpt .chatgpt__content .item:nth-of-type(2) img:nth-of-type(1) {
  position: absolute;
  bottom: 15.6%;
  left: 1.1%;
  max-width: 394px;
  height: auto;
  box-shadow: 0 13px 46px rgba(19, 7, 1, 0.08);
  border-radius: var(--rad);
}
@media (max-width: 1279px) {
  .chatgpt .chatgpt__content .item:nth-of-type(2) img:nth-of-type(1) {
    left: 0;
    max-width: 30%;
  }
}
@media (max-width: 479px) {
  .chatgpt .chatgpt__content .item:nth-of-type(2) img:nth-of-type(1) {
    bottom: 22%;
  }
}
.chatgpt .chatgpt__content .item:nth-of-type(2) img:nth-of-type(2) {
  max-width: 154px;
  height: auto;
  position: absolute;
  top: 12.9%;
  right: 4.4%;
  box-shadow: 0 13px 46px rgba(19, 7, 1, 0.08);
}
@media (max-width: 1279px) {
  .chatgpt .chatgpt__content .item:nth-of-type(2) img:nth-of-type(2) {
    right: 0.4%;
    max-width: 13%;
  }
}

/*    AI - images    */
.ai-images {
  overflow: visible;
}
.ai-images .section_title {
  margin: 0 auto;
  max-width: 1085px;
}
@media (max-width: 1439px) {
  .ai-images .section_title {
    max-width: 1000px;
  }
}
@media (max-width: 1279px) {
  .ai-images .section_title {
    max-width: 860px;
  }
}
@media (max-width: 1023px) {
  .ai-images .section_title {
    max-width: 560px;
  }
}
@media (max-width: 767px) {
  .ai-images .section_title {
    max-width: 100%;
  }
}
.ai-images .img-wrap {
  max-width: 848px;
  margin: var(--grid-m-t) auto 0;
  padding-bottom: 0.8%;
}
@media (max-width: 1023px) {
  .ai-images .img-wrap {
    padding-bottom: 4%;
  }
}
.ai-images .img-wrap img:nth-of-type(1) {
  width: 100%;
  z-index: 2;
  max-width: 795px;
  margin: 0 auto;
}
.ai-images .img-wrap img:nth-of-type(2) {
  z-index: 3;
  left: 0;
  bottom: 0;
  width: 42%;
  max-width: 274px;
  border: 8px solid #ffffff;
  box-shadow: 5px 15px 50px rgba(1, 9, 19, 0.06);
}
@media (max-width: 1439px) {
  .ai-images .img-wrap img:nth-of-type(2) {
    left: 0;
  }
}
.ai-images .img-wrap img:nth-of-type(3) {
  display: none;
  z-index: 3;
  right: 7%;
  top: -7.5%;
  width: 23%;
  max-width: 128px;
}
@media (max-width: 900px) {
  .ai-images .img-wrap img:nth-of-type(3) {
    right: 4%;
  }
}
@media (max-width: 767px) {
  .ai-images .img-wrap img:nth-of-type(3) {
    width: 17%;
  }
}

/*    FAQ    */
.faq {
  padding-bottom: var(--block-pd);
  overflow: visible;
  z-index: 2;
}
.faq .grid {
  gap: 30px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .faq .grid {
    grid-template-columns: 1fr 1.3fr;
  }
}
@media (max-width: 767px) {
  .faq .grid {
    display: flex;
    flex-direction: column-reverse;
    grid-gap: 0;
    align-items: start;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .faq .grid {
    grid-gap: 20px;
  }
}
@media (max-width: 767px) {
  .faq .grid .item:nth-of-type(1) {
    margin-top: 30px;
  }
}
.faq .content-wrap {
  position: relative;
  padding-top: 2.3%;
  max-width: 587px;
  margin-left: auto;
  z-index: 5;
}
@media (max-width: 1439px) {
  .faq .content-wrap {
    padding-top: 0;
    max-width: 555px;
  }
}
@media (max-width: 767px) {
  .faq .content-wrap {
    padding-right: 0;
    margin-right: 0;
  }
}
@media (max-width: 1439px) {
  .faq .item:nth-of-type(2) {
    padding-top: 0;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .faq .item:nth-of-type(2) {
    padding: 0;
  }
}
.faq .img-wrap {
  padding: 0 2% 6.7% 7.3%;
}
.faq .img-wrap img:nth-of-type(1) {
  width: 100%;
  z-index: 2;
}
.faq .img-wrap img:nth-of-type(2) {
  z-index: 3;
  left: 1.4%;
  bottom: 0;
  width: 47%;
  max-width: 300px;
  box-shadow: 0 0 30px rgba(26, 26, 26, 0.07);
}
@media (max-width: 767px) {
  .faq .img-wrap img:nth-of-type(2) {
    left: 0;
  }
}
.faq .img-wrap img:nth-of-type(3) {
  z-index: 4;
  right: 0;
  bottom: 0;
  width: 35%;
  max-width: 214px;
  box-shadow: 0 0 30px rgba(26, 26, 26, 0.07);
}
.faq .img-wrap img:nth-of-type(4) {
  z-index: 5;
  right: 0;
  top: 14%;
  width: 29%;
  max-width: 177px;
}

/* AI Assistant */
.ai-assistant {
  padding-top: var(--block-pd);
}
@media (max-width: 1023px) {
  .ai-assistant .grid {
    grid-template-columns: 1fr 1.3fr;
  }
}
@media (max-width: 767px) {
  .ai-assistant .grid {
    grid-template-columns: 1fr;
    grid-gap: 35px;
  }
}
.ai-assistant .grid .section_title {
  margin-bottom: 0.3em;
}
.ai-assistant .grid .content-wrap {
  padding-bottom: 4%;
  margin-left: auto;
}
@media (max-width: 1439px) {
  .ai-assistant .grid .content-wrap {
    padding-bottom: 0;
    padding-left: 10%;
    margin-left: 0;
  }
}
@media (max-width: 1279px) {
  .ai-assistant .grid .content-wrap {
    padding-left: 4%;
  }
}
@media (max-width: 767px) {
  .ai-assistant .grid .content-wrap {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .ai-assistant .grid .content-wrap {
    max-width: 585px;
  }
}
.ai-assistant .grid .item.left {
  position: relative;
}
.ai-assistant .grid .item.left img {
  position: relative;
  max-width: 561px;
  width: 100%;
  z-index: -1;
}
@media (max-width: 1439px) {
  .ai-assistant .grid .item.left img {
    width: 84%;
  }
}
@media (max-width: 1023px) {
  .ai-assistant .grid .item.left img {
    width: 100%;
  }
}
.ai-assistant .grid .item.left .ai-assistant {
  position: absolute;
  padding: 0;
  z-index: 1;
  bottom: 6%;
  right: -3%;
  max-width: 347px;
  width: 52%;
  background-color: transparent;
  box-shadow: none;
}
@media (max-width: 1439px) {
  .ai-assistant .grid .item.left .ai-assistant {
    right: 0;
  }
}
@media (max-width: 1023px) {
  .ai-assistant .grid .item.left .ai-assistant {
    display: none;
  }
}
@media (max-width: 767px) {
  .ai-assistant .grid .item.left {
    max-width: 100%;
  }
}
.ai-assistant .grid .item.right ul {
  margin-top: 2.4em;
}
@media (max-width: 767px) {
  .ai-assistant .grid .item.right ul {
    margin-top: 1.4em;
  }
}
.ai-assistant .grid .item.right ul li + li {
  margin-top: 15px;
}
.ai-assistant .grid .item.right ul li {
  padding-left: 0;
}
@media (max-width: 479px) {
  .ai-assistant .grid .item.right ul li {
    display: block;
  }
}
.ai-assistant .grid .item.right ul li::before {
  display: none;
}
.ai-assistant .grid .item.right ul li > span {
  position: relative;
  display: inline-block;
  padding: 13px 14px 13px 31px;
  font-family: "termina", sans-serif;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0;
  color: #ffffff;
  background-color: #C964FE;
  background-size: 100% 200%;
  background-position: left bottom;
  border-radius: 0;
}
@media (max-width: 1023px) {
  .ai-assistant .grid .item.right ul li > span {
    font-size: 11px;
    letter-spacing: 0;
  }
}
.ai-assistant .grid .item.right ul li > span::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 16px;
  width: 5px;
  height: 5px;
  background-color: #ffffff;
  border-radius: 50%;
}
@media (max-width: 1023px) {
  .ai-assistant .grid .item.right ul li > span::before {
    top: 17px;
  }
}
.ai-assistant .grid .item.right ul li > span .underline {
  position: relative;
  white-space: nowrap;
}
.ai-assistant .grid .item.right ul li > span .underline::before {
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: -4px;
  height: 9px;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}
.ai-assistant .grid .item.right ul li > span .underline--short::before {
  height: 7px;
  background-image: url("../img/ai-assistant/underline-short.svg");
}
.ai-assistant .grid .item.right ul li > span .underline--middle::before {
  height: 9px;
  background-image: url("../img/ai-assistant/underline-middle.svg");
}
.ai-assistant .grid .item.right ul li > span .underline--long::before {
  height: 9px;
  background-image: url("../img/ai-assistant/underline-long.svg");
}

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