.glavna{
width:100%;
height:100%;
text-align:center; 
}

.ifr{
width:100%;
height:100%;
border:#FF0000 solid 0px;
}


.model{
position:absolute;
top:180px;
left:10px;
}

.zid{
position:absolute;
top:260px;
left:10px;
}


.bojador{
position:absolute;
top:340px;
left:10px;
}

.bojadec{
position:absolute;
top:420px;
left:10px;
}


.pod{
position:absolute;
top:500px;
left:10px;
}
.nad{
position:absolute;
top:580px;
left:10px;

}


.kupi{
position:absolute;
top:580px;
left:10px;
}


.logo{
position:absolute;
top:20px;
left:20px;
}



.fire{
position:absolute;
top:500px;
left:620px;
height:105px;
}

.fire2{
position:absolute;
top:500px;
left:660px;
height:105px;
}
.fire3{
position:absolute;
top:500px;
left:700px;
height:105px;
}


.fire4{
position:absolute;
top:500px;
left:730px;
height:105px;
}

.fotofas{

width:30px;
height:30px;
padding:3px;
margin:3px;
display:inline-block;
vertical-align:top;
border:#333333 solid 1px;
text-align:center;

}


.kvaka{
height:100px; 
padding:5px; 
margin:5px; 
border:#999999 solid 1px;
}



.kvaka:hover{ 
border:#E22E32 solid 1px;
opacity:0.8;
}


.kvakaA{
height:100px; 
padding:5px; 
margin:5px; 
border:#E22E32 solid 2px;
}







.button {
  text-decoration: none;
  font-size: .875rem;
  font-weight: 300;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 1.5rem;
  background-color: #fff;
  color: #9191E9;
  padding: 1rem 2rem;
}

.popup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100vw;
  height: 100vh;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  overflow: hiden;
  transition: .64s ease-in-out;
}
.popup-inner {
  position: relative;
  bottom: -100vw;
  right: -100vh;
  display: flex;
  align-items: center;
  max-width: 800px;
  max-height: 600px;
  width: 60%;
  height: 80%;
  background-color: #fff;
  -webkit-transform: rotate(32deg);
          transform: rotate(32deg);
  transition: .64s ease-in-out;
}
.popup__photo {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 40%;
  height: 100%;
  overflow: hidden;
}
.popup__photo img {
  width: auto;
  height: 100%;
}
.popup__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
  height: 100%;
  padding: 4rem;
}
.popup__text h1 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
  text-transform: uppercase;
  color: #0A0A0A;
}
.popup__text p {
  font-size: .875rem;
  color: #686868;
  line-height: 1.5;
}
.popup:target {
  visibility: visible;
  opacity: 1;
}
.popup:target .popup-inner {
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.popup__close {
  position: absolute;
  right: -1rem;
  top: -1rem;
  width: 3rem;
  height: 3rem;
  font-size: .875rem;
  font-weight: 300;
  border-radius: 100%;
  background-color: #0A0A0A;
  z-index: 4;
  color: #fff;
  line-height: 3rem;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}