.pk-popup-container {
	display: none;
	width: 100% !important;
	height: 100%;
	background-size: cover !important
}
.pkpopup .fancybox-skin .fancybox-close {
	background: transparent
}
#pkpopup-subscription {
	max-width:390px;
	margin: 0 7.8%
}
.popup_text {
	margin-bottom: 30px
}
.popup_text h3 {
	color:#313131;
	font-size: 25px;
	line-height: 33px;
	letter-spacing: 0.15em;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 25px
}
.popup_text div {
	color:#555;
	font-size: 16px;
	line-height: 25px
}
.pkpopup-form .hidden {display:none}
.pkpopup-form .svgic {width:16px;height:16px}
.send-response {
	margin-top: 1rem;
	position: relative;
	padding: .75rem 1.25rem;
	border: 1px solid transparent;
	border-radius: .25rem;
	display: flex;
	align-items: center;
	font-size: 14px
}
.send-response svg {
	margin-right: 6px
}
.fancybox-close-overlay {
	width: 11px;
	height: 11px;
	position: absolute;
	cursor: pointer;
	top:25px;
	right:30px;
	z-index:9
}
#newsletter-input-popup, .newsletter-input-popup {
	background:none;
	border:1px solid #7c7c7c;
	padding: 10px 20px;
	line-height: 22px;
	font-size: 16px;
	color:#535353;
	border-radius:22px;
	width:100%;
	height: 44px;
}
.pkpopup .newsletter-input-popup {
	background-color: rgba(255,255,255,0.9);
	border:1px solid rgba(0,0,0,0.2);
	box-shadow: none;
	color:#686763;
	font:normal 15px Georgia;
}
.send-reqest {
	position: absolute;
	top:50%;
	right:20px;
	transform: translateY(-50%);
	border:none;
	background:none;
	padding: 0
}
.relative-input {
	max-width: 300px;
	width: 100%
}
.send-reqest:hover {
	background: none
}
.send-reqest svg{
	color:#595959;
	width:20px;
	height: 20px;
	margin: 0
}
.pk_popup_flex {
	display: flex;
	align-items:center;
	width: 100%;
	height: 100%
}
.fancybox-wrap .fancybox-close {
	position: absolute;
	top: 20px;
	right: 17px;
	width: 36px;
	height: 36px;
	background:none
}
.fancybox-close-overlay svg {
	margin: 0;
	width: 11px;
	height: 11px;
	color:#3c3c3c
}
.fancybox-overlay-custom, .fancybox-overlay {
	position: fixed;
	z-index: 9;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}
html.fancybox-lock body {
	overflow: visible !important
}