/* Диалоги */
.dialogred3_zanoves{
	width:100%;
	height:100%;
	position:fixed;
	z-index:9000;
	top:0;
	bottom:0;
	background-color:#000;
	opacity:0.5;
	display:block;
}
.dialogred3_bg{
	width:100%;
	height:100%;
	position:fixed;
	overflow:auto;
	overflow-y:scroll;
	z-index:10000;
	top:0;
	bottom:0;
}

.dialogred3{
	position:relative;
	top:-100%;
	display:flex;
	justify-content:center;
	padding:0 10px;
	padding-bottom:50px;
}
.dialogred3 .label{
	width:100%;
	position:relative;
	z-index:100000;
	min-height:100%;
	padding:0;
}
.dialogred3 .absbg{
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	z-index:110000;
	width:100%;
	height:100%;
	background:#dfdfdf;
	opacity:1;
}
.dialogred3 .bg{
	position:relative;
	z-index:120000;
	background:#fff;
	border:1px #d7d7d7 solid;
	background: url(/plugin/zakazonline3/img/bg.jpg) 50% 0 no-repeat;
	background-size: cover;
}
.dialogred3 .bg2{
	border:0px #000 solid;
	margin:0px;
}
.dialogred3 .close{
	position:absolute;
	top:10px;
	right: 10px;
	width:17px;
	height:17px;
	background:url(img/close.png) no-repeat;
	cursor:pointer;
	opacity:1;
	opacity:0.75;
}
.dialogred3 .close:hover{
	opacity:1;
}
.dialogred3 .data{
	padding:0;
}
.dialogred3 .foot{
	position:relative;
	height:100px;
}