.t396 .t-animate[data-animate-style="fadein"],
.t396 .t-animate[data-animate-style="fadeindown"],
.t396 .t-animate[data-animate-style="fadeinleft"],
.t396 .t-animate[data-animate-style="fadeinright"],
.t396 .t-animate[data-animate-style="fadeinup"],
.t396 .t-animate[data-animate-style="zoomin"],
.t396 .t-animate[data-animate-style="zoomout"] {
  opacity: 0;
}
@media screen and (min-width: 980px) {
  .t-animate[data-animate-style="fadein"],
  .t-animate[data-animate-style="fadeindown"],
  .t-animate[data-animate-style="fadeinleft"],
  .t-animate[data-animate-style="fadeinright"],
  .t-animate[data-animate-style="fadeinup"],
  .t-animate[data-animate-style="zoomin"],
  .t-animate[data-animate-style="zoomout"] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    transition-duration: 1s;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  }
  .t-title.t-animate {
    transition-duration: 1.2s;
  }
  .t-descr.t-animate,
  .t-subtitle.t-animate,
  .t-text.t-animate,
  .t-uptitle.t-animate {
    transition-duration: 0.7s;
  }
  .t-item.t-animate {
    transition-duration: 0.5s;
  }
  .t-animate_started[data-animate-style="fadein"] {
    opacity: 1;
  }
  .t-animate[data-animate-style="fadeinup"] {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  .t-animate_started[data-animate-style="fadeinup"] {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  .t-animate[data-animate-style="fadeindown"] {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  .t-animate_started[data-animate-style="fadeindown"] {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  .t-animate[data-animate-style="fadeinleft"] {
    -webkit-transform: translate(100px);
    transform: translate(100px);
  }
  .t-animate_started[data-animate-style="fadeinleft"] {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  .t-animate[data-animate-style="fadeinright"] {
    -webkit-transform: translate(-100px);
    transform: translate(-100px);
  }
  .t-animate_started[data-animate-style="fadeinright"] {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  .t-animate[data-animate-style="zoomin"] {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  .t-animate_started[data-animate-style="zoomin"] {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .t-animate[data-animate-style="zoomout"] {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .t-animate_started[data-animate-style="zoomout"] {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .t-animate_started[data-animate-distance],
  .t-animate_started[data-animate-scale] {
    -webkit-transform: none !important;
    transform: none !important;
  }
}
.t-animate-for-wrapper .t-animate:not(.t-animate_started) {
  opacity: 0 !important;
  transition-duration: 0s !important;
}
.t-animate__overflow-x-hidden {
  overflow-x: hidden;
}
