.text-rotator-enter-active,
.text-rotator-leave-active {
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.text-rotator-enter,
.text-rotator-leave-to {
  opacity: 0;
}

.survey__steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-rotator {
    position: relative;
  }

  .text-rotator__string {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    -webkit-transition: 1.6s opacity;
    -o-transition: 1.6s opacity;
    -moz-transition: 1.6s opacity;
    transition: 1.6s opacity;
    opacity: 0;
  }

  .text-rotator__string--visible {
    opacity: 1;
  }

  .text-rotator__string--relative {
    position: relative;
    line-height: 0;
  }

  .text-rotator__string--relative.text-rotator__string--visible {
    line-height: inherit;
  }

  .text-rotator__ghost {
    display: none;
    position: relative;
    opacity: 0;
  }

  .text-rotator__ghost--visible {
    display: block;
  }

  .text-rotator-enter-active,
  .text-rotator-leave-active {
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }

  .text-rotator-enter,
  .text-rotator-leave-to {
    opacity: 0;
  }

  .text-rotator {
  position: relative;
}
.text-rotator__string {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  -webkit-transition: 0.6s opacity;
  -o-transition: 0.6s opacity;
  -moz-transition: 0.6s opacity;
  transition: 0.6s opacity;
  opacity: 0;
}
.text-rotator__string--visible {
  opacity: 1;
}
.text-rotator__string--relative {
  position: relative;
  line-height: 0;
}
.text-rotator__string--relative.text-rotator__string--visible {
  line-height: inherit;
}
.text-rotator__ghost {
  display: none;
  position: relative;
  opacity: 0;
}
.text-rotator__ghost--visible {
  display: block;
}
.text-rotator-enter-active,
.text-rotator-leave-active {
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.text-rotator-enter,
.text-rotator-leave-to {
  opacity: 0;
}