/*===vyskakovací okno innventura atd. text je v článku Systemova hlaska====*/

.info-overlay{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.35);
  backdrop-filter:blur(4px);
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:99999;
}

.info-box{
  background:#fff;
  max-width:540px;
  width:92%;
  padding:40px 35px;
  border-radius:6px;
  box-shadow:0 30px 70px rgba(0,0,0,.25);
  border-top:6px solid #c4122f;
  text-align:center;
}

.info-box button{
  background:#c4122f;
  color:#fff;
  border:0;
  padding:14px 32px;
  font-weight:600;
  text-transform:uppercase;
  border-radius:3px;
  cursor:pointer;
}