@charset "utf-8";
.overlay{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: rgba(0,0,0,0.5);
}

.popup {
	font-family: "Arimo",sans-serif;
	margin: 0 auto;
	max-width: 100%;

    position: fixed;
    z-index: 10;
	left:0;
	right:0;
	top:15%;
	margin-left:auto;
	margin-right:auto;
	width: 800px;
	height: 500px;
}
#btn_get_offer{
    background-image: url("../images/exit_popup/btn_get_offer.png");
    background-repeat: no-repeat;
	width: 161px;
	height: 46px;
	display: inline-block;
	position: absolute;
	left: 140px;
	bottom: 65px;
}
.form_container {
	position: absolute;
	left: 88px;
	bottom: 65px;
}
.loader{
	position: absolute;
	bottom: 0;
}
.cross{
	bottom: 10px;
	position: absolute;
	right: 10px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.email {
    border: 1px solid #b6b6b6;
    border-radius: 5px 0 0 5px;
    color: #818181;
    font-size: 12px;
    height: 39px;
    padding: 0 16px;
    width: 206px;
}
.submit {
  background-color: #10aedf;
  border-radius: 0 5px 5px 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  height: 39px;
  padding: 10px 12px;
  text-decoration: none;
  margin-left: -4px;
}
.message {
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  margin-top: 37px;
  text-transform: uppercase;
}