/* === static-rehost fixes (mirror of Tilda) === */
/* 1) видимость fade-in элементов без JS-анимации */
.t-animate{opacity:1 !important;}

/* 2) галереи-слайдеры (t-slds) не инициализируются статически -> показываем сеткой,
      чтобы слайды не вставали полноэкранной стопкой (3x высота / чёрные блоки) */
.t-slds__wrapper{height:auto !important;max-height:none !important;min-height:0 !important;overflow:visible !important;}
.t-slds__container{display:flex !important;flex-wrap:wrap !important;height:auto !important;width:100% !important;transform:none !important;white-space:normal !important;}
.t-slds__item{position:relative !important;float:none !important;display:block !important;width:33.333% !important;height:340px !important;left:auto !important;top:auto !important;}
.t-slds__item img,.t-slds__bgimg,.t-slds__img{height:100% !important;width:100% !important;object-fit:cover !important;}
/* стрелки/точки карусели в сетке не нужны */
.t-slds__arrow,.t-slds__arrow_container,.t-slds__arrow_wrapper,.t-slds__dots,.t-slds__pagination,.t-slds__controls{display:none !important;}
