body{
            border:none;
            margin:0;
            padding:30px;
            background: #444;
            font:normal 16px/20px Lekton, sans-serif;
background: url(../bg/bg3.jpg) no-repeat;
    -moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: 100%; /* Современные браузеры */
}
a, h1{
	font-family:Arial, Helvetica, sans-serif;
	color:white;
}
#wrapper{
	position:fixed;
	top:0;
	z-index:100;
	width:11.8%;
	height:100%;
	background: rgba(2, 2, 2, 0.7);
}
#wrapperabout{
        position:fixed;
	top:0;
        right:0;
	z-index:100;
	width:88.2%;
        color:white;
        line-height:1.5;
        font-size:18px;
        background: rgba(2, 2, 2, 0.7);
        height:100%;
        text-shadow: 0px 4px 3px rgba(0,0,0,0.4),0px 8px 13px rgba(0,0,0,0.1),0px 18px 23px rgba(0,0,0,0.1);
}
#metrika{
        position:fixed;
	bottom:50px;
        right:0;
	z-index:100;
        opacity:0.1;
}
#about{
	width:130px;	
	margin-top:15px;
	height:100px;
	outline:0px solid white;
	position:relative;
	overflow:hidden;
}
#about_in{
	top:-30px;
	left:10px;
	position:absolute;
	outline:0px solid black;
	transition:all 0.3s ease;
}
#about_in p{
	color:white;
	font-size:12px;
}
#about:hover #about_in{
	top:35px;
	transition:all 0.3s ease;
}
#about:hover .img1{
	opacity:0.4;
	-webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
#contact{
	position:absolute;
	top:0;
	right:0;
	z-index:99;
	width:88.2%;
	height:100%;
	box-shadow: 0 0 50px rgba(0,0,0,0.5);
}
#contactin{
	position:relative;
	width:100%;
	height:100%;
}
#con{
	position:absolute;
	left:0;
	top:0;
	outline:0px solid white;
	width:50%;
	height:100%;
}
#menu5{
	position:absolute;
	right:0;
	top:0;
	outline:0px solid white;
	width:50%;
	height:100%;
	overflow:hidden;
}
#t{
	margin-left:40px;
	padding-top:20px;
}
#t h1{
	font-size:26px;
	color:#343037;
}
#t p{
	color:#343037;
	font-size:19px;
}
#t input{
	border: 1px solid #black;
	width:60%;
    height: 30px;
	color:#343037;
}
#t textarea{
	border: 1px solid #black;
	width:60%;
	color:#343037;
	resize:none;
}
#t input[type=submit] {
    display: block;
    margin-top:10px;
    width: 60%;
    height: 50px;
    background-color: #dc107e;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-family: SegoeUI, Helvetica, Arial, sans-serif;
    border: none;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: relative;
    outline: none;
	cursor:pointer;
}