/* Футер всегда внизу страницы (при малом контенте — внизу экрана) */
html {
  height: 100%;
}
body {
  min-height: 100%;
}
.boxcar-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.boxcar-wrapper > .boxcar-footer {
  margin-top: auto;
}
