﻿/* если ширина окна <= 535px ... */
@media screen and (max-width: 621px) {
 

	#block1 .wrapper {
		background-image: url(images/bg3.jpg); 
		width: 91%;
		padding: 3% 4% 1% 5%;
		}
		
	img{
		margin: 10px 20px 10px 65px;
		width:25%		
	}
	
	img.up{
	margin: 0;
	position:fixed;
	bottom:40px;	
	right: 20px;
	border:0;
	width:7%;	
	opacity: 0.5; /*прозрачность*/
	}
	
	.box{
	font-size: 15px;
	font-weight:500;
	text-transform: uppercase;
	position:relative;
	background-color: #c24c4c;
	top:-250px;
	display:block;
	padding:10px;
	color:#7CFC00;
	width:330px;
	text-align:center;
	margin:0 auto;
}

p{
	color: #ADFF2F;
	padding: 3px 0 0 0;
	text-align:center; 
	font-weight: bold;
	font-family: Segoe Print;
	font-size:15px;
	/*добавл¤ем тень дл¤ заголовка*/
    text-shadow: 3px 3px 3px #FF4500;
}

 #footer .wrapper  {
	width:200px;
	z-index:9999;
	background-color:#495e79;
	color:#fff;
	text-align:  center;
	padding:20px;
}

}