:root {
  /* Основной градиент */
  --brand-gradient: linear-gradient(#397FED 0%, #275CC4 100%);

  /* Логотип бренда */
  --logo-height: 28px;
  --logo-height-mobile: 22px;
  --logo-height-landscape: 18px;
  --logo-container-height-landscape: auto;

  /* Прогресс-бар */
  --bar-color: #285FC7;
}
