#ci-main-page-search {height: 83px;}
#middle-big-line{position: relative;}

#middle-tabs{background-color: #eaeaea;}

#middle-tab{
	background: url("/local/components/custom/big-menu.line/templates/egais/images/big-menu-background.jpg") top center no-repeat #37143d;
	position: relative;
	width: 100%;
	height: 421px;
	overflow: hidden;
	z-index: 0;
}

#middle-tab-content{
	padding: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.middle-tab-content-block{
	box-sizing: border-box;
	flex: 0 0 600px;
	width: 600px;
	height: 330px;
	padding: 60px 25px 30px;
	position: relative;
	background-color: rgba(255, 255, 255, 0.7);
	margin-top: 46px;
	z-index: 1;
	text-align: left;
}

.middle-tab-content-block .ci-headers{
	font-size: 18px;
	line-height: 1em;
	margin: 0;
	color: #444;
}

.middle-tab-content-block-icon{
	position: absolute;
	top:30px;
	right:28px;
	height: 85px;
	width: 85px;
}

.middle-tab-content-block-active{
	background-color: white;
	box-shadow: 0 4px 15px 5px rgba(77, 81, 83, 0.75);
	z-index: 10;
}

.middle-tab-content-block-active .ci-headers{color: #962f74;}

#middle-tab-egais .middle-tab-content-block-icon{
	background: url("/local/components/custom/big-menu.line/templates/egais/images/big-menu-icons.png") -85px top no-repeat;
}

#middle-tab-egais.middle-tab-content-block-active .middle-tab-content-block-icon{
	background: url("/local/components/custom/big-menu.line/templates/egais/images/big-menu-icons.png") top left no-repeat;
}

#middle-tab-dap.middle-tab-content-block-active .middle-tab-content-block-icon{
	background: url("/local/components/custom/big-menu.line/templates/egais/images/big-menu-icons.png") -170px top no-repeat;
}
#middle-tab-dap .middle-tab-content-block-icon{
	background: url("/local/components/custom/big-menu.line/templates/egais/images/big-menu-icons.png") -255px top no-repeat;
}

.middle-tab-content-block-text{
	margin-top: 24px;
	line-height: 24px;
}

.middle-tab-content-block-text p:first-child{
	margin-bottom: 0.5rem;
}

.middle-tab-content-block-footer{
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: 90%;
	text-align: right;
}

.middle-tab-content-block-link{
	float: left;
	line-height: 40px;
}

.middle-tab-content-block-footer .ci-filled-button,
.middle-tab-content-block-footer .ci-dark-filled-button{
	box-sizing: border-box;
	height: 39px;
	width: 150px;
	line-height: 26px;
	font-size: 16px;
}