#divFooter {
	text-align:	center;
	padding:	40px;
	background-color: rgb(190,190,190);
	color:		rgb(100,100,100);
	font-size:	80%;
	text-align:	left !important;
}
#divFooter > div > div { /* Строки ячеек. */
	margin-bottom:	5px;
}
#divFooter > div > div:hover {
	color:			white;
}
.divFooterCaption { /* Верхняя запись.  Заголовок. */
	text-transform: uppercase;
	color:			rgb(50,50,50);
	margin-bottom:	10px !important;
}
/* Десктопная версия */
@media (orientation: landscape)
{
	#divFooter {
		display:	flex;
	}
	#divFooter > div { /* Колонки. */
		width:	50%;
		margin:	20px;
	}
}
/* Мобильная версия */
@media (orientation: portrait)
{
	#divFooter > div:not(:last-child) { /* Ячейки. */
		width:			100%;
		margin-bottom:	50px;
	}	
}
