/* Центрирование контентных изображений без влияния на фон */
.t-img,
img, svg, video, canvas, iframe {
  display: block !important;
  margin: 0 auto !important;
  box-sizing: border-box !important;
  max-width: 100% !important;
  height: auto !important;
}
.t-feed,
.t-popup,
.t-tilda__chat,
.t654__btn,
.t702__chat-icon,
.t702__chat-wrapper {
  position: fixed !important;
  right: 30px !important;
  bottom: 30px !important;
  transform: none !important;
}

