/* === САЙДБАР === */
#rec1204531091 {
position: fixed !important;
top: 0;
left: 0;
width: 240px !important;
height: 100vh !important;
background: #fff;
border-right: 1px solid #e5e5e5;
box-sizing: border-box;
z-index: 1000;
padding: 40px 20px !important;
}
/* Внутри Zero-блока выравниваем колонки */
.sidebar .t396__artboard {
display: flex !important;
flex-direction: column;
justify-content: space-between;
}
/* === ОСНОВНОЙ КОНТЕНТ === */
#allrecords {
margin-left: 240px;
padding: 40px;
background: #fafafa;
box-sizing: border-box;
}
/* Контейнер для сетки контента */
#allrecords .t-container {
max-width: 1200px;
margin: 0 auto;
}
/* Сетка похожая на Elska */
#allrecords .t-col {
margin-bottom: 30px;
}
/* === АДАПТИВ === */
@media (max-width: 1024px) {
.sidebar {
position: relative !important;
width: 100% !important;
height: auto !important;
border-right: none;
border-bottom: 1px solid #e5e5e5;
padding: 20px !important;
}
#allrecords {
margin-left: 0;
padding: 20px;
}
}