@font-face {
	font-family: "PFDinRegular";
	src: url("/fonts/PFDinDisplayPro-Reg.eot");
	src: url("/fonts/PFDinDisplayPro-Reg.eot?#iefix")format("embedded-opentype"),
	url("/fonts/PFDinDisplayPro-Reg.woff") format("woff"),
	url("/fonts/PFDinDisplayPro-Reg.ttf") format("truetype"),
	url('/fonts/PFDinDisplayPro-Reg.svg') format('svg');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "PFDinLight";
	src: url("/fonts/PFDinDisplayPro-Light.eot");
	src: url("/fonts/PFDinDisplayPro-Light.eot?#iefix")format("embedded-opentype"),
	url("/fonts/PFDinDisplayPro-Light.woff") format("woff"),
	url("/fonts/PFDinDisplayPro-Light.ttf") format("truetype"),
	url('/fonts/PFDinDisplayPro-Light.svg') format('svg');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "PFDinMedium";
	src: url("/fonts/PFDinDisplayPro-Med.eot");
	src: url("/fonts/PFDinDisplayPro-Med.eot?#iefix")format("embedded-opentype"),
	url("/fonts/PFDinDisplayPro-Med.woff") format("woff"),
	url("/fonts/PFDinDisplayPro-Med.ttf") format("truetype"),
	url('/fonts/PFDinDisplayPro-Med.svg') format('svg');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "PFDinThin";
	src: url("/fonts/PFDinDisplayPro-Thin.eot");
	src: url("/fonts/PFDinDisplayPro-Thin.eot?#iefix")format("embedded-opentype"),
	url("/fonts/PFDinDisplayPro-Thin.woff") format("woff"),
	url("/fonts/PFDinDisplayPro-Thin.ttf") format("truetype"),
	url('/fonts/PFDinDisplayPro-Thin.svg') format('svg');
	font-style: normal;
	font-weight: normal;
}

/* ------------- Reset Styles -------------- */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}input,textarea{box-shadow:0;-webkit-appearance:none;border-radius:0}

/* ------------ Generic Styles ------------- */

body
{
	font: 18px/24px 'PFDinLight';
	background: #fff;
	color: #000;
	-webkit-text-size-adjust: none;
}
.header-container .contacts div.hdr-phone a{
	color:#000!important;
}
{
	color:#fff!important;
}

.main-page-menu .contacts div.hdr-phone a, .header-container .contacts div.hdr-phone a{
	color:#000!important;
}
.main-page-menu.sticked .contacts div.hdr-phone a, .header-container .sticked .contacts div.hdr-phone a{
	color:#fff!important;
}

.container
{
	width: 940px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	padding: 0 10px;
}
.one_click_star{
	color: #0075e6;
	text-align: center;	
}


@media screen and (max-width:767px) {

	.container
	{
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
		min-width: 320px;
	}

}

@media screen and (min-width: 768px) and (max-width: 1024px) {

	.container
	{
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
		max-width: 980px;
	}

}

.holder {overflow: hidden;}
.clear {clear: both;}
.hidden {display: none;}

.fixbg
{
	background-origin: padding-box;
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.fixbg {background-attachment: scroll !important; background-size: auto !important;}
}

@media only screen and (max-device-width: 480px) {
	.fixbg {background-attachment: scroll !important; background-size: auto !important;}
}

a, a:visited
{
	color: #0075e6;
	text-decoration: underline;
	transition: 0.2s all ease;
}

a:hover
{
	text-decoration: none;
}

a.button, input.button, button.button
{
	font: 22px/60px 'PFDinRegular';
	color: #fff;
	height: 60px;
	background: #0075e6;
	padding: 0 50px;
	display: inline-block;
	box-sizing: border-box;
	text-transform: uppercase;
	transition: 0.2s ease background-color;
	vertical-align: middle;
}

a.button
{
	display: inline-block;
	text-decoration: none;
}

input.button, button.button
{
	cursor: pointer;
	border: 0;
}

a.button.unfilled, input.button.unfilled,  button.button.unfilled
{
	border: 2px solid #fff;
	background: transparent;
	line-height: 58px;
}

a.button:hover, input.button:hover, button.button:hover
{
	background: #004d97;
	border-color: #004d97;
}

a.button.unfilled:hover, input.button.unfilled:hover, button.button.unfilled:hover
{
	background: #0075e6;
	border-color: #0075e6;
}

@media screen and (max-width:767px) {

	a.button, input.button, button.button
	{
		padding: 0;
		width: 100%;
		text-align: center;
	}

}

/* ------------ ----------- Main Page Styles ------------ ------------ */

/* ------------ Screen 1 Styles ------------ */

.main-page-scr1
{
	background-image: url(/img/bg.jpg);
	background-size: cover;
	position: relative;
	padding: 60px 0;
}

.main-page-scr1 .container
{
	height: 100%;
}

.main-page-scr1 ul.prod-line
{
	overflow: hidden;
}

.main-page-scr1 ul.prod-line li.product
{
	float: left;
	width: 220px;
	text-align: center;
	margin-right: 20px;
}

.main-page-scr1 ul.prod-line li.product:last-child
{
	margin: 0;
}

.main-page-scr1 ul.prod-line li.product a
{
	text-decoration: none;
}

.main-page-scr1 ul.prod-line li.product .picture
{
	background: #fff;
	border-radius: 50%;
	height: 190px;
	width: 190px;
	margin: 0 auto;
	box-sizing: border-box;
	border: 2px solid #99c3d1;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	transition: 0.2s all ease;
}

.main-page-scr1 ul.prod-line li.product a:hover .picture
{
	border-color: #0075e6;
}

.main-page-scr1 ul.prod-line li.product .picture img
{
	width: 110px;
	height: 150px;
	margin: 20px 0;
}

.main-page-scr1 ul.prod-line li.product .title
{
	font: 22px/25px 'PFDinMedium';
	height: 50px;
	text-shadow: -1px -1px 0px rgba(255,255,255,0.6), 1px 1px 0px rgba(0,0,0,0.6);
	color: #99c3d1;
	margin: 0 auto;
	transition: 0.2s all ease;
	margin-top: 10px;
}

.main-page-scr1 ul.prod-line li.product a:hover .title
{
	color: #0075e6;
}

.main-page-scr1 .aligner
{
	margin: 60px 0 80px 0;
}

.main-page-scr1 .aligner .logo
{
	width: 940px;
	height: 260px;
	padding: 50px 0;
	border: 5px solid #0075e6;
	text-align: center;
	box-sizing: border-box;
}

.main-page-scr1 .aligner .hdr
{
	font: 34px/65px 'PFDinMedium';
	text-transform: uppercase;
	text-align: center;
	color: #0075e6;
	margin: 0 auto;
}

.main-page-scr1 .aligner .phones
{
	font: 24px/30px 'PFDinLight';
	text-align: center;
	color: #0075e6;
	margin-top: 15px;
}

.main-page-scr1 .aligner .phones span
{
	margin-right: 30px;
}

.main-page-scr1 .aligner .phones span:last-child
{
	margin: 0;
}

.main-page-scr1 .aligner .phones a
{
	color: #0075e6;
	text-decoration: none;
}

.main-page-scr1 .arrow
{
	display: block;
	background: url(/img/arrow.png) center no-repeat;
	width: 70px;
	height: 32px;
	position: absolute;
	bottom: 5%;
	left: 50%;
	margin-left: -35px;
	cursor: pointer;
	-webkit-animation: twitch 1s infinite;
	-moz-animation: twitch 1s infinite;
	animation: twitch 1s infinite;
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	animation-delay: .1s;
	-webkit-animation-direction: alternate;
	-moz-animation-direction: alternate;
	animation-direction: alternate;
}

@keyframes twitch {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(6px);
		-ms-transform: translateY(6px);
		transform: translateY(6px);
	}
}

/* -------------- Menu Styles -------------- */

.main-page-menu-container
{
	width: 100%;
	height: 110px;
}

.main-page-menu
{
	width: 100%;
	height: 110px;
	background: #fff;
	position: relative;
	z-index: 90;
}

.main-page-menu.sticked
{
	position: fixed;
	top: 0;
	left: 0;
	background: #0075e6;
}

.main-page-menu a.main-page-logo
{
	float: left;
	margin: 35px 0;
	width: 175px;
	height: 40px;
	background: url(/img/logo.png) center no-repeat;
	background-size: 175px 40px;
	transition: none;
}

.main-page-menu.sticked a.main-page-logo
{
	background-image: url(/img/logo-sm.png);
}

.main-page-menu .rows
{
	float: left;
	margin: 18px 0 0 40px;
	width: 725px;
}

.main-page-menu .contacts
{
	font: 20px/20px 'PFDinRegular';
	overflow: hidden;
	margin-bottom: 10px;
}

.main-page-menu.sticked .contacts
{
	color: #fff;
}

.main-page-menu .contacts div
{
	float: left;
}

.main-page-menu .contacts div:first-child
{
	margin-right: 30px;
}

.main-page-menu .contacts div span
{
	font: 16px/20px 'PFDinLight';
	color: #bdbdbd;
	margin-right: 10px;
}

.main-page-menu .contacts .callbut
{
	float: right;
}

.main-page-menu .contacts .callbut a
{
	font: 18px/20px 'PFDinLight';
	display: inline-block;
	background: url(/img/phone.png) left top no-repeat;
	padding-left: 25px;
	transition: none;
}

.main-page-menu.sticked .contacts div span
{
	color: #fff;
}

.main-page-menu.sticked .contacts .callbut a
{
	background-position: left bottom;
	color: #fff;
}

.main-page-menu .adaptive-menu
{
	display: none;
}

.main-page-menu ul
{
	overflow: hidden;
}

.main-page-menu ul li
{
	float: left;
	margin-left: 25px;
	font: 18px/20px 'PFDinLight';
	line-height: 40px;
}

.main-page-menu ul li.trow
{
	line-height: 20px;
}

.main-page-menu ul li.focus
{
	margin-left: 25px;
}

.main-page-menu ul li.focus a
{
	background: #0075e6;
	color: #fff;
	padding: 4px 9px;
	border: 1px solid #0075e6;
	transition: 0.2s background ease;
}

.main-page-menu ul li.focus a:hover
{
	text-decoration: none;
	background: #004d97;
}

.main-page-menu ul li:first-child
{
	margin-left: 0;
}

.main-page-menu ul li:last-child
{
	float: right;
	margin-left: 0;
}

.main-page-menu-sub ul li:last-child
{
	float: left;
	margin-left: 25px;
}

.main-page-menu ul li a
{
	text-decoration: none;
	transition: none;
}

.main-page-menu ul li a:hover
{
	text-decoration: underline;
}

.main-page-menu.sticked ul li a
{
	color: #fff;
}

.main-page-menu.sticked ul li.focus a
{
	border-color: #fff;
}

.main-page-menu .contacts .callbut a.mobile-phone-but
{
	display: none;
}

@media screen and (max-width: 1024px) {

	.main-page-menu-container
	{
		height: 80px;
	}

	.main-page-menu
	{
		height: auto;
	}

	.main-page-menu a.main-page-logo
	{
		display: block;
		float: none;
		margin: 20px 0;
	}

	.main-page-menu .rows
	{
		float: none;
		margin: 0;
		width: 100%;
	}

	.main-page-menu .contacts
	{
		margin: 0;
	}

	.main-page-menu .contacts div:first-child
	{
		margin: 0;
	}

	.main-page-menu .contacts div.hdr-phone
	{
		float: none;
		line-height: 28px;
	}

	@media screen and (max-width:767px) {

		.main-page-menu .contacts div.hdr-phone
		{
			display: none;
		}

	}

	@media screen and (min-width: 768px) and (max-width: 1024px) {

		.main-page-menu .contacts div.hdr-phone
		{
			position: absolute;
			top: 40px;
			left: 235px;
		}

		.main-page-menu .contacts div.hdr-phone:first-child
		{
			top: 12px;
		}

	}

	.main-page-menu .contacts div.hdr-phone a
	{
		text-decoration: none;
		color: #000;
	}

	.main-page-menu.sticked .contacts div.hdr-phone a
	{
		color: #fff;
	}

	.main-page-menu .contacts .callbut
	{
		float: none;
		width: 38px;
		height: 38px;
		position: absolute;
		top: 21px;
		right: 68px;
	}

	.main-page-menu .contacts .callbut a
	{
		display: block;
		width: 36px;
		height: 36px;
		text-indent: -9999px;
		background: url(/img/adaptive/callback.png) top no-repeat;
		background-size: 36px 72px;
		padding: 0;
		border: 1px solid #0075e6;
		border-radius: 50%;
	}

	.main-page-menu .contacts .callbut a:first-child
	{
		display: none;
	}

	.main-page-menu.sticked .contacts .callbut a
	{
		background-position: bottom;
		border-color: #fff;
	}

	@media screen and (max-width:767px) {

		.main-page-menu a.mobile-phone-but
		{
			display: block !important;
		}

	}

	@media screen and (min-width: 768px) and (max-width: 959px) {

		.main-page-menu .contacts .callbut
		{
			right: 142px;
			height: 40px;
			width: 40px;
			top: 20px;
		}

		.main-page-menu .contacts .callbut a
		{
			border-width: 2px;
			border-radius: 20px;
		}

		.main-page-menu .contacts .callbut a:first-child
		{
			display: block;
		}

		.main-page-menu .contacts .callbut a.mobile-phone-but
		{
			display: none;
		}

	}

	@media screen and (min-width: 960px) and (max-width: 1024px) {

		.main-page-menu .contacts .callbut
		{
			right: 142px;
			height: 40px;
			top: 20px;
			width: auto;
		}

		.main-page-menu .contacts .callbut a
		{
			border-width: 2px;
			border-radius: 20px;
			text-indent: 0;
			width: auto;
			font: 20px/36px 'PFDinRegular';
			text-decoration: none;
			padding: 0 15px 0 41px;
			background-position: 5px 0;
			text-transform: uppercase;
		}

		.main-page-menu.sticked .contacts .callbut a
		{
			background-position: 5px 100%;
		}

		.main-page-menu .contacts .callbut a:first-child
		{
			display: block;
		}

		.main-page-menu .contacts .callbut a.mobile-phone-but
		{
			display: none;
		}

	}

	.main-page-menu .adaptive-menu
	{
		display: block;
		width: 36px;
		height: 36px;
		position: absolute;
		top: 21px;
		right: 20px;
		background: url(/img/adaptive/menu.png) 0 0 no-repeat;
		background-size: 36px 72px;
		cursor: pointer;
		border: 1px solid #0075e6;
		border-radius: 50%;
	}

	.main-page-menu .adaptive-menu.opened
	{
		background-image: url(/img/adaptive/close.png);
	}

	.main-page-menu.sticked .adaptive-menu
	{
		background-position: 0 100%;
		border-color: #fff;
	}

	@media screen and (min-width: 768px) and (max-width: 1024px) {

		.main-page-menu .adaptive-menu
		{
			width: auto;
			padding: 0 15px 0 41px;
			background-position: 5px 0;
			border-width: 2px;
			top: 20px;
			border-radius: 20px;
		}

		.main-page-menu .adaptive-menu::after
		{
			content: 'МЕНЮ';
			font: 20px/36px 'PFDinRegular';
			color: #0075e6;
		}

		.main-page-menu.sticked .adaptive-menu
		{
			background-position: 5px 100%;
		}

		.main-page-menu.sticked .adaptive-menu::after
		{
			color: #fff;
		}

	}

	.main-page-menu ul
	{
		display: none;
	}

	.main-page-menu ul li
	{
		float: none;
		margin: 0;
		border-top: 1px solid #a0a0a0;
	}

	.main-page-menu.sticked ul li
	{
		border-color: #fff;
	}

	.main-page-menu ul li:first-child
	{
		margin-top: 2px;
	}

	.main-page-menu ul li.focus
	{
		margin: 0;
	}

	.main-page-menu ul li.focus a
	{
		background: none;
		color: #0075e6;
		padding: 0;
		border: 0;
	}

	.main-page-menu ul li.focus a:hover
	{
		text-decoration: underline;
		background: none;
	}

	.main-page-menu.sticked ul li.focus a
	{
		color: #fff;
	}

	.main-page-menu ul li.trow
	{
		line-height: 40px;
	}

	.main-page-menu ul li.trow br
	{
		display: none;
	}

	.main-page-menu ul li:last-child
	{
		float: none;
		margin: 0;
	}

	.main-page-menu ul li a
	{
		display: block;
	}

}

/* ------------ Screen 2 Styles ------------ */

.main-page-scr2
{
	background: #000;
	height: 820px;
	position: relative;
}

.main-page-scr2 > .container
{
	position: absolute;
	left: 0;
	right: 0;
	z-index: 80;
}

.main-page-scr2 .hdr
{
	font: 36px/40px 'PFDinRegular';
	text-transform: uppercase;
	color: #fff;
	margin-top: 110px;
}

.main-page-scr2 .line
{
	width: 100px;
	height: 3px;
	background: #fff;
	margin-top: 50px;
}

.main-page-scr2 .slider-portrait-orientation
{
	height: 0;
	overflow: hidden;
	position: relative;
}

.main-page-scr2 .slider-landscape-orientation
{
	height: 820px;
	overflow: hidden;
	position: relative;
}

.main-page-scr2 .slider-landscape-orientation .slider-cont
{
	overflow: hidden;
	height: 820px;
}

.main-page-scr2 .slider-landscape-orientation ul li
{
	float: left;
	position: relative;
	height: 820px;
	background-repeat: no-repeat;
	background-position: center;
}

.main-page-scr2 .slider-landscape-orientation .slider-cont li .container
{
	padding-top: 300px;
	height: 350px;
}

.main-page-scr2 .slider-landscape-orientation .slider-cont li .container .name
{
	font: 36px/40px 'PFDinLight';
	text-transform: uppercase;
	color: #fff;
}

.main-page-scr2 .slider-landscape-orientation .slider-cont li.color-black .container .name
{
	color: #000;
}

.main-page-scr2 .slider-landscape-orientation .slider-cont li .container .title
{
	font: 24px/40px 'PFDinLight';
	text-transform: lowercase;
	color: #fff;
}

.main-page-scr2 .slider-landscape-orientation .slider-cont li.color-black .container .title
{
	color: #000;
}

.main-page-scr2 .slider-landscape-orientation .slider-cont li .container .desc
{
	font: 20px/32px 'PFDinThin';
	color: #fff;
	margin: 30px 0 0 0;
	width: 470px;
}

.main-page-scr2 .slider-landscape-orientation .slider-cont li.color-black .container .desc
{
	color: #000;
}

.main-page-scr2 .slider-landscape-orientation .slider-cont li .container .but-holder
{
	position: absolute;
	bottom: 0;
	left: 10px;
}

.main-page-scr2 .slider-landscape-orientation .slider-cont li.color-black .container .but-holder a
{
	color: #000;
	border-color: #000;
}

.main-page-scr2 .slider-landscape-orientation .slider-cont li.color-black .container .but-holder a:hover
{
	color: #fff;
	border-color: #0075e6;
}

.main-page-scr2 .slider-landscape-orientation .slider-cont li.color-black .color-fix
{
	position: absolute;
	left: 10px;
	top: 110px;
	z-index: 81;
}

.main-page-scr2 .slider-landscape-orientation .slider-cont li.color-black .color-fix .slider-hdr
{
	font: 36px/40px 'PFDinRegular';
	text-transform: uppercase;
	color: #000;
}

.main-page-scr2 .slider-landscape-orientation .slider-cont li.color-black .color-fix .slider-line
{
	width: 100px;
	height: 3px;
	background: #000;
	margin-top: 50px;
}

.main-page-scr2 .slider-landscape-orientation .slider-pag
{
	position: absolute;
	bottom: 60px;
	left: 50%;
	width: 940px;
	height: 20px;
	margin-left: -470px;
	text-align: center;
	z-index: 80;
}

.main-page-scr2 .slider-pag a
{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #f2f2f2;
	text-indent: -9999px;
	border-radius: 50%;
	margin: 0 8px;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

.main-page-scr2 .slider-pag a.selected
{
	background: #0075e6;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

	.main-page-scr2
	{
		height: 600px;
	}

	.main-page-scr2 .hdr
	{
		margin-top: 50px;
	}

	.main-page-scr2 .slider-landscape-orientation
	{
		height: 600px;
	}

	.main-page-scr2 .slider-landscape-orientation .slider-cont
	{
		height: 600px;
	}

	.main-page-scr2 .slider-landscape-orientation ul li
	{
		height: 600px;
		background-size: cover;
	}

	.main-page-scr2 .slider-landscape-orientation .slider-cont li .container
	{
		padding-top: 190px;
		height: 490px;
	}

	.main-page-scr2 .slider-landscape-orientation .slider-cont li .container .desc
	{
		margin: 20px 0 0 0;
	}

	.main-page-scr2 .slider-landscape-orientation .slider-cont li .container .but-holder
	{
		left: 20px;
	}

	.main-page-scr2 .slider-landscape-orientation .slider-cont li.color-black .color-fix
	{
		left: 20px;
		top: 50px;
	}

	.main-page-scr2 .slider-landscape-orientation .slider-pag
	{
		bottom: 45px;
		left: 0;
		width: 100%;
		margin-left: 0;
	}

}

@media screen and (max-width:767px) and (orientation: portrait) {

	.main-page-scr2 .slider-landscape-orientation
	{
		height: 0;
	}

	.main-page-scr2 .slider-portrait-orientation
	{
		height: 540px;
	}

}

.main-page-scr2 .slider-portrait-orientation .slider-cont
{
	overflow: hidden;
	height: 540px;
}

.main-page-scr2 .slider-portrait-orientation ul li
{
	float: left;
	position: relative;
	width: 100%;
	height: 540px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.main-page-scr2 .slider-portrait-orientation .slider-cont li .container
{
	padding-top: 130px;
	height: 450px;
}

.main-page-scr2 .slider-portrait-orientation .slider-cont li .container .name
{
	font: 28px/35px 'PFDinLight';
	text-transform: uppercase;
	color: #fff;
}

.main-page-scr2 .slider-portrait-orientation .slider-cont li.color-black .container .name
{
	color: #000;
}

.main-page-scr2 .slider-portrait-orientation .slider-cont li .container .title
{
	font: 22px/26px 'PFDinLight';
	text-transform: lowercase;
	color: #fff;
}

.main-page-scr2 .slider-portrait-orientation .slider-cont li.color-black .container .title
{
	color: #000;
}

.main-page-scr2 .slider-portrait-orientation .slider-cont li .container .desc
{
	font: 20px/26px 'PFDinThin';
	color: #fff;
	width: auto;
	line-height: 26px;
	margin-top: 20px;
}

.main-page-scr2 .slider-portrait-orientation .slider-cont li.color-black .container .desc
{
	color: #000;
}

.main-page-scr2 .slider-portrait-orientation .slider-cont li .container .desc br
{
	display: none;
}

.main-page-scr2 .slider-portrait-orientation .slider-cont li .container .but-holder
{
	position: absolute;
	left: 20px;
	bottom: 0px;
	width: calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
}

.main-page-scr2 .slider-portrait-orientation .slider-cont li.color-black .container .but-holder a
{
	color: #000;
	border-color: #000;
}

.main-page-scr2 .slider-portrait-orientation .slider-cont li.color-black .container .but-holder a:hover
{
	color: #fff;
	border-color: #0075e6;
}

.main-page-scr2 .slider-portrait-orientation .slider-cont li.color-black .color-fix
{
	position: absolute;
	left: 20px;
	top: 40px;
	z-index: 81;
}

.main-page-scr2 .slider-portrait-orientation .slider-cont li.color-black .color-fix .slider-hdr
{
	font: 30px/35px 'PFDinRegular';
	text-transform: uppercase;
	color: #000;
}

.main-page-scr2 .slider-portrait-orientation .slider-cont li.color-black .color-fix .slider-line
{
	width: 100px;
	height: 3px;
	background: #000;
	margin-top: 25px;
}

.main-page-scr2 .slider-portrait-orientation .slider-pag
{
	position: absolute;
	bottom: 35px;
	width: 100%;
	height: 20px;
	left: 0;
	margin: 0;
	text-align: center;
	z-index: 80;
}

@media screen and (max-width:767px) {

	.main-page-scr2
	{
		height: 540px;
	}

	.main-page-scr2 > .container
	{
		left: 0;
		margin: 0;
		z-index: 80;
	}

	.main-page-scr2 .hdr
	{
		font: 30px/35px 'PFDinRegular';
		margin-top: 40px;
	}

	.main-page-scr2 .line
	{
		margin-top: 25px;
	}

}

@media screen and (max-width:767px) and (orientation: landscape) {

	.main-page-scr2 .slider-landscape-orientation, .main-page-scr2 .slider-landscape-orientation .caroufredsel_wrapper, .main-page-scr2 .slider-landscape-orientation .caroufredsel_wrapper .slider-landscape-orientation .slider-cont, .main-page-scr2 .slider-landscape-orientation ul li, .main-page-scr2 .slider-landscape-orientation .slider-cont li .container
	{
		height: 540px;
	}

	.main-page-scr2 .slider-landscape-orientation .slider-cont li .container
	{
		padding-top: 130px;
	}

	.main-page-scr2 .slider-landscape-orientation .slider-cont li .container .name
	{
		font: 30px/35px 'PFDinLight';
	}

	.main-page-scr2 .slider-landscape-orientation .slider-cont li .container .title
	{
		font: 22px/26px 'PFDinLight';
	}

	.main-page-scr2 .slider-landscape-orientation .slider-cont li .container .desc
	{
		width: auto;
		font-size: 20px;
		line-height: 26px;
		margin-top: 20px;
	}

	.main-page-scr2 .slider-landscape-orientation .slider-cont li .container .desc br
	{
		display: none;
	}

	.main-page-scr2 .slider-landscape-orientation .slider-cont li .container .but-holder
	{
		left: 20px;
		bottom: 90px;
		width: calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
	}

	.main-page-scr2 .slider-landscape-orientation .slider-pag
	{
		bottom: 35px;
		width: 100%;
		left: 0;
		margin: 0;
	}

	.main-page-scr2 .slider-landscape-orientation .slider-cont li.color-black .color-fix
	{
		left: 20px;
		top: 40px;
	}

	.main-page-scr2 .slider-landscape-orientation .slider-cont li.color-black .color-fix .slider-hdr
	{
		font: 30px/35px 'PFDinRegular';
	}

	.main-page-scr2 .slider-landscape-orientation .slider-cont li.color-black .color-fix .slider-line
	{
		margin-top: 25px;
	}

}

/* ------------ Screen 3 Styles ------------ */

.main-page-scr3
{
	background: url(/img/pattern.png) repeat;
	padding: 100px 0;
	position: relative;
}

.main-page-scr3 .hdr
{
	font: 36px/40px 'PFDinRegular';
	text-transform: uppercase;
}

.main-page-scr3 .hdr a
{
	color: #000;
	text-decoration: none;
}

.main-page-scr3 .hdr a:hover
{
	text-decoration: underline;
}

.main-page-scr3 .line
{
	width: 100px;
	height: 3px;
	background: #000;
	margin: 50px 0;
}

.main-page-scr3 .text
{
	text-align: justify;
}

.main-page-scr3 .text h1
{
	font: 24px/28px 'PFDinLight';
	margin-bottom: 20px;
}

.main-page-scr3 .text p
{
	margin-top: 10px;
}

.main-page-scr3 .text .l-col
{
	float: left;
	width: 50%;
}

.main-page-scr3 .text .r-col
{
	float: right;
	width: 50%;
	text-align: right;
	padding-top: 10px;
}

.cerf-holder
{
	margin: 50px auto 0 auto;
}

.cetr-slider-box
{
	margin: 0 80px;
	overflow: hidden;
}

.cerf-holder ul
{
	overflow: hidden;
	width: 100%;
	height: 280px;
}

.cerf-holder ul li
{
	width: 210px;
	height: 280px;
	box-sizing: border-box;
	overflow: hidden;
	float: left;
	background: url(/img/cert.png) center no-repeat;
	margin: 0 25px;
}

.cerf-holder ul li img
{
	width: 180px;
	height: 240px;
	margin: 20px 15px;
}

.cerf-holder .nav
{
	width: 22px;
	height: 41px;
	position: absolute;
	top: 120px;
	cursor: pointer;
}

.cerf-holder .nav.prev
{
	background: url(/img/nav.png) left no-repeat;
	left: 10px;
}

.cerf-holder .nav.next
{
	background: url(/img/nav.png) right no-repeat;
	right: 10px;
}

@media screen and (max-width:767px) {

	.main-page-scr3
	{
		padding: 40px 0;
	}

	.main-page-scr3 .hdr
	{
		font: 30px/35px 'PFDinRegular';
	}

	.main-page-scr3 .hdr a
	{
		text-decoration: underline;
	}

	.main-page-scr3 .line
	{
		margin: 25px 0;
	}

	.main-page-scr3 .text
	{
		text-align: left;
	}

	.main-page-scr3 .text h1
	{
		font: 22px/26px 'PFDinLight';
	}

	.main-page-scr3 .text p
	{
		font-size: 18px;
	}

	.main-page-scr3 .text .l-col
	{
		float: none;
		width: 100%;
	}

	.main-page-scr3 .text .r-col
	{
		float: none;
		width: 100%;
		padding: 0;
		text-align: center;
		margin-top: 25px;
	}

	.main-page-scr3 .text .r-col iframe
	{
		width: 100%;
	}

	.cerf-holder
	{
		margin-top: 25px;
	}

	.cetr-slider-box
	{
		margin: 0 35px;
	}

	.cerf-holder .nav.prev
	{
		left: 20px;
	}

	.cerf-holder .nav.next
	{
		right: 20px;
	}

}

@media screen and (min-width: 768px) and (max-width: 1024px) {

	.main-page-scr3
	{
		padding: 50px 0;
	}

	.main-page-scr3 .hdr a
	{
		text-decoration: underline;
	}

	.main-page-scr3 .text h1
	{
		text-align: left;
	}

	.main-page-scr3 .text .r-col iframe
	{
		width: 90%;
	}

}

/* ------------ Screen 5 Styles ------------ */

.main-page-scr5
{
	background-image: url(/img/bg.jpg);
	background-size: cover;
	padding: 100px 0 80px 0;
}

.main-page-scr5 .hdr
{
	font: 36px/40px 'PFDinRegular';
	text-transform: uppercase;
}

.main-page-scr5 .hdr a
{
	color: #000;
	text-decoration: none;
}

.main-page-scr5 .hdr a:hover
{
	text-decoration: underline;
}

.main-page-scr5 .line
{
	width: 100px;
	height: 3px;
	background: #000;
	margin: 50px 0;
}

.brands
{
	overflow: hidden;
	width: 960px;
	position: relative;
	left: -10px;
}

.brands a
{
	width: 460px;
	height: 320px;
	color: #fff;
	text-decoration: none;
	display: block;
	position: relative;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-sizing: border-box;
}

.brands a::before
{
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: -5px;
	left: -5px;
	border: 5px solid #0075e6;
	opacity: 0;
	transition: 0.2s all ease;
}

.brands a:hover::before
{
	opacity: 1;
}

.brands a .hider
{
	overflow: hidden;
	width: 460px;
	height: 320px;
	position: relative;
}

.brands a .bg
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.2s all ease;
}

.brands a:hover .bg
{
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.brands a img
{
	position: absolute;
	left: 50%;
}

.brands a span
{
	font: 20px/26px 'PFDinLight';
	position: absolute;
	display: block;
	width: 320px;
	bottom: 40px;
	left: 70px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-align: center;
}

.brands a.carwell
{
	float: left;
	margin: 5px 10px 15px 10px;
}

.brands a.carwell .bg
{
	background: url(/img/carwell-bg.png) center no-repeat;
}

.brands a.carwell img
{
	top: 65px;
	margin-left: -155px;
}

.brands a.foxy
{
	float: right;
	margin: 5px 10px 15px 10px;
}

.brands a.foxy .bg
{
	background: url(/img/foxy-bg.png) center no-repeat;
}

.brands a.foxy img
{
	top: 15px;
	margin-left: -90px;
}

.brands a.grayscale .bg, .brands a.grayscale img
{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

.main-page-scr5 .but-holder
{
	text-align: center;
	margin: 40px 0 15px 0;
}

.main-page-scr5 .but-holder a
{
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}


@media screen and (max-width:767px) {

	.main-page-scr5
	{
		padding: 40px 0;
	}

	.main-page-scr5 .hdr
	{
		font: 30px/35px 'PFDinRegular';
	}

	.main-page-scr5 .hdr a
	{
		text-decoration: underline;
	}

	.main-page-scr5 .line
	{
		margin: 25px 0;
	}

	.brands
	{
		width: auto;
		left: 0;
	}

	.brands a
	{
		width: 100%;
		height: 220px;
		box-shadow: none;
	}

	.brands a::before
	{
		display: none;
	}

	.brands a.carwell
	{
		margin: 0 0 25px 0;
		float: none;
	}

	.brands a.foxy
	{
		margin: 0;
		float: none;
	}

	.brands a .hider
	{
		width: 100%;
		height: 220px;
	}

	.brands a.carwell .bg, .brands a.foxy .bg
	{
		background-size: cover;
	}

	.brands a.carwell img
	{
		width: 155px;
		height: 35px;
		margin-left: -77.5px;
	}

	.brands a.foxy img
	{
		width: 90px;
		height: 90px;
		margin-left: -45px;
	}

	.brands a span
	{
		font: 20px/24px 'PFDinLight';
		width: 80%;
		left: 10%;
		bottom: 30px;
	}

	.main-page-scr5 .but-holder
	{
		margin: 25px 0 0 0;
	}

}

@media screen and (min-width: 768px) and (max-width: 1024px) {

	.main-page-scr5
	{
		padding: 50px 0;
	}

	.main-page-scr5 .hdr a
	{
		text-decoration: underline;
	}

	.brands
	{
		width: 100%;
		left: 0;
	}

	.brands a
	{
		width: 49%;
		box-shadow: none;
	}

	.brands a:hover::before
	{
		opacity: 0;
	}

	.brands a .hider
	{
		width: 100%;
	}

	.brands a.carwell, .brands a.foxy
	{
		margin: 0;
	}

	.brands a span
	{
		width: 84%;
		left: 8%;
		bottom: 30px;
	}

}

/* ------------ Screen 6 Styles ------------ */

.main-page-scr6
{
	background-image: url(/img/conveyor.jpg);
	background-position: center;
	background-size: cover;
	padding: 100px 0;
	height: 630px;
}

.main-page-scr6 .hdr
{
	font: 36px/40px 'PFDinRegular';
	text-transform: uppercase;
	color: #fff;
}

.main-page-scr6 .hdr a
{
	color: #fff;
	text-decoration: none;
}

.main-page-scr6 .hdr a:hover
{
	text-decoration: underline;
}

.main-page-scr6 .line
{
	width: 100px;
	height: 3px;
	background: #fff;
	margin: 50px 0 120px 0;
}

.main-page-scr6 .addit
{
	font: 66px/80px 'PFDinThin';
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.main-page-scr6 .but-holder
{
	margin-top: 117px;
}

@media screen and (max-width:767px) {

	.main-page-scr6
	{
		padding: 40px 0;
		height: auto;
	}

	.main-page-scr6 .hdr
	{
		font: 30px/35px 'PFDinRegular';
	}

	.main-page-scr6 .hdr a
	{
		text-decoration: underline;
	}

	.main-page-scr6 .line
	{
		margin: 25px 0;
	}

	.main-page-scr6 .addit
	{
		font: 30px/35px 'PFDinThin';
	}

	.main-page-scr6 .but-holder
	{
		margin-top: 25px;
	}

}

@media screen and (min-width: 768px) and (max-width: 1024px) {

	.main-page-scr6
	{
		padding: 50px 0;
		height: auto;
	}

	.main-page-scr6 .hdr a
	{
		text-decoration: underline;
	}

	.main-page-scr6 .line
	{
		margin: 50px 0;
	}

	.main-page-scr6 .addit
	{
		font: 50px/55px 'PFDinThin';
	}

	.main-page-scr6 .but-holder
	{
		margin-top: 50px;
	}

}

/* ------------ Screen 7 Styles ------------ */

.main-page-scr7
{
	background: url(/img/gray-bg.png) repeat;
	padding: 100px 0 60px 0;
}

.main-page-scr7 .hdr
{
	font: 36px/40px 'PFDinRegular';
	text-transform: uppercase;
}

.main-page-scr7 .hdr a
{
	color: #000;
	text-decoration: none;
}

.main-page-scr7 .hdr a:hover
{
	text-decoration: underline;
}

.main-page-scr7 .line
{
	width: 100px;
	height: 3px;
	background: #000;
	margin: 50px 0;
}

.main-page-scr7 .news-slider-box
{
	width: 960px;
	position: relative;
	left: -10px;
}

.main-page-scr7 .slider-cont
{
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: relative;
}

.main-page-scr7 ul li, ul.allnews li
{
	float: left;
	width: 300px;
	height: 400px;
	background: #fff;
	padding: 20px 25px;
	box-sizing: border-box;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	transition: 0.2s all ease;
	margin: 10px;
}

.main-page-scr7 ul li a,  ul.allnews li a
{
	display: block;
	text-decoration: none;
	height: 355px;
	overflow: hidden;
}

.main-page-scr7 ul li:hover,  ul.allnews li:hover
{
	background: #ebf3f6;
	box-shadow: 0 5px 10px rgba(0,120,230,0.2);
}

.main-page-scr7 .slider-cont .picture,  ul.allnews li .picture
{
	width: 250px;
	height: 160px;
	overflow: hidden;
}

.main-page-scr7 .slider-cont .title,  ul.allnews li .title
{
	font: 22px/25px 'PFDinLight';
	margin: 10px 0;
}

.main-page-scr7 .slider-cont .date,  ul.allnews li .date
{
	font: 16px/20px 'PFDinLight';
	color: #404040;
	margin-bottom: 10px;
	text-transform: lowercase;
}

.main-page-scr7 .slider-cont .info,  ul.allnews li .info
{
	color: #000;
}

.main-page-scr7 .slider-pag
{
	width: 940px;
	text-align: center;
	margin-top: 60px;
}

.main-page-scr7 .slider-pag a
{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #a0a0a0;
	text-indent: -9999px;
	border-radius: 50%;
	margin: 0 8px;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

.main-page-scr7 .slider-pag a.selected
{
	background: #0075e6;
}

@media screen and (max-width:767px) {

	.main-page-scr7
	{
		padding: 40px 0;
	}

	.main-page-scr7 .hdr
	{
		font: 30px/35px 'PFDinRegular';
	}

	.main-page-scr7 .hdr a
	{
		text-decoration: underline;
	}

	.main-page-scr7 .line
	{
		margin: 25px 0 20px 0;
	}

	.main-page-scr7 .news-slider-box
	{
		left: 0;
		width: 100%;
	}

	.main-page-scr7 .caroufredsel_wrapper
	{
		margin: 0 auto !important;
	}

	.main-page-scr7 ul li, ul.allnews li
	{
		box-shadow: none;
	}

	.main-page-scr7 ul li:hover, ul.allnews li:hover
	{
		box-shadow: none;
	}

	.main-page-scr7 .slider-pag
	{
		width: 100%;
		margin-top: 20px;
	}

	.main-page-scr7 .slider-pag a
	{
		width: 16px;
		height: 16px;
		margin: 0 6px;
	}

}

@media screen and (min-width: 768px) and (max-width: 1024px) {

	.main-page-scr7
	{
		padding: 50px 0 50px 0;
	}

	.main-page-scr7 .hdr a
	{
		text-decoration: underline;
	}

	.main-page-scr7 .slider-pag
	{
		width: 100%;
		margin-top: 40px;
	}

	@media screen and (max-width: 979px) {

		.main-page-scr7 .news-slider-box
		{
			width: 100%;
			left: 0;
		}

	}

}

/* ------------ Screen 8 Styles ------------ */

.main-page-scr8
{
	background-image: url(/img/dealer.jpg);
	background-position: center;
	background-size: cover;
	padding: 100px 0;
	height: 630px;
}

.main-page-scr8 .hdr
{
	font: 36px/40px 'PFDinRegular';
	text-transform: uppercase;
	color: #fff;
}

.main-page-scr8 .hdr a
{
	color: #fff;
	text-decoration: none;
}

.main-page-scr8 .hdr a:hover
{
	text-decoration: underline;
}

.main-page-scr8 .line
{
	width: 100px;
	height: 3px;
	background: #fff;
	margin: 50px 0;
}

.main-page-scr8 .addit
{
	color: #fff;
	text-align: justify;
}

.main-page-scr8 .addit p
{
	margin-top: 10px;
	font-size: 18px;
}

.main-page-scr8 .but-holder
{
	margin-top: 50px;
}

@media screen and (max-width:767px) {

	.main-page-scr8
	{
		padding: 40px 0;
		height: auto;
	}

	.main-page-scr8 .hdr
	{
		font: 30px/35px 'PFDinRegular';
	}

	.main-page-scr8 .hdr a
	{
		color: #fff;
		text-decoration: underline;
	}

	.main-page-scr8 .line
	{
		margin: 25px 0;
	}

	.main-page-scr8 .addit
	{
		text-align: left;
	}

}

@media screen and (min-width: 768px) and (max-width: 1024px) {

	.main-page-scr8
	{
		padding: 50px 0;
		height: auto;
	}

	.main-page-scr8 .hdr a
	{
		text-decoration: underline;
	}

}

/* ------------ Screen 9 Styles ------------ */

.main-page-scr9
{
	background-image: url(/img/bg.jpg);
	background-size: cover;
	padding: 100px 0;
}

.main-page-scr9 .hdr
{
	font: 36px/40px 'PFDinRegular';
	text-transform: uppercase;
}

.main-page-scr9 .hdr a
{
	color: #000;
	text-decoration: none;
}

.main-page-scr9 .hdr a:hover
{
	text-decoration: underline;
}

.main-page-scr9 .line
{
	width: 100px;
	height: 3px;
	background: #000;
	margin: 50px 0;
}

.contacts-holder, .delivery-holder
{
	font: 20px/20px 'PFDinLight';
	overflow: hidden;
	width: 960px;
	position: relative;
	left: -10px;
}

.delivery-holder
{
	margin: 10px 0;
}

.contacts-region
{
	width: 940px;
	height: 490px;
	background: #fff;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	overflow: hidden;
	margin: 0 0 15px;
	left: 0;
}

.contacts-holder .office, .contacts-holder .manufacture
{
	width: 460px;
	height: 490px;
	background: #fff;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	overflow: hidden;
}

.delivery-holder .delivery-msk, .delivery-holder .delivery-brv
{
	width: 460px;
	/*height: 445px;*/
	height: 400px;
	background: #fff;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	overflow: hidden;
}

.contacts-holder .office
{
	float: left;
	margin: 5px 10px 15px 10px;
}

.contacts-holder .manufacture
{
	float: right;
	margin: 5px 10px 15px 10px;
}

.delivery-holder .delivery-msk
{
	float: left;
	margin: 5px 10px 15px 10px;
}

.delivery-holder .delivery-brv
{
	float: right;
	margin: 5px 10px 15px 10px;
}

.contacts-holder .cont-hdr, .delivery-holder .cont-hdr
{
	font: 26px/30px 'PFDinLight';
	padding: 30px 30px 0 30px;
	margin-bottom: 15px;
}

.contacts-holder .adre
{
	padding: 0 30px 0 30px;
	margin-bottom: 10px;
}

.delivery-holder .addr
{
	padding: 0 30px 0 30px;
	margin-bottom: 30px;
}

.contacts-holder .phone
{
	font: 22px/30px 'PFDinLight';
	padding: 0 30px 0 30px;
	margin-bottom: 10px;
}

.contacts-holder .phone a
{
	color: #000;
	text-decoration: none;
}

.contacts-holder .email
{
	padding: 0 30px 30px 30px;
}

.contacts-holder .gmap, .delivery-holder .gmap
{
	width: 460px;
	height: 320px;
	background: #373737;
}

.contacts-region .gmap
{
	width: 100%;
}

.delivery-holder .map
{
	width: 460px;
	height: 320px;
	overflow: hidden;
}

.delivery-holder .map img
{
	width: 460px;
	height: 460px;
	margin-top: -120px;
}

@media screen and (max-width:767px) {

	.main-page-scr9
	{
		padding: 40px 0;
	}

	.main-page-scr9 .hdr
	{
		font: 30px/35px 'PFDinRegular';
	}

	.main-page-scr9 .hdr a
	{
		text-decoration: underline;
	}

	.main-page-scr9 .hdr a:hover
	{
		text-decoration: none;
	}

	.main-page-scr9 .line
	{
		margin: 25px 0;
	}

	.contacts-holder
	{
		width: 100%;
		left: 0;
	}

	.delivery-holder
	{
		width: 100%;
		left: 0;
		margin: 25px 0;
	}

	.contacts-holder .office, .contacts-holder .manufacture
	{
		width: 100%;
		box-shadow: none;
		float: none;
		margin: 0;
	}

	.delivery-holder .delivery-msk, .delivery-holder .delivery-brv
	{
		width: 100%;
		height: auto;
		float: none;
		box-shadow: 0 0 5px rgba(0,0,0,0.2) inset;
		margin: 0;
	}

	.contacts-holder .office, .delivery-holder .delivery-msk
	{
		margin-bottom: 25px;
	}

	.contacts-holder .cont-hdr, .delivery-holder .cont-hdr
	{
		padding: 25px 15px 0 15px;
	}

	.contacts-holder .adre, .delivery-holder .addr
	{
		padding: 0 15px;
		line-height: 24px;
	}

	.delivery-holder .addr
	{
		margin-bottom: 25px;
	}

	.contacts-holder .phone
	{
		padding: 0 15px;
	}

	.contacts-holder .phone a
	{
		text-decoration: none;
		color: #000;
	}

	.contacts-holder .email
	{
		padding: 0 15px 25px 15px;
	}

	.contacts-holder .gmap
	{
		width: 100%;
	}

	.delivery-holder .map
	{
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.delivery-holder .map img
	{
		width: 100%;
		height: auto;
	}

}

@media screen and (min-width: 768px) and (max-width: 1024px) {

	.main-page-scr9
	{
		padding: 50px 0;
	}

	.main-page-scr9 .hdr a
	{
		text-decoration: underline;
	}

	@media screen and (max-width: 979px) {

		.contacts-holder, .delivery-holder
		{
			width: 100%;
			padding: 0 10px;
			left: -10px;
		}

		.contacts-holder .office, .contacts-holder .manufacture, .delivery-holder .delivery-msk, .delivery-holder .delivery-brv
		{
			width: 49%;
			margin: 5px 0 15px 0;
		}

		.contacts-holder .adre, .delivery-holder .addr
		{
			min-height: 40px;
		}

		.contacts-holder .gmap, .delivery-holder .map
		{
			width: 100%;
		}

		.delivery-holder .map
		{
			height: 300px;
		}

	}

}

/* ------- Main Page Products Styles ------- */

.main-page-products
{
	background-image: url(/img/dealer.jpg);
	background-position: center;
	background-size: cover;
	padding: 97px 0 100px;
}

.main-page-products .hdr
{
	font: 36px/40px 'PFDinRegular';
	text-transform: uppercase;
	color: #fff;
}

.main-page-products .hdr--mrg
{
	margin: 20px 0 0;
}

.main-page-products .line
{
	width: 100px;
	height: 3px;
	background: #fff;
	margin: 50px 0;
}

.mobile-blk
{
	display: none;
	position: relative;
	z-index: 2;
}

.main-page-tabs
{
	overflow: hidden;
	position: relative;
	z-index: 1;
	display: flex;
}

.main-page-tabs li
{
	display: block;
	font: 15px/20px 'PFDinLight';
	background: #fff;
	width: 100%;
	float: left;
	margin: 0 5px 0 0;
	text-align: center;
}

.main-page-tabs li:last-child
{
	margin: 0;
}

.main-page-tabs li a
{
	display: flex;
	height: 40px;
	background: #ccc;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	padding: 15px 10px;
	transition: 0.2s background ease;
	align-items: center;
}

.main-page-tabs li a:hover,
.main-page-tabs li a.active
{
	background: #fff;
}

.product-slider
{
	width: 940px;
	height: 540px;
	background: #fff;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	position: relative;
}

.product-slider::before
{
	content: '';
	width: 50px;
	height: 100%;
	position: absolute;
	left: 0; top: 0;
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	z-index: 1;
}

.product-slider::after
{
	content: '';
	width: 50px;
	height: 100%;
	position: absolute;
	right: 0; top: 0;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	z-index: 1;
}

.main-page-products .product-slider__box
{
	position: relative;
}

.product-slider__container
{
	width: 940px;
	height: 540px;
	position: relative;
	overflow: hidden;
}

.main-page-products .product
{
	width: 940px;
	height: 540px;
	box-sizing: border-box;
	padding: 55px 70px 55px 50px;
	overflow: hidden;
	float: left;
	position: relative;
}

.main-page-products .product__image
{
	width: 420px;
	height: 420px;
	float: left;
}

.main-page-products .product__image img
{
	width: 420px;
	height: 420px;
}

.main-page-products .product__box
{
	width: 380px;
	height: 430px;
	overflow: hidden;
	margin: 0 0 0 20px;
	float: left;
}

.main-page-products .product__name
{
	font: 36px/42px 'PFDinRegular';
	text-transform: uppercase;
}

.main-page-products .product__desc
{
	font: 22px/28px 'PFDinThin';
	text-transform: lowercase;
	margin: 5px 0 30px 0;
}

.main-page-products .product__info
{
	max-height: 120px;
	text-align: justify;
	overflow: hidden;
}

.main-page-products .product-content
{
	padding: 0;
}

.product-slider .nav
{
	width: 22px;
	height: 41px;
	position: absolute;
	top: 250px;
	cursor: pointer;
	z-index: 2;
}

.product-slider .nav.prev
{
    background: url(/img/nav-black.png) left no-repeat;
	left: 25px;
}

.product-slider .nav.next
{
    background: url(/img/nav-black.png) right no-repeat;
    right: 25px;
}

@media screen and (max-width:767px) {

	.main-page-products
	{
		padding: 40px 0;
		background: #fff;
	}
	
	.desktop-blk {display: none;}
	.mobile-blk {display: block;}

	.main-page-products .hdr
	{
		font: 30px/35px 'PFDinRegular';
		color: #000;
	}

	.main-page-products .line
	{
		margin: 25px 0;
		background: #000;
	}
	
	.main-page-tabs
	{
		display: none;
	}
	
	.js-mats {display: block !important;}

	.product-slider
	{
		width: 100%;
		height: auto;
		background: none;
		box-shadow: none;
	}

	.product-slider::before
	{
		width: 40px;
	}

	.product-slider::after
	{
		width: 40px;
	}

	.product-slider__container
	{
		width: 100%;
		height: auto;
	}

	.main-page-products .product
	{
		width: 100%;
		height: auto;
		padding: 20px 30px;
	}

	.main-page-products .product__image
	{
		width: 100%;
		height: auto;
		float: none;
	}

	.main-page-products .product__image img
	{
		width: 100%;
		height: auto;
	}

	.main-page-products .product__box
	{
		width: 100%;
		height: auto;
		margin: 8px 0 0 0;
		float: none;
	}

	.main-page-products .product__name
	{
		font: 30px/35px 'PFDinRegular';
	}

	.main-page-products .product__desc
	{
		font: 22px/26px 'PFDinLight';
		margin: 5px 0 15px 0;
	}

	.main-page-products .product__info
	{
		text-align: left;
		max-height: none;
	}

	.main-page-products .product-content
	{
		padding: 0;
	}

	.product-slider .nav.prev
	{
		left: -10px;
	}

	.product-slider .nav.next
	{
		right: -10px;
	}

}

@media screen and (min-width: 768px) and (max-width: 1024px) {

	.main-page-products
	{
		padding: 50px 0;
	}

	.main-page-tabs li a
	{
		height: 60px;
	}

	.product-slider
	{
		width: 100%;
		height: auto;
	}
	
	.product-slider .caroufredsel_wrapper
	{
		margin: 0 auto !important;
	}

	.main-page-products .product
	{
		width: 100%;
		box-sizing: border-box;
		padding: 55px 50px 55px 33px;
		overflow: hidden;
		float: left;
		position: relative;
	}

	.main-page-products .product__image
	{
		width: 45%;
		height: auto;
	}

	.main-page-products .product__image img
	{
		width: 100%;
		height: auto;
	}
	
	.main-page-products .product__box
	{
		width: calc(55% - 20px);
		height: auto;
		margin: 0 0 0 20px;
	}

	.product-slider .nav.prev
	{
		left: 13px;
	}

	.product-slider .nav.next
	{
		right: 13px;
	}

}

/* ------------ ------------ Catalog Styles ------------ ------------ */

.catalog-mainpage
{
	background-image: url(/img/bg.jpg);
	background-size: cover;
	padding: 100px 0;
}

.catalog-mainpage .hdr
{
	font: 36px/40px 'PFDinRegular';
	text-transform: uppercase;
}

.catalog-mainpage .line
{
	width: 100px;
	height: 3px;
	background: #000;
	margin: 50px 0;
}

@media screen and (max-width:767px) {

	.catalog-mainpage
	{
		padding: 40px 0;
	}

	.catalog-mainpage .hdr
	{
		font: 30px/35px 'PFDinRegular';
	}

	.catalog-mainpage .line
	{
		margin: 25px 0;
	}

}

/* ------------- Header Styles ------------- */

.header-container
{
	width: 100%;
	height: 90px;
}

.header
{
	width: 100%;
	height: 98px;
	background: #fff;
	position: relative;
	z-index: 90;
}

.header.sticked
{
	position: fixed;
	top: 0;
	left: 0;
	background: #0075e6;
	    /*height: 120.988px;*/
}

.header a.logo
{
	float: left;
	display: block;
	width: 175px;
	height: 40px;
	margin: 25px 0;
	background: url(/img/logo.png) center no-repeat;
	background-size: 175px 40px;
	transition: none;
}

.header.sticked a.logo
{
	background-image: url(/img/logo-sm.png);
}

.header .rows
{
	float: left;
	margin: 18px 0 0 40px;
	width: 725px;
}

.header .contacts
{
	font: 20px/20px 'PFDinRegular';
	overflow: hidden;
	margin-bottom: 10px;
}

.header.sticked .contacts
{
	color: #fff;
}

.header .contacts div
{
	float: left;
}

.header .contacts div:first-child
{
	margin-right: 30px;
}

.header .contacts div span
{
	font: 16px/20px 'PFDinLight';
	color: #bdbdbd;
	margin-right: 10px;
}

.header .contacts .callbut
{
	float: right;
}

.header .contacts .callbut a
{
	font: 18px/20px 'PFDinLight';
	display: inline-block;
	background: url(/img/phone.png) left top no-repeat;
	padding-left: 25px;
	transition: none;
}

.header .contacts .basket
{
	float: right;
	overflow: hidden;
	margin-bottom: 0px !important;
	    margin-top: 3px !important;
}

.header .contacts .basket a
{
	font: 18px/20px 'PFDinLight';
	display: inline-block;
	background: url(/img/cart.png) left top no-repeat;
	padding-left: 25px;
	transition: none;
	text-decoration: none;
}

.header .contacts .basket a u
{
	text-decoration: underline;
	display: block;
	float: left;
	margin-right: 5px;
}

.header .contacts .basket a i
{
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	background: #0075e6;
	color: #fff;
	text-align: center;
	font: 12px/20px 'PFDinLight';
	border-radius: 50%;
}











.header .contacts .basket2
{
	float: right;
	overflow: hidden;
}

.header .contacts .basket2 a
{
	font: 18px/20px 'PFDinLight';
	display: inline-block;
	background: url(/img/phone.png) left top no-repeat;
	padding-left: 25px;
	transition: none;
	text-decoration: none;
}

.header .contacts .basket2 a u
{
	text-decoration: underline;
	display: block;
	float: left;
	margin-right: 5px;
}

.header .contacts .basket2 a i
{
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	background: #0075e6;
	color: #fff;
	text-align: center;
	font: 12px/20px 'PFDinLight';
	border-radius: 50%;
}





.header.sticked .contacts .basket2
{
	float: right;
	overflow: hidden;
	color:white !important;
}

.header.sticked .contacts .basket2 a
{
	font: 18px/20px 'PFDinLight';
	display: inline-block;

	padding-left: 25px;
	transition: none;
	text-decoration: none;
	background-position: left bottom !important;
    color: white !important;
}

.header.sticked .contacts .basket2 a u
{
	text-decoration: underline;
	display: block;
	float: left;
	margin-right: 5px;
}

.header.sticked .contacts .basket2 a i
{
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	background: #0075e6;
	color: #fff;
	text-align: center;
	font: 12px/20px 'PFDinLight';
	border-radius: 50%;
}





















.header .adaptive-menu
{
	display: none;
}

.header.sticked .contacts div span
{
	color: #fff;
}

.header.sticked .contacts .callbut a
{
	background-position: left bottom;
	color: #fff;
}

.header.sticked .contacts .basket a
{
	background-position: left bottom;
	color: #fff;
}
.header.sticked .contacts .basket2 a
{
	background-position: left bottom;
	color: #fff;
}

.header.sticked .contacts .basket a i
{
	background: #fff;
	color: #0075e6;
}

.header ul
{
	overflow: hidden;
}

.header ul li
{
	float: left;
	margin-left: 44px;
	font: 18px/20px 'PFDinLight';
}

.header ul li:first-child
{
	margin: 0;
}

.header ul li:last-child
{
	float: right;
	margin: 0;
}

.header ul li a
{
	text-decoration: none;
	transition: none;
}

.header ul li a:hover
{
	text-decoration: underline;
}

.header.sticked ul li a
{
	color: #fff;
}

@media screen and (max-width:1024px) {

	.header-container
	{
		height: 80px;
	}

	.header
	{
		height: auto;
	}

	.header a.logo
	{
		display: block;
		float: none;
		margin: 20px 0;
	}

	.header .rows
	{
		float: none;
		margin: 0;
		width: 100%;
	}

	.header .contacts
	{
		margin: 0;
	}

	.header .contacts div:first-child
	{
		margin: 0;
	}

	.header .contacts div.hdr-phone
	{
		float: none;
		line-height: 28px;
	}

	@media screen and (max-width:767px) {

		.header .contacts div.hdr-phone
		{
			display: none;
		}

	}

	@media screen and (min-width: 768px) and (max-width: 1024px) {

		.header .contacts div.hdr-phone
		{
			position: absolute;
			top: 40px;
			left: 235px;
		}

		.header .contacts div.hdr-phone:first-child
		{
			top: 12px;
		}

	}

	.header .contacts div.hdr-phone a
	{
		text-decoration: none;
		color: #000;
	}

	.header.sticked .contacts div.hdr-phone a
	{
		color: #fff;
	}

	.header .contacts .basket
	{
		float: none;
		width: 38px;
		height: 38px;
		position: absolute;
		top: 20px;
		right: 68px;
		margin-bottom: 0px !important;
		    margin-top: 0px !important;
	}

	.header .contacts .basket a
	{
		display: block;
		width: 36px;
		height: 36px;
		text-indent: -9999px;
		background: url(/img/adaptive/cart.png) top no-repeat;
		background-size: 36px 72px;
		padding: 0;
		border: 1px solid #0075e6;
		border-radius: 50%;
	}

	.header.sticked .contacts .basket a
	{
		background-position: bottom;
		border-color: #fff;
	}
	.header.sticked .contacts .basket a
	{
		background-position: bottom;
		border-color: #fff;
	}

	.header .contacts .basket a u, .header .contacts .basket a i
	{
		display: none;
	}

	.header .contacts .basket2
	{
		float: none;
		width: 38px;
		height: 38px;
		position: absolute;
		top: 20px;
		right: 405px;
	}

	.header .contacts .basket2 a
	{
		display: block;
		width: 36px;
		height: 36px;
		text-indent: -9999px;
	background: url(/img/adaptive/callback.png) top no-repeat;
		background-size: 36px 72px;
		padding: 0;
		border: 1px solid #0075e6;
		border-radius: 50%;
	}

	.header.sticked .contacts .basket a
	{
		background-position: bottom;
		border-color: #fff;
	}

	.header .contacts .basket2 a u, .header .contacts .basket2 a i
	{
		display: none;
	}
@media screen and (max-width: 768px){

.header .contacts .basket2 {
right: 115px;
}
}










	@media screen and (min-width: 768px) and (max-width: 959px) {

		.header .contacts .basket
		{
			right: 142px;
			height: 40px;
			width: 40px;
			top: 20px;
			margin-bottom: 0px !important;
			    margin-top: 0px !important;
		}

		.header .contacts .basket a
		{
			border-width: 2px;
			border-radius: 20px;
		}

		.header .contacts .basket2
		{
			right: 142px;
			height: 40px;
			width: 85px;
			top: 20px;
		}

		.header .contacts .basket2 a
		{
			border-width: 2px;
			border-radius: 20px;
		}





	}

	@media screen and (min-width: 960px) and (max-width: 1024px) {

		.header .contacts .basket
		{
			right: 142px;
			height: 40px;
			top: 20px;
			width: auto;
			margin-bottom: 0px !important;
			    margin-top: 0px !important;
		}

		.header .contacts .basket a
		{
			border-width: 2px;
			border-radius: 20px;
			text-indent: 0;
			width: auto;
			font: 20px/36px 'PFDinRegular';
			text-decoration: none;
			padding: 0 0 0 41px;
			background-position: 5px 0;
			text-transform: uppercase;
		}

		.header.sticked .contacts .basket a
		{
			background-position: 5px 100%;
		}

		.header .contacts .basket a u
		{
			display: block;
			text-decoration: none;
		}

		.header .contacts .basket a i
		{
			display: block;
			width: 38px;
			height: 38px;
			position: relative;
			right: -1px; top: -1px;
			font: 20px/38px 'PFDinRegular';
		}










	}

	.header .adaptive-menu
	{
		display: block;
		width: 36px;
		height: 36px;
		position: absolute;
		top: 20px;
		right: 20px;
		background: url(/img/adaptive/menu.png) 0 0 no-repeat;
		background-size: 36px 72px;
		cursor: pointer;
		border: 1px solid #0075e6;
		border-radius: 50%;
	}

	.header .adaptive-menu.opened
	{
		background-image: url(/img/adaptive/close.png);
	}

	.header.sticked .adaptive-menu
	{
		background-position: 0 100%;
		border-color: #fff;
	}

	@media screen and (min-width: 768px) and (max-width: 1024px) {

		.header .adaptive-menu
		{
			width: auto;
			padding: 0 15px 0 41px;
			background-position: 5px 0;
			border-width: 2px;
			top: 20px;
			border-radius: 20px;
		}

		.header .adaptive-menu::after
		{
			content: 'МЕНЮ';
			font: 20px/36px 'PFDinRegular';
			color: #0075e6;
		}

		.header.sticked .adaptive-menu
		{
			background-position: 5px 100%;
		}

		.header.sticked .adaptive-menu::after
		{
			color: #fff;
		}

	}

	.header ul
	{
		display: none;
	}

	.header ul li
	{
		float: none;
		margin: 0;
		border-top: 1px solid #a0a0a0;
		line-height: 40px;
	}

	.header.sticked ul li
	{
		border-color: #fff;
	}

	.header ul li:first-child
	{
		margin-top: 20px;
	}

	.header ul li.focus
	{
		margin: 0;
	}

	.header ul li.focus a
	{
		background: none;
		color: #0075e6;
		padding: 0;
		border: 0;
	}

	.header ul li.focus a:hover
	{
		text-decoration: underline;
		background: none;
	}

	.header.sticked ul li.focus a
	{
		color: #fff;
	}

	.header ul li.trow
	{
		line-height: 40px;
	}

	.header ul li.trow br
	{
		display: none;
	}

	.header ul li:last-child
	{
		float: none;
		margin: 0;
	}

	.header ul li a
	{
		display: block;
	}

}
	@media screen and (max-width: 1024px) {
		.header.sticked .contacts .basket2 a {
border: 1px solid white !important;
width: 11px !important;

		}
	}

/* --------- Catalog Banner Styles --------- */

.catalog-banner-container
{
	position: relative;
}

.catalog-banner
{
	padding: 50px 0 180px 0;
	background-position: center;
	max-height: 270px;
	background-size: cover;
}

.catalog-banner .logo
{
	margin-bottom: 40px;
	height: 170px;
	position: relative;
}

.catalog-banner .logo img
{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}

.catalog-banner .hdr
{
	font: 46px/60px 'PFDinLight';
	text-transform: uppercase;
	color: #fff;
}

/* ---------- Catalog Menu Styles ---------- */

.catalog-menu
{
	width: 100%;
	height: 70px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.catalog-menu ul
{
	overflow: hidden;
	display: flex;
	height: 70px;
}

.catalog-menu ul li
{
	display: block;
	font: 13px/20px 'PFDinLight';
	float: left;
	width: 100%;
	margin-right: 5px;
	text-align: center;
	height: 60px;
}

.catalog-menu ul li:last-child
{
	margin: 0;
}

.catalog-menu ul li span,.catalog-menu ul li a
{
	padding: 15px 10px;
	height: 50px;
	background: #ccc;
	color: #000;
	text-transform: uppercase;
	vertical-align: middle;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	text-decoration: none;
}

.catalog-menu ul li.active span
{
	background: #eee;
	cursor: default;
}

.catalog-menu ul li:hover span
{
	background: #fff;
}

.catalog-menu ul li.active:hover span
{
	background: #eee;
}

@media screen and (max-width:767px) {


	.catalog-banner-container
	{
		padding-top: 60px;
	}

	.catalog-menu
	{
		position: fixed;
		height: auto;
		background: #fff;
		top: 80px;
		bottom: auto;
		z-index: 89;
	}

	.catalog-menu ul
	{
		height: auto;
		overflow: visible;
		display: block;
	}

	.catalog-menu ul li
	{
		float: none;
		height: auto;
		display: none;
		border-top: 1px solid #a0a0a0;
	}

	.catalog-menu ul li a, .catalog-menu ul li span
	{
		font: 18px/20px 'PFDinLight';
		padding: 10px 25px 10px 0;
		background: none;
		text-align: left;
		justify-content: start;
		text-transform: none;
		color: #0075e6;
	}

	.catalog-menu.sticked ul li a, .catalog-menu.sticked ul li span
	{
		color: #fff;
	}

	.catalog-menu ul li.active
	{
		display: block;
	}

	.catalog-menu ul li.active span
	{
		color: #000;
	}

	.catalog-menu ul li.active span, .catalog-menu ul li.active:hover span, .catalog-menu ul li:hover span
	{
		background: none;
	}

	.catalog-menu.sticked
	{
		background: #0075e6;
	}

	.catalog-menu.sticked ul li
	{
		border-color: #fff;
	}

	.catalog-menu.sticked ul li span
	{
		color: #fff;
	}

	.catalog-menu:before
	{
		content: "";
		display: block;
		position: absolute;
		right: 20px;
		top: 12px;
		width: 36px;
		height: 36px;
		text-indent: -9999px;
		background: url(/img/adaptive/open.png) top no-repeat;
		background-position-x: center;
		background-position-y: top;
		background-size: auto auto;
		background-size: 36px 72px;
		padding: 0;
	}

	.catalog-menu.sticked:before
	{
		background-position: bottom;
	}

}

/* -------- Catalog Content Styles --------- */

.catalog-content
{
	background: url(/img/pattern.png) repeat;
	padding: 50px 0 45px 0;
}

.catalog-content .prod-holder
{
	overflow: hidden;
	width: 940px;
	padding: 0 10px;
	position: relative;
	left: -10px;
	z-index: 0;
}

.catalog-content .prod-holder .product
{
	overflow: hidden;
	width: 290px;
	height: 390px;
	margin: 15px 35px 20px 0;
	background: #fff;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	transition: 0.2s background ease;
	float: left;
	text-align: center;
	position: relative;
}

.catalog-content .prod-holder .product:hover
{
	background: #ebf3f6;
	box-shadow: 0 5px 10px rgba(0,120,230,0.2);
}

.catalog-content .prod-holder .product:nth-child(3n+3)
{
	margin-right: 0;
}

.catalog-content .prod-holder .product a
{
	display: block;
	text-decoration: none;
	padding: 20px;
}

.catalog-content .prod-holder .product .sm-badges
{
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 1;
}

.catalog-content .prod-holder .product .sm-badges div
{
	height: 22px;
	font-family: "PFDinRegular";
	font-size: 14px;
	line-height: 22px;
	width: 80px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.sm-badges div.badge-new {background: #8cc63e;}
.sm-badges div.badge-sale {background: #eb1807;}
.sm-badges div.badge-hit {background: #0075e6;}

.catalog-content .sm-badges div.badge-sale.badge-sale--new
{
	height: 80px !important;
	background: url(/actions/15_sml.png) center no-repeat;
}

.product-content .sm-badges div.badge-sale.badge-sale--new
{
	width: 160px !important;
	height: 160px !important;
	background: url(/actions/15_big.png) center no-repeat;
}

.catalog-content .prod-holder .product .picture
{
	overflow: hidden;
	height: 200px;
	padding-top: 5px;
	overflow: hidden;
	width: 250px;
	position: relative;
}

.catalog-content .prod-holder .product .picture.shifted img
{
	margin-right: 50px;
}

.catalog-content .prod-holder .product .picture .badges
{
	overflow: hidden;
	width: 54px;
	right: 0;
	top: 0;
	position: absolute;
}

.catalog-content .prod-holder .product .picture .badges div
{
	width: 54px;
	height: 36px;
	float: left;
	margin-bottom: 5px;
	box-sizing: border-box;
	border: 1px solid #0075e6;
	color: #0075e6;
	font-family: "PFDinRegular";
	font-size: 12px;
	line-height: 12px;
	text-align: left;
	padding: 5px 10px 6px 4px;
}

.catalog-content .prod-holder .product .picture .badges div:last-child
{
	margin: 0;
}

.catalog-content .prod-holder .product .picture .badges div.washing {padding: 0; text-align: center;}
.catalog-content .prod-holder .product .picture .badges div.washing img {margin: 0}
.catalog-content .prod-holder .product .picture .badges div.penocomp {background: url(/img/badges/small/penocomp.png) right no-repeat;}
.catalog-content .prod-holder .product .picture .badges div.penogen {background: url(/img/badges/small/penogen.png) right no-repeat;}
.catalog-content .prod-holder .product .picture .badges div.dozatron {background: url(/img/badges/small/dozatron.png) right no-repeat;}
.catalog-content .prod-holder .product .picture .badges div.dilution {background: url(/img/badges/small/dilution.png) right no-repeat;}
.catalog-content .prod-holder .product .picture .badges div.package {background: url(/img/badges/small/package.png) right no-repeat; width: 50px}

.catalog-content .prod-holder .product .title
{
	font: 21px/25px 'PFDinLight';
	margin: 10px 0;
}

.catalog-content .prod-holder .product .info
{
	font: 18px/25px 'PFDinLight';
	color: #000;
}

.catalog-content .prod-holder .product .actions
{
	overflow: hidden;
	height: 30px;
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 250px;
}

.catalog-content .prod-holder .product .actions .price
{
	float: left;
	font: 21px/30px 'PFDinRegular';
}

.catalog-content .prod-holder .product .actions .more
{
	float: right;
	border: 1px solid #0075e6;
	color: #0075e6;
	display: block;
	text-transform: uppercase;
	font: 14px/28px 'PFDinLight';
	height: 30px;
	width: 100px;
	box-sizing: border-box;
	transition: 0.2s all ease;
}

.catalog-content .prod-holder .product .actions .more:hover
{
	background: #0075e6;
	color: #fff;
}

.catalog-description
{
	padding: 40px 0;
}

@media screen and (max-width:767px) {

	.catalog-content, .catalog-description
	{
		padding: 30px 0;
	}

	.catalog-content .prod-holder
	{
		width: 100%;
		padding: 0;
		left: 0;
	}

	.catalog-content .prod-holder .product, .catalog-content .prod-holder .product:nth-child(3n+3)
	{
		float: none;
		margin: 15px auto 0 auto;
	}

	.catalog-content .prod-holder .product:hover {
		background: #ebf3f6;
		box-shadow: none;
	}

}

@media screen and (min-width: 768px) and (max-width: 1024px) {

	@media screen and (max-width: 979px) {

		.catalog-content .prod-holder
		{
			padding: 0 10px;
			width: 615px;
			left: 0;
			margin: 0 auto;
		}

		.catalog-content .prod-holder .product:nth-child(3n+3)
		{
			margin-right: 35px;
		}

		.catalog-content .prod-holder .product:nth-child(2n+2)
		{
			margin-right: 0;
		}

	}

}

/* ---------- Catalog Text Styles ---------- */

.catalog-text
{
	background: #fff;
	padding: 40px 0 60px 0;
}

.text-content h1
{
	font: 30px/36px 'PFDinRegular';
	margin-bottom: 20px;
}

.text-content h2
{
	font: 26px/32px 'PFDinLight';
	margin: 20px 0;
}

.text-content h3
{
	font: 26px/32px 'PFDinLight';
	margin: 20px 0;
}

.text-content h4
{
	font: 26px/32px 'PFDinLight';
	margin: 20px 0;
}

.text-content p
{
	margin-bottom: 10px;
}

.text-content p:last-child
{
	margin: 0;
}

.text-content ul li
{
	margin-bottom: 5px;
	padding-left: 22px;
	background: url(/img/li.png) 0 7px no-repeat;
}

.text-content ol
{
	counter-reset: ol;
}

.text-content ol li
{
	padding-left: 22px;
	position: relative;
}

.text-content ol li:before
{
	content: counter(ol)'.';
	counter-increment: ol;
	position: absolute;
	left: 0;
	top: 0;
	color: #0075e6;
}

.text-content strong
{
	font-family: 'PFDinMedium';
}

.catalog-text .but-cont
{
	margin: 40px 0 0 0;
	text-align: center;
}

/* --------- Product Banner Styles --------- */

.product-banner
{
	padding: 30px 0 50px 0;
	background-position: center;
	background-size: cover;
}

.product-banner .logo
{
	margin-bottom: 40px;
	height: 170px;
	position: relative;
}

.product-banner .logo img
{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}

.product-banner .hdr
{
	font: 46px/60px 'PFDinLight';
	text-transform: uppercase;
	color: #fff;
}

@media screen and (max-width:767px) {

	.catalog-banner
	{
		padding: 40px 0;
	}

	.catalog-banner .logo
	{
		height: auto;
		margin-bottom: 30px;
	}

	.catalog-banner .logo img
	{
		position: relative;
	}

	.catalog-banner .hdr
	{
		font: 30px/35px 'PFDinRegular';
	}

	.catalog-banner .hdr br
	{
		display: none;
	}

}

/* ----------- Breadcrumbs Styles ---------- */

.breadcrumbs
{
	background: #eee;
	padding: 20px 0;
}

.breadcrumbs .container
{
	height: 24px;
}

.breadcrumbs a
{
	display: inline-block;
	margin: 0 20px;
}

.breadcrumbs .container > span:first-child > a
{
	margin-left: 0;
}

.breadcrumbs u
{
	margin-left: 20px;
	text-decoration: none;
}

@media screen and (max-width:767px) {

	.breadcrumbs {
		display: none;
	}
}

/* ---------- Product Page Styles ---------- */

.product-content
{
	padding: 60px 0;
	background: #fff;
}

.product-content .sm-badges
{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

.product-content .sm-badges div
{
	height: 32px;
	font-family: "PFDinRegular";
	font-size: 16px;
	line-height: 32px;
	width: 100px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.product-content .picture
{
	width: 540px;
	float: left;
}

.product-content .picture img
{
	width: 540px;
}

.product-content .rcol
{
	margin-left: 20px;
	width: 380px;
	float: left;
}

.product-content .rcol .title
{
	font: 36px/44px 'PFDinRegular';
	text-transform: uppercase;
}

.product-content .rcol .desc
{
	font: 22px/28px 'PFDinThin';
	text-transform: lowercase;
	margin: 5px 0 30px 0;
}

.product-content .rcol .art
{
	font: 18px/22px 'PFDinThin';
	margin: -15px 0 25px 0;
	color: #6d6d6d;
}

.product-content .rcol .price-holder
{
	margin: 30px 0;
	overflow:hidden;
}

.product-content .rcol .price-holder .offer-holder
{
	overflow: hidden;
	height: 40px;
	margin: 0 0 20px;
}

.product-content .rcol .price-holder .offer-holder .pack
{
	font: 20px/40px 'PFDinRegular';
	display: block;
	float: left;
	width: 140px;
}

.product-content .rcol .price-holder .offer-holder  .select-holder
{
	float: left;
}

.product-content .rcol .price-holder .offer-holder  .select-holder .offer
{
	border: 1px solid #111;
	background: transparent;
	width: 86px;
	padding: 5px 35px 5px 5px;
	text-align: center;
	font-size: 16px;
	border: 1px solid #ccc;
	height: 40px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(/img/select.png) 90% 50% no-repeat #eee;
	font: 20px 'PFDinLight';
}

.product-content .rcol .price-holder .offer-holder  .select-holder .offer::-ms-expand {
	display: none;
}

@media screen and (min-width:0\0) {
	.product-content .rcol .price-holder .offer-holder  .select-holder .offer {
		background:none\9;
		padding: 5px\9;
	}
}

.product-content .rcol .price-holder .price
{
	font: 30px/40px 'PFDinRegular';
	color: #0075e6;
}

.product-content .rcol .price-holder .price span
{
	font: 20px/40px 'PFDinRegular';
	color: #000;
	display: block;
	float: left;
	margin-right: 18px;
}

.product-content .rcol .but-holder
{
	overflow: hidden;
	position: relative;
}

.product-content .rcol .but-holder a
{
	display: block;
	text-align: center;
}

.product-content .rcol .but-holder #product-buy
{
	width: 220px;
}

.product-content .rcol .but-holder a.unfilled
{
	border-color: #0075e6;
	color: #0075e6;
	margin: 20px 0 0;
}

.product-content .rcol .but-holder a.unfilled:hover
{
	color: #fff;
	border-color: #004d97;
	background: #004d97;
}

.product-content .rcol .one-click-buy
{
	width: 160px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	position: absolute;
	top: 5px;
	right: 0;
}

.product-content .line
{
	width: 100px;
	height: 3px;
	background: #000;
	margin: 50px 0;
}

.product-content .info
{
	margin: 30px 0 0;
	text-align: justify;
}

.product-content .addit
{
	overflow: hidden;
	margin-top: 15px;
}

.product-content .addit div
{
	width: 210px;
	padding-left: 70px;
	height: 75px;
	margin: 15px 0 0;
}

.product-content .addit div span
{
	font: 20px/24px 'PFDinRegular';
	display: block;
	margin-bottom: 3px;
}

.product-content .addit .package
{
	background: url(/img/icon1.png) left top no-repeat;
}

.product-content .addit .water
{
	background: url(/img/icon2.png) left top no-repeat;
}

.product-content .badges
{
	overflow: hidden;
	margin-top: 15px;
}

.product-content .badges div
{
	width: 100px;
	height: 80px;
	float: left;
	margin: 15px 15px 0 0;
	box-sizing: border-box;
	border: 2px solid #0075e6;
	padding: 18px 30px 18px 13px;
	color: #0075e6;
	font-family: "PFDinMedium";
	line-height: 20px;
}

.product-content .badges div:last-child
{
	margin: 15px 0 0;
}

.product-content .badges div.washing {padding: 0;}
.product-content .badges div.penocomp {background: url(/img/badges/large/penocomp.png) center no-repeat;}
.product-content .badges div.penogen {background: url(/img/badges/large/penogen.png) center no-repeat;}
.product-content .badges div.dozatron {background: url(/img/badges/large/dozatron.png) center no-repeat;}
.product-content .badges div.dilution {background: url(/img/badges/large/dilution.png) center no-repeat;}
.product-content .badges div.package {background: url(/img/badges/large/package.png) center no-repeat;}

.product-text
{
	background: url(/img/pattern.png) repeat;
	padding: 60px 0;
}

.product-text .hdr-pull
{
	padding-left: 40px;
	background: url(/img/nav-pull.png) left top no-repeat;
	height: 32px;
	overflow: hidden;
	margin: 20px 0;
	cursor: pointer;
}

.product-text .hdr-pull.active
{
	background: url(/img/nav-pull.png) left bottom no-repeat;
}

.product-text .hdr-pull h4
{
	margin: 0;
}

.prod-line-cont
{
	padding: 60px 0;
}

.similar-products
{
	background: #fff;
}

.recommended-products
{
	background: url(/img/pattern.png) repeat;
}

.prod-line-cont .hdr
{
	font: 36px/40px 'PFDinRegular';
	text-transform: uppercase;
}

.prod-line-cont .line
{
	width: 100px;
	height: 3px;
	background: #000;
	margin: 50px 0;
}

.prod-line-cont .prod-line, .prod-line-cont .prod-line ul
{
	overflow: hidden;
	position: relative;
}

.prod-line-cont .prod-slider-box
{
	margin: 0 30px;
}

.prod-line-cont .prod-line ul
{
	width: 100%;
}

.prod-line-cont .prod-line ul li
{
	overflow: hidden;
	width: 220px;
	float: left;
	text-align: center;
	box-sizing: border-box;
}

.prod-line-cont .prod-line ul li a
{
	display: block;
	text-decoration: none;
	width: 220px;
	height: 285px;
	box-sizing: border-box;
	padding: 19px 0;
	border: 1px solid transparent;
	transition: 0.2s all ease;
}

.prod-line-cont .prod-line ul li a:hover
{
	border-color: #0075e6;
}

.prod-line-cont .prod-line ul li .picture
{
	overflow: hidden;
	height: 200px;
	overflow: hidden;
	width: 220px;
}

.prod-line-cont .prod-line ul li .title
{
	font: 21px/25px 'PFDinLight';
	margin: 10px 0;
}

.prod-line-cont .prod-line .nav
{
	width: 22px;
	height: 41px;
	position: absolute;
	top: 120px;
	cursor: pointer;
}

.prod-line-cont .prod-line .nav.prev
{
	background: url(/img/nav-black.png) left no-repeat;
	left: 0;
}

.prod-line-cont .prod-line .nav.next
{
	background: url(/img/nav-black.png) right no-repeat;
	right: 0;
}

.consultant
{
	padding: 60px 0;
	background: #fff;
	position: relative;
}

.consultant::after
{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0; left: 0;
	z-index: 1;
	background: rgba(0,117,230,.2) url(/img/preloader.gif) center no-repeat;
	display: none;
}

.consultant.loading::after {display: block;}

.consultant .hdr
{
	font: 36px/40px 'PFDinRegular';
	text-transform: uppercase;
	text-align: center;
}

.consultant .addit
{
	font: 26px/32px 'PFDinLight';
	margin: 10px 0 40px 0;
	text-align: center;
}

.consultant form .inp-holder
{
	float: left;
	width: 32%;
	margin-right: 2%;
}

.consultant form input[type="text"]
{
	font: 18px/48px 'PFDinLight';
	box-sizing: border-box;
	border: 1px solid #e0e0e0;
	padding: 0 20px;
	height: 48px;
	display: block;
	width: 100%;
	transition: 0.2s border-color ease;
}

.consultant .subject-field
{
	display: none !important;
}

.consultant .text-danger
{
	margin-bottom: 15px;
	color: #0075e6;
	text-align: center;
}

.consultant .but-holder
{
	float: left;
	width: 32%;
}

.consultant .but-holder button
{
	height: 48px;
	font: 18px/48px 'PFDinRegular';
	text-transform: none;
	width: 100%;
	padding: 0;
}

@media screen and (max-width:767px) {

	.product-content
	{
		padding: 40px 0;
	}

	.product-content .picture
	{
		width: 100%;
		height: auto;
		text-align: center;
		margin-bottom: 40px;
		float: none;
	}

	.product-content .picture img
	{
		width: 100%;
		max-width: 100%;
		height: auto;
	}

	.product-content .rcol
	{
		margin: 0;
		width: 100%;
		float: none;
	}

	.product-content .rcol .title
	{
		font: 30px/35px 'PFDinRegular';
	}

	.product-content .rcol .desc
	{
		font: 22px/26px 'PFDinLight';
	}

	.product-content .rcol .price-holder
	{
		overflow: visible;
		height: auto;
	}

	.product-content .rcol .price-holder .offer-holder
	{
		float: none;
	}

	.product-content .rcol .price-holder .price
	{
		font: 30px/35px 'PFDinRegular';
		margin-top: 15px;
	}

	.product-content .rcol .price-holder .price.withoffers
	{
		float: none;
		margin-left: 0;
	}

	.product-content .rcol .but-holder a
	{
		float: none;
		min-width: auto;
		padding: 0;
	}

	.product-content .rcol .but-holder a#product-buy
	{
		width: 55%;
	}

	.product-content .rcol .but-holder a:nth-child(2)
	{
		margin-top: 10px;
	}

	.product-content .rcol .one-click-buy
	{
		width: 45%;
		font-size: 20px;
		line-height: 20px;
		padding: 10px 0;
	}

	.product-content .line
	{
		display: none;
	}

	.product-content .info
	{
		margin-top: 30px;
		font-size: 18px;
		text-align: left;
	}

	.product-content .badges
	{
		height: auto;
	}

	.product-content .badges div, .product-content .badges div:last-child
	{
		margin: 10px 10px 0 0;
	}

	.product-text
	{
		padding: 40px 0;
	}

	.prod-line-cont
	{
		padding: 40px 0;
	}

	.prod-line-cont .hdr
	{
		font: 30px/35px 'PFDinRegular';
	}

	.prod-line-cont .line
	{
		margin: 25px 0;
	}

	.prod-line-cont .prod-line .caroufredsel_wrapper
	{
		margin: 0 auto !important;
	}

	.consultant
	{
		padding: 40px 0;
	}

	.consultant .hdr
	{
		font: 30px/35px 'PFDinRegular';
	}

	.consultant .addit
	{
		font: 22px/26px 'PFDinLight';
	}

	.consultant form .inp-holder
	{
		margin: 0 0 15px 0;
		width: 100%;
		float: none;
	}

	.consultant .but-holder
	{
		width: 100%;
		float: none;
		margin-top: 25px;
	}

	.consultant .but-holder button
	{
		font: 22px/60px 'PFDinRegular';
		height: 60px;
		text-transform: uppercase;
	}

}

@media screen and (min-width: 768px) and (max-width: 1024px) {

	@media screen and (max-width: 979px) {

		.product-content .picture
		{
			width: 40%;
			float: left;
			margin-right: 5%;
		}

		.product-content .picture img
		{
			width: 100%;
			height: auto;
		}

		.product-content .rcol
		{
			width: 100%;
			float: none;
			margin: 0;
		}

		.product-content .rcol .price-holder
		{
			height: auto;
		}

		.product-content .rcol .price-holder .offer-holder
		{
			overflow: hidden;
			float: none;
		}

		.product-content .rcol .price-holder .price
		{
			margin: 10px 0 0 0;
		}

		.product-content .rcol .price-holder .price.withoffers
		{
			float: none;
			margin-left: 0;
		}

		.product-content .rcol .but-holder a
		{
			float: none;
		}

		.product-content .rcol .but-holder a.unfilled
		{
			margin-top: 10px;
			float: none;
		}

		.product-content .rcol .but-holder a#product-buy
		{
			width: 55%;
		}

		.product-content .rcol .one-click-buy
		{
			width: 45%;
			font-size: 20px;
		}

		.product-content .line
		{
			display: none;
		}

		.product-content .info
		{
			margin-top: 30px;
		}

	}

}

/* ---------- Static Pages Styles ---------- */

.static-page
{
	padding: 60px 0;
}

.static-page h1
{
	font: 36px/40px 'PFDinRegular';
	text-transform: uppercase;
}

.static-page .line
{
	width: 100px;
	height: 3px;
	background: #000;
	margin: 50px 0;
}

.news-all-page
{
	background: url(/img/gray-bg.png) repeat;
}

.news-all-page ul.allnews
{
	width: 960px;
	position: relative;
	left: -10px;
	overflow: hidden;
}

.news-all-page ul.allnews li
{
	margin-bottom: 20px;
}

.contacts-page
{
	background-image: url(/img/bg.jpg);
	background-size: cover;
}

.contacts-page .feedback
{
	background: #fff;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	margin-top: 5px;
	padding: 30px;
	position: relative;
}

.contacts-page .feedback::after
{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0; left: 0;
	z-index: 1;
	background: rgba(0,117,230,.2) url(/img/preloader.gif) center no-repeat;
	display: none;
}

.contacts-page .feedback.loading::after {display: block;}
.contacts-page .feedback .three-holder {overflow: hidden;}

.contacts-page .feedback .three-holder div
{
	float: left;
	width: 280px;
	margin-right: 20px;
}

.contacts-page .feedback .three-holder div:last-child
{
	margin: 0;
}

.contacts-page .feedback label
{
	display: block;
	font: 22px/30px 'PFDinLight';
	margin-bottom: 5px;
}

.contacts-page .feedback .subject-field
{
	display: none;
}

.contacts-page .feedback h4
{
	font: 26px/30px 'PFDinLight';
	margin-bottom: 20px;
}

.contacts-page .feedback textarea
{
	height: 126px !important;
}

.contacts-page .feedback .but-holder
{
	margin-top: 30px;
	overflow: hidden;
}

.contacts-page .feedback .but-holder button
{
	float: right;
}

.news-page .date
{
	font: 26px/30px 'PFDinRegular';
	margin: 35px 0 0 0;
	text-transform: lowercase;
	color: #0075e6;
}

@media screen and (max-width:767px) {

	.static-page
	{
		padding: 30px 0;
	}

	.static-page h1
	{
		font: 30px/35px 'PFDinRegular';
	}

	.news-page .date
	{
		font: 22px/26px 'PFDinLight';
		margin: 15px 0 0 0;
	}

	.static-page .line
	{
		margin: 25px 0;
	}

	.news-all-page ul.allnews
	{
		width: 100%;
		left: 0;
	}

	.news-all-page ul.allnews li
	{
		width: 280px;
		padding: 20px 15px;
		margin: 0 auto 20px auto;
		float: none;
	}

	.contacts-page .feedback
	{
		margin-top: 25px;
	}

	.contacts-page .feedback .three-holder div
	{
		margin-right: 0;
		width: 100%;
		float: none;
	}

}

@media screen and (min-width: 768px) and (max-width: 959px) {

	.news-all-page ul.allnews
	{
		width: 580px;
		margin: 0 auto;
		left: 0;
	}

	.news-all-page ul.allnews li
	{
		width: 280px;
		padding: 20px 15px;
		margin: 0 20px 20px 0;
		float: left;
	}

	.news-all-page ul.allnews li:nth-child(2n+2)
	{
		margin: 0 0 20px 0;
	}

}

/* ----------- Vacancies Styles ------------ */

.vacancy h2
{
	font: 32px/38px 'PFDinRegular';
	margin: 30px 0 20px 0;
	color: #0075e6;
}

.vacancy .inblk
{
	overflow: hidden;
	border: 1px solid #0075e6;
	line-height: 25px;
	padding: 10px 0;
}

.vacancy .inblk div
{
	float: left;
	font-family: 'PFDinRegular';
	margin-right: 60px;
	padding: 10px 20px;
}

.vacancy .inblk div:last-child
{
	margin: 0;
}

.vacancy .inblk div span
{
	display: block;
	font-family: 'PFDinLight';
}

.vacancy .vcont
{
	overflow: hidden;
}

.vacancy .vcont .left
{
	float: left;
	width: 470px;
}

.vacancy h3
{
	margin: 30px 0 15px 0;
}

p.hrmail
{
	margin-top: 40px;
}

/* ------------- Footer Styles ------------- */

.footer
{
	background-color: #09121b;
	background-image: url(/img/slider.jpg);
	background-size: cover;
	padding: 60px 0 30px 0;
}

.footer a
{
	color: #fff;
	text-decoration: none;
}

.footer .fmenu-cont
{
	overflow: hidden;
	position: relative;
	height: 400px;
}

.footer .fmenu-cont ul
{
	float: left;
	width: 290px;
	margin-right: 20px;
}

.footer .fmenu-cont ul:first-child
{
	width: 150px;
}

.footer .fmenu-cont ul:nth-child(3)
{
	width: 220px;
}

.footer .fmenu-cont ul li
{
	margin-top: 12px;
}

.footer .fmenu-cont ul li:first-child
{
	font: 20px/26px 'PFDinMedium';
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 45px 0;
	position: relative;
}

.footer .fmenu-cont ul li:first-child:after
{
	content: "";
	position: absolute;
	bottom: -25px;
	left: 0;
	width: 40px;
	height: 2px;
	background: #fff;
}

.footer .fmenu-cont ul li a:hover, .footer .fmenu-cont .contacts .hdr a:hover
{
	color: #0075e6;
}

.footer .fmenu-cont .contacts
{
	width: 220px;
	float: left;
	color: #fff;
}

.footer .fmenu-cont .contacts .hdr
{
	font: 20px/26px 'PFDinMedium';
	text-transform: uppercase;
	margin-bottom: 45px;
	position: relative;
}

.footer .fmenu-cont .contacts .hdr:after
{
	content: "";
	position: absolute;
	bottom: -25px;
	left: 0;
	width: 40px;
	height: 2px;
	background: #fff;
}

.footer .fmenu-cont .contacts .cont-hdr
{
	font: 20px/24px 'PFDinRegular';
	margin-top: 12px;
}

.footer .fmenu-cont .contacts .phone
{
	font: 19px/24px 'PFDinRegular';
}

.footer .fmenu-cont .contacts .schd
{
	font: 14px/20px 'PFDinLight';
}

.footer .fmenu-cont .contacts .email a
{
	text-decoration: underline;
}

.footer .fmenu-cont .contacts .email a:hover
{
	color: #0075e6;
}

.footer .subscribe
{
	width: 460px;
	/*position: absolute;*/
	left: 0;
	bottom: 0;
	margin-top: 10px;
}

.footer .subscribe .hdr
{
	font: 20px/26px 'PFDinMedium';
	text-transform: uppercase;
	margin-bottom: 15px;
	position: relative;
	color: #fff;
}

.footer .subscribe form
{
	display: block;
	overflow: hidden;
}

.footer .subscribe input[type="email"]
{
	float: left;
	font: 16px/36px 'PFDinLight';
	box-sizing: border-box;
	border: 0;
	padding: 0 10px;
	height: 36px;
	display: block;
	width: 300px;
	float: left;
	transition: 0.2s border-color ease;
}

.footer .subscribe input[type="submit"]
{
	float: left;
	font: 16px/36px 'PFDinRegular';
	color: #fff;
	height: 36px;
	background: #0075e6;
	display: inline-block;
	box-sizing: border-box;
	text-transform: uppercase;
	border: 0;
	width: 160px;
	float: left;
	transition: 0.2s ease background-color;
	cursor: pointer;
}

.footer .subscribe input[type="submit"]:hover
{
	background-color: #004d97;
}

.footer .bottom-row
{
	padding-top: 30px;
	margin-top: 40px;
	color: #fff;
	border-top: 2px solid #fff;
	line-height: 32px;
	overflow: hidden;
}

.footer .copyright
{
	float: left;
	line-height: 20px;
}

.footer .copyright a.req_link
{
	color: #e0e0e0;
	text-decoration: underline;
}

.footer .copyright a.req_link:hover
{
	color: #0075e6;
}

.footer .social-links
{
	float: right;
	padding: 3px 0;
}

.footer .social-links .block
{
	float: left;
	margin-left: 40px;
}

.footer .social-links .block span
{
	font-family: 'PFDinMedium';
	text-transform: uppercase;
	margin-right: 5px;
}

.footer .social-links .block a
{
	width: 32px;
	height: 32px;
	display: inline-block;
	text-indent: -9999px;
	background-color: rgba(0,117,230,0);
	background-position: center;
	background-repeat: no-repeat;
	border: 2px solid #fff;
	box-sizing: border-box;
	transition: 0.2s all ease;
	border-radius: 50%;
	margin-left: 5px;
}

.footer .social-links .block a.vk
{
	background-image: url(/img/vk.png);
}

.footer .social-links .block a.insta
{
	background-image: url(/img/insta.png);
}

.footer .social-links .block a:hover
{
	background-color: rgba(0,117,230,1);
	border-color: #0075e6;
}

@media screen and (max-width:767px) {

	.footer
	{
		padding: 40px 0 20px 0;
	}

	.footer .fmenu-cont
	{
		height: auto;
	}

	.footer .fmenu-cont ul
	{
		float: none;
		width: 100%;
		margin: 0 0 40px 0;
	}

	.footer .fmenu-cont ul:first-child
	{
		width: 100%;
		overflow: hidden;
	}

	.footer .fmenu-cont ul:first-child li
	{
		width: 50%;
		float: left;
	}

	.footer .fmenu-cont ul:first-child li:first-child
	{
		width: 100%;
		float: none;
	}

	.footer .fmenu-cont ul li:first-child
	{
		margin: 0 0 30px 0;
	}

	.footer .fmenu-cont ul li:first-child::after
	{
		bottom: -17.5px;
	}

	.footer .fmenu-cont ul li
	{
		margin-top: 8px;
	}

	.footer .fmenu-cont ul:nth-child(3)
	{
		width: 100%;
	}

	.footer .fmenu-cont .contacts
	{
		width: 100%;
	}

	.footer .fmenu-cont .contacts .phone a
	{
		color: #fff;
		text-decoration: none;
	}

	.footer .subscribe
	{
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		margin-top: 40px;
	}

	.footer .subscribe input[type="email"]
	{
		width: 55%;
	}

	.footer .subscribe input[type="submit"]
	{
		width: 45%;
	}

	.footer .copyright
	{
		float: none;
		margin-bottom: 20px;
	}

	.footer .social-links
	{
		float: none;
	}

	.footer .social-links .block
	{
		float: none;
		margin: 0;
	}

	.footer .social-links .block:first-child
	{
		margin: 0 0 20px 0;
	}

}

@media screen and (min-width: 768px) and (max-width: 1024px) {

	@media screen and (max-width: 979px) {

		.footer .mob_clear
		{
			clear: both;
		}

		.footer .fmenu-cont
		{
			height: 570px;
		}

		.footer .fmenu-cont .contacts
		{
			width: 100%;
			float: none;
			color: #fff;
		}

		.footer .fmenu-cont .contacts .cont-blk-off
		{
			float: left;
		}

		.footer .fmenu-cont .contacts .cont-blk-manuf
		{
			margin-left: 40px;
			float: left;
		}

	}

}

/* ------------- Popup Styles -------------- */

.popup
{
	display: none;
	background: #fff;
	padding: 40px 60px;
	width: 470px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}

.popup::after
{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0; left: 0;
	z-index: 1;
	background: rgba(0,117,230,.2) url(/img/preloader.gif) center no-repeat;
	display: none;
}

.popup.loading::after {display: block;}

.popup h4
{
	font: 28px/34px 'PFDinRegular';
	text-transform: uppercase;
	margin-bottom: 30px;
}

.popup .text-danger, .contacts-page .feedback .text-danger, .orderfields .text-danger
{
	margin-bottom: 15px;
	color: #0075e6;
}

.popup .subject-field, .contacts-page .feedback  .subject-field, .orderfields  .subject-field
{
	display: none !important;
}

.popup form
{
	display: block;
	overflow: hidden;
	width: 100%;
}

.popup input[type="text"], .contacts-page .feedback input[type="text"], .orderfields input[type="text"]
{
	font: 18px/48px 'PFDinLight';
	box-sizing: border-box;
	border: 1px solid #e0e0e0;
	padding: 0 20px;
	height: 48px;
	margin-bottom: 15px;
	display: block;
	width: 100%;
	transition: 0.2s border-color ease;
}

.popup input[type="text"].read-only, .contacts-page .feedback input[type="text"].read-only, .orderfields input[type="text"].read-only
{
	background: #eee;
}

.popup textarea, .contacts-page .feedback textarea, .orderfields textarea
{
	font: 18px/28px 'PFDinLight';
	box-sizing: border-box;
	border: 1px solid #e0e0e0;
	padding: 10px 20px;
	height: 84px;
	display: block;
	width: 100%;
	transition: 0.2s border-color ease;
	resize: vertical;
}

.popup .but-holder, .contacts-page .feedback .but-holder, .orderfields .but-holder
{
	margin-top: 25px;
}

/* ----------- Fancy Box Styles ------------ */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #fff;
	text-shadow: none;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -200px;
	opacity: 1;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 400px;
	height: 300px;
	background: url(/img/preloader.gif) center center no-repeat;
}

.fancybox-close {
	z-index: 8040;
	width: 43px;
	height: 41px;
	background: url(/img/cross-white.png) center no-repeat;
	text-indent: 0;
	position: absolute;
	top: 0;
	right: -53px;
	text-indent: -9999px;
	cursor: pointer;
	transition: 0.2s background-color ease;
}

.fancybox-nav {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 22px;
	height: 41px;
	cursor: pointer;
	text-decoration: none;
	z-index: 8040;
}

.fancybox-prev {
	left: -53px;
}

.fancybox-next {
	right: -53px;
}

.fancybox-nav span {
	background: url(/img/nav-white.png) no-repeat;
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-prev span
{
	background-position: left;
}

.fancybox-next span
{
	background-position: right;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgba(0,0,0,0.8);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

@media screen and (max-width:767px) {

	.popup
	{
		width: 100%;
		height: 100%;
		padding: 20px;
	}

	.popup h4
	{
		font: 26px/30px 'PFDinRegular';
		text-align: left;
		width: 80%;
		padding-top: 4px;
	}

	.fancybox-close
	{
		width: 36px;
		height: 36px;
		background: url(/img/adaptive/close.png) top no-repeat;
		background-size: 36px 72px;
		top: 20px;
		right: 20px;
	}

}

/* basket */
.bx_ordercart .hidden {display: none;}
.bx_ordercart .bx_ordercart_order_table_container{border:0}
.bx_ordercart .bx_ordercart_order_table_container table thead td{font-size:22px;background:none;padding-left:10px;padding-right:10px;padding-bottom:10px;border-bottom:2px solid #e5e5e5}
.bx_ordercart .bx_ordercart_order_table_container table tbody td{border-bottom:1px solid #e5e5e5}
.bx_ordercart .bx_ordercart_order_table_container table thead td.sum_price,.bx_ordercart .bx_ordercart_order_table_container table thead td.price{text-align:center}
.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle,.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle a{font-weight:normal;font-size:20px;line-height:120%}
.bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price,.bx_ordercart .bx_ordercart_order_table_container tbody td.sum_price{font-weight:bold;font-size:20px;line-height:120%;white-space:nowrap;text-align:right;width:100px}

.bx_ordercart .bx_ordercart_order_sum tr td.fwb.info{font: 24px/40px 'PFDinLight'; padding-right: 15px}
.bx_ordercart .bx_ordercart_order_sum tr td.fwb.sum {font: 24px/40px 'PFDinRegular'; color: #0075e6}

.bx_ordercart .bx_ordercart_order_pay_center{border-top:0}
.bx_ordercart .bx_ordercart_order_pay_center a{line-height:60px}
.bx_ordercart .bx_ordercart_order_pay_center a.unfilled{color:#0075e6;border-color:#0075e6;float:left}
.bx_ordercart .bx_ordercart_order_pay_center a.unfilled:hover{color:#fff;background:#004d97;border-color:#004d97}

.bx_ordercart .bx_ordercart_order_table_container #basket_items tbody td.itemphoto {width: 10%;}
.bx_ordercart .bx_ordercart_order_table_container #basket_items tbody td.item {width: 45%;}
.bx_ordercart .bx_ordercart_order_table_container #basket_items tbody td.price {width: 10%; padding: 2% 15px;}
.bx_ordercart .bx_ordercart_order_table_container #basket_items tbody td.quantity {width: 30%;}
.bx_ordercart .bx_ordercart_order_table_container #basket_items tbody td.control {width: 5%; text-align: center;}

.bx_ordercart .bx_ordercart_order_table_container #basket_items tbody td.price .current_price
{
	font: 24px/40px 'PFDinRegular';
	color: #0075e6;
	margin-top: 20px;
}

.bx_ordercart .bx_ordercart_order_table_container #basket_items tbody td.quantity  .counter
{
	position: relative;
	margin: 20px auto 0;
}

.bx_ordercart .bx_ordercart_order_table_container #basket_items tbody td.quantity  .counter input
{
	height: 38px;
	padding: 0 18px;
	width: 24px;
	border: 1px solid #ccc;
	text-align: center;
	background: #eee;
	margin: 0 44px;
	font: 20px 'PFDinLight';
}

.bx_ordercart .bx_ordercart_order_table_container #basket_items tbody td.quantity .counter .basket_quantity_control a
{
	width: 36px;
	height: 36px;
	text-decoration: none;
	text-align: center;
	line-height: 36px;
	color: #ffffff;
	display: block;
	position: absolute;
	top: 0;
	text-indent: -9999px;
	transition: all 0.2s ease;
	background: url(/img/control.png) no-repeat;
	border-radius: 0;
	margin: 2px 0;
	border: 0;
}

.bx_ordercart .bx_ordercart_order_table_container #basket_items tbody td.quantity  .counter .basket_quantity_control a.minus {left: 0; background-position: bottom;}
.bx_ordercart .bx_ordercart_order_table_container #basket_items tbody td.quantity  .counter .basket_quantity_control a.plus {right: 0; background-position: top;}

.bx_ordercart .bx_ordercart_order_table_container #basket_items tbody td.control a
{
	width: 36px;
	height: 36px;
	background: #0075e6 url(/img/delete.png) center no-repeat;
	border-radius: 50%;
	text-indent: -9999px;
	display: inline-block;
	float: right;
	margin: 22px 0 0;
}

.bx_ordercart .bx_ordercart_order_pay {padding: 0 !important}

/* /basket */


/* order */
.order-checkout .orderfields .two-holder
{
	overflow: hidden;
}

.order-checkout .orderfields .two-holder div
{
	float: left;
	width: 205px;
	margin-right: 20px;
}

.order-checkout .orderfields .two-holder div:last-child
{
	margin: 0;
}

.order-checkout .orderfields label
{
	display: block;
	font: 22px/30px 'PFDinLight';
	margin-bottom: 5px;
}

.order-checkout .orderfields .subject-field
{
	display: none;
}

.order-checkout .orderfields h4
{
	font: 26px/30px 'PFDinLight';
	margin-bottom: 20px;
}

.order-checkout .orderfields textarea
{
	height: 126px !important;
}

.order-checkout .orderfields .order-location .sale_locations_fixed
{
	display: none;
}

.order-checkout .orderfields .order-location select
{
	border: 1px solid #111;
	background: transparent;
	padding: 5px 35px 5px 5px;
	text-align: left;
	font-size: 16px;
	border: 1px solid #ccc;
	height: 40px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(/img/select.png) 90% 50% no-repeat #eee;
	font: 20px 'PFDinLight';
}

.order-checkout .orderfields .order-location select::-ms-expand {
	display: none;
}

@media screen and (min-width:0\0) {
	.order-checkout .orderfields .order-location select{
		background:none\9;
		padding: 5px\9;
	}
}

.order-checkout .orderfields .but-holder
{
	margin-top: 30px;
	overflow: hidden;
}

.order-checkout .orderfields .but-holder button
{
	float: right;
}

.order-checkout .orderfields .bx_ordercart {margin-top:70px}

.order-checkout .checkout-payment
{
	margin-top: 60px;
}

.order-checkout .checkout-payment .bx_element
{
	overflow: hidden;
	margin-bottom: 15px;
}

.order-checkout .checkout-payment .bx_element input
{
	float: left;
	-webkit-appearance: radio !important;
	margin: 8px 0;
	height: 16px;
	width: 16px;
}

.order-checkout .checkout-payment .bx_element label
{
	display: block;
	overflow: hidden;
	float: left;
	margin: 0;
}

.order-checkout .checkout-payment .bx_element .bx_logo
{
	float: left;
	width: 32px;
	height: 32px;
	overflow: hidden;
	display: block;
	margin: 0 10px;
}

.order-checkout .checkout-payment .bx_element .bx_logo img
{
	width: 32px;
	height: 32px;
}

.order-checkout .checkout-payment .bx_element .bx_description
{
	line-height: 32px;
	float: left;
	height: 32px;
	overflow: hidden;
	display: block;
}

.bx_ordercart .bx_ordercart_order_table_container #basket_items tbody td.custom-QUANTITY{width:10%}
.bx_ordercart .bx_ordercart_order_table_container #basket_items tbody td.custom-QUANTITY div{font:24px/40px 'PFDinRegular';margin-top:20px}
/* /order */
@media screen and (max-width:767px) {

	.bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr
	{
		overflow: hidden;
		border-bottom: 1px solid #e5e5e5;
		padding-bottom: 20px;
	}

	.bx_ordercart .bx_ordercart_order_table_container table td.margin
	{
		display: none !important;
	}

	.bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr td
	{
		padding: 0;
	}

	.bx_ordercart .bx_ordercart_order_table_container #basket_items tbody td.itemphoto,
	.bx-touch .bx_ordercart .bx_ordercart_photo_container
	{
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		height: 130px;
		padding: 0;
	}

	.bx_ordercart .bx_ordercart_order_table_container #basket_items tbody td.itemphoto
	{
		margin-bottom: 15px;
	}

	.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_photo
	{
		max-height: 110px;
		height: 110px;
		top: 10px;
		left: 0;
		right: 0;
		bottom: 10px;
	}

	.bx_ordercart .bx_ordercart_order_table_container #basket_items tbody td.item
	{
		width: 75%;
		display: table-cell;
		box-sizing: border-box;
	}

	.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle,
	.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle a
	{
		font: 22px/26px 'PFDinRegular';
	}

	.bx_ordercart .bx_ordercart_order_table_container #basket_items tbody td.price
	{
		width: 25%;
		display: table-cell;
		box-sizing: border-box;
		padding: 0;
	}

	.bx_ordercart .bx_ordercart_order_table_container #basket_items tbody td.price .current_price
	{
		margin-top: 0;
		font: 22px/26px 'PFDinRegular';
	}

	.bx_ordercart .bx_ordercart_order_table_container #basket_items tbody td.quantity
	{
		width: 85%;
		float: left;
		box-sizing: border-box;
		overflow: hidden;
	}

	.bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.custom
	{
		overflow: hidden;
	}

	.bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.custom span
	{
		font-weight: normal;
		font: 22px/40px 'PFDinLight';
		display: block;
		float: left;
		height: 40px;
		margin-right: 0;
	}

	.bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.custom .centered
	{
		display: block;
		float: left;
		height: 40px;
	}

	.bx_ordercart .bx_ordercart_order_table_container #basket_items tbody td.quantity .counter
	{
		margin-top: 0;
	}

	.bx_ordercart .bx_ordercart_order_table_container #basket_items tbody td.control
	{
		width: 15%;
		float: left;
		box-sizing: border-box;
	}

	.bx_ordercart .bx_ordercart_order_table_container #basket_items tbody td.control a
	{
		margin: 2px 0;
	}

	.bx-touch .bx_ordercart .bx_ordercart_order_pay_center
	{
		margin-bottom: 10px;
	}

	.order-checkout .orderfields .two-holder div
	{
		width: 100%;
		float: none;
		margin: 0;
	}

	.order-checkout .orderfields .order-location select
	{
		width: 100%;
		box-sizing: border-box;
		background-position: 95% 50%;
	}

	.bx_ordercart .bx_ordercart_order_pay_center a.unfilled {
		margin-bottom: 15px;
		float: none;
	}

	.order-checkout .bx_ordercart_order_pay_center
	{
		margin-top: 30px !important;
	}

	.order-checkout .bx_ordercart
	{
		display: none;
	}

}

.video-holder
{
	text-align: center;
	margin: 30px 0;
}

@media screen and (max-width:767px) {

	.video-holder iframe
	{
		width: 100%;
	}

}

.schema-org {display: none;}

/* ------------- Search Styles ------------- */

.search
{
	margin: 5px 0 30px;
}

.search-page
{
	padding: 60px 0;
}

.search-page .search-box
{
	overflow: hidden;
	margin: 0 0 30px;
}

.search-page .search-box input[type="text"], .search input[type="text"]
{
	font: 18px/48px 'PFDinLight';
	box-sizing: border-box;
	border: 1px solid #e0e0e0;
	padding: 0 20px;
	height: 48px;
	display: block;
	width: 800px;
	float: left;
	transition: 0.2s border-color ease;
}

.search-page .search-box input[type="submit"], .search input[type="submit"]
{
	font: 20px/48px 'PFDinRegular';
	color: #fff;
	height: 48px;
	background: #0075e6;
	display: inline-block;
	box-sizing: border-box;
	text-transform: uppercase;
	border: 0;
	width: 140px;
	float: left;
	transition: 0.2s ease background-color;
	cursor: pointer;
}

.search-page .search-box input[type="submit"]:hover, .search input[type="submit"]:hover
{
	background: #004d97;
}

.search-page .search-result
{
	margin-bottom: 30px;
	border: 1px solid #e0e0e0;
	padding: 20px;
}

.search-page .search-result .search-result-link
{
	font: 21px/25px 'PFDinLight';
}

.search-page .search-result .search-result-link b
{
	font-family: "PFDinMedium";
	background: #eee;
}

.search-page .search-result .search-result-text
{
	margin: 15px 0 10px;
}

.search-page .search-result .search-result-text b
{
	font-family: "PFDinMedium";
	background: #eee;
}

.search-page .search-result .search-result-nav a
{
	font: 16px/22px 'PFDinLight';
	margin: 0 5px;
}

.search-page .search-result .search-result-nav a:first-child
{
	margin-left: 0;
}

@media screen and (max-width:767px) {

	.search-page
	{
		padding: 40px 0;
	}

	.search-page .search-box input[type="text"], .search input[type="text"]
	{

		width: 65%;
	}

	.search-page .search-box input[type="submit"], .search input[type="submit"]
	{

		width: 35%;
	}

}


@media screen and (min-width: 768px) and (max-width: 1024px) {

	.search-page
	{
		padding: 40px 0;
	}

	.search-page .search-box input[type="text"], .search input[type="text"]
	{

		width: 80%;
	}

	.search-page .search-box input[type="submit"], .search input[type="submit"]
	{

		width: 20%;
	}

}

/* ----------- Pagination Styles ----------- */

.pagination
{
	font: 23px/42px 'PFDinLight';
	text-align: center;
}

.pagination a
{
	display: inline-block;
	width: 42px;
	height: 42px;
	background: #0075e6;
	color: #fff;
	text-decoration: none;
	border-radius: 50%;
	margin: 0 5px;
}

.pagination span
{
	display: inline-block;
	width: 42px;
	height: 42px;
	box-sizing: border-box;
	border: 1px solid #000;
	color: #000;
	border-radius: 50%;
	margin: 0 5px;
	position: relative;
	top: 1px;
}

.pagination a.prev, .pagination a.next, .pagination span.prev, .pagination span.next
{
	background-image: url(/img/pagination.png);
	background-repeat: no-repeat;
	background-size: 84px 84px;
	text-indent: -9999px;
}

.pagination a.prev {background-position: 0 0;}
.pagination span.prev {background-position: 0 100%;}
.pagination a.next {background-position: 100% 0;}
.pagination span.next {background-position: 100% 100%;}

.pagination a:hover
{
	background-color: #004d97;
}

/* ------------ Reviews Styles ------------- */

.reviews
{
	padding: 60px 0;
	background: url(/img/gray-bg.png) repeat;
}

.reviews .container
{
	overflow: visible;
}

.reviews .bx-catalog-tab-list
{
	display: none;
}

.reviews .hdr
{
	font: 36px/40px 'PFDinRegular';
	text-transform: uppercase;
}

.reviews .hdr span
{
	font-family: 'PFDinMedium';
	font-size: 19px;
	vertical-align: super;
	color: #0075e6;
}

.reviews .line
{
	width: 100px;
	height: 3px;
	background: #000;
	margin: 50px 0;
}

.reviews.bx_soc_comments_div .bx-catalog-tab-body-container .bx-catalog-tab-container > div
{
	padding: 0;
}

.reviews .blog-add-comment
{
	text-align: left;
	padding: 0;
}

.reviews .blog-comment-fields
{
	margin: 20px 0 0;
	background: #fff;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	padding: 20px;
}

.reviews .blog-comment-field-user
{
	padding: 0;
	margin-bottom: 20px;
}

.reviews .blog-comment-field-author, .reviews .blog-comment-field-email
{
	width: 48%;
}

.reviews .blog-comment-field-user-sep
{
	width: 4%;
}

.reviews .blog-comment-field-captcha
{
	padding: 0;
	margin-bottom: 20px;
}

.reviews .blog-comment-field-captcha-label
{
	width: 48%;
	margin-right: 4%;
	float: left;
}

.reviews .blog-comment-field-captcha-image
{
	float: left;
	padding: 0;
	margin-top: 38px;
}

.reviews .feed-add-post-form
{
	margin-bottom: 20px;
}

.reviews .blog-comment-buttons
{
	margin: 0;
	padding: 0;
}

.reviews .blog-comment-buttons input
{
	font: 22px/60px 'PFDinRegular' !important;
	padding: 0 50px !important;
}

.reviews .blog-comment-field-text
{
	padding: 0;
}

.reviews .blog-comment-fields label
{
	font: 18px/28px 'PFDinLight';
}

.reviews .blog-comment-fields input[type="text"]
{
	font: 18px/40px 'PFDinLight';
	box-sizing: border-box;
	border: 1px solid #e0e0e0;
	padding: 0 20px;
	height: 40px;
	width: 100%;
	margin-top: 10px;
}

.reviews .feed-add-post-text
{
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	padding: 0;
}

.reviews .blog-comment
{
	padding-top: 0;
	margin: 20px 0 0;
}

.reviews .blog-comment .blog-comment-cont-white
{
	background: #fff;
	padding: 20px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

.reviews .blog-comment .blog-comment-info
{
	overflow: hidden;
	line-height: 28px;
	height: 28px;
	margin-bottom: 23px;
}

.reviews .blog-comment .blog-comment-info .blog-author
{
	font: 20px/28px 'PFDinRegular';
	float: left;
}

.reviews .blog-comment .blog-comment-info .blog-comment-date
{
	font: 20px/28px 'PFDinLight';
	float: right;
}

.reviews .blog-comment .blog-comment-content
{
	font: 18px/24px 'PFDinLight';
}

.reviews div.blog-errors
{
	margin: 20px 0 0;
	padding: 20px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

.reviews div.blog-textinfo
{
	margin: 20px 0 0;
	background: #fff;
	padding: 20px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

.feed-add-post div.bx-html-editor
{
	min-width: auto !important;
}

@media screen and (max-width:767px) {

	.reviews .blog-comment-field-captcha-label
	{
		width: 100%;
		margin: 0;
		float: none;
	}

	.reviews .blog-comment-field-captcha-image
	{
		float: none;
		margin: 0;
		margin-top: 20px;
	}

	.reviews .blog-comment-buttons input
	{
		padding: 0 20px !important;
	}

}
.h4{
	font: 28px/34px 'PFDinRegular';
	text-transform: uppercase;
	margin-bottom: 30px;
}
.catalog__top__menu #catalog-filter{
	background-color: #eeeeee;
}
/*.catalog__top__menu #catalog-filter:before,
.catalog__top__menu #catalog-filter:after{
	content: "";
	clear: both;
	overflow: hidden;
	width: 100%;
	display: table;
	height: 0;
	}*/
	.catalog__top__menu{
		top: 439px;
	}
	.catalog__top__menu .container{
		background-color: #eeeeee;
	}
	.catalog__top__menu.catalog-menu ul li a{
		background-color: #eeeeee;
	}
	.catalog__top__menu #catalog-filter{
		z-index: 1;
		position: relative;
	}
	.catalog__top__menu .container:before{
		z-index: 0;
		content: "";
		width: 61px;
		height: 93px;
		position: absolute;
		left: -25px;
		background-color: #eeeeee;
		transform: rotate(28deg);
		top: 9px;
	}
	.catalog__top__menu .container:after{
		z-index: 0;
		content: "";
		width: 61px;
		height: 93px;
		position: absolute;
		right: -25px;
		background-color: #eeeeee;
		transform: rotate(-28deg);
		top: 9px;
	}
	.catalog__top__menu.catalog-menu #catalog-filter > li > a{
		color: #476e01;

		border-bottom: 1px solid #476e01;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 9px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		width: 100%;
	}
	.catalog__top__menu.catalog-menu #catalog-filter > li {
		float: none;
	}
	.catalog__top__menu.catalog-menu #catalog-filter > li:hover >a{
		color: #0075e6;
		border-color: #0075e6;
	}
	.catalog__top__menu.catalog-menu{
		top: 436px;
	}
	.catalog__top__menu.catalog-menu #catalog-filter{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		top: 14px;
	}
	.catalog__top__menu.catalog-menu #catalog-filter > li{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		width: auto;
		padding-right: 10px;
		padding-left: 10px;
		position: relative;
		margin-right: 0;
	}
	.catalog__top__menu.catalog-menu #catalog-filter > li.non__empty > a:before{
		content: '▼';
		display: block;
		background: none;
		color: #476e01;
		position: absolute;
		left: 50%;
		bottom: -20px;
		margin-left: -6px;
	}
	.catalog__top__menu.catalog-menu #catalog-filter > li:hover > a:before{
color: #0075e6;
	}
	.catalog__top__menu.catalog-menu #catalog-filter > li > ul{
		display: none;
	}
	.catalog__top__menu.catalog-menu #catalog-filter > li.non__empty:hover > ul{
		position: absolute;
		box-shadow: 0 11px 25px 2px rgba(0, 117, 230, 0.41);
		background-color: #eeeeee;
		left: 0;
		top: 135%;
		width: 294px;
		height: auto;
		padding-top: 15px;
		padding-bottom: 15px;
		display: block;
	}
	.catalog__top__menu.catalog-menu #catalog-filter > li:last-of-type:hover > ul{
		left: auto;
		right: 0;
	}
	.catalog__top__menu.catalog-menu #catalog-filter > li:hover > ul:before{
		content: "";
		position: absolute;
		display: block;
		width: 100%;
		height: 30px;
		top: -30px;
	}
	.catalog__top__menu.catalog-menu #catalog-filter > li:hover >  ul >li{
		width: auto;
		display: block;
		float: none;
		position: static;
		text-align: left;
		margin-right: 0;
		height: auto;
	}
	.catalog__top__menu.catalog-menu #catalog-filter > li:hover >  ul >li > a, .catalog__top__menu.catalog-menu #catalog-filter > li:hover >  ul >li.active > span {
		height: auto;
		padding-left: 21px;
		padding-right: 21px;
		text-align: left;
		display: block;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.catalog__top__menu.catalog-menu #catalog-filter > li:hover >  ul >li.active > span {
		font-weight: bold;
	}

	.catalog__top__menu.catalog-menu #catalog-filter > li:hover >  ul >li > a:hover{
		color: #0075e6;
	}
	.catalog__top__menu.catalog-menu ul.center{
		width: 100%;
	}
	@media only screen and (max-width: 1060px){
		.catalog__top__menu .container:before{
			display: none;
		}
		.catalog__top__menu .container:after{
			display: none;
		}
	}
	@media only screen and (max-width: 767px){
		.catalog__top__menu {
			display: none;
		}
	}




	a.anchor.ah2o:hover {
		background-color: #004d97 !important;
}







.obrazec-block{width:50%;display:inline-block;font-size:14px;vertical-align: top;}
.form-feedback-block{width:50%;display:inline-block;}
.obrazec-form-button{
	background: #0075e6;
color: white;
text-align: center;
font-size: 18px;
height: 36px;
line-height: 36px;
width: 85%;
margin: 0 auto;
cursor:pointer;
}
.footer-blocks-container{font-size:0;}
.obrazec-form-button:hover{
	background: #004d97;
}
@media (max-width:761px) {
	.footer-blocks-container>div {
    width: 100%;
}

}.footer .subscribe input[type="email"]{width: 60%;}
@media(max-width: 873px){
.footer .subscribe input[type="email"] {
    width: 50%;

}.obrazec-form-button{
	width:99%;
}}




.mirlogo{
	width: 53px !important;
			 border-radius: 0% !important;
					 border: none !important;
		background-image: url('/img/13809392_mir_logo_5310669.png');
}


.masterlogo{


	width: 41px !important;
			 border-radius: 0% !important;
					 border: none !important;
		background-image: url('/img/13809391_mastercard_logo_5310669.png')
}
.visalogo{



	width: 53px !important;
			 border-radius: 0% !important;
					 border: none !important;
		background-image: url('/img/13809394_visa_logo_5310669.png')
}
@media screen and (min-width: 768px){
.catalog-menu ul li {
height: 60px !important;
	}}
