@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------POP UP CSS-----------------------------------------------*/
.popup-content {
	width:90%;
	margin:0 auto;
}
.popup {
	z-index:100000000;
	top:60px;
	left:50%;
	position:absolute;
	width:800px;
	background:url(http://proedworld.com/images/popup-bg.png) repeat-x;
	-moz-box-shadow:4px 4px 30px #130507;
	-webkit-box-shadow:4px 4px 30px #130507;
	box-shadow:4px 4px 30px #130507;
	-moz-transition:top 800ms;
	-o-transition:top 800ms;
	-webkit-transition:top 800ms;
	transition:top 800ms;
	border:solid 3px #656161;
}
.p_close {
	float:right;
	width:15px;
	height:14px;
	margin:11px 10px 0 0;
	background:url(images/popup_close.png);
	position: absolute;
	right: 0;
}
.p_body {
	background:#000;
	left:0;
	top:0;
	position:fixed;
	width:100%;
	height:100%;
	opacity:0.3;
	-moz-transition:opacity 800ms;
	-o-transition:opacity 800ms;
	-webkit-transition:opacity 800ms;
	transition:opacity 800ms;
	z-index:99999999;
}
/* js стили — декларативно */
.js__popup {
}
.js__p_start {
}
.js__p_close {
}
.js__p_body {
}
.js__slide_top {
	height:0;
	overflow:hidden;
	top:0;
	border:none;
}
.js__fadeout {
	height:0;
	overflow:hidden;
	opacity:0;
}
.github {
	position:fixed;
	top:0;
	right:0;
	width:99px;
	height:99px;
	background:url(http://proedworld.com/img/github.png);
}
/*-------------------------------------------POP UP CSS END----------------------------------------------------------*/