/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@400;500;600;700&family=Nunito:wght@400;500;600;700&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --grid-mt: 3.1em;
  --block-pd: 8.2em;
  --btn-fz: 13px;
  --cont-pd: 50px;
}
@media (max-width: 1439px) {
  :root {
    --grid-mt: 2.6em;
    --block-pd: 6em;
    --cont-pd: 30px;
  }
}
@media (max-width: 767px) {
  :root {
    --cont-pd: 20px;
  }
}
@media (max-width: 600px) {
  :root {
    --grid-mt: 2em;
    --block-pd: 5em;
  }
}

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

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

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

@-webkit-keyframes fadeInUpScreen {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10px, 60px, 0);
    transform: translate3d(10px, 60px, 0);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpScreen {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10px, 60px, 0);
    transform: translate3d(10px, 60px, 0);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* FadeInUpDemos */
.fadeInUpDemos {
  -webkit-animation-name: fadeInUpDemos;
  animation-name: fadeInUpDemos;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

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

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

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

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

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(170px);
    transform: translateX(170px);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(170px);
    transform: translateX(170px);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (max-width: 768px) {
  @-webkit-keyframes slideInRight {
    0% {
      opacity: 0;
      -webkit-transform: translateX(60px);
      transform: translateX(60px);
    }
    25% {
      opacity: 1;
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @keyframes slideInRight {
    0% {
      opacity: 0;
      -webkit-transform: translateX(60px);
      transform: translateX(60px);
    }
    25% {
      opacity: 1;
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
}
/* FadeInLeft */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

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

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* Clipping */
.clipping {
  -webkit-animation-name: clipping;
  animation-name: clipping;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

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

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

@-webkit-keyframes fadeInUpText {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpText {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/*animations for payments block*/
@keyframes circleMove {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes imageMove1 {
  from {
    -webkit-transform: translateX(-50%) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-360deg);
  }
}
@keyframes imageMove2 {
  from {
    -webkit-transform: translateX(-50%) rotate(-60deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-420deg);
  }
}
@keyframes imageMove3 {
  from {
    -webkit-transform: translateX(-50%) rotate(-120deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-480deg);
  }
}
@keyframes imageMove4 {
  from {
    -webkit-transform: translateX(-50%) rotate(-180deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-540deg);
  }
}
@keyframes imageMove5 {
  from {
    -webkit-transform: translateX(-50%) rotate(-240deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-600deg);
  }
}
@keyframes imageMove6 {
  from {
    -webkit-transform: translateX(-50%) rotate(-300deg);
  }
  to {
    -webkit-transform: translateX(-50%) rotate(-660deg);
  }
}
.text--fading .word {
  display: inline-flex;
  opacity: 0;
  transition: opacity 1.1s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition-delay: calc(70ms * var(--word-index) + 0ms);
}

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

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

* {
  box-sizing: border-box;
}

body {
  width: 100%;
  background-color: #f0f4f7;
}
body > .content-wrap {
  overflow: hidden;
}

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

img {
  width: 100%;
  display: block;
  image-rendering: -webkit-optimize-contrast;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    img {
      image-rendering: auto;
    }
  }
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #28282e;
  font-family: "Kumbh Sans", sans-serif;
  margin: 0;
}

h1 {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 22.647rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 1679px) {
  h1 {
    font-size: 19rem;
  }
}
@media (max-width: 1279px) {
  h1 {
    font-size: 15rem;
  }
}
@media (max-width: 1023px) {
  h1 {
    font-size: 12rem;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 25vw;
  }
}

h2 {
  font-size: 2.765rem;
  line-height: 1.064em;
  letter-spacing: -0.02em;
}
@media (max-width: 1439px) {
  h2 {
    font-size: 2.7rem;
  }
}
@media (max-width: 1279px) {
  h2 {
    font-size: 2.4rem;
  }
}
@media (max-width: 1023px) {
  h2 {
    font-size: 2rem;
  }
}
@media (max-width: 479px) {
  h2 {
    font-size: 1.7rem;
  }
}

h3 {
  font-size: 1.412rem;
  line-height: 1.208em;
  letter-spacing: -0.01em;
}
@media (max-width: 1439px) {
  h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
    line-height: 1em;
  }
}

h4 {
  font-size: 1.294rem;
  line-height: 1em;
  letter-spacing: -0.03em;
}
@media (max-width: 1023px) {
  h4 {
    font-size: 17px;
    line-height: 1.2em;
  }
}

h5 {
  font-size: 1.059rem;
  line-height: 1em;
  letter-spacing: -0.02em;
}
@media (max-width: 1023px) {
  h5 {
    font-size: 17px;
    line-height: 1.2em;
  }
}

h6 {
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0;
}

p {
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
  line-height: 1.647em;
  letter-spacing: 0em;
  color: #858689;
  padding: 0;
  margin: 0;
  font-weight: 400;
}
@media (max-width: 1023px) {
  p {
    font-size: 1rem;
    line-height: 1.5em;
    letter-spacing: 0em;
  }
}
.section_inverse p:not(.sup) {
  color: #d6d6de;
}

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

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

li {
  margin: 0;
  list-style-type: none;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 700;
  color: #28282e;
}
@media (max-width: 1023px) {
  li {
    font-size: 15px;
  }
}

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

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

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

.cont_lg {
  max-width: 1880px;
}

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

.cont_md {
  max-width: 1480px;
}

.cont_tc {
  max-width: 1450px;
}

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

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

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

.btn {
  font-family: "Kumbh Sans", sans-serif;
  color: #fff;
  background-color: #f66646;
  border: 2px solid #f66646;
  font-size: var(--btn-fz);
  line-height: 1em;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 1.5em 4.4em;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .btn {
    padding: 1.3em 3.5em;
  }
}
.btn:hover {
  background-color: #e24d2b;
  border-color: #e24d2b;
}
.btn.btn_alt {
  background-color: #323a3b;
  border-color: #323a3b;
}
.btn.btn_alt:hover {
  background-color: #101314;
  border-color: #101314;
}
.btn.btn_header {
  letter-spacing: .1em;
  font-size: calc(var(--btn-fz) - 1px);
  padding: 1.3em 2.3em;
}

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

.sup {
  font-family: "Kumbh Sans", sans-serif;
  text-transform: uppercase;
  color: #28282e;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 1.5em;
}
@media (max-width: 767px) {
  .sup {
    margin-bottom: 1em;
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  .sup {
    font-size: 12px;
  }
}
.sup.sup_alt {
  color: #f8f2f1;
}

.center {
  text-align: center;
}

/*  Loader  */
#loader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1000;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}

#loader:before,
#loader:after {
  content: "";
  width: 80px;
  height: 80px;
  border: 2px solid #f66646;
  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: 10;
  padding: 37px 0;
}
@media (max-width: 1279px) {
  header {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
header .item {
  flex: 0 1 200px;
}
@media (max-width: 1023px) {
  header .item {
    flex-basis: auto;
  }
}
header .item:nth-of-type(2) {
  flex-basis: auto;
}
header .item:nth-of-type(3) {
  text-align: end;
}
header .logo {
  display: inline-block;
  max-width: 148px;
  vertical-align: middle;
  z-index: 1;
}
@media (max-width: 1023px) {
  header .logo {
    max-width: 130px;
  }
}
@media (max-width: 767px) {
  header .logo {
    max-width: 120px;
  }
}
header .logo.logo_mobile {
  position: absolute;
  left: 30px;
  top: 30px;
  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) {
  header .btn {
    display: none;
  }
}

@media (max-width: 1023px) {
  nav {
    display: none;
  }
}
nav li {
  display: inline-block;
}
nav li + li {
  margin-left: 2.3em;
}
nav .nav_link {
  font-size: 17px;
  line-height: 1;
  color: #28282e;
  position: relative;
  padding: 0.5em 0;
}
nav .nav_link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #28282e;
  transition: width 0.2s ease;
}
nav .nav_link:hover {
  color: #28282e;
}
nav .nav_link:hover:after {
  width: 100%;
}
nav .btn_mob {
  display: none;
}

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

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

/*  Hamburger   */
.hamburger {
  display: none;
}
@media (max-width: 1023px) {
  .hamburger {
    display: block;
    position: relative;
    z-index: 1001;
    line-height: 0.5em;
    right: 30px;
  }
}
@media (max-width: 767px) {
  .hamburger {
    right: 0;
    padding-right: 0;
  }
}
.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: 767px) {
  #nav-icon {
    right: 20px;
    left: auto;
  }
}
@media (max-width: 479px) {
  #nav-icon {
    right: 20px;
  }
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #28282e;
  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: #28282e;
}
#nav-icon.open span:nth-child(1) {
  top: 7px;
  transform: rotate(135deg);
  background: #fff;
}
#nav-icon.open span:nth-child(2) {
  opacity: 0;
  right: 60px;
}
#nav-icon.open span:nth-child(3) {
  top: 7px;
  transform: rotate(-135deg);
  background: #fff;
}

.hero {
  overflow: visible;
  z-index: 3;
  height: 100vh;
  min-height: 980px;
  max-height: 1100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1679px) {
  .hero {
    min-height: 700px;
  }
}
@media (max-width: 1279px) {
  .hero {
    min-height: 600px;
  }
}
@media (max-width: 1023px) {
  .hero {
    min-height: 540px;
  }
}
@media (max-width: 767px) {
  .hero {
    min-height: 420px;
  }
}
@media (max-width: 600px) {
  .hero {
    min-height: 390px;
  }
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../img/hero/bg.png");
  opacity: 0.51;
}
.hero .content-wrap {
  position: relative;
  z-index: 3;
  padding: 3em 0 2.9em;
  background: url("../img/hero/1.png") center no-repeat;
  background-size: contain;
}
.hero .content-wrap::after {
  content: "Church & Religion WordPress Theme";
  font-family: "Kumbh Sans", sans-serif;
  font-size: 1.882rem;
  line-height: 1.25;
  letter-spacing: -0.025em;
  font-weight: 400;
  color: #28282e;
  max-width: 270px;
  text-transform: capitalize;
  position: absolute;
  left: 1.4%;
  bottom: -1.1%;
}
@media (max-width: 1279px) {
  .hero .content-wrap::after {
    font-size: 1.6rem;
  }
}
@media (max-width: 1023px) {
  .hero .content-wrap::after {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .hero .content-wrap::after {
    max-width: 100%;
    text-align: center;
    width: 100%;
    position: initial;
    display: block;
    margin-top: .2em;
  }
}
@media (max-width: 767px) {
  .hero .content-wrap {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
.hero .main_title {
  color: transparent;
  background: url("../img/hero/title_bg.jpg") no-repeat center/cover;
  background-clip: text;
  -webkit-background-clip: text;
  display: inline-block;
  margin: 0 auto;
}

.demo {
  z-index: 2;
  overflow: visible;
  padding-top: calc(var(--block-pd) - 4.6em);
}
.demo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 468px;
  background: linear-gradient(to bottom, #f4f8fa, #f0f4f7);
  z-index: -1;
}
.demo .cont_lg {
  max-width: 1880px;
}
.demo .grid {
  margin-top: var(--grid-mt);
}
.demo .grid .item:not(.coming-soon):hover {
  cursor: pointer;
}
.demo .grid .item:not(.coming-soon):hover .demo_img {
  transform: translateY(-7px);
}
.demo .grid .item:not(.coming-soon):hover .item_title a:after {
  width: 0;
}
.demo .grid .item:not(.coming-soon) img {
  box-shadow: 0 3px 50px rgba(0, 0, 0, 0.06);
}
.demo .grid .demo_img {
  transition: transform 0.2s ease;
}
.demo .item_title {
  display: inline-block;
}
.demo .item_title a {
  all: inherit;
  position: relative;
  padding-top: 1.75em;
}
@media (max-width: 1439px) {
  .demo .item_title a {
    padding-top: 1em;
  }
}
@media (max-width: 600px) {
  .demo .item_title a {
    padding-top: 0.7em;
  }
}

.top_clients_section {
  overflow: visible;
  padding-top: var(--block-pd);
  --row-gap: 68px;
}
@media (max-width: 1279px) {
  .top_clients_section {
    --row-gap: 40px;
    padding-bottom: 0;
  }
}
@media (max-width: 479px) {
  .top_clients_section {
    --row-gap: 30px;
  }
}
.top_clients_section .top_clients_grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 42px;
  margin-top: var(--grid-mt);
}
@media (max-width: 1279px) {
  .top_clients_section .top_clients_grid {
    grid-gap: 40px;
  }
}
.top_clients_section .top_client_row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: calc(0px - var(--row-gap));
}
@media (max-width: 767px) {
  .top_clients_section .top_client_row {
    flex-direction: column;
    align-items: flex-start;
  }
  .top_clients_section .top_client_row .item + .item {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .top_clients_section .top_client_row.img_left {
    flex-direction: column-reverse;
  }
  .top_clients_section .top_client_row.img_left .item + .item {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
.top_clients_section .item {
  flex: 0 1 50%;
  padding-right: var(--row-gap);
}
@media (max-width: 767px) {
  .top_clients_section .item {
    flex-basis: 100%;
  }
}
.top_clients_section .content_wrap {
  max-width: 510px;
}
.top_clients_section .sup {
  text-align: center;
  margin-bottom: 1.7em;
}
.top_clients_section h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
.top_clients_section .top_clients_title {
  font-size: 2.471rem;
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: 700;
}
@media (max-width: 1279px) {
  .top_clients_section .top_clients_title {
    font-size: 2.1rem;
  }
}
@media (max-width: 1023px) {
  .top_clients_section .top_clients_title {
    font-size: 1.8rem;
  }
}
@media (max-width: 479px) {
  .top_clients_section .top_clients_title {
    font-size: 1.6rem;
  }
}
.top_clients_section .top_clients_text {
  font-size: 17px;
  line-height: 1.647;
  letter-spacing: 0;
  margin-top: 0.9em;
}
@media (max-width: 1023px) {
  .top_clients_section .top_clients_text {
    font-size: 16px;
    line-height: 1.4;
  }
}
.top_clients_section .top_clients_btn {
  border-radius: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #f66646;
  transition: background-color 0.3s linear;
  font-family: "Nunito", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
  padding: 8px 9px;
  position: relative;
  margin-top: 1.2em;
}
@media (max-width: 479px) {
  .top_clients_section .top_clients_btn {
    font-size: 13px;
  }
}
.top_clients_section .top_clients_btn:hover {
  background-color: #e24d2b;
}
.top_clients_section .top_clients_btn:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 9px;
  background-image: url(../img/top_clients/earth.svg);
  position: relative;
  top: 0px;
}
.top_clients_section .img_wrap {
  position: relative;
  padding-top: 30px;
  background-color: #ffffff;
  box-shadow: 5px 15px 50px rgba(19, 7, 1, 0.1);
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow 0.3s linear;
}
@media screen and (max-width: 479px) {
  .top_clients_section .img_wrap {
    padding-top: 20px;
  }
}
.top_clients_section .img_wrap:hover {
  box-shadow: 5px 15px 50px rgba(19, 7, 1, 0.2);
}
.top_clients_section .img_wrap .clients_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) {
  .top_clients_section .img_wrap .clients_screen_dots {
    top: 8px;
    left: 8px;
  }
}
.top_clients_section .img_wrap .clients_screen_dots span {
  border-radius: 50%;
  width: 5px;
  height: 5px;
}
.top_clients_section .img_wrap .clients_screen_dots span:nth-of-type(1) {
  background-color: #ff625a;
}
.top_clients_section .img_wrap .clients_screen_dots span:nth-of-type(2) {
  background-color: #febd2e;
}
.top_clients_section .img_wrap .clients_screen_dots span:nth-of-type(3) {
  background-color: #29ce42;
}

.marquee {
  background-color: #121212;
  padding: 2em 0;
}
@media (max-width: 1023px) {
  .marquee {
    padding: 1.6rem 0;
  }
}
.marquee .marquee_text {
  height: 40px;
  width: 100%;
  margin: 0 auto;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.marquee p {
  font-family: "Kumbh Sans", sans-serif;
  font-size: 22px;
  letter-spacing: -.02em;
  line-height: 1em;
  font-weight: 300;
  color: #FCFCFC;
  position: relative;
  animation: marquee 8s linear infinite;
}
@media (max-width: 1023px) {
  .marquee p {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .marquee p {
    font-size: 18px;
  }
}
.marquee p span {
  display: inline-block;
  margin: 0 30px;
  position: relative;
  color: #FCFCFC;
  opacity: .4;
  font-weight: 300;
  font-size: 1.955em;
  letter-spacing: -.02em;
  position: relative;
  top: 14px;
}
@media (max-width: 1023px) {
  .marquee p span {
    margin-left: 20px;
    margin-right: 20px;
    top: 12px;
  }
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
.benefits {
  padding-top: var(--block-pd);
  z-index: 3;
}
.benefits .grid {
  margin-top: var(--grid-mt);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  justify-items: stretch;
}
@media (max-width: 1439px) {
  .benefits .grid {
    grid-gap: 30px;
  }
}
@media (max-width: 1023px) {
  .benefits .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .benefits .grid {
    grid-gap: 20px;
  }
}
@media (max-width: 600px) {
  .benefits .grid {
    grid-template-columns: 400px;
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .benefits .grid {
    grid-template-columns: 1fr;
  }
}
.benefits .item {
  height: 310px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5em 20px 3.6em;
}
@media (max-width: 1279px) {
  .benefits .item {
    height: 280px;
    padding: 1.2em 15px 2.7em;
  }
}
@media (max-width: 1023px) {
  .benefits .item {
    height: 250px;
    padding-bottom: 2em;
    padding-top: 1em;
  }
}
@media (max-width: 767px) {
  .benefits .item {
    height: 210px;
  }
}
@media (max-width: 600px) {
  .benefits .item {
    height: max-content;
    padding-bottom: 2em;
    padding-top: 2.3em;
  }
}
.benefits .item:nth-of-type(even) {
  background-color: #fff;
}
.benefits .item:first-of-type {
  background-color: #e9edf0;
}
.benefits .item:first-of-type img {
  max-width: 115px;
}
.benefits .item:nth-of-type(2) img:nth-of-type(2) {
  position: absolute;
  top: -8%;
  right: 6%;
  width: 22%;
  max-width: 37px;
}
.benefits .item:nth-of-type(3) {
  background-color: #d7eaf2;
}
.benefits .item:nth-of-type(3) img {
  max-width: 78px;
}
@media (max-width: 767px) {
  .benefits .item:nth-of-type(3) img {
    max-width: 74px;
  }
}
.benefits .item:nth-of-type(3) img:nth-of-type(2) {
  height: auto;
  position: absolute;
  top: -18%;
  right: -9%;
  width: 55%;
  max-width: 41px;
}
.benefits .item:nth-of-type(4) img {
  max-width: 111px;
}
@media (max-width: 1023px) {
  .benefits .item:nth-of-type(4) img {
    max-width: 100px;
  }
}
.benefits .item:nth-of-type(5) {
  background-color: #e8f0e9;
}
.benefits .item:nth-of-type(5) img {
  max-width: 79px;
}
@media (max-width: 1023px) {
  .benefits .item:nth-of-type(5) img {
    max-width: 74px;
  }
}
.benefits .item:nth-of-type(5) img:nth-of-type(2) {
  position: absolute;
  top: -13%;
  left: -32%;
  width: 72%;
  max-width: 56px;
  filter: drop-shadow(0 13px 16px rgba(0, 0, 0, 0.05));
}
.benefits .item:nth-of-type(6) img {
  max-width: 73px;
  margin-bottom: 6%;
}
.benefits .item .item_title {
  margin: 0.85em 0 0.2em;
}
@media (max-width: 1023px) {
  .benefits .item .item_title {
    margin-top: .7em;
  }
}
.benefits .img_wrap {
  max-width: 170px;
  position: relative;
  margin: 0 auto;
}
.benefits img {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .benefits img {
    width: 80%;
  }
}

/* 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.55em;
}
.block .btn {
  margin-top: 2.6em;
}
@media (max-width: 1023px) {
  .block .btn {
    margin-top: 2em;
  }
}
.block .list-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 575px;
  margin-top: 2.1em;
}
@media (max-width: 1023px) {
  .block .list-wrap {
    max-width: 450px;
    margin-top: 1.3em;
    grid-template-columns: 1.1fr 1fr;
  }
}
@media (max-width: 450px) {
  .block .list-wrap {
    margin-top: 1.2em;
    grid-gap: 5px;
    grid-template-columns: 1fr;
  }
}
.block li + li {
  margin-top: 23px;
}
@media (max-width: 1439px) {
  .block li + li {
    margin-top: 12px;
  }
}
@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: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  background: url(../img/elm/check.svg) center no-repeat;
  background-size: 100%;
}
@media (max-width: 1439px) {
  .block li::before {
    transform: translateY(-56%);
  }
}
@media (max-width: 1023px) {
  .block li::before {
    width: 18px;
    height: 18px;
  }
}
.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.3fr 1fr;
  }
}
@media (max-width: 1439px) {
  .elm .item:nth-of-type(2) {
    padding-left: 60px;
  }
}
@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;
  }
}
@media (min-width: 768px) {
  .elm .content-wrap {
    max-width: 590px;
  }
}
.elm .img-wrap {
  padding: 0 0 10.2% 0;
}
.elm .img-wrap > img:nth-of-type(1) {
  z-index: 1;
  margin-left: auto;
  width: 79%;
  max-width: 520px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
}
.elm .img-wrap > img:nth-of-type(2) {
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 54%;
  max-width: 354px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1280px) {
  .elm .img-wrap > img:nth-of-type(2) {
    left: 9.3%;
  }
}
.elm .img-wrap > img:nth-of-type(3) {
  z-index: 2;
  top: 26.7%;
  right: 26.5%;
  width: 15%;
  max-width: 80px;
}
.elm .img-wrap > img:nth-of-type(4) {
  z-index: 2;
  top: 29.7%;
  left: 0;
  width: 35%;
  max-width: 226px;
}
@media (min-width: 1280px) {
  .elm .img-wrap > img:nth-of-type(4) {
    left: 9.3%;
  }
}

/* Plugins */
/*    WOOC    */
.wooc {
  padding-top: var(--block-pd);
  padding-bottom: var(--block-pd);
  overflow: visible;
}
@media (max-width: 767px) {
  .wooc .grid {
    display: flex;
    flex-direction: column-reverse;
    grid-gap: 0;
  }
  .wooc .grid .item:nth-of-type(1) {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .wooc .section_title {
    max-width: 500px;
  }
}
.wooc p {
  max-width: 540px;
}
.wooc .content-wrap {
  position: relative;
  margin-left: auto;
  max-width: 590px;
  z-index: 5;
}
@media (max-width: 767px) {
  .wooc .content-wrap {
    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: 0 0 8.6% 7.4%;
}
.wooc .img-wrap img:nth-of-type(1) {
  width: 84%;
  max-width: 520px;
  z-index: 2;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
}
@media (max-width: 767px) {
  .wooc .img-wrap img:nth-of-type(1) {
    max-width: 100%;
  }
}
.wooc .img-wrap img:nth-of-type(2) {
  z-index: 3;
  right: 0%;
  bottom: 0;
  width: 45%;
  max-width: 300px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1439px) {
  .wooc .img-wrap img:nth-of-type(2) {
    right: 0;
  }
}
.wooc .img-wrap img:nth-of-type(3) {
  z-index: 3;
  left: 0%;
  bottom: 20%;
  width: 24%;
  max-width: 157px;
  box-shadow: 0 0 20px rgba(19, 7, 1, 0.1);
}
.wooc .img-wrap img:nth-of-type(4) {
  z-index: 4;
  right: 44.2%;
  top: 34%;
  width: 15%;
  max-width: 80px;
}
.wooc .img-wrap img:nth-of-type(5) {
  z-index: 4;
  right: 8%;
  top: 20%;
  width: 17%;
  max-width: 97px;
}

/*    payment    */
/*    Give    */
.give {
  padding-top: var(--block-pd);
  padding-bottom: var(--block-pd);
}
@media (min-width: 1440px) {
  .give .grid {
    grid-gap: 73px;
  }
}
@media (max-width: 1439px) {
  .give .item:nth-of-type(2) {
    padding-left: 60px;
  }
}
@media (max-width: 1023px) {
  .give .item:nth-of-type(2) {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .give .item:nth-of-type(2) {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .give .content-wrap {
    max-width: 590px;
  }
}
.give .img-wrap {
  padding: 0 0 9.6% 0;
}
.give .img-wrap > img:nth-of-type(1) {
  z-index: 1;
  width: 82%;
  max-width: 520px;
  box-shadow: 0 3px 50px rgba(0, 0, 0, 0.06);
}
.give .img-wrap > img:nth-of-type(2) {
  z-index: 2;
  bottom: 0;
  right: 0;
  width: 57%;
  max-width: 363px;
  box-shadow: 0 0 20px rgba(19, 7, 1, 0.1);
}
.give .img-wrap > img:nth-of-type(3) {
  z-index: 2;
  top: 26.7%;
  right: 6.5%;
  width: 20%;
  max-width: 120px;
  border-radius: 50%;
  box-shadow: 0 0 40px rgba(19, 7, 1, 0.1);
}

/*    Events    */
.events {
  padding-top: var(--block-pd);
  padding-bottom: var(--block-pd);
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1439px) {
  .events .item:nth-of-type(2) {
    padding-left: 60px;
  }
}
@media (max-width: 1023px) {
  .events .item:nth-of-type(2) {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .events .item:nth-of-type(2) {
    padding-left: 0;
  }
}
.events .content-wrap {
  margin-left: auto;
}
@media (min-width: 768px) {
  .events .content-wrap {
    max-width: 530px;
  }
}
.events .list-wrap {
  grid-template-columns: 1fr;
}
.events .img-wrap {
  padding: 5% 0 13.9% 0;
}
.events .img-wrap > img:nth-of-type(1) {
  z-index: 1;
  width: 88%;
  max-width: 590px;
  box-shadow: 0 0px 60px rgba(0, 0, 0, 0.08);
}
.events .img-wrap > img:nth-of-type(2) {
  z-index: 2;
  bottom: 0;
  right: 0;
  width: 53%;
  max-width: 354px;
  box-shadow: 5px 15px 30px rgba(19, 7, 1, 0.04);
}
@media (min-width: 1280px) {
  .events .img-wrap > img:nth-of-type(2) {
    right: -0.6%;
  }
}
.events .img-wrap > img:nth-of-type(3) {
  z-index: 2;
  top: 40%;
  left: 42.5%;
  width: 15%;
  max-width: 86px;
  box-shadow: 0 3px 36px rgba(0, 0, 0, 0.06);
  border-radius: 9px;
}
.events .img-wrap > img:nth-of-type(4) {
  z-index: 2;
  top: 0%;
  right: 5.2%;
  width: 16%;
  max-width: 100px;
  border-radius: 50%;
  box-shadow: 0 3px 36px rgba(0, 0, 0, 0.06);
}

/*    responsive section    */
.responsive {
  padding-top: var(--block-pd);
  padding-bottom: var(--block-pd);
}
.responsive .content-wrap {
  position: relative;
  max-width: 565px;
  z-index: 5;
}
@media (max-width: 1679px) {
  .responsive .item:nth-of-type(2) {
    padding-top: 0;
    margin-right: 0;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .responsive .item:nth-of-type(2) {
    margin-left: 0;
    padding: 0;
  }
}
.responsive .img-wrap {
  padding: 0 0 6.9% 0%;
}
@media (max-width: 1023px) {
  .responsive .img-wrap {
    padding-left: 0;
  }
}
.responsive img:nth-of-type(1) {
  width: 80%;
  max-width: 535px;
  margin-left: auto;
  z-index: 2;
  filter: drop-shadow(0px 3px 26px rgba(0, 0, 0, 0.16));
}
@media (max-width: 767px) {
  .responsive img:nth-of-type(1) {
    max-width: 100%;
  }
}
.responsive img:nth-of-type(2) {
  z-index: 3;
  left: 0;
  bottom: 0;
  width: 28%;
  max-width: 186px;
}
@media (min-width: 1024px) {
  .responsive img:nth-of-type(2) {
    left: 7%;
  }
}

/* Plugins */
.plugins {
  padding-bottom: var(--block-pd);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .plugins .grid {
    grid-template-columns: 1.2fr 1fr;
  }
}
.plugins .content-wrap {
  position: relative;
  margin-left: auto;
  max-width: 600px;
  z-index: 5;
}
@media (min-width: 1679px) {
  .plugins .content-wrap {
    max-width: 600px;
  }
}
@media (max-width: 1279px) {
  .plugins .content-wrap {
    max-width: 535px;
    padding-right: 0;
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .plugins .content-wrap {
    padding-left: 0;
    margin-left: 0;
  }
}
.plugins .section_title {
  max-width: 390px;
}
.plugins .inner_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  text-align: center;
  padding-right: 35px;
}
@media (max-width: 1279px) {
  .plugins .inner_grid {
    padding-right: 0;
    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.6em;
  background-color: #ffffff;
  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: 1em 0 0.5em;
  color: #161921;
}
@media (max-width: 1279px) {
  .plugins .inner_item .item_title {
    margin-top: .8em;
  }
}
.plugins .inner_item p {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1em;
  color: #5f6265;
}

.slider-wrap {
  padding-top: var(--block-pd);
  padding-bottom: var(--block-pd);
  background-color: #F66646;
}
.slider-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../img/slider/bg.jpg");
  opacity: 0.24;
}
.slider-wrap .content-wrap {
  overflow: visible;
  position: relative;
  z-index: 2;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 790px;
}
.slider-wrap .slider_list {
  display: flex;
  justify-content: space-between;
  margin: 2.1em auto 0;
  max-width: 590px;
}
@media (max-width: 1023px) {
  .slider-wrap .slider_list {
    margin-top: 1.8em;
  }
}
@media (max-width: 600px) {
  .slider-wrap .slider_list {
    margin-top: 1.5em;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.slider-wrap .slider_list_item + .slider_list_item {
  margin-left: 10px;
}
@media (max-width: 600px) {
  .slider-wrap .slider_list_item + .slider_list_item {
    margin-left: 0;
    margin-top: 10px;
  }
}
.slider-wrap .slider_list_item {
  flex: 0 0 auto;
  font-size: 16px;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 0;
  color: rgba(252, 252, 252, 0.84);
  font-family: "Nunito", sans-serif;
  padding-left: 15px;
  position: relative;
  text-align: start;
}
.slider-wrap .slider_list_item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  height: 7px;
  width: 7px;
  background-color: #323A3B;
}
.slider-wrap .slick-track {
  padding-top: calc(var(--grid-mt) + .4em);
}
.slider-wrap .slider {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.slider-wrap .slider.slick-dotted {
  margin-bottom: 0;
  padding-bottom: 3.2em;
}
@media screen and (max-width: 1024px) {
  .slider-wrap .slider.slick-dotted {
    padding-bottom: 2.5em;
  }
}
.slider-wrap .slick-slide {
  outline: none;
}
.slider-wrap .slick-slide img {
  width: auto;
  margin: 0 15px;
  max-height: 571px;
}
@media screen and (max-width: 1439px) {
  .slider-wrap .slick-slide img {
    max-height: 450px;
  }
}
@media screen and (max-width: 1024px) {
  .slider-wrap .slick-slide img {
    max-height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .slider-wrap .slick-slide img {
    max-height: 250px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 479px) {
  .slider-wrap .slick-slide img {
    max-height: 200px;
  }
}
@media screen and (max-width: 374px) {
  .slider-wrap .slick-slide img {
    max-height: 170px;
  }
}
.slider-wrap .slick-dots {
  bottom: 0;
}
.slider-wrap .slick-dots li {
  width: auto !important;
  height: auto;
  margin: 0 6px;
}
.slider-wrap .slick-dots li button {
  width: 28px;
  height: 4px;
  padding: 0;
  background: rgba(253, 252, 251, 0.29);
  border-radius: 3px;
  transition: all 0.3s ease;
}
.slider-wrap .slick-dots li button:before {
  display: none;
}
.slider-wrap .slick-dots li.slick-active button {
  background: #fdfcfb;
}

/*    payment    */
.payments {
  padding-top: calc(var(--block-pd) + 1em);
  padding-bottom: calc(var(--block-pd) + .4em);
  background-color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .payments .grid {
    grid-template-columns: 1.3fr 1fr;
  }
}
@media (min-width: 768px) {
  .payments .item:nth-of-type(1) {
    padding-right: 1.5em;
  }
}
@media (min-width: 768px) {
  .payments .content-wrap {
    padding-left: 0;
    max-width: 650px;
  }
}
.payments p {
  max-width: 550px;
}
.payments .circles_wrap {
  margin: auto;
  width: 582px;
  height: 582px;
  position: relative;
}
@media (max-width: 1439px) {
  .payments .circles_wrap {
    width: 480px;
    height: 480px;
  }
}
@media (max-width: 1279px) {
  .payments .circles_wrap {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 1023px) {
  .payments .circles_wrap {
    width: 260px;
    height: 260px;
  }
}
@media (max-width: 767px) {
  .payments .circles_wrap {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 600px) {
  .payments .circles_wrap {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 479px) {
  .payments .circles_wrap {
    width: 260px;
    height: 260px;
  }
}
.payments .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='1000' ry='1000' stroke='%23CBCED3FF' opacity='1' stroke-width='1' stroke-dasharray='11%2c 11' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 50%;
}
.payments .circle.circle1 {
  width: 100%;
  height: 100%;
  z-index: 9;
}
.payments .circle.circle2 {
  width: 82.4%;
  height: 82.4%;
}
.payments .circle.circle3 {
  width: 63.7%;
  height: 63.7%;
}
.payments .circle.circle3 .coin_wrap {
  animation: circleMove 18s infinite linear;
}
.payments .circle.circle3 .coin {
  transform: rotate(-60deg);
}
.payments .circle.circle3 img {
  width: 19% !important;
  animation-name: imageMove6 !important;
  max-width: 70px !important;
  animation-duration: 18s;
}
.payments .circle.circle4 {
  width: 45.1%;
  height: 45.1%;
}
.payments .circle.circle4 .coin_wrap {
  animation: circleMove 18s infinite linear;
}
.payments .circle.circle4 img {
  width: 24% !important;
  max-width: 60px !important;
  animation-duration: 18s;
}
.payments .circle_center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 27%;
  max-width: 156px;
}
.payments .coin_wrap {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: circleMove 15s infinite linear;
}
.payments .coin {
  width: 100%;
  height: auto;
  transform-origin: center;
  transform: rotate(0deg);
  position: absolute;
}
.payments .coin img {
  width: 95px;
  animation-duration: 15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.payments .coin:nth-of-type(1) {
  transform: rotate(0deg);
}
.payments .coin:nth-of-type(1) img {
  width: 17%;
  max-width: 95px;
  animation-name: imageMove1;
}
.payments .coin:nth-of-type(2) {
  transform: rotate(60deg);
}
.payments .coin:nth-of-type(2) img {
  width: 17%;
  max-width: 94px;
  animation-name: imageMove2;
}
.payments .coin:nth-of-type(3) {
  transform: rotate(120deg);
}
.payments .coin:nth-of-type(3) img {
  width: 15%;
  max-width: 87px;
  animation-name: imageMove3;
}
.payments .coin:nth-of-type(4) {
  transform: rotate(180deg);
}
.payments .coin:nth-of-type(4) img {
  width: 18%;
  max-width: 100px;
  animation-name: imageMove4;
}
@media (max-width: 1023px) {
  .payments .coin:nth-of-type(4) img {
    width: 17%;
  }
}
.payments .coin:nth-of-type(5) {
  transform: rotate(240deg);
}
.payments .coin:nth-of-type(5) img {
  width: 15%;
  max-width: 87px;
  animation-name: imageMove5;
}
.payments .coin:nth-of-type(6) {
  transform: rotate(300deg);
}
.payments .coin:nth-of-type(6) img {
  width: 12%;
  max-width: 70px;
  animation-name: imageMove6;
}

.cust-benefits {
  background-color: #010813;
  padding-top: var(--block-pd);
  padding-bottom: var(--block-pd);
  overflow: visible;
}
.cust-benefits .section_title,
.cust-benefits .item_title {
  color: #f8f2f1;
}
.cust-benefits .sup {
  color: #f8f2f1;
}
.cust-benefits h2 {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .cust-benefits h2 {
    margin-right: 0;
  }
}
.cust-benefits .content_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0;
}
@media (max-width: 767px) {
  .cust-benefits .content_wrap {
    grid-template-columns: 1fr;
    grid-row-gap: 17px;
  }
}
.cust-benefits .content_wrap .item:nth-of-type(2) {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .cust-benefits .content_wrap .item:nth-of-type(2) {
    margin-top: 5px;
  }
}
.cust-benefits .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  text-align: center;
  margin-top: 6.4em;
  margin-left: auto;
  margin-right: auto;
  max-width: 1330px;
}
@media (max-width: 1279px) {
  .cust-benefits .grid {
    margin-top: 5em;
  }
}
@media (max-width: 1023px) {
  .cust-benefits .grid {
    grid-gap: 10px;
  }
}
@media (max-width: 767px) {
  .cust-benefits .grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 35px 20px;
  }
}
@media (max-width: 600px) {
  .cust-benefits .grid {
    margin-top: 3em;
  }
}
@media (max-width: 479px) {
  .cust-benefits .grid {
    margin-top: 3em;
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }
}
.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: 1.76em;
  white-space: pre-line;
}
@media (max-width: 1023px) {
  .cust-benefits .grid .item .item_title {
    margin-top: 1em;
  }
}
.cust-benefits .grid .item:nth-of-type(1) .img_wrap {
  max-width: 240px;
  width: 57%;
  padding-bottom: 9.8%;
}
.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: 256px;
  width: 61%;
  padding-top: 0.2%;
  padding-bottom: 1.3%;
}
.cust-benefits .grid .item:nth-of-type(2) img:nth-of-type(1) {
  max-width: 256px;
  width: 100%;
  left: 3%;
}
.cust-benefits .grid .item:nth-of-type(2) img:nth-of-type(2) {
  max-width: 94px;
  width: 40%;
  right: 11%;
  top: -6%;
}
.cust-benefits .grid .item:nth-of-type(3) .img_wrap {
  max-width: 307px;
  width: 72%;
  padding-top: 1.7%;
  padding-bottom: 0.8%;
}
.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%;
}

.feature {
  padding-bottom: calc(var(--block-pd) - 7px);
}
.feature .grid {
  margin-top: var(--grid-mt);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 42px 30px;
  justify-content: space-around;
}
@media (max-width: 1279px) {
  .feature .grid {
    grid-gap: 30px 30px;
  }
}
@media (max-width: 1023px) {
  .feature .grid {
    grid-template-columns: repeat(2, 250px);
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .feature .grid {
    grid-template-columns: repeat(2, 200px);
  }
}
@media (max-width: 479px) {
  .feature .grid {
    grid-template-columns: repeat(1, 260px);
  }
}
.feature .grid .item .img-wrap {
  box-sizing: border-box;
  height: 76px;
  width: 76px;
  background-color: #fff;
  padding: 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
  grid-gap: 0;
}
.feature .grid img {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.feature .grid .item_title {
  margin: 1.3em auto 0.6em;
}
@media (max-width: 1279px) {
  .feature .grid .item_title {
    margin-top: 1.2em;
  }
}
.feature .grid .item_descr {
  font-size: 15px;
  line-height: 1.667em;
  letter-spacing: 0;
  color: #858689;
}
@media (max-width: 1279px) {
  .feature .grid .item_descr {
    line-height: 1.4em;
  }
}
@media (max-width: 1023px) {
  .feature .grid .item_descr {
    font-size: 14px;
  }
}

.footer {
  background-color: #2b201b;
  overflow: visible;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../img/footer/bg.jpg");
  opacity: 0.31;
}
.footer .cont_md {
  max-width: 1530px;
  position: relative;
  z-index: 2;
}
.footer .top {
  padding: 7em 0 7.1em;
}
@media (max-width: 1279px) {
  .footer .top {
    padding: 6em 0 5em;
  }
}
@media (max-width: 600px) {
  .footer .top {
    padding: 5em 0 4em;
  }
}
.footer .top .inner {
  margin: 0 auto;
  max-width: 650px;
}
@media (max-width: 1279px) {
  .footer .top .inner {
    max-width: 520px;
  }
}
.footer .btn_wrap {
  margin-top: 2.1em;
}
@media (max-width: 767px) {
  .footer .btn_wrap {
    margin-top: 1.5em;
  }
}
.footer .bottom {
  border-top: 1px solid #3b3633;
  padding: 1.9em 0 2.2em;
}
@media (max-width: 1023px) {
  .footer .bottom {
    padding: 1.5em 0;
  }
}
.footer .bottom .grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .bottom .item {
  flex: 0 0 auto;
}
@media (max-width: 600px) {
  .footer .bottom .item {
    flex: 0 0 100%;
    text-align: center;
  }
}
.footer .bottom p {
  font-size: 15px;
  color: #958f8c;
}
.footer .bottom p a {
  font: inherit;
  color: inherit;
  text-transform: none;
}
.footer .bottom p a:hover {
  color: #fff;
}
.footer .bottom p:nth-of-type(2) {
  color: #f8f2f1;
}

/* ScrollTop */
.scrollTop {
  width: 50px;
  height: 50px;
  bottom: 70px;
  right: 30px;
  overflow: hidden;
  position: fixed;
  text-decoration: none;
  z-index: 9999;
  font-size: 0;
  color: transparent;
  background: #f66646;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  cursor: pointer;
  opacity: 0;
  transform: translateY(100px);
}
@media (max-width: 1679px) {
  .scrollTop {
    right: 30px;
  }
}
@media (max-width: 767px) {
  .scrollTop {
    right: 20px;
  }
}
@media (max-width: 339px) {
  .scrollTop {
    bottom: 20px;
  }
}
.scrollTop:hover {
  background: #e24d2b;
}
.scrollTop:after {
  color: #fff;
  content: "\e807";
  font-size: 13px;
  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: calc(var(--block-pd) - 4px);
}
.chatgpt .chatgpt__header {
  text-align: center;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .chatgpt .chatgpt__header {
    margin: 0 auto 25px;
  }
}
.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: 36px auto 0;
  max-width: 960px;
}
@media (max-width: 1439px) {
  .chatgpt .chatgpt__header .title {
    max-width: 875px;
  }
}
@media (max-width: 1279px) {
  .chatgpt .chatgpt__header .title {
    max-width: 820px;
  }
}
@media (max-width: 1023px) {
  .chatgpt .chatgpt__header .title {
    max-width: 760px;
  }
}
@media (max-width: 767px) {
  .chatgpt .chatgpt__header .title {
    max-width: 100%;
  }
}
.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: 1000px;
  margin: 0 auto;
  box-shadow: 0 0 50px rgba(19, 7, 1, 0.05);
}
@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 .video-header {
  padding: 14px 14px 13px;
  border-radius: var(--rad) var(--rad) 0 0;
  font-size: 0;
  background-color: #07121A;
}
@media (max-width: 1024px) {
  .chatgpt .chatgpt__content .item:nth-of-type(1) .img_wrap .video-header {
    padding: 14px;
  }
}
@media (max-width: 479px) {
  .chatgpt .chatgpt__content .item:nth-of-type(1) .img_wrap .video-header {
    padding: 10px;
  }
}
.chatgpt .chatgpt__content .item:nth-of-type(1) .img_wrap .video-header .control {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
}
.chatgpt .chatgpt__content .item:nth-of-type(1) .img_wrap .video-header .control:not(:first-child) {
  margin-left: 3px;
}
.chatgpt .chatgpt__content .item:nth-of-type(1) .img_wrap .video-header .control:nth-child(1) {
  background-color: #FF625A;
}
.chatgpt .chatgpt__content .item:nth-of-type(1) .img_wrap .video-header .control:nth-child(2) {
  background-color: #FFBE2F;
}
.chatgpt .chatgpt__content .item:nth-of-type(1) .img_wrap .video-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: "Kumbh Sans", sans-serif;
  display: block;
  min-width: 100%;
  margin-top: 0;
  padding: 9px 0 4px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  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;
  }
}
.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 {
  padding-top: calc(var(--block-pd) - 36px);
  overflow: visible;
  z-index: 2;
}
.ai-images .section_title {
  margin: 26px auto 0;
  max-width: 510px;
}
@media (max-width: 1439px) {
  .ai-images .section_title {
    max-width: 490px;
  }
}
@media (max-width: 1279px) {
  .ai-images .section_title {
    max-width: 445px;
  }
}
@media (max-width: 1023px) {
  .ai-images .section_title {
    max-width: 360px;
  }
}
@media (max-width: 767px) {
  .ai-images .section_title {
    max-width: 340px;
  }
}
@media (max-width: 479px) {
  .ai-images .section_title {
    max-width: 295px;
  }
}
.ai-images .img-wrap {
  max-width: 878px;
  margin: 3.4em auto 2.5em;
}
@media (max-width: 767px) {
  .ai-images .img-wrap {
    margin-top: 1.5em;
  }
}
.ai-images .img-wrap img:nth-of-type(1) {
  width: 100%;
  z-index: 2;
  max-width: 750px;
  margin: 0 auto;
}
.ai-images .img-wrap img:nth-of-type(2) {
  z-index: 3;
  left: -0.5%;
  bottom: -9%;
  width: 42%;
  max-width: 288px;
}
@media (max-width: 1439px) {
  .ai-images .img-wrap img:nth-of-type(2) {
    left: 0;
  }
}
.ai-images .img-wrap img:nth-of-type(3) {
  z-index: 3;
  right: 9%;
  top: -8.7%;
  width: 23%;
  max-width: 128px;
}
@media (max-width: 900px) {
  .ai-images .img-wrap img:nth-of-type(3) {
    right: 0;
  }
}

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