h1 {
  text-decoration: underline;
}

#title {
  opacity: 0;
  display: inline-block; /* Чтобы можно было фиксировать высоту и не прыгало */
  transition: opacity 0.3s ease;
}

.char {
  /* transform: translatey(115px); */
  transition: all 0.5s;
}

/* .swiper,
.gallery-slider {
  touch-action: pinch-zoom;
} */
