#inv-overlay{
display:none;
position:fixed;
inset:0;
/*background:rgba(0,0,0,.45);*/
/* background:rgba(0, 150, 200,.15); */
background:rgba(0, 130, 200,.20);
z-index:9998;}

#inv-box {
  display:none;
  position:fixed;
  top:25%; left:50%;
  transform:translate(-50%,-50%);
/*  width:min(88vw, 520px); */
width: 55%;
  max-height:80vh;
  overflow-y:auto;
  background:#fff;
  border-radius:20px;
/*  padding:40px 36px 36px; */
padding: 3vh 2vw 3vh 2vw;
  box-shadow:0 8px 40px rgba(0,0,0,.85);
  z-index:9999;
  box-sizing:border-box;
/*  border: 1px solid rgb(0, 150, 200); */
border: 1px solid rgb(0, 130, 200);
font-family: 'fira_sans_condensedregular', sans-serif;
}
/*+++++++++++++++++++++++ KRZYŻYK ++++++++++++++++++++++*/
#inv-close{
 position:absolute;
 top:1.4vh;
 right:1vw;
    background:none;
    border:none;
    font-size:2.5vw;
    line-height:1;
    cursor:pointer;
    color:#888;
    padding:0.4vh 0.4vw;
  /*  background-color: red; */
}

p {
  font-size:1.4vw;
 line-height:4.2vh;
 color:#444;
}
#zapros {
  margin: -1vh 0 2vh 0;
  font-size:2vw;
  color:rgb(0, 76, 103);
}
.opa{
opacity: 0.6;
margin-top: 0.7vh;
}

/*+++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (orientation:portrait) and (max-width: 743px) {
  #inv-box {
width: 75%;
  }
#inv-close{
   top:0.6vh;
 right:2vw;
    font-size:8vw;
}
p {
  font-size:3vw;
 line-height:2.2vh;
}
#zapros {
  font-size:5.4vw;
}
}
@media screen and (orientation:portrait) and (min-width: 744px) {
  #inv-box {
width: 65%;
  }
  #inv-close{
    top:0.2vh;
    right:2vw;
     font-size:7vw;
 }
p {
  font-size:2.6vw;
 line-height:2.4vh;
}
#zapros {
  margin: -1vh 0 2vh 0;
  font-size:4.6vw;
}
}
@media screen and (orientation:portrait) and (min-width: 900px) {
  #inv-close{
     font-size:6vw;
 }
p {
  font-size:2.4vw;
 line-height:2.6vh;
}
#zapros {
  font-size:4.2vw;
}
}