.footer-catalog ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-catalog ul li {
	display: inline;
}

.footer-catalog ul li:after {
	content: ', ';
	padding-right: 10px;
}

.footer-catalog ul li:last-child:after {
	content: '';
}

.header .text {
	color: #FFF;
}

.blog-entry {
	width: 100%;
}

.blog-entry .block-20 {
	background-size: contain;
	background-position: center center;	
}

@media (max-width: 990px) {
	table.rezina, table.rezina tbody {
		display: block;
		text-align: center;
	}
	
	table.rezina tr {
		display: inline-grid;
	}
	
	table.rezina th, table.rezina td {
		display: inline-block;
	}
	
}