.topPart.fixed {
  top: 56px;
}

.jufa-header {
  display: none;
}

.main-width {
  width: 100%;
  margin: 0 auto;
}
.topPart {
  /* min-width: 790px; */
}
.topPart.fixed {
  position: fixed;
  top: 0;
  z-index: 990;
  /* width: calc(100% - 446px); */
  /* min-width: 790px; */
}
