/* общие */

body{
	background-color: white;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:active{
	color: #4f4b69;
	font-size: 18px;
	text-decoration: underline;
	font-family: 'Lobster', cursive;
	text-shadow: none;
}

a:hover, a:visited:hover{
	color: black;
	font-size: 18px;
	text-decoration: none;
	font-family: 'Lobster', cursive;
	text-shadow: none;
}

header{
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100px;
	z-index: 1000;
	background-image: url('headerback.png');
	background-repeat: repeat-x;
}

footer{
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 5px 50px 5px;
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 900;
}

.foottext{
	display: inline-block;
	margin: 0px 20px 0px 5px;
	font-size: 12px;
	color: white;
	font-weight: normal;
	font-family: Arial, Helvetica, Sans-serif;
	white-space: nowrap;
}

.foottext > a > img{
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.copy{
	float: right;
	margin: 3px 0px 0px 0px;
}

a:link.linktext, a:visited.linktext, a:active.linktext, a:hover.linktext, a:visited:hover.linktext{
	color: white;
	font-size: 12px;
	text-decoration: none;
	font-family: Arial, Helvetica, Sans-serif;
}

nav{
	position: absolute;
	top: 10px;
	right: 40px;
	margin-left: 205px;
	text-align: right;
	color: black;
	text-shadow: 2px 2px 4px #ffcb04;
}

nav > a, nav > span{
	margin: 10px;
	white-space: nowrap;
	font-family: 'Lobster', cursive;
	font-size: 18px;
}

.logo{
	width: 150px;
	height: 120px;
	margin: 10px 0px 0px 50px;
	border-radius: 0px 35px 0px 35px;
	box-shadow: 5px 5px 10px #777777;
}



/* основные страницы */

main{
	margin: 100px auto 35px;
	text-align: center;
	padding: 0px 50px;
	max-width: 1400px;
}

.pict_lnk{
	display: inline-block;
	max-width: 270px;
	max-height: 270px;
	padding: 0px;
	text-align: left;
	position: relative;
	border-radius: 0px 40px 0px 40px;
}

.pict_lnk img{
	width: 100%;
	height: 100%;
	border-radius: 0px 40px 0px 40px;
	mix-blend-mode: multiply;
}

.pict_lnk:hover{
	background-color: #666666;
}

.pict_lnk span{
	color: white;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 20px;
	visibility: hidden;
}

.pict_lnk:hover > span{
	visibility: visible;
}



/* вложенные старницы */

.body_ins{
	margin: 0px auto 35px;
	text-align: center;
	padding: 0px 50px;
	max-width: 1400px;
}

h2{
	font-size: 24px;
	color: #E50000;
	font-weight: normal;
	font-family: 'Lobster', cursive;
}

.img90{width: 90%;}
.img60{width: 60%;}
.img45{width: 45%;}
.img30{width: 30%;}
.img20{width: 20%;}






