*, p{
  	padding: 0;
  	margin: 0;
}

a{
  	text-decoration: none;
  	color: inherit;
}

a:focus{
  	outline: 0;
}

h1, h2, h3{
  	padding: 0;
  	margin: 0;
  	font-size: inherit;
  	font-weight: normal;
  	line-height: inherit;
}

@font-face{
	font-family: 'encode_sans_compressedlight';
	src: url('../fonts/encodesanscompressed-300-light-webfont.eot');
	src: url('../fonts/encodesanscompressed-300-light-webfont.eot?#iefix') format('embedded-opentype'),
             url('../fonts/encodesanscompressed-300-light-webfont.woff2') format('woff2'),
             url('../fonts/encodesanscompressed-300-light-webfont.woff') format('woff'),
             url('../fonts/encodesanscompressed-300-light-webfont.ttf') format('truetype'),
             url('../fonts/encodesanscompressed-300-light-webfont.svg#encode_sans_compressedlight') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: 'encode_sans_compressedbold';
	src: url('../fonts/encodesanscompressed-700-bold-webfont.eot');
	src: url('../fonts/encodesanscompressed-700-bold-webfont.eot?#iefix') format('embedded-opentype'),
             url('../fonts/encodesanscompressed-700-bold-webfont.woff2') format('woff2'),
             url('../fonts/encodesanscompressed-700-bold-webfont.woff') format('woff'),
             url('../fonts/encodesanscompressed-700-bold-webfont.ttf') format('truetype'),
             url('../fonts/encodesanscompressed-700-bold-webfont.svg#encode_sans_compressedbold') format('svg');
	font-weight: normal;
	font-style: normal;
}

*::selection{
  	background-color: #000000;
  	text-shadow: none;
  	color: #ffffff;
}

*::-moz-selection{
  	background-color: #000000;
  	text-shadow: none;
  	color: #ffffff;
}

::-webkit-input-placeholder{
  	opacity: 1;
}
::-moz-placeholder{
  	opacity: 1;
}
:-ms-input-placeholder{
  	opacity: 1;
}
:-moz-placeholder{
  	opacity: 1;
}

body{
  	background: #f5f5f5;
}	

input, select, textarea{
	outline: none;
	resize: none;
}

.clear{
  	clear: both;
}

#header{
  	height: 160px;
  	overflow: hidden;
}

#header_inner{
  	width: 100%;
  	height: 150px;
  	overflow: visible;
  	background: url(../gfx/header.jpg) no-repeat center top;
  	background-size: cover;	
}

#logo{
  	width: 76px;
  	height: 54px;
  	display: block;
  	float: left;
  	margin: 48px 0 0 46px;
}

#menu{
  	display: block;
  	float: right;
}

#menu li{
  	position: relative;
  	height: 150px;
  	float: left;
  	margin: 0 50px 0 0;
  	list-style: none;
}

#menu li:last-child{
  	margin-right: 0;
}

#menu li a{
  	width: 100%;
  	height: 100%;
  	display: block;
	/*font-family: 'encode_sans_compressedlight', sans-serif;*/
	font-family: tahoma, sans-serif;
  	font-size: 14px;
  	line-height: 14px;
  	color: #f5f5f5;
   	-moz-transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	transition: all 150ms linear;
}

#menu li a span{
  	position: relative;
  	display: block;	
}

#menu li a span:first-child{
  	margin-top: 52px;
}

#menu li a span:last-child{
  	margin-top: 10px;
}

#menu li:hover a{
  	color: #e2c87d;
}

#menu li.on a{
	/*font-family: 'encode_sans_compressedbold', sans-serif;*/
	font-weight: bold;
  	color: #e2c87d;
}

#menu li.on:after{
  	content: "";
  	position: absolute; top: 54px; left: -10px;
  	width: 1px;
  	height: 106px;
  	display: block;
  	background: #c4aa6d;
}

#menu li.on span:after{
  	content: "";
  	position: absolute; top: 2px; left: -9px;
  	width: 1px;
  	height: 13px;
  	display: block;
  	background: #c4aa6d;
}

#content{
  	overflow: hidden;
  	padding: 53px 0 100px;
  	background: url(../gfx/bg.png) no-repeat left bottom;
  	background-size: contain;
}

#content.padding_0{
  	padding-top: 0;
}

#content_left{
  	width: 50%;
  	float: left;
  	padding: 0 0 0 46px;
  	margin: 0 6% 0 0;
}

#arrows{
  	width: 225px;
  	margin: 75px 0 0;
}

#arrows a{
  	position: relative;
  	display: block;
  	font-family: 'Georgia', serif;
  	font-size: 18px;
  	line-height: 22px;
  	color: #353535;
   	-moz-transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	transition: all 150ms linear;
}

#arrows a:hover{
  	color: #e2c87d;
}

#arrow_previous span{
  	display: block;
  	padding-left: 15px;
}

#arrow_next span{
  	display: block;
  	padding-right: 15px;
}

#arrows a svg{
  	width: 32px;
  	height: 22px;
  	display: inline-block;
  	margin: -7px 0 0;
}

#arrows a svg *{
   	-moz-transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	transition: all 150ms linear;
}

#arrows a:hover svg *{
  	fill: #e2c87d;
}

#arrow_previous{
  	margin-bottom: 15px;
}

#arrow_next{
  	text-align: right;
}

#content_right{
  	width: 44%;
  	float: left;
  	padding: 0 100px 0 0;
}

#content_right .flexslider{
  	position: relative;
  	max-width: 900px;
  	max-height: 900px;
}

#content_right .slides li{
  	width: 100%;
	height: 900px;
  	background-repeat: no-repeat;
  	background-position: center top;
  	background-size: contain;
}

#content_right .slides li a{
  	width: 100%;
  	height: 100%;
  	display: block;
}

#content_right li img{
  	max-width: 900px;
  	max-height: 900px;
}

#content_right .flex-control-nav{
  	right: -100px;
}

#content_right .flex-control-nav li{
  	margin: 0 0 6px;
}

#footer{
  	position: relative;
  	width: 100%;
  	height: 70px;
  	padding: 12px 15px 0;
  	background: #353535;
  	font-family: 'Georgia', serif;
  	font-size: 14px;
  	line-height: 22px;
  	text-align: right;
  	color: #707070;
}

#footer:before{
  	content: "";
  	position: absolute; top: -10px; left: 46px;
  	width: 2px;
  	height: 35px;
  	display: block;
  	background: #e2c87d;
}

.product_box{
  	width: 180px;
  	overflow: hidden;
  	margin: 60px auto 0;
}

.product_box a{
  	width: 100%;
  	height: 100%;
  	display: block;
}

.product_box img{
  	width: 180px;
  	height: 180px;
  	display: block;
  	margin: 0 0 13px;
}

.product_box span{
  	width: 26px;
  	display: inline-block;
  	padding: 0;
  	margin: 0;
  	font-family: 'Times New Roman', serif;
  	font-size: 24px;
  	line-height: 24px;
  	letter-spacing: -0.05em;
  	color: #d0cfcf;
}

.product_box p{
  	width: 154px;
  	display: inline-block;
  	padding: 0;
  	margin: 0;
	/*font-family: 'encode_sans_compressedbold', sans-serif;*/
	font-family: tahoma, sans-serif;
	font-size: 16px;
	font-weight: bold;
  	line-height: 16px;
  	color: #707070;
}

#main{
  	overflow: hidden;
}

#splash_top{
  	width: 100%;
  	overflow: hidden;
  	background: url(../gfx/splash.jpg) no-repeat center top;
  	background-size: cover;
}

.middle{
  	overflow: hidden;
}

#logo_big{
  	width: 136px;
  	height: 97px;
  	display: block;
  	margin: 0 auto 48px;
}

.button{
  	height: 54px;
  	display: inline-block;
  	overflow: hidden;
  	padding: 0 45px;
  	border: 3px solid #e2c87d;
	/*font-family: 'encode_sans_compressedbold', sans-serif;*/
	font-family: tahoma, sans-serif;
	font-weight: bold;
  	font-size: 24px;
  	line-height: 48px;
  	color: #e2c87d;
}

#splash_top .button{
  	margin-top: 84px;
}

#splash_bottom{
  	position: relative;
  	width: 100%;
  	background: #ffffff;
}

#splash_bottom:after{
  	content: "";
  	position: absolute; top: -62px; left: 45px;
  	width: 2px;
  	height: 85px;
  	display: block;
  	background: #e2c87d;
}

#logo_eu{
  	width: 1200px;
  	height: 170px;
  	display: block;
  	margin: 0 auto;
}

.materials_box{
  	margin-bottom: 30px;
}

.heading_left{
  	width: 50%;
  	height: 98px;
  	overflow: hidden;
  	float: left;
  	padding: 0 37px 0 0;
  	margin-bottom: 14px;
  	border-right: 1px solid #c4aa6d;
  	text-align: right;
}

.heading_right{
  	width: 50%;
  	height: 98px;
  	overflow: hidden;
  	float: left;
  	padding: 0 0 0 37px;
  	text-align: left;
}

.heading_left span, .heading_right span{
  	display: block;
  	margin: 12px 0 0;
  	font-family: 'Georgia', serif;
  	font-size: 24px;
  	line-height: 30px;
  	letter-spacing: -0.05em;
  	color: #9f835e;
}

.one-line .heading_left span, .one-line .heading_right span{
  	margin-top: 30px;
}

.heading_left p, .heading_right p{
  	display: block;
  	/*font-family: 'encode_sans_compressedbold', sans-serif;*/
	font-family: tahoma, sans-serif;
	font-weight: bold;
  	font-size: 24px;
  	line-height: 30px;
  	color: #353535;
}

.materials_box img{
  	width: 100%;
  	height: auto;
  	display: block;
  	margin: 0 0 30px
}

.heading_1{
  	position: relative; z-index: 1;
  	margin: 0 0 3px;
  	font-family: tahoma, serif;
  	font-size: 80px;
  	line-height: 80px;
  	color: #353535;
}

.heading_1 span{
  	position: absolute; top: -69px; left: 0; z-index: -1;
  	font-family: 'Times New Roman', serif;
  	font-size: 182px;
  	line-height: 182px;
  	letter-spacing: -0.05em;
  	color: #e8e8e8;
}

.heading_2{
  	/*font-family: 'encode_sans_compressedbold', sans-serif;*/
	font-family: tahoma, sans-serif;
	font-weight: bold;
  	font-size: 24px;
  	line-height: 28px;
  	color: #cec4ad;
}

.text_1{
  	position: relative; z-index: 1;
	/*font-family: 'encode_sans_compressedlight', sans-serif;*/
	font-family: tahoma, sans-serif;
  	font-size: 18px;
  	line-height: 31px;
  	color: #353535;
}

.center{
  	text-align: center;
}

@media (min-width: 1900px) and (max-width: 2499px) {

#logo_big{
  	width: 110px;
  	height: 78px;
  	margin: 0 auto 48px;
}

.button{
  	height: 54px;
  	padding: 0 45px;
  	border: 3px solid #e2c87d;
  	font-size: 24px;
  	line-height: 48px;
}

#splash_top .button{
  	margin-top: 84px;
}

#splash_bottom:after{
  	top: -62px; left: 45px;
  	width: 2px;
  	height: 85px;
}

#logo_eu{
  	width: 960px;
  	height: 136px;
}

}

@media (min-width: 1600px) and (max-width: 1899px) {

#header{
  	height: 128px;
}

#header_inner{
  	height: 120px;
}

#logo{
  	width: 61px;
  	height: 43px;
  	margin: 38px 0 0 37px;
}

#menu li{
  	height: 120px;
  	margin: 0 40px 0 0;
}

#menu li:last-child{
  	margin-right: 0;
}

#menu li a{
  	font-size: 14px;
  	line-height: 14px;
}

#menu li a span:first-child{
  	margin-top: 43px;
}

#menu li a span:last-child{
  	margin-top: 10px;
}

#menu li.on:after{
  	top: 43px; left: -8px;
  	height: 85px;
}

#menu li.on span:after{
  	top: 0; left: -7px;
  	height: 12px;
}

#content{
  	padding: 42px 0 80px;
}

#content_left{
  	padding: 0 0 0 37px;
  	margin: 0 6% 0 0;
}

#arrows{
  	width: 225px;
  	margin: 60px 0 0;
}

#arrows a{
  	font-size: 16px;
  	line-height: 20px;
}

#arrow_previous span{
  	padding-left: 15px;
}

#arrow_next span{
  	padding-right: 15px;
}

#arrows a svg{
  	width: 26px;
  	height: 26px;
  	margin: -7px 0 0;
}

#arrow_previous{
  	margin-bottom: 12px;
}

#content_right{
  	padding: 0 80px 0 0;
}

#content_right .flex-control-nav{
  	right: -80px;
}

#content_right .flex-control-nav li{
  	margin: 0 0 4px;
}

#footer{
  	height: 58px;
  	padding: 9px 15px 0;
  	font-size: 13px;
  	line-height: 20px;
}

#footer:before{
  	top: -8px; left: 37px;
  	height: 28px;
}

.product_box{
  	width: 164px;
  	margin: 48px auto 0;
}

.product_box img{
  	width: 164px;
  	height: 164px;
  	margin: 0 0 11px;
}

.product_box span{
  	width: 23px;
  	font-size: 21px;
  	line-height: 21px;
  	letter-spacing: -0.05em;
}

.product_box p{
  	width: 141px;
  	font-size: 16px;
  	line-height: 16px;
}

#logo_big{
  	width: 94px;
  	height: 67px;
  	margin: 0 auto 40px;
}

.button{
  	height: 43px;
  	padding: 0 36px;
  	border: 3px solid #e2c87d;
  	font-size: 20px;
  	line-height: 37px;
}

#splash_top .button{
  	margin-top: 64px;
}

#splash_bottom:after{
  	top: -50px; left: 36px;
  	width: 2px;
  	height: 68px;
}

#logo_eu{
	width: 960px;
	height: 136px;
}

.materials_box{
  	margin-bottom: 24px;
}

.heading_left{
  	height: 78px;
  	padding: 0 30px 0 0;
  	margin-bottom: 11px;
}

.heading_right{
  	height: 78px;
  	padding: 0 0 0 30px;
}

.heading_left span, .heading_right span{
  	margin: 10px 0 0;
  	font-size: 20px;
  	line-height: 26px;
  	letter-spacing: -0.05em;
}

.one-line .heading_left span, .one-line .heading_right span{
  	margin-top: 24px;
}

.heading_left p, .heading_right p{
  	font-size: 20px;
  	line-height: 26px;
}

.materials_box img{
  	margin: 0 0 24px
}

.heading_1{
  	margin: 0 0 2px;
  	font-size: 70px;
  	line-height: 70px;
}

.heading_1 span{
  	top: -55px;
  	font-size: 146px;
  	line-height: 146px;
  	letter-spacing: -0.05em;
}

.heading_2{
  	font-size: 24px;
  	line-height: 28px;
}

.text_1{
	font-size: 18px;
	line-height: 31px;
}

}

@media (min-width: 1200px) and (max-width: 1599px) {

#header{
  	height: 102px;
}

#header_inner{
  	height: 96px;
}

#logo{
  	width: 49px;
  	height: 34px;
  	margin: 31px 0 0 30px;
}

#menu li{
  	height: 96px;
  	margin: 0 32px 0 0;
}

#menu li:last-child{
  	margin-right: 0;
}

#menu li a{
  	font-size: 14px;
  	line-height: 14px;
}

#menu li a span:first-child{
  	margin-top: 34px;
}

#menu li a span:last-child{
  	margin-top: 8px;
}

#menu li.on:after{
  	top: 34px; left: -5px;
  	height: 68px;
}

#menu li.on span:after{
  	top: 0; left: -4px;
  	height: 11px;
}

#content{
  	padding: 34px 0 64px;
}

#content_left{
  	padding: 0 0 0 30px;
  	margin: 0 6% 0 0;
}

#arrows{
  	width: 225px;
  	margin: 48px 0 0;
}

#arrows a{
  	font-size: 14px;
  	line-height: 18px;
}

#arrow_previous span{
  	padding-left: 12px;
}

#arrow_next span{
  	padding-right: 12px;
}

#arrows a svg{
  	width: 21px;
  	height: 21px;
  	margin: -7px 0 0;
}

#arrow_previous{
  	margin-bottom: 12px;
}

#content_right{
  	padding: 0 64px 0 0;
}

#content_right .flex-control-nav{
  	right: -64px;
}

#content_right .flex-control-nav li{
  	margin: 0 0 2px;
}

#footer{
  	height: 51px;
  	padding: 7px 15px 0;
  	font-size: 12px;
  	line-height: 18px;
}

#footer:before{
  	top: -6px; left: 30px;
  	height: 22px;
}

.product_box{
  	width: 140px;
  	margin: 38px auto 0;
}

.product_box img{
  	width: 140px;
  	height: 140px;
  	margin: 0 0 9px;
}

.product_box span{
  	width: 20px;
  	font-size: 18px;
  	line-height: 18px;
  	letter-spacing: -0.05em;
}

.product_box p{
  	width: 120px;
  	font-size: 16px;
  	line-height: 16px;
}

#logo_big{
  	width: 68px;
  	height: 48px;
  	margin: 0 auto 32px;
}

.button{
  	height: 34px;
  	padding: 0 28px;
  	border: 2px solid #e2c87d;
  	font-size: 18px;
  	line-height: 30px;
}

#splash_top .button{
  	margin-top: 48px;
}

#splash_bottom:after{
  	top: -40px; left: 29px;
  	width: 2px;
  	height: 54px;
}

#logo_eu{
	width: 768px;
	height: 109px;
}

.materials_box{
  	margin-bottom: 18px;
}

.heading_left{
  	height: 62px;
  	padding: 0 24px 0 0;
  	margin-bottom: 11px;
}

.heading_right{
  	height: 62px;
  	padding: 0 0 0 24px;
}

.heading_left span, .heading_right span{
  	margin: 8px 0 0;
  	font-size: 16px;
  	line-height: 22px;
  	letter-spacing: -0.05em;
}

.one-line .heading_left span, .one-line .heading_right span{
  	margin-top: 18px;
}

.heading_left p, .heading_right p{
  	font-size: 16px;
  	line-height: 22px;
}

.materials_box img{
  	margin: 0 0 20px
}

.heading_1{
  	margin: 0 0 2px;
  	font-size: 60px;
  	line-height: 60px;
}

.heading_1 span{
  	top: -44px;
  	font-size: 117px;
  	line-height: 117px;
  	letter-spacing: -0.05em;
}

.heading_2{
	font-size: 22px;
	line-height: 26px;
}

.text_1{
  	font-size: 16px;
  	line-height: 26px;
}

}

b, b *, * b{
  	font-family: 'encode_sans_compressedextrabold', sans-serif;
	font-weight: normal;
}
