@media screen and (max-width: 960px){
.t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
margin-bottom: 20px;
}
}

/* фикс полосы в браузерах мессенджеров */
html {
background: #fff;
}

body {
margin: 0;
}

/* компенсация safe-area */
#allrecords {
padding-top: env(safe-area-inset-top);
}

/* корректировка фиксированного меню Tilda */
.t228,
.t229,
.t456,
.t-menu__wrapper,
.tmenu-mobile {
top: env(safe-area-inset-top);
}

/* убирает прокрутку под верхней полосой */
#allrecords {
overflow-x: hidden;
}