BODY {
	margin:0; padding: 0;
	
}
.boxEvoCLose {
	border: 1px solid #444;
	border-radius: 4px;
	display: inline-block;
	padding: 3px 21px;
	color: #FFF;
	background-color: #444;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.4s ease-in;
}
.boxEvoCLose:HOVER {
	background-color: #df771c;
	transition: all 0.4s ease-in;
}
.centBoxCenter {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0; left: 0;
	z-index: 77;
	background: rgba( 0, 0, 0, .7 );
}
.centBox {	
	background: rgba( 0, 0, 0, .4 );
	background: #FFF;
	min-height: 140px;
	min-width: 420px;
	display: inline-block;
	margin: 0 auto;
	border-radius: 14px;
	margin-top: 14%;
	overflow: hidden;
	z-index: 7777777;
position: relative;
}
.centBox H3 {
	background-color: #df771c;
	color: #FFF; margin: 0;
	padding: 14px 40px;
	text-align: center;
	text-transform: uppercase;
}
/* общий контейнер для блоков */
.centBoxDiv0 {
	margin: 14px 70px; padding: 0px; color: #747474;
}
/* второй блок */
.centBoxTwo {
	overflow: hidden;
	font-size: 14px;
}
.twoLeft {
	float: left;
}
.twoCenter {
	overflow: hidden; text-align: left; padding-left: 21px;
	line-height: 1.4; padding-top: 21px;
}

/* третий блок */
.centBoxDiv3 {
	margin-top: 0;
}
.centBoxDiv3> .twoCenter {
	padding-top: 0;
}
.centBoxDiv3>.twoLeft {
	width: 123px;
	height: 121px;
	position: relative;
}
.centBoxDiv3>.twoLeft IMG {
	position: absolute;
	right: 0;
}
/* подтвердить согласие */
.centBoxDiv4 {
	margin: 14px 0; padding:  0;
	border: 0px dashed #777;
}
.centBoxDiv4 SPAN {
	display: inline-block;
	padding: 0 7px;
}
.centBoxDiv4 .buttonAction {
	border-radius: 4px;
	padding: 0 21px;
	margin-left: 20px;
	color: #FFF;
	cursor: pointer;
	background: #C0C0C0;
	background: #df771c;
}








