@charset "windows-1251";
/* CSS Document */
/*POPUP*/
#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #fff;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .1;
	z-index: 7;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #ffffff;
	color:#333333;
	padding: 21px 29px;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 8;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 5px #252424;
	-moz-box-shadow: 0px 0px 5px #252424;
	box-shadow: 0px 0px 5px #252424;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.popup_block h3 { padding:20px 0 10px 0; margin:0;}
img.btn_close {
	float: right;
	margin: -4px 0px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}
.text-zag { font-size:24px; color:#ba1218; font-weight:bold;}
.text-zag-reg { font-size:24px; color:#ba1218; font-weight:bold; padding:0 0 15px 0;}
.imgop { height:156px; display:table-cell; float:left;}
.textop {height:106px; display:table-cell; padding:50px 0 0 20px;}
