/**Изменение размера галереи в адаптивных версиях**/

@media screen and (max-width: 960px){
    .t746__imgwrapper .t-slds__bgimg {
    height: 360px!important;
}}

@media screen and (max-width: 960px){
.t-popup_show .t-popup__container {
    height: 360px!important;
}}