.popup {
	display: none;
	background-color: #fff;
	max-width: 943px;
	padding: 15px 37px;
	width: 100%;
	max-height: 677px;
	height: 100%;
}
@media (max-width: 767px) {
	.popup {
		height: 90%;
		width: 90%;
	}
}
.popup .close {
	position: absolute;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	top: 0;
	right: -36px;
	width: 32px;
	height: 32px;
	background: url(../images/popup_close.png) no-repeat center;
	background-color: #fff;
}
.popup h2 {
	font-size: 24px;
	margin-bottom: 30px;
}
.popup p {
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 17px;
	color: #333333;
}
.popup .text_wrap {
	overflow:  auto;
	height: 100%;
}
.popup .text_wrap.personal {
	overflow-x:hidden;
}
.popup.style_two {
	max-width: 390px;
	height: auto;
	display: none;
	background-color: #fff;
	position: relative;
	overflow: visible;
	text-align: center;
}
@media (max-width: 439px) {
	.popup.style_two {
		width: 100%;
		max-width: 90%;
	}
}
.popup.style_two h2 {
	text-align: center;
	font-size: 24px;
	margin-top: 25px;
}
.popup.style_two h3 {
	font-size: 25px;
	margin-top: 0;
	margin-bottom: 20px;
}
.popup.style_two .close {
	position: absolute;
	background: url(../images/icon_close_popup.png) no-repeat;
	width: 40px;
	height: 40px;
	top: -20px;
	right: -20px;
}
.popup.style_two .form-group:last-child {
	margin-bottom: 0;
}
.popup.style_two .form-group input.form-control {
	height: 35px;
	display: inline-block;
	font-size: 12px;
}
.popup.style_two .form-group .btn.gray {
	width: 100px;
	min-width: 120px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
}
.popup.style_two .form-group p {
	float: none;
	position: relative;
	text-align: center;
	font-size: 12px;
	display: inline;
	margin: 0;
}
.popup.style_two .form-group p a {
	font-size: 12px;
	text-decoration: underline;
}
.popup.style_two .red {
	color: #ff0000;
	font-size: 12px;
}
.popup.style_two .form-group input.error {
	border:solid 1px red;
}
.popup.style_two.privacy-policy_popup {
	max-width: 80%;
	margin-top: 65px;
	text-align: left;
}

.privacy-policy_popup-container {
	max-height: 530px;
	overflow: auto;
}

.popup.style_two.privacy-policy_popup .layout {
	padding: 30px;
}

.popup.style_two.privacy-policy_popup .layout h1 {
	text-align: center;
}

.popup.style_two {
	max-width: 560px;
	margin-top: 60px;
	max-height: inherit;
}

.popup.style_two.reg_popup h2 {
	margin-bottom: 10px;
}

.popup.style_two.reg_popup p img {
	max-width: 100px;
	max-height: 38px;
}