*{box-sizing: border-box;}

body,h1{
	margin:0px;
	padding:0px;
}
body{
	background:#282321;
}
.header{
	margin:0px auto;width:1100px;
}

.shapka{
	background:url(../img/header3.jpg);
	width:100%;
	height:52vw;
	background-size: cover;
	background-position: center;
}

#minipoisk{
position:fixed;
width:100%;
height:100%;
background:#282321;
z-index:99999;
}

.content{
	margin:0px auto;
	text-align: center;
	padding-top:30px;
	background:url(../img/back.jpg) ;
	background-size: contain;
}

.textmi{
	color:#ccc;
	font-size:20px;
	margin-top:20px;
	margin-bottom:30px;
	width:70%;
	position:relative;
	z-index:9999;
}

.photoblock{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-row-gap: 20px;
	grid-column-gap: 20px;
}

.photoblock div{
	width: 100%;
	overflow: hidden;
	height:200px;
	background:#444;
}

.photoblock div img{
	width:100%;
	opacity: 0.4;
	transform:scale(1.7);
}

.photoblock div:hover img{
	opacity:0.4;
	background:#000;	
}

.photoblock div:hover{
	background:unset;	
}

#clipme{position: absolute;}

#upme{position:fixed;bottom:10px;width:50px;right:50px;}
#upme img{width:100%;}


a{color:#b9b906;text-decoration:none;cursor: pointer;}
a:hover{color:red;}

.ramka{
	background:url(../img/backshadow2-big.png) no-repeat;
	background-size: contain;
	width:40%;
	height:500px;
	float:left;
	position: relative;
}

.coverimg{
	background:url(../img/backshadow-big.png) no-repeat;
	background-size: contain;
	width:100%;
	height:300px;
	position:relative;
	z-index:10;
}

.blanktext{
	background:url(../img/text-del2.png) no-repeat;
	background-size: contain;
	width:55%;
	height:300px;
	float:left;
	position: relative;
	margin-top:20px;
}

.mancard{
	display:inline-block;
	width:800px;
	height:400px;
}

.men{
	position:absolute;
	z-index:0;
	left:15%;
	top:10%;
	width:70%;
}

.textabout{
	width:85%;
	padding:30px 0px 0px 40px;
	position:absolute;
	font-family: impact;
	color:#161616;
	font-size: 17px;
	text-align: left;
	font-weight: 50;
	opacity:0.9;
}
.textabout span{
	color:#681414;
}

.buttn{
	background:#511010;
	color:#fff;
	padding:5px 30px;
	position:absolute;
	bottom:7%;
	right:50px;
	cursor:pointer;
}

.buttn:hover{
	background:#2d0909;
}

.namehero{
	position:absolute;
	bottom:-20px;
	font-size:15px;
	font-family:impact;
	color:#bcbba3;
	text-shadow: 2px 2px 1px #000;
	width:70%;
	letter-spacing: 1px;
	margin-left:26px;

}

.buttn span{
	opacity:0.7;
}

.firstpage{
	background:url(../img/first-page.png) no-repeat;
	width:90%;height:300px;
	margin-bottom:-14px;
}

.secondpage{
	background:url(../img/second-page.jpg) repeat-y;
	width:90%;
	margin-left:2px;
}

.thirdpage{
	background:url(../img/third-page.png) no-repeat;
	width: 90%;
    height: 130px;
    margin-top: -20px;
    margin-left: 1px;
}

.sheet{max-width:1100px;margin:0px auto;}

.fvideo{
display: inline-block;
width: 100%;
margin-bottom: 20px;
margin-top:-30px;
}

#linkyou{
	color:#511010;
	font-size:14px;
	cursor: pointer;
	font-family: arial;
	margin-right:10px;
	padding:5px 10px;
}

.author{
	text-align: right;
	font-weight: bold;
	font-family: Arial;
	font-style: italic;
	font-size:16px;
	margin-bottom:-10px;
}

#linkyou:hover{
color:#ccc;
background:#511010;
}

.winner{
	width: 35%;
    float: left;}

.textwinner{
	width: 90%;
    padding-top: 40px;
    text-align: justify;
}

.textwinner p a{
color:#333;
}

.textwinner p{
	font-size:18px;
	font-weight: bold;
}

.behero{
	margin-top: -30px;
    margin-left: -70px;}

.fulltext{
	width:88%;
	margin-left:30px;
	text-align: justify;
	line-height: 25px;
	font-size:20px;
}


