.promo {
  padding: 60px 0 200px;
}

.promo::before {
  position: absolute;
  content: "";
  bottom: -52px !important;
  right: 214px !important;
  width: 90%;
  height: 100%;
  background-image: url(../img/promo_racets.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation: moveImage 2.5s ease-in-out infinite;
  animation: moveImage 2.5s ease-in-out infinite;
}
.promo .sigma {
  right: -1%;
  bottom: 14%;
}

@keyframes moveImage {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  25% {
    transform: translate(15px, -15px) rotate(-2deg);
  }

  50% {
    transform: translate(30px, -30px) rotate(-3deg);
  }

  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes float-diagonal {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}
@keyframes float-vertical {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.promo .star {
  position: absolute;
  opacity: 0.8;
  z-index: 9;
  animation: sparkle 3s ease-in-out infinite;
}

.promo .star-1 {
  top: 10%;
  right: 40%;
  width: 60px;
  animation-duration: 2.5s;
  animation-delay: 0s;
}
.promo .star-2 {
  bottom: 3%;
  right: 42%;
  width: 60px;
  animation-duration: 2.5s;
  animation-delay: 0s;
}
.promo .star-3 {
  top: 15%;
  right: 30%;
  width: 40px;
  animation-duration: 2.8s;
  animation-delay: 0.6s;
}
.promo .star-4 {
  bottom: 5%;
  right: 9%;
  width: 60px;
  animation: bright 1s ease-in-out infinite;
}
.promo .star-5 {
  top: 50%;
  left: 30%;
  width: 28px;
  animation-duration: 2.2s;
  animation-delay: 1.2s;
}
.promo .star-6 {
  top: 91%;
  right: 18%;
  width: 40px;
  animation: none;
}
.promo .star-7 {
  top: 17%;
  right: 6%;
  width: 70px;
  animation-duration: 2.7s;
  animation-delay: 1.8s;
}
.promo .star-8 {
  bottom: 17%;
  left: 45%;
  width: 70px;
  animation: bright 1s ease-in-out infinite;
}
.promo .star-9 {
  bottom: 26%;
  right: 5%;
  width: 80px;
  animation-duration: 2.4s;
  animation-delay: 2.4s;
  rotate: 20deg;
  animation: sparkleBright 2s ease-in-out infinite;
}
.promo .star-10 {
  bottom: 10%;
  right: 59%;
  width: 26px;
  animation-duration: 3.2s;
  animation-delay: 2.7s;
}
.promo .star-11 {
  bottom: 4%;
  rotate: 20deg;
  right: 68%;
  width: 80px;
  animation: bright 1s ease-in-out infinite;
}

@keyframes sparkle {
  0%,
  100% {
    opacity: 0.8;
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(1.2);
  }
}
@keyframes sparkleBright {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.3);
    filter: brightness(2);
  }
}
@keyframes bright {
  0%,
  100% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(2);
  }
}
@media screen and (max-width: 768px) {
  .promo .star {
    display: none;
  }
  .sigma-icon-green-2,
  .sigma-icon-green-1 {
    animation: none;
  }
}

/* mob */

@media screen and (max-width: 768px) {
  .promo::before {
    display: block;
    scale: 0.6;
    bottom: -16% !important;
    right: -8% !important;
  }
  .promo {
    padding: 40px 0 450px;
  }
  .promo::after {
    background-image: url(../img/promo_decoration.png);
  }
  .events {
    padding-top: 20px;
  }

}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .promo::before {
    width: 300px !important;
        right: 20px !important;
        bottom: -90px !important;
  }
  .promo .sigma::after {
        top: 50%;
        width: 360px;
        /* height: 100%; */
        -webkit-transform: translate(-52%, -55%);
        -ms-transform: translate(-52%, -55%);
        right: 0;
    }
    .sigma-icon-green-1 {
      left: -180px;
    }
}
@media screen and (max-width: 992px) {
  .events { 
    padding-top: 0;
  }
}