* {
	font-family: 'Rubik', sans-serif;
}
header {
	background: #949494;
	padding: 0px;
}
header div{
	background: white;
}
header h1 {
	color: #e8e8e8;
	text-align: center;
	margin: 0px;
}
header li{
	display:inline-block;
	/*text-align: center;*/
	/*border: 2px solid #545454;*/
	background: #949494;
	transition: 0.5s;
	padding: 15px;
	margin: 0px;
	font-size: 20pt;
}
header ul {
	padding-bottom: 0px;
	padding-inline-start: 0px;
}
header a {
	text-decoration: none;
	color: #e8e8e8;
}
header li:hover{
	transition: 0.5s;
	background: #2596de;
}
header img{
	height: 120px;
}
tt.center {
	text-align: center;
}
.main{
	width: 90%;
	margin: auto;
	text-align: justify;
}
.text {
	font-size: 18pt;
}
footer {
	background: #949494;
	color: #e8e8e8;
	font-size: 15pt;
	height: 100%;
	padding: 5px;
}
footer p{
	text-align: center;
}
.contacts ul{
	margin: 0px;
	list-style-type: square;
}
.contacts li{
	list-style-type: square;
}
.contacts p{
	display: block;
}
.header-active{
	background: #2596de;
	color: #e8e8e8;
}
.produkcija{
	width: 80%;
	margin: 0 auto;
	text-align: center;
	font-size: 20pt;
}
.produkcija img{
	margin: auto;
	height: 50%;
}
.name{
	text-align: center;
}
.preimushestva{
	margin: 0px;
	list-style-type: square;
	font-size: 18pt;
}
.partniory{
	margin: 0px auto;
	font-size: 18pt;
	width: 80%;
	text-align: center;
}
.partniory img{
	height: 100px;
	margin: auto;
	margin-right: 10px;
}
.partniory td{
	height: 200px;
}
.float-right{
	float: right;
}
.map{
	float: right;
}
header p{
	margin: 0px;
	font-size: 15px;
}