.promotion {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.promotion > .title {
    margin: 0 auto;
    text-align: center;
    font-size: 22px;
}

.products {
	margin: 0 auto 30px;
}

.products .unit {
	position: relative;
	width: 30%;
	margin: 0 13px;
	border: 1px solid #ccc;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
}

.products .unit:hover img {
	opacity: 0.1;
}

.products .unit:hover .parameters {
	opacity: 1.0;
}

.products .unit h3 {
	margin: 10px 0;
}

.products .unit .main {
	margin: 0 auto 20px;
}

.products .unit img {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	text-align: center;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.products .unit .parameters {
    position: absolute;
    top: 120px;
    width: 100%;
    opacity: 0.0;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.products .unit .parameters p {
	font-weight: bold;
	margin: 10px;
}

.products .unit .links {
	width: 100%;
	margin: 0 auto 10px;
}

.products .unit .links a {
	width: 240px;
	margin: 0 auto;
	padding: 10px 20px;
	display: block;
	text-align: center;
	text-decoration: none;
	font-family: Open Sans;
	font-weight: 300;
	font-style: normal;
	font-size: 20px;
	color: #fff;
	background: #2084d6;
	border: none;
	border-radius: 5px;
}

.products .unit .links a:hover {
	opacity: 0.8;
	text-decoration: underline;
}

.ea_form,
.black-overlay {
	display: none;
}

.ea_form {
	position: fixed;
	top: 150px;
	left: 50%;
	margin-left: -200px;
	width: 400px;
	height: 285px;
	background: #fff;
	border-radius: 5px;
	text-align: center;
}

.ea_form .title h4 {
	text-align: center;
	margin: 20px auto;
	font-size: 32px;
}

.ea_form .ea_table_form {
	width: 300px;
	margin: 0 auto;
	display: block;
}

.ea_form .ea_input {
	width: 290px;
	height: 40px;
	margin: 0 auto 20px;
	padding: 0 15px;
	font-size: 16px;
	border-radius: 3px;
	border: 1px solid #aaa;
}

.ea_form .ea_submit {
	width: 200px;
	display: block;
	margin: 0 auto;
	padding: 10px 20px;
	font-size: 20px;
	color: #fff;
	background: #2084d6;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

.ea_form .ea_submit:hover {
	opacity: 0.8;
	text-decoration: underline;
}

.black-overlay {
	background: #888;
	opacity: 0.7;
	width: 2560px;
	height: 1440px;
	position: fixed;
	top: 0;
	left: 0;
}

.close {
	display: none;
	position: absolute;
	top: -20px;
	right: -20px;
	z-index: 5;
	background: #fff;
	border-radius: 20px;
}

.close img {
	height: 40px;
	width: 40px;
}