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