

.uc-skazka .t-text span {
  display: block;              
  line-height: 1.6 !important; 
  margin-bottom: 3em !important;
}


/* Настройка отображения формы с фоном art-5.jpg */

/* Фон должен быть позади всего контента */
#rec1504321541 .t-cover {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  background-size: cover !important;
  background-position: center !important;
}

/* Фильтр тоже позади */
#rec1504321541 .t-cover__filter {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

/* Контейнер формы должен быть поверх фона */
#rec1504321541 .t722 {
  position: relative;
  z-index: 2;
}

/* Черный блок с формой по центру */
#rec1504321541 .t722__content {
  background-color: #000000 !important;
  padding: 60px 40px !important;
  border-radius: 8px;
  max-width: 700px;
  margin: 0 auto;
}

/* Основной блок должен иметь position: relative */
#rec1504321541 {
  position: relative !important;
}

/* Замена стрелок в слайдере "Meet The Heroes" на arrow_gold.svg */
#rec1559081191 .t1148__control svg {
  display: none;
}

#rec1559081191 .t1148__control {
  background-color: transparent !important;
  background-image: url('../images/arrow_gold.svg') !important;
  background-size: 40px 40px;
  background-position: center;
  background-repeat: no-repeat;
  border: none !important;
  width: 50px;
  height: 50px;
}

/* Правая стрелка - без изменений */
#rec1559081191 .t1148__control_right {
  transform: none;
}

/* Левая стрелка - отзеркаленная */
#rec1559081191 .t1148__control_left {
  transform: scaleX(-1);
}

/* ========================================
   ЭФФЕКТЫ ПРИ НАВЕДЕНИИ НА КНОПКИ
   ======================================== */

/* Основные кнопки с градиентом */
.t-btn:hover,
.t-btnflex:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(216, 181, 103, 0.4) !important;
  transition: all 0.3s ease !important;
}

.t-btn:active,
.t-btnflex:active {
  transform: translateY(0) !important;
  box-shadow: 0 2px 8px rgba(216, 181, 103, 0.3) !important;
}

/* Кнопки отправки форм */
.t-submit:hover {
  transform: translateY(-2px) scale(1.02) !important;
  box-shadow: 0 8px 25px rgba(239, 199, 108, 0.5) !important;
  filter: brightness(1.1);
  transition: all 0.3s ease !important;
}

.t-submit:active {
  transform: translateY(0) scale(1) !important;
  box-shadow: 0 2px 8px rgba(239, 199, 108, 0.3) !important;
  filter: brightness(1);
}

/* Стрелки галереи - все эффекты отключены */
#rec1559081191 .t1148__control {
  transition: none !important;
  transform: none !important;
}

#rec1559081191 .t1148__control:hover {
  transform: none !important;
  box-shadow: none !important;
  filter: none !important;
}

#rec1559081191 .t1148__control:active {
  transform: none !important;
}

/* Левая стрелка галереи - сохраняем только отзеркаливание */
#rec1559081191 .t1148__control_left,
#rec1559081191 .t1148__control_left:hover,
#rec1559081191 .t1148__control_left:active {
  transform: scaleX(-1) !important;
}

/* Дополнительный эффект свечения для кнопок (кроме стрелок галереи) */
.t-btn::before,
.t-btnflex::before,
.t-submit::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
  z-index: 1;
}

.t-btn:hover::before,
.t-btnflex:hover::before,
.t-submit:hover::before {
  left: 100%;
}

/* Отключаем эффект свечения для стрелок галереи */
#rec1559081191 .t1148__control::before {
  display: none !important;
}

/* Текст кнопки должен быть поверх эффекта */
.t-btnflex__text {
  position: relative;
  z-index: 2;
}

/* ========================================
   ЭФФЕКТ УВЕЛИЧЕНИЯ КАРТИНОК В ГАЛЕРЕЕ HEROES
   ======================================== */

/* Галерея Heroes - увеличение картинок при наведении */
#rec1559081191 .t1148__item img {
  transition: transform 0.3s ease !important;
}

#rec1559081191 .t1148__item:hover img {
  transform: scale(1.05) !important;
}

/* ========================================
   СТИЛИ ДЛЯ КОНТАКТНОЙ СЕКЦИИ
   ======================================== */

/* Убрать подчеркивание с email */
.t718__contacts a {
  text-decoration: none !important;
}

.t718__contacts a:hover {
  text-decoration: none !important;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

/* Выравнивание иконок соцсетей с текстом */
.t-sociallinks {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.t-sociallinks__wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.t-sociallinks__item {
  display: flex;
  align-items: center;
  margin: 0 !important;
}

/* Мобильная версия контактной секции */
@media screen and (max-width: 640px) {
  /* Центрирование соцсетей */
  .t-sociallinks {
    justify-content: center;
  }
  
  /* Увеличение текста контактов */
  .t718__contacts {
    font-size: 18px !important;
  }
  
  .t718__address {
    font-size: 16px !important;
  }
}

/* ========================================
   ССЫЛКА GAMEBION.COM В СЛАЙДЕРЕ
   ======================================== */

.gamebion-link {
  text-decoration: none !important;
  display: inline-block;
  transition: all 0.3s ease !important;
  position: relative;
}

.gamebion-link:hover {
  transform: translateY(-2px) !important;
  text-shadow: 0 4px 15px rgba(216, 181, 103, 0.6) !important;
}

.gamebion-link:hover span {
  color: rgb(239, 199, 108) !important;
}

.gamebion-link:active {
  transform: translateY(0) !important;
}

/* ========================================
   ОТКЛЮЧЕНИЕ АНИМАЦИИ ДЛЯ ПЕРВОГО БЛОКА ROADMAP
   ======================================== */

/* Убираем анимацию при наведении на самый левый блок (блок 1) */
.tn-elem__15845919911480525176544 {
  transition: none !important;
  transform: none !important;
}

.tn-elem__15845919911480525176544:hover {
  transform: none !important;
}

/* ========================================
   ЭФФЕКТЫ ПРИ НАВЕДЕНИИ НА ПУНКТЫ МЕНЮ
   ======================================== */

/* Плавный переход для всех пунктов меню */
.t-menu__link-item {
  position: relative;
  transition: all 0.3s ease !important;
}

/* Эффект при наведении - изменение цвета и легкое увеличение */
.t-menu__link-item:hover {
  color: #efc76c !important;
  transform: translateY(-2px) !important;
  text-shadow: 0 4px 15px rgba(239, 199, 108, 0.4) !important;
}

/* Подчеркивание снизу при наведении */
.t-menu__link-item::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #d8b567, #efc76c);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.t-menu__link-item:hover::after {
  width: 100%;
}

/* Эффект при клике */
.t-menu__link-item:active {
  transform: translateY(0) !important;
  text-shadow: 0 2px 8px rgba(239, 199, 108, 0.3) !important;
}

/* ========================================
   НАСТРОЙКА ОТСТУПОВ БЛОКА ROADMAP
   ======================================== */

/* Уменьшаем расстояние между заголовком "Roadmap to glory!" и карточками */
#rec1560182761 {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/* Добавляем черный фон снизу блока с карточками */
#rec1584591991 {
  padding-bottom: 100px !important;
}

/* Для мобильных устройств */
@media screen and (max-width: 640px) {
  #rec1584591991 {
    padding-bottom: 60px !important;
  }
}

/* ========================================
   АНИМАЦИЯ ПОЯВЛЕНИЯ БЛОКОВ
   ======================================== */

/* Определяем keyframes для анимации */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Начальное состояние блоков - скрыты */
#rec1503342661,  /* About our project */
#rec1503694651,  /* The Concept */
#rec1560182761,  /* Roadmap to glory! */
#rec1584591991,  /* Блок с 4 карточками Roadmap */
#rec1504321541,  /* Be the first to play Era of Valor */
#rec1559081191,  /* Meet The Heroes */
#rec1503667651,  /* FAQ */
#rec1559894821   /* Who we are */
{
  opacity: 0;
  transform: translateY(40px);
}

/* Класс для активации анимации */
#rec1503342661.animate-in,
#rec1503694651.animate-in,
#rec1560182761.animate-in,
#rec1584591991.animate-in,
#rec1504321541.animate-in,
#rec1559081191.animate-in,
#rec1503667651.animate-in,
#rec1559894821.animate-in {
  animation: fadeInUp 0.5s ease-out forwards;
}

/* Задержки для последовательного появления (опционально) */
#rec1503342661.animate-in {
  animation-delay: 0.1s;
}

#rec1503694651.animate-in {
  animation-delay: 0.15s;
}

#rec1560182761.animate-in {
  animation-delay: 0.1s;
}

#rec1584591991.animate-in {
  animation-delay: 0.2s;
}

#rec1504321541.animate-in {
  animation-delay: 0.1s;
}

#rec1559081191.animate-in {
  animation-delay: 0.15s;
}

#rec1503667651.animate-in {
  animation-delay: 0.1s;
}

#rec1559894821.animate-in {
  animation-delay: 0.15s;
}

/* ========================================
   СТИЛЬНЫЙ СКРОЛЛБАР
   ======================================== */

/* Webkit браузеры (Chrome, Safari, Edge) */
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-track {
  background: #000000;
  border-left: 1px solid #1a1a1a;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #d8b567, #efc76c);
  border-radius: 6px;
  border: 2px solid #000000;
  transition: all 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #efc76c, #f5d98a);
  box-shadow: 0 0 10px rgba(239, 199, 108, 0.5);
  border: 2px solid #1a1a1a;
}

::-webkit-scrollbar-thumb:active {
  background: linear-gradient(180deg, #c9a556, #d8b567);
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #d8b567 #000000;
}

/* Дополнительный эффект для горизонтального скролла */
::-webkit-scrollbar-corner {
  background: #000000;
}
