#main > .container {
  position: static;
}

.simulators-popup {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}

.simulators-popup .popup-mark,
.light-box .light-box-mark {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.8;
  min-height: 1000px;
}

.simulators-popup .close-popup,
.light-box .close-light-box {
  float: right;
  font-size: 28px;
  color: #999;
  cursor: pointer;
  height: 25px;
  width: 20px;
  margin-right: 5px;
  text-align: center;
}

.simulators-popup .popup-content {
  z-index: 1050;
  position: relative;
  margin: 30px auto;
  padding: 10px;
  box-sizing: border-box;
  max-width: 1054px;
  border-radius: 10px;
  background: #fff;
}

.simulators-popup .popup-content .simulator-box {
  width: auto;
}

.simulators-popup .popup-content .simulator-info {
  display: inline-block;
  width: 100%;
  margin: 0px;
  clear: both
}

.light-box {
  display: none;
}

.light-box .light-content {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1060;
  border-radius: 10px;
  background: #fff;
  padding: 15px;
  margin: auto;
  max-width: 1024px;
}

.light-box .light-box-mark {
  z-index: 1055;
}

.open-simulators-popup,
.open-light-box {
  cursor: pointer;
}
