.container.header-separator {
  background-color: #000000;
}

.site-header-inner {
  background-image: url("http://hashhedge-tm.ru/wp-content/uploads/2026/01/flag-tm.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}

.site-branding {
  margin-left: 100px;
}

h1 {
  text-align: center;
  color: #ffffff;
}

@media screen and (max-width: 480px) {
  .kompbanner {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .mobbanner {
    display: block;
  }
}

@media screen and (min-width: 490px) {
  .mobbanner {
    display: none;
  }
}

.table-of-contents.open {
  background-color: #1f1d25;
  border-radius: 20px;
  box-shadow: 0 0 1px 1px green;
}

.challenge {
  margin-top: 5px;
}

.site-footer {
  text-align: center;
}

.btn.btn-size-big.js-link {
  border-radius: 30px;
  border-left-width: 30px;
  border-right-width: 30px;
}

.mob-hamburger.active {
  margin: -300px;
}

.mob-hamburger {
  margin: -300px;
}

h2 {
  color: #ffffff;
}

strong {
  color: #ffe32b;
}