@font-face {
    font-family: 'ubunturegular';
    src: url('../fonts/Ubuntu-Regular.eot');
    src: local('Ubuntu Regular'), local('Ubuntu-Regular'),
        url('../fonts/Ubuntu-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Ubuntu-Regular.woff') format('woff'),
        url('../fonts/Ubuntu-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubuntulight';
    src: url('../fonts/Ubuntu-Light.eot');
    src: local('Ubuntu Light'), local('Ubuntu-Light'),
        url('../fonts/Ubuntu-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Ubuntu-Light.woff') format('woff'),
        url('../fonts/Ubuntu-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'ubuntulightitalic';
    src: url('../fonts/Ubuntu-LightItalic.eot');
    src: local('Ubuntu Light Italic'), local('Ubuntu-LightItalic'),
        url('../fonts/Ubuntu-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Ubuntu-LightItalic.woff') format('woff'),
        url('../fonts/Ubuntu-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'ubuntumedium';
    src: url('../fonts/Ubuntu-Medium.eot');
    src: local('Ubuntu Medium'), local('Ubuntu-Medium'),
        url('../fonts/Ubuntu-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Ubuntu-Medium.woff') format('woff'),
        url('../fonts/Ubuntu-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'ubuntuitalic';
    src: url('../fonts/Ubuntu-Italic.eot');
    src: local('Ubuntu Italic'), local('Ubuntu-Italic'),
        url('../fonts/Ubuntu-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Ubuntu-Italic.woff') format('woff'),
        url('../fonts/Ubuntu-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'ubuntubold';
    src: url('../fonts/Ubuntu-Bold.eot');
    src: local('Ubuntu Bold'), local('Ubuntu-Bold'),
        url('../fonts/Ubuntu-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Ubuntu-Bold.woff') format('woff'),
        url('../fonts/Ubuntu-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'ubuntubolditalic';
    src: url('../fonts/Ubuntu-BoldItalic.eot');
    src: local('Ubuntu Bold Italic'), local('Ubuntu-BoldItalic'),
        url('../fonts/Ubuntu-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Ubuntu-BoldItalic.woff') format('woff'),
        url('../fonts/Ubuntu-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'ubuntumediumitalic';
    src: url('../fonts/Ubuntu-MediumItalic.eot');
    src: local('Ubuntu Medium Italic'), local('Ubuntu-MediumItalic'),
        url('../fonts/Ubuntu-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Ubuntu-MediumItalic.woff') format('woff'),
        url('../fonts/Ubuntu-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}



html {
	margin:0;
	padding:0;
	height:100%;
}
body {
    line-height: 1.7;
	background:#fff;
	margin:0;
	padding:0;
	font-family: 'ubunturegular', arial;
	height:100%;
}
ol, ul {
    list-style: inside none disc;
}

a {
    color: inherit;
    text-decoration: none;
}
img{
	border:0;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {}
h1{
	color:#424242;
	text-align:center;
	font-size:50px;
	font-family: 'ubuntubold', arial;
	margin:65px 0 10px;
	line-height: 1.2;
	text-transform:uppercase;
}
h2{}
h3{}
h4{}
h5{}
h6{}
p {
    line-height: 1.5;
	padding:0;
	margin:0;
}
#wraper{
	width:1200px;
	min-width:1200px;
	margin:0 auto;
	padding:0;
	height: auto !important;
    min-height: 100%;
    overflow: hidden;
	box-shadow: 0px 6px 6px 6px rgba(0, 0, 0, 0.7);
}
#head{
	height:424px;
	background:url("../img/head.jpg") no-repeat center top;
	position: relative;
}
.name_company{
	float:left;
	width:100%;
	text-align:center;
	color:#fff;
	padding-top: 35px;
}
.name_company p{
	font-size:30px;
	color:#fff;
	line-height:1.2;
}
.logo{
	float:left;
	width:423px;
	padding: 70px 0 0 30px;
}
.logo a{}
.logo a img{}
.contacts{
	float:right;
	width:300px;
	text-align:center;
	color:#fff;
	padding: 35px 30px 0 0;
}
p.adress{
	font-size:20px;
	color:#fff;
}
p.phone{
	font-size:30px;	
}
p.phone a{
	color:#fff;
	text-decoration:none;
}
p.phone a:hover{
	text-decoration:underline;
}
p.email{
	font-size:20px;
	color:#fff;
}
p.email a{
	text-decoration:none;
}
p.email a:hover{
	text-decoration:underline;
}
.menu_top{
	float: left;
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 55px;
}
.nav_menu {}
.nav_menu li {
    float: left;
    color: #fff;
    list-style: none;
}
.nav_menu li a{
    color: #fff;
	padding:15px 20px;
	border-right:1px solid #fff;
	font-size:20px;
	text-transform:uppercase;
	text-decoration:none;
}
.nav_menu li a:hover, .nav_menu li.current.active a{
	text-decoration:underline;
}

.nav_menu li ul{
	display: none;
    position: absolute;
    top: 43px;
	z-index:999;
}
.nav_menu li:hover ul {
	display: block;
}
.nav_menu li ul li{
	float:none;
	background:#000;
}
.nav_menu li ul li a {
    background: #000 none repeat scroll 0 0;
    border-bottom: 1px solid #fff;
    border-top: none;
    color: #fff;
    float: left;
    padding: 10px;
    width: 700px;
}
#bl_1{
	float:left;
	width:100%;
}
#bl_2{
	padding:30px;
	min-height:450px;
	float:left;
	width:100%;
}
.menu.dopy {
	width:100%;
	float:left;
	margin-bottom:30px;
}
.menu.dopy li {
    float: left;
    padding: 10px;
    list-style: none;
}
.menu.dopy li a{
	background:#000;
	padding: 10px;
	color:#fff;
	font-size:14px;
	text-decoration:none;
	text-transform:none;
}
.menu.dopy li a:hover{
	text-decoration:underline;
}
#bl_3{
	float:left;
	width:100%;
}
#bl_4{
	height:274px;
	background:url("../img/foot.jpg") no-repeat center top;
	float:left;
	width:100%;
}
.menu_foot{
	float: left;
	width: 100%;
	*position: absolute;
	*bottom: 0;
	padding-top: 10px;
	*height: 55px;
}
.nav_menu_foot {}
.nav_menu_foot li {
    float: left;
    color: #fff;
    list-style: none;
}
.nav_menu_foot li a{
    color: #fff;
	float:left;
	padding:15px 20px;
	border-right:1px solid #fff;
	font-size:20px;
	text-transform:uppercase;
	text-decoration:none;
}
.nav_menu_foot li a:hover, .nav_menu_foot li.current.active a{
	text-decoration:underline;
}

.name_company_foot{
	float:left;
	width: 800px;
	margin: 15px 0 3px 2%;
}
.name_company_foot p{
	font-size:16px;
	color:#fff;
}
.logo_foot{
	float:left;
	width:423px;
	padding: 0px 0 0 30px;
}
.logo_foot a{}
.logo_foot a img{}
.contacts_foot{
	float:right;
	width:300px;
	text-align:center;
	color:#fff;
}
p.adress_foot{
	font-size:20px;
	color:#fff;
}
p.phone_foot{
	font-size:30px;	
}
p.phone_foot a{
	color:#fff;
	text-decoration:none;
}
p.phone_foot a:hover{
	text-decoration:underline;
}
p.email_foot{
	font-size:20px;
	color:#fff;
}
p.email_foot a{
	text-decoration:none;
}
p.email_foot a:hover{
	text-decoration:underline;
}

.moduletable_menu2{
	width:100%;
	float:left;
}
.moduletable_menu2 h3{
	font-size:25px;
}
.prod_menu{
	width:100%;
	float:left;
}
.produkt_menu{
	width:33%;
	float:left;
	list-style:none;
	padding:10px;
}
.produkt_menu a img {
    width: 100%;
}
.produkt_menu a:hover{
	text-decoration:underline;
}
.im_fo_img {
    width: 100%;
	clear: both;
	height: 60px;
	text-align: center;
	line-height: 1;
}







.moduletable_menu3{
	width:100%;
	float:left;
}
.moduletable_menu3 h3{
	font-size:25px;
}
.tovary_menu{
	width:100%;
	float:left;
}
.tovar_menu{
	width:33%;
	float:left;
	list-style:none;
	padding:10px;
}
.tovar_menu a img {
    width: 100%;
}
.tovar_menu a:hover{
	text-decoration:underline;
}
.im_tov_img {
    width: 100%;
	clear: both;
	height: 60px;
	text-align: center;
	line-height: 1;
}


































