.tlk-form__title:before {
  content: "Новый текст" !important;
}

.t-store__tabs__item-button.js-store-tab-button {
    background-color: #e0313e; /* Устанавливаем красный фон */
    color: white; /* Белый текст */
    padding-left: 20px; /* Отступ текста слева */
    padding: 10px; /* Отступы внутри блока */
    border-radius: 5px; /* Скругление углов, если требуется */
    display: flex; /* Для выравнивания содержимого */
    align-items: center; /* Центрирование по вертикали */
    border: none; /* Убираем границу, если есть */
}

.t-store__tabs__item-title.t-name.t-name_xs {
    color: white; /* Белый цвет текста */
    margin-left: 20px; /* Отступ слева */
}

@media screen and (max-width: 768px) {
  .t985__search-widget-button {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
}

.t838__blockinput {
  height: 60px !important;
  display: flex;
  align-items: center;
}
.t838__input {
  height: 100% !important;
  line-height: 60px;
}
