.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;
}

.t-store__card__price-value::after,
.js-product-price::after {
content: " руб. при рассрочке на 6 месяцев" !important;
margin-left: 7px;
}

