body {
	color: #242424;
	font-weight: 400;
	font: 14px/1 'Open Sans', sans-serif;
}
#front_navi {
	color: #242424;
	font-weight: 400;
	font: 14px/1 'Open Sans', sans-serif;
	position: fixed;
	top: 0;
	left: 0;
	right: 0; 
	background: #fff;
	z-index: 101;
	height: 55px;
	border-bottom: 3px solid #343434;
}
#logo {
	background: transparent url(/images/design/front/logo.png) 0 0 no-repeat;
	width: 102px;
	height: 16px;
	position: absolute;
	left: 20px;
	top: 50%;
	display: block;
	cursor: pointer;
	margin-top: -8px;
}
#front_logo {
	background: transparent url(/images/design/logo_remplanner.png) 0 0 no-repeat;
	width: 137px;
	height: 20px;
	position: absolute;
	left: 50%;
	top: 40px;
	display: block;
	margin-left: -69px;
}
#front_navi ul {
	position: absolute;
	top: 50%;
	left: 140px;
	z-index: 102;
	right: 200px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	height: 30px;
	margin-top: -15px;
}
#front_navi ul li {
	display: inline-block;
	vertical-align: top;
}
#front_navi ul li+li {
	margin-left: 5px;
}
#front_navi ul li a {
	color: #242424;
	display: block;
	padding: 8px 20px;
	font-size: 14px;
	line-height: 1;
	border-radius: 3px;
	text-decoration: none;
}
#front_navi ul li.active a {
	color: #fff;
	background: #256786;
}
#front_navi ul li a:hover {
	color: #fff;
	background: #e68506;
}
#contacts_wrapper {
	position: absolute;
	top: 0;
	height: 55px;
	right: 9px;
	font-size: 0;
	line-height: 0;
}
#contacts_wrapper .contacts_item {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
#contacts_wrapper:after {
	display: inline-block;
	vertical-align: middle;
	height: 55px;
	width: 1px;
	overflow: hidden;
	content: '';
}
#contacts_wrapper .contacts_item+.contacts_item:after {
	position: absolute;
	display: block;
	height: 30px;
	width: 1px;
	top: 50%;
	left: 0;
	margin-top: -15px;
	overflow: hidden;
	content: '';
	background: #000;
	opacity: 0.2;
}
#contacts_wrapper .contacts_item+.contacts_item {
	padding-left: 10px;
}
#contacts_wrapper .contacts_item.email a {
	background: transparent url(/images/design/front/email.png) 50% 50% no-repeat;
	display: block;
	width: 36px;
	height: 30px;
	cursor: pointer;
}
#contacts_wrapper .contacts_item.phone {
	font-size: 22px;
	line-height: 1;
	font-weight: 300;
	letter-spacing: -1px;
	padding-right: 20px;
}
.pre_promo_wrapper {
	min-width: 980px;
	color: #242424;
	font-weight: 400;
	font: 14px/1 'Open Sans', sans-serif;
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.pre_promo_wrapper.first:before {
	top: 58px;
	left: 0;
	right: 0;
	height: 1px;
	background: #fff;
	opacity: 0.6;
	overflow: hidden;
	position: absolute;
	content: '';
}
.pre_promo_wrapper.height100 {
	min-height: 100%;
}
.pre_promo_wrapper.blue {
	background: #e9eef0 url(/images/design/front/blue_bg.jpg) 50% 50% no-repeat;
	-moz-background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-o-background-size:100% 100%;
	-khtml-background-size:100% 100%;
	background-size:100% 100%;
}
.pre_promo {
	margin: auto;
	max-width: 900px;
	text-align: center;
}
#remont_intro .pre_promo {
	padding-top: 90px;
	padding-bottom: 110px;
}
#landing_promo .pre_promo {
	padding-top: 90px;
	padding-bottom: 150px;
}
.pre_promo .pre_promo_title, .pre_promo h1 {
	font-size: 38px;
	line-height: 1;
	letter-spacing: -1px;
	color: #256786;
	font-weight: 300;
}
@media screen and (min-width: 1200px) {
	.pre_promo_wrapper#landing_promo .pre_promo h1 {
		font-size: 46px;
	}
}
@media screen and (min-width: 1800px) {
	.pre_promo_wrapper#landing_promo .pre_promo h1 {
		font-size: 52px;
	}
}
.pre_promo_wrapper#landing_promo .pre_button span {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -1px;
	padding: 16px 50px;
}
.pre_promo .pre_promo_title.orange {
	font-size: 38px;
	line-height: 1;
	letter-spacing: -1px;
	font-weight: 300;
	color: #e47b04;
}
.pre_promo .pre_promo_title.red {
	color: #901010;
}
.pre_promo .pre_promo_title.small {
	font-size: 36px;
}
.pre_promo .pre_promo_title.bold, .pre_promo h1.bold {
	font-size: 42px;
	letter-spacing: -2px;
	font-weight: 700;
}
.pre_promo .pre_promo_subtitle {
	font-size: 30px;
	line-height: 1;
	letter-spacing: -1px;
	font-weight: 300;
	padding-top: 5px;
}
.pre_promo .pre_promo_subtitle.mini {
	font-size: 27px;
	line-height: 1;
	letter-spacing: -1px;
	font-weight: 300;
	padding-top: 5px;
}
.pre_promo .pre_promo_subtitle.micro {
	font-size: 24px;
}
.pre_promo .pre_promo_text, .pre_promo p {
	font-size: 14px;
	line-height: 1.6;
	max-width: 700px;
	margin: 0 auto;
	padding-top: 35px;
}
.pre_promo .pre_promo_text.bold, .pre_promo p strong {
	color: #2f870c;
	font-weight: 700;
}
.pre_promo ul {
	padding-top: 20px;
}
.pre_promo ul li {
	position: relative;
	line-height: 1.4;
	padding: 5px 0 5px 0;
}
.pre_promo ul li span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 26px;
}
.pre_promo ul li span:before {
	background: transparent url(/images/design/front/li_bullet.png) 50% 50% no-repeat;
	width: 16px;
	height: 15px;
	position: absolute;
	top: 50%;
	left: 0;
	content: '';
	margin-top: -7px;
}
.pre_promo .pre_promo_note {
	font-size: 17px;
	line-height: 1.4;
	font-weight: 400;
	color: #256786;
	letter-spacing: -0.5px;
	max-width: 500px;
	margin: 0 auto;
	padding-top: 30px;
}
#remont_intro .pre_promo p {
	max-width: 600px;
}
#landing_promo .pre_promo p {
	max-width: 600px;
}
#landing_promo .pre_promo p#is_free {
	font-size: 24px;
	letter-spacing: -1px;
	color: #256786;
	font-weight: 300;
	margin-top: -10px;
}
.pre_promo .pre_promo_button {
	padding-top: 35px;
}
.pre_promo .pre_button.orange {
	background: #873f0a;
	padding-bottom: 1px;
	border-radius: 4px;
	-moz-box-shadow:     0px 2px 7px 0 #d98838;
	-webkit-box-shadow:  0px 2px 7px 0 #d98838;
	box-shadow:          0px 2px 7px 0 #d98838;
	overflow: hidden;
}
.pre_promo .pre_button.orange span {
	background: #f18800;
	background: -moz-linear-gradient(top,  #f18800 0%, #d26d0a 53%, #eca700 100%);
	background: -webkit-linear-gradient(top,  #f18800 0%,#d26d0a 53%,#eca700 100%);
	background: linear-gradient(to bottom,  #f18800 0%,#d26d0a 53%,#eca700 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f18800', endColorstr='#eca700',GradientType=0 );
	border-bottom: 1px solid #f8d142;
	border-radius: 2px;
	text-shadow: #9e3f00 1px 1px 1px;
	text-transform: none;
	font-size: 14px;
}
#remont_reasons_wrapper {
	background: transparent url(/images/design/front/remont_reasons.jpg) 50% 50% no-repeat;
	width: 820px;
	height: 820px;
	margin: 0 auto;
	position: relative;
}
#remont_reasons .pre_promo {
	padding: 80px 0;
}
#remont_reasons {
	overflow: hidden;
}
#remont_reasons_wrapper .remont_reasons_item {
	position: absolute;
	width: 500px;
	top: 40px;
	margin-left: -250px;
	left: 50%;
}
#remont_reasons_wrapper .remont_reasons_item+.remont_reasons_item {
	top: 150px;
	left: 90%;
}
#remont_reasons_wrapper .remont_reasons_item+.remont_reasons_item+.remont_reasons_item {
	top: 360px;
	left: 100%;
}
#remont_reasons_wrapper .remont_reasons_item+.remont_reasons_item+.remont_reasons_item+.remont_reasons_item {
	top: 560px;
	left: 88%;
}
#remont_reasons_wrapper .remont_reasons_item+.remont_reasons_item+.remont_reasons_item+.remont_reasons_item+.remont_reasons_item {
	top: 675px;
	left: 50%;
}
#remont_reasons_wrapper .remont_reasons_item+.remont_reasons_item+.remont_reasons_item+.remont_reasons_item+.remont_reasons_item+.remont_reasons_item {
	top: 560px;
	left: 12%;
}
#remont_reasons_wrapper .remont_reasons_item+.remont_reasons_item+.remont_reasons_item+.remont_reasons_item+.remont_reasons_item+.remont_reasons_item+.remont_reasons_item {
	top: 360px;
	left: 0%;
}
#remont_reasons_wrapper .remont_reasons_item+.remont_reasons_item+.remont_reasons_item+.remont_reasons_item+.remont_reasons_item+.remont_reasons_item+.remont_reasons_item+.remont_reasons_item {
	top: 150px;
	left: 10%;
}
#remont_reasons_wrapper .remont_reasons_title {
	font-size: 21px;
	line-height: 1;
	letter-spacing: -1px;
	font-weight: 300;
	color: #e47b04;
}
#remont_reasons_wrapper .remont_reasons_item:nth-child(even) .remont_reasons_title {
	color: #256786;
}
#remont_reasons_wrapper .remont_reasons_text {
	font-size: 13px;
	line-height: 1.5;
	max-width: 300px;
	margin: 0 auto;
	padding-top: 12px;
}
#remont_reasons .pre_promo .pre_promo_button {
	padding-top: 5px;
}
#remont_reasons_title {
	position: absolute;
	width: 300px;
	top: 315px;
	left: 50%;
	margin-left: -150px;
	text-align: center;
	font-size: 16px;
	line-height: 1;
	letter-spacing: -1px;
	font-weight: 700;
	text-transform: uppercase;
}
#remont_reasons_title span {
	display: block;
	font-size: 18px;
}
#remont_reasons_title b {
	display: block;
	font-size: 24px;
}
#remont_planner {
	overflow: hidden;
}
#remont_planner .pre_promo {
	position: relative;
	max-width: 700px;
	padding-right: 520px;
	padding-top: 150px;
	padding-bottom: 150px;
}
#remont_planner .pre_promo:before {
	background: transparent url(/images/design/front/laptop.png) 50% 50% no-repeat;
	content: '';
	width: 504px;
	height: 350px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -175px;
}
@media screen and (max-width: 1260px) {
	#remont_planner .pre_promo {
		padding-right: 320px;
	}
	#remont_planner .pre_promo:before {
		right: -200px;
	}
}
#remont_planner .pre_promo p {
	max-width: 540px;
}
#remont_smeta {
	overflow: hidden;
	padding-top: 50px;
}
#remont_smeta .pre_promo {
	position: relative;
	max-width: 700px;
	padding-left: 520px;
	padding-top: 70px;
	padding-bottom: 70px;
	z-index: 6;
}
#remont_smeta .pre_promo:before {
	background: transparent url(/images/design/front/smeta.jpg) 50% 50% no-repeat;
	content: '';
	width: 610px;
	height: 510px;
	position: absolute;
	top: 50%;
	left: -40px;
	margin-top: -255px;
	z-index: -1;
}
@media screen and (max-width: 1260px) {
	#remont_smeta .pre_promo {
		padding-left: 320px;
	}
	#remont_smeta .pre_promo:before {
		left: -240px;
	}
}
#remont_smeta .pre_promo p {
	max-width: 540px;
}
#footer {
	font: 14px/1 'Open Sans', sans-serif;
	padding: 40px 0;
	text-align: center;
	min-width: 980px;
}
#footer_socials {
	position: relative;
}
#footer_logo {
	background: transparent url(/images/design/front/logo.png) 0 0 no-repeat;
	width: 102px;
	height: 16px;
	margin: 20px auto;
	display: block;
}
#copyright {
	font-size: 11px;
	line-height: 1;
	color: #636262;
	position: relative;
	text-transform: uppercase;
}
#contacts_promo .pre_promo {
	padding-top: 120px;
	padding-bottom: 50px;
	width: 1100px;
}
#contacts_promo .pre_promo p {
	max-width: 560px;
}
#comparison_promo .pre_promo {
	padding-top: 120px;
	padding-bottom: 50px;
	width: 1100px;
}
#contact_methods {
	padding: 50px 0 50px 0;
	font-size: 0;
	line-height: 0;
}
#contact_methods .contact_method {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	text-align: center;
}
#contact_methods .contact_method_title {
	font-size: 18px;
	line-height: 1;
	letter-spacing: -1px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 20px;
}
#contact_methods .contact_method_value {
	position: relative;
	font-size: 16px;
	line-height: 1;
	letter-spacing: -0.5px;
	font-weight: 400;
	padding: 4px 0 4px;
	display: inline-block;
	vertical-align: top;
}
#contact_methods .contact_method_value a {
	color: #1882c6;
	text-decoration: none;
}
#contact_methods .contact_method_value a:hover {
	color: #eb9500;
}
#contact_methods .contact_method.phone .contact_method_value {
	font-size: 24px;
	letter-spacing: -1px;
	font-weight: 300;
	padding: 0 0 0;
}
#contact_methods .contact_method.office .contact_method_value {
	padding-left: 40px;
	color: #ac237b;
}
#contact_methods .contact_method.office .contact_method_value:before {
	background: transparent url(/images/design/front/metro.png) 0 0 no-repeat;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -14px;
	width: 34px;
	height: 26px;
	content: '';
}
#contact_methods .contact_method_time {
	font-size: 13px;
	line-height: 1;
	padding: 10px 0 0 0;
	color: #797979;
}
#office_addr {
	text-align: center;
	font-size: 20px;
	line-height: 1;
	letter-spacing: -1px;
	font-weight: 300;
}
#office_addr span {
	color: #767676;
}
#map_wrapper {
	min-width: 980px;
	background: #f7f1d9;
	position: relative;
	height: 600px;
}
#support_intro {
	background: #e9edf0;
}
#support_intro .pre_promo {
	padding-top: 300px;
	padding-bottom: 100px;
}
#support_intro .pre_promo p {
	max-width: 650px;
}
#support_locals {
	font-size: 0;
	line-height: 0;
	width: 800px;
}
#support_locals .support_locals_item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 33%;
	padding-top: 150px;
}
#support_locals .support_locals_item a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 1;
	letter-spacing: -0.5px;
	font-weight: 400;
	text-decoration: none;
	cursor: pointer;
}
#support_locals .support_locals_item a:before {
	background: #eb9500 url(/images/design/front/local_online.png) 50% 50% no-repeat;
	position: absolute;
	top: -106px;
	left: 50%;
	margin-left: -45px;
	border-radius: 50%;
	width: 90px;
	height: 90px;
	content: '';
}
#support_locals .support_locals_item+.support_locals_item a:before {
	background: #2d2d2d url(/images/design/front/local_object.png) 50% 50% no-repeat;
}
#support_locals .support_locals_item+.support_locals_item+.support_locals_item a:before {
	background: #32708d url(/images/design/front/local_office.png) 50% 50% no-repeat;
}
#support_people .pre_promo {
	padding-top: 80px;
	padding-bottom: 320px;
}
#support_people:after {
	background: transparent url(/images/design/front/support.jpg) 0 0 no-repeat;
	width: 940px;
	bottom: 0;
	left: 50%;
	margin-left: -470px;
	height: 291px;
	position: absolute;
	content: '';
}
#support_people_list {
	font-size: 0;
	line-height: 0;
	width: 890px;
	padding-top: 50px;
}
#support_people_list .support_people_item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 33%;
}
#support_people_list .support_people_title {
	font-size: 24px;
	line-height: 1;
	letter-spacing: -1px;
	font-weight: 300;
	color: #32708d;
}
#support_people_list .support_people_phone {
	font-size: 18px;
	line-height: 1;
	letter-spacing: -1px;
	font-weight: 300;
	padding-top: 10px;
}
#support_people_list .support_people_email {
	font-size: 13px;
	line-height: 1;
	padding-top: 6px;
}
#support_people_list .support_people_email a {
	text-decoration: none;
	color: #32708d;
}
#support_people_list .support_people_label {
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	padding-top: 15px;
}
#support_online .pre_promo p {
	max-width: 820px;
}
#support_online .pre_promo {
	padding: 60px 0;
}
#support_online {
	background: #f0f0f0;
}
#support_object {
	position: relative;
	z-index: 5;
	background: #f0efef;
	overflow: visible;
}
#support_object:before {
	background: transparent url(/images/design/front/tape.png) 50% 50% no-repeat;
	position: absolute;
	z-index: 6;
	top: -96px;
	left: 0;
	right: 0;
	height: 224px;
	content: '';
}
#support_object .pre_promo {
	padding: 110px 0 80px;
	max-width: 940px;
}
#support_object .pre_promo p {
	max-width: 820px;
}
#support_object_list {
	font-size: 0;
	line-height: 0;
	width: 940px;
	padding-bottom: 20px;
}
#support_object_list .support_object_item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 33%;
	padding-top: 150px;
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: -0.5px;
}
#support_object_list .support_object_item:before {
	background: transparent url(/images/design/front/object_1.png) 50% 50% no-repeat;
	width: 150px;
	height: 120px;
	position: absolute;
	top: 25px;
	left: 50%;
	margin-left: -75px;
	content: '';
}
#support_object_list .support_object_item+.support_object_item:before {
	background: transparent url(/images/design/front/object_2.png) 50% 50% no-repeat;
}
#support_object_list .support_object_item+.support_object_item+.support_object_item:before {
	background: transparent url(/images/design/front/object_3.png) 50% 50% no-repeat;
}

#contacts_meetup .pre_promo {
	padding: 80px 0;
	width: 940px;
	max-width: 940px;
}
#contacts_meetup {
	
}
#support_office .pre_promo {
	padding: 80px 0;
	max-width: 940px;
}
#support_office .pre_promo p {
	max-width: 820px;
}
#support_office_list {
	font-size: 0;
	line-height: 0;
	width: 940px;
	padding-bottom: 40px;
}
#support_office_list .support_office_item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 33%;
	padding-top: 150px;
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: -0.5px;
	color: #32708d;
}
#support_office_list .support_office_item:before {
	background: transparent url(/images/design/front/office_1.png) 50% 50% no-repeat;
	width: 150px;
	height: 120px;
	position: absolute;
	top: 25px;
	left: 50%;
	margin-left: -75px;
	content: '';
}
#support_office_list .support_office_item+.support_office_item:before {
	background: transparent url(/images/design/front/office_2.png) 50% 50% no-repeat;
}
#support_office_list .support_office_item+.support_office_item+.support_office_item:before {
	background: transparent url(/images/design/front/office_3.png) 50% 50% no-repeat;
}
#support_online {
	background-size: cover;
	background: #f0f0f0 url(/images/design/front/bg/online_1920.jpg) 50% 50% no-repeat;
}
@media screen and (max-width: 1600px) {
	#support_online {background: #f0f0f0 url(/images/design/front/bg/online_1600.jpg) 50% 50% no-repeat;background-size: cover;}
}
@media screen and (max-width: 1280px) {
	#support_online {background: #f0f0f0 url(/images/design/front/bg/online_1280.jpg) 50% 50% no-repeat;}
}

#support_object {
	background: #f0f0f0 url(/images/design/front/bg/office_1920.jpg) 50% 50% no-repeat;
}
@media screen and (max-width: 1600px) {
	#support_object {background: #f0f0f0 url(/images/design/front/bg/office_1600.jpg) 50% 50% no-repeat;}
}
@media screen and (max-width: 1280px) {
	#support_object {background: #f0f0f0 url(/images/design/front/bg/office_1280.jpg) 50% 50% no-repeat;}
}

#support_intro {
	min-height: 100%;
	background: #e9edf0 url(/images/design/front/bg/support_1920.jpg) 50% 0 no-repeat;
	background-size: cover;
}
@media screen and (max-width: 1600px) {
	#support_intro {background: #e9edf0 url(/images/design/front/bg/support_1600.jpg) 50% 0 no-repeat;background-size: cover;}
}
@media screen and (max-width: 1280px) {
	#support_intro {background: #e9edf0 url(/images/design/front/bg/support_1280.jpg) 50% 0 no-repeat;}
}

#remont_intro {
	min-height: 100%;
	background: #ebebeb url(/images/design/front/bg/remont_1920.jpg) 50% 100% no-repeat;
	background-size: cover;
}
@media screen and (max-width: 1600px) {
	#remont_intro {background: #ebebeb url(/images/design/front/bg/remont_1600.jpg) 50% 100% no-repeat;background-size: cover;}
}
@media screen and (max-width: 1280px) {
	#remont_intro {background: #ebebeb url(/images/design/front/bg/remont_1280.jpg) 50% 100% no-repeat;}
}

#landing_promo {
	min-height: 100%;
	background: #ebebeb url(/images/design/front/bg/landing_1920.jpg) 50% 100% no-repeat;
	background-size: cover;
}
@media screen and (max-width: 1600px) {
	#landing_promo {background: #ebebeb url(/images/design/front/bg/landing_1600.jpg) 50% 100% no-repeat;background-size: cover;}
}
@media screen and (max-width: 1280px) {
	#landing_promo {background: #ebebeb url(/images/design/front/bg/landing_1280.jpg) 50% 100% no-repeat;}
}
#proceed {
	background: transparent url(/images/design/front/proceed.png) 50% 50% no-repeat;	
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 60px;
	left: 50%;
	margin-left: -20px;
	display: block;
	cursor: pointer;
}
#proceed:before {
	background: transparent;	
	content: '';
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #000;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -26px;
	margin-left: -26px;
	animation-name: pulse_arrow;
	-webkit-animation-name: pulse_arrow;	
	animation-duration: 1s;	
	-webkit-animation-duration: 1s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
@keyframes pulse_arrow {
	0% {
		transform: scale(1);
		opacity: 0.5;		
	}
	100% {
		transform: scale(1.8);
		opacity: 0;	
	}				
}
@-webkit-keyframes pulse_arrow {
	0% {
		-webkit-transform: scale(1);
		opacity: 0.5;		
	}	
	100% {
		-webkit-transform: scale(1.6);
		opacity: 0;	
	}			
}
#overlay {
	background: #2a2a2a;
	position: fixed;
	z-index: 101;
	top: 0;
	left: 0;
	right: 0;
	height: 0;
	opacity: 0;
	transition: opacity 0.5s;
}
#overlay.active, .active #overlay {
	height: 100%;
	opacity: 0.8;
}
#landing_workprints .pre_promo {
	padding: 80px 0 70px;
	max-width: 900px;
	width: 900px;
}
#landing_workprints_title {
	font-size: 22px;
	line-height: 1;
	letter-spacing: -1px;
	font-weight: 300;
	padding-top: 30px;
	color: #256786;
}
#landing_workprints_ul {
	font-size: 0;
	line-height: 0;
	padding: 10px 0 0 80px;
	text-align: center;
}
.pre_promo #landing_workprints_ul ul {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 0;
	text-align: left;
}
.pre_promo #landing_workprints_ul ul li {
	position: relative;
	padding: 0 0 0 7px;
	margin-bottom: 15px;
}
.pre_promo #landing_workprints_ul ul li em {
	position: absolute;
	top: 0;
	right: 100%;
	display: block;
	font-style: normal;
}
#landing_advance_title {
	font-size: 24px;
	line-height: 1;
	letter-spacing: -1px;
	font-weight: 300;
	padding-top: 30px;
	padding-bottom: 5px;
	color: #901010;
}
#landing_advance_title span {
	display: block;
	font-size: 21px;
	line-height: 1;
	letter-spacing: -1px;
	font-weight: 300;
	padding-top: 7px;
}
#landing_advance .pre_promo {
	padding: 120px 0 120px;
}
#landing_advance {
	background: #e9d5c5 url(/images/design/front/bg/advance_1920.jpg) 50% 50% no-repeat;
	background-size: cover;
}
@media screen and (max-width: 1600px) {
	#landing_advance {background: #e9d5c5 url(/images/design/front/bg/advance_1600.jpg) 50% 50% no-repeat;background-size: cover;}
}
@media screen and (max-width: 1280px) {
	#landing_advance {background: #e9d5c5 url(/images/design/front/bg/advance_1280.jpg) 50% 50% no-repeat;}
}
#compare_items {
	padding: 30px 0;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
#compare_items .compare_item {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	box-sizing: border-box;
}
#compare_items .compare_item_title {
	font-size: 14px;
	line-height: 1;
}
#compare_items .compare_item_image {
	position: relative;
	height: 70px;
	padding: 10px 0;
}
#compare_items .compare_item_image:before,
#compare_items .compare_item_image:after {
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	overflow: hidden;
	content: '';
	height: 70px;
}
#compare_items .compare_item_image img {
	display: inline-block;
	vertical-align: middle;
	max-height: 50px;
	width: auto;
}
.compare_block {
	color: #242424;
	font-weight: 400;
	font: 14px/1 'Open Sans', sans-serif;
	position: relative;
	max-width: 940px;
	width: 940px;
	margin: 0 auto;
	text-align: left;
	padding: 0 0 30px;
}
.compare_block p {
	font-size: 14px;
	line-height: 1.5;
	padding-bottom: 24px;
}
.compare_block ul {
	max-width: 940px;
	width: 940px;
	margin: 0 auto;
	padding-bottom: 18px;
	font-size: 13px;
	line-height: 1.5;
}
.compare_block ul li {
	background: transparent url(/images/design/front/li_bullet.png) 0 4px no-repeat;
	background-size: 13px 12px;
	padding: 0 0 6px 22px;
}
.compare_button {
	padding-top: 10px;
	text-align: center;
}
#series_wrapper {
	position: relative;
	font-size: 0;
	line-height: 0;
	margin-right: -40px;
}
#series_wrapper .series_item {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 40px 30px 0;
}
#series_wrapper .series_item img {
	max-width: 100%;
	vertical-align: bottom;
}
#series_wrapper .series_item_title {
	text-align: center;
	font-size: 16px;
	line-height: 1;
	letter-spacing: -0.5px;
	padding-top: 15px;
}
#series_wrapper .series_item_subtitle {
	text-align: center;
	font-size: 13px;
	line-height: 1;
	padding-top: 7px;
	color: #ee7806;
}
#series_title {
	text-align: center;
	padding-bottom: 40px;
	padding-top: 20px;
	font-size: 21px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #166f96;
}
#series_item_container {
	margin: 0 auto;
	width: 940px;
}
#series_item_wrapper {
	position: relative;
	font-size: 0;
	line-height: 0;
	margin-right: -40px;
}
#series_item_image {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 33.33%;
	padding: 0 40px 30px 0;
}
#series_item_image img {
	max-width: 100%;
	vertical-align: bottom;
}
#series_item_chars {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 66.66%;
	padding: 0 40px 30px 0;
	text-align: left;
}
#series_item_chars_text {
	font-size: 13px;
	line-height: 1.5;
	padding: 0 20px 30px 0;
}
#series_item_chars .series_item_chars {
	background: transparent url(/images/templates/bullet.png) 0 4px no-repeat;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 50%;
	font-size: 13px;
	line-height: 1.3;
	padding-right: 40px;
	padding-bottom: 7px;
	padding-left: 16px;
}
#series_item_chars .series_item_chars span {
	color: #8e8e8e;
}
#series_wrapper .series_item_button {
	padding-top: 12px;
}
#series_wrapper .series_item_button .pre_button {
	display: block;
	max-width: 230px;
	margin: 0 auto;
}
#series_wrapper .series_item_button .pre_button span {
	padding: 6px 20px 6px;
	font-size: 11px;
	text-transform: uppercase;
}
#series_body {
	margin: 0 auto;
	width: 940px;
	line-height: 1.5;
	text-align: left;
	padding: 20px 0 30px;
}








