.pk_popup_container {
	display: none;
	width: 100% !important;
	height: 100%;
	background-size: cover !important;
}
.pkpopup .fancybox-skin .fancybox-close {
	background: transparent
}
#newsletter_block_popup {
	max-width:300px;
	margin: 0 40px;
}
.pkpopup .inputNew {
	width: 224px;
	height: 25px;
	background-color: rgba(255,255,255,0.7);
	border:1px solid rgba(0,0,0,0.2);
	padding: 10px 10px 10px 20px;
	color:#686763;
	font:normal 15px Georgia;
	line-height: 25px;
}
.popup_text {
	margin-bottom: 20px;
}
.popup_text h3 {
	color:#313131;
	font-size: 25px;
	line-height: 33px;
	letter-spacing: 0.05em;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.popup_text div {
	color:#555;
	font-size: 16px;
	line-height: 25px;
}
.send-response {
	color:#900;
	padding-top: 10px;
	font-size: 13px;
}
.fancybox-close-overlay {
	width: 11px;
	height: 11px;
	position: absolute;
	cursor: pointer;
	top:25px;
	right:30px;
	z-index:9;
}
#newsletter-input-popup {
	background:#fff;
	border:1px solid #dbdada;
	padding: 10px 20px;
	line-height: 22px;
	font-size: 16px;
	color:#535353;
	width:100%;
}
.send-reqest {
	position: absolute;
	top:calc(50% - 10px);
	right:20px;
	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;
	justify-content: flex-end;
	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 {
	position: fixed;
	z-index: 9;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.8);
}
.fancyBoxActive:after {
	position: fixed;
	z-index: 999;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	content:""
}
