.blockGallery h2{
	font-family:opensans;
	font-size:30px;
	color: black;
	text-align:center;
	}

.blockGallery p{
	font-family:opensans;
	font-size:18px;
	color: black;
	text-align:center;
	}	
.blockGallery {
	display:block;
	position:relative;
	top:100px;
	padding:20px;
	width:940px;
	height:260px;
	margin:auto;
	border: 1px;
	border-color: #000000; /* Цвет границы */
    border-style: solid;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	z-index:-20;
	-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
background:#ffffff;
opacity: 0.7;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 80);
/*-ms-filter must come before filter*/
filter: alpha(opacity = 80);
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*All filters must be placed together*/

}


.blockOrange3 p{
	font-family:opensans;
	font-size:14px;
	color:black;
	line-height: 140%;
}

.blockOrange3 {
	display:block;
	position:relative;
	width:980px;
	height:100px;
	margin:15px auto 0 auto;
	font-family:opensans;
	font-size:14px;
	border: 1px;
	border-color: #D78828; /* Цвет границы */
    border-style: solid;
	border-radius:6px 6px 0 0;
	box-shadow: 0 2px 2px 2px rgba(0,0,0,0.4);
background: #D78022;
background: -moz-linear-gradient(top, #D78022 50%, #FFA600 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#D78022), color-stop(100%,#FFA600));
background: -webkit-linear-gradient(top, #D78022 50%,#FFA600 100%);
background: -o-linear-gradient(top, #D78022 50%,#FFA600 100%);
background: -ms-linear-gradient(top, #D78022 50%,#FFA600 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D78022', endColorstr='#FFA600',GradientType=0 );
background: linear-gradient(top, #D78022 50%,#FFA600 100%);
}

.blockOrange3 h2{
	font-family:opensans;
	font-size:30px;
	color:#ffffff;
}



.adressFooterG {
	display:block;
	position:absolute;
	left:700px;
	width:300px;
	height:100px;
}

.FooterG {
	display:block;
	top:20px;
	left:200px;
	position:absolute;
	width:500px;
	height:50px;		
}
