/*===============================================================================
										Reset
================================================================================*/
*{
	margin:0;
	padding:0;
}
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%;
	vertical-align: baseline;
	/* user-select: none; 
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;	  */
}
body {
	font-family:  Arial, Helvetica CY, Nimbus Sans L, Sans-serif;
	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;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
h1, h2, h3, h4, h5, h6{clear: both;}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body, html{
	height:100%;
	min-height:100%;
	min-width:1000px;
}
:focus {
	outline: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {display: block;}
audio, canvas, video {display: inline-block;}
audio:not([controls]) {display: none;}
del {color: #333;}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup{top: -0.5em;}
sub{bottom: -0.25em;}
small{font-size: smaller;}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
a{color:#339933;}
.clear{
	height:1px;
	clear:both;
}
hr{
	margin-top:20px;
	margin-left:25px;
	height: 1px;
	background: none;
	border: 0;
	border-bottom: 1px dashed #bbc0b9;
}
/*===============================================================================
									Fonts
================================================================================*/
@font-face {
    font-family: 'roboto_slabbold';
    src: url('fonts/robotoslab-bold-webfont.eot');
    src: url('fonts/robotoslab-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/robotoslab-bold-webfont.woff') format('woff'),
         url('fonts/robotoslab-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
/*===============================================================================
									Header
================================================================================*/
.top-line{
	width: 100%;
	height: 2px;
	background: #1d2d18;
	clear: both;
}
.center-part{
	margin: 0 auto;
	width: 960px;
	height: 2px;
	position: relative;
}
.top-line span{
	display: block;
	width: 11px;
	height: 6px;
	background: url(images/tl-arrow.png) no-repeat;
	position: absolute;
	top: 2px;
}
.top-line span.main{left: 225px;}
.top-line span.how-work-this{left: 331px;}
.top-line span.focus{/*left: 462px;*/ left: 466px;}
.top-line span.faq{/*left: 573px;*/ left: 555px;}
.top-line span.feed-back{/*left:712px;*/ left:646px;}
.top-line span.contact-us{/*left:705px;*/ left:792px;}
header{
	margin: 0 auto;
	width:1100px;
	height:70px;
	/*width: 960px;
	height: 60px;*/
}
header .logo{
	display: block;
	margin: 0 0 0 17px;
	width: 218px;
	height: 104px;
	text-indent: -9999px;
	border: 1px solid #e8e8e8;
	background: #fbfcf9 url(/images/logo_new.png) 13px 3px no-repeat;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	float: left;
}
header nav{
	/*margin: 18px 0 0 22px;*/
	margin: 24px 0 0 45px;
	width:535px;
	/*width: 588px;*/
	height: 24px;
	float: left;
}
header nav li{
	display: block;
	margin-right: 45px;
	/*margin-right: 60px;*/
	width: auto;
	height: 24px;
	float: left;
}
header a{
	font: bold 14px/24px Arial, Helvetica CY, Nimbus Sans L, Sans-serif;
	color: #000;
	text-decoration: none;
}
header a:hover{color: #76ac37;}
header li a.order:hover{background-position: 0 -2px;}
header li a.cur{color: #45872d;}
header li a.order.cur{background-position: 0 -2px;}
header .noosphere-logo{
	/*margin-top: 13px;*/
	margin-top: 17px;
	width: 77px;
	height: 36px;
	background: url(images/noosphere-logo_new.png) no-repeat;
	text-indent: -9999px;
	float: right;
}
header .btn{
	float:left;
	width:108px;
	height:28px;
	margin-top:22px;
	background:#6fa548;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
header .btn a {		
	padding: 10px 9px;
	color:#fff;
	font: bold 14px/26px Arial, Helvetica CY, Nimbus Sans L, Sans-serif;
}
header .btn img{
	margin-right:8px;
}
header .languages{
	margin:24px 0 0 36px;
	/*margin:18px 0 0 -14px;*/
	width: 42px;
	height: 24px;
	float:left;
}
header .languages a{
	font: bold 12px/24px Arial, Helvetica CY, Nimbus Sans L, Sans-serif;
	color: #000;
	text-decoration: underline;
}
header .languages a.cur{
	color:#45872d;
	text-decoration: none;
}
.header-line{
	width: 100%;
	height: 1px;
	background: #e8eae7;
}
.bottom-line{
	margin: 19px auto;
	width: 940px;
	height: 1px;
	border-bottom: 1px dashed #bbc0b9;
	clear: both;
}
/*==============================================================================
                              main
==============================================================================*/
.wrap-main-page{
	margin-top: 66px;
	width: 100%;
	height: 750px;
	position: relative;
}
.wrap-main-page .main-page{
	background:url(../images/slider/slide0.jpg) 80px 115px no-repeat;
	margin-left: -705px;
	padding-left: 297px;
	width: 1113px;
	height: 750px;
	position: absolute;
	top: 0;
	left: 50%;
}
.wrap-main-page .main-page h2{
	margin-bottom: 5px;
	height:58px;
	font: bold 48px/58px Arial, Helvetica CY, Nimbus Sans L, roboto_slabbold, Sans-serif;;
	color: #000;
	margin-left: -127px;
}
.wrap-main-page .main-page .text-short{
	max-width: 470px;
	margin-left:-124px;
}
.wrap-main-page .main-page .text-short p{
	margin-bottom: 14px;
	font:14px/16px Arial, Helvetica CY, Nimbus Sans L, Sans-serif;
	/*color:#4a5546;*/
	color:#000;
}
.wrap-main-page .main-page .bottom-text{
	margin-left: -533px;
	width: 810px;
	height: 180px;
	position: absolute;
	left: 50%;
	/*bottom: 64px;*/
	bottom: 25px;
}
.wrap-main-page .main-page .bottom-text .column{
	margin-right: 20px;	
	width: 380px;
	height: 180px;
	float:left;
}
.wrap-main-page .main-page .bottom-text .column .title{	
	margin-bottom: 18px;
	height: 36px;
	font: bold 16px/36px Arial, Helvetica CY, Nimbus Sans L, roboto_slabbold, Sans-serif;
	color: #000;
}
.wrap-main-page .main-page .bottom-text .column p{
	margin-bottom: 14px;
	font: 14px/16px Arial, Helvetica CY, Nimbus Sans L, Sans-serif;
	/*color: #3f3f3f;*/
	color:#000;
	margin-left:0px;
}
/*===============================================================================
								Home slider
================================================================================*/
.home-slider{
	margin-top: 66px;
	width: 100%;
	height: 750px;
	position: relative;
}
.home-slider .timer-wrap{
	margin-left: -470px;
	width: 960px;
	height: 49px;
	position: absolute;
	/*bottom: 15px;*/
	bottom: 1px;
	left: 50%;
}
.home-slider .timer-wrap .timer{
	margin-left: 63px;
	width: 620px;
	height: 48px;
}
.home-slider .timer-wrap .timer .clock{
	padding: 0 15px 0 55px;
	height: 48px;
	background: #1d2d18 url(images/clock.png) 10px 7px no-repeat;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	font: 18px/48px Arial, Helvetica CY, Nimbus Sans L, Sans-serif;
	color: #fff;
	float: left;
}
.home-slider .timer-wrap .timer p{
	margin-top: 2px;
	width: 464px;
	height: 28px;
	font: 14px/14px Arial, Helvetica CY, Nimbus Sans L, Sans-serif;
	color: #565656;
	float: right;
}
.home-slider .timer-wrap.right{margin-left: -480px;}
.home-slider .timer-wrap.right .timer{float:right;}
.home-slider .timer-wrap.right .timer .clock{	float:right;}
.home-slider .timer-wrap.right .timer p{
	/*width: 455px;*/
	width: 445px;
	text-align: right;
	float:left;
}
.home-slider .slide3 .timer-wrap p{width:445px;}
.home-slider .bx-wrapper{
	width: 100%;
	height: 725px;
	position: relative;
}
.home-slider .bx-wrapper .bx-viewport{
	width: 100%;
	height: 725px;
}
.home-slider .bx-wrapper .bx-controls-direction{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.home-slider .bx-wrapper .bx-controls-direction a{
 display: block;
 width: 63px;
 height: 71px;
 position: absolute;
 top: 255px;
 background: url(images/home-page-arrows.png) no-repeat;
 text-indent: -9999px;
}
.home-slider .bx-wrapper .bx-controls-direction a.bx-next{background-position: -63px 0;}
.home-slider .bx-wrapper .bx-controls-direction a:hover{
 
}

@media only screen and (max-width: 3000px){
 .home-slider .bx-wrapper .bx-controls-direction a.bx-prev{left: 150px;}
 .home-slider .bx-wrapper .bx-controls-direction a.bx-next{right: 150px;}
 .home-slider .bx-wrapper .bx-controls-direction a.bx-prev:hover{
  animation: pulseLeft 0.5s infinite linear;
  -webkit-animation: pulseLeft 0.5s infinite linear;
  -moz-animation: pulseLeft 0.5s infinite linear;
  -o-animation: pulseLeft 0.5s infinite linear;
 }
 .home-slider .bx-wrapper .bx-controls-direction a.bx-next:hover{
  animation: pulseRight 0.5s infinite linear;
  -moz-animation: pulseRight 0.5s infinite linear;
  -webkit-animation: pulseRight 0.5s infinite linear;
  -o-animation: pulseRight 0.5s infinite linear;
 }
 @keyframes pulseLeft {
  0% {left: 150px;}
  50% {left: 140px;}
  100%{left: 150px;}
 }
 @-webkit-keyframes pulseLeft {
  0% {left: 150px;}
  50% {left: 140px;}
  100%{left: 150px;}
 }
 @-moz-keyframes pulseLeft {
  0% {left: 150px;}
  50% {left: 140px;}
  100%{left: 150px;}
 } 
 @-o-keyframes pulseLeft {
  0% {left: 150px;}
  50% {left: 140px;}
  100%{left: 150px;}
 }
 @keyframes pulseRight {
  0% { right: 150px;}

  50% { right: 140px;}
  100%{right: 150px;}
 }
 @-webkit-keyframes pulseRight {
  0% { right: 150px;}
  50% { right: 140px;}
  100%{right: 150px;}
 }
 @-moz-keyframes pulseRight {
  0% { right: 150px;}
  50%{right: 140px;}
  100%{right: 150px;}
 }
 @-o-keyframes pulseRight {
  0% { right: 150px;}
  50% { right: 140px;}
  100%{right: 150px;}
 }
}
@media only screen and (max-width: 1600px){
.home-slider .bx-wrapper .bx-controls-direction a.bx-prev{left: 70px;}
.home-slider .bx-wrapper .bx-controls-direction a.bx-next{right: 70px;}
 .home-slider .bx-wrapper .bx-controls-direction a.bx-prev:hover{
  animation: pulseLeft 0.5s infinite linear;
  -webkit-animation: pulseLeft 0.5s infinite linear;
  -moz-animation: pulseLeft 0.5s infinite linear;
  -o-animation: pulseLeft 0.5s infinite linear;
 }
 .home-slider .bx-wrapper .bx-controls-direction a.bx-next:hover{
  animation: pulseRight 0.5s infinite linear;
  -moz-animation: pulseRight 0.5s infinite linear;
  -webkit-animation: pulseRight 0.5s infinite linear;
  -o-animation: pulseRight 0.5s infinite linear;
 }
 @keyframes pulseLeft {
  0%{left: 70px;}
  50%{left: 60px;}
  100%{ left: 70px;}
 }
 @-webkit-keyframes pulseLeft {
  0%{left: 70px;}
  50%{left: 60px;}
  100%{ left: 70px;}
 }
 @-moz-keyframes pulseLeft {
  0%{left: 70px;}
  50%{left: 60px;}
  100%{ left: 70px;}
 }
 @-o-keyframes pulseLeft {
  0%{left: 70px;}
  50%{left: 60px;}
  100%{ left: 70px;}
 } 
 @keyframes pulseRight {
  0%{right: 70px;}
  50%{right: 60px;}
  100%{ right: 70px;}
 }
 @-webkit-keyframes pulseRight {
  0%{right: 70px;}
  50%{right: 60px;}
  100%{ right: 70px;}
 }
 @-moz-keyframes pulseRight {
  0%{right: 70px;}
  50%{right: 60px;}
  100%{ right: 70px;}
 }
 @-o-keyframes pulseRight {
  0%{right: 70px;}
  50%{right: 60px;}
  100%{ right: 70px;}
 }
}
@media only screen and (max-width: 1200px){
.home-slider .bx-wrapper .bx-controls-direction a.bx-prev{left: 40px;}
.home-slider .bx-wrapper .bx-controls-direction a.bx-next{right: 40px;}
 .home-slider .bx-wrapper .bx-controls-direction a.bx-prev:hover{
  animation: pulseLeft 0.5s infinite linear;
  -webkit-animation: pulseLeft 0.5s infinite linear;
  -moz-animation: pulseLeft 0.5s infinite linear;
  -o-animation: pulseLeft 0.5s infinite linear;
 }
 .home-slider .bx-wrapper .bx-controls-direction a.bx-next:hover{
  animation: pulseRight 0.5s infinite linear;
  -moz-animation: pulseRight 0.5s infinite linear;
  -webkit-animation: pulseRight 0.5s infinite linear;
  -o-animation: pulseRight 0.5s infinite linear;
 }
 @keyframes pulseLeft {
  0%{left: 40px;}
  50%{left: 30px;}
  100% {left: 40px;}
 }
 @-webkit-keyframes pulseLeft {
  0%{left: 40px;}
  50%{left: 30px;}
  100% {left: 40px;}
 }
 @-moz-keyframes pulseLeft {
  0%{left: 40px;}
  50%{left: 30px;}
  100% {left: 40px;}
 }
 @-o-keyframes pulseLeft {
  0%{left: 40px;}
  50%{left: 30px;}
  100% {left: 40px;}
 } 
 @keyframes pulseRight {
  0%{right: 40px;}
  50%{right: 30px;}
  100%{right: 40px;}
 }
 @-webkit-keyframes pulseRight {
  0%{right: 40px;}
  50%{right: 30px;}
  100%{right: 40px;}
 }
 @-moz-keyframes pulseRight {
  0%{right: 40px;}
  50%{right: 30px;}
  100%{right: 40px;}
 }
 @-o-keyframes pulseRight {
  0%{right: 40px;}
  50%{right: 30px;}
  100%{right: 40px;}
 }
}
.home-slider .bx-wrapper .bx-controls-direction a.disabled{display: none;}
.home-slider ul.slider{
	height: 750px;
	overflow:hidden;
}
.home-slider ul.slider li.slider-item{
	width: 100%;
	height: 750px;
	position: relative;
}
.home-slider ul.slider li.slider-item .item{
	margin-left: -705px;
	padding-left: 297px;
	width: 1113px;
	height: 750px;
	position: absolute;
	top: 0;
	left: 50%;
}
.home-slider ul.slider li.slider-item .item h2{
	margin-bottom: 5px;
	height:58px;
	font: bold 48px/58px Arial, Helvetica CY, Nimbus Sans L, Sans-serif;
	color: #000;
	margin-left: -127px;
}
.home-slider ul.slider li.slider-item .item p{
	margin-bottom: 14px;
	font:14px/16px Arial, Helvetica CY, Nimbus Sans L, Sans-serif;
	/*color:#4a5546;*/
	color:#000;
}
.home-slider ul.slider li.slider-item ul{list-style: disc inside;}
.home-slider ul.slider li.slider-item ul li{
	display: list-item;
	font:14px/18px Arial, Helvetica CY, Nimbus Sans L, Sans-serif;
	color:#4a5546;
}
.text-short{max-width: 470px;margin-left:-124px;}
.home-slider ul.slider li.slider-item .item .bottom-text{
	/*margin-left: -390px;*/
	margin-left: -533px;
	width: 810px;
	height: 180px;
	position: absolute;
	left: 50%;
	/*bottom: 64px;*/
	bottom: 25px;
}
.home-slider ul.slider li.slider-item .item .bottom-text .column{
	margin-right: 20px;
	width: 380px;
	height: 180px;
	float:left;
}
.home-slider ul.slider li.slider-item .item.slide2  .bottom-text .column{width: 320px;}
.home-slider ul.slider li.slider-item .item .bottom-text .column .title{
	margin-bottom: 18px;
	height: 36px;
	font: bold 16px/36px Arial, Helvetica CY, Nimbus Sans L, Sans-serif;
	color: #000;
}
.home-slider ul.slider li.slider-item .item .bottom-text .column p{
	margin-bottom: 14px;
	font: 14px/16px Arial, Helvetica CY, Nimbus Sans L, Sans-serif;
	/*color: #3f3f3f;*/
	color:#000;
	margin-left:0px;
}
/*.home-slider ul.slider li.slider-item .item.slide0{background: url(images/slider/slide0.jpg) 80px 115px no-repeat;}*/
.home-slider ul.slider li.slider-item .item.slide1{background: url(images/slider/slide1.jpg) 100px -4px no-repeat;}
.home-slider ul.slider li.slider-item .item.slide1 .first{
	margin-right: 30px;
	margin-left:-123px;
	width: 470px;
	float: left;
}
.home-slider ul.slider li.slider-item .item.slide1 .second{
	width: 350px;
	float: left;
}
.home-slider ul.slider li.slider-item .item.slide2{background: url(images/slider/slide2-2.jpg) -2px -7px no-repeat;}
.home-slider ul.slider li.slider-item .item.slide2 .first{/*width: 594px;*/width:630px; margin-left: -127px;}
.home-slider ul.slider li.slider-item .item.slide2 .bottom-text .title{
	margin: 0;
}
.home-slider ul.slider li.slider-item .item.slide3{background: url(images/slider/slide3.jpg) 100px -1px no-repeat;}
.home-slider ul.slider li.slider-item .item.slide3 .text{
	width: 250px;
	height: 160px;
	position: absolute;
	/*bottom: 210px;*/
	bottom:175px;
	/*right: 315px;*/
	right: 250px;
}
.home-slider ul.slider li.slider-item .item.slide3 .text .title{
	height: 36px;
	font: bold 18px/36px Arial, Helvetica CY, Nimbus Sans L, Sans-serif;
	color: #000;
}
.home-slider ul.slider li.slider-item .item.slide4{background: url(images/slider/slide4.jpg) center -3px no-repeat;}
.home-slider ul.slider li.slider-item .item.slide4 .text{width: 340px; margin-left:-125px;}
.home-slider ul.slider li.slider-item .item.slide4 .timer-wrap .timer{width: 600px;}
.home-slider ul.slider li.slider-item .item.slide4 .timer-wrap .timer p{
	width: 420px;
	margin-top: 10px;
}
.home-slider ul.slider li.slider-item .item.slide4 .timer-wrap .timer .clock{width: 97px;}
.home-slider ul.slider li.slider-item .item.slide5 .text{width: 100%; margin-left:-125px;}

.home-slider ul.slider li.slider-item .item.slide5 a.download{
	display: block;
	color:#fff;
	margin: 40px 0 0 140px;
	/*padding-left: 60px;*/
	width:107px;
	height: 30px;
	background:#6fa548 no-repeat;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
	float:left;
}
.home-slider ul.slider li.slider-item .item.slide5 a.fancybox img{
	display:block;
	position:relative;
	float:left;
	margin:0;
}
.home-slider ul.slider li.slider-item .item.slide5 a.download img{
	display:block;
	position:relative;
	float:left;
	margin:11px 5px 0 10px;
}
.home-slider ul.slider li.slider-item .item.slide5 a span{
	display: block;
	font:bold 14px/26px Arial, Helvetica CY, Nimbus Sans L, roboto_slabbold, Sans-serif;;
	/*margin-bottom: -4px;*/
	margin-top:3px;
}
.home-slider ul.slider li.slider-item .item.slide5 .presentation{
	width:570px;
	height:459px;
	background:#f5f5f5;
	margin:20px 0 0 140px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.75);
}
.fancybox-skin{
	margin-top:0 !important;
}
.home-slider .bx-pager{
	/*margin-left:-223px;*/
	margin-left:-203px;
	height: 18px;
	position: absolute;
	/*top: -87px;*/
	top: -89px;
	left: 50%;
	text-align: center;
}
.home-slider .bx-pager .bx-pager-item{
	display: inline-block;
	margin: 0 4px;
	width: 14px;
	height: 14px;
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.home-slider .bx-pager .bx-pager-item a{
	display: block;
	width: 14px;
	height: 14px;
	text-indent: -9999px;
	background: #f5f5f5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.home-slider .bx-pager .bx-pager-item a.active{background: #468823;}
/*===============================================================================
								Order
================================================================================*/
.content{
	margin: 60px auto 0;
	width:1100px;
	/*width: 940px;*/
}
.content .page-title{
	height: 62px;
	margin-left:17px;	
}
.content .page-title h1{
	margin-right: 20px;
	font: bold 50px/62px Arial, Helvetica CY, Nimbus Sans L, Sans-serif;
	color: #000;
	white-space: nowrap;
	float: left;
}
.content .page-title a{
	display: block;
	/*margin: 17px 0 0 4px;*/
	color:#fff;
	margin: 21px 0 0 4px;
	/*padding-left: 60px;*/
	width:145px;
	height: 30px;
	background:#6fa548 no-repeat;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
	float:left;
}
.content .page-title a img{
	display:block;
	position:relative;
	float:left;
	margin:11px 5px;
}
.content .page-title a span{
	display: block;
	font:bold 14px/24px Arial, Helvetica CY, Nimbus Sans L, Sans-serif;
	/*margin-bottom: -4px;*/
	margin-top:3px;
}
.content .page-title a i{
	font: 10px/10px Arial, Helvetica CY, Nimbus Sans L, Sans-serif;
	color: #878787;
}
.content .plan-block{
	/*margin-top: 34px;*/
	margin-top:20px;
	margin-left:20px;
	height: 44px;
	border-bottom: 1px dashed #bbc0b9;
}
.content .plan-block span{
	display:inline-block;
	font:bold 16px/18px Arial, Helvetica CY, Nimbus Sans L, Sans-serif;
	color: #000;
}
.content .plan-block span.cur{color: #478830;}
.content .plan-block i{
	display:inline-block;
	margin: 3px 12px;
	width: 4px;
	height: 7px;
	background: url(images/plan-arrows.png) -4px 0 no-repeat;
}
.content .plan-block span.cur + i{background-position: 0 0;}
/*Forms*/
.form-part{
	padding-bottom: 23px;
	border-bottom: 1px dashed #bbc0b9;
	margin-left:20px;
}
.form-part h2{
	font: bold 16px/60px Arial, Helvetica CY, Nimbus Sans L, Sans-serif;
	color: #000;
}
.form-part h2.oki{
	color: #45872d;
	height: 100px;
}
.form-part .form{overflow: hidden;}
.form-part .form label{
	/*display:block;*/
	height: 20px;
	font: 14px/20px Arial, Helvetica CY, Nimbus Sans L, Sans-serif;
	/*color: #3f3f3f;*/
	color: #000;
}
.form-part .form label .error{
	display: inline-block;
	font-style: normal;
	color: #d10b0b;
	float:right;
}
.form-part .form input{
	margin-bottom: 21px;
	padding: 0 16px;
	/*width: 906px;*/
	width: 1046px;
	height: 28px;
	/*border: 1px solid #909090;*/
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background:#fdfdfd;
	/*box-shadow: inset 0 5px 5px rgba(0,0,0,.15);
	-webkit-box-shadow: inset 0 5px 5px rgba(0,0,0,.15);
	-moz-box-shadow: inset 0 5px 5px rgba(0,0,0,.15);*/
	font: 14px/28px Arial, Helvetica CY, Nimbus Sans L, Sans-serif;
	color: #000;
}
.form-part .form textarea{
	margin-bottom: 21px;
	padding: 11px 16px;
	/*width: 906px;*/
	/*min-width: 906px;*/
	/*max-width: 906px;*/
	width: 1046px;
	min-width: 1046px;
	max-width: 1046px;
	height: 94px;
	min-height: 94px;
	max-height: 94px;	
	/*border: 1px solid #909090;*/
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	/*box-shadow: inset 0 5px 5px rgba(0,0,0,.15);
	-webkit-box-shadow: inset 0 5px 5px rgba(0,0,0,.15);
	-moz-box-shadow: inset 0 5px 5px rgba(0,0,0,.15);*/
	background:#fdfdfd;
	font: 14px/16px Arial, Helvetica CY, Nimbus Sans L, Sans-serif;
	color: #000;
}
.form-part .form  .submit-btn{
	display: block;
	margin-left: 20px;
	width: 140px;
	height: 40px;
	border: 0;
	/*background: url(images/submit-btn.png) no-repeat;*/
	background:#6fa548;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	/*font: 18px/40px Arial, Helvetica CY, Nimbus Sans L, roboto_slabbold, Sans-serif;*/
	font: bold 16px/40px Arial, Helvetica CY, Nimbus Sans L, roboto_slabbold, Sans-serif;
	color: #fff;
	/*text-shadow: 0 2px 1px #254813;*/
	text-align: center;
	text-decoration: none;
	float:right;
}
/*===============================================================================
                               contact
===============================================================================*/
.form-part-cont{
	padding-bottom: 23px;	
	margin-left:20px;
}
.form-part-cont .form{overflow: hidden;}
.form-part-cont .form label{
	/*display:block;*/
	margin-left:3px;
	height: 20px;
	font: 14px/20px Arial, Helvetica CY, Nimbus Sans L, Sans-serif;
	/*color: #3f3f3f;*/
	color: #000;
}
.form-part-cont .form .top{
	height:70px;
	padding: 10px 0;	
	border-bottom:1px dashed #bbc0b9;
}
.form-part-cont .form .top .name-client{
	display:block;
	width: 525px;	
	float:left;
}
.form-part-cont .form .name-client input{	
	margin-bottom: 21px;
	margin-left:2px;	
	padding: 0 16px;
	width:478px;	
	height: 28px;
	/*border: 1px solid #909090;*/
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background:#fdfdfd;
	/*box-shadow: inset 0 5px 5px rgba(0,0,0,.15);
	-webkit-box-shadow: inset 0 5px 5px rgba(0,0,0,.15);
	-moz-box-shadow: inset 0 5px 5px rgba(0,0,0,.15);*/
	font: 14px/28px Arial, Helvetica CY, Nimbus Sans L, Sans-serif;
	color: #000;
	
	
}
.form-part-cont .form .name-client input:focus{
	background:1px solid #59af1b;
	box-shadow:  0.5px 0px 5px rgba(89,175,27,.5);
	-webkit-box-shadow: 0.5px 0px 5px rgba(89,175,27,.5);
	-moz-box-shadow:  0.5px 0px 5px rgba(89,175,27,.5);
}
.form-part-cont .form .top .email-client{
	display:block;
	width: 516px;
	
	float:right;
}

.form-part-cont .form .top .email-client input{	
	margin-bottom: 21px;
	margin-right:3px;
	padding: 0 16px;
	width:477px;	
	height: 28px;
	/*border: 1px solid #909090;*/
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background:#fdfdfd;
	/*box-shadow: inset 0 5px 5px rgba(0,0,0,.15);
	-webkit-box-shadow: inset 0 5px 5px rgba(0,0,0,.15);
	-moz-box-shadow: inset 0 5px 5px rgba(0,0,0,.15);*/
	font: 14px/28px Arial, Helvetica CY, Nimbus Sans L, Sans-serif;
	color: #000;
	
	
}
.form-part-cont .form .top .email-client input:focus{
	background:1px solid #59af1b;
	box-shadow:  0.5px 0px 5px rgba(89,175,27,.5);
	-webkit-box-shadow: 0.5px 0px 5px rgba(89,175,27,.5);
	-moz-box-shadow:  0.5px 0px 5px rgba(89,175,27,.5);
}
.form-part-cont .form .bottom{
	display:block;
	padding:25px 0;
}
.form-part-cont .form input{
	margin:0 3px 21px 2px;
	padding: 0 16px;
	width: 1043px;
	height: 28px;
	/*border: 1px solid #909090;*/
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background:#fdfdfd;
	/*box-shadow: inset 0 5px 5px rgba(0,0,0,.15);
	-webkit-box-shadow: inset 0 5px 5px rgba(0,0,0,.15);
	-moz-box-shadow: inset 0 5px 5px rgba(0,0,0,.15);*/
	font: 14px/28px Arial, Helvetica CY, Nimbus Sans L, Sans-serif;
	color: #000;
}
.form-part-cont .form .bottom input:focus{
	background:1px solid #59af1b;
	box-shadow:  0.5px 0px 5px rgba(89,175,27,.5);
	-webkit-box-shadow: 0.5px 0px 5px rgba(89,175,27,.5);
	-moz-box-shadow:  0.5px 0px 5px rgba(89,175,27,.5);
}
.form-part-cont .form .bottom textarea{
	
	margin:0 3px 21px 2px;
	padding: 11px 16px;
	width: 1043px;
	min-width: 1043px;
	max-width:  1043px;
	height: 94px;
	min-height: 94px;
	max-height: 94px;
	/*border: 1px solid #909090;*/
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	/*box-shadow: inset 0 5px 5px rgba(0,0,0,.15);
	-webkit-box-shadow: inset 0 5px 5px rgba(0,0,0,.15);
	-moz-box-shadow: inset 0 5px 5px rgba(0,0,0,.15);*/
	background:#fdfdfd;
	font: 14px/16px Arial, Helvetica CY, Nimbus Sans L, Sans-serif;
	color: #000;
}
.form-part-cont .form .bottom textarea:focus{
	background:1px solid #59af1b;
	box-shadow:  0.5px 0px 5px rgba(89,175,27,.5);
	-webkit-box-shadow: 0.5px 0px 5px rgba(89,175,27,.5);
	-moz-box-shadow:  0.5px 0px 5px rgba(89,175,27,.5);
}
.form-part-cont .form  .submit-btn{
	display: block;
	margin-left: 20px;
	width: 140px;
	height: 40px;
	border: 0;
	/*background: url(/images/submit-btn.png) no-repeat;*/
	background:#6fa548;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	/*font: 18px/40px Arial, Helvetica CY, Nimbus Sans L, roboto_slabbold, Sans-serif;*/
	font: bold 16px/40px Arial, Helvetica CY, Nimbus Sans L, roboto_slabbold, Sans-serif;
	color: #fff;
	/*text-shadow: 0 2px 1px #254813;*/
	text-align: center;
	text-decoration: none;
	float:right;
}

/*===============================================================================
								FAQ
================================================================================*/
.faq-list li{
	display:block;
	padding:24px 0 24px 17px;
	/*margin-left:20px;*/
	border-bottom: 1px dashed #bbc0b9;
}
.faq-list li h2{
	min-height: 24px;
	font: bold 16px/20px Arial, Helvetica CY, Nimbus Sans L, Sans-serif;
	color: #000;
	cursor: pointer;
}
.faq-list li h2 i{
	display: inline-block;
	margin: 4px 0 4px 5px;
	width: 7px;
	height: 4px;
	background: url(images/faq-arrows.png) no-repeat;
}
.faq-list li h2.cur{color: #45872d;}
.faq-list li h2.cur i{background-position: -8px 0;}
.faq-list li p{
	display: none;
	margin-top: 20px;
	font: 14px/16px Arial, Helvetica CY, Nimbus Sans L, Sans-serif;
	color: #3f3f3f;
}
.required
{
    color: red;
}
.clarification{
	font: 14px/16px Arial, Helvetica CY, Nimbus Sans L, Sans-serif;
	color: #000;
	
}
.submit-btn{
    cursor: pointer;
}
.return{
	padding-left: 8px;
	background: url(images/return-btn.png) no-repeat;
	font: 16px Arial, Helvetica CY, Nimbus Sans L, Sans-serif;
	text-decoration: none;
	
}
.return:hover{
	background-position: 0 -21px;
	color: #76ac37;
}
/*===============================================================================
								FOCUS PAGE
================================================================================*/
.focus-page .page-title{
    /*padding-left: 80px;*/
	margin-left:16px;
    height: 88px;
    background: url(../images/arrow-down1.png) 228px 2px no-repeat;
    font: bold 3em/88px Arial, Helvetica CY, Nimbus Sans L, roboto_slabbold, Sans-serif;
    color: #000;
}
.focus-page .description-block{
    margin-bottom: 50px;
    min-height: 112px;
    font: 14px/16px Arial, Helvetica CY, Nimbus Sans L, Sans-serif;
    /*color: #4A5546;*/
	color:#000;
}
.focus-page .green-bold-text{
    font: bold 18px/22px Arial, Helvetica CY, Nimbus Sans L, roboto_slabbold, Sans-serif;
    color: #1f6b35;
    text-align: center;
}
.focus-page .page-list.right{text-align: right;}
.focus-page .page-list.right li{padding-right: 25px;}
.focus-page .page-list.right li i{right: 0;}
.focus-page .page-list.left{text-align: left;}
.focus-page .page-list.left li{padding-left: 25px;}
.focus-page .page-list.left li i{left: 0;}
.focus-page .page-list .title{
    padding: 4px 0;
    min-height: 20px;
    font: bold 16px/20px Arial, Helvetica CY, Nimbus Sans L, roboto_slabbold, Sans-serif;
}
.focus-page .page-list li{
    display: block;
    margin-bottom: 18px;
    position: relative;
}
.focus-page .page-list li span{
    display: block;
    padding: 6px 0;
    min-height: 12px;
    font: bold 14px/14px Arial, Helvetica CY, Nimbus Sans L, roboto_slabbold, Sans-serif;
   color:#000;
    /*color: #4A5546;*/
}
.focus-page .page-list li p{
    font: 11px/13px Arial, Helvetica CY, Nimbus Sans L, roboto_slabbold, Sans-serif;
    /*color: #aaa;*/
	color:#a7a9ac;
}
.focus-page .page-list li i{
    display: block;
    width: 17px;
    height: 22px;
    background: url(../images/sprite-service.png) no-repeat;
    position: absolute;
    top: 6px;
}
.focus-page .page-list li.catalog-service i{background-position: 0 -22px;}
.focus-page .page-list li.search-service i{background-position: 0 -44px;}
.focus-page .page-list li.games-service i{background-position: 0 -66px;}
.focus-page .page-list li.finance-service i{background-position: 0 -88px;}
.focus-page .page-list li.analitic-service i{background-position: 0 -110px;}
.focus-page .page-list li.info-service i{background-position: 0 -132px;}
.focus-page .page-list li.marketing-service i{background-position: 0 -154px;}
.focus-page .page-list li.pay-service i{background-position: 0 -176px;}
.focus-page .page-list li.web-service i{background-position: 0 -198px;}
/*Left block*/
.focus-page .block-left{
   /* padding-top: 17px;
    margin-right: 20px;*/
	 padding-top: 14px;
    margin-right: 39px;
	margin-left:132px;
    width: 300px;
    /*height: 633px;*/
    overflow: hidden;
    float: left;
}
.focus-page .block-left .description-block{margin-bottom: 33px; margin-left:54px;}
/*Center block*/
.focus-page .block-center{
    width: 300px;
    height: 661px;
    position: relative;
    float: left;
}
.focus-page .block-center .arrow-in-center{
    width: 77px;
    height: 235px;
    background: url(images/arrow-in-center.png) no-repeat;
    position: absolute;
    top: 120px;
    right: -28px;
    z-index: 0;
}
.focus-page .block-center .arrow-right{
    margin-bottom: 65px;
    height: 28px;
    background: url(images/arrow-right.png) no-repeat;
}
.focus-page .block-center .rocket{
    margin-bottom: 16px;
    height: 110px;
    background: url(images/rocket.png) center 0 no-repeat;
}
.focus-page .block-center .you-idea-block{
    margin: 30px 0 20px 0;
    padding-top: 43px;
    height: 193px;
    background: url(images/focus-center-block-bg.png) no-repeat;
}
.focus-page .block-center .you-idea-block .title{
    margin: 0 auto;
    width: 240px;
    height: 62px;
    font: bold 35px/62px Arial, Helvetica CY, Nimbus Sans L, roboto_slabbold, Sans-serif;
    color: #1d2d18;
    text-align: center;
}
.focus-page .block-center .you-idea-block .text{
    margin: 0 auto;
    width: 200px;
    font: 11px/15px Arial, Helvetica CY, Nimbus Sans L, roboto_slabbold, Sans-serif;
    color: #1f6734;
    text-align: center;
}
.focus-page .block-center .service-sector{
    margin: 22px auto 0;
    width: 254px;
    height: 45px;
}
/*Right block*/
.focus-page .block-right{
    width: 300px;
    /*height: 633px;*/
    overflow: hidden;
    float: right;
}
.focus-page .block-right .description-block{color: #46863e}

.required-field{
    box-shadow: 0 0px 5px #E3491C;
    -webkit-box-shadow: 0 0px 5px #E3491C;
    -moz-box-shadow: 0 0px 5px #E3491C;
}

