@import "fonts.css";

/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
b, strong {
	font-weight: normal;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 16px/20px 'pfdintextprolight', Arial, sans-serif;
	height: 100%;
	background: url('../img/bg.jpg') repeat-y center top;
	background-size: cover;
}
.hide,
.success .btn.hide {
	display: none;
}
.wrapper {
	min-width: 1024px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: hidden;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	width: 100%;
	clear: both;
	overflow: hidden;
	padding: 50px 0 80px;
	max-width: 1120px;
	margin: 0 auto;
}
	.header .logo {
		width: 160px;
		float: left;
		color: #fff;
		font: 42px/34px 'pf_dintextpro_xblack', Arial, sans-serif;
		border-bottom: 10px solid #e6f547;
		text-transform: uppercase;
		padding-bottom: 4px;
	}


/* Middle
-----------------------------------------------------------------------------*/
.content {
	position: relative;
	padding-bottom: 30px;
	max-width: 1120px;
	margin: 0 auto;
}
.formWrap {
	padding: 10px 0 0;
}
	.formWrap h2 {
		text-align: center;
		color: #fff;
		font: 5em/1em 'metaprobold', Arial, sans-serif;
		text-transform: uppercase;
		letter-spacing: -2px;
	}
	.formWrap .notice {
		text-align: center;
		color: #e9f8d9;
	}
		.formWrap .notice a {
			text-decoration: none;
			color: #e9f8d9;
			border-bottom: 1px dashed #e9f8d9;
			line-height: 14px;
			display: inline-block;
		}
		.formWrap .notice a:hover {
			border-bottom: none;
		}
	.formWrap form {
		display: block;
		margin: 30px auto 20px;
		background: url('../img/bg_form.jpg') no-repeat 0 0;
		background-size: cover;
		padding: 64px 60px 64px 70px;
		width: 680px;
		height: 230px;
		font: 1.5em/1.25em 'metapromedium', Arial, sans-serif;
		color: #003471;
	}
		.formWrap form .h3 {
			text-transform: uppercase;
			font: 40px/42px 'metaprobold', Arial, sans-serif;
			color: #003471;
		}
		.formWrap form .h3 .small {
			font: 26px/42px 'metapromedium', Arial, sans-serif;
			text-transform: none;
			letter-spacing: -1px;
		}
		.formWrap form p {
			position: relative;
			clear: both;
			margin: 36px 0 45px;
		}
		.formWrap form .formSuccess p {
			margin: 0 0 .5em;
		}
			.formWrap form input[type="text"] {
				outline: none;
				font-size: 22px;
				width: 80%;
				height: 60px;
				padding: 15px 100px 15px 30px;
				margin: 0;
				border: 3px solid #a0dd66;
				border-radius: 30px;
				-moz-border-radius: 30px;
				-webkit-border-radius: 30px;
				box-sizing: border-box;
				-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
			}
			.btn {
				outline: none;
				text-decoration: none;
				border: 0;
				text-transform: uppercase;
				text-align: center;
				color: #fff;
				font: 24px/70px 'metaprobold', Arial, sans-serif;
				display: block;
				width: 220px;
				height: 70px;
				position: absolute;
				right: 10px;
				top: -5px;
				cursor: pointer;
				background: #67d439;
				border-radius: 40px;
				-moz-border-radius: 40px;
				-webkit-border-radius: 40px;
				-webkit-appearance:none;
				-moz-appearance:none;
				-o-appearance:none;
				appearance:none;
			}
			.btn:hover {
				color: #E6F547;
			}
			form span.error {
				position: absolute;
				bottom: -20px;
				left: 35px;
				color: #777;
				font-size: 14px;
			}

	.success {
		position: relative;
		background: #fff;
		color: #999999;
		text-align: center;
		font: 24px/30px 'pfdintextprolight', Arial, sans-serif;
		padding: 50px 80px 70px;
		margin: 0 auto 0;
		width: 650px;
	}
		.success .h3 {
			text-transform: uppercase;
			color: #a0dd66;
			letter-spacing: 2px;
			font: 48px/48px 'pfdintextprobold', Arial, sans-serif;
		}
		.success strong {
			display: block;
			font: 34px/30px 'pf_dintext_promedium', Arial, sans-serif;
			color: #000;
			margin: 42px 0 4px;
		}
		.success .btn {
			padding: 0 20px 0 80px;
			clear: both;
			position: relative;
			margin: 42px auto 0;
			top: 0;
			left: 14px;
		}
			.success .btn:before {
				content: '';
				display: block;
				width: 90px;
				height: 90px;
				background: url('../img/mails.png') no-repeat 0 0;
				position: absolute;
				top: -10px;
				left: -10px;
			}
			.success .btn.yandex:before {
				background-position: 0 0;
			}
			.success .btn.rambler:before {
				background-position: -410px 0;
			}
			.success .btn.google:before {
				background-position: -106px 0;
			}
			.success .btn.mail:before {
				background-position: -208px 0;
			}
			.success .btn.yahoo:before {
				background-position: -311px 0;
			}
	.imgs img {
		width: 190px;
		height: 115px;
		border: 5px solid #daff45;
		position: absolute;
		top: auto;
		left: auto;
	}

/* Modal
------------------------------------------------------------------------------*/
#modal {
	position: fixed;
	top: 0;
	left: 0;
	overflow-y: auto;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	z-index: 100;
}
	#modal > * {
		margin: 100px auto;
		position: relative;
		background: #fff;
		max-width: 70%;
		padding: 30px;
		box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
		font: 15px/18px 'metapromedium', Arial, sans-serif;
	}
		#modal h2 {
			color: #003471;
			font: 40px/42px 'metaprobold', Arial, sans-serif;
			margin: 0 0 1em;
		}
		#modal h3 {
			color: #003471;
			font: 2em/2em 'metaprobold', Arial, sans-serif;
		}
		#modal p {
			margin: 0 0 18px;
		}
	.close {
		display: block;
		text-indent: -9999px;
		width: 60px;
		height: 100%;
		position: absolute;
		top: 0;
		right: -60px;
		cursor: pointer;
		background: #E6E6E6 url('../img/close.png') no-repeat center 16px;
	}
	.close:hover {
		opacity: 0.8;
	}












.videobody {background:url(../img/videowrapper.jpg) repeat-y center top; background-size:cover}
.videowrapper {width:810px; margin:0 auto;padding-bottom:66px}
.videobody .header {padding:42px 0 90px 0}
.smalllogo {float:left; width:115px; height:84px; padding:25px 0 0 24px; background:#67d439; margin-top:8px}
.smalllogo .logo {width:83px; padding-bottom:2px; font-size:21px; line-height:17px; border-width:5px}
.greeting {float:left; width:617px; margin-left:54px; font:24px/29px 'pfdintextprolight', Arial, sans-serif;}
.greeting DIV {font:36px/43px 'pfdintextprobold', Arial, sans-serif; color:#2f8501; text-transform:uppercase}

.videocontent {clear:both; padding-bottom:50px; background:#fff; box-shadow:0 0 50px rgba(0,0,0,0.1);}
.videotitle {width:530px; padding:39px 0 31px 135px; font:24px/29px 'pfdintextprolight', Arial, sans-serif; color:#2f8501}
.videobox {width:830px; height:476px; margin:0 -10px 41px -10px; background:#ddf6a6 url(../img/bg_video.jpg) no-repeat 0 0; position:relative}
.play {position:absolute; left:50%; top:50%; margin:-61px 0 0 -61px; display:block; width:122px; height:122px; background:url(../img/video.png) no-repeat 0 0; cursor:pointer}
.videoform {width:520px; margin:0 auto}
.videoformtitle {margin-bottom:40px; font:18px/22px 'pf_dintext_promedium', Arial, sans-serif}
.formline {margin-bottom:17px; position: relative;}
.formline span.error {white-space: nowrap; left: 12px;font-size: 12px;top:auto; width:auto; height: auto;}
.formlinebox {position: relative; display:inline-block; vertical-align:top; margin-right:19px}
.videoform LABEL {display:block; margin-bottom:7px; font-family:'pf_dintext_promedium', Arial, sans-serif; font-size:18px}
.videoform FORM INPUT[type="text"] {outline:none;width:498px; height:38px; padding:0 10px; border:2px solid #a0dd66; background:#fff; box-shadow:inset 0 4px 2px rgba(0,0,0,0.2); font-family:'pfdintextprolight', Arial, sans-serif; font-size:18px}
.videoform FORM INPUT[type="text"].small {width: 100px;}
.select {width:118px; height:38px; border:2px solid #a0dd66; font-size:17px; color:#666; font-weight:lighter; position:relative;
background-image: linear-gradient(top,#fff,#f2f2f2);
background-image: -o-linear-gradient(top,#fff,#f2f2f2);
background-image: -moz-linear-gradient(top,#fff,#f2f2f2);
background-image: -webkit-linear-gradient(top,#fff,#f2f2f2);
background-image: -ms-linear-gradient(top,#fff,#f2f2f2);
background-color:#fff
}

SELECT {width:100%; height:38px; position:relative;  border:none; cursor:pointer;  opacity:0; filter: alpha(opacity=0)}
.select SPAN.el, .select SPAN.custom-text {position:absolute; left:12px; top:0; display:block; width:82px; height:38px; font-family:'pfdintextprolight', Arial, sans-serif; font-size:18px; color:#000; line-height:38px}
.select SPAN.el:after {content:''; position:absolute; top:17px; right:-13px; display:block; width:13px; height:7px; background:url(../img/video.png) no-repeat 0 -125px}
.select SPAN.error {bottom: -22px;}
.formline span.error:after {content: none;}
.videoform .btn {position:inherit; margin:40px auto 0 auto}

@media all and (max-width: 1024px) {
	.header {
		padding: 40px 0 64px;
	}
		.header > .logo {
			margin-left: 40px;
		}
	.formWrap h2 {
		font-size: 4em;
	}
	.formWrap form {
		width: 540px;
		padding: 48px 50px 48px 60px;
	}
		.formWrap form .h3 {
			font-size: 32px;
			line-height: 32px;
		}
			.formWrap form .h3 .small {
				font-size: 21px;
			}
	.success {
		padding: 40px 64px 56px;
		width: 570px;
	}
}
.videoform .send-success{
	background: #67D439;
	color: #FFF;
	padding: 20px;
}
.videoform .send-success .h3{
	font-weight: bold;
}