diff --git a/.idea/gradle.xml b/.idea/gradle.xml
index c036f36c37..db9382e9a6 100644
--- a/.idea/gradle.xml
+++ b/.idea/gradle.xml
@@ -35,7 +35,6 @@
-
diff --git a/app/build.gradle b/app/build.gradle
index c0b0f1adff..0ef830f124 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -270,7 +270,6 @@ dependencies {
implementation project(':foudations:mogo-commons')
implementation project(':modules:mogo-module-common')
implementation project(':modules:mogo-module-search')
- implementation project(':modules:mogo-module-guide')
implementation project(':modules:mogo-module-authorize')
implementation project(':modules:mogo-module-media')
implementation project(':modules:mogo-module-service')
diff --git a/modules/mogo-module-splash/src/main/res/drawable/module_byd_splash.png b/modules/mogo-module-splash/src/main/res/drawable/module_byd_splash.png
deleted file mode 100644
index e322c3ccb2..0000000000
Binary files a/modules/mogo-module-splash/src/main/res/drawable/module_byd_splash.png and /dev/null differ
diff --git a/modules/mogo-module-splash/src/main/res/drawable/module_byd_splash.webp b/modules/mogo-module-splash/src/main/res/drawable/module_byd_splash.webp
new file mode 100644
index 0000000000..d39b3abe55
Binary files /dev/null and b/modules/mogo-module-splash/src/main/res/drawable/module_byd_splash.webp differ
diff --git a/settings.gradle b/settings.gradle
index 5a2966c968..01b66b30c6 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -22,7 +22,7 @@ include ':modules:mogo-module-share'
include ':modules:mogo-module-service'
include ':modules:mogo-module-back'
include ':modules:mogo-module-authorize'
-include ':modules:mogo-module-guide'
+//include ':modules:mogo-module-guide'
include ':libraries:map-amap'
include ':libraries:mogo-map-api'
include ':modules:mogo-module-apps'