.grs-layout__drawer {
  height: calc(100% - 112px - 36px);
  padding: 8px 0;
  top: 64px;
  z-index: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.grs-layout__drawer.with-footer-buttons {
  height: calc(100% - 64px - 116px);
}

.grs-bnr__entry-tutorial {
  max-width: calc(23% - 10px);
  position: fixed;
  bottom: 36px;
  padding-left: 10px;
  padding-bottom: 10px;
  z-index: 2;
}
