html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}ul{list-style: none;}input:focus,select:focus,textarea:focus{outline: none;}


body{
	font-family: 'PFDinDisplayPro-Regular';
	background: #ececec;
	font-size: 14px;
	color: #4c4c4c;
}

.inner{width: 1200px; margin: 0 auto; box-sizing: border-box;}






header{position: relative;}
	header .top{text-align: center; font-family: 'PFDinDisplayPro-Light'; padding: 10px 0; position: relative;}
		header .top .soc{position: absolute; top: 18px; right: 40px;}
			header .top .soc img{width: 30px;}
	header .top .email,header .top .phone{display: inline-block; box-sizing: border-box; margin: 0 95px; padding: 10px 0 10px 52px; text-transform: uppercase; background: url("../img/email.png") 0 50% no-repeat;}
		header .top .phone{background: url("../img/phone.png") 0 50% no-repeat;}
		header .top a{color: #2c2c2c; font-size: 27px;}
	header .navigation{background: #636363;}
	header .logo{float: left; margin: 0 45px 0 0;}
	header nav{float: left;}
		header nav .pull{display: none;}
		header nav li{float: left;}
			header nav li a{display: block; box-sizing: border-box; padding: 0 29px; height: 100%; line-height: 77px; color: #fff; text-transform: uppercase; font-size: 15px; font-family: 'PFDinDisplayPro-Bold';}
			header nav li.active a,header nav li:hover a{background: #fbd504; color: #1e1e1e}
	header .search{float: right; width: 85px; height: 77px;}
		header .search a{display: block; height: 100%; background: #4f4f4f url("../img/search.png") 50% 50% no-repeat;}





#content{box-sizing: border-box; padding-bottom: 100px;}
	#content .inner{padding: 30px 40px;}
	#sidebar{float: left; width: 275px;}
		#sidebar .box{margin-bottom: 25px;}
		#sidebar .title{color: #2c2c2c; font-size: 30px; margin-bottom: 20px; font-family: 'PFDinDisplayPro-Light';}
		#sidebar .list{background: #fff; padding: 5px 20px;}
			#sidebar .list li{padding: 13px 0; border-bottom: 1px solid #e6e6e6; box-sizing: border-box;}
				#sidebar .list li a{color: #4c4c4c; font-size: 15px; font-family: 'PFDinDisplayPro-Light';}
				#sidebar .list li:last-child{border: none; padding-bottom: 15px;}
				#sidebar .list li.active a,#sidebar .list li:hover a{color: #000; font-family: 'PFDinDisplayPro-Bold';}
	#sidebar #map{height: 170px;}
		#sidebar .news li{background: #fff; padding: 15px 50px 15px 10px; margin-bottom: 10px; box-sizing: border-box;}
			#sidebar .news li a{font-size: 15px; color: #4c4c4c; border-bottom: 1px solid #4c4c4c; line-height: 1.5;}
			#sidebar .news li .date{margin-top: 15px; color: #a1a1a1; font-size: 13px;}
			#sidebar .news li:hover{background: #fbd504}
				#sidebar .news li:hover .date{color: #baaf1e}
	#sidebar .filters{background: #fff; padding: 20px 15px; background: #fff; box-sizing: border-box; font-family: "Tahoma",sans-serif; font-size: 13px;}
		#sidebar .filters .box-f{margin-bottom: 8px;}
		#sidebar .filters .box-f .row{display: inline-block; width: 100%; margin-bottom: 9px;}
		#sidebar .filters .box-f .wrapper{padding: 22px 0 13px; display: none;}
		#sidebar .filters .box-f.active-box .wrapper{display: block;}
		#sidebar .filters .box-f a.btn{margin-bottom: 15px;}
		#sidebar .filters .box-f a.clear{color: #093ed6; border-bottom: 1px solid #093ed6; font-size: 15px; font-family: 'PFDinDisplayPro-Light';}
			#sidebar .filters .box-f a.clear:hover{border-color: transparent;}
		#sidebar .title-filter{padding: 10px 25px 10px 20px; background: #eaedf1 url("../img/arr_b.png") 96% 50% no-repeat; cursor: pointer;}
			#sidebar .filters .box-f.active-box .title-filter{background: #eaedf1 url("../img/arr_y.png") 96% 50% no-repeat;}

	input[type="checkbox"],input[type="radio"]{display:none;}
	input[type="checkbox"] + label, input[type="radio"] + label {font-size: 13px; cursor: pointer;}
	input[type="checkbox"] + label::before,input[type="radio"] + label::before {content: ""; display: inline-block; position: absolute; top: 0; left: 0; height: 14px; width: 13px; margin: 0 10px 0 0; background-image: url("../img/sprite.png"); background-repeat: no-repeat;}
	input[type="checkbox"] + label::before {background-position: 0px 0px;}
	input[type="checkbox"]:checked + label::before {background-position: -13px 0px;}
	input[type="checkbox"] + label{position: relative; width: 100%; box-sizing: border-box; padding-left: 23px; display: block;}
	#main{float: right; width: 830px;}







#promo{margin: 0 0 25px;}
	#promo .slider-promo{height: 310px; width: 790px; float: right;}
		#promo .slider-promo .slick-slide{height: 310px;}
	#promo .info{max-width: 295px; float: right; margin: 50px 35px 0 0;}
		#promo .info .title{font-size: 35px; color: #2c2c2c; text-transform: uppercase; font-family: 'PFDinDisplayPro-Black';}
		#promo .info p{font-size: 17px; color: #2c2c2c; line-height: 1.6; font-family: "Muller", sans-serif;}
		#promo .info .desc{margin: 30px 0;}




#catalog .box{margin-bottom: 35px;}

.list-products{display: inline-block; width: 100%;}
	.list-products li{background: #fff; box-sizing: border-box; position: relative; float: left; width: 270px; padding: 23px 10px 12px 20px; margin: 0 10px 10px 0;}
		.list-products li:nth-child(3),.list-products li:nth-child(6),.list-products li:nth-child(9),.list-products li:nth-child(12),.list-products li:nth-child(15),.list-products li:nth-child(18),.list-products li:nth-child(21){margin-right: 0}
	.list-products .proposition{position: absolute; top: 0; left: 0; width: 100%; font-family: "Muller", sans-serif; font-weight: 300;}
		.list-products .proposition .sale{float: left; padding: 8px 7px; font-size: 12px; color: #fff; background: #3eb66b}
		.list-products .proposition .new{float: right; padding: 8px 7px; font-size: 12px; color: #fff; background: #ff7200}
	.list-products .image{margin-bottom: 18px;}
		.list-products .image img{margin: 0 auto;}
	.list-products .title{line-height: 1.4; margin-bottom: 18px;}
		.list-products .title a{color: #4c4c4c; font-size: 15px; font-family: 'PFDinDisplayPro-Light'; border-bottom: 1px solid transparent;}
			.list-products .title a:hover{border-color: #4c4c4c}
	.list-products .data{display: inline-block; width: 100%; margin-bottom: 18px;}
		.list-products .data .artikul{float: left; color: #a1a1a1; font-family: 'PFDinDisplayPro-Light';}
		.list-products .data .sklad{float: right; color: #a1a1a1; border-bottom: 1px solid #a1a1a1; font-family: 'PFDinDisplayPro-Light';}
	.list-products .buy{display: inline-block; width: 100%;}
	.list-products .price{font-size: 20px; color: #4c4c4c; font-family: 'PFDinDisplayPro-Medium'; position: relative; float: left; padding-top: 10px; box-sizing: border-box; height: 40px;}
		.list-products .price.price-has-old{padding-top: 4px;}
		.list-products .price span{font-size: 14px;}
		.list-products .price .old{color: #a1a1a1; font-size: 14px; text-decoration: line-through;}
			.list-products .price .old i{font-size: 13px; font-style: normal;}
	.list-products .order{float: right;}





#advantages{}
	#advantages li{float: left; box-sizing: border-box; padding: 5px 0 5px 53px; position: relative; font-family: "Muller", sans-serif; margin-right: 25px;}
		#advantages li:nth-child(1){background: url("../img/adv_1.png") 0 50% no-repeat;}
		#advantages li:nth-child(2){background: url("../img/adv_2.png") 0 50% no-repeat;}
		#advantages li:nth-child(3){background: url("../img/adv_3.png") 0 50% no-repeat;}
		#advantages li:nth-child(4){background: url("../img/adv_4.png") 0 50% no-repeat; margin-right: 0;}
		#advantages li p{font-size: 15px; font-weight: bold; color: #4c4c4c; margin-bottom: 6px;}
		#advantages li span{font-size: 12px; color: #a1a1a1;}





#partners{}
	#partners img,#brands img{margin: 0 auto; -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); filter: gray; opacity: 0.7;}
		#partners img:hover,#brands img:hover{-webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%); -o-filter: grayscale(0%); filter: grayscale(0%); filter: white; opacity: 1;}
	.slider-partners{background: #fff; padding: 35px 0; width: 790px; float: right;}





#about p{font-size: 15px; line-height: 1.5; color: #7b7b7b}





.pagination{text-align: center; margin-top: 25px;}
	.pagination ul{display: inline-block;}
		.pagination ul li{float: left; width: 44px; height: 44px; line-height: 44px; margin: 0 3px;}
			.pagination ul li a{display: block; color: #4c4c4c; font-size: 20px; font-family: "Myriad Pro", sans-serif; background: #e1e1e1;}
				.pagination ul li:hover a,.pagination ul li.active a{background: #fbd504}





#page{font-size: 15px; color: #7b7b7b; line-height: 1.5;}
	#page h1,#page h2{font-size: 30px; color: #2c2c2c; font-weight: 300; font-family: "Muller", sans-serif; margin-bottom: 20px;}
	#page p{margin-bottom: 25px;}
	#page .gallery{display: inline-block; width: 100%;}
		#page .gallery .item{width: 33%; float: left;}
		#page .gallery .item.item-center{margin: 0 0.5%;}
		#page .gallery img{width: 100%; height: auto;}





.page-contacts{margin-bottom: 30px;}
	.page-contacts #map{height: 330px; float: left; width: 60%;}
	.page-contacts .data{float: right; box-sizing: border-box; padding: 50px 15px 15px 30px; width: 40%; height: 330px; color: #fff; background: url("../img/bg_contacts.jpg") 50% 0 no-repeat; background-size: cover;}
		.page-contacts .data .address{padding: 5px 0 5px 20px; margin-bottom: 10px; background: url("../img/address.png") 0 50% no-repeat; font-size: 18px; font-family: 'PFDinDisplayPro-Medium';}
	#page .page-contacts .data p{margin-bottom: 0; font-size: 16px;}
	#page .page-contacts .phone{margin: 20px 0 20px;}
	#page .page-contacts .phone span{font-size: 16px; display: block; font-family: 'PFDinDisplayPro-Medium';}
	#page .page-contacts .phone a{font-size: 24px; color: #fff;}






#product{}
	#product h1{font-size: 30px; color: #2c2c2c; font-weight: 300; font-family: "Muller", sans-serif; margin-bottom: 20px;}
	#product .gallery{float: left; width: 660px; box-sizing: border-box; padding: 0 0 0 95px; position: relative;}
		#product .gallery .main-image{width: 100%; height: 455px; background: #fff;}
			#product .gallery .main-image img{max-width: 100%; height: auto; margin: 0 auto;}
		#product .gallery .slider-products{position: absolute; top: 0; left: 0; width: 85px; padding: 15px 0 0;}
			#product .gallery .slider-products .slick-slide{width: 85px; background: #fff; margin-bottom: 9px; border: 1px solid #f4eeee; box-sizing: border-box;}
			#product .gallery .slider-products img{margin: 0 auto; opacity: 0.57;}
			#product .gallery .slider-products img:hover{opacity: 1;}
	#product .description{float: left; width: 50%; max-width: 400px; box-sizing: border-box; padding: 0 0 0 40px; color: #303030;}
		#product .description .info{font-size: 21px; line-height: 1.3; font-family: 'PFDinDisplayPro-Light';}
	#product .price{margin: 28px 0 20px; font-family: "Tahoma", sans-serif;}
		#product .price p{font-size: 13px; margin-bottom: 10px;}
		#product .price .old{font-size: 20px; color: #a8adb3; float: left;}
			#product .price .old span{font-size: 16px;}
		#product .price .new{font-size: 29px; color: #3eb66b; float: left; font-weight: bold; position: relative; top: -7px; margin-left: 65px;}
			#product .price .new span{font-size: 16px; font-weight: normal;}
	#product .buy{margin-bottom: 20px;}
	#product .tth{}
		#product .tth p{font-size: 21px; line-height: 1.3; font-family: 'PFDinDisplayPro-Light'; margin-bottom: 18px;}
		#product .tth table{width: 100%; max-width: 280px; font-size: 13px; color: #808080; font-family: "Tahoma", sans-serif; margin-bottom: 15px;}
			#product .tth table td{width: 50%; vertical-align: middle; padding: 6px 0;}
		#product .tth a.all{color: #424956; border-bottom: 1px solid #424956; font-size: 21px; line-height: 1.3; font-family: 'PFDinDisplayPro-Light';}
			#product .tth a.all:hover{border-color: transparent;}
	#product .full-description{margin: 35px 0; font-family: "Tahoma", sans-serif;}
		#product .full-description .tabs{display: inline-block; width: 100%; margin-bottom: 20px;}
			#product .full-description .tabs a{display: block; float: left; color: #fff; background: #000; padding: 8px 25px; font-size: 13px;}
				#product .full-description .tabs a.active{color: #ff7200}
	#product .full-description .info{font-size: 15px; color: #7b7b7b; line-height: 1.4;}
		#product .full-description .info h2{color: #303030; font-size: 21px; line-height: 1.3; font-family: 'PFDinDisplayPro-Light'; margin-bottom: 20px; font-weight: normal;}
		#product .full-description .info p{margin-bottom: 20px;}
		#product .full-description .info table{width: 100%; max-width: 800px; font-size: 16px; font-family: 'PFDinDisplayPro-Light';}
			#product .full-description .info table td{padding: 6px 15px; border: 1px solid #ddd; vertical-align: middle;}
			#product .full-description .info table td:first-child{font-family: 'PFDinDisplayPro-Medium'; width: 300px;}
			#product .full-description .info .tab_2{display: none;}













footer{padding: 35px 0; background: #636363;}
	footer .coll{width: 25%; float: left; box-sizing: border-box; color: #fff;}
	footer .logo{margin-bottom: 40px;}
	footer .copyright{color: #aaa; font-size: 13px; font-family: 'PFDinDisplayPro-Light';}
	footer nav{width: 50%; float: left;}
		footer nav .title{font-size: 15px; font-family: 'PFDinDisplayPro-Bold'; margin-bottom: 15px;}
		footer nav li{margin-bottom: 8px;}
			footer nav li a{color: #aaaaaa; border-bottom: 1px solid transparent}
				footer nav li a:hover{color: #fbd504; border-color: #fbd504;}
	footer .contacts p{padding: 3px 0 3px 35px; font-family: 'PFDinDisplayPro-Medium'; line-height: 1.3; margin-bottom: 10px;}
		footer .contacts p.email{background: url("../img/f_email.png") 0 50% no-repeat;}
		footer .contacts p.address{background: url("../img/f_address.png") 0 50% no-repeat;}
		footer .contacts p.timework{background: url("../img/f_timework.png") 0 50% no-repeat;}
		footer .contacts p span{color: #fbd504;}
		footer .contacts a{color: #fff;}
	footer .phone a.tel{font-size: 27px; color: #fff; font-family: 'PFDinDisplayPro-Medium';}
	footer .phone a.btn{color: #1e1e1e; background: #fbd504; border-radius: 4px; padding: 14px 25px; font-size: 14px; margin-top: 10px;}






.bt{position: relative; font-size: 30px; font-family: 'PFDinDisplayPro-Light'; color: #2c2c2c; margin-bottom: 20px; display: inline-block; width: 100%;}
	.bt a{float: right; color: #ff7200; padding: 3px 20px 3px 0; background: url("../img/bt_cart.png") 100% 50% no-repeat; font-size: 14px; position: relative; top: 3px;}
		.bt a span{border-bottom: 1px solid #ff7200;}
		.bt a:hover span{border-color: transparent;}









/* Slider */
.slick-slider{position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent;}

	.slick-list{position: relative; display: block; overflow: hidden; margin: 0; padding: 0;}
	.slick-list:focus{outline: none;}
	.slick-list.dragging{cursor: pointer; cursor: hand;}

	.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}

	.slick-track{position: relative; top: 0; left: 0; display: block;}
	.slick-track:before, .slick-track:after{display: table; content: '';}
	.slick-track:after{clear: both;}
	.slick-loading .slick-track{visibility: hidden;}
	.slick-slide{display: none; float: left; height: 100%; min-height: 1px;}
	[dir='rtl'] .slick-slide{float: right;}
	.slick-slide img{display: block;}
	.slick-slide.slick-loading img{display: none;}
	.slick-slide.dragging img{pointer-events: none;}
	.slick-initialized .slick-slide{display: block;}
	.slick-loading .slick-slide{visibility: hidden;}
	.slick-vertical .slick-slide{display: block; height: auto; border: 1px solid transparent;}
	.slick-arrow.slick-hidden {display: none;}





	.slick-loading .slick-list{background: none;}

	.slick-prev,.slick-next{border: none; font-size: 0; line-height: 0; position: absolute; top: 50%; display: block; width: 34px; height: 35px; padding: 0; cursor: pointer; margin-top: -17px; opacity: 1;}

	.slick-prev,.slick-next{display: block!important; z-index: 10;}
	.slick-prev{background: url("../img/arr_r.png") 0% 0% no-repeat; left: -40px;}
	.slick-next{background: url("../img/arr_l.png") 0% 0% no-repeat; right: -40px;}
	.slick-prev:hover,.slick-next:hover{background-position: 0 100%;}

	.slider-products .slick-prev,.slider-products .slick-next{width: 8px; height: 10px; margin: 0;}
	.slider-products .slick-prev{background: url("../img/arr_t.png") 50% 50% no-repeat; top: 0; left: 50%; margin-left: -4px;}
	.slider-products .slick-next{background: url("../img/arr_d.png") 50% 50% no-repeat; top: 100%; right: 50%; margin-right: -4px;}


	.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{color: transparent; outline: none; opacity: 1;}
	.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before{opacity: 1;}
	.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before{opacity: .25;}
	.slick-prev:before, .slick-next:before{display: none;}
	.slick-prev{display: none;}
	.slick-next{display: none;}

	.slick-dots{position: absolute; bottom: 0; display: block; width: 100%; padding: 0; margin: 0 0 0 -45px; list-style: none; text-align: center;}
	.slick-dots li{position: relative; display: inline-block; margin: 0 7px; cursor: pointer;}
	.slick-dots li button{font-size: 0; line-height: 0; display: block; box-sizing: border-box; cursor: pointer; color: transparent; border: none; outline: none; background: #fff; border-radius: 50%; padding: 0; width: 20px; height: 20px;}
	.slick-dots li button{width: 20px; height: 20px; background: #f3faff; border: 2px solid #ffa200; box-sizing: border-box;}
	.slick-dots li.slick-active button{background: #ffa200}










.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 999999999; }
.arcticmodal-container { overflow: auto; margin: 0; padding: 0; border: 0; border-collapse: collapse; }
	*:first-child+html .arcticmodal-container { height: 100% }
	.arcticmodal-container_i { height: 100%; margin: 0 auto; width: 100%;}
	.arcticmodal-container_i2 {
		width: 100%; height: 300px;
	}
	.arcticmodal-error { padding: 20px; border-radius: 10px; background: #fff; color: #fff; }
	.arcticmodal-loading { width: 80px; height: 80px; border-radius: 10px; background-size: 100% 100%; display: block; margin: 0 auto; margin-top: 200px;}
	.arcticmodal-overlay{
		opacity: 0.5!important; background: #000!important; z-index: 99999999!important
	}



	.box-modal{width: 310px; text-align: center; padding: 15px 15px 15px; box-sizing: border-box; display: block; margin: 0 auto; margin-top: 75px; margin-bottom: 75px; position: relative; background: #fff; text-align: center;}
		.arcticmodal-close{font-size: 0; width: 10px; height: 10px; cursor: pointer; background: url("../img/close.png") 50% 50% no-repeat; background-size: 100%; position: absolute; top: -20px; right: -20px;}








.clearfix{clear: both;}
.center{display: inline-block; width: 100%; text-align: center;}


a{text-decoration: none; transition: all 0.5s ease-out;}
	a:hover{transition: all 0.5s ease-out;}
a:focus{outline: none;}

img{display: block;}


.btn{display: inline-block; text-align: center; cursor: pointer; border: none; transition: all 0.5s ease-out; box-sizing: border-box;}
	.btn:hover{transition: all 0.5s ease-out;}
	
	.btn-yellow{padding: 14px 35px; font-size: 14px; color: #1e1e1e; background: #fbd504; border-radius: 5px;}
		.btn-yellow:hover{background: #fbb804}

	.btn-cart{padding: 13px 24px 13px 48px; font-size: 14px; color: #1e1e1e; background: #fbd504 url("../img/btn_cart.png") 15px 50% no-repeat; font-family: 'PFDinDisplayPro-Regular';}
		.btn-cart:hover{background: #fbb804 url("../img/btn_cart.png") 15px 50% no-repeat;}

	.btn-orange{padding: 13px 27px; font-size: 14px; color: #1e1e1e; background: #ff7200; font-family: 'PFDinDisplayPro-Regular'; color: #fff;}
		.btn-orange:hover{background: #e76700;}











input,textarea,select{-webkit-appearance: none; box-sizing: border-box;}

/*responsive*/
@media screen and (max-width: 1240px){
	.inner{width: 100%; padding: 0 3%;}
	header .inner{padding: 0;}
	header .logo{margin: 0;}
	header nav li a{padding: 0 15px;}


	#content{padding-bottom: 0px;}

	#sidebar,#main{width: 750px; float: none; margin: 0 auto;}
	#promo .slider-promo{float: none; width: 100%;}
	#promo .info{margin-right: 10px}
	.list-products li{width: 243px;}
	.slider-partners{width: 100%;}
	#advantages li{margin: 10px 0!important; width: 50%;}

	.page-contacts .data{float: none; width: 100%; padding: 20px; height: auto;}
	.page-contacts #map{width: 100%;}

	#product .gallery,#product .description{float: none; margin: 0 auto;}
	#product .description{padding: 20px 0 0;}

	footer .coll.coll-1{float: none; text-align: center; width: 100%;}
	footer .logo{margin-bottom: 20px;}
	footer .logo img{max-width: 150px; margin: 0 auto;}
	footer .coll{margin-top: 20px; width: calc(100%/3);}
	footer .coll.coll-4{text-align: center;}
}


@media screen and (max-width: 1024px){
	header .top .email, header .top .phone{background-size: 25px; padding: 5px 0 5px 30px; margin: 0 30px;}
	header .top a{font-size: 20px;}
	header .navigation{position: relative; box-sizing: border-box; padding-right: 50px;}
	header nav ul{display: none; position: absolute; top: 77px; left: 0; width: 100%; border-top: 1px solid #fbd504; z-index: 99;}
		header nav ul li{float: none; width: 100%;}
			header nav ul li a{text-align: left; padding: 20px 3%; height: auto; line-height: normal; background: #2c2c30; border-bottom: 1px solid #fbd504}
	header nav .pull{display: block; width: 50px; height: 77px; background: url("../img/pull.png") 50% 50% no-repeat; background-size: 30px; position: absolute; top: 0; right: 0;}
	header .search{width: 50px;}

	.slick-next{right: 0;}
	.slick-prev{left: 0;}
	#content .inner{padding: 30px 3%;}
	#sidebar, #main{width: 100%; max-width: 750px;}
	.list-products li{width: 32%; margin-right: 2%;}

	header .top .soc{top: 10px; right: 10px;}

	.slider-recommend .list-products li{width: 75%!important; margin: 0 auto!important; float: none!important;}
}



@media screen and (max-width: 768px){
	header .top{padding: 5px 0;}
	header .top .email, header .top .phone{background-size: 20px; padding: 2px 0 2px 25px; margin: 0px 5px;}
	header .top a{font-size: 16px;}
	header nav ul li a{font-size: 14px; padding: 10px 3%;}
	header .logo img{height: 65px; width: auto;}
	header .search,header nav .pull{height: 65px; background-size: 25px;}
	header nav ul{top: 65px;}

	#promo{display: none;}

	.list-products li{width: 49%; margin: 0 0 10px!important;}
		.list-products li:nth-child(2n){float: right;}
		.list-products.list-main li:last-child{display: none;}

	#advantages li{width: 100%;}
	#catalog .box{margin-bottom: 20px;}

	#page h1,#page h2,.bt,#product h1{font-size: 24px; margin-bottom: 15px;}
	#page p{margin-bottom: 15px;}
	#sidebar .news li{padding: 15px 10px;}

	#product .gallery,#product .description{float: none; margin: 0 auto; padding: 0; width: 100%;}
	#product .gallery .slider-products{width: 100%; position: relative; padding: 0 40px;}
	#product .gallery .slider-products .slick-slide{width: auto;}
	.slider-products .slick-prev,.slider-products .slick-next{width: 34px; height: 35px; margin: -17px 0 0;}
	.slider-products .slick-prev{background: url("../img/arr_r.png") 0% 0% no-repeat; top: 50%; left: 0%; margin-left: 0;}
	.slider-products .slick-next{background: url("../img/arr_l.png") 0% 0% no-repeat; top: 50%; right: 0%; margin-right: 0;}
	#product .description{margin-top: 20px;}
	#product .description .info{font-size: 16px;}
	#product .gallery .main-image{height: auto; padding: 20px; box-sizing: border-box;}

	header .top .soc{top: 1px; right: 10px;}



	footer .coll{width: 50%;}
	footer .coll.coll-4{width: 100%; float: none; display: inline-block; width: 100%;}
		footer .coll.coll-4 a.tel{display: block; font-size: 20px;}
}


@media screen and (max-width: 560px){
	.list-products li{width: 100%; float: none!important;}
	footer .coll{width: 100%; float: none;}
}

@media screen and (max-width: 400px){
	header .top .soc{top: 4px; right: 0; position: relative;}
		header .top .soc img{margin: 0 auto;}
}
/*responsive*/