h1,
.filters {
  margin-bottom: 16px;
}

.tabs-group {
  display: flex;
  margin-bottom: 16px;
}

.periods {
  margin-right: 16px;
}

.menu__item {
  margin-bottom: 12px;
}

.menu__list {
  margin-top: 24px;
}

.gant {
  display: flex;
}

.gant .left {
  flex-shrink: 0;
  width: 200px;
}

.gant .left div {
  min-height: 24px;
  padding: 4px 8px;
  font-weight: bold;
  font-size: 12px;
  border-bottom: 1px solid #f0f0f0;
}

.gant .right {
  display: flex;
  overflow-x: hidden;
}

.gant img {
  height: 360px;
  user-select: none;
  pointer-events: none;
}

.gant-2 img {
  height: 168px;
}
