@import "webfonts/stylesheet.css";
@import "b-rub_arial/stylesheet.css";


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, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;}
 
:focus {
    outline: 0;
}
 
body {
   line-height: 1;
   font-family: 'FuturisC';
   min-width:1004px;
	width:auto !important;
	_width:1024px;
	max-width:1366px;
	margin: 0 auto;
	position: relative;
}
 
ol, ul {
    list-style: none;}
 
table {
    border-collapse: separate;
    border-spacing: 0;}
 
caption, th, td {
    text-align: left;
    font-weight: normal;}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";}
 
blockquote, q {
    quotes: "" "";}
    

body,a,td,input,textarea{
	font-family: 'FuturisC';
	color: #000;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.clr {
    border: medium none;
    clear: both;
    display: block;
    float: none;
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}

h1 {
	color: #fff;
	font-size: 1.5em;
	text-transform: uppercase;
	line-height: 30px;
	margin-top: 35px;
}
h2 {
	color: #000;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	line-height: 40px;
	margin: 20px 0;
}
h2 span {
	color: #f75a08;
}

div.header {
	background-color: #000;
	background-image: url(images/bg_header.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 136px;
	border-bottom: 1px solid #1b1b1b;
}
div.logo {
   width: 27%;
   text-align: center;
   float: left;  
   padding-top: 35px;
}
div.title {
	width: 49%;
	text-align: center;
	float: left;
}
div.phone {
	width: 24%;
	text-align: center;
	float: right;
}

div.phone p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	color: #fff;
	margin-top: 35px;
	margin-bottom: 12px;
}
div.phone a {
	background-image: url(images/ico_phone.png);
	background-position: left;
	background-repeat: no-repeat;
	color: #ff6c00;
	font-size: 0.95em;
	text-transform: uppercase;
	padding: 6px 0 6px 35px;
}

div.bigimage {
	position: relative;
}
div.bigimage p.descr {
	position: absolute;
	left: 0;
	top: 2.7em;
	width: 100%;
	text-align: center;
	color: #030303;
	font-size: 1.5em;
	text-transform: uppercase;
	line-height: 1.3em;
}
div.bigimage p.descr span.ttitle {
	color: #ff3301;
}
ul.mainmenu {
	background-image: url(images/bg_mainmenu.png);
	background-position: center;
	background-repeat: repeat;
	width: 100%;
	height: 55px;
	display: table;
	position: absolute;
	left: 0;
	top: 0;
}
ul.mainmenu li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background-image: url(images/menu_sep.png);
	background-position: left;
	background-repeat: no-repeat;
}
ul.mainmenu li:first-child {
	background-image: none;
}
ul.mainmenu li a.home {
	background-image: url(images/ico_home.png);
	background-position: center;
	background-repeat: no-repeat; 
	width: 31px;
	height: 31px;
}
ul.mainmenu li a {
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	display: inline-block;
	height: 55px;
	line-height: 55px;
	padding: 0 10px;
}

div.topform {
	width: 325px;
	height: 325px;
	border: 3px solid #de5204;
	border-radius: 2px;
	background-image: url(images/bg_form.png);
	background-position: center;
	background-repeat: repeat;
	position: absolute;
	top: 205px;
	right: 3%;
}
p.form_title {
	font-size: 1.3em;
	font-weight: bold;
	border-bottom: 2px solid #2b2b2b;
	text-transform: uppercase;
	margin: 20px 15px;
	padding-bottom: 15px;
	text-align: center;
	line-height: 26px;
}
div.userfields {
	width: 220px;
	margin: 25px auto;
}
div.userfields div.field {
	margin-bottom: 10px;
	position: relative;
	height: 33px;
}
div.userfields input.inp {
	height: 33px;
	width: 220px;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	text-align: center;
	box-shadow: 1px 1px 2px rgba(0,0,0,.6) inset;
	background-color: #fff;
	border-radius: 20px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
div.userfields input._error_field {
	background-color: #ffe4e1;
}
div.userfields label {
	display: block;
	width: 220px;
	height: 33px;
	line-height: 35px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	text-align: center;
	color: #000;
}
div.userfields label span {
	color: #004a83
}
div.btn_order a {
	display: block;
	width: 220px;
	height: 42px;
	line-height: 42px;
	background-image: url(images/btn_orange.png);
	background-position: center;
	background-repeat: repeat-x;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 1.125em;
	text-transform: uppercase;
	margin: 19px auto;
	border-radius: 20px;
	cursor: pointer;
}
div.btn_order p {
	text-align: center;
}
div.btn_order a span {
	border-bottom: 1px dashed #fff;
}
div.btn_order a:hover span {
	border-bottom: 0;
}

div.about {
	position: absolute;
	top: 200px;
	left: 25px;
	width: 35%;
}

div.about ul li {
	clear: both;
	margin-bottom: 5%;
}
div.about_ico {
	position: relative;
	width: 33%;
	float: left;
} 
div.about_ico span {
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.3em;
	font-weight: bold;
	color: #fff;
	left: 0;
	top: 1.1em;
}
div.about_text {
	height: 100%;
	padding-right: 50px;
	font-size: 0.95em;
	font-weight: bold;
	float: left;
	margin-top: 1.5em;
	margin-left: 15px;
	text-transform: uppercase;
	line-height: 1.2em;
}
div.about_text span {
	color: #f00;
}

div.howwork {
	clear: both;
	margin-top: 30px;
}
div.video {
	width: 61%;
	float: left;
	margin-top: 15px;
}
div.video_ramka {
	background-image: url(images/bg_video.png);
	background-position: center;
	background-repeat: no-repeat; 
	width: 499px;
	height: 335px;
	padding-top: 22px;
	padding-left: 91px;
	margin: 0 auto;
}
div.form {
	float: left;
	width: 39%;
	margin-top: 15px;
}
div.howwork_form {
	width: 325px;
	border: 3px solid #000;
	border-radius: 3px;
	margin-top: 5px;
}
div.howwork_form div.sendsuccess {
	padding-bottom: 70px;
}

div.forwhat {
	clear: both;
	margin-top: 60px;
	background-image: url(images/bg_forwhat.png);
	background-position: center bottom;
	background-repeat: repeat-x;
}
div.forwhat_left {
	background-image: url(images/bg_forwhat_left.png);
	background-position: left bottom;
	background-repeat: no-repeat;
} 
div.forwhat_right {
	background-image: url(images/bg_forwhat_right.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 725px;	
}
div.forwhat ul {
	text-align: center;
	width: 970px;
	height: 380px;
	margin: 30px auto 0;
	position: relative;
}
div.forwhat ul li {
	display: none;
	width: 270px;
	height: 190px;
	margin: 0 20px;
	vertical-align: top;
	position: absolute;
}
div.forwhat ul li.one {
	left: 0;
	top: 0;
}
div.forwhat ul li.two {
	left: 310px;
	top: 0;
}
div.forwhat ul li.three {
	left: 620px;
	top: 0;
}
div.forwhat ul li.four {
	left: 150px;
	top: 190px;
}
div.forwhat ul li.five {
	left: 500px;
	top: 190px;
}


div.forwhat ul li p {
	font-size: 1.125em;
	font-weight: bold;
	margin-top: 20px;
}
div.forwhat ul li p span {
	display: block;
	font-size: 1.611em;
	color: #f75a08;
}

div.free {
	background-image: url(images/baloon.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 492px;
	height: 95px;
	padding-top: 25px;
	margin: 0 auto;
	font-size: 1.125em;
	font-weight: bold;
	text-align: center;
	line-height: 25px;
	display: none;
}
p.free_title {
	color: #f75a08;
	font-size: 1.611em;
}
p.free_orange {
	color: #f75a08;
}

div.cases {
	clear: both;
	background-color: #000;
	background-image: url(images/bg_cases.png);
	background-position: center;
	background-repeat: no-repeat;
	padding: 1px 0 20px;
}
div.cases h2 {
	color: #ffa200;
	margin: 10px 0;
}
div.cases ul li {
	display: inline-block;
	width: 33%;
	text-align: center;
	vertical-align: top;
}
div.case_item {
	background-color: #fff;
	width: 290px;
	padding: 12px;
	height: 330px;
	overflow: hidden;
	margin: 0 auto;
}
div.case_item table {
	border: 1px solid #fff;
	border-spacing: 1px;
	margin: 5px 0;
	width: 100%;
}
div.case_item table td {
	border: 1px solid #e5e5e5;
	padding: 5px 0 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	color: #504f4f;
	white-space: nowrap;
}
div.case_item table td.light {
	color: #6f7276;
}
div.case_item table td.black {
	color: #000;
}
div.case_item table td.red {
	color: #ff3601;
}
div.case_item table td.res {
	background-color: #7e8891;
	border: 1px solid #7e8891;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #fff;
}
div.case_item table td.before {
	background-color: #191919;
	border: 1px solid #191919;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #fff;
}
div.case_item table td.after {
	background-color: #ff3601;
	border: 1px solid #ff3601;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #fff;
}
a.case_btn {
	display: block;
	width: 180px;
	height: 35px;
	line-height: 35px;
	background-image: url(images/btn_orange.png);
	background-position: center;
	background-repeat: repeat-x;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 1em;
	text-transform: uppercase;
	margin: 10px auto;
	border-radius: 20px;
}
a.case_btn span {
	border-bottom: 1px dashed #fff;
}
a.case_btn:hover span {
	border-bottom: 0;
}
div.giving {
	clear: both;
	margin-top: 45px;
}

div.giving ul {
	position: relative;
	background-image: url(images/bg_giving.png);
	background-position: center top;
	background-repeat: no-repeat;
	width: 860px;
	height: 670px;
	margin: 80px auto 0;
}
div.giving ul li {
	width: 325px;
	height: 260px;
	position: absolute;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.05em;
}
div.giving ul li p {
	margin-top: 20px;
}
div.giving ul li.giving1 {
	left: 285px;
	top: -50px;
}
div.giving ul li.giving2 {
	left: 525px;
	top: 120px;
}
div.giving ul li.giving3 {
	left: 450px;
	top: 400px;
}
div.giving ul li.giving4 {
	left: 115px;
	top: 400px;
}
div.giving ul li.giving5 {
	left: 40px;
	top: 120px;
}
div.giving ul li.giving3 p {
	padding: 0 20px;
}
div.giving ul li.giving4 p {
	padding: 0 30px;
}

div.diff_left {
	float: left;
	width: 46%;
}
div.diff_right {
	float: right;
	width: 46%;
}
div.diff_item {
	width: 455px;
	margin: 0 auto;
}
div.diff_item p.title {
	font-family: 'FuturisC';
	font-size: 1.8em;
	color: #fff;
	background-position: center;
	background-repeat: repeat-x;
	height: 49px;
	line-height: 49px;
	padding-left: 35px;
	padding-top: 0;
	padding-bottom: 0;
	border: 0;
}
div.diff_item.good p.title {
	background-image: url(images/diff_title_orange.png);
}
div.diff_item.sucks p.title {
	background-image: url(images/diff_title_black.png);
}
div.diff_item p.last {
	height: 72px;
}
div.diff_item p {
	border: 1px solid #e5e5e5;
	margin: 1px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	padding: 5px 0 5px 43px;
	background-position: 7px 6px;
	background-repeat: no-repeat;
	line-height: 18px;
}
div.diff_item.good p {
	background-image: url(images/ico_diff.png);
}
div.diff_item.sucks p {
	background-image: url(images/ico_diff1.png);
}
div.diff_item.good {
	float: right;
}
div.diff_item.sucks {
	float: left;
}

div.team {
	background-color: #e14c08;
	background-image: url(images/bg_team.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 320px;
	margin: 40px 0;
	padding-top: 1px;
}
div.team h2 {
	color: #fff;
}

div.teammates {
	width: 780px;
	margin: 0 auto;
}
div.teammate {
	float: left;
	width: 50%;
}
div.teammate a.sert {
	display: block;
	width: 135px;
	float: left;
	position: relative;
}
div.teammate a.sert span {
	background-image: url(images/lupa.png);
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	width: 24px;
	height: 23px;
	position: absolute;
	right: 7px;
	bottom: 10px;
}
div.teammate div.text {
	float: left;
	width: 180px;
	margin-left: 15px;
}
div.teammate div.text p {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 16px;
}
div.teammate div.text p.name {
	font-family: 'FuturisC';
	font-size: 1.05em;
	margin-bottom: 10px;
	margin-top: 10px;
}
div.teammate div.text img {
	margin-left: 23px;
}

div.work_steps {
	background-image: url(images/bevel.png);
	background-position: right;
	background-repeat: no-repeat;
	height: 270px;
	padding-top: 55px;
	margin: -30px auto 0;
	width: 97%;
	min-width: 950px;
	max-width: 1050px;
}
div.work_item {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
div.work_item > div {
	height: 47px;
	margin-bottom: 8px;
	float: left;
}
div.work_item > div.end {
	width: 145px;
	background-color: transparent;
	background-image: url(images/bg_ourwork.png);
	background-repeat: no-repeat;
} 
div.work_item.step1 > div.end {
	background-position: left top;
}
div.work_item.step2 > div.end {
	background-position: left -55px;
}
div.work_item.step3 > div.end {
	background-position: left -110px;
}
div.work_item.step4 > div.end {
	background-position: left -166px;
}
div.work_item.step5 > div.end {
	background-position: left bottom;
}
div.work_item div:first-child {
	max-width: 725px;
   min-width: 610px;
   width: 64%;
   white-space: nowrap;
}
div.work_item.step1 div:first-child {
	background-color: #afafaf;
}
div.work_item.step2 div:first-child {
	background-color: #7aa301;
}
div.work_item.step3 div:first-child {
	background-color: #01adc7;
}
div.work_item.step4 div:first-child {
	background-color: #496574;
}
div.work_item.step5 div:first-child {
	background-color: #fc1449;
}

div.work_item div:first-child em {
	font-weight: bold;
	font-size: 1.65em;
	font-style: normal;
	line-height: 47px;
	padding: 0 10px;
	background-color: rgba(255, 255, 255, 0.25);
   display: inline-block;
}
div.work_item div:first-child span {
	display: inline-block;
	font-size: 0.95em;
	white-space: nowrap;
	vertical-align: middle;
	margin-left: 3%;
	margin-top: -7px;
	width: 325px;
	position: relative;
}

div.dont {
	background-image: url(images/bg_dont.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 246px;
	padding-top: 1px;
	margin: 45px 0;
	color: #fff;
}
div.dont h2 {
	color: #fff;
}
div.dont ul {
	text-align: center;
	position: relative;
}
div.dont ul li {
	display: none;
	width: 33%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.05em;
	position: absolute;
	top: 0;
}
div.dont ul li.one {
	left: 0;
} 
div.dont ul li.two {
	left: 33%;
} 
div.dont ul li.three {
	left: 66%;
} 
div.dont ul li span, div.dont ul li img {
	display: inline-block;
	vertical-align: middle;
	max-width: 170px;
	text-align: left;
	margin-left: 10px;
}

div.freepart {
	margin: 0 3.5%;
	padding: 25px 10px 10px;
	box-shadow: 0 0 5px rgba(0,0,0,.32);
}
div.freepart div.left {
	float: left;
	width: 70%;
	text-align: center;
	color: #7a7a7a;
	font-size: 1.45em;
	line-height: 1.3em;
}
div.freepart div.left p:first-child {
	color: #000;
	text-transform: uppercase;
}
div.freepart div.left p:first-child span {
	color: #f75a08;
}
div.freepart div.right {
	float: right;
	width: 28%;
}


a.show_popup {
	display: block;
	width: 220px;
	height: 42px;
	line-height: 42px;
	background-image: url(images/btn_orange.png);
	background-position: center;
	background-repeat: repeat-x;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 1em;
	text-transform: uppercase;
	margin: 2em 0;
	border-radius: 20px;
}
a.show_popup span {
	border-bottom: 1px dashed #fff;
}
a.show_popup:hover span {
	border-bottom: 0;
}

div.contacts {
	margin: 45px 3.5% 25px;
}
div.contacts div.left {
	width: 57%;
	float: right;
}
#onyamap {
	border: 1px solid #afafaf;
}
div.address {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.125em;
	font-weight: bold;
	margin: 20px 0;
	color: #ff3c01;
	line-height: 42px;
	
}

.contacts_phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.25em;
	font-weight: bold;
	text-align: center;
	margin: 45px 0 20px;
}

div.contacts div.right {
	width: 39%;
	float: left;
	background-image: url(images/alena.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 380px;
	text-align: center;
}
div.contacts div.right p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.25em;
	
}

a.callme {
	display: block;
	width: 220px;
	height: 42px;
	line-height: 42px;
	background-image: url(images/btn_orange.png);
	background-position: center;
	background-repeat: repeat-x;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 1em;
	text-transform: uppercase;
	margin: 10px auto 35px;
	border-radius: 20px;
}
a.callme span {
	border-bottom: 1px dashed #fff;
}
a.callme:hover span {
	border-bottom: 0;
}

/* ============ Кнопки соц.сетей =========== */
div.socbtns {
	padding-bottom: 15px;
}
.share42init {
	text-align: center;
}
#share42 a {
	position:relative;
	margin-left: 20px !important;
}
#share42 a:hover span {display:block;}
#share42 a span:before {content:'';position:absolute;top:50%;left:-5px;margin-top:-3px;width:5px;height:7px;background:url(data:image/gif;base64,R0lGODlhBQAHAJEDAKqqqsnJyf///////yH5BAEAAAMALAAAAAAFAAcAAAIMnBEXMijiXlts1lkAADs=) no-repeat;}

/* ============ highslide =========== */
.highslide-html, .highslide-outline, .highslide-wrapper {
	background-color: transparent !important;
}
.highslide-wrapper {
	border-radius: 9px;
}
.highslide-html-content {
	padding: 0 !important;
}
.highslide-header {
	padding-bottom: 0 !important;
}
.highslide-caption {
	background-color: #fff !important;
	padding: 0px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.highslide-header ul li span {
	display: none;
}
.highslide-header .highslide-move {
	display: none;
}
.highslide-header .highslide-close {
	display: none;
}
.highslide-footer {
	display: none;
}
.highslide-active-anchor img {
	visibility: visible !important;
}
.close_btn {
	background-image: url(images/btn_close.png);
	background-repeat: no-repeat;
	background-position: right;
	width: 29px;
	height: 29px;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 10px;
	cursor: pointer;
}
.highslide-image {
	background-color: #fff;
} 

#popup {
	position: absolute;
	left: 0px;
	top: 0;
	width: 325px;
	height: 325px;
	border: 3px solid #de5204;
	border-radius: 2px;
	background-color: #fff;
	text-align: center;
	z-index: 20;
	display: none;
}
#popupbg{
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	display: none;
}
div.popup_close {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background-image: url(images/btn_close.png);
	background-position: center;
	background-repeat: no-repeat;	
}

div.sendsuccess {
	display: none;
	font-size: 1.3em;
	text-transform: uppercase;
	line-height: 28px;
	text-align: center;
}
div.sendsuccess span {
	color: #f75a08;
}
div.sendsuccess p.form_title {
	font-size: 1.714em;
	padding-top: 65px;
}

a.preloading span {
	text-indent: -9999px;
	background-image: url(images/preloader.gif);
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	width: 24px;
	border-bottom: 0;
}

/* To Top Button */
#back-top {position: fixed; right: 50px;bottom: 7px; color:#fff; text-decoration: none; font-size: 14px;z-index: 15010;}
#back-top a {display: block; text-decoration: none;width: 87px;height: 87px;background: url(images/btn_totop.png) no-repeat scroll 0 0;}

.rub-fnt { font-family: 'ALSRubl-Arial', Arial, sans-serif; }

.workwithus {
	clear: both;
	text-align: center;
}
.workwithus ul {
	position: relative;
	text-align: center;
	width: 1005px;
	margin: 0 auto;
	height: 180px;
}
.workwithus ul li {
	display: none;
	width: 200px;
	vertical-align: top;
	min-height: 180px;
	float: left;
}
.workwithus ul li p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.175em;
	margin-top: 10px;
	padding: 0 30px;
	line-height: 18px;
}
.firsttime {
	clear: both;
	margin: 20px 0 0;
	padding: 30px 0;
	background-color: #f5f5f5;
}
.orangeborder {
	width: 815px;
	margin: 25px auto;
	border: 5px solid #ff4801;
	position: relative;
}
.orangeborder h3 {
	font-size: 1.95em;
	font-weight: bold;
	color: #ff3f01;
	text-transform: uppercase;
	text-align: center;
	margin-top: -16px;
}
.orangeborder h3 span {
	background-color: #f5f5f5;
	padding: 0 10px;
} 
p.greyborder {
	padding: 0 0 20px;
	margin: 20px 45px; 
	border-bottom: 1px dashed #b5b5b5;
	color: #2b2b2b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 28px;
	text-align: center;
}
.first_left {
	width: 455px;
	float: left;
}
.first_right {
	float: left;
	width: 340px;
}
.firsttime_form {
	width: 277px;
	background-color: #e0e0e0;
	padding: 1px 0;
	margin-bottom: 15px;
}
.firsttime_form .form_title {
	border-bottom: 0;
	margin: 15px;
	padding-bottom: 0;
}
.firsttime_form .userfields {
	margin: 15px auto;
}
.firsttime_form div.btn_order a {
	background-image: url(images/btn_black.png);
	width: 165px;
}

.first_prices {
	background-image: url(images/raketa.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 75px;
	height: 100px;
	margin-top: 17px;
}
.first_descr {
	width: 318px;
	margin: 0 auto;
}
.first_title {
	color: #ff3f01;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.first_descr .oldprice {
	color: #9d9d9d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.813em;
	text-align: center;
	position: relative;
	margin: 7px 0;
}
.first_descr .oldprice span {
	font-size: 0.511em;
}
.first_descr .oldprice i {
	display: block;
	width: 209px;
	height: 37px;
	background-image: url(images/cross.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 10px;
	top: 0;
}
.first_descr .newprice {
	color: #2b2b2b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.125em;
	font-weight: bold;
	text-align: center;
}
.first_descr .newprice span {
	font-size: 0.676em;
}
.paid {
	display: block;
	width: 165px;
	height: 42px;
	line-height: 42px;
	background-image: url(images/btn_orange.png);
	background-position: center;
	background-repeat: repeat-x;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 1.125em;
	text-transform: uppercase;
	margin: 19px auto;
	border-radius: 20px;
}

.paid span {
    border-bottom: 1px dashed #fff;
}

.calculator {
	clear: both;
	padding: 30px 0;
	background-color: #f5f5f5;
}
.calculator h2 {
	margin-bottom: 33px;
}
.wheels {
	display: block;
	width: 160px;
	height: 90px;
	background-image: url(images/wheels.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #f5f5f5;
	margin: -37px auto 0;
}
.calc_slider {
	width: 500px;
	margin: 30px auto;
}
.calc_wish {
	float: left;
	width: 150px;
	color: #665854;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.05em;
	font-weight: bold;
	line-height: 22px;
	margin-top: 7px;
}
.calc_wish.active {
	color: #ff6600;
} 
.calc_polzun {
	float: left;
	width: 122px;
	height: 53px;
	padding: 3px 4px;
	margin: 0 30px;
	background-image: url(images/bg_polzunok.png);
	background-position: center;
	background-repeat: repeat-x;
	box-shadow: 2px 2px 8px rgba(0,0,0,.75) inset;
	border-radius: 15px;
	cursor: pointer;
}
.iwant {
	background-image: url(images/polzun_orange.png);
	background-position: center;
	background-repeat: repeat-x;
	width: 64px;
	height: 53px;
	border-radius: 13px;
	color: #fff;
	font-size: 0.95em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 53px;
	text-align: center;
	text-shadow: 0 -1px 1px rgba(0,0,0,.24);
	cursor: pointer;
}
.calc_div {
	margin-top: 30px;
	margin-left: 35px;
	width: 480px;
	float: left;
	display: none;
}
.calc_div.active {
	display: block;
}
.calc_label {
	display: block;
	float: left;
	width: 160px;
	padding-right: 20px;
	color: #665854;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.05em;
	line-height: 22px;
}
.ui-slider {
	background-color: #6d6d6d;
	height: 4px;
	margin-top: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,.5) inset;
	position: relative;
}
.ui-slider-range {
	background-color: #ff4901;
	box-shadow: 0 1px 2px rgba(0,0,0,.5) inset;
   border: 0 none;
   display: block;
   height: 4px;
   font-size: 0.7em;
   position: absolute;
   z-index: 1;
}
.ui-slider-handle {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ff3101; /* Old browsers */
	background: -moz-linear-gradient(top, #ff3101 0%, #ff7200 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3101), color-stop(100%,#ff7200)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff3101 0%,#ff7200 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff3101 0%,#ff7200 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff3101 0%,#ff7200 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ff3101 0%,#ff7200 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3101', endColorstr='#ff7200',GradientType=0 );
	cursor: pointer;
   position: absolute;
   top: -8px;
   left: - 10px;
   z-index: 2;
   box-shadow: 2px 2px 3px rgba(0,0,0,.39);
}
.slider_bg {
	background-image: url(images/bg_slider.png);
	background-position: left;
	background-repeat: repeat-x;
	height: 16px;
	width: 255px;
	margin-top: 15px;
	float: left;
	position: relative;
	text-align: center;
}
.slider_bg .minval {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #575757;
	position: absolute;
	left: 0;
	bottom: -20px;
	margin: 0 !important;
} 
.slider_bg .maxval {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #575757;
	position: absolute;
	right: -15px;
	bottom: -20px;
	margin: 0 !important;
} 
.slider_bg .orange {
	color: #ff5d00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	display: inline-block;
	margin: 15px 5px 0;	
}
.slider_res {
	color: #ff5d00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-align: center;
	text-decoration: none;
	position: absolute;
	top: -15px;
	display: block;
	height: 15px;
	white-space: nowrap;
}
.slider_res.hidden {
	display: none;
}
.calc_div > div {
	clear: both;
} 
.calc_div > div:first-child {
	margin-bottom: 50px;
}
.calc_itog {
	text-align: center;
	color: #ff3f01;
	font-size: 2em;
	text-transform: uppercase;
	margin: 25px 0;
	line-height: 40px;
	white-space: nowrap;
}
.calc_itog_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.063em;
	font-weight: bold;
	color: #000;
	text-transform: none;
}
.calc_itog_black.small {
	font-size: 0.676em;
}
.calc_itog_black.small .calc_number {
	font-size: 1.478em;
}

#cost .calc_itog {
	margin-top: 60px;
}


.calc_form {
	width: 277px;
	background-color: #e0e0e0;
	padding: 1px 0;
	margin-bottom: 42px;
	margin-top: 30px;
	float: left;
}
.calc_form .form_title {
	border-bottom: 0;
	margin: 15px 0;
	padding-bottom: 0;
}
.calc_form .userfields {
	margin: 15px auto;
}
.calc_form div.btn_order a {
	width: 165px;
}
.calc_form .sendsuccess, .firsttime_form .sendsuccess {
	padding-bottom: 60px;
}

.coaching {
	background-image: url(images/bg_couching1.png);
	background-position: center;
	background-repeat: repeat-x;
	height: 357px;
	clear: both;
	margin: 30px 0;
}
.coaching.hidden {
	display: none;
}
.coach_wrap {
	width: 850px;
	margin: 0 auto;
}
.coach_img {
	float: left;
	margin-right: 15px;
	padding-top: 55px;
}
.coach_text {
	float: left;
}
.coach_text p {
	color: #ff3809;
	font-size: 1.25em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 5px;
}
.coach_text p.title {
	font-size: 2.25em;
	padding-top: 22px;
}
.coach_text p.personal {
	font-size: 1.750em;
	color: #2b2b2b;
	margin: 40px 0 25px;
}
.coach_text p.withtimer {
	margin: 10px 0 0;
}
.coach_icons {
	text-align: center;
}
.coach_icons li {
	display: inline-block;
	color: #ff3901;
	text-transform: uppercase;
	font-size: 1.259em;
	margin: 0 17px;
}
.coach_icons li img {
	position: relative;
	top: 8px;
	margin-right: 10px;
}
.coach_text p.coach_price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.813em;
	color: #2b2b2b;
	width: 300px;
	text-align: center;
	float: left;
	margin-top: 40px;
}
.coach_text p.coach_price span {
	font-size: 0.511em;
	text-transform: none;
}
.coaching a.show_popup {
	float: right;
	margin-top: 50px;
}

#countdown {
	height: 48px;
	margin-bottom: 5px;
	margin-left: 8px;
}
#countdown span {
	display: block;
	float: left;
	margin: 0 6px;
	background-image: url(images/counter_item.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 47px;
	height: 48px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.875em;
	font-weight: bold;
	text-align: center;
	line-height: 48px;
}
div.countdown_text {
	clear: both;
	position: relative;
}
div.countdown_text span {
	position: absolute;
	top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #272727;
	text-transform: lowercase;
}
div.countdown_text span.days {
	left: 25px;	
}
div.countdown_text span.hours {
	left: 80px;	
}
div.countdown_text span.minutes {
	left: 140px;	
}
div.countdown_text span.seconds {
	left: 195px;	
}
.coach_timer {
	border: 3px solid #ff0000;
	border-top: 0;
	border-radius: 5px;
	width: 252px;
	height: 120px;
	float: left;
	position: relative;
	margin-top: 30px;
}
.coach_timer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.250em;
	font-weight: normal;
	background-image: url(images/bg_timer_title.png);
	background-position: center 7px;
	background-repeat: no-repeat; 
	position: relative;
	top: -13px;
	padding: 0 20px;
	text-transform: none;
}
.coach_text p.coach_oldprice {
	color: #9d9d9d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	text-align: center;
	position: relative;
	margin: 7px 0;
	text-transform: none;
}
.coach_text p.coach_oldprice span {
	font-size: 0.511em;
}
.coach_text p.coach_oldprice i {
	display: block;
	width: 209px;
	height: 37px;
	background-image: url(images/cross.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}

.coach_prices {
	float: right; 
	width: 230px;
	padding-top: 20px;
}
.coach_text .coach_prices p.coach_price {
	float: none;
	margin-top: 0;
	width: auto;
	font-size: 2.125em;
}
.coach_text .coach_prices a.show_popup {
	margin-top: 0;
}
#popup_add {
	position: absolute;
	left: 0px;
	top: 0;
	width: 445px;
	height: 410px;
	border: 3px solid #de5204;
	border-radius: 2px;
	background-color: #fff;
	text-align: center;
	z-index: 20;
	display: none;
}
#popup_add div.userfields {
	width: 335px;
}
#popup_add div.userfields .field label {
	position: relative;
	width: 110px;
	float: left;
	line-height: 20px;
	text-align: left;
}
#popup_add div.userfields .field input {
	position: relative;
	width: 210px;
	float: left;
	text-align: left;
	padding-left: 10px;
}
.thanks {
	color: #ff6700;
	font-size: 1.05em;
	font-style: italic;
	margin-top: 20px;
}
#popup_add div.btn_order a {
	margin-top: 12px;
}
div.difference{padding-bottom:40px;}
@media screen and (max-width: 992px) {
h1{font-size: 1.4em;}
ul.mainmenu li a{font-size: 1em;}
div.bigimage p.descr{font-size: 13px !important;padding-top:20px;}
span.ttitle{font-size: 23px !important;}
input.require{border:1px solid #cacaca  !important;}
div.dont ul li{display:inline-block !important;}
div.address{font-size:2em;}
div.about{top:150px;}
}
.xxx{font-size:16px !important;color:#cacaca !important;}
