/* Скрывает ВСЕ ползунки везде */
::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
}

::-webkit-scrollbar-track {
  display: none !important;
  background: transparent !important;
}

::-webkit-scrollbar-thumb {
  display: none !important;
  background: transparent !important;
}

/* Для Firefox и других браузеров */
* {
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

/* Специфично для t396 */
.t396,
.t396_artboard,
.scrollbooster-viewport,
[class*="scroll"] {
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

/* Текст кнопки */
.t-upwidget-container__button.t-text {
    font-size: 0 !important;
}

.t-upwidget-container__button,
.t-upwidget-container__button.t-text {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    margin: 0 !important;
    min-height: unset !important;
    height: auto !important;
    box-sizing: border-box !important;
    line-height: 1.2 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.t-upwidget-container__button.t-text {
    font-size: 0 !important;
}

.t-upwidget-container__button.t-text::after {
    content: "DOWNLOAD FILE" !important;
    font-size: 10px !important;
    display: block;
    line-height: 1.2 !important;
    vertical-align: middle !important;
}