﻿.popup {
	position:fixed;
	z-index:1000;
	top:60px;
	left:50%;
	width:900px;
	height:550px;
	background:#fff;
	-moz-box-shadow:4px 4px 30px #727171;
	-webkit-box-shadow:4px 4px 30px #727171;
	box-shadow:4px 4px 30px #727171;
	-moz-transition:top 800ms;
	-o-transition:top 800ms;
	-webkit-transition:top 800ms;
	transition:top 800ms;
	padding-left: 50px;
}
  .p_content {
	width:auto;
	text-align:left;
	font-size:13px;
	padding-top: 30px;
	padding-right: 30px;
	z-index: 1000;
}
  .p_anch {
	float:left;
	position:relative;
	z-index:1;
	width:auto;
	text-align:center;
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
  }
  .p_anch a { text-decoration:none; }
  .p_anch a:hover { text-decoration:none; }
  .p_anch_bottom { margin:1500px 0 0 0; padding:0 0 0 0; }
  .p_close {
	float:right;
	width:15px;
	height:14px;
	background-image: url(../images/popup_close.png);
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
  }
  .p_body {
	left:0;
	top:0;
	position:fixed;
	width:100%;
	height:100%;
	opacity:0.7;
	-moz-transition:opacity 800ms;
	-o-transition:opacity 800ms;
	-webkit-transition:opacity 800ms;
	transition:opacity 800ms;
	z-index: 1000;
	background-color: #333333;
  }


/* js стили — декларативно */
.js__popup {}
  .js__p_start {}
  .js__p_close {}
  .js__p_body {}
  .js__slide_top { height:0; overflow:hidden; top:0; }
  .js__fadeout { height:0; overflow:hidden; opacity:0; }


.github {
  position:fixed; top:0; right:0;
  width:99px; height:99px; background:url(../img/github.png);
}

.pop-heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #c90b1a;
}

.pop-head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.highlit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
}
