.hidden {
	display: none;
}

#Services ul.Serv_Title div {
	width: 100%;
}

.AlterSearch .TypeSearch label {
	width: 145px;
}

#Services ul.Serv_Title div span {
	margin: 0 1%;
}

.Cookie-wrapper {
	position: fixed;
	z-index: 22222222222;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #00309F;
	padding: 30px 0 25px;
	display: none;
}

.Cookie-wrapper .Cookie-desc {
	width: 100%;
	text-align: center;
}

.Cookie-wrapper .Cookie-desc p {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	text-align: left;
}

.Cookie-wrapper .Cookie-btn {
	width: 100%;
	font-size: 0;
	text-align: right;
	margin-top: 5px;
}

.Cookie-wrapper .Cookie-btn a:nth-last-child(1) {
	border-radius: 20px;
	background: #00B119;
}

.Cookie-wrapper .Cookie-btn a {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #fff;
	padding: 10px 30px 10px;
	margin: 0 10px;
	transition: all .4s ease;
	cursor: pointer;
}