.subscribe-form{
    width: 1050px;
}

.subscribe-form form{
    width: 758px;
    margin: 0 auto
}

.popup-subscribe-frame {
	width: 100%;
	height: 100%;
	min-width: 100vw;
	min-height: 100vh;
	background: transparent;
	border: none;
	display: none;
	z-index: 999999;
	position: fixed;
	left: 0;
	top: 0;
}

.popup-subscribe-frame.active {
	display: block;
}
