html, body {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  background: #2b1e15;
  overflow: hidden;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
#city-container {
  position: absolute;
  left: 0; top: 0; width: 100vw; height: 100vh;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.svg-bg {
  display: block;
  position: absolute;
  left: 0; top: 0;
  margin: 0;
  pointer-events: auto;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.tower-area {
  cursor: pointer;
  fill: transparent;
  stroke: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: transparent;
  outline: none !important;
  box-shadow: none !important;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
#towerMenu {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s;
  aspect-ratio: 1/1;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
#towerMenu.visible {
  opacity: 1;
  pointer-events: auto;
  display: block;
}
#towerMenu img {
  height: 100%;
  width: auto;
  max-width: 100%;
  display: block;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.menu-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 25% 15% 2% 15%;
  box-sizing: border-box;
  pointer-events: auto;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.menu-inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.btn-heroes-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
}
.btn-heroes-inner {
  width: 100%;
  height: 100%;
  background: url('Knopka.png') center center/100% 100% no-repeat;
  border: none;
  color: #523010;
  font-family: inherit;
  font-weight: bold;
  cursor: pointer;
  outline: none !important;
  box-shadow: none !important;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .12s, transform .08s;
}
.btn-heroes-inner:focus {
  outline: none !important;
  box-shadow: none !important;
}
.btn-heroes-inner span {
  position: relative;
  z-index: 2;
  text-shadow: 0 2px 1px #f7f6b4, 0 -1px 1px #e6dec2;
  pointer-events: none;
}
.btn-heroes-inner:active {
  background: url('Nagataya-knopka.png') center center/100% 100% no-repeat;
  transform: scale(0.96, 0.98);
}
.first-btn {
  margin-top: 0;
}
.btn-exit, .btn-info {
  position: relative;
  z-index: 10;
}
.btn-double-shift { position: relative; z-index: 8; }