body {
	overflow: hidden;
}

#cp-popup {
	position: fixed;
	z-index: 999999;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.7);
}

#cp-popup .cp-inner {
	background: url(../img/bg-cp-popup.jpg) center right;
	background-size: cover;
	max-width: 800px;
	max-height: 600px;
	width: 90%;
	height: 95%;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-variation-settings:
		"wdth"100;
}

#cp-popup .cp-text {
	padding-left: 70px;
	padding-top: 60px;
}

#cp-popup .cp-inner img.cp-logo {
	display: inline-block;
	margin: 40px 0 20px 0;
}

#cp-popup .cp-inner .l1 {
	font-weight: 600;
	font-size: 16px;
}

#cp-popup .cp-inner .l2 {
	font-weight: 400;
	font-size: 24px;
	line-height: 146%;
}

#cp-popup .cp-inner .l2 a {
	text-decoration: underline;
	color: #fff;
}

#cp-popup .cp-inner a.cp-button {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	display: block;
	width: 290px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	background: #0275B3;
	color: #fff;
	margin-top: 25px;
	margin-bottom: 70px;
	border-radius: 10px;
	text-decoration: none;
}

@media (max-width: 567px) {
	#cp-popup .cp-text {
		padding-left: 30px;
		padding-top: 30px;
		padding-right: 30px;
	}

	#cp-popup .cp-logo {
		max-width: 260px;
		margin: 0 !important;
	}

	#cp-popup .cp-inner {
		max-height: 400px;
	}

	#cp-popup .cp-inner .l1 {
		font-size: 14px;
	}

	#cp-popup .cp-inner .l2 {
		font-size: 20px;
		line-height: 28px;
	}

	#cp-popup .cp-inner .l2 br {
		display: none;
	}

	#cp-popup .cp-inner img:not(.cp-logo) {
		max-width: 100%;
	}

	#cp-popup .cp-inner a.cp-button {
		margin-bottom: 30px;
	}

	#cp-popup .cp-inner a.cp-button {
		width: 260px;
	}
}