﻿/* если ширина окна <= 1000px ... */
@media screen and (max-width: 1000px) {
 

	#block1 .wrapper {
		background-image: url(images/bg3.jpg); 
		width: 91%;
		padding: 3% 4% 1% 5%;
		}
		
	img{
		margin: 10px 20px 10px 50px;
		width:35%		
	}
	
	img.up{
	margin: 0;
	position:fixed;
	bottom:40px;	
	right: 20px;
	border:0;
	width:7%;	
	opacity: 0.5; /*прозрачность*/
	}
	
	#footer .wrapper  {
	width:700px;
	z-index:9999;
	background-color:#495e79;
	color:#fff;
	text-align:  center;
	padding:20px;
} 
}