.popup-ksn {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 999999;
	padding: 80px 40px !important;
	bottom: auto !important;
	max-width: 700px !important;
}

.popup-ksn h3 {
	font-size: 40px;
	font-weight: 300;
	line-height: 46.4px;
	margin-bottom: 30px;
}

.popup-ksn h3 {
	text-align: center;
}

.popup-ksn .form,
.popup-ksn .message {
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
}

.popup-ksn input[type="email"],
.popup-ksn input[type="text"] {
	width: 100%;
	height: 44px;
	padding: 0 20px;
	outline: none !important;
}

.popup-ksn .message {
	display: none;
}
.popup-ksn button {
	text-transform: none !important;
}
