.gdpr {
	display: flex;
	position: fixed !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
	padding: 20px !important;
	background-color: #ffffff !important;
	box-shadow: 0 2px 50px rgba(0, 0, 0, 0.3) !important;
	font-size: 14px !important;
	font-family: "Roboto", sans-serif !important;
	line-height: 1.5 !important;
	border-top: 3px solid #1e5ba7 !important;
	max-height: 350px !important;
	z-index: 9999 !important;
}

.gdpr .gdpr_text {
	flex-basis: 0 !important;
	flex-grow: 1 !important;
	max-width: 100% !important;
	margin-right: 20px !important;
	text-align: justify !important;
}

.gdpr .gdpr_text h4 {
	margin: 0 0 0.5em 0 !important;
	font-weight: bold !important;
	font-size: 20px !important;
}

.gdpr .gdpr_text p {
	margin-top: 10px !important;
	color: #555 !important;
}

.gdpr .gdpr_buttons {
	flex: 0 0 auto !important;
	width: auto !important;
	max-width: none !important;
	display: flex;
	align-items: center !important;
}

.gdpr .gdpr_buttons .gdpr_button, .gdpr_button {
	border: 1px solid #1e5ba7 !important;
	border-radius: 3px !important;
	background-color: #1e5ba7 !important;
	box-sizing: border-box !important;
	width: 200px !important;
	color: #fff !important;
	font-size: 14px !important;
	text-align: center !important;
	background-image: none !important;
	height: 40px !important;
	appearance: none !important;
	cursor: pointer !important;
}

@media screen and (max-width: 768px) {
	.gdpr {
		flex-direction: column !important;
		overflow: scroll !important;
	}

	.gdpr .gdpr_buttons {
		display: flex;
		flex-direction: row !important;
		justify-content: center !important;
	}
}

.cookie_policy_text h3 {
	margin-top: 15px !important;
}

.cookie_policy_text h4 {
	margin-top: 15px !important;
	font-size: 14px !important;
}


/* custom modal */
.modal-custom {
	display: flex;
	justify-content: center !important;
	align-items: center !important;
	max-width: 100% !important;
	position: fixed !important;
	top: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
	z-index: 10003 !important;
}

.modal-overlay {
	position: fixed !important;
	top: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
	height: 100% !important;
	background-color: rgba(255,255,255,.8) !important;
	z-index: 10000 !important;
}

.modal-box {
	padding: 40px 60px !important;
	border-radius: 4px !important;
	border: 1px solid #ededed !important;
	background-color: #fff !important;
	position: relative !important;
	margin: 5px !important;
	z-index: 10001 !important;
	width: 700px !important;
	max-height: 100% !important;
	overflow: auto !important;
	color: #555 !important;
	font-family: Roboto !important;
}

.modal-text {
	line-height: 110% !important;
	font-family: Roboto,sans-serif !important;
}

.modal-box h2 {
	font-weight: 500 !important;
	font-size: 20px !important;
	color: #000 !important;
	font-family: Roboto, sans-serif !important;
	margin: 0 !important;
	line-height: 1 !important;
}

.modal-box p {
	font-size: 14px !important;
	margin-top: 10px !important;
	margin-bottom: 0 !important;
	font-family: Roboto, sans-serif !important;
}

.modal-box h3 {
	margin-top: 15px !important;
	color: #000 !important;
	font-size: 16px !important;
	font-style: italic !important;
	font-family: Roboto, sans-serif !important;
	margin-bottom: 0 !important;
	line-height: 1 !important;
}

.modal-box h4 {
	margin-top: 15px !important;
	color: #000 !important;
	font-size: 14px !important;
	font-family: Roboto, sans-serif !important;
}

.modal-close {
	text-align: center !important;
	margin-top: 15px !important;
}

.modal-close button{
	border-radius: 3px !important;
	background-color: #1e5ba7 !important;
	border: 0 !important;
	color: #fff !important;
	font-size: 14px !important;
	cursor: pointer !important;
	padding: 11px 73px !important;
}

.close-modal {
	position: absolute !important;
	top: 0 !important;
	right: 15px !important;
}

.close-modal span {
	font-size: 40px !important;
	color: #1e5ba7 !important;
	cursor: pointer !important;
}

@media (max-width: 768px) {
	.modal-box {
		padding: 20px 10px !important;
	}
}
