@font-face {
	font-family: "Open Sans Light";
	src: url('../fonts/opensans-light-webfont.eot');
	src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/opensans-light-webfont.woff') format('woff'),
	url('../fonts/opensans-light-webfont.ttf') format('truetype'),
	url('../fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Open Sans";
	src: url('../fonts/opensans-regular-webfont.eot');
	src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/opensans-regular-webfont.woff') format('woff'),
	url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
	url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background-color: #FFFFFF;
	font-family: "Open Sans";
	font-size: 18px;
	min-width: 1200px;
}

a {
	color: #FFFFFF;
}

._holder {
	padding-top: 46px;
	overflow: hidden;
}

._holder .holder_header {
	background-color: #AE000D;
	position: fixed;
	z-index: 1;
	top: 0px;
	width: 100%;
}

.holder_header .header_menu {
	height: 46px;
	width: 1064px;
	margin: 0px auto 0px auto;
	text-align: right;
	position: relative;
}

.header_menu .menu_logo {
	background: url('../images/logo_header2.png') no-repeat;
	display: block;
	width: 66px;
	height: 34px;
	position: absolute;
	left: 12px;
	top: 6px;
	display: none;
}

.header_menu .menu_item {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 46px;
	margin: 0px 12px 0px 12px;
	text-transform: uppercase;
}

._holder .holder_body {

}

.holder_body .body_content {
	width: 1064px;
	margin: 0px auto 0px auto;
	position: relative;
}

.body_content .content_text {
	margin-left: 32px;
}

.body_content .content_logo {
	background: url('../images/logo_body.png') no-repeat;
	width: 311px;
	height: 160px;
	margin: 35px 0px 70px 0px;
}

.body_content .content_shadow {
	background: url('../images/back.png') no-repeat;
	width: 757px;
	height: 602px;
	z-index: -1000;
	position: absolute;
	right: -340px;
	top: -10px;
}

.body_content .content_welcome {
	font-family: "Open Sans Light", "Open Sans";
	font-size: 21px;
	position: absolute;
	right: 30px;
	top: 50px;
	text-align: left;
	width: 360px;
	border: 2px solid #AE000D;
	border-bottom: none;
	padding: 30px;
	text-transform: uppercase;
}

.body_content .content_welcome a {
	font-weight: bold;
	color: #AE000D;
	text-decoration: none;
}

.body_content .content_welcome a span {
	font-weight: bold;
	color: #AE000D;
	text-decoration: none;
}

.content_welcome .welcome_shadow {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: -1;
	background-color: #000000;
	opacity: 0.04;
}

.body_content .content_welcome:before {
	content: "";
	position: absolute;
	bottom: -2px;
	width: 52px;
	height: 0px;
	left: -2px;
	border-top: 2px solid #AE000D;
}

.body_content .content_welcome:after {
	content: "";
	position: absolute;
	bottom: -2px;
	width: 301px;
	width: calc(100% - 83px);
	height: 0px;
	left: 85px;
	border-top: 2px solid #AE000D;
}

.content_welcome .welcome_dummy {
	position: absolute;
	width: 35px;
	height: 36px;
	bottom: -36px;
	left: 50px;
	overflow: hidden;
	border-left: 2px solid #AE000D;
}

.content_welcome .welcome_dummy:before {
	content: "";
	position: absolute;
	top: -25px;
	left: -25px;
	width: 50px;
	height: 50px;
	background-color: #000000;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #000000;
	opacity: 0.04;
}

.content_welcome .welcome_dummy:after {
	content: "";
	position: absolute;
	top: -27px;
	left: -25px;
	width: 50px;
	height: 50px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-bottom: 2px solid #AE000D;
}

.content_welcome:hover .welcome_shadow {
	background-color: #AE000D;
	opacity: 0.3;
}

.content_welcome:hover .welcome_dummy:before {
	background-color: #AE000D;
	opacity: 0.3;
}

.body_content .content_moto {
	font-size: 42px;
	font-family: "Open Sans Light", "Open Sans";
	text-transform: uppercase;
	margin-top: 136px;
	margin-bottom: 40px;
}

.content_moto .moto_text {
	margin: 0px auto 0px auto;
	width: 1000px;
}

.content_moto .moto_text span {
	color: #AE000D;
}

.holder_body .body_stripe {
	height: 46px;
	line-height: 46px;
	text-transform: uppercase;
	background: #AE000D url('../images/stripe_1.png') no-repeat top right;
	color: #FFFFFF;
	font-size: 21px;
	padding-right: 80px;
	text-align: right;
	width: 50%;
	margin-left: -295px;
	margin-top: 60px;
	margin-bottom: 40px;
}

.body_content .content_cell {
	display: inline-block;
	width: 528px;
	vertical-align: top;
}

.content_cell .cell_stripe {
	background: #3F3F3F url('../images/stripe_2.png') no-repeat top right;
	height: 29px;
	line-height: 29px;
	color: #FFFFFF;
	font-size: 21px;
	margin-left: 34px;
	margin-top: 40px;
	padding-left: 40px;
	width: 240px;
}

.content_cell .cell_list {
	margin-left: 20px;
	list-style-type: square;
}

.content_cell .cell_list .list_item {
	margin: 4px 0px 4px 10px;
	color: #3F3F3F;
}

.content_cell .cell_list .list_item span {
	color: #000000;
	margin-left: 10px;
}
/* -------------------------------------------------------------------------------------------------[ white icons ] - */
.white-icon {
	width: 88px;
	height: 88px;
	background: url('../images/icons.png') no-repeat;
}

.white-icon[data-icon="traffic"] {
	background-position: 0px 0px;
}

.white-icon[data-icon="target"] {
	background-position: -88px 0px;
}

.white-icon[data-icon="dollar"] {
	background-position: -176px 0px;
}

.white-icon[data-icon="umbrella"] {
	background-position: -264px 0px;
}

.white-icon[data-icon="sign"] {
	background-position: -352px 0px;
}

.white-icon[data-icon="world"] {
	background-position: -440px 0px;
}

.white-icon[data-icon="document"] {
	background-position: 0px -88px;
}

.white-icon[data-icon="magnet"] {
	background-position: -88px -88px;
}

.white-icon[data-icon="play"] {
	background-position: -176px -88px;
}

.white-icon[data-icon="mobile"] {
	background-position: -264px -88px;
}

.white-icon[data-icon="sizes"] {
	background-position: -352px -88px;
}

.white-icon[data-icon="sight"] {
	background-position: -440px -88px;
}
/* ------------------------------------------------------------------------------------------------[ social icons ] - */
.social-icon {
	width: 40px;
	height: 40px;
	background: url('../images/social_icons.png') no-repeat;
}

.social-icon[data-icon="facebook"] {
	background-position: 0px 0px;
}

.social-icon[data-icon="twitter"] {
	background-position: -40px 0px;
}

.social-icon[data-icon="linkedin"] {
	background-position: -80px 0px;
}
/* -------------------------------------------------------------------------------------------------------[ block ] - */
.body_content .content_block {
	position: relative;
	padding: 160px 0px 60px 0px;
	margin-bottom: 100px;
	margin-top: -20px;
}

.content_block .block_shadow {
	position: absolute;
	background-color: #AE000D;
	z-index: -1000;
	width: 129%;
	height: 100%;
	left: -16%;
	top: 0px;
	-ms-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg);
}

.content_block .block_text {
	color: #FFFFFF;
	margin-bottom: 60px;
}

.content_block .block_shadow .shadow_title {
	color: #FFFFFF;
	text-align: right;
	font-size: 39px;
	text-transform: uppercase;
	margin: 0px 16px 0px 16px;
}

.content_block .block_shadow .shadow_title span {
	font-weight: bold;
}

.content_block .block_row {
	color: #FFFFFF;
	word-spacing: -1em;
}

.block_row .row_item {
	width: 50%;
	display: inline-block;
	word-spacing: 0em;
	position: relative;
	vertical-align: top;
	margin-bottom: 60px;
	min-height: 90px;
}

.block_row .row_item .item_icon {
	position: absolute;
	left: 10px;
	top: -10px;
}

.block_row .row_item .item_text {
	margin: 0px 50px 0px 130px;
}

.block_row .row_item .item_text ul {
	padding: 0px;
	margin: 0px 0px 0px 12px;
	list-style-type: square;
}

.content_block .block_flat {

}

.block_flat .flat_item {
	color: #FFFFFF;
	position: relative;
	margin-bottom: 40px;
}

.block_flat .flat_item .item_icon {
	position: absolute;
	left: 20px;
	top: 60px;
}

.block_flat .flat_item .item_title {
	font-size: 24px;
	text-transform: uppercase;
}

.block_flat .flat_item .item_text {
	margin-left: 120px;
	margin-top: 20px;
}

.block_supply .flat_item .item_icon {
	top: 50px;
}

.block_supply .flat_item .item_text {
	margin-left: 120px;
	margin-top: 10px;
	min-height: 50px;
	padding-top: 20px;
}

.block_flat .flat_item .item_text span {
	font-style: italic;
}

.content_block .block_note {
	color: #FFFFFF;
	font-style: italic;
	margin-bottom: 300px;
}
/* ----------------------------------------------------------------------------------------------0----------[ bar ] - */
.holder_body .body_bar {
	overflow: hidden;
	margin-top: -150px;
	padding-top: 130px;
}

.body_bar .bar_content {
	height: 760px;
	position: relative;
	width: 1100px;
	margin: 0px auto 0px auto;
}

.bar_content .content_shadow {
	position: absolute;
	background: #3F3F3F;
	z-index: -1000;
	width: 129%;
	height: 100%;
	left: -16%;
	top: 0px;
	-ms-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg);
}

.bar_content .content_shadow .shadow_title {
	color: #FFFFFF;
	text-align: right;
	font-size: 39px;
	text-transform: uppercase;
	margin: 0px 16px 0px 16px;
}

.bar_content .content_shadow .shadow_title span {
	font-weight: bold;
}

/*.body_bar .bar_title {*/
	/*font-size: 21px;*/
	/*color: #FFFFFF;*/
	/*height: 40px;*/
	/*line-height: 40px;*/
	/*margin-left: -405px;*/
	/*padding-right: 80px;*/
	/*text-align: right;*/
	/*text-transform: uppercase;*/
	/*width: 50%;*/
	/*background: #AE000D url('../images/stripe_3.png') no-repeat right top;*/
/*}*/

.bar_content .content_form {
	position: absolute;
	right: 50%;
	top: 200px;
	width: 540px;
}

.bar_content .content_form .form_row {
	background: #FFFFFF;
	margin-bottom: 8px;
	height: 42px;
	line-height: 42px;
}

.form_row .row_label {
	text-transform: uppercase;
	float: left;
	padding: 0px 0px 0px 8px;
}

.form_row .row_label span {
	margin-left: 6px;
	color: #AE000D;
}

.form_row .row_input {
	margin-left: 120px;
	margin-right: 8px;
	white-space: nowrap;
}

.form_row .row_input input[type="text"],
.form_row .row_input textarea {
	border: none;
	width: 100%;
	outline: none;
}

.bar_content .content_form .form_row[data-type="textarea"] {
	height: 156px;
}

.form_row .row_input textarea {
	margin-top: 10px;
	height: 136px;
	min-height: 136px;
	max-height: 136px;
	resize: none;
}

.content_form .form_message {
	position: absolute;
	bottom: -28px;
	right: 0px;
	color: #FFFFFF;
	font-weight: bold;
	display: none;
}

.bar_content .content_form .form_row[data-type="radio"] {
	background: none;
	color: #FFFFFF;
}

.bar_content .content_form .form_row[data-type="radio"] .row_input {
	margin-left: 80px;
}

.bar_content .content_form .form_row[data-type="radio"] label {
	cursor: pointer;
	text-transform: uppercase;
}

.bar_content .content_form .form_row[data-type="radio"] input {
	margin: 0px 6px 0px 12px;
}

.bar_content .content_form .form_control {
	margin-top: -50px;
	text-align: right;
}

.form_control .control_button {
	text-transform: uppercase;
	height: 56px;
	line-height: 56px;
	text-align: center;
	color: #FFFFFF;
	background: #AE000D;
	border: none;
	padding: 0px 54px 0px 54px;
	outline: none;
}

.form_control .control_button[disabled="disabled"] {
	opacity: 0.5;
}

.bar_content .content_info {
	color: #FFFFFF;
	font-family: "Open Sans Light", "Open Sans";
	position: absolute;
	right: 50%;
	top: 200px;
	margin-right: -532px;
	text-align: right;
}

.bar_content .content_info .info_logo {
	width: 228px;
	height: 116px;
	background: url('../images/logo_bar.png') no-repeat;
	margin: 0px 0px 40px auto;
}

.bar_content .content_info .info_phone {
	/*font-size: 45px;*/
	font-size: 24px;
}

.bar_content .content_info .info_email {
	font-size: 24px;
}

.bar_content .content_info .info_social {
	margin-top: 40px;
}

.info_social .social_icon {
	background-color: #FFFFFF;
	border: 3px solid #FFFFFF;
	display: inline-block;
	margin-left: 8px;
}
/* ------------------------------------------------------------------------------------------------------[ footer ] - */
._holder .holder_footer {
	background-color: #3F3F3F;
	border-top: 1px solid #AE000D;
	height: 72px;
	position: relative;
	margin: 0px auto 0px auto;
}

.holder_footer .footer_bar {
	font-family: "Open Sans Light", "Open Sans";
	font-size: 17px;
	right: 50%;
	margin-right: -532px;
	top: 10px;
	position: absolute;
	text-align: right;
}

.footer_bar .bar_item {
	text-decoration: none;
	border-left: 1px solid #AE000D;
	padding-left: 8px;
	margin-left: 4px;
}

.footer_bar .bar_item:first-child {
	border: none;
}

.holder_footer .footer_note {
	color: #FFFFFF;
	font-family: "Open Sans Light", "Open Sans";
	font-size: 17px;
	left: 50%;
	margin-left: -532px;
	top: 10px;
	position: absolute;
}

.holder_footer .footer_email {
	color: #FFFFFF;
	font-family: "Open Sans Light", "Open Sans";
	font-size: 17px;
	left: 50%;
	margin-left: -532px;
	top: 38px;
	position: absolute;
}

.holder_footer .footer_copyright {
	color: #FFFFFF;
	font-family: "Open Sans Light", "Open Sans";
	font-size: 17px;
	right: 50%;
	margin-right: -532px;
	top: 38px;
	position: absolute;
	text-align: right;
}