.textPageMenu {
	margin-bottom: 25px;
	background: white;
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
	   -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
		    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
	}
	.textPageMenu__list {
		padding: 9px 18px 15px;
		}
	.multimenu  > a {
	display: block;
	float: left;
	}
	.multimenu .toggle-menu {
		width: 15px;
		height: 15px;
		background: #04458f;
		float: right;
		color: #fff;
		cursor: pointer;
		border-radius: 1px;
		position: relative;
		top: 7px;
		}
		.multimenu .toggle-menu:after {
		content: "+";
		display: block;
		position: relative;
		top: 0px;
		left: 3.4px;
		font-size: 14px;
		}
		.multimenu.active .toggle-menu:after {
		content: "-";
		display: block;
		position: relative;
		top: 0px;
		left: 5px;
		font-size: 14px;
		}
		.textPageMenu__list li {
			border-top: 1px solid #dcdcdc;
			}
			.multimenu .submenu-left {
			height: 0px;
			position: relative;
			overflow: hidden;
			transition: all linear 0.3s;
			margin: 0px;
			width: 100%;
			}
			.multimenu.active .submenu-left {
			height: auto;
			padding: 10px 0 10px 0;
			border-top: 1px solid #a8cef9;
			border-bottom: 2px solid #a8cef9;
			background: #daeafc;
			}
			.multimenu .submenu-left li{
			border-top: 0px;
			}
			.multimenu .submenu-left li a{
			font-size: 14px;
			padding: 6px 0 7px 20px;
			font-weight: none;
			}
			.multimenu .submenu-left li a:hover{
			background: #04458f;
			color: #fff;
			}
			.multimenu .submenu-left li a.active{
			background: #1963b8;
			color: #fff;
			}
		.textPageMenu__list li:first-child {
			border-top: none;
			}
			.textPageMenu__list li a {
				display: block;
				padding: 8px 5px;
				color: #252525;
				font-size: 15px;
				font-family: 'DINPro_Regular';
				text-decoration: none;
				}			
			.textPageMenu__list li.m-cur a {
				cursor: pointer;
				font-family: 'DINPro_Bold';
				color: #04458f;
				}
			.textPageMenu__list li a:hover {
				color: #04458f;
				}

	.textPageMenu__list.m-evedent {
		background: #04458f;
		transition: all linear 0.3s;
		}
		.textPageMenu__list.m-evedent:hover {
		background: #023269;
		}
		.textPageMenu__list.m-evedent li {
			border-color: #ca517a;
			}
			.textPageMenu__list.m-evedent li a {
				color: white;
				line-height: 24px;
				}

			.textPageMenu__list.m-evedent li a i {
				color: white;
				font-size: 24px;
				display: block;
				float: left;
				position: relative;
				 margin: 0 15px 0 0;
				}
