/*****************************************************************************/
/* patch main categories menu - make them always-visible + some cosmetics ****/
/*****************************************************************************/
.header-categories>div .category {
	display: table-cell;
	vertical-align: top;
	border: 1px #666 solid;
}

.header-categories>div .category>div ul {
	position: relative !important;
	display: block !important;
}

.header-categories>div .category>div ul li a::before,
.header-categories>div .category>div ul li a::after {
	display: none !important;
}

/* also patch footer */
.footer {
	border-top: 1px #666 solid !important;
}

/*****************************************************************************/
/* common ********************************************************************/
/*****************************************************************************/
.content-back {
	background: transparent !important;
	position: relative;
}
.content-back .content-back-image-container {
	position: absolute;
	top: 0px;
	left: 0px;
	background: transparent url('../template/images/towers.jpg') center center no-repeat;	
	background-size: cover !important;	
	opacity: 0.5;
	width: 100%;
	height: 100%;
	z-index: -2;
}

body {
}
	

.content-inner {
	text-align: center;
	margin-top: 3rem;
	padding: 0rem 0rem 0rem 0rem;
	/* background: transparent url('../template/images/towers.jpg') center center no-repeat; */
	/* background-size: cover; */
}

.content-inner .main-content-table {
	width: 90%;
	margin: 0em auto;
	table-layout: fixed;
}
.content-inner .main-content-table td {
	vertical-align: top;
}

.content-inner .main-content-table td:first-child,
.content-inner .main-content-table td:last-child {
	/* vertical-align: bottom; */
}

.content-inner .mini-table {
	text-align: left;
	width: 60%;
	margin: 0px auto;
}	
.content-inner .mini-table td {
}


.simple-block {
	display: block;
	margin-bottom: 1.6rem;
	padding: 1.2rem;
	background-color: rgba(255,255,255,0.4); /*  #dae6ff; */
	border: 1px gray solid;
	position: relative;
	z-index: 1;
}

	.simple-block .simple-label {
		width: 20em;
		margin: 0px auto;
		text-align: left;
	}
		.simple-block .simple-image {
			display: inline-block;
			width: 2.3em;
			text-align: center;
			margin-right: 0.4em;
		}
			.simple-block span img {
				height: 2.2rem;
				margin: 0px;
			}

.simple-block.b-top      { border-top    : 1px gray solid; }
.simple-block.b-right    { border-right  : 1px gray solid; }
.simple-block.b-bottom   { border-bottom : 1px gray solid; }
.simple-block.b-left     { border-left   : 1px gray solid; }


.cell-content-spacer {
	width: 30%;
}

.cell-content-faq {
	text-align: left;
	line-height: 1.4em;
	min-height: 15.8em;
}
	.cell-content-faq .faq-header {
		font-weight: bold;
		margin-top: 0.2em;
	}
	.cell-content-faq .faq-question::before {
		content: "Вопрос: ";
		font-weight: bold;
	}
	.cell-content-faq .faq-answer::before {
		content: "Ответ: ";
		font-weight: bold;
	}

	.cell-content-faq p {
		margin-bottom: 0.6em;
	}
