@media screen and (max-width: 960px) {
    .t502 .t-list__item,.t502 .t-list__container_inrow2 .t-list__item:nth-child(-n+2),.t502 .t-list__container_inrow3 .t-list__item:nth-child(-n+3),.t502 .t-list__container_inrow4 .t-list__item:nth-child(-n+4) {
        margin-top:10px!important
    }
}

/* Уменьшаем gap в слайдере галереи на мобильных */
@media (max-width: 960px) {
  .t1148__slider {
    gap: 10px !important;
  }
}

/* Фон-плейсхолдер пока грузится картинка в галерее */
.t1148__img {
  background-color: #fcf4ee;
}

/* Фон-плейсхолдер пока грузится картинка в галерее */
.t1231__bgimg {
  background-color: #fcf4ee;
}
/* Фон-плейсхолдер пока грузится картинка в галерее */
.t603__blockimg {
  background-color: #fcf4ee;
}

/* Уменьшаем отступ между карточками */
@media (max-width: 960px) {
    .t477__top {
        margin-bottom: 10px !important;
    }
}

