@charset "UTF-8";  
@font-face{
    font-family: 'PFIsotextPro';
    src: url('../fonts/pfisotextpro-light.eot');
    src: url('../fonts/pfisotextpro-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfisotextpro-light.woff') format('woff'),
         url('../fonts/pfisotextpro-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face{
    font-family: 'PFIsotextPro';
    src: url('../fonts/pfisotextpro-regular.eot');
    src: url('../fonts/pfisotextpro-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfisotextpro-regular.woff') format('woff'),
         url('../fonts/pfisotextpro-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'PFIsotextPro';
    src: url('../fonts/pfisotextpro-bold.eot');
    src: url('../fonts/pfisotextpro-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfisotextpro-bold.woff') format('woff'),
         url('../fonts/pfisotextpro-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
.font{
    font-family: 'PFIsotextPro';
}
/* common */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,input,button,textarea,p,blockquote,th,td{
	margin: 0;
	padding: 0;
}
table{
	border-spacing: 0;
}
img{
	border: none;
}
ul li{
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}
sup,sub{
	vertical-align: baseline;
}
input,button,textarea,select,optgroup,option{
 	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input:focus, textarea:focus, select:focus{
	outline: none;
}
input[type='checkbox'], input[type='submit'], input[type='reset'], input[type='radio'], input[type='image'], input[type='file']{
	cursor: pointer;
}
label{
	cursor: pointer;
	color: inherit;
}
html{
	height: 100%;
}
body{
	height: 100%;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 115%;
	text-align: left;
	color: #777;
}
hr{
	margin: 0;
	border: 0 none;
	border-top: solid 1px #777;
	height: 0;
	color: #777;
	background: none;
}
a{
	text-decoration: underline;
	outline: none;
	color: inherit;
}
a:hover{
	text-decoration: none;
}
.center{
	text-align: center;
}
.left{
	float: left;
}
.right{
	float: right;
}
.relative{
	position: relative;
}
.clear{
	float: none !important;
	display: block;
	clear: both;
	height: 0;
}
.clear-left{
	float: none !important;
	display: block;
	clear: left;
	height: 0;
}
.clear-right{
	float: none !important;
	display: block;
	clear: right;
	height: 0;
}
.uppercase{
	text-transform: uppercase;
}
input[type='text'], input[type='password'], textarea{
	display: inline-block;
	width: 100%;
	height: 16px;
	padding: 5px 0 6px;
	font-size: 14px;
	line-height: 16px;
	color: #777;
	border: 0 none;
	background: #fff;
}
textarea{
	height: 32px;
	resize: none;
}
select{
	position: relative;
	z-index: 1;
	cursor: pointer;
	width: 100%;
	height: 27px;
	padding: 4px 0 5px 4px;
	color: #777;
	border: 0 none;
	text-indent: 0.01px;
    text-overflow: '';
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand{
	opacity: 0;
	display: none;
}
.input-box{
	display: inline-block;
	border: solid 1px #777;
	background: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.input{
	display: inline-block;
	padding: 0 10px;
	border: solid 1px #777;
	background: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.input.textarea{
	padding-right: 0;
}
.input.select{
	position: relative;
	padding: 0;
}
.input.select:after{
	pointer-events: none;
	position: absolute;
	width: 27px;
	height: 21px;
	padding: 6px 0 0;
	right: 0;
	top: 0;
	color: #fff;
	text-align: center;
	font-size: 11px;
	content: '▼';
	background: #bdbdbd;
}
.input-box .img,
.input-box .input{
	display: table-cell;
	border: 0 none;
	vertical-align: middle;
}
.input-box .img{
	width: 0;
	padding: 2px 0 0 10px;
}
.input-box img{
	font-size: 0;
	line-height: 0;
}
.button{
	cursor: pointer;
	display: inline-block;
	width: 104px;
	height: 17px;
	margin: 0;
	padding: 5px 0 6px;
	white-space: nowrap;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	line-height: 17px;
	color: #777;
	border: solid 1px #d4d4d4;
	vertical-align: top;
	background: #000;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
input.button{
	height: 29px;
	padding: 0 0 2px;
}
input.button.uppercase{
	padding: 0;
}
.button:hover{
	color: #fdf300;
	border-color: #fdf300;
}
/* text */
h1,h2,h3,h4,h5,h6{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 90%;
	margin: 0 0 10px;
}
p{
	margin: 0 0 20px;
}
.plaintext img[style*='float:left']{
	margin: 0 20px 20px 0;
}
.plaintext img[style*='float:right']{
	margin: 0 0 20px 20px;
}
/* text off */
/* off */
.wrap{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #000;
}
.inside{
	width: 958px;
	margin: 0 auto;
}
#up2top{
	display: none;
	cursor: pointer;
	position: fixed;
	left: 50%;
	bottom: 20px;
	margin-left: 500px;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}
#up2top:hover{
	filter: none;
    -webkit-filter: none;
}
/* header */
.header{
	background: #000 url('../images/bg-top.png') repeat-x center top;
}
.top-nav{
	height: 37px;
	padding: 20px 0 0;
	font-size: 16px;
}
.top-nav li{
	float: left;
	margin-left: 60px;
}
.top-nav li:first-child{
	margin: 0;
}
.top-nav a{
	text-decoration: none;
}
.top-nav a:hover,
.top-nav li.active a{
	color: #fff200;
}
.top-nav li.active a{
	cursor: default;
}
.logo{
	width: 277px;
	height: 110px;
	padding: 7px 0 0;
}
.logo a{
	text-decoration: none;
}
.logo .slogan{
	width: 100%;
	height: 18px;
	overflow: hidden;
	padding: 4px 0 0;
	font-size: 17px;
	text-align: justify;
}
.logo .slogan h1{
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
	padding: 0;
}
.header-right{
	white-space: nowrap;
	color: #fff;
}
.header-right ul{
	vertical-align: top;
	height: 56px;
}
.header-right ul.phones{
	display: inline-block;
	padding-right: 10px;
}
.header-right li{
	padding-top: 4px;
}
.header-right li:first-child{
	padding-top: 0;
}
.header-right a{
	text-decoration: none;
}
.header-right a:hover{
	text-decoration: underline;
}
.header-right td{
	vertical-align: top;
	padding-left: 10px;
}
.header-right td:first-child{
	padding-left: 0;
}
.header-right tr:first-child td{
	padding-top: 18px;
	font-size: 16px;
}
.search{
	padding: 0 6px;
	border: solid 1px #bebebe;
	background: #fff;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
.search input[type="text"]{
	padding: 0 0 2px;
	height: 14px;
}
.nav{
	height: 63px;
	padding: 16px 0 0;
	overflow: hidden;
	white-space: nowrap;
	font-size: 0;
	line-height: 0;
}
.nav ul{
	display: table;
	border-spacing: 0;
	width: 100%;
}
.nav li{
	display: table-cell;
	vertical-align: middle;
	width: 1000px;	
}
.nav li:first-child,
.nav li:last-child{
	width: 0;
}
.nav li.spacer{
	background: url('../images/nav-spacer.png') no-repeat center center;
}
.nav a{
	display: table-cell;
	width: 0;	
	vertical-align: middle;
	text-decoration: none;
}
.nav .active a{
	cursor: default;
}
.nav li:first-child a,
.nav li:last-child a{
	width: 0;
}
.nav .ico,
.nav .txt{
	display: inline-block;
	vertical-align: middle;
}
.nav .ico{
	padding-right: 10px;
}
.nav .txt{
	max-width: 156px;
	font-size: 16px;
	line-height: 115%;
	text-align: left;
	white-space: normal;
}
.nav a:hover .txt,
.nav .active .txt{
	color: #fff200;
}
.nav .active .txt{
/*	font-size: 20px;*/
	line-height: 100%;
}
.nav img{
	visibility: hidden;
}
.nav img:first-child{
	visibility: visible;
	position: absolute;
	left: 0;
	top: 0;
}
.nav a:hover img,
.nav .active img{
	visibility: visible;
}
.nav a:hover img:first-child,
.nav .active img:first-child{
	visibility: hidden;
}
.cell{
	display: table-cell;
}
/* header off */

/* content */
.content{
	padding: 0 0 223px;
}
.left-part{
	width: 702px;
	padding: 0 0 20px;
}
.right-part{
	width: 241px;
	padding: 0 0 20px;
}
.slider > *{
	float: left;
	font-size: 0;
	line-height: 0;
}
.slider img{
	width: 100%;
}
#frontpage-slider{
	width: 702px;
	height: 428px;
}
#frontpage-slider li{
	width: 702px;
	height: 428px;
}
.slider-paginator{
	position: absolute;
	right: 36px;
	bottom: 18px;
}
.slider-paginator a{
	display: block;
	position: relative;
	float: left;
	margin-left: 6px;
	width: 25px;
	height: 25px;
	overflow: hidden;
	background: #231f20;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.slider-paginator a:first-child{
	margin: 0;
}
.slider-paginator span{
	display: block;
	position: absolute;
	right: 1px;
	top: 2px;
	width: 21px;
	height: 21px;
	text-indent: -1000px;
	font-size: 0;
	line-height: 0;
	color: transparent;
	background: #231f20;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.slider-paginator span:after{
	display: block;
	position: absolute;
	left: -4px;
	top: -1px;
	width: 21px;
	height: 21px;
	content: ' ';
	text-indent: -1000px;
	background: #231f20;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.slider-paginator .selected span{
	background: #fff200;
}
.block{
	display: block;
	border: solid 1px #d4d4d4;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.right-part .block{
	margin: 12px 0 0;
	height: 96px;
	text-decoration: none;
}
.right-part .price-list{
	margin-top: 0;
	font-size: 0;
	line-height: 0;
	white-space: nowrap;
}
.right-part .price-list:hover{
	border-color: #ffff00;
}
.right-part .price-list .cell{
	display: table-cell;
	width: 239px;
	height: 96px;
	vertical-align: middle;
}
.right-part .price-list .cell > *{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
.right-part .price-list .txt .title{
	display: block;
	font-size: 30px;
	line-height: 100%;
	color: #fff;
}
.right-part .price-list:hover .txt .title{
	color: #ffff00;
}
.right-part .price-list .txt .desc{
	font-size: 22px;
	font-weight: 300;
	line-height: 80%;
	color: #ffff00;
}
.right-part .price-list img{
	margin-left: 8px;
}
.right-part .banner{
	color: #fff;
	font-weight: 300;
}
.right-part .banner:hover{
	color: #ffff00;
	text-decoration: underline;
}
.right-part .banner .cell{
	display: table-cell;
	vertical-align: top;
	padding: 10px 6px 6px;
	overflow: hidden;
}
.right-part .banner .cell:first-child{
	padding-top: 6px;
	width: 0;
}
.right-part .banner .cell img{
	width: 124px;
}
.partners{
	padding: 18px;
	margin: 0 0 20px;
}
.partners .cell{
	display: table-cell;
	vertical-align: top;
	text-align: right;
}
.partners h2.cell{
	font-size: 25px;
	font-weight: normal;
	line-height: 100%;
	text-align: left;
	vertical-align: middle;
}
.partners .slider-cell{
	width: 1000px;
	text-align: center;
	font-size: 0;
	line-height: 0;
}
.partners .slider-box{
	display: inline-block;
	padding: 0 30px;
	width: 580px;
	height: 69px;
	background: #fff;
}
#partners-slider li{
	margin: 0 8px;
}
#partners-slider a{
	display: table-cell;
	width: 129px;
	height: 69px;
	opacity: 0.5;
	text-align: center;
	vertical-align: middle;
}
#partners-slider a:hover{
	opacity: 1;
}
#partners-slider img{
	width: auto;
	max-width: 129px;
	max-height: 49px;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}
#partners-slider a:hover img{
	filter: none;
    -webkit-filter: none;
}
.slider-nav{
	cursor: pointer;
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	width: 18px;
	height: 31px;
	font-size: 42px;
	font-weight: normal;
	line-height: 24px;
	color: #d4d4d4;
	text-align: center;
	border: solid 1px #d4d4d4;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.slider-nav:hover{
	color: #fff200;
}
.slider-nav.prev{
	left: 4px;
}
.slider-nav.next{
	right: 4px;
	padding: 0 0 0 1px;
	width: 17px;
}
.partners .button{
	padding: 18px 0 0 28px;
	width: 112px;
	height: 49px;
	white-space: normal;
	text-align: left;
	color: #fff;
	border-color: #fff;
}
.partners .button:hover{
	color: #ffff00;
	border-color: #ffff00;
}
.moon{
	display: inline-block;
	position: relative;
	width: 14px;
	height: 14px;
	overflow: hidden;
}
.moon:before{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 14px;
	height: 14px;
	content: ' ';
	background: #fff200;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.moon:after{
	display: block;
	position: absolute;
	left: -2px;
	top: -1px;
	width: 13px;
	height: 13px;
	content: ' ';
	background: #000;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.button:hover .moon:after{
	left: 2px;
}
/* footer */
.footer{
	height: 213px;
	margin: -213px 0 0;
	background: #000 url('../images/bg-bottom.png') repeat-x center top;
}
.footer-top{
	padding: 22px 0 0;
	height: 47px;
}
.footer-top h2{
	font-size: 22px;
	font-weight: normal;
}
.footer-top h2 img{
	font-size: 0;
	line-height: 0;
	vertical-align: middle;
	margin: -4px 20px 0 0;
}
.footer-top .subscribe-success{
	display: none;
	margin-top: -9px;
}
.footer-top .subscribe-success h2 img{
	margin: -8px 0 0 20px;
}
.footer .subscribe{
	margin: -2px 0 0;
}
.footer .subscribe .input-box{
	margin-right: 2px;
}
.footer .subscribe .input{
	width: 110px;
}
.footer .logo{
	padding-top: 26px;
}
.footer-right{
	width: 640px;
}
.footer .socials{
	padding: 20px 0 0 24px;
	font-size: 0;
	line-height: 0;
}
.footer .socials li{
	padding-left: 10px;
}
.footer .header-right td{
	vertical-align: middle;
	font-size: 0;
	line-height: 0;
}
.footer .header-right ul{
	white-space: nowrap;
	height: auto;
}
.footer .header-right ul:not(:last-child){
	padding: 0;
}
.footer .header-right li{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 100%;
	padding: 0;
}
.footer .header-right li:after{
	content: ',';
}
.footer .header-right ul:last-child li:last-child:after{
	content: '';
}
.footer .nav{
	height: auto;
	padding: 30px 0 0;
}
.footer .nav li.spacer{
	background-image: url('../images/nav-spacer-footer.png');
}
.footer .nav .txt{
	max-width: 130px;
	font-size: 14px;
	line-height: 100%;
}
.footer .nav .ico{
	padding-right: 8px;
}
.footer .nav img{
	height: 27px;
}
/* footer off */

/* popup */
.popup{
	display: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.popup .top{
	width: 584px;
	padding: 30px 68px 20px;
	background: #000;
}
.popup .top h2{
	font-size: 30px;
	font-weight: normal;
}
.popup .middle{
	width: 584px;
	padding: 30px 68px 20px;
}
.form-success{
	display: none;
}
.form{
	width: 100%;
}
.form td{
	vertical-align: top;
	width: 25%;
	padding: 10px 0 0 20px;
}
.form td:first-child{
	padding-left: 0;
}
.form tr:first-child td{
	padding-top: 0;
}
.form .input{
	display: block;
	margin-top: 4px;
}
.form .logo-img{
	width: 197px;
}
.form-fancy .fancybox-skin,
.img-fancy .fancybox-skin{
	position: relative;
	border: solid 1px #b6b6b6;
	color: #777;
	text-shadow: none;
	background: #222;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.form-fancy .fancybox-close{
	right: 22px;
	top: 11px;
	text-decoration: none;
	background: none;
}
.img-fancy .fancybox-close{
	right: -14px;
	top: -10px;
	text-decoration: none;
	border: solid 1px #777;
	background: #000;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.form-fancy .fancybox-close:before,
.img-fancy .fancybox-close:before{
    font-family: Verdana, sans-serif;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 6px 0 0;
	text-align: center;
	color: #777;
	content: 'x';
	font-size: 35px;
	font-weight: 300;
}
.form-fancy .fancybox-close:hover:before,
.img-fancy .fancybox-close:hover:before{
	color: #fff200;
}
.img-fancy .fancybox-nav span{
	visibility: visible;
	cursor: pointer;
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	width: 18px;
	height: 31px;
	font-size: 42px;
	font-weight: normal;
	line-height: 24px;
	color: #d4d4d4;
	text-align: center;
	text-decoration: none;
	background: #000;
	border: solid 1px #d4d4d4;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.img-fancy .fancybox-nav:hover span{
	color: #fff200;
}
.img-fancy .fancybox-prev span:before{
	content: '‹';
	right: 4px;
	width: 17px;
}
.img-fancy .fancybox-next span:before{
	content: '›';
	right: 4px;
	padding: 0 0 0 1px;
	width: 17px;
}
.img-fancy .fancybox-title{
    font-family: 'PFIsotextPro';
	position: absolute;
	left: 35px;
	margin-right: 35px;
	bottom: 20px;
	padding: 10px;
	font-size: 22px;
	line-height: 100%;
	color: #fff200;
	border: solid 1px #fff200;
	background: #000;
}
#fancybox-thumbs ul{
	position: static;
	width: 54px !important;
}
/* popup off */

























/* eof */