:root {
  /* Основной градиент фона */
  --brand-gradient: linear-gradient(180deg, #FA9200 0%, #F0AB49 100%);

  /* Свечение в центре */
  --keno-image-before-bg: #FFE69D;

  #main-game-image-wrap:before {
    height: 200%;
    top: -250px;
  }

  /* Цвет фигуры */
  --shape-gradient: linear-gradient(210deg, #FFCC2A 0%, #FF9B00 50%);
  #shape-gradient {
    opacity: 0.6;
  }

  /* Цвет свечения фигуры */
  --shape-shadow-color: #FFE69D;

  /* Цвет полосы прогресса */
  --progress-color: #FFA004;

  /* Размеры логотипа */
  --logo-height: 28px;
  --logo-height-mobile: 28px;
}

@media screen and (max-width: 744px) {
  #main-game-image-wrap:before {
    height: 100% !important;
    top: 0 !important;
  }
}