.header {
  margin-top: var(--nav-height);
  background: var(--secondary-text-color);
  z-index: 0;
  position: relative;

  @include min(tablet) {
    min-height: 1.7rem;
    margin-bottom: 0;
  }

  @include min(desktop) {
    min-height: 27rem;
    margin-bottom: 1.2rem;
  }

  >ol {
    max-width: var(--main-container-max);
    margin: 0 auto;
    padding: 2rem;
  }
}

.adminBar {
  margin-top: calc(var(--nav-height) + 4.7rem);
}

.skeletonoperator {
  min-height: 37.5rem;

  @include min(tablet) { 
    min-height: 48.2rem;
  }
}

.skeletongame {
  min-height: 28rem;

  @include min(tablet) { 
    min-height: 33rem;
  }
}

.skeletonpayment {
  min-height: 64.6rem;

  @include min(tablet) { 
    min-height: 57.1rem;
  }
}