@font-face {
    font-family: "pfdindisplaypro-thin";
    src: url("pfdindisplaypro-thin.eot");
    src: url("pfdindisplaypro-thin.eot#iefix") format("embedded-opentype"),
    url("pfdindisplaypro-thin.woff") format("woff"),
    url("pfdindisplaypro-thin.ttf") format("truetype"),
    url("pfdindisplaypro-thin.svg#JournalRegular") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "pfdindisplaypro-reg";
    src: url("pfdindisplaypro-reg.eot");
    src: url("pfdindisplaypro-reg.eot#iefix") format("embedded-opentype"),
    url("pfdindisplaypro-reg.woff") format("woff"),
    url("pfdindisplaypro-reg.ttf") format("truetype"),
    url("pfdindisplaypro-reg.svg#JournalRegular") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "pfdindisplaypro-light";
    src: url("pfdindisplaypro-light.eot");
    src: url("pfdindisplaypro-light.eot#iefix") format("embedded-opentype"),
    url("pfdindisplaypro-light.woff") format("woff"),
    url("pfdindisplaypro-light.ttf") format("truetype"),
    url("pfdindisplaypro-light.svg#JournalRegular") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "pfdindisplaypro-med";
    src: url("pfdindisplaypro-med.eot");
    src: url("pfdindisplaypro-med.eot#iefix") format("embedded-opentype"),
    url("pfdindisplaypro-med.woff") format("woff"),
    url("pfdindisplaypro-med.ttf") format("truetype"),
    url("pfdindisplaypro-med.svg#JournalRegular") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "PFDinDisplayPro-ExtraThin_35375";
    src: url("PFDinDisplayPro-ExtraThin_35375.eot");
    src: url("PFDinDisplayPro-ExtraThin_35375.eot#iefix") format("embedded-opentype"),
    url("PFDinDisplayPro-ExtraThin_35375.woff") format("woff"),
    url("PFDinDisplayPro-ExtraThin_35375.ttf") format("truetype"),
    url("PFDinDisplayPro-ExtraThin_35375.svg#JournalRegular") format("svg");
    font-weight: normal;
    font-style: normal;
}
html, body {
	margin:0;
	padding:0;
	min-width:960px;
    background-color: #000;
}	
.clear {
	float:none;
	clear:both;
}
header, section, footer, nav, hgroup{
	display:block;
}
a img{
	border:none;
}
.left{
	float:left;
}
.right{
	float:right;
}
.m-header {
	min-width: 960px;
	background: url(../img/header.png) no-repeat center;
	background-size: cover;
	position: relative;
	/* padding-top: 15px; */
	height: 194px;
}
.m-header-lang {
	position:absolute;
	top:0;
}
.m-header-lang-a {
	display: inline-block;
	position:relative;
	width:60px;
	height: 30px;
	padding-top: 10px;
	background:url(../img/lang.png) no-repeat -70px 0px ;
	text-align:center;
	color:#edd081;
	text-decoration:none;
	font-family: "pfdindisplaypro-thin";
	font-size:15px;
	transition: box-shadow ease 1s;
	-webkit-transition: box-shadow ease 1s;
} 
.m-header-lang-a.current,
.m-header-lang-a:hover {
	color:#fff;
	background-position:-7px 0px;
}
.m-header-lang-a:after {
	content:'';
	display:block;
	width:15px;
	height:0px;
	position:absolute;
	top: 23px;
	left: 22px;
	box-shadow: 0px 0px 30px 9px rgba(246,242,186,0.75);
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	opacity:0;
}
.m-header-lang-a:hover:after {
	opacity:1;
}
.m-header-logo {
	display: block;
	background:url(../img/logo.png) no-repeat bottom left;
	margin:0 auto 33px auto;
	width:272px;
	height:130px;
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
}
.m-header-logo:hover {
	background:url(../img/logo-HOVER.png) no-repeat bottom left;
}
.m-table-nav {
	border-top: 2px solid rgba(40,24,6,.75);
	border-bottom: 2px solid #000;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
}
.m-header .m-header-table {
height: 134px;
z-index: 100;
position: relative;
padding-top: 15px;
}
.m-nav {
	width: 960px;
	height:41px;
	margin: 0 auto;
	display: block;
	position:relative;
}
.m-nav:before {
	content:'';
	display:block;
	position:absolute;
	left:-222px;
	top:-2px;
	background:url(../img/nav-be.png);
	height:45px;
	width:638px;
	z-index:1;
}
.m-nav-li {
	width: 230px;
	display: inline-block;
	text-align:center;
	color:#edd081;
	font-size:16px;
	text-transform:uppercase;
	font-family: "pfdindisplaypro-reg";
	position:relative;
	z-index:10;
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
}
.m-nav-li:before {
	content:'';
	position:absolute;
	top:-2px;
	left:0;
	right:0;
	height:2px;
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
}
.m-nav-li.current:before,
.m-nav-li:hover:before {
	background:#fff;
	box-shadow: 0px 0px 10px 3px rgba(246,242,186,0.5);
}
.m-nav-li .m-nav-a:after {
	transition:opacity ease 0.5s;
	-webkit-transition:opacity ease 0.5s;
	top:-2px;
	width:638px;
	height:43px;
	background:url(../img/nav-a-af.png) no-repeat top left;
	left:-259px;
	opacity: 0;
	content:'';
}
.m-nav-li.current .m-nav-a:after,
.m-nav-li:hover .m-nav-a:after {
	opacity: 1;
	z-index:-1;
	position:absolute;
}
.m-nav-a {
	color:#edd081;
	display:block;
	width:100%;
	padding:13px 0;
	position:relative;
	z-index:11;
	text-decoration:none;
}
.m-nav-li.current {
	z-index:5;
}
.m-nav-li.current a,
.m-nav-li:hover,
.m-nav-a:hover {
	z-index:9;
    color: #fff;
}
.this-perfection-block {
	height: 680px;
	width:100%;
	background: url(../img/bg_1.png);
	position:relative;
	text-align: center;
}
.this-perfection-block-a {
	text-decoration: none;
	font-family: "pfdindisplaypro-light";
	color: #cdc68d;
	font-size: 40px;
	position:absolute;
	top:252px;
	left:50% !important;
	width: 920px !important;
	margin-left:-460px !important;
	display: block;
	transition: all ease 0.5s;
	-webkit-transition:all ease 0.5s;
	opacity:0;
	transition:all ease 1s;
	-webkit-transition:all ease 1s;
	text-align: center;
}

.this-perfection-block-a1 {
	text-decoration: none;
	font-family: "pfdindisplaypro-light";
	color: #cdc68d;
	font-size: 40px;
	position:absolute;
	top:252px;
	left:50% !important;
	width: 920px !important;
	margin-left:-460px !important;
	
	text-align: center;
}
.this-perfection-block-a.fade-in {
	top:268px;
	opacity:1;
}
.this-perfection-block-a-span {
	font-family: "pfdindisplaypro-med";
	font-size:49px;
	display: inline-block;
	width: 100% !important;
	text-align: center;
}
.this-perfection-block-a:hover {
	color: #fff;
}
a:hover .this-perfection-block-a-img {
	background:url(../img/pr-a-hov.png);	
}
.this-perfection-block-a-img {
	transition: all ease 0.5s;
	-webkit-transition:all ease 0.5s;
	width: 106px;
	height: 111px;
	background:url(../img/pr-a.png) no-repeat top;
	display:inline-block;
	vertical-align: middle;
	margin-left: 47px;
	margin-right: 30px;
}
.m-header-contact {
	float: right;
	font-size:23px;
	font-family: "PFDinDisplayPro-ExtraThin_35375";	
	padding-top:65px;
}
/*
.this-perfection-go-bottom {
	width:36px;
	height:36px;
    background: url(../img/a-bot.png) no-repeat bottom left;
    position:absolute;
    bottom:30px;
    left:50%;
    margin-left:-18px;
}*/

.this-perfection-go-bottom {
    width:77px;
    height:66px;
    /*background: url(../img/win_distr.gif) no-repeat bottom center;*/
    background: url(../img/a-bot.png) no-repeat bottom center;
    position:absolute;
    bottom:30px;
    left:50%;
    margin-left: -37px;
}

.production-block {
	min-height: 742px;
	background: url(../img/bg_.png) repeat , url(../img/bg_2.png) no-repeat top center;
	background-size:cover;
	overflow:hidden;
}
.news-block {
	min-height:1122px;	
	background: url(../img/bg_3.png) no-repeat top center;
	background-size:cover;
}
.news-block11 {
	min-height:720px;	
	background: url(../img/bg_8.png) no-repeat top center;
	background-size:cover;


}
.m-content-block {
	padding-top: 58px;
}
.block-header {
	padding: 22px 0;
	margin: 0 auto;
	display: block;
	background:rgba(0,0,0,0.3);
	text-align:center;
	font-family: "PFDinDisplayPro-ExtraThin_35375";
	color:#edd081;
	font-size:36px;
}
.block-header.production {
	width:475px;
	margin-bottom:32px;
}
.block-header.production {
	width:475px;
	margin-bottom:32px;
}
.block-header.news {
	width:754px;
	margin-bottom:0px;
}
.slider-img {
	display:block;
}
.slider-wrapper {
	margin: 0 auto;
	width: 1063px;
	position:relative;
}
.slider-item {
	height: 465px;
	position: relative;
	z-index: 9;
	width: 1063px;
	display: block;
	float: left;
}
.block-header-span {
	display: inline-block;
	position: relative;
	transition:all ease 1s;
	-webkit-transition:all ease 1s;
}
.block-header-span:hover {
	color:#fff;
}
.block-header-span:before {
	content:'';
	display:block;
	width:100%;
	height:0;
	box-shadow: 0 0 34px 8px rgba(246,242,186,1.00);
	position:absolute;
	margin-top:20px;	
	opacity:0;
	transition:all ease 1s;
	-webkit-transition:all ease 1s;
}
.block-header-span:hover:before {
	opacity:1;
}
.slider-item-img {
	border: 3px solid rgba(237,208,129,0);
	transition:all ease 1s;
	-webkit-transition:all ease 1s;
	position:relative;
	float:left;
}
.slider-item-img-a {
	display:block;
	width: 519px;
	height: 465px;
	background-color: #000;
	background-image: url(../img/xl.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.slider-item-img-a-2{
	background-image: url(../img/king.png);
}
.slider-item-img-a-3{
	background-image: url(../img/slim.png);
}
.slider-item-img-a-4{
	background-image: url(../img/ultraslims.png);
}


.slider-item-img-a-22{
	background-image: url(../img/centks.png);
}
.slider-item-img-a-33{
	background-image: url(../img/censs.png);
}
.slider-item-img-a-44{
	background-image: url(../img/centus.png);
}


.slider-item-img-a-122{
	background-image: url(../img/amgksE.png);
}
.slider-item-img-a-133{
	background-image: url(../img/amgssE.png);
}
.slider-item-img-a-144{
	background-image: url(../img/amgusE.png);
}


.slider-item-img-a-5{
	background-image: url(../img/imp.png);
}
.slider-item-img-a:before { /*  ????  */
	content:'';
	display:block;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background: rgba(0,0,0,0.1);
	position:absolute;
	z-index:10;	
	opacity:0;
	transition:all ease 1s;
	-webkit-transition:all ease 1s;
}
.slider-item-img-a:after {
	content:'';
	display:block;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background: url(../img/slider-img-bg.png) no-repeat center;
	position:absolute;
	z-index:11;	
	opacity:0;
	transition:all ease 1s;
	-webkit-transition:all ease 1s;
}
.slider-item-img-a:hover:before,
.slider-item-img-a:hover:after {
	opacity:1;	
}
.slider-item-img:hover {
	border: 3px solid rgba(237,208,129,0.6);
}
.slider-item-txt {
	float: right;
	width:537px;
	height:472px;
	background:#000;
	padding:120px 40px 0 40px;
	box-sizing:border-box;
	color:#edd081;
	text-align:center;
}
.slider-item-name {
	font-size:22px;
	font-family: "pfdindisplaypro-light";
}
.slider-item-p {
	font-size:18px;
	font-family: "pfdindisplaypro-med";
}
.read-more {
	width: 172px;
	border: 2px solid #edd081;
	display: block;
	margin: 0 auto;
	padding: 14px 0;
	color: #edd081;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "pfdindisplaypro-med";
	transition:all ease 1s;
	-webkit-transition:all ease 1s;
	text-align:center;
	position:relative;
}
.read-more:after {
	content: '';
	display: block;
	width: 49%;
	height: 0;
	left: 26%;
	position: absolute;
	box-shadow: 0 0 19px 6px rgba(246,242,186,0.5);
	top: 23px;
	opacity:0;
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
}
.read-more:hover:after {
	opacity:1;
}	
.read-more:hover {
	border-color:#fff;
	box-shadow:0 0 21px 0px rgba(246,242,186,0.35);
	color:#fff;
}
.slider-nav-a.next,
.slider-nav-a.prev {
	position: absolute;
	width: 67px;
	height: 107px;
	left: -81px;
	top: 50%;
	margin-top: -47px;
	background: url(../img/slider-ar_.png) no-repeat 0px 12px;
}
.slider-nav-a.next {
	background-position: -114px 12px;
	left: auto;
	right: -81px;
}
.slider-nav-a.next:hover {
	background: url(../img/slider-ar-hover.png) no-repeat -114px 0px;
}
.slider-nav-a.prev:hover {
	background: url(../img/slider-ar-hover.png) no-repeat 0px 0px;
}
.last-news-item-img {
	display: block;
}
.last-news-item-txt {
	padding:22px 16px;
	background:#000;
}
.last-news-item {
	width: 595px;
	overflow: hidden;
	color: #edd081;
	font-size: 18px;
	display: inline-block;
	text-align: left;
	margin:0 10px 20px 0;
	vertical-align:top;
}
.last-news-item-date {
	font-family: "pfdindisplaypro-med";
}
.last-news-item-a {
	color:#edd081;
	font-size:22px;
	text-transform:uppercase;
	text-decoration:none;
	font-family: "pfdindisplaypro-light";
}
.last-news-item-p {
	font-family: "PFDinDisplayPro-ExtraThin_35375";	
}
.last-news-item-txt .read-more {
	margin:0;
}

.m-content-block.news-block {
	text-align: center;
}
.line {
	width:94px;
	height:2px;
	background:#edd081;
	margin-bottom:18px;
}
.read-more.all-news {
	width: 212px;
	position:relative;
}
.read-more.all-news:after,
.read-more.all-news:before {
	content:'';
	display:block;
	position:absolute;
	width:93px;
	height:2px;
	left:-197px;
	background:#edd081;
	top:20px;
}
.read-more.all-news:after {
	left:auto;
	right:-197px;
	opacity:1;
	box-shadow:none;	
}
.read-more.all-news {
	width: 212px;
}
.all-news-block {
	margin:94px 0 0 0;
}
.m-content-block.photo-block {
	height: auto;
	background:url(../img/bg_5.png) no-repeat top center;
	background-size: cover;
	padding: 60px 0;
}
.photo-block .text-block {
	color: #fff;
	font-size: 18px;
	line-height:24px;
	text-align: center;
	font-family: "pfdindisplaypro-light";
	max-width:1020px;
	margin:0 auto;
}
.text-block2 {
	color: #fff;
	font-size: 21px;
	line-height:25px;
	text-align: justify;
    text-justify: inter-word;
	font-family: "pfdindisplaypro-light";
	max-width:1020px;
	margin:0 auto;
}
.m-content-block.map-block {
	height: 860px;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(../img/bg_6.png);
	background-size: cover;
	padding-top: 187px;
	padding-bottom: 37px;
	box-sizing: border-box;
	font-family: "pfdindisplaypro-med";
	font-size:9px;
	color:#fff;
	text-align:center;
}
.m-map-block {
	margin: 0 auto;
	width: 1196px;
}
.adress-block-a:first-child {
	float:left;	
}
.adress-block-a:first-child  + .adress-block-a {
	float:right;	
}
.adress-block-a:last-child {
	float:none;
	margin:0 auto;
}	
.adress-block-a {
	display:block;
	width: 345px;
	height:340px;
	border: 1px dotted #d5d0a1;
	text-align:center;
	font-family: "pfdindisplaypro-reg";
	text-decoration:none;
	color: #edd081;
	text-align: center;
	transition: all ease 1s;
	-webkit-transition:all ease 1s;
	margin-bottom:98px;
	font-size:18px;
}
.abress-block-bg {
	display:block;
	width: 154px;
	height: 154px;
	margin:75px auto 55px auto;
	border: 1px dotted #d5d0a1;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg); 
	transition: all ease 1s;
	-webkit-transition:all ease 1s;
}
.abress-block-bg:before {
	content:'';
	display:block;
	width:154px;
	height:154px;
	transition: all ease 1s;
	-webkit-transition:all ease 1s;
}

.abress-block-bg.abress-block-bg-tel:before {
	background:url(../img/adress_tel.png) no-repeat center;
	transform:  rotate(0deg);
	-ms-transform: rotate(0deg); 
    -webkit-transform: rotate(0deg); 
}
.abress-block-bg.abress-block-bg-mail:before {
	background:url(../img/adress_mail.png) no-repeat center;
	transform:  rotate(-45deg);
	-ms-transform: rotate(-45deg); 
    -webkit-transform: rotate(-45deg); 
}
.abress-block-bg.abress-block-bg-map:before {
	background:url(../img/adress_map.png) no-repeat center;
	transform:  rotate(-45deg);
	-ms-transform: rotate(-45deg); 
    -webkit-transform: rotate(-45deg); 
}

.adress-block-a:hover .abress-block-bg-tel:before {
	background:url(../img/adress_tel-h.png) no-repeat center;
}
.adress-block-a:hover .abress-block-bg-mail:before {
	background:url(../img/adress_mail-h.png) no-repeat center;
}
.adress-block-a:hover .abress-block-bg-map:before {
	background:url(../img/adress_map-h.png) no-repeat center;
}
.adress-block-a:hover .abress-block-bg,
.adress-block-a:hover {
	box-shadow:0 0 25px rgba(246,242,186,1.00)	;
	border: 1px solid #d5d0a1;
	font-family: "pfdindisplaypro-med";
	color:#fff;
}
.social_block {
	text-align:center;	
}
.soc-a {
	width: 37px;
	height: 37px;
	border: 1px solid rgba(0,0,0,1.00);
	background:#000;
	display:inline-block;
	background-position:center;
	background-repeat:no-repeat;
	background-color:#000;
	margin:98px 5px 57px 5px;
	transition:all ease 1s;
	-webkit-transition:all ease 1s;
}
.soc-a:hover {
	border:1px dotted rgba(213,208,161,0.3);
	box-shadow:0 0 25px rgba(246,242,186,1.00);
	background-color:transparent;
}
.soc-a.tw {
	background-image:url(../img/social/1.png);
}
.soc-a.gp {
	background-image:url(../img/social/2.png);
}
.soc-a.vk {
	background-image:url(../img/social/3.png);
}
.soc-a.li {
	background-image:url(../img/social/4.png);
}
.soc-a.fb {
	background-image:url(../img/social/5.png) ;
}
.soc-a.yt {
	background-image:url(../img/social/y.png) ;
}

.soc-a.tw:hover {
	background-image:url(../img/social/1-.png);
}
.soc-a.gp:hover {
	background-image:url(../img/social/2-.png);
}
.soc-a.vk:hover {
	background-image:url(../img/social/3-.png);
}
.soc-a.li:hover {
	background-image:url(../img/social/4-.png);
}
.soc-a.fb:hover {
	background-image:url(../img/social/5-.png);
}
.soc-a.yt:hover {
	background-image:url(../img/social/y-.png);
}
.footer-logo {
	display:block;
	margin:48px auto 0 auto;
	width:96px;
	height:50px;
	background:url(../img/social/6.png) no-repeat top left;
	transition:all ease-in 0.5s;
	-webkit-transition:all ease-in 0.5s;
}
.footer-logo:hover {
	background:url(../img/social/6-.png) no-repeat top left;
}
.slider {
	overflow: hidden;
	width: 100%;
	height: 474px !important;
}
.m-header-table {
	min-width: 960px;
	max-width: 1467px;
	margin:0 auto;
}
.m-contact-mail,
.m-contact-tel {
	text-decoration:underline;
	text-transform:uppercase;
	color:#edd081;
	position:relative;
}
.m-contact-mail:hover,
.m-contact-tel:hover {
	text-shadow: 0 0 25px rgba(255,255,255,1.00);
	text-decoration:none;
	color:#fff;
}
.m-contact-mail:after ,
.m-contact-tel:after {
	content: '';
	display: block;
	width: 88%;
	left: 9%;
	height: 0;
	box-shadow: 0 0 24px 8px rgba(246,242,186,0.5);
	position: absolute;
	top: 14px;
	opacity:0;
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
}
.m-contact-mail:hover:after ,
.m-contact-tel:hover:after {
	opacity:1;	
}
.m-contact-mail {
	margin-left:87px;
}
.m-contact-tel {
    text-decoration: none;
}
.m-contact-mail:before ,
.m-contact-tel:before {
	content:'';
	display:inline-block;
	vertical-align:middle;
	width: 60px;
	height:60px;
	background:url(../img/adress_tel.png) no-repeat top left;
	background-size: 32px;
	background-position: 15px 11px;
	margin-right: -9px;
	transition: background ease 1s; 
	-webkit-transition: background ease 1s;
	position:absolute;
	left: -53px;
	top: -14px;
}
.m-contact-mail:before {
	background-image:url(../img/adress_mail.png) ;	
}
.m-contact-mail:hover:before {
	background-image:url(../img/adress_mail-h.png) ;	
}
.m-contact-tel:hover:before {
	background-image:url(../img/adress_tel-h.png) ;	
}
.bread-a {
	text-decoration: underline;
	font-size: 16px;
	color: #edd081;
	font-family: "PFDinDisplayPro-ExtraThin_35375";
}
.bread-a:after {
	display:inline-block;
	content:'/';
	margin-left:9px;
	margin-right:13px;
}
.bread-a:last-child:after {
	display:none;
}
.bread-a:hover,
.bread-a:last-child {
	text-decoration:none;
	color:#fff;	
}
.news-h {
	color:#edd081;
	font-family: "PFDinDisplayPro-ExtraThin_35375";
}
.page-news {
	text-align: center;
}
.left.production-img {
	width: 50%;
	position: relative;
}
.left.production-img1 {
	width: 80%;
	position: relative;
}

.bg-prod-img {
	border: 1px solid #d5d0a1;
	position: absolute;
	bottom: 14%;
	top: 14%;
	left: 14%;
	right: 14%;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg); 
	z-index: 5;
	transition: box-shadow ease 0.5s;
	-webkit-transition:box-shadow ease 0.5s;
}

.bg-prod-img1 {
	border: 1px solid #d5d0a1;
	position: absolute;


	
width: 100%;
height: 100%;
  background-color: #ffffff;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg); 
	z-index: 5;
	transition: box-shadow ease 0.5s;
	-webkit-transition:box-shadow ease 0.5s;
}
.more-prod-item:hover .bg-prod-img {
	box-shadow: 0 0 25px rgba(246,242,186,1.00);
}
.page-news {
	/*width: 1220px;*/
	margin:0 auto 80px auto;
}
.production-name {
	margin-top: 55px;
	margin-bottom: 94px;
	font-size:36px;
	color:#edd081;
	font-family: "PFDinDisplayPro-ExtraThin_35375";
	text-transform:uppercase;
}
.production-name.center {
	text-align:center;
}	
.production-img img {
	position:relative;
	z-index:6;
}
.right.production-info {
	width: 50%;
	box-sizing:border-box;
	padding-left: 80px;
	text-align:left;
	font-size:22px;
	color:#fff;
	font-family: "PFDinDisplayPro-ExtraThin_35375";
}
.prod-info {
	margin-top: 110px;
	margin-bottom: 57px;
}
.dis-b {
	color: rgba(255,255,255,1.00);
	font-size: 17px;
	line-height: 33px;
	font-family: "PFDinDisplayPro-ExtraThin_35375";
	padding-left:53px;
	position:relative;
}
.dis-b:before {
	display: block;
	content: '';
	position: absolute;
	width: 26px;
	height: 17px;
	background: url(../img/spec-prod.png) no-repeat 0 0;
	top: 10px;
	left: 0px;
}
.dis-b span {
	font-family: "pfdindisplaypro-med";
}
.dis-b.trans {
}
.dis-b.form-fac:before {
	background-position: 0 -17px;
}
.dis-b.stron:before {
	height: 18px;
	top:7px;
	background-position: 0px -35px;
}
.prod-dis {
	margin-bottom:58px;	
}
.pro-f-d,
.view {
	padding-left: 48px;
	color:#edd081;
	font-size:22px;
	position:relative;
}
.pro-f-d {
	margin-left:130px;	
}
.pro-f-d:before, 
.view:before {
	content:'';
	display:block;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg); 
	position:absolute;
	width:31px;
	height:31px;
	border:1px solid #62604b;
	top:0;
	left:-4px;
}
.pro-f-d:after, 
.view:after {
	content:'';
	display:block;
	position:absolute;
	width:31px;
	height:31px;
	top: 3px;
	left: 0px;
	background:url(../img/3d-l.png) no-repeat top left;
}
.pro-f-d:after {
	background-position:-34px 0px;
}
.production-img .production-name {
	position: absolute;
	bottom: 105px;
	margin: 0;
	left: 130px;
	z-index: 11;
}
.left.production-img .view {
	position: absolute;
	bottom: 17px;
	left: 181px;
	text-indent: -9999px;
}
.page {
	background:url(../img/sh.png) repeat-x top left, #0a0a09 url(../img/bg_page.png)  ;
	color: #edd081;
	padding:64px 0 76px 0;
}
.more-product-head {
	text-align: center;
	color: #edd081;
	font-size: 22px;
	font-family: "PFDinDisplayPro-ExtraThin_35375";
}
.more-product {
	padding:130px 0;
	background:url(../img/bg__.png);
}
.more-prod-blcks {
	margin: 0 auto;
	width: 1532px;
	text-align: center;
	margin-top: 150px;
	padding:20px 0;
	background:#000;
	margin-bottom: 100px;
}
.more-prod-item {
	width: 360px;
	height: 360px;
	position: relative;
	display: inline-block;
	margin:0 10px;
}
.more-prod-item img {
	position:relative;
	z-index:11;	
}
.more-prod-item-name {
	color:#edd081;
	font-size:22px;
	position:relative;
	z-index:10;
	margin-top:55px;
	display:block;
	text-decoration:none;
	font-family: "PFDinDisplayPro-ExtraThin_35375";
}
.catalog-page-header {
	padding-top: 108px;
	padding-bottom: 50px;
	background:url(../img/bg_7.png) no-repeat top center;
	background-size:cover;
}
.catalog-page-header-txt {
	color: rgba(255,255,255,1.00);
	text-align: center;
	font-family: "pfdindisplaypro-reg";
	font-size:18px;
	line-height:24px;
	text-shadow:1px 1px 4px #000000;
}
.more-prod-blcks.catalog {
	width: 1420px;
	background:none;
	
}
.catalog .more-prod-item {
	margin-bottom:90px;	
}
.catalog-txt {
	text-align: center;
	color: rgba(255,255,255,1.00);
	padding:63px 20px 53px 20px;
	background:#000;
	max-width:1400px;
	margin: 0 auto;
	font-family: "pfdindisplaypro-light";
	font-size:18px;
	line-height:24px;
	margin-bottom:240px;
}
footer .soc-a {
	margin: 0 5px;
}
footer .footer-logo {
	float: right;
	margin: 0;
	position:relative;
	margin-right: 35px;
}
footer .footer-logo span{
	position: absolute;
	top: 26px;
	right: -23px;
	color: #fff;
	font-size: 8px;
}
.footer-tel {
	float: left;
	font-size:18px;
	font-family: "pfdindisplaypro-med";
	text-decoration:none;
}
.footer-tel .m-contact-tel {
	padding-left: 31px;
	text-decoration:none;
	text-shadow: none !important;
}
.footer-tel .m-contact-tel:after {
	display:none;
}
.footer-tel .m-contact-tel:before {
	border: 1px solid;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg); 
	top: -20px;
	transition: all ease 1s;
	-webkit-transition:all ease 1s;
}
.m-nav-li-dd {
	position:absolute;
	top: -49px;
	z-index:-1;
	opacity:0;
}
.m-nav-li-dd {
	background:url(../img/menu.png) top center;
	height:43px;	
}
.m-nav-li:hover .m-nav-li-dd {
	opacity:1;
	top:40px;
	transition:opacity linear 1s, top ease-out 0.1s;
	-webkit-transition:opacity linear 1s, top ease-out 0.1s;
}
.m-nav-a-dd {
	color:#edd081;
	font-size:16px;
	letter-spacing:0.5px;
	margin-right:34px;
	padding-top: 11px;
	display: inline-block;
}
.m-nav-a-dd:hover {
	color:#fff;
	text-decoration:none;
}
.m-nav-a-dd:before {
	content:'-';
	display:inline-block;
}
.product-item {
	max-width: 1220px;
	margin: 0 auto;	
}
.info-block {
	padding:30px 49px;
	border:1px solid #191c17;
	background:#0e100d;
	margin-bottom:90px;
	min-height:760px;
}
.info-blockc {
	padding:3px 49px;
	border:0px solid #191c17;
background: url(../img/tes.png) no-repeat center;
	
	margin-bottom:90px;
	min-height:760px;
}
.info-page-h1 {
	color: #edd081;
	font-size:36px;
	font-family: "PFDinDisplayPro-ExtraThin_35375";
}
.info-page-p,
.info-page-h3,
.info-page-h2 {
	margin:17px 0;
	padding:0;	
	font-size:30px;
	line-height:24px;
	font-family: "pfdindisplaypro-reg";
}
.info-page-p {
	color: #ffffff;
	font-size: 18px;
	line-height: 24px;
	font-family: "pfdindisplaypro-reg";
}
.info-page-h3 {
	font-family: "pfdindisplaypro-light";transform
}




@media screen and (max-width: 1880px) {
	.news-block .last-news-item:nth-child(3n) {
		display:none;
	}	
}
@media screen and (max-width: 1500px) {
	.this-perfection-block-a {
		font-size:34px;
		left: 45%;
		width: 1029px;
	}	
}
@media screen and (max-width: 1395px) {
	.this-perfection-block-a {
		font-size:34px;
		left: 45%;
		width: 926px;
	}	
	.this-perfection-block-a-span {
		font-size:41px;
	}	
	.m-map-block {
		margin: 0 auto;
		max-width: 1073px;
	}
}
@media screen and (max-width: 1260px) {
	.news-block .last-news-item:nth-child(2n) {
		display:none;
	}	
}
@media screen and (max-width: 1163px) {
	.m-contact-tel,
	.m-contact-mail {
		display:block;
		margin-left:0;
		margin-right:27px;
		text-align:right;
	}	
}
@media screen and (max-width: 1100px) {
	.m-map-block {
		margin: 0 auto;
		max-width: 960px;
	}
	.abress-block-bg {
		width: 121px;
		height: 121px;
	}
	.adress-block-a {
		width: 290px;
		height: 290px;
		font-size: 15px;
	}
	.abress-block-bg:before {
		width: 121px;
		height: 121px;
	}
	.this-perfection-block-a {
		font-size: 34px;
		left: 33%;
		width: 919px;
	}
}
@media screen and (max-width: 1533px) {
	.news-h {
		margin-left:27px;
	}	
	.bread-cr {
		margin:0 27px;	
	}
}

.alignleft{
    float: left;
}
.alignright{
    float: right;
}
img.alignleft{
    margin: 0 10px 5px 0;
}
img.alignright{
    margin: 0 0 5px 10px;
}

.popup-swf {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.75);
	display: none;
}

.popup-swf-body {
	margin-left: -476px;
	margin-top: -254px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 942px;
	height: 509px;
}

.popup-swf object {
	width: 942px;
	height: 509px;
}

.popup-swf .popup-swf-close {
	position: absolute;
	font-size: 28px;
	top: -35px;
	right: -20px;
	color: #fff;
	font-family: 'pfdindisplaypro-med', sans-serif;
	cursor: pointer;
}

.kostil-color {
	color: #edd081 !important;
}

.photo-dir {
	display: inline-block;
	width: 49%;
	margin-right: 2%;
	background: #000;
	color: #edd081;
}

.photo-dir:hover {
	text-decoration: none;
}

.photo-dir__desc {
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-family: 'pfdindisplaypro-med';
	padding: 15px 0;
}

.photo-dir_1 .photo-dir__img {
	background: no-repeat url(../img/photo-dir/arm/1.jpg) center center;
	background-size: cover;
}

.photo-dir_2 .photo-dir__img {
	background: no-repeat url(../cigp2/index_files/vlb_images1/1.jpg) center center;
	background-size: cover;
}

.photo-dir_3 .photo-dir__img {
	background: no-repeat url(../cigp3/index_files/vlb_images1/01.jpg) center center;
	background-size: cover;
}


.photo-dir_4 .photo-dir__img {
	background: no-repeat url(../cigp4/index_files/vlb_images1/1.jpg) center center;
	background-size: cover;
}

.photo-dir_5 .photo-dir__img {
	background: no-repeat url(../cigp5/index_files/vlb_images1/1.jpg) center center;
	background-size: cover;
}

.photo-dir__img {
	width: 100%;
	height: 500px;
}

.photo-dir:nth-child(2n) {
	margin-right: 0;
}

.photo-min-1, .photo-min-2 {
	width: 23%;
	margin-right: 2%;
	height: 200px;
	display: inline-block;
	margin-bottom: 20px;
	cursor: pointer;
}

.photo-min-1:nth-child(4n) {
	margin-right: 0;
}

.photo-min-1:nth-child(1) {
	background: no-repeat url(../img/photo-dir/arm/1.jpg);
	background-size: cover;
}

.photo-min-1:nth-child(2) {
	background: no-repeat url(../img/photo-dir/arm/2.jpg);
	background-size: cover;
}

.photo-min-1:nth-child(3) {
	background: no-repeat url(../img/photo-dir/arm/3.jpg);
	background-size: cover;
}

.photo-min-1:nth-child(4) {
	background: no-repeat url(../img/photo-dir/arm/4.png);
	background-size: cover;
}

.photo-min-1:nth-child(5) {
	background: no-repeat url(../img/photo-dir/arm/5.jpg);
	background-size: cover;
}

.photo-min-1:nth-child(6) {
	background: no-repeat url(../img/photo-dir/arm/6.jpg);
	background-size: cover;
}

.photo-min-1:nth-child(6) {
	background: no-repeat url(../img/photo-dir/arm/6.jpg);
	background-size: cover;
}

.photo-min-1:nth-child(7) {
	background: no-repeat url(../img/photo-dir/arm/7.jpg);
	background-size: cover;
}

.photo-min-1:nth-child(8) {
	background: no-repeat url(../img/photo-dir/arm/8.jpg);
	background-size: cover;
}

.photo-min-1:nth-child(9) {
	background: no-repeat url(../img/photo-dir/arm/9.jpg);
	background-size: cover;
}

.photo-min-1:nth-child(10) {
	background: no-repeat url(../img/photo-dir/arm/10.png);
	background-size: cover;
}

.photo-min-1:nth-child(11) {
	background: no-repeat url(../img/photo-dir/arm/11.jpg);
	background-size: cover;
}

.photo-min-1:nth-child(12) {
	background: no-repeat url(../img/photo-dir/arm/12.jpg);
	background-size: cover;
}

.photo-min-1:nth-child(13) {
	background: no-repeat url(../img/photo-dir/arm/13.jpg);
	background-size: cover;
}

.photo-min-1:nth-child(14) {
	background: no-repeat url(../img/photo-dir/arm/14.png);
	background-size: cover;
}

.photo-min-1:nth-child(15) {
	background: no-repeat url(../img/photo-dir/arm/15.jpg);
	background-size: cover;
}

.photo-min-1:nth-child(16) {
	background: no-repeat url(../img/photo-dir/arm/16.png);
	background-size: cover;
}

.photo-min-1:nth-child(17) {
	background: no-repeat url(../img/photo-dir/arm/17.jpg);
	background-size: cover;
}

.photo-min-1:nth-child(18) {
	background: no-repeat url(../img/photo-dir/arm/18.png);
	background-size: cover;
}

.photo-min-1:nth-child(19) {
	background: no-repeat url(../img/photo-dir/arm/19.jpg);
	background-size: cover;
}

.photo-min-1:nth-child(20) {
	background: no-repeat url(../img/photo-dir/arm/20.jpg);
	background-size: cover;
}





.photo-min-2:nth-child(1) {
    background: no-repeat url(../img/photo-dir/sps/1.jpg);
    background-size: cover;
}

.photo-min-2:nth-child(2) {
    background: no-repeat url(../img/photo-dir/sps/2.png);
    background-size: cover;
}

.photo-min-2:nth-child(3) {
    background: no-repeat url(../img/photo-dir/sps/3.png);
    background-size: cover;
}

.photo-min-2:nth-child(4) {
    background: no-repeat url(../img/photo-dir/sps/4.png);
    background-size: cover;
}

.photo-min-2:nth-child(5) {
    background: no-repeat url(../img/photo-dir/sps/5.jpg);
    background-size: cover;
}

.photo-min-2:nth-child(6) {
    background: no-repeat url(../img/photo-dir/sps/6.PNG);
    background-size: cover;
}

.photo-min-2:nth-child(6) {
    background: no-repeat url(../img/photo-dir/sps/21.PNG);
    background-size: cover;
}

.photo-min-2:nth-child(7) {
    background: no-repeat url(../img/photo-dir/sps/7.jpg);
    background-size: cover;
}

.photo-min-2:nth-child(8) {
    background: no-repeat url(../img/photo-dir/sps/8.png);
    background-size: cover;
}

.photo-min-2:nth-child(9) {
    background: no-repeat url(../img/photo-dir/sps/9.png);
    background-size: cover;
}

.photo-min-2:nth-child(10) {
    background: no-repeat url(../img/photo-dir/sps/10.png);
    background-size: cover;
}

.photo-min-2:nth-child(11) {
    background: no-repeat url(../img/photo-dir/sps/11.jpg);
    background-size: cover;
}

.photo-min-2:nth-child(12) {
    background: no-repeat url(../img/photo-dir/sps/12.png);
    background-size: cover;
}

.photo-min-2:nth-child(13) {
    background: no-repeat url(../img/photo-dir/sps/13.png);
    background-size: cover;
}

.photo-min-2:nth-child(14) {
    background: no-repeat url(../img/photo-dir/sps/14.jpg);
    background-size: cover;
}

.photo-min-2:nth-child(15) {
    background: no-repeat url(../img/photo-dir/sps/15.jpg);
    background-size: cover;
}

.photo-min-2:nth-child(16) {
    background: no-repeat url(../img/photo-dir/sps/16.png);
    background-size: cover;
}

.photo-min-2:nth-child(17) {
    background: no-repeat url(../img/photo-dir/sps/17.png);
    background-size: cover;
}

.photo-min-2:nth-child(18) {
    background: no-repeat url(../img/photo-dir/sps/18.jpg);
    background-size: cover;
}

.photo-min-2:nth-child(19) {
    background: no-repeat url(../img/photo-dir/sps/19.png);
    background-size: cover;
}

.photo-min-2:nth-child(20) {
    background: no-repeat url(../img/photo-dir/sps/20.jpg);
    background-size: cover;
}

.overlay-photo {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.85);
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 999;
}

.popup-photo {
	width: 80%;
	height: 80%;
	position: absolute;
	top: 10%;
	left: 10%;
	background: no-repeat url(../img/photo-dir/arm/15.jpg) center center;
	background-size: cover;
}

.popup-photo-close {
	font-size: 20px;
	font-family: 'Arial', sans-serif;
	color: #fff;
	font-weight: 700;
	position: absolute;
	top: -45px;
	right: -15px;
	cursor: pointer;
	padding: 15px;
}



.modalDialog5 {
		position: fixed;
		font-family: Arial, Helvetica, sans-serif;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0,0,0,0.8);
		z-index: 99999;
		opacity:0;
		-webkit-transition: opacity 400ms ease-in;
		-moz-transition: opacity 400ms ease-in;
		transition: opacity 400ms ease-in;
		pointer-events: none;
	}

	.modalDialog5:target {
		opacity:1;
		pointer-events: auto;
	}

	.modalDialog5 > div {
		width: 640px;
		position: relative;
		margin: 10% auto;
		padding: 5px 20px 13px 20px;
		border-radius: 10px;
		background: #444444;
		
	}




	.modalDialog {
		position: fixed;
		font-family: Arial, Helvetica, sans-serif;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0,0,0,0.8);
		z-index: 99999;
		opacity:0;
		-webkit-transition: opacity 400ms ease-in;
		-moz-transition: opacity 400ms ease-in;
		transition: opacity 400ms ease-in;
		pointer-events: none;
	}

	.modalDialog:target {
		opacity:1;
		pointer-events: auto;
	}

	.modalDialog > div {
		width: 640px;
		position: relative;
		margin: 10% auto;
		padding: 5px 20px 13px 20px;
		border-radius: 10px;
	//	background: #fff;
	//	background: -moz-linear-gradient(#fff, #999);
	//	background: -webkit-linear-gradient(#fff, #999);
	//	background: -o-linear-gradient(#fff, #999);
	}

	.close {
		background: #606061;
		color: #FFFFFF;
		line-height: 25px;
		position: absolute;
		right: -12px;
		text-align: center;
		top: -10px;
		width: 24px;
		text-decoration: none;
		font-weight: bold;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		-moz-box-shadow: 1px 1px 3px #000;
		-webkit-box-shadow: 1px 1px 3px #000;
		box-shadow: 1px 1px 3px #000;
	}

	.close:hover { background: #694F00; }














