:root {
  --var-color: #3fd62b;
}

.form__head-content {
  display: flex;
  flex-direction: column;
}

.form__head-content__inner {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.form__head-content__text span {
  display: block;
}

.form__title {
  margin-bottom: 40px;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}

.form__title * {
  text-align: center;
  text-transform: uppercase;
}

.form__title-text1 {
  color: #3fd62b;
  font-size: 45px;
  margin-bottom: 4%;
}

.form__title svg {
  margin-top: 2%;
  height: 59px;
}

.form__title svg text {
  animation: stroke 5s infinite alternate;
  stroke-width: 2;
  stroke: #e9b637;
  font-size: 60px;
}

@keyframes stroke {
  0% {
    fill: rgba(27, 174, 255, 0);
    stroke: rgb(233, 182, 55);
    stroke-dashoffset: 25%;
    stroke-dasharray: 0 50%;
    stroke-width: 2;
  }
  70% {
    fill: rgba(27, 174, 255, 0);
    stroke: rgb(233, 182, 55);
  }
  80% {
    fill: rgba(27, 174, 255, 0);
    stroke: rgb(233, 182, 55);
    stroke-width: 3;
  }
  100% {
    fill: rgb(233, 182, 55);
    stroke: rgba(255, 113, 249, 0);
    stroke-dashoffset: -25%;
    stroke-dasharray: 50% 0;
    stroke-width: 0;
  }
}

.form__title-text2 {
  color: #ffc83d;
  display: flex;
  font-size: 35px;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 10px;
}

.form__title-text3 {
  color: #fff;
  font-size: 32px;
}

.form__title-text3 .text-regular {
  font-size: 42px;
}

.form__title-text3 .text-big {
  font-size: 62px;
}

.form__title-text4 {
  color: #fff;
  font-size: 28px;
}

.form__title-text1 span,
.form__title-text2 span,
.form__title-text3 span {
  color: #ffc83d;
  position: relative;
  font-size: 62px;
}

.form__title-text3 span {
  font-size: 52px;
}

@media screen and (max-width: 1024px) {
  .form__title {
    margin-bottom: 32px;
  }

  .form__head-content__text {
    display: flex;
    flex-direction: column;
  }

  .form__head-content__text span {
    display: inline-block;
  }

  .text1 {
    position: absolute;
    top: 34vw;
    left: 9%;
  }

  .text1 img {
    height: 3.3vw;
  }

  .text1 .title-text.ru {
    font-size: 3.2vw;
  }

  .text1 .title-text.en {
    font-size: 4vw;
  }

  .form__title-text2 {
    position: absolute;
    line-height: 100%;
  }

  .form__title-text1 {
    bottom: 18vw;
    left: 22%;
    font-size: 7.3vw;
  }

  .mobile-banner {
    position: static;
    width: 100%;
    min-height: auto;
  }

  .text1 .title-text.active {
    font-size: 2.93vw;
  }

  .form__title-text2 {
    top: 47vw;
    position: absolute;
    bottom: 12vw;
    left: 40px;
  }

  .form__title-text3 {
    position: absolute;
    left: 40px;
    top: 47vw;
    width: fit-content;
  }

  .form__title-text2,
  .form__title-text2 span {
    font-size: 52px;
    line-height: 100%;
  }

  .form__title-text3 span {
    font-size: 42px;
    line-height: 100%;
  }

  .form__title-text3 text {
    font-size: 10vw;
  }
}

@media screen and (max-width: 530px) {
  .text1 .title-text.active {
    font-size: 3.4vw;
  }
}

@media screen and (max-width: 440px) {
  .form__head-content__text span {
    display: block;
  }
}

@media screen and (max-height: 950px) and (min-width: 1024px) and (max-width: 1600px) {
  .form__title-text1 span,
  .form__title-text2 span,
  .form__title-text3 span {
    font-size: 40px;
  }
}

@media screen and (max-height: 750px) and (min-width: 1024px) and (max-width: 1600px) {
  .animate-text-wrap {
    flex-direction: column;
  }

  .form__title-text1 span,
  .form__title-text2 span,
  .form__title-text3 span {
    font-size: 30px;
  }

  .text1 img.active {
    margin-bottom: 8px;
  }
}
