*.pie {		
	position:relative;
	behavior: url("./public/css/PIE.htc");	
}

@font-face {
    font-family: 'helioscregular';
    src: url('../fonts/heliosc-webfont.eot');
    src: url('../fonts/heliosc-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/heliosc-webfont.woff') format('woff'),
         url('../fonts/heliosc-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helioscbold';
    src: url('../fonts/heliosc-bold-webfont.eot');
    src: url('../fonts/heliosc-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/heliosc-bold-webfont.woff') format('woff'),
         url('../fonts/heliosc-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'helioscondcregular';
    src: url('../fonts/helioscondc-webfont.eot');
    src: url('../fonts/helioscondc-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helioscondc-webfont.woff') format('woff'),
         url('../fonts/helioscondc-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helioscondblackcregular';
    src: url('../fonts/helioscondblackc-webfont.eot');
    src: url('../fonts/helioscondblackc-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helioscondblackc-webfont.woff') format('woff'),
         url('../fonts/helioscondblackc-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helioscondcbold';
    src: url('../fonts/helioscondc-bold-webfont.eot');
    src: url('../fonts/helioscondc-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helioscondc-bold-webfont.woff') format('woff'),
         url('../fonts/helioscondc-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'heliosultracompressedcregular';
    src: url('../fonts/heliosultracompressedc-webfont.eot');
    src: url('../fonts/heliosultracompressedc-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/heliosultracompressedc-webfont.woff') format('woff'),
         url('../fonts/heliosultracompressedc-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'partnercondensedbold';
    src: url('../fonts/partnercondensed-bold-webfont.eot');
    src: url('../fonts/partnercondensed-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/partnercondensed-bold-webfont.woff') format('woff'),
         url('../fonts/partnercondensed-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

BODY {
    background: #FFFFFF;
/*   background: url("../../!TEMPLATE/prev/8_GOAL_ZERO_Web_Good_Catalog.jpg") no-repeat center top;   */
    color: #7a7a7a;
    font-family: 'helioscregular';
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    padding: 0;
    text-align: left;
}

STRONG{
	font-weight:bold;
}


.scrollup {
    background: url("../images/bg/top-scroll-bg.png") no-repeat 0 0;
    bottom: 612px;
    display: block;
    font-size: 0;
    height: 29px;
    line-height: 0;
    margin-right: -520px;
    padding-top: 35px;
    position: fixed;
    right: 50%;
    text-decoration: none;
    width: 30px;
    z-index: 501;
}

.fb-like{
    left: 50%;
    margin-left: -565px;
    position: fixed;
    top: 160px;
    width: 80px;
}

.vk-like{
    left: 50%;
    margin-left: -545px;
    position: fixed;
    top: 236px;
    width: 42px;
}

.help{
    background: url("../images/bg/help-bg.png") no-repeat 79% 82%;
    left: 50%;
    margin-left: -570px;
    padding-bottom: 21px;
    position: fixed;
    top: 312px;
    width: 87px;
}

.help .ins{
    background: #BFD22B;
    border-radius: 45px;
    color: #000000;
    font-family: 'helioscondcregular';
    font-size: 14px;
    line-height: 14px;
    padding: 15px 10px 14px;
	text-align:center;
	
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;		
}

.help .ins A{
	color: #000000;
}

.question-fm{
	padding:20px 10px 19px 20px;
	width: 650px;
	text-align: center;
	display:none;
	height:270px; 
}

.question-fm H3{
    color: #000000;
    font-family: 'partnercondensedbold';
    font-size: 32px;
    line-height: 100%;
    padding-bottom: 10px;
    text-transform: uppercase;
	text-align:center;	
}

.question-fm INPUT[type="text"]{
	font-family: 'helioscregular';
	color:#7a7a7a;
	font-size:14px;
	line-height:21px;
	padding:0 5px;
	height:21px; 
	width:198px;
	outline:none;
	border-top:1px solid #000000;
	border-right:1px solid #818181;
	border-bottom:1px solid #818181;
	border-left:1px solid #818181;
}

.question-fm INPUT[type="submit"]{
    background: #c3d141;
    border: 2px solid #FFFFFF;
    color: #000000;
    cursor: pointer;
    font-family: 'heliosultracompressedcregular';
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 0 3px;
    text-align: center;
    text-transform: uppercase;
}

.question-fm TEXTAREA{
	font-family: 'helioscregular';
	color:#7a7a7a;
	font-size:14px;
	line-height:21px;
	padding:5px;
	height:21px; 
	width:628px;
	height:128px;
	outline:none;
	resize:none;
	border-top:1px solid #000000;
	border-right:1px solid #818181;
	border-bottom:1px solid #818181;
	border-left:1px solid #818181;
}

.question-fm .f-item{
	margin-top:10px;
	text-align:left; 
}

.question-fm .f-item P{
    float: left;
    margin-right: 5px;
}

.question-fm .f-item.button {
	border:1px solid #bed042;
	display:inline-block;
	*display:inline; zoom:1; /* IE 7 */
	vertical-align:top;	
}

.question-fm .fm-main{ 
	display:block;
}

.question-fm .fm-finish{ 
	display:none;
	padding-top:98px;
}
 
.question-fm .fm-finish P{ 
	color:#000000;
	font-size:16px;
	line-height:100%;
} 
 
.report-fm{
    display: none;
/*    height: 418px;  */
    padding: 20px 0 22px 20px;
    position: relative;
    text-align: center;
    width: 660px;
}

.report-fm H3{
    color: #000000;
    font-family: 'partnercondensedbold';
    font-size: 32px;
    line-height: 100%;
    padding-bottom: 10px;
    text-transform: uppercase;
	text-align:center;	
}

.report-fm INPUT[type="text"]{
	font-family: 'helioscregular';
	color:#7a7a7a;
	font-size:14px;
	line-height:21px;
	padding:0 5px;
	height:21px; 
	width:198px;
	outline:none;
	border-top:1px solid #000000;
	border-right:1px solid #818181;
	border-bottom:1px solid #818181;
	border-left:1px solid #818181;
}

.report-fm INPUT[type="submit"]{
    background: #c3d141;
    border: 2px solid #FFFFFF;
    color: #000000;
    cursor: pointer;
    font-family: 'heliosultracompressedcregular';
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 0 3px;
    text-align: center;
    text-transform: uppercase;
}

.report-fm TEXTAREA{
	font-family: 'helioscregular';
	color:#7a7a7a;
	font-size:14px;
	line-height:21px;
	padding:5px;
	height:21px; 
	width:628px;
	height:128px;
	outline:none;
	resize:none;
	border-top:1px solid #000000;
	border-right:1px solid #818181;
	border-bottom:1px solid #818181;
	border-left:1px solid #818181;
}

.report-fm .f-item{
	margin-top:10px;
	text-align:left; 
}

.report-fm .f-item P{
    float: left;
    margin-right: 5px;
}

.report-fm .f-item .button {
	float:left;
	margin-left:299px;
	border: 1px solid #BED042;
}

.report-fm .f-item .file {
    float: right;
    padding-right: 20px;
}

.report-fm .f-item .file .btn{
	border: 1px solid #dc763d;
	display:inline-block;
	*display:inline; zoom:1; /* IE 7 */
	vertical-align:top;		
	text-decoration:none;
}

.report-fm .f-item .file .btn SPAN{
    background:#DD773D url("../images/bg/rivet.png") no-repeat scroll 6px 2px;
    border: 2px solid #FFFFFF;
    color: #000000;
    cursor: pointer;
    display: block;
    font-family: 'heliosultracompressedcregular';
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 21px;
    padding: 0 3px 0 20px;
    text-align: center;
    text-transform: uppercase;
}	

.report-fm .fm-main{ 
	display:block;
}

.report-fm .fm-finish{ 
	display:none;
	padding-top:98px;
	height:206px;
}
 
.report-fm .fm-finish P{ 
	color:#000000;
	font-size:16px;
	line-height:100%;
}  

.report-fm .f-item .file-l{
	padding:6px 0 0 8px;
	width: 132px;
}
 
.report-fm .f-item .file-l LI{
    color: #000000;
    display: inline-block;
	*display:inline; zoom:1; /* IE 7 */
	vertical-align:top;		
    font-size: 12px;
    line-height: 14px;
    position: relative;
}

.report-fm .f-item .file-l LI P{
    float: none;
    padding-right: 10px;		
}

.report-fm .f-item .file-l .cls{
    background: url("../images/bg/file-cole.png") no-repeat 0 0;
    bottom: 4px;
    height: 7px;
    padding-left: 4px;
    position: absolute;
    right: 0;
    width: 7px;
}




.pricel-fm{
    display: none;
/*    height: 418px;  */
    padding: 84px 102px 84px 122px;
    position: relative;
    text-align: center;
    width: 660px;
}

.pricel-fm H3{
    color: #000000;
    font-family: 'partnercondensedbold';
    font-size: 32px;
    line-height: 100%;
    padding-bottom: 10px;
    text-transform: uppercase;
	text-align:center;	
}

.pricel-fm .t-inf{
	color:#7a7a7a;
	font-size:14px;
	line-height:16px;
	padding-top:12px;
}

.pricel-fm .f-item LABEL{
	color:#7a7a7a;
	font-size:14px;
	line-height:16px;
	padding-top:8px;
	display:block;
	padding-left:6px;
	padding-bottom:2px; 
}

.pricel-fm INPUT[type="text"]{
	font-family: 'helioscregular';
	color:#7a7a7a;
	font-size:14px;
	line-height:21px;
	padding:0 5px;
	height:21px; 
	width:298px;
	outline:none;
	border-top:1px solid #000000;
	border-right:1px solid #818181;
	border-bottom:1px solid #818181;
	border-left:1px solid #818181;
}

.pricel-fm INPUT[type="submit"]{
    background: #c3d141;
    border: 2px solid #FFFFFF;
    color: #000000;
    cursor: pointer;
    font-family: 'heliosultracompressedcregular';
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 0 3px;
    text-align: center;
    text-transform: uppercase;
}

.pricel-fm TEXTAREA{
	font-family: 'helioscregular';
	color:#7a7a7a;
	font-size:14px;
	line-height:21px;
	padding:5px;
	height:21px; 
	width:628px;
	height:128px;
	outline:none;
	resize:none;
	border-top:1px solid #000000;
	border-right:1px solid #818181;
	border-bottom:1px solid #818181;
	border-left:1px solid #818181;
}

.pricel-fm .f-item{
	margin-top:10px;
	text-align:left; 
}

.pricel-fm .f-item P{
    float: left;
    margin-right: 20px;
}

.pricel-fm .f-item.btn-wr{
    margin-top: 15px;
    padding-right: 11px;
}

.pricel-fm .f-item .button {
	float:right;
	margin-right:9px;
	border: 1px solid #BED042;
}

.pricel-fm .f-item .t-left{
	color:#7a7a7a;
	font-size:12px;
	line-height:100%;
	padding-top:5px; 
	float:left;
}

.pricel-fm .f-item .t-left P{
	float:none;
}

.pricel-fm .fm-main{ 
	display:block;
}

.pricel-fm .fm-finish{ 
	display:none;
	padding-top:170px;
	height:288px;
}
 
.pricel-fm .fm-finish P{ 
	color:#000000;
	font-size:16px;
	line-height:100%;
}  

.pricel-fm .f-item .file-l{
	padding:6px 0 0 8px;
	width: 132px;
}





 
 

/*Page*/
.page-wrap {
	width:934px;
	margin: 0 auto;
	position:relative;
}

/*Header*/
.header {
	font-family: 'helioscondcregular';
}

.header .h-info{
    padding-right: 29px;
    padding-top: 6px;
    text-align: right;
}

.header .top{
	background: #000104 url("../images/bg/h-top-bg.jpg") no-repeat scroll center 28px;
}

.header .e-mail{
	color:#ffffff;
	background: url("../images/bg/envelope.png") no-repeat left top;
	font-size:13px;
	line-height:15px;
	text-transform:uppercase;
	padding-left:27px;
	display:inline-block;
	*display:inline; zoom:1; /* IE 7 */
	vertical-align:top;
	border-right:1px solid #f0f0f0;
	padding-right:17px;
}

.header .h-phone{
	color:#ffffff;
	background: url("../images/bg/phone-bg.png") no-repeat left top;	
	font-size:14px;
	line-height:16px;
	padding-left:19px;
	display:inline-block;
	*display:inline; zoom:1; /* IE 7 */
	vertical-align:top;
	margin-left:8px;
}

.header .logo{
	width:190px;
	float:left;
}

.header .h-main{
    padding-bottom: 16px;
    padding-right: 30px;
    padding-top: 22px;
}

.header .h-cat{
    float: left;
    margin-left: 58px;
    width: 605px
}

.header .h-cat LI{
    float: left;
    margin-left: 32px;
    width: 14%;
}

.header .h-cat LI.active A, .header .h-cat LI:hover A{
	color:#bfd22b;
}

.header .h-cat LI:first-child{
	margin-left:0;
}

.header .h-cat LI A{
	color:#ffffff;
	font-size:17px;
	line-height:19px;
	display:block;
	text-transform:uppercase;
	padding-right:10px;
	text-decoration:none;
}

.header .search{
	background:url("../images/bg/search-bg.png") no-repeat 0 0;
	display:block;
	float:right;
	width:36px;
	height:27px;
}

.header .nav{
	background:#bfd22b;
}

.header .nav LI{
	float:left;
	margin-left:29px;  
}

.header .nav LI:first-child{
	margin-left:0; 
}

.header .nav LI A{
	color:#000000;
	display:block;
	font-size:14px;
	line-height:100%;
	padding:3px 10px 4px;
	text-transform:uppercase;
	text-decoration:none;
}

.header .nav LI.active A,.header .nav LI:hover A{
	background:#7a7a7a;
	color:#ffffff;
}

.header .search-form{
    background: url("../images/bg/search-fm-bg.png") no-repeat 0 0;
    margin: 3px 10px 0;
    padding-bottom: 3px;
	display:none;
}

.header .search-form INPUT[type="submit"]{
    background: url("../images/bg/search-button.png") no-repeat 0 0;
    border: none;
    cursor: pointer;
    font-size: 0;
    height: 15px;
    margin-left: 7px;
    margin-top: 6px;
    width: 16px;
}

.header .search-form INPUT[type="text"]{
	font-family: 'helioscondcregular';
	color:#7a7a7a;
    font-size: 14px;
    height: 27px;
    width: 835px;
	padding:0 7px;
	border:none;
	outline:none;
}

.header .search-form .f-item{
	display:inline-block;
	*display:inline; zoom:1; /* IE 7 */
	vertical-align:top;
}


/*Content*/
.content {
	
}

.slider-wr{
	padding-top:30px;
}

.slider-wr .slider{
    border: 1px solid #CCCCCB;
    float: left;
    height: 360px;
    padding: 0;
    position: relative;
    width: 700px;
}

.slider-wr .price-list{
	width:210px;
	float:right;
	margin-right: 15px;
}

.price-list .tit{
	border:1px solid #dbdcdd;	
	padding:18px 15px 17px 9px;
} 

.price-list .tit IMG{
	float:right;
	margin-top:4px;
}

.price-list .tit H2{
	font-family: 'helioscondblackcregular';
	color:#bfd22b;
	font-size:26px;
	line-height:100%;
	padding-right: 40px;
}

.price-list .tit H3{
	color:#000000;
	font-family: 'helioscondcbold';
	font-size:16px;
	line-height:100%;
	text-transform:uppercase;
	padding-top:2px; 
	padding-right: 40px;
}	

.price-list .tit H3 A{
	color:#000000;
}
	
.price-list .items{
	padding-top:9px;
}

.price-list .item:first-child{
	border-top:1px solid #dbdcdd;
}
	
.price-list .item{
	border-right:1px solid #dbdcdd;
	border-left:1px solid #dbdcdd;
	border-bottom:1px solid #dbdcdd;
	padding:11px 15px 10px 9px;  
}

.price-list .item H4{
	font-family: 'helioscondcbold';
	background: url("../images/bg/price-triangle.png") no-repeat right 2px;
	color:#bfd22b;
	font-size:16px;
	line-height:100%;
	text-transform:uppercase;
}

.price-list .item H4 A{
	color:#bfd22b;
}

.price-list .item .txt IMG{
	float:right;
	margin-top:2px;
	margin-right:2px; 	
}

.price-list .item .txt{
	padding-top:3px; 
}

.content .pairs{
	padding-top: 27px;
}

.content .pairs .wr{
	border:1px solid #d2d3d5;
	width:918px;
}

.pairs .ins{
    background: #F5F5F5;
    margin: 4px;
    padding: 5px 0 5px 11px;
}	

.pairs .tit{
	font-family: 'helioscondcregular';
	font-size:18px;
	line-height:100%;
	display:inline-block;
	*display:inline; zoom:1; /* IE 7 */
	vertical-align:middle;	
}

.pairs UL,.pairs LI{
	display:inline-block;
	*display:inline; zoom:1; /* IE 7 */
	vertical-align:middle;
}

.pairs LI{
	margin-left:20px;
}	

.pairs .sel{
    background: url("../images/bg/price-triangle.png") no-repeat right bottom;
    color: #BFD22B;
    display: block;
    float: right;
    font-family: 'helioscondcbold';
    font-size: 18px;
    line-height: 19px;
    padding-right: 7px;
    text-transform: uppercase;
	margin-right:11px;
	width:82px;
}

.new-bannres{
	padding-top:30px;
}

.new-bannres .item{
	border:1px solid #d2d3d5;
	width:298px;
	float:left;
	margin-right:10px; 
	padding-bottom:14px; 
}

.new-bannres .item:hover{
	border-color:#bfd22b;
}

.new-bannres .item .img{
	padding-top:4px;
	text-align:center; 
}

.new-bannres .item H3{
	background: url("../images/bg/triangle-black.png") no-repeat right 75%;
	font-family: 'helioscondcbold';
	color:#000000;
	font-size:18px;
	line-height:100%;
	display:inline-block;
	*display:inline; zoom:1; /* IE 7 */
	vertical-align:top;	
	text-transform:uppercase;
	padding-right:22px;
	margin-top:11px; 
	padding-left:8px; 
	margin-bottom:4px;
}

.new-bannres .item H3 A{
	color:#000000;
}

.new-bannres .item P{
	padding:0 4px 0 8px;
}

.new-bannres .item P A{
	color:#3e9cd4;
}

.content .sun-b{
    border: 1px solid #D2D3D5;
    margin-right: 13px;
    margin-top: 30px;
    position: relative;
}

.sun-b H3{
	font-family: 'helioscondcbold';
	color:#7a7a7a;
	font-size:16px;
	line-height:100%;
	text-transform:uppercase;
	padding:10px 0 10px 85px;
}

.sun-b H3 A{
	color:#7a7a7a;
}

.sun-b .sn{
	position:absolute;
	top:-16px;
	left:-1px;
}

.content .c-info{
    border: 1px solid #D2D3D5;
    margin-bottom: 29px;
    margin-right: 13px;
    margin-top: 31px;
    padding: 6px 15px 15px 4px;
}

.c-info .img-left{
    float: left;
    padding-bottom: 10px;
    padding-right: 20px;
}

.c-info .i-text{
	padding-top:10px;
}

.c-info .i-text H3{
	font-family: 'helioscondcbold';
	color:#f87736;
	font-size:18px;
	line-height:100%;
	text-transform:uppercase;
	padding-bottom:14px; 
}

.brand{
	margin-bottom:100px;
	padding-top:30px;
}

.brand .article{
	margin-right:13px;
	margin-left:10px;
}

.brand .article H1{
	color:#000000;
	font-family: 'partnercondensedbold';
	font-size:32px;
	line-height:100%;
	text-transform:uppercase; 
	padding-bottom:10px;
}

.brand .article IMG{
    float: right;
    margin-bottom: 10px;
    margin-left: 20px;
}

.brand .article P{
	color:#000000;
	line-height:16px;
}

.h-work{
	margin-right:13px;
	padding-top:56px;
	padding-bottom:31px;
}

.h-work .title{
	font-family: 'helioscondcbold';
	color:#000000;
	font-size:32px;
	line-height:100%;
	text-align:center;
	text-transform:uppercase;
}

.h-work .stages{
	padding-left:38px;
	padding-top:47px;
}

.h-work .stages .item{
	color:#000000;
	font-size:14px;
	line-height:16px;
	float:left;
	width:280px;
	margin-left: 12px;
	text-align:center;
}

.h-work .stages .img{
	padding-bottom:19px;
}

.h-work .tb-info{
	padding-top:48px;
	margin-right:13px; 
}

.h-work H2{
	font-family: 'helioscondcregular';
	color:#000000;
	font-size:32px;
	line-height:100%;
	text-transform:uppercase;
	text-align:center;
}

.h-work .tb-info .wr{
	text-align:center;
	padding-top:34px;
}

.h-work .inf-list{
	padding-top:54px;
	margin-right:13px;
	padding-left:17px;
}

.h-work .inf-list H2{
	padding-bottom:14px;
}

.h-work .inf-list P{
    color: #000000;
    padding-left: 131px;
}

.h-work .inf-list UL{
    padding-left: 156px;
    padding-top: 17px;
}

.h-work .inf-list LI{
	color:#000000;
	font-family: 'helioscregular';
	font-size:18px;
	line-height:100%;
	list-style-type: decimal;
	list-style-position:inside;
}	

.h-work .inf-list LI SPAN{
	font-family: 'helioscbold';
	color:#9a9400;
}

.h-work .w-articles{
	color:#000000;
	padding-left:17px;
	margin-right:16px;
	padding-top:31px;
}

.h-work .w-articles STRONG{
	font-weight:bold;
}

.h-work .w-articles .item P{
	padding-top:17px;
}

.h-work .w-articles H3{
	font-family: 'helioscondcregular';
	color:#000000;
	font-size:22px;
	line-height:100%;
	text-transform:uppercase; 
	text-align:center;
}

.h-work .w-articles .item{
	margin-top:17px;
}

.h-work .w-articles .item:first-child{
	margin-top:0;
}

.h-work .w-articles .item H5{
	font-family: 'helioscondcbold';
	font-size:18px;
	line-height:100%;
	padding-top:13px;
}

.h-work .w-articles .item UL{
	padding-top:16px;
}

.h-work .w-articles .item LI{
	color:#000000;
	font-family: 'helioscregular';
	line-height:16px;
	list-style-type: decimal;
	list-style-position:inside;	
}

.h-work .w-articles .item .ind{
	padding-top:15px;
}

.h-work .w-articles .img{
	text-align:center;
	padding-top:15px;
	padding-bottom:13px;	
}

.reviews{
	padding-top:30px;
	margin-right:15px;
	padding-bottom:18px;
}

.reviews .m-banner{
	border:1px solid #d2d3d5;
	float:left;
	position:relative;
}

.reviews .m-banner .bubble{
    background: url("../images/bg/booble-bg.png") repeat 0 0;
    bottom: 0;
    left: 15px;
    padding-top: 73px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 236px;
}

.reviews .m-banner .bubble H3{
	font-family: 'partnercondensedbold';
	color:#000000;
	font-size:20px;
	line-height:22px;
	text-transform:uppercase;
	padding:13px 20px 0;
}

.reviews .m-banner .bubble P{
	color:#000000;
	line-height:16px;
	padding:20px 35px 0; 
}	 

.reviews .m-banner .bubble .more{
	background: url("../images/bg/triangl-mr.png") no-repeat right top;
	font-family: 'partnercondensedbold';
	color:#000000;
	font-size:16px;
	line-height:100%;
	text-transform:uppercase;
	padding-right:15px;
	margin-top:18px;
	display:inline-block;
	*display:inline; zoom:1; /* IE 7 */
	vertical-align:top;
}

.reviews .m-rt{
	font-family: 'helioscondcbold';
	color:#000000;
	width:210px;
	float:right;
}

.reviews .m-rt .br{
	border-top:1px solid #d2d3d5; 
	border-left:1px solid #d2d3d5; 
	border-right:1px solid #d2d3d5; 
	padding-top:16px;
	padding-bottom:12px;
}

.reviews .m-rt .img{
	padding-top:17px;	
	text-align:center;
}

.reviews .m-rt H3{
	font-size:22px;
	line-height:24px;
	text-transform:uppercase;
	padding-left:11px;
}

.reviews .m-rt H3 SPAN{
	color:#3e9cd4;
}

.reviews .m-rt .btn{
	border:1px solid #bfd22b;
	color:#bfd22b;
	display:block;
	font-size:18px;
	padding:13px 9px 11px;
	text-transform:uppercase;
}

.reviews .r-news {
    padding-left: 5px;
    padding-top: 35px;
}

.r-news .item{
	margin-top:21px;
}

.r-news .item:first-child{
	margin-top:0;
}

.r-news .item .pic{
	float:left;
}

.r-news .item  .n-main{
	width:686px;
	float:right;
	padding-right:22px;
}

.r-news .item H3{
	background: url("../images/bg/triangle-black.png") no-repeat right 3px;
	font-family: 'helioscondcbold';
	color:#000000;
	font-size:18px;
	line-height:100%;
	text-transform:uppercase;
	padding-right:21px;
	display:inline-block;
	*display:inline; zoom:1; /* IE 7 */
	vertical-align:top;	
}

.r-news .item H3 A{
	color:#000000;
}

.r-news .item .date{
	color:#3e9cd4;
	font-size:12px;
	line-height:100%;
	padding-top:3px;
}

.r-news .item .txt{
	color:#000000;
	padding-top:16px; 
}

.reviews .pager{
	padding-top:38px;
}

.pager{
	text-align:center;
}

.pager UL{
	font-size:0;
}

.pager LI, .pager UL{
	display:inline-block;
	*display:inline; zoom:1; /* IE 7 */
	vertical-align:top;		
}

.pager LI{
	font-size:14px;
	line-height:16px;
	margin-left:1px;
}

.pager A{
	color:#000000;
	display:block;
	padding:0 4px;
	text-decoration:none;
}

.pager LI.active A{
	background:#3e9cd4;
}

.reviews .art-news{
	padding-left:10px;
}

.art-news .pic{
	float:right;
}

.art-news H1{
	font-family: 'helioscondcbold';
	color:#000000;
	font-size:22px;
	line-height:100%;
	text-transform:uppercase;
}

.art-news .date{
	color:#3e9cd4;
	font-size:12px;  
	line-height:100%;
	padding-top:5px; 
}

.art-news .item{
	color:#000000;
	line-height:16px;
	margin-top:18px;
}

.art-news .item:first-child{
	margin-top:0;
}

.art-news .item H3{
	font-family: 'helioscondcregular';
	font-size:22px;
	line-height:100%;
	text-transform:uppercase;
}

.art-news .item P{
	padding-top:16px;
}

.art-news .item H5{
	font-family: 'helioscondcbold';
	font-size:18px;
	line-height:100%;
	padding-top:13px;
}	

.art-news .item UL{
	padding-top:15px;
}

.art-news .item LI {
    color: #000000;
    font-family: 'helioscregular';
    line-height: 16px;
    list-style-position: inside;
    list-style-type: decimal;
}

.reviews .rev-slider{
	padding-top:38px;
	margin-left:9px;
	padding-bottom:36px;
	width:902px;
}

.reviews .rev-slider H2{
	font-family: 'helioscondcregular';
	color:#000000;
	font-size:18px;
	line-height:100#;
	text-transform:uppercase;
	padding-left:6px;
}

.reviews .rev-slider .items{
	padding-top:7px;
	position: relative;
}

.reviews .rev-slider LI{
	border:1px solid #d2d3d5;
	width:208px;
	float:left;
	padding:4px 4px 8px;
	margin-right: 10px;
}

.reviews .rev-slider LI:hover{
	border-color:#bfd22b;
}

.reviews .rev-slider .img{
	text-align:center; 
}

.reviews .rev-slider H3 {
    background: url("../images/bg/triangle-black.png") no-repeat right 3px;
    color: #000000;
    display: inline-block;
	*display:inline; zoom:1; /* IE 7 */
    font-family: 'helioscondcbold';
    font-size: 18px;
    line-height: 100%;
    padding-right: 18px;
    text-transform: uppercase;
    vertical-align: top;
	margin-top:6px;
	padding-left:6px;
}

.reviews .rev-slider H3  A{
    color: #000000;
}

.reviews .rev-slider .date{
	color:#3e9cd4;
	font-size:12px;
	line-height:100%;
	padding-top:5px;
	padding-left:6px;
}

.reviews .rev-slider .txt{
	color:#000000;
	padding-top:15px;
	line-height:16px;
	padding-left:6px;
}

.news{
	padding:30px 18px 18px 0;
}

.news .r-news {
    padding-left: 5px;
}

.news .pager{
	padding-top:84px;
}

.w-buy .ukr-map {
    position: absolute;
    right: 26px;
    top: 21px;
    width: 443px;
}

.w-buy{
	padding-top:21px;
	padding-right:13px;
	padding-bottom: 134px;
	position:relative;
}

.w-buy .ukr-map .city DIV {
    color: #FFFFFF;
    font-family: 'helioscondcregular';
    font-size: 9px;
    position: absolute;
    text-transform: lowercase;
	
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.w-buy .ukr-map .city .capital{
	font-size:13px;
}

.w-buy H1{
	font-family: 'partnercondensedbold';
	color:#000000;
	font-size:32px;
	line-height:100%;
	text-transform:uppercase;
	padding-bottom: 6px;
}

.w-buy .title{
    color: #000000;
    padding-left: 10px;
    padding-top: 9px;
    width: 45%;
}

.w-buy .stores-list{
    padding-top: 65px;
}

.w-buy .stores-list .item{
	margin-bottom: 17px;
}

.w-buy .stores-list H2{
	font-family: 'helioscondcregular';
    color: #000000;
    font-size: 20px;
    line-height: 100%;
    padding-left: 10px;
    text-transform: uppercase;
    width: 45%;
}

.w-buy .stores-list H3{
	font-family: 'helioscondcregular';
	color:#000000;
	background:#bfd22b;
	font-size:16px;
	line-height:100%;
	padding:3px 91px 3px 9px;
	margin-top:19px;
	display:inline-block;
	*display:inline; zoom:1; /* IE 7 */
	vertical-align:top;		
}

.w-buy .stores-list LI{
    color: #000000;
    line-height: 16px;
    margin-top: 2px;
}

.w-buy .stores-list LI:first-child{
	margin-top:0; 
}

.w-buy .stores-list .wr{
	padding:12px 0 0 10px;
}

.w-buy .stores-list .wr UL{
    float: left;
    padding-right: 4%;
    width: 21%;
}

.w-buy .stores-list .wr UL.t-last{
	padding-top: 104px;
}

.w-buy .stores-list .addr LI{
	margin-top: 28px;
}

.w-buy .stores-list .addr LI:first-child{
	margin-top: 4px;
}

.warranty{
    margin-right: 15px;
    padding-bottom: 51px;
    padding-top: 41px;
}

.warranty .sun-b {
    border: 1px solid #d2d3d5;
    margin-top: 272px;
    position: relative;
}

.warranty .sun-b H3{
	padding-left:126px;
}

.warranty .sun-b .sn {
    height: 77px;
    left: 24px;
    position: absolute;
    top: -27px;
    width: 70px;
}

.partnership{
	padding:40px 16px 206px 10px;
}

.partnership .art-news{
	width:690px;
	float:left; 
}

.partnership .price-list{
	width:210px;
	float:right;
}

.partnership .price-list .tit {
    border: 1px solid #DBDCDD;
    padding: 18px 15px 17px 9px;
}

.partnership .price-list .main-wr {
    border: 1px solid #DBDCDD;
}

.partnership .price-list .main-wr .ins{
	background:#f5f5f5;
	border:4px solid #ffffff;
    padding: 14px 15px 11px;
	text-align:center; 
}

.partnership .price-list .main-wr H3{
	font-family: 'helioscondcbold';
	color:#7a7a7a;
	font-size:16px;
	line-height:100%;
	text-transform:uppercase;
}

.partnership .price-list .main-wr LI{
	margin-top:18px;
}


/*Footer */
.footer {
	background: #000104;
	font-family: 'helioscondcregular';
}

.footer .f-top-line{
	background:#bfd22b;
	padding:4px 0;
}

.footer .f-top-line .tit{
	color:#000000;
	background: url("../images/bg/f-env.png") no-repeat 0 0;
	padding-left:42px;
	font-size:18px;
	line-height:22px;
	float:left;
	width:45%;
	margin-top: 2px;
	text-align: left;
}

.footer .fm-r{
    float: right;
    font-size: 0;
    letter-spacing: 0;
    margin-right: 6px;
    width: 387px;
	text-align: left;
}

.footer .fm-r .f-item{
	display:inline-block;
	*display:inline; zoom:1; /* IE 7 */
	vertical-align:top;	
	margin-left: 3px;
}

.footer .fm-r INPUT[type="text"]{
	font-family: 'helioscregular';
	color:#7a7a7a;
	background:#ffffff;
	font-size:14px;
	line-height:22px;
	border-top:1px solid #000000;
	border-left:1px solid #828282;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	height:22px;
	width:123px;
	padding:0 8px;
}

.footer .fm-r .btn{
    background: #FFFFFF;
    border: 1px solid #000000;
}

.footer .fm-r INPUT[type="submit"]{
    background:#000000;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    font-family: 'heliosultracompressedcregular';
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 19px;
    padding: 0 1px;
    text-align: center;
    text-transform: uppercase;
	cursor:pointer;
}

.footer .f-main{
	background: url("../images/bg/h-top-bg.jpg") no-repeat center top;
	padding-top:14px; 
	padding-bottom:15px;
}	

.footer .f-logo{
	float:left;
	width:190px;
}

.footer .f-nav{
	width:696px;
	float:right;
}

.footer .f-nav LI:first-child {
    margin-left: 0;
}

.footer .f-nav LI {
    float: left;
    margin-left: 32px;
    width: 14%;
}

.footer .f-nav LI.active A, .footer .f-nav LI:hover A {
    color: #BFD22B;
}

.footer .f-nav LI A {
    color: #FFFFFF;
    display: block;
    font-size: 17px;
    line-height: 19px;
    padding-right: 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.footer .f-bottom{
	padding-top:19px;
	padding-bottom:20px; 
}	

.footer .f-copy{
	font-family: 'helioscondcregular';
	color:#ffffff;
	font-size:12px;
	line-height:100%;
	float:left;
	margin-top:21px;
}

.footer .f-soc{
	float:right;
}

.footer .f-soc H3{
	font-family: 'heliosultracompressedcregular';
	border:1px solid #b6bf3f;
	color:#bfd22b;
	font-size:20px;
	line-height:22px;
	padding:5px 7px;
	text-transform:uppercase;
	display:inline-block;
	*display:inline; zoom:1; /* IE 7 */
	vertical-align:top;		
	letter-spacing: 1px;
}

.footer .f-soc H3 A{
	color:#bfd22b;
}

.footer .f-soc UL{
	display:inline-block;
	*display:inline; zoom:1; /* IE 7 */
	vertical-align:top;	
}
	
.footer .f-soc LI{
	border:1px solid #666666;
	width:32px;
	height:31px;
	margin-left:8px;
	text-align:center;
	display:inline-block;
	*display:inline; zoom:1; /* IE 7 */
	vertical-align:top;		
}

.footer .f-soc LI A{
	display:table-cell;
	width:32px;
	height:31px;
	text-align:center;	
	vertical-align:middle;
}

.footer .f-soc LI A IMG{
	z-index: expression(
	runtimeStyle.zIndex = 1,
	this == ((31/2)-parseInt(offsetHeight)/2) <0 ? style.marginTop="0" : style.marginTop=(31/2)-(parseInt(offsetHeight)/2) +'px');
}

.footer .f-top-line .m-f-main{
	display:block;
}

.footer .f-top-line .m-f-finish{
/*	display:none;  */
	color:#000000;
	font-family: 'helioscondcregular';
	font-size:18px;
	line-height:100%;
	padding:4px 0;
	text-align:center;
	display:none;
}




