.create-lang-file {
  color: inherit;
}

@media all and (min-width: 960px) {
  .site-menu__items {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media all and (min-width: 1151px) {
  .market {
    max-width: 100%;
  }
}