/* ===== Svobodny longread / Desktop 1024 ===== */

.uc-svobodny-longread,
.uc-svobodny-longread * {
  box-sizing: border-box;
}

/* Текст лонгрида: Tilda Sans */
.uc-svobodny-longread .tn-atom,
.uc-svobodny-longread .tn-atom * {
  font-family: "Tilda Sans", Arial, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}

/* Без эффектов и переходов на этапе статической верстки */
.uc-svobodny-longread .tn-atom {
  transform-origin: center center;
}

/* Медиа без растяжения и с сохранением заданной в Zero Block геометрии */
.uc-svobodny-longread .tn-atom__img,
.uc-svobodny-longread img,
.uc-svobodny-longread svg {
  display: block;
  max-width: none;
}

.uc-svobodny-longread .tn-atom__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Фоны без повторения */
.uc-svobodny-longread .tn-atom__sbs-anim-wrapper,
.uc-svobodny-longread .tn-atom__sbs-anim-wrapper > div {
  background-repeat: no-repeat;
}

/* Отключаем добавленные анимации Tilda только в этом Zero Block */
.uc-svobodny-longread .tn-elem[data-animate-sbs-event],
.uc-svobodny-longread .tn-elem[data-animate-sbs-trg],
.uc-svobodny-longread .tn-elem[data-animate-sbs-opts] {
  transition: none !important;
  animation: none !important;
}

/* Технические классы для слоев */
.uc-svobodny-longread .sv-layer {
  pointer-events: none;
}

.uc-svobodny-longread .sv-layer--link,
.uc-svobodny-longread a,
.uc-svobodny-longread button {
  pointer-events: auto;
}