.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff; /* Цвет фона текстовой строки */
}

.marquee {
  padding: 10px; /* Отступ текста от границ элемента */
  font-size: 16px; /* Размер шрифта текста */
  color: #000; /* Цвет текста */
}

.iv-embed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.transmission-window {
    width: 50%; /* Устанавливаем ширину окна на 50% экрана */
    height: 100%; /* Оставляем высоту окна на 100% экрана */
    float: left; /* Выравниваем окно слева */
}

.js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 30px;
    font-weight: 600;
}
.js-store-prod-text a:first-of-type {
    background-color: #3A3fff;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #3A3fff;
    color: #ffffff !important;
}
 
.t706__cartwin_showed {
    z-index: 999999999;
}

html, body, .chat-container, #chat-messages {
    min-height: 100% !important;
}

body {
    position: relative;
    left: 0 !important;
    right: 0 !important;
}

#chat-root {
  transform: translateX(0) !important;
  left: 0 !important;
  right: 0 !important;
  
  #tilda-chat-container {
    position: relative;
    z-index: 10000 !important; /* Выше чем у Marquiz (200 по умолчанию) */
}

div.marquiz-widget-wrapper {
    z-index: 5000!important;
}
  
  
