body #flexicontent .fc_item_title,
body #flexicontent .fc_item_title a {
	color: inherit;
	background-color: inherit;
	padding: 0;
	border-radius: 0px;
}
.fcitems {
	background-color: inherit;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	border-radius: 0px;
	border: 0px solid inherit;
	color: inherit;
}
body #flexicontent .flexi.label,
body #flexicontent .desc-title.label {
	background-color: #999999;
	color: #ffffff;
	border-radius: 3px;
	padding: 0;
	font-weight: bold;
}
body #flexicontent ul.tabbernav > li a {
	background-color: #e4f1f8;
	color: #ffffff;
}
body #flexicontent ul.tabbernav > li.tabberactive a::before {
	border-top: 4px solid #3093c7;
}
body ul.tabbernav > li.tabberactive a,
body ul.tabbernav > li.tabberactive a:hover,
#flexicontent ul.tabbernav > li.tabberactive a,
#flexicontent ul.tabbernav > li.tabberactive a:hover {
	border-bottom: 1px solid white !important;
	border-left: 1px solid #D0D0D0 !important;
	border-top: 1px solid #D0D0D0 !important;
	border-right: 1px solid #D0D0D0 !important;
}
body #flexicontent ul.tabbernav > li:hover a {
	border: 1px solid #1c5675;
	background: #1c5675;
	color: #fff;
}
body .tabbertab,
#flexicontent .tabbertab {
	background-color: #ffffff;
	border-radius: 0px;
}
body ul.tabbernav,
#flexicontent ul.tabbernav {
	border-bottom: 1px solid inherit !important;
}
div#fc_subtitle_tabset,
div#fc_bottom_tabset {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}
body .flexi.infoblock {
	padding: 10;
}
.flexi.lineinfo {
	display: flex;
	margin: 0 0 1em;
	flex-direction: column;
}
.tabbertab .flexi.element,
.subtitle1 .flexi.element,
.subtitle2 .flexi.element,
.subtitle3 .flexi.element {
	clear: none;
	display: block;
	float: left;
	max-width: 96% !important;
	padding: 0% !important;
	margin: 0.5em 2% 0.5em 2% !important;
}
.flexi.topblock {
	overflow: hidden;
	width: 100%;
	margin-bottom: 10px;
	display: grid;
	grid-template-columns: 1fr 30%;
	column-gap: 2rem;
}
@media (max-width: 768px) {
	.flexi.topblock {
		grid-template-columns: 1fr;
	}
}
.topblock .flexi.image {
	display: flex;
	flex-direction: column;
}
.topblock .flexi.image a {
	outline: none;
}
.topblock .flexi.infoblock {
	border-radius: 0px;
	border: 1px solid inherit;
	color: inherit;
	background-color: inherit;
}
.flexi.topblock ul {
	padding: 0;
	margin: 0;
}
.flexi.bottomblock.infoblock {
	border-radius: 0px;
	border: 1px solid inherit;
	color: inherit;
	background-color: inherit;
	padding: 10;
}
.flexi.infoblock {
	border: 1px solid silver;
	margin: 0 0 10px;
	padding: 10px;
}
.infoblock ul.flexi {
	margin: 0 !important;
	padding: 0 !important;
}
.infoblock ul li.flexi {
	padding: 0;
	background: none;
	min-height: 10px;
	display: inline-block;
	vertical-align: top;
	margin: 0%;
	zoom: 1;
}
div.flexi.value {
	padding: 0 !important;
}
.onecols ul li.flexi {
	width: 100%;
}
.twocols ul li.flexi {
	min-width: 48%;
}
.twocols .flexi.label {
	min-width: 34%;
	margin: 2px 3% 6px 0;
	box-sizing: border-box;
}
.twocols .flexi.value {
	min-width: 59%;
	margin: 2px 4% 6px 0;
	box-sizing: border-box;
}
.group {
	overflow: auto !important;
}
