#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#26262c;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:900px;
  height:1250px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 20px; 
}
#boxes #dialog {
  width:450px; 
  height:auto;
  padding: 0 0 0 0;
  background-color:#ffffff;
  font-size: 15pt;
}

.agree:hover{
  background-color: #D1D1D1;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	color: red;
}
 
#boxes #san h1{
    color: #292424;
    display: block;
    width: 200px;
    font-size: 30px;
    position: relative;
    top: 55px;
    left: 30px;
}

 
#boxes #san p{
  color: #2b2822;
  font-size: 18px;
  line-height: 1.3;
  display: block;
  width: 320px;
  position: relative;
  top: 50px;
  left: 30px;
}


#boxes #san .acele-et{
  display: block;
  width: 200px;
  height: 50px;
  position: relative;
  top: 80px;
  left: 20px;

  text-align: center;
  font-weight: 600;
  font-size: 16px;
  color: #fff;

  background-color: #ffbb1d;
  border-radius: 25px;
  line-height: 3;
}

@media(max-width:900px){
  #boxes{
    display:none;
  }
}
