.html-embed {
  position: fixed;
  z-index: auto;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  cursor: -webkit-grab;
  cursor: grab;
}

.logo_top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: auto;
  display: inline-block;
  width: 10%;
  height: 6.5%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  width: auto;
  height: 100%;
  margin: 0px auto;
  padding: 5px;
  text-align: left;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.menu_floors {
  position: absolute;
  top: 25%;
  right: 0px;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12.5%;
  height: 50%;
  max-height: 1000px;
  min-height: 20px;
  min-width: 10%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.floor_button {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-height: none;
  min-height: auto;
  min-width: auto;
  margin-top: 10px;
  padding: 5px;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 50px;
  -webkit-flex: 50px;
  -ms-flex: 50px;
  flex: 50px;
  border-style: none;
  border-width: 0.2em;
  border-color: #002ec7;
  border-radius: 0px;
  background-color: #0079c2;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.7vw;
  line-height: 1.7vw;
  font-weight: 300;
  text-align: left;
  cursor: pointer;
}

/*.floor_button::selection {
  background-color: red;
}

.floor_button:hover {
  background-color: #005385;
}

/*.floor_button:active {
  background-color: #009fff;
}

.floor_button:focus {
  background-color: #009fff;
}*/

.menu_mode {
  position: absolute;
  left: 0%;
  top: 25%;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10.5%;
  height: 5%;
  max-height: 1000px;
  min-height: 20px;
  min-width: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.mode_button {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  max-height: none;
  min-height: auto;
  min-width: auto;
  margin-top: 10px;
  padding: 15px 5px;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 50px;
  -webkit-flex: 50px;
  -ms-flex: 50px;
  flex: 50px;
  border-style: none;
  border-width: 0.2em;
  border-color: #fff;
  border-radius: 0px;
  background-color: #575350;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.7vw;
  line-height: 1.7vw;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

.CheckHotspot_mode {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 20.5%;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 7.5%;
  height: 5%;
  max-height: 1000px;
  min-height: 20px;
  min-width: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.Checkhotspot_button {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  max-height: none;
  min-height: auto;
  min-width: auto;
  margin-top: 25px;
  padding: 15px 5px;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 50px;
  -webkit-flex: 50px;
  -ms-flex: 50px;
  flex: 50px;
  border-style: none;
  border-width: 0.2em;
  border-color: #fff;
  border-radius: 0px;
  background-color: #575350;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.2vw;
  line-height: 1.2vw;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}
/*.mode_button:hover {
  background-color: #857a65;
}

.mode_button:active {
  background-color: #009fff;
}

.mode_button:focus {
  background-color: #009fff;
}*/

.logo_bot {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0px;
  z-index: auto;
  display: inline-block;
  width: 10%;
  height: 3.25%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.loading_background {
  position: absolute;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: #000;
}

.text-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 25%;
  margin-top: auto;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 3vh;
  line-height: 3vh;
  font-weight: 600;
}

.image-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: auto;
  max-height: 70%;
  margin-top: 0%;
  margin-right: auto;
  margin-left: auto;
}

.div-block {
  position: relative;
  display: block;
  width: 35%;
  height: 40%;
  max-height: 250px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.menu_exithotspot {
  position: absolute;
  left: 0%;
  top: 6.5%;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10.5%;
  height: 5%;
  max-height: 1000px;
  min-height: 20px;
  min-width: 10%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.exit_button {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  max-height: none;
  min-height: auto;
  min-width: auto;
  margin-top: 0px;
  padding: 15px 5px;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 50px;
  -webkit-flex: 50px;
  -ms-flex: 50px;
  flex: 50px;
  border-style: none;
  border-width: 0.2em;
  border-color: #fff;
  border-radius: 0px;
  background-color: #b8753e;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.7vw;
  line-height: 1.7vw;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

.exit_button:hover {
  background-color: #857a65;
}
