/* Галерея в постах потока: сетка квадратных превью вместо слайдера */
.t-slds__items-wrapper{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:10px!important;transform:none!important;width:100%!important;height:auto!important}
.t-slds__items-wrapper::before,.t-slds__items-wrapper::after{display:none!important}
.t-slds__item{position:static!important;width:auto!important;height:auto!important;opacity:1!important;visibility:visible!important;float:none!important;margin:0!important;overflow:visible!important}
.t-slds__item:first-child,.t-slds__item:last-child{display:none!important}
.t-slds__item>.t-width,.t-slds__wrapper{height:auto!important;width:100%!important;max-width:none!important}
[class*="gallery-imgwrap"]{position:relative!important;height:0!important;padding-bottom:100%!important;overflow:hidden!important;width:100%!important}
.t-slds__bgimg{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;padding-bottom:0!important;background-size:cover!important;background-position:center!important;cursor:pointer}
.t-slds__arrow_wrapper,.t-slds__bullet_wrapper{display:none!important}
.t-slds{visibility:visible!important;height:auto!important}
.t-slds__container{height:auto!important}
@media screen and (max-width:640px){.t-slds__items-wrapper{grid-template-columns:repeat(2,1fr)!important;gap:6px!important}}
