@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
} 
html, body, #wrap {
	height: 100%;
	font-family: "sans_sherifmedium";
	font-size:95%;
	line-height:1.5em;
}

p {
	text-align:justify;
	margin: 20px 0;
}
body > #wrap {
	height: auto;
	min-height: 100%;
}
#wrap {
	background:url(../img/oil.jpg) right no-repeat;
	background-size:contain !important;
}
#main {
	padding-bottom: 83px;
	margin:0 auto;
	width: 1100px;
    max-width: 90%;
}
#footer { 
    position: relative;
    margin-top: -83px;
    height: 83px;
    clear:both;
	background-color:#fbed57;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#585858;
	line-height:1.3em;
}
#footer a {
	color:#585858;
}
#footer a:hover {
	text-decoration:none;
}
#footer .lp {
	position:absolute;
	left:0;
	bottom:0;
}
#footer .rp {
	position:absolute;
	right:0;
	bottom:0;
}
.lp img, 
.rp img {
	width:100%;
	height:100%;
}
.fwrap {
	width: 1100px;
	max-width: 90%;
	margin:0 auto;
	z-index:1;
}
.lf {
	float:left;	
	padding-top: 30px;
}
.rf {
	float:right;
	text-align:right;
	padding-top:22px;
}
.logo {
	text-align:center;
	padding: 35px 0 40px 0;
}
.menu {
	border-bottom:2px solid #000000;
	border-top:2px solid #000000;
	text-align:center;
}
.menu #menul {
	margin:0 auto;
	padding: 15px 0 0 25px;
	text-align:center;
	list-style:none;
	display: table;
	background: url(../img/menup.png) no-repeat left;
}
#menul li {
	float:left;
	padding: 0 45px 0 20px;
    background: url(../img/menup.png) no-repeat right;
}
#menul li a {
	font-family: "sans_sherifbold";
	font-size:80%;
	text-decoration:none;
	text-transform:uppercase;
	color:#000000;
}
#menul li a:hover {
	color:#666;
}
img.factory {
	display:block;
	width:350px;
	margin:0 auto; 
}
h1 {
    font-size: 450%;
    margin: 50px 0 30px 0;
    padding: 0;
    text-align: center;
    font-family: "sans_sherifmedium";
    font-weight: normal;
    min-height: 40px;
}
h3 {
	font-size:200%;
	margin: 30px 0 15px 0;
	padding:0;
	text-align:center;
	font-family: "sans_sherifmedium";
	font-weight:normal;
}	
ul.vozm {
	font-size:115%;
	margin:0;
	padding:0;
}
ul.vozm li {
	margin:15px 0 15px 20px;
	text-align:justify;
}
.content {
	margin-bottom:40px;
}
.gal1 {
	overflow:hidden;
}
.gal1 div {
	float:left;
	margin-left:4px;
	border:1px solid #d6d6d6;
}
.gal1 div:first-child {
	margin-left:0;
}
.gal1 img {
	width:100%;
	height:100%;
	
}
.gal1 div a {
	display:block;
}
.gal1 div a:hover {
	border:1px solid #000000;
}
i.icon-lock {
    background: transparent url('../img/form3-lock-icon.png') no-repeat 0 50%;
    display: inline-block;
    height: 18px;
    line-height: normal;
    margin-top: 0;
    margin-bottom: -4px;
    text-align: center;
    text-decoration: none;
    vertical-align: baseline;
    width: 19px;
}
.icons {
	position:fixed;
	top:300px;
}
ul.icw {
	margin:0;
	padding:0;
}
ul.icw li:first-child {
	margin-top:0;
}
ul.icw li {
	margin-top:30px;
	padding: 10px;
	background:#fbed57;
}
ul.icw li a {
	height:37px;
	display:block;
}
ul.icw li:hover {
	background:#DEDEDE;
}
#zakaz-zvonka h1 {
	font-size: 350%;
    margin: 0px 0 30px 0;
}
span.formlay1 {
	float: left;
	padding-top: 20px;
}
input.inform,
textarea.inform {
	float: right;
    padding: 10px;
    margin: 10px 0 0 0;
    width: 300px;
	font-family: "sans_sherifmedium";
}
.inpbut {
	font-family: "sans_sherifmedium";
	float: right;
    width: 200px;
    height: 50px;
    color: yellow;
    background-color: rgb(58, 58, 58);
    border: none;
    cursor: pointer;
    font-size: 16px;
}
.inpbut:hover {
	background-color:#000000;
	color:white;
}









	
	
/* CLEAR FIX*/
.clearfix:after {content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */