@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&subset=cyrillic');

* {font-family: 'Roboto', sans-serif;}


.startprod {
	margin-bottom: 40px;
}
.startprod .item {
	min-height: 300px;
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 3px;
}
.startprod .item b {
	color: #fff;
	font-size: 24px;
}
.startprod .item ul {
	padding-left: 0px;
}
.startprod .item li {
	list-style: none;
	background: rgba(0,0,0,0.5);
	width: 80%;
	padding: 5px 10px;
}
.startprod .item a {
	color: #fff;
}

.content {
	margin-bottom: 60px;
}
#pageWrapper {
    margin-bottom: -40px;
}   


.catmenu h1 {
	font-size: 22px;
}
.catmenu a {
	color: #019cde;
}
.catmenu ul {
	padding-left: 15px;
}

@media (max-width: 764px) {
	.catmenu h1 {
		font-size: 16px;
	}
	.table th, .table td {
		font-size: 65%;
	}
}