@charset "utf-8";

/* ========================================
*
*	НЕ ДЛЯ ПРОДАЖИ! NOT FOR SALE!
*
*	info:	http://SergeyChunkevich.com
*
=========================================== */

html, body  { margin:0; padding:0; -webkit-text-size-adjust:none; }

body {
	background:url('../images/bg55.png');
	background-color:#fff;
	font-family:Helvetica, Arial, sans-serif;
}
#main {
	width:100%;
	border-top:6px solid #213438;
}

/* ================================= 0.| Свет ===== */
#light {
	width:640px;
	height:520px;
	margin-left:-320px;
	left:50%;
	position:absolute;
	top:-50px;
	z-index:-2;
}

/* ================================= 1.| Заголовок ===== */
#header {
	width:100%;
	padding:40px 0 10px 0;
}
.middle {
	width:920px;
	margin:0 auto;
}
center {
	float:left;
}
.img {
	width:300px;
	height:auto;
	margin:0 10px 0 40px;
	float:left;
}
.zagolovok{
	width:480px;
	color:#555;
	font-size:50px;
	font-weight:bold;
	margin:30px 0 15px 30px;
	text-shadow:2px 2px 2px #fff;
	float:right;
}
.podzagolovok{
	width:480px;
	color:#555;
	font-size:22px;
	margin:30px 0 15px 30px;
	text-shadow:1px 1px #fff;
	float:right;
}

.clearfix:after{
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
}

/* ================================= 2.| Скачать материал ===== */
#download_area {
	background:#f9f9f9 url('../images/bg3.png');
	width:900px;
	margin:20px auto 40px auto;
	border:2px solid #fff;
	-webkit-border-radius:8px;
	 -khtml-border-radius:8px;
	   -moz-border-radius:8px;
			border-radius:8px;
	-webkit-box-shadow:0em 0em 1em rgba(0, 0, 0, 0.4);
	   -moz-box-shadow:0em 0em 1em rgba(0, 0, 0, 0.4);
	        box-shadow:0em 0em 1em rgba(0, 0, 0, 0.4);
}
.d_box {
	margin:20px;
}
.d_title {
	background:#556270;
	color:#fff;
	font-size:20px;
	text-align:center;
	margin-bottom:20px;
	padding:5px 0 5px 0;
	text-shadow:1px 1px 1px #000;
	-webkit-border-top-left-radius:10px;
	 -khtml-border-top-left-radius:10px;
	   -moz-border-top-left-radius:10px;
			border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	 -khtml-border-top-right-radius:10px;
	   -moz-border-top-right-radius:10px;
			border-top-right-radius:10px;
}
.d_box_module {
	margin-top:20px;
	overflow:auto;
}
.d_img{
	width:300px;
	height:200px;
	float:left;
	padding:3px;
	border:1px solid #ccc;
}
.d_info {
	width:550px;
	float:left;
}
.d_headline {
	color:#777;
	font-size:40px;
	font-weight:bold;
	margin:10px 0 10px 30px;
}
.d_description {
	color:#777;
	font-size:20px;
	margin:10px 0 20px 30px;
}
.d_button {
	background:#E73525;
	color:#fff;
	font-size:25px;
	margin:20px 0 10px 30px;
	padding:5px 15px;
	text-decoration:none;
	border:0;
	-webkit-border-radius:5px;
	 -khtml-border-radius:5px;
	   -moz-border-radius:5px;
			border-radius:5px;
}

/* ================================= 3.| БОНУС ===== */
.d_bonus_box {
	padding:20px;
	overflow:auto;
}
.d_bonus_title {
	background:#E73525;
	color:#fff;
	font-size:20px;
	text-align:center;
	margin-bottom:20px;
	padding:5px 0 5px 0;
	text-shadow:1px 1px 1px #222;
	-webkit-border-top-left-radius:10px;
	 -khtml-border-top-left-radius:10px;
	   -moz-border-top-left-radius:10px;
			border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	 -khtml-border-top-right-radius:10px;
	   -moz-border-top-right-radius:10px;
			border-top-right-radius:10px;
}
.d_bonus_headline {
	color:#777;
	font-size:40px;
	font-weight:bold;
	margin:10px 0 10px 30px;
}

/* ================================= 4.| Подвал сайта ===== */
#footer {
	width:100%;
	font-size:13px;
	color:#777;
    text-align:center;
	margin:0 auto 20px auto;
	padding:15px 0 0 0;
	text-shadow:1px 1px #fff;
}
	#footer a { color:#777; text-decoration:none; margin:0 5px;}
	#footer a:hover { text-decoration:underline; }
	#footer p { color:#777; }
	#footer p a { color:#999; font-size:10px; }
	#footer p a:hover { color:#999; text-decoration:underline; }
	


/* 1024
*********************************************************************/

@media screen and (max-width:1024px) {

.middle {
	width:90%;
	margin:0 auto;
}
.img {
	float:none;
}
.zagolovok{
	width:50%;
	font-size:40px;
	float:right;
}
.podzagolovok {
	width:50%;
	font-size:22px;
	float:right;
}
#download_area {
	width:90%;
	margin:0 auto 40px auto;
}
.d_box_module {
	margin:30px 0;
}
.d_info {
	width:52%;
	text-align:left;
	float:left;
}
.d_headline {
	font-size:35px;
}
.d_description {
	font-size:19px;
}

}

/* 900
*********************************************************************/

@media screen and (max-width:900px) {

.zagolovok{
	width:45%;
	font-size:40px;
	float:right;
}
.podzagolovok{
	width:45%;
	font-size:22px;
	float:right;
}

}

/* 768
*********************************************************************/

@media screen and (max-width:768px) {

#light {
	width:90%;
	height:300px;
	margin-left:0;
	left:0%;
	position:absolute;
	top:0px;
	z-index:-2;
}

#header {
	padding:0;
}
.middle {
	width:100%;
	text-align:center;
}
center {
	float:none;
}
.img {
	width:40%;
	float:none;
}
.zagolovok {
	width:90%;
	font-size:40px;
	margin:20px auto;
	float:none;
}
.podzagolovok {
	width:90%;
	font-size:22px;
	margin:20px auto 30px auto;
	float:none;
}
.d_img{
	margin:0 auto;
	text-align:center;
	float:none;
}
.d_info {
	width:90%;
	margin:0 auto;
	float:none;
	text-align:center;
}
.d_headline {
	font-size:35px;
	margin:10px 0;
}
.d_description {
	margin:10px 0 20px 0;
}
.d_button_area {
	width:90%;
	margin:20px auto;
}
.d_button {
	font-size:23px;
	text-align:center;
	margin:0;
}
.d_bonus_title {
	font-size:20px;
}
.d_bonus_headline {
	margin:10px 0;
}

}

/* 568
*********************************************************************/

@media screen and (max-width:568px) {

#header {
	padding:0;
}
.middle {
	width:95%;
}
.img {
	width:40%;
	float:none;
	margin:0;
}
.zagolovok{
	width:95%;
	font-size:1.6em;
	margin:20px auto;
}
.podzagolovok{
	width:95%;
	font-size:1.1em;
	margin:10px auto 30px auto;
}
#download_area {
	width:95%;
	margin:0 auto 40px auto;
}
.d_box {
	padding:5px;
	margin:0.5em;
}
.d_title {
	font-size:1.1em;
}
.d_img {
	width:70%;
	height:auto;
	margin:0 auto;
	text-align:center;
	float:none;
}
.d_info {
	width:95%;
	margin:0 auto;
	float:none;
	text-align:center;
}
.d_headline {
	font-size:1.8em;
	margin:0.3em 0;
}
.d_description {
	font-size:1em;
	margin:0.5 0 1em 0;
}
.d_button_area {
	width:90%;
	margin:20px auto 40px auto;
}
.d_button {
	font-size:1.5em;
	text-align:center;
	margin:0 0 1em 0;
}
.d_bonus_title {
	font-size:1.1em;
}
.d_bonus_headline {
	margin:10px 0;
}

}

/* 480
*********************************************************************/

@media screen and (max-width:480px) {

.img {
	width:40%;
}
.podzagolovok{
	font-size:1em;
}

}

/* 320
*********************************************************************/

@media screen and (max-width:320px) {

.img {
	width:60%;
}
.podzagolovok{
	font-size:0.9em;
}

}



/* ===============================	
     Автор:SergeyChunkevich.com
   =============================== */

