@font-face {
	font-family: "PH600Regular-Caps";
	src: url('//viposidn.com/content/ST_Chocolate_Slim_PL_N_blue1/img/kH95PknG.otf');
}

@font-face {
	font-family: 'PFDinTextCompPro';
	src: url('//viposidn.com/content/ST_Chocolate_Slim_PL_N_blue1/img/pfdintextcomppro-medium.ttf');
}

.popup {
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 5000;
}

.popup-shadow {
	background: rgba(0, 0, 0, 0) url('//viposidn.com/content/ST_Chocolate_Slim_PL_N_blue1/img/popup-transparent.png') repeat scroll 0 0;
	height: 100%;
	overflow: hidden;
	position: absolute;
	width: 100%;
}

.bcg {
	background: url('//viposidn.com/content/ST_Chocolate_Slim_PL_N_blue1/img/popup-bg.png') no-repeat 0 0 transparent;
	width: 602px;
	height: 401px;
	box-shadow: 0 0 25px -3px;
	border-radius: 1px;
	/*z-index: 10000;*/

}

.box-modal h1 {
	padding: 30px 0 0;
	margin: 0;
	font-size: 38px;
	font-family: "PFDinTextCompPro";
	font-weight: 500;
	text-align: center;
	color: #282828;
}

.box-modal .popup-close a {
	color: #af1323;
	font-family: "PFDinTextCompPro";
	font-weight: normal;
	position: absolute;
	right: 15px;
	text-decoration: none;
	top: -25px;
}

.box-modal .form {
	float: right;
	margin-right: 42px;
	margin-top: 27px;
	text-align: center;
	width: 260px;
}

.box-modal .form input[type="text"] {
	border: 1px solid #72b3c5;
	border-radius: 5px;
	height: 34px;
	width: 234px;
	margin-top: 5px;
	font-family: "Open Sans";
	font-size: 16px;
	color: #787878;
	padding-left: 10px;
	text-indent: 10px;
}

.box-modal .form select {
	background: url('//viposidn.com/content/ST_Chocolate_Slim_PL_N_blue1/img/select.png') no-repeat top right #ffffff;
	border: 1px solid #72b3c5;
	border-radius: 5px;
	color: #787878;
	font-family: "Open Sans";
	font-size: 16px;
	height: 34px;
	margin-top: 5px;
	text-indent: 10px;
	width: 245px;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

.box-modal .form select::-ms-expand {
	display: none;
}

.box-modal .form input[type="submit"] {
	border: none;
	background: url('//viposidn.com/content/ST_Chocolate_Slim_PL_N_blue1/img/popup-btn.png') no-repeat 0 0 transparent;
	width: 250px;
	height: 60px;
	margin-top: 18px;
	color: #ffffff;
	font-family: "PFDinTextCompPro";
	font-weight: 500;
	font-size: 31px;
	text-transform: uppercase;
	letter-spacing: 3px;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}

.box-modal .form input[type="submit"]:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	cursor: pointer;
}

.box-modal .form .title {
	font-family: "PH600Regular-Caps";
	font-size: 31px;
	color: #af1323;
	font-weight: bold;
	margin-bottom: 34px;
	line-height: 33px;
}
