body, .sp-preloader {
  background-color: #f4f4f4;
  color: #828282;
}
.sp-preloader > div {
  background: #00746b;
}
.sp-preloader > div:after {
  background: #f4f4f4;
}
#sp-top-bar {
  background: url('/images/2024/06/07/vb3.png') no-repeat center center !important;
  background-size: cover !important;
  color: rgba(255, 255, 255, .5);
}
#sp-top-bar a {
  color: rgba(255, 255, 255, .5);
}
#sp-top-bar a:hover, #sp-top-bar a:focus {
  color: #fff;
}
#sp-top-bar li.active > a {
  color: #fff;
}
#sp-header {
  background: #fff;
}
a {
  color: #00746b;
}
a:hover, a:focus, a:active {
  color: #00746b;
}
.sp-reading-progress-bar {
  background-color: #00746b;
}
.sp-megamenu-parent > li > a {
  color: #828282;
}
.sp-megamenu-parent > li:hover > a {
  color: #00746b;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
  color: #00746b;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #fff;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  color: #828282;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  color: #00746b;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
  color: #00746b;
}
.sp-megamenu-parent .sp-mega-group > li > a {
  color: #828282;
}
#offcanvas-toggler > .fa {
  color: #828282;
}
#offcanvas-toggler > .fa:hover, #offcanvas-toggler > .fa:focus, #offcanvas-toggler > .fa:active {
  color: #00746b;
}
.offcanvas-menu {
  color: #828282;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  color: #828282;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus {
  color: #00746b;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  color: rgba(130, 130, 130, 0.5);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
  color: rgba(130, 130, 130, 0.8);
}
.btn-primary, .sppb-btn-primary {
  border-color: #00746b;
  background-color: #00746b;
}
.btn-primary:hover, .sppb-btn-primary:hover {
  border-color: #00746b;
  background-color: #00746b;
}
ul.social-icons > li a:hover {
  color: #00746b;
}
.layout-boxed .body-innerwrapper {
  background: #f4f4f4;
}
.sp-module ul > li > a {
  color: #828282;
}
.sp-module ul > li > a:hover {
  color: #00746b;
}
.sp-module .latestnews > div > a {
  color: #828282;
}
.sp-module .latestnews > div > a:hover {
  color: #00746b;
}
.sp-module .tagscloud .tag-name:hover {
  background: #00746b;
}
.search .btn-toolbar button {
  background: #00746b;
}
#sp-footer, #sp-bottom {
  background: #fff;
  color: #828282;
}
#sp-footer a, #sp-bottom a {
  color: #828282;
}
#sp-footer a:hover, #sp-bottom a:hover, #sp-footer a:active, #sp-bottom a:active, #sp-footer a:focus, #sp-bottom a:focus {
  color: #00746b;
}
#sp-bottom .sp-module-content .latestnews > li > a > span {
  color: #828282;
}
.sp-comingsoon body {
  background-color: #00746b;
}
.pagination > li > a, .pagination > li > span {
  color: #828282;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #828282;
}
.pagination > .active > a, .pagination > .active > span {
  border-color: #00746b;
  background-color: #00746b;
}
.pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  border-color: #00746b;
  background-color: #00746b;
}
.error-code, .coming-soon-number {
  color: #00746b;
}

/* Медиа-запрос для мобильных устройств */
@media (max-width: 767px) {
  #sp-top-bar {
    background: url('/images/2024/06/07/vb3.png') no-repeat center center !important;
    background-size: cover !important;
  }
}
```

Этот код гарантирует, что изображение будет использоваться в качестве фона как на десктопе, так и на мобильных устройствах, благодаря добавлению медиазапроса и `!important`, чтобы убедиться, что эти стили применяются. 

Скопируйте и вставьте этот код в ваш CSS-файл, затем обновите страницу и проверьте результат на мобильных устройствах. Не забудьте очистить кэш браузера перед проверкой.