#newsletter_popup{
	display: none;
	position: fixed;
	z-index: 9000;
	bottom: 24px;
	left: 24px;
	width: 415px;
	padding: 32px 24px;
	background: #2A363C;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.01em;
	color: #BFC3C5;
	opacity: 0;
	transform: translateY(100%);
	transition: all 600ms ease;
	transition-property: transform, opacity;
}
#newsletter_popup.shown{
	opacity: 1;
	transform: translateY(0%);
}
#newsletter_popup .close{
	display: block;
	font-size: 0;
	line-height: 1;
	position: absolute;
	z-index: 10;
	top: 20px;
	right: 20px;
	opacity: 1;
}
#newsletter_popup .close::before{
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="none" viewBox="0 0 12 12"><path stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M11 1 1 11M1 1l10 10"/></svg>');
}
#newsletter_popup span.wpcf7-not-valid-tip{
	display: none;
}
#newsletter_popup div.wpcf7-response-output{
	margin-bottom: 0;
}
#newsletter_popup .title{
	margin: 0 0 6px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3333;
	letter-spacing: 0.005em;
	color: #fff;
}
#newsletter_popup .special-after{
	pointer-events: none;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #2A363C;
	opacity: 0;
	transition: opacity .3s ease;
}
#newsletter_popup.done .special-after{
	pointer-events: all;
	opacity: 1;
}
#newsletter_popup.done .wpcf7-response-output{
	display: none !important;
}
#newsletter_popup .form-inner{
	position: relative;
}
#newsletter_popup .form-control{
	background: rgba(255,255,255,0.08);
	border: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.01em;
	color: #fff;
}
#newsletter_popup .form-control::-moz-placeholder{
	color: #BFC3C5;
	opacity: 1;
}
#newsletter_popup .form-control::placeholder{
	color: #BFC3C5;
	opacity: 1;
}
#newsletter_popup .wpcf7-submit{
	position: absolute;
	top: 9px;
	right: 8px;
	width: 31px;
	height: 30px;
	margin: 0;
	padding: 0;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="31" height="30" viewBox="0 0 31 30"><path fill="%23FF8C00" fill-rule="evenodd" d="M16 30c8.2843 0 15-6.7157 15-15 0-8.28427-6.7157-15-15-15C7.71573 0 1 6.71573 1 15c0 8.2843 6.71573 15 15 15zm-.4697-18.5303c-.2929-.2929-.7677-.2929-1.0606 0s-.2929.7677 0 1.0606L16.9393 15l-2.4696 2.4697c-.2929.2929-.2929.7677 0 1.0606s.7677.2929 1.0606 0l3-3c.2929-.2929.2929-.7677 0-1.0606z" clip-rule="evenodd"/></svg>');
	border: 0;
	font-size: 0;
}

@media (max-width: 767px){
	#newsletter_popup{
		bottom: 0;
		width: auto;
		left: 0;
		right: 0;
	}
}