* {
	padding: 0;
	margin: 0;
}
img, a {
	display: block;
}
img {
	max-width: none;
}
a img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.floating > a, .floating > img {
	float: left;
}
.container {
	position: relative;
	width: 100%;
}
.button-container {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 5%;
}
.button-wrapper {
	width: 100%;
}
.button {
	float: right;
	margin-right: 2%;
	background: #03aadf url('images/back-to-top@2x.png') no-repeat center center;
	background-size: 40% auto;
	width: 60px;
	height: 60px;
	z-index: 100;
	cursor: pointer;
	border-radius: 100%;
	box-shadow: 0 10px 10px rgba(0,0,0,0.3);
}

.popup-button {
	position: absolute;
	display: block;
  top: 0;
  margin-top: 4.7%;
  height: 0;
  padding-bottom: 2.5%;
	cursor: pointer;
}
.popup-button-1 {
  left: 59%;
  width: 10.5%;
}
.popup-button-2 {
  left: 70%;
  width: 11.5%;
}
.popup-button-3 {
  left: 83%;
  width: 12%;
 }

 .popup-content {
 	display: none;
 	width:95%;
 	max-width:1200px;
 	padding: 0;
 	margin: 0 auto;
 	position: relative;
 }
 .form-deco {
 	background-image: url('images/form-deco-1@2x.png');
 	width: 90%;
 	height: 90%;
 	left:5%;
 	top :5%;
 	display: block;
 	position: absolute;
 	background-size: contain;
 	background-repeat: no-repeat;
 	background-position: center center;
 	z-index: 100;
 	opacity: 0.1;
 	pointer-events:none;
 }

.form-buttons {
	text-align: right;
	margin-top: 50px;
	margin-right: 95px;
}
.form-button {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.form-login, .form-submit, .form-reset {
 	width: 151px;
 	height: 47px;
 	font-size: 1.3em;
 	cursor: pointer;
 	border: 0;
 	/* background-size: contain;
 	background-repeat: no-repeat;
 	background-position: center center; */
}
/*
 .form-login {
 	background-image:url('images/button-login@2x.jpg');
 }
 .form-submit {
 	background-image:url('images/button-submit@2x.jpg');
 }
 .form-reset {
 	background-image:url('images/button-reset@2x.jpg');
 }
*/
 .form-deco-2 {
 	display: block;
 	position: absolute;
 	left: 100%;
 	top: 50%;
 	transform: translateY(-50%);
 	width: 0;
	height: 0;
	border-style: solid;
	border-width: 21px 0 21px 27px;
	border-color: transparent transparent transparent #a3d3ff;
	z-index: 99;
}


	body {font-family: 'Open Sans', sans-serif;}
	.form-container {display:table;table-layout:fixed;width:95%;background:#024889;}
	.popup-content-1 {background:#a3d3ff;}
	.form-left{position:relative;vertical-align:middle;display:table-cell;width:31.5%;padding:200px 0;margin-top:60px;background:#a3d3ff;}
	.form-left h2 {font-weight:300;font-size:42px;color:#004186;text-transform:uppercase;text-align:right;padding:0 70px;}
	.form-right {padding:200px 70px;position:relative;vertical-align:middle;display:table-cell;width:68.5%;background:#02a8e1;}
	.form-right-inner {margin-top:120px;}
	.form-field label {display:inline-block;vertical-align:middle;width:170px;font-size:33px;font-weight:300;line-height:1;margin-bottom:10px;cursor:pointer;}
	.form-field input {display:inline-block;vertical-align:middle;width:300px;padding:10px 15px;font-size:24px;border:0;line-height:1;}
	.form-field {margin-bottom:15px;}
	.form-checkboxes {width:50%;margin-left:173px;}
	.form-checkbox {display:inline-block;width:45%;vertical-align:middle;font-size:22px;font-weight:300px;line-height:1;}
	.form-checkbox input {display:inline-block;vertical-align:middle;margin-right:20px;}
	.form-checkbox label {display:inline-block;vertical-align:middle;cursor:pointer;}


	.popup-content-2, .popup-content-2 .container{background:#a3d3ff;}
	.popup-content-2 .form-left {background:#a3d3ff;}
	.popup-content-2 .form-left h2 {color:#004186;}
	.popup-content-2 .form-right {background:#a6a6a6}

	.popup-content-3, .popup-content-3 .container{background:#e98020;}
	.popup-content-3 .form-left {background:#e98020;}
	.popup-content-3 .form-left h2 {color:#fff;}
	.popup-content-3 .form-right {background:#a6a6a6;}

 .popup-content-2 .form-deco-2 {
	border-color: transparent transparent transparent #a3d3ff;
 }
 .popup-content-3 .form-deco-2 {
	border-color: transparent transparent transparent #e98020;
 }
 .popup-content-2 .form-deco {
 	opacity: 0.15;
 	background-image: url('images/form-deco-2@2x.png');
 }
 .popup-content-3 .form-deco {
 	background-image: url('images/form-deco-3@2x.png');
 }
 .form-note {
 	font-size:15px;
 	font-weight:300;
 	margin: 20px 0 50px 170px;
 }
 .form-postfix {
 	display:inline-block;
 	vertical-align:middle;
 	font-size:22px;
 	font-weight:300;
 	margin: 0 10px;
 }


 .captcha-image {
 	width: 217px;
 	height: 68px;
 	background-image:url('images/form-captcha@2x.jpg');
 	background-size: contain;
 	background-repeat: no-repeat;
 	background-position: center center;
 	cursor: pointer;
 	margin-left: 296px;
 	margin-bottom: 20px;
 }
 .popup-content-2 .captcha .form-field label {
 	font-size: 1em;
 }
 .popup-content-2 .captcha .form-field input {
 	width:180px;
 }
 .popup-content-2 .form-buttons {
 	text-align: left;
 	padding-left: 299px;
 }

	.popup-content-2 .form-left {
		width:22%;
	}
	.popup-content-2 .form-note {
		margin: 0;
		font-size: 1em;
	}
	.popup-content-2 .form-deco {
		background-position: 25px 35px;
	}
	.popup-content-2 .form-left h2 {
		font-size:42px;
	}
	.popup-content-2 .form-right {
		width: 78%;
	}
 .popup-content-2 .form-left,
 .popup-content-2 .form-right {
 	padding-top: 0px;
 	padding-bottom: 60px;
 }
 .popup-content-2 .form-right-inner {
 	margin-top:40px;
 }
 .popup-content-2 h3 {
 	font-size:24px;
 	font-weight:400;
 	margin-top:40px;
 	margin-bottom: 15px;
 }
 .popup-content-2 .form-field label {
 	font-size:22px;
 	width:296px;
 	margin-bottom: 10px;
 }
 .popup-content-2 .form-field input {
 	width:400px;
 	font-size: 16px;
 }
 select {
 	width: 400px;
 	font-size:16px;
 	border:  0;
  padding: 10px 10px;
 }
 select#address {
 	width: 432px;
 }
 .popup-content-2 .form-checkboxes {
 	margin-left: 0;
 	width:100%;
 }
 .popup-content-2 .form-checkbox {
 	width: auto;
 	margin-right: 35px;
 	margin-bottom: 10px;
 }
 .popup-content-2 .form-checkbox input {
 	margin-right: 5px;
 }
 .popup-content-2 .form-checkbox label {
 	font-size: 18px;
 }
 .popup-content-2 .spec {
 	margin-bottom: 40px;
 }
 .popup-content-2 .spec label {
 	display:inline-block;
  margin-bottom: 15px;
 }
 .popup-content-2 .spec input {
 	padding: 10px 15px;
 	width: 150px;
 	display:inline-block;
 }


 @media(max-width:1200px){
 	.popup-content {
 		zoom: 0.9;
 	}
 }
 @media(max-width:1100px){
 	.popup-content {
 		zoom: 0.8;
 	}
 }


html.form-page, html.form-page body {
	height: 100%;
}
.popup-content-1,
.popup-content-2,
.popup-content-3 {
	height: 100%;
}
.form-container {
	width: 100%;
	min-height: 100%;
	display: flex;
	background: transparent;
}
.form-left, .form-right {
	display: flex;
	align-items: center;
}
.form-left {
	min-width: 300px;
}
.form-right {
	flex-grow: 1;
}
.form-logo {
	position: absolute;
	left: 20px;
	top: 20px;
	max-width: 150px;
	padding: 20px;
	
	z-index: 10;

}
.form-logo img {
	max-width: 100%;
}