@font-face {
    font-family: PFdin; 
    src: url('../fonts/PFDinTextCompPro-Light.woff') format('woff')   	;
	font-weight: 300;
}

@font-face {
    font-family: PFdin; 
    src: url('../fonts/PFDinTextCompPro-Medium.woff') format('woff')   	;
	font-weight: 500;
}

@font-face {
    font-family: PFdin; 
    src: url('../fonts/PFDinTextCompPro-Regular.woff') format('woff') 	;
	font-weight: 400;
}


*{
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
}

body{
	background: #fff;
	font-family: PFdin, Arial, sans-serif;
}

h1{
	color: #303030;
	font-size: 36px;
	font-weight: 500;
	text-align: center;
	margin: 30px 0;
}

.center{
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 1px 0 0 0;
}

.rzd{
	clear: both;
}

.head{
	width: 100%;
	min-width: 960px;
	height: 100px;
	background: #3b3d3f;
}

.headline{
	width: 960px;
	height: 20px;
	margin: 0 auto;
	background: url('../images/headline.png') no-repeat center top;
}

.logo{
	position: absolute;
	top: 0px;
	left: 19px;
	width: 192px;
	height: 99px;
	background: url('../images/logo.png') no-repeat;
}

.headphone{
	display: inline-block;
	float: right;
	color: #edf6fb;
	font-size: 22px;
	font-weight: 400;
	text-align: right;
	padding: 10px 18px 0 0;
}

.headphone span{
	font-size: 20px;
	
}

.but_1{
	display: inline-block;
	float: right;
	width: 146px;
	height: 52px;
	background: url('../images/but_1.png') no-repeat center top;
	color: #21262c;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	line-height: 40px;
	margin: 30px 30px 0 0;
	cursor: pointer;
	
}

.but_1:hover{
	background-position: center bottom;
}

.block1{
	width: 100%;
	min-width: 960px;
	height: 505px;
	background: url('../images/block1.jpg') no-repeat center top;
}

.block1 h1{
	color: #fff;
	font-size: 54px;
	font-weight: 500;
	text-align: center;
	text-transform: none;
	margin: 0;
	background: rgba(0,0,0,0.75);
	padding: 5px 0;
}

.block1 h1 span{
	color: #f1c40f; 
}

.block1 h2{
	color: #fff;
	font-size: 27px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	background: rgba(0,0,0,0.5);
	padding: 0 0 10px;
	margin: 0;
}

.bigimg{
	position: absolute;
	z-index: 100;
	top: 40px;
	left: 200px;
	width: 305px;
	height: 238px;
	background: url('../images/bigimg.png') no-repeat center top;
	
}

.formcon{
	position: relative;
	float: right;
	display: inline-block;
	width: 233px;
	height: 279px;
	background: url('../images/formcon.png') no-repeat;
}


.formcon_kom{
	font-size: 16px;
	text-align: center;
	padding-left: 25px;
}
	
.formcon span{
	display: block;
	color: #21262c;
	font-weight: 500;
	font-size: 36px;
	text-align: center;
	padding: 10px 0;
}

.input_1{
	display: block;
	width: 160px;
	height: 38px;
	background: #f4f3f3;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 5px;
	margin: 0px auto 10px;
	font-family: pfdin;
	font-size: 16px;
	font-weight: 400;
	padding-left: 15px;
	color: #444;
}

.formcon textarea{
	display: block;
	width: 192px;
	height: 70px;
	background: #f4f3f3;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 5px;
	margin: 0px auto 10px;
	font-family: pfdin;
	font-size: 16px;
	font-weight: 400;
	padding: 5px 13px 5px;
	color: #444;
	resize: none;
}

.form_con textarea{
	display: block;
	width: 192px;
	height: 70px;
	background: #f4f3f3;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 5px;
	margin: 0px auto 10px;
	font-family: pfdin;
	font-size: 16px;
	font-weight: 400;
	padding: 5px 13px 5px;
	color: #444;
	resize: none;
}

.submit_1{
	display: block;
	border: none;
	font-family: pfdin;
	width: 146px;
	height: 52px;
	padding-bottom: 5px;
	background: url('../images/submit_1.png') no-repeat center top;
	color: #fff;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 auto;
	cursor: pointer;
	letter-spacing: 0.04em;
}

.submit_1:hover{
	background-position: center bottom;
}

.submit_2{
	display: block;
	border: none;
	font-family: pfdin;
	width: 162px;
	height: 42px;
	background: url('../images/but_1.png') no-repeat center top;
	color: #2a2a2a;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.7);
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 42px;
	margin: 0px auto;
	cursor: pointer;
	letter-spacing: 0.04em;
}

.submit_2:hover{
	background-position: center bottom;
}

input::-moz-placeholder { color: rgba(0,0,0,0.5); }
input::-webkit-input-placeholder { color: rgba(0,0,0,0.5); }
textarea::-moz-placeholder { color: rgba(0,0,0,0.5); }
textarea::-webkit-input-placeholder { color: rgba(0,0,0,0.5); }

.top{
	z-index: 1;
	top: 35px;
	right: 98px;
	
}

.middle{
	z-index: 200;
	top: 35px;
	right: 10px;
	
}

.bottom{
	
	top: 125px;
	right: 41px;
}

.tablecon{
	width: 960px;
	height: 635px;
	background: url('../images/tablecon.jpg') no-repeat center;
	margin-bottom: 50px;
}

.tablecon table{
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	color: #2a2a2a;
	font-size: 18px;
	font-weight: 400;
}

.tablecon table tr td:first-child{
	width: 148px;
}

.tablecon table tr td:nth-child(2){
	width: 240px;
}

.tablecon table tr td:nth-child(3){
	width: 296px;
}

.tablecon table tr td:nth-child(4){
	width: 277px;
}

.tablecon table tr:nth-child(1){
	height: 98px;
}
.tablecon table tr:nth-child(2){
	height: 74px;
}
.tablecon table tr:nth-child(3){
	height: 54px;
}
.tablecon table tr:nth-child(4){
	height: 109px;
}
.tablecon table tr:nth-child(5){
	height: 55px;
}
.tablecon table tr:nth-child(6){
	height: 71px;
}
.tablecon table tr:nth-child(7){
	height: 73px;
}
.tablecon table tr:nth-child(8){
	height: 85px;
}

.block3{
	width: 100%;
	min-width: 960px;
	height: 500px;
	background: url('../images/block3.jpg') no-repeat center center;
}

.bigimg2{
	position: absolute;
	z-index: 100;
	top: 80px;
	left: 330px;
	width: 390px;
	height: 301px;
	background: url('../images/bigimg2.png') no-repeat center top;
}

.block3 .bigtext{
	position: absolute;
	width: 960px;
	text-align: center;
	z-index: 50;
	top: 110px;
	left: 0px;
	padding: 15x;
	color: #fff;
	font-size: 54px;
	font-weight: 500;
	
}

.block3 .bigtext2{
	position: absolute;
	width: 960px;
	text-align: center;
	z-index: 50;
	top: 300px;
	left: 0px;
	padding: 15px;
	color: #fff;
	font-size: 54px;
	font-weight: 500;
	
}

.block3 .bigtext span{
	color: #f1c40f;
}

.block3 .bigtext p{
	font-size: 24px;
	margin-top: 20px;
}

.block4 .text{
	width: 960px;
	height: 140px;
	background: url('../images/text.jpg') no-repeat center center;
}

.youtube{
	display: inline-block;
	float: left;
	margin: 30px 15px;
}


.blocktovar{
	width: 100%;
	min-width: 960px;
	padding: 1px 0;
}

.tovarcon{
	width: 960px;
	height: 270px;
	padding: 25px 0 25px 0;
	background: url('../images/border.jpg') no-repeat center bottom;
}

.tovarcon:last-child{
	background: none;
}

.tovarcon img{
	display: inline-block;
	float: right;
	width: 280px;
	height: 270px;
}

.tablecon2{
	display: inline-block;
	float: left;
	margin-left: 45px;
}

.tablecon2 table{
	height: 270px;
}

.tablecon2 tr{
	display: block;
	border-bottom: 1px solid #aeaeae;
}

.tablecon2 tr:last-child{
	border: none;
}

.tablecon2 td:first-child{
	width: 290px;
	font-size: 24px;
	font-weight: 300;
	color: #2a2a2a;
}

.tablecon2 td:last-child{
	font-size: 24px;
	font-weight: 500;
	color: #2a2a2a;
}

.model{
	position: relative;
	display: inline-block;
	float: right;
	height: 270px;
	width: 230px;
}

.model .but_1{
	margin: 114px 34px 0 0;
}

.model p{
	display: block;
	position: absolute;
	width: 162px;
	height: 35px;
	top: 70px;
	left: 34px;
	color: #2a2a2a;
	font-size: 36px;
	text-align: center;
	font-weight: 500;
}

.quest{
	width: 100%;
	min-width: 960px;
	height: 78px;
	background: url('../images/quest.jpg') repeat-x top; 
	cursor: pointer;
	
}

.quest:hover{
	background: url('../images/quest.jpg') repeat-x bottom; 
}

.quest p{
	display: block;
	margin: 0 auto;
	width: 960px;
	height: 78px;
	background: url('../images/questp.png') no-repeat center center;
}

.answer{
	width: 100%;
	min-width: 960px;
	height: 0px;
	overflow: hidden;
	transition: all 1s 0s;
	background: #555;
}

.answer table{
	margin: 20px auto;
}

.answer table tr td{
	font-size: 24px;
	font-weight: 300;
	text-align: center;
	color: #CDCDCD;
	padding: 3px 10px;
}

.answer table tr:first-child td{
	font-size: 24px;
	font-weight: 500;
	color: #fff;
}

.answer table tr:hover{
	background: rgba(255,255,255,0.2);
}



.answer p{
	color: #2c2c2c;
	font-size: 18px;
	line-height: 1;
	font-family: pf_din_text_comp_prolight;
	background: url('../img/answer.png') no-repeat top left;
	padding-left: 35px;
	margin: 15px 32px 20px 32px;
}

.answer p span{
	font-family: pf_din_text_comp_promedium;
}

/* === POPUP === */

.l_box{
	top: none;
	left: none;
	position: static;
	margin: 15px auto;
}

.overlay {
	display:none;
	position:fixed;
	z-index:999;
	opacity:0.5;
	filter:alpha(opacity=50);
	top:0;
	right:0;
	left:0;
	bottom:0;
	background:#000;
}

#popup_call {
	display: none;
	position: fixed;
	background: #fff;
	width: 520px;
	height: 320px;
	top: 40%;
	left: 50%;
	margin: -150px 0 0 -290px;
	z-index: 1000;
	padding: 30px;
}

.form_con_span{
	display: block;
	font-size: 30px;
	font-weight: 300;
	text-align: center;
	padding: 30px 0;
}

.form_con_span_kom{
	font-size: 16px;
	text-align: center;
}

.call_popup_form {
	margin-top: 50px;
}

.call_popup_form span{
	display: block;
	margin: 0 auto;
	font-weight: 300;
	color: #444;
	text-align: center;
	font-size: 30px;
}

.call_popup_form input{
	display: block;
	margin: 15px auto 0;
}

.call_popup_form textarea{
	display: block;
	margin: 0 auto;
}

.popup .form_title {
	text-align: center;
	font-size: 24px;
}

.close {
	display:block;
	width:30px;
	cursor:pointer;
	height:30px;
	position:absolute;
	top:10px;
	right:10px;
	background:url(../images/close.png) no-repeat;
}

.popup .form-area {
	height:300px;
	background:none;
}

.popup label.error {
	margin: -25px auto 0 73px;
}

.popup .form-area .form-title {
	margin-bottom: 15px;
}

/*footer*/

.footer_2{
	width: 100%;
	height: 30px;
	border-top: 1px solid #d4d4d4;
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	color: #aaa;
	line-height: 30px;
	background: #444;
}

.footer_2 a{
	color: #f0f0f0;
	text-decoration: underline;
}

.footer_2 a:hover{
	color: #fff;
}

/*thanks*/

.th_h{
	font-size: 32px;
	font-weight: 400;
	text-align: center;
	padding: 50px;
}

.th_p{
	font-size: 22px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 25px;
}

.th_p a{
	color: #000;
	font-weight: 300;
	text-decoration: underline;
}

.th_p a:hover{
	text-decoration: none;
}

.block5{
	width: 100%;
	min-width: 960px;
	background: #f2f2f2;
}

.egg{
	width: 192px;
	padding-top: 113px;
	color: #2a2a2a;
	font-size: 17px;
	font-weight: 400;
	float: left;
	display: inline-block;
	text-align: center;
}

.egg_2{
	float: left;
	display: inline-block;
	width: 220px;
	padding-top: 111px;
	height: 114px;
	margin: 0 10px;
	color: #2a2a2a;
	font-size: 17px;
	font-weight: 400;
	text-align: center;

}

.egg1{
	background: url('../images/egg1.png') no-repeat center top;
}
.egg2{
	background: url('../images/egg2.png') no-repeat center top;
}
.egg3{
	background: url('../images/egg3.png') no-repeat center top;
}
.egg4{
	background: url('../images/egg4.png') no-repeat center top;
}
.egg5{
	background: url('../images/egg5.png') no-repeat center top;
}
.egg21{
	background: url('../images/egg21.png') no-repeat center top;
}
.egg22{
	background: url('../images/egg22.png') no-repeat center top;
}
.egg23{
	background: url('../images/egg23.png') no-repeat center top;
}
.egg24{
	background: url('../images/egg24.png') no-repeat center top;
}
.egg25{
	background: url('../images/egg25.png') no-repeat center top;
}
.egg26{
	background: url('../images/egg26.png') no-repeat center top;
}
.egg27{
	background: url('../images/egg27.png') no-repeat center top;
}
.egg28{
	background: url('../images/egg28.png') no-repeat center top;
}

.block21{
	width: 100%;
	min-width: 960px;
	background: #f2f2f2;
	padding: 1px 0 30px;
}

.block6{
	width: 100%;
	min-width: 960px;
	height: 500px;
	background: url('../images/block6.jpg') no-repeat center center;
}

.block6 .bigtext{
	position: absolute;
	top: 126px;
	left: 0px;
	width: 690px;
	height: 215px;
	background: url('../images/yellowline.png') no-repeat bottom right;
	color: #fff;
	font-size: 48px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
}

.block6 .bigtext span{
	color: #f1c40f;
}

.kat_block_1{
	positioN: relative;
	width: 300px;
	height: 235px;
	margin: 0px 10px;
	float: left;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}

.kat_block_1 img{
	
}

.kat_block_1:hover .fade{
	opacity: 1;
}

.kat_but{
	width: 230px;
	height: 55px;
	margin: 0 auto;
	line-height: 55px;
	font-weight: 500;
	font-size: 24px;
	color: #34495e;
	text-decoration: none;
}

.img_con{
	width: 300px;
	padding-top: 30px;
	height: 150px;
	overflow: hidden;
}

.exit{
	width: 960px; 
	position: absolute;
	bottom: 5px;
	font-weight: 300;
	font-size: 18px;
	color: #666;
	text-align: center;
	cursor: pointer;
}

.exit:hover{
	color: #000;
}

.tab{
	position: relative;
	width: 100%;
	height: 1px;
	background: #eeeeee;
	opacity: 0;
	transition: all 1s 0s;
	overflow: hidden;
}

.kat_content{
	width: 960px;
	height: 220px;
	overflow: hidden;
	color: #666;
}

.fade{
	position: absolute;
	top: 50px;
	width: 300px;
	height: 107px;
	background: url('../images/fade.png') no-repeat;
	opacity: 0;
	transition: all 0.5s 0s;
	
}

.brend2{
	width: 960px;
	height: 200px;
	background: url('../images/brend2.png') no-repeat center center;
}

.brend1{
	width: 960px;
	height: 200px;
	background: url('../images/brend1.png') no-repeat center center;
}

.brend3{
	width: 960px;
	height: 200px;
	background: url('../images/brend3.png') no-repeat center center;
}

.middlefuckingform{
	width: 615px;
	height: 95px;
	margin: 215px auto 0;
	background: url('../images/middlefuckingform.png') no-repeat;
}

.middlefuckingform input{
	margin: 10px 19px;
	float: left;
}

.KILLTHEMALL{
	width: 960px;
	height: 203px;
	background: url('../images/killthemall.jpg') no-repeat center top;
}

.newblock{
	width: 100%;
	min-width: 960px;
	height: 700px;
	background: url('../images/newblock.jpg') no-repeat center top;
	padding-top: 38px;
}
.newblock .text{
	color: #fff;
	font-size: 43px;
	font-weight: 500;
	text-shadow: 0px 1px 4px rgba(0,0,0,0.5);
	text-align: center;
}
.newblock .text span{
	color: #f65e30;
}
.newblock .image{
	width: 960px;
	height: 250px;
	background: url('../images/image.png') no-repeat center top;
}
.newblock .middlefuckingform{
	margin-top: 10px;
	margin-bottom: 20px;
}
