.title{
background: url('../img/title.png');
width: 835px;
height: 218px;
margin: 0 auto;
position: relative;
 
}


.wrapper{
	margin:0 auto;
	background: url('../img/fon.png');
    width: 1230px;
    height: 885px;
	position: relative;
	top: -10px;
    }

.left{
float:left;
width: 330px;
margin-left: 10px;
}

.autor{
margin:0 auto;
	background: url('../img/marchenko.png');
    width: 231px;
    height: 316px;
	position: relative;
}

.foto{
margin:0 auto;
	background: url('../img/foto.png');
    width: 327px;
    height: 134px;
	position: relative;
}

.video{
margin:0 auto;
	background: url('../img/video.png');
    width: 327px;
    height: 134px;
	position: relative;
}

.midle{
float:left;
width: 600px;
}

.text{
margin:0 auto;
	background: url('../img/text.png');
    width: 530px;
    height: 343px;
	position: relative;

}

.write1{

	background: url('../img/write1.png');
    width:200px;
    height: 200px;
	float:left;
	position: relative;
	    margin: 10px 20px 0 40px;
}

.write2{

	background: url('../img/write2.png');
    width:200px;
    height: 199px;
	float:left;
	position: relative;
	    margin: 10px 20px 0 20px;
}


.right{
    float: right;
    width: 250px;
    margin-right: 20px;
}

.children{
	margin:0 auto;
	background: url('../img/children.png');
    width: 233px;
    height: 197px;
	position: relative;
}

.teens{
	margin:0 auto;
	background: url('../img/teens.png');
    width: 233px;
    height: 197px;
	position: relative;
	top: -45px;
}

.old{
	margin:0 auto;
	background: url('../img/old.png');
    width: 233px;
    height: 197px;
	position: relative;
	top: -45px;
}


.picto{
 position: absolute;
 transition: all .2s ease-in-out;

}
.picto:hover{
	transform: rotate(-10grad);

}

.read{ 
    color: #870f20;
    line-height: 16px;
    text-indent: 25px;
    font-size: 14px;
    font-family: sans-serif;
    padding: 70px 37px 0 41px;
}
.paper{

background: rgba(255, 255, 255, 0.42);
    border: 1px solid #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.38);
    border-radius: 10px;
    margin: 20px;
    padding: 20px;
	overflow: hidden;
}
.book{
float:left;
    margin-right: 20px;
	margin-bottom: 20px;
	box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.43);
    border-radius: 3px;
}

.video-y{
	width: 700px;
	height: 393px;
    margin: 0 auto;
    border: 7px solid #fff;
    box-shadow: 0px 0px 10px #000;
	margin-top: 50px;
	}
	
.row{
	width: 400px;
    margin: 5px;
	float: left;
}
	
.foto-m{
	width: 90%;
    margin: 0 auto;
    text-align: center;
	border: 3px solid #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.82);
}

.bottom{
    color: #0f4852;
   
	padding: 0 0 0 10px;
    font-size: 18px;
	margin-top: -16px;
}
.map{
    border-left: 1px dashed #56ada5;
    width: 25%;
    float: left;
    text-align: center;
    padding: 5px 10px;
}
.bo{
width: 50%;
float: left;
}

.batton{
    color: #582501;
    text-decoration: none;
    font-size: 20px;
    background: #ef9c05;
    padding: 10px 18px;
    border-bottom: 3px solid #e84c02;
    top: 20px;
    position: relative;}
	
	.batton:hover{
        color: #ffffff;
    text-decoration: none;
    background: #e84c02;
    border-bottom: 3px solid #ce5500;
    text-shadow: 0px 0px 3px #000;
    }
	.lamp{
	background: url('../img/lamp.png');
	    width: 30px;
    height: 45px;
    position: relative;
    top: -74px;
    left: 221px;
    opacity: 0.5;
	}
	.lamp:hover{
	background: url('../img/y-lamp.png');
	background: url('../img/y-lamp.png');
	opacity: 1;
	}
	footer{
	    width: 1230px;
    margin: 0 auto;
    text-align: center;
    background: #04a099;
    margin-top: -10px;
    border-top: 2px solid #065f4e;
    padding: 5px 0;}