<style>
#allrecords {
margin-bottom: 550px; /*Высота zero-блока*/
}
.t-zoomer__wrapper {
z-index: -2;
}
</style>
<style>
.uc-fixed-footer {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
z-index: -1;
}
#allrecords {
margin-bottom: 550px; /*Высота подвала на стандартном блоке*/
}
.t-zoomer__wrapper {
z-index: -2;
}
</style>
<style>
@media (min-width: 1201px) {
.uc-fixed-footer {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
z-index: -1;
}
#allrecords {
margin-bottom: 550px; /*Высота подвала*/
}
.t-zoomer__wrapper {
z-index: -2;
}
}
</style>
<style>
.t-zoomer__wrapper {
z-index: -5;
}
.uc-overlay {
pointer-events: none;
}
</style>