.t706_cartwin-content {
    background-color: #252525;
}

/* Исправление скролла на мобильных устройствах */
@media (max-width: 768px) {
  body, html {
    overflow: auto !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    position: static !important;
    height: auto !important;
    max-height: none !important;
    touch-action: pan-y !important;
    -webkit-overflow-scrolling: touch !important;
  }
  
  /* Убираем блокировку скролла от виджетов */
  [data-umnico-loader],
  [data-umnico-logo] {
    touch-action: auto !important;
    pointer-events: auto !important;
  }
}