/* Принудительное включение перетаскивания */
#rec1845267511 .t396__artboard,
#rec1721461941 .t396__artboard {
  cursor: grab !important;
}

#rec1845267511 .t396__artboard:active,
#rec1721461941 .t396__artboard:active {
  cursor: grabbing !important;
}

/* Отключаем стандартное поведение браузера */
#rec1845267511 .t396__artboard img,
#rec1721461941 .t396__artboard img {
  pointer-events: none;
}

/* Включаем pointer-events для кликабельных элементов */
#rec1845267511 .t396__artboard a,
#rec1721461941 .t396__artboard a,
#rec1845267511 .t396__artboard button,
#rec1721461941 .t396__artboard button {
  pointer-events: auto;
}
/* Firefox */
scrollbar-width: none !important;

/* IE и Edge */
-ms-overflow-style: none !important;

/* Chrome, Safari, Opera */
::-webkit-scrollbar {
  display: none !important;
}