:root {
  --bp-menu-color: rgba(0, 0, 0, .4);
  --bp-floorplanmenu-panel-color: rgba(255, 255, 255, .5);
  --bp-button-fill:rgba(0, 0, 0, 0);

}

body .fancybox-toolbar{
  right: 14px;
  top: 86px;
}

#MainMenu{
  left:initial;
  right:15px;
}

#BurgerButton{
  display:none;
}

[data-building="Goldings_House"]{
  background-color: #43ffb2;
}

[data-building="Tea_Auction_House"]{
  background-color: #43ffb2;
}

[data-building="Goldings_House"]{
  background-color: #43ffb2;
}

#header-logo {
  position: absolute;
  width: 112px;
  height: 54px;
  top: 14px;
}
.watermark a{
  color: #fff;
}


html {
  letter-spacing: 0.04rem;
}


@media screen and (max-width: 590px) {
  #header-logo{
    width: 105px;
    height: 33px;
    top: 17px;
  }
}
