.main__title {
  transition: all 0.3s linear;
}
.main__title span::after {
  position: absolute;
  content: attr(data-text);
  top: 0;
  left: 0px;
  -webkit-text-fill-color: white;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-shadow: none;
  transition: all 0.3s linear;
  opacity: 0;
}
.main__title:hover {
  text-shadow: 0px 4px 80px rgba(8, 227, 206, 0.60);
  transition: all 0.3s linear;
  transition-delay: 0.5s;
}
.main__title:hover span::after {
  opacity: 1;
}
.main__title:hover::before {
  width: 0;
  border: none;
  background-color: #fff;
  left: 61px;
  transition: all 0.3s linear;
}
@media( max-width: 1440px) {
  .main__title:hover::before {
    left: 44px;
  }
}
@media( max-width: 992px) {
  .main__title:hover::before {
    left: 28px;
  }
}
.main__subtitle.active {
  opacity: 1;
  transition: all 0.3s linear;
}
.main__subtitle-strip.active {
  width: 115px;
  transition: all 0.3s linear;
}
.main__video.active {
  width: 100%;
  z-index: 0;
  transition: all 0.5s linear;
  margin-top: -129px;
  margin-bottom: -220px;
}
@media( max-width: 1200px) {
  .main__video.active {
    margin-top: -80px;
    margin-bottom: -120px;
  }
}
@media( max-width: 768px) {
  .main__video.active {
    margin: 0;
  }
}
.services__block-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url('../img/service-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1170px;
  height: 915px;
  z-index: 10;
}
@media( max-width: 992px) {
  .services__block-bg {
    width: 870px;
    height: 615px;
  }
}
@media( max-width: 576px) {
  .services__block-bg {
    display: none;
  }
}
@keyframes feedbackBgRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.feedback__bg {
  position: relative;
  margin-left: 50px;
}
.feedback__bg img {
  position: absolute;
  opacity: 0.1;
  animation: feedbackBgRotate 12s linear infinite;
}
.feedback__bg-1 {
  z-index: 1;
}
.feedback__bg-2 {
  z-index: 2;
  margin-left: -53px;
  margin-top: 18px;
  animation-duration: 9s;
}
.feedback__bg-3 {
  z-index: 3;
  margin-left: -79px;
  margin-top: 18px;
  animation-duration: 9s;
}
.feedback__bg-4 {
  z-index: 4;
  margin-left: -75px;
  margin-top: 99px;
  animation-direction: reverse !important;
  animation-duration: 8s;
}
.feedback__slider-progress {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 436px;
  height: 10px;
  border-radius: 11px;
  background-color: #D9D9D9;
  box-shadow: 0px 4px 40px 0px #2E19FC;
  overflow: hidden;
  background-image: linear-gradient(to right, #2E19FC, #2E19FC);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size .4s ease-in-out;
  position: relative;
  bottom: 220px;
  z-index: 11;
  cursor: pointer;
}
@media( max-width: 992px) {
  .feedback__bg {
    margin: 0;
    display: flex;
    justify-content: center;
  }
}
@media( max-width: 576px) {
  .feedback__slider-progress {
    height: 8px;
    bottom: 80px;
    width: 90%;
  }
  .feedback__bg img {
    max-width: 69vw;
  }
}
@media( max-width: 425px) {
  .feedback__slider-progress {
    bottom: 60px;
  }
}
@keyframes preloadDrawLines {
  to {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}
@keyframes preloadOpacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes preloadOpacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes preloadMove {
  0% {
    left: -20px;
    opacity: 1;
  }
  99% {
    left: 100%;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes preloadShadow {
  to {
    filter: drop-shadow(0px 4px 200px rgba(8, 227, 206, 0.50));
  }
}
.preload {
  background: #030325;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  /* opacity: 0.5; */
}
.preload__item {
  display: flex;
  align-items: center;
  column-gap: 22px;
  width: 647px;
  height: 122px;
  position: relative;
  animation: preloadShadow 0.5s 5.5s ease forwards;
}
.preload__item::after {
  content: '';
  position: absolute;
  display: block;
  top: -2px;
  left: -20px;
  width: 100%;
  height: 101%;
  background: linear-gradient(to right, transparent 0%, #030325 10%);
  opacity: 0;
  animation: preloadOpacity 0.6s 2s ease forwards, preloadMove 3s 2.3s ease forwards;
}
.preload__abbreviation {
  display: flex;
  align-items: center;
  position: relative;
}
.preload__abbreviation img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: preloadOpacity 0.3s 2.4s ease forwards;
}
.preload__abbreviation-e {
  margin-right: -60px;
}
.preload__abbreviation-e svg {
  animation: preloadOpacity 0.3s 2.4s ease forwards;
  animation-direction: reverse;
}
.preload__abbreviation-j svg {
  animation: preloadOpacity 0.3s 2.4s ease forwards;
  animation-direction: reverse;
}
.preload__abbreviation svg line {
  opacity: 0;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: preloadDrawLines 2.5s ease forwards;
}
.preload__text {
  opacity: 0;
  animation: preloadOpacity 0.1s 2.8s ease forwards;
}
.preload__text img {
  width: 416px;
}
.preload__logo {
  position: absolute;
  top: 50%;
  left: 50%;
}
@media( max-width: 992px) {
  .preload__item {
    transform: scale(0.7);
  }
  .preload__logo {
    width: 200px;
  }
}
@media( max-width: 768px) {
  .preload__logo {
    width: 180px;
  }
}
@media( max-width: 576px) {
  .preload__item {
    transform: scale(0.45);
  }
}
@keyframes checkpointShow {
  to {
    opacity: 1;
  }
}
@keyframes whyUsTextShow {
  0% {
    background: linear-gradient(0deg, #030325 90%, rgba(5, 5, 38, 0.00) 100%);
    opacity: 1;
  }
  99% {
    transform: translateY(100%);
    background: linear-gradient(0deg, #030325 90%, rgba(5, 5, 38, 0.00) 100%);
    opacity: 1;
  }
  100% {
    transform: translateY(100%);
    opacity: 0;
  }
}
@keyframes whyUsTextShadow {
  to {
    text-shadow: 0px 4px 50px #08E3CE;
  }
}
@keyframes whyUsProgressMobile {
  to {
    height: 100%;
  }
}
.whyUs__block.animated-element .whyUs__block-item:nth-child(1)::before {
  animation: checkpointShow 1.5s linear forwards;
  animation-delay: 2s;
}
.whyUs__block.animated-element .whyUs__block-item:nth-child(2)::before {
  animation: checkpointShow 1.5s linear forwards;
  animation-delay: 5s;
}
.whyUs__block.animated-element .whyUs__block-item:nth-child(3)::before {
  animation: checkpointShow 1.5s linear forwards;
  animation-delay: 7s;
}
.whyUs__block.animated-element .whyUs__block-item:nth-child(4)::before {
  animation: checkpointShow 1.5s linear forwards;
  animation-delay: 9s;
}
.whyUs__block.animated-element .whyUs__block-item:nth-child(5)::before {
  animation: checkpointShow 1.5s linear forwards;
  animation-delay: 11s;
}
/* cubic-bezier(0.42, 0.01, 0.96, 0.05) */
.whyUs__block.animated-element .whyUs__block-item:nth-child(1)::after {
  animation: whyUsTextShow 1.5s ease forwards;
  animation-delay: 2.5s;
}
.whyUs__block.animated-element .whyUs__block-item:nth-child(2)::after {
  animation: whyUsTextShow 1.5s ease forwards;
  animation-delay: 5.5s;
}
.whyUs__block.animated-element .whyUs__block-item:nth-child(3)::after {
  animation: whyUsTextShow 1.5s ease forwards;
  animation-delay: 7.5s;
}
.whyUs__block.animated-element .whyUs__block-item:nth-child(4)::after {
  animation: whyUsTextShow 1.5s ease forwards;
  animation-delay: 9.5s;
}
.whyUs__block.animated-element .whyUs__block-item:nth-child(5)::after {
  animation: whyUsTextShow 1.5s ease forwards;
  animation-delay: 11.5s;
}
.whyUs__block.animated-element .whyUs__block-item:nth-child(1) .whyUs__block-title {
  animation: whyUsTextShadow 0.5s ease forwards;
  animation-delay: 3.5s;
}
.whyUs__block.animated-element .whyUs__block-item:nth-child(2) .whyUs__block-title {
  animation: whyUsTextShadow 0.5s ease forwards;
  animation-delay: 6.5s;
}
.whyUs__block.animated-element .whyUs__block-item:nth-child(3) .whyUs__block-title {
  animation: whyUsTextShadow 0.5s ease forwards;
  animation-delay: 8.5s;
}
.whyUs__block.animated-element .whyUs__block-item:nth-child(4) .whyUs__block-title {
  animation: whyUsTextShadow 0.5s ease forwards;
  animation-delay: 10.5s;
}
.whyUs__block.animated-element .whyUs__block-item:nth-child(5) .whyUs__block-title {
  animation: whyUsTextShadow 0.5s ease forwards;
  animation-delay: 12.5s;
}
.whyUs__block.animated-element .whyUs__block-item:nth-child(1) .whyUs__block-description {
  animation: whyUsTextShadow 0.5s ease forwards;
  animation-delay: 4s;
}
.whyUs__block.animated-element .whyUs__block-item:nth-child(2) .whyUs__block-description {
  animation: whyUsTextShadow 0.5s ease forwards;
  animation-delay: 7s;
}
.whyUs__block.animated-element .whyUs__block-item:nth-child(3) .whyUs__block-description {
  animation: whyUsTextShadow 0.5s ease forwards;
  animation-delay: 9s;
}
.whyUs__block.animated-element .whyUs__block-item:nth-child(4) .whyUs__block-description {
  animation: whyUsTextShadow 0.5s ease forwards;
  animation-delay: 11s;
}
.whyUs__block.animated-element .whyUs__block-item:nth-child(5) .whyUs__block-description {
  animation: whyUsTextShadow 0.5s ease forwards;
  animation-delay: 13s;
}
.whyUs__progress-item.animated-element {
  animation: whyUsProgressMobile 19s cubic-bezier(0.81, 1.41, 1, 1.66) forwards;
  animation-delay: 2s;
}
body {
  padding-left: 42%;
  padding-top: 21%;
  animation: zoomOut 1s ease forwards;
  animation-delay: 6.3s;
}
.header__block-image {
  transform: scale(2.5);
  animation: zoomOut1 2s ease forwards;
  animation-delay: 6.3s;
} 
@keyframes zoomOut {
  to {
    padding-left: 0px;
    padding-top: 0px;
  }
}
@keyframes zoomOut1 {
  to {
    transform: scale(1);
  }
}

.hide {
  display: none;
}
@media (max-width: 576px){
  body {
    padding-left: 26%;
    padding-top: 99%;
  }
  .header__block-image {
    transform: scale(1.6);
  }
}