 #smwoverlay-2 { top: 0; right: 0; bottom: 0; left: 0; z-index: 999999; background-color: rgba(0, 0, 0, 0.7); position: fixed; cursor: default; display: none; width: 100%; height: 100%; overflow: auto; } 
#overclose-2 { top: 0; right: 0; bottom: 0; left: 0; z-index: 999999; cursor: default; width: 100%; height: 100%; } 
#modal-window-2{
	width:662px; 
	padding:10px; 
	border: 0px solid #eeeeee; 
	z-index:999999; 
	position: absolute; 
	top:10%;		left:0%;	right:0%;	border-radius:5px; 
	margin: 0 auto; 
	opacity: 1;
	height: auto;
background: #ffffff; 
box-sizing: border-box;
}
  #smwclose-2 { position: absolute; top: -10px; right: -10px; border: 1px solid #ffffff; -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; border-radius: 15px; background-color: #0a0a0a; font-size: 14px; color: #ffffff; padding:3px 10px; font-weight: bold; cursor:pointer; display: none; } 
.smwbotton-2 {
	text-decoration: none;
	color: white;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
  -ms-border-radius: 4px;
	border-radius: 4px;
	padding: 14px 14px 12px;12px;
	line-height: 14px;
	float: none;
	text-shadow: none;
	cursor:pointer;
	z-index: 9999;
	background: #7bc244; 
}
.smwbotton-2:hover {	
	background: #797979; 
}
@media only screen and (max-width: 1024px){
#modal-window-2 {
    max-width: 85%;
}
}
    