@import url(http://fonts.googleapis.com/css?family=Scada:400,700&subset=latin,cyrillic);
html, body, div, span, applet, object, iframe,
  h5, h6, h1, h2, h3, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
:focus {
	outline: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
label {cursor:pointer;}

html, body{
	margin: 0;
	padding: 0;
	height: 100%;
}
body{
	font: 12px/18px arial, sans-serif;
	color: #3a3a3a;
}
a{
	color: #a51709;
	text-decoration: underline;
}
a :hover{text-decoration: none;}
#content ol, #content ul{
	padding-left: 20px;
	margin-bottom: 10px;
}
#content .catalogue ul{padding-left: 0;}
#content ul li{list-style-type: disc;}
#content ol li{list-style-type: decimal;}
p{margin-bottom: 10px;}
h1, .h1{font-size: 28px;line-height: 30px;}
h2{font-size: 19px;}
h3{font-size: 16px;}
h2, h3{margin: 30px 0 10px;}
h1, h2, h3, h4{
	text-transform: uppercase;
	font-family: 'Scada', sans-serif;
	color: #766765;
}
h1{margin: 22px 0 25px;}
h4{font-size: 16px;}
#wrap{
	width: 100%;
	min-width: 1000px;
	overflow: hidden;
	min-height: 100%;
	height: auto;
	margin-bottom: -336px;
	background: url(../images/bg.jpg) 49% 0 no-repeat;
}
#wrap.home{background: url(../images/home.jpg) 0 0 no-repeat;}
#spacer{height: 336px;}
.container{
	width: 1000px;
	margin: 0 auto;
}
.bold{font-weight: bold;}
#centre{
	height: 0;
	position: relative;
	margin: 0 auto;
}
#line-left{
	position: relative;
	width: 100%;
	height: 24px;
	left: -50%;
	margin-left: -510px;
	top: 63px;
	background: url(../images/line-left.png) 0 0 repeat-x;
}
#line-left:before{
	content:"";
	display: block;
	width: 34px;
	height: 24px;
	background: url(../images/line-left-before.png) 0 0 no-repeat;
	position: absolute;
	top: 0;
	right: -34px;
}
#line-right{
	position: relative;
	width: 100%;
	height: 101px;
	right: -50%;
	margin-left: 494px;
	top: 88px;
	background: url(../images/line-right.png) 0 0 repeat-x;
}

/* header */
#header{
	position: relative;
	font-family: 'Scada', sans-serif;
	height: 215px;
}
#logo,
#logo_vk,
#logo_forum,
#calc,
#logo_itunes,
#logo_google {
    position: absolute;
}
#logo_vk,
#logo_forum,
#calc,
#logo_itunes,
#logo_google {
    top: 37px;
}
#logo_google {
    left: 513px;
}
#logo_itunes {
    left: 569px;
}
#logo{
	top: 45px;
	left: 25px;
}
#logo_vk {
    left: 700px;
}
#logo_forum {
	left: 620px;
}
#calc {
    left: 625px;
    width: 35px;
    height: 45px;
}
#logo_itunes a,
#logo_google a,
#calc a,
#logo_forum a,
#logo_vk a {
    display: block;
}
#slogan{
	position: absolute;
	top: 33px;
	left: 145px;
	text-transform: uppercase;
	font-size: 24px;
	color: #c11809;
	line-height: 1;
}
#slogan p, #phone p{margin: 0;}
#languages {
	position: absolute;
	right: 0;
	top: 10px;
	color: #fff;
}
#languages a,
#languages a:hover {
	font-weight: bold;
	color: #fff;
}
#address{
	position: absolute;
	right: 0;
	top: 7px;
}
#address span,
#address a {
    font-size: 14px;
    font-style: normal;
    line-height: 1;
	color: #fff;
    text-align: right;
    text-decoration: none;
    display: block;
    margin-bottom: 3px;
}
#phone img{margin-right: 5px;}

/* navigation */
#navigation {
    width: 840px;
	height: 41px;
	position: absolute;
	overflow: hidden;
    top: 112px;
    right: 0;
	background: url(../images/nav_bg.png) 0 0 no-repeat;
}
#navigation li a {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
#navigation a:hover, #navigation .active{
    /* background: url(../images/nav-h.png) 0 0 repeat-x; */
    text-decoration: underline;
}
#navigation ul{
	margin-left: 60px;
}
#menu ul,
#navigation ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#navigation ul, #menu ul{
	font-size: 0;
	-moz-transform:    skew(35deg);
    -o-transform:      skew(35deg);
    -webkit-transform: skew(35deg);
    transform:         skew(35deg);
    height: 100%;
}
#navigation li, #menu li{
	display: inline-block;
	vertical-align: middle;
	-moz-transform:    skew(-35deg);
    -o-transform:      skew(-35deg);
    -webkit-transform: skew(-35deg);
    transform:         skew(-35deg);
}
#navigation li a, #menu li a{
	display: block;
	color: #fff;
    text-transform: uppercase;
}

/* menu */
#menu{
	width: 780px;
	height: 60px;
	position: absolute;
	overflow: hidden;
	top: 153px;
	right: 0;
	background: url(../images/menu_bg.png) 0 0 no-repeat;
}
#menu ul{
	margin-left: 60px;
}
#menu a{
	font-size: 13px;
    line-height: 18px;
    text-decoration: none;
}
#menu a:hover{text-decoration: underline;}
/* #menu a:hover{background: url(../images/menu-h.png) 0 0 no-repeat;} */
#menu li:first-child a{
	border-left: none;
	text-align: center;
}
#menu li:last-child a{border-right: none;}
#menu li:nth-of-type(1) a{max-width: 80px;}
#menu li:nth-of-type(2) a{max-width: 90px;}
#menu li:nth-of-type(3) a{max-width: 130px;}
#menu li:nth-of-type(4) a{max-width: 185px;}
#menu li:nth-of-type(5) a{max-width: 140px;}
#menu li:nth-of-type(6) a{max-width: 110px;}

/* slider */
#slider-wrap{
    width: 1000px;
	height: 258px;
	background: rgba(99, 84, 82, 0.9);
	position: relative;
	margin-top: 382px;
}
#slider-wrap:after{
	content:"";
	display: block;
	width: 1000px;
	height: 26px;
	background: url(../images/shadow.png) 0 0 no-repeat;
	position: absolute;
	bottom: -26px;
	left: 0;
}
#slider{
    width:1000px;
    height:258px;
    overflow: visible;
    position:relative;
	font-family: 'Scada', sans-serif;
	color: #fff;
}
#slider .h1, #slider p{padding-left: 330px;}
#slider .h1{
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 25px;
	margin-top: 22px;
}
#slider p{
    font-size: 16px;
    line-height: 22px;
    padding-right: 15px;
}
#slider a{
    font-size: 16px;
}
#slider .img{
	width: 280px;
	height: 200px;
	background: #fff;
	top: 28px;
	left: 20px;
	position: absolute;
	background: rgb(248,248,248); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(248,248,248,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(248,248,248,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(248,248,248,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(248,248,248,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(248,248,248,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(248,248,248,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
#slider .img:before{
	content: " ";
	display: block;
	width: 150px;
	height: 198px;
	position: absolute;
	top: 0;
	left: -43px;
	background: url(../images/img.png) no-repeat;
}
#slider .img span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    height: 18px;
    margin: auto;
    line-height: 1;
}
#slider img{
    overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
    width: auto;
    max-width: 180px;
}
#slider .icon-tools {
    top: 20px;
    left: -10px;
    bottom: auto;
    right: auto;
    margin: 0;
    width: 40px;
}
#slider .icon-snow {
    top: 20px;
    left: auto;
    bottom: auto;
    right: 20px;
    margin: 0;
    width: 40px;
}
#slider .img .img-caption {
    overflow: hidden;
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    height: auto;
}
#slider .img .img-caption__inner {
    display: block;
    margin-left: -2px;
    height: inherit;
    background: #e02c12;
    -moz-transform: scale(1) rotate(0deg) translateX(0) translateY(0) skewX(13deg) skewY(0deg);
    -webkit-transform: scale(1) rotate(0deg) translateX(0) translateY(0) skewX(13deg) skewY(0deg);
    -o-transform: scale(1) rotate(0deg) translateX(0) translateY(0) skewX(13deg) skewY(0deg);
    -ms-transform: scale(1) rotate(0deg) translateX(0) translateY(0) skewX(13deg) skewY(0deg);
    transform: scale(1) rotate(0deg) translateX(0) translateY(0) skewX(13deg) skewY(0deg);
}
#slider .img .img-caption__text {
    position: static;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    display: block;
    padding: 7px 0;
    -moz-transform: scale(1) rotate(0deg) translateX(0) translateY(0) skewX(-13deg) skewY(0deg);
    -webkit-transform: scale(1) rotate(0deg) translateX(0) translateY(0) skewX(-13deg) skewY(0deg);
    -o-transform: scale(1) rotate(0deg) translateX(0) translateY(0) skewX(-13deg) skewY(0deg);
    -ms-transform: scale(1) rotate(0deg) translateX(0) translateY(0) skewX(-13deg) skewY(0deg);
    transform: scale(1) rotate(0deg) translateX(0) translateY(0) skewX(-13deg) skewY(0deg);
}
.slide{
    width:100%;
    height:410px;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none
}

.slide a,
.slide a:hover {
	color: #fff;
}

.sli-links{
    position: absolute;
	right: 30px;
	bottom: 30px;
	z-index: 9999;
    /*display: none !important;*/
}
.sli-links .control-slide{
	margin-left: 5px;
    float: left;
    width: 14px;
    height:14px;
    overflow:hidden;
    text-indent:-9999px;
    background: url(../images/controlls.png) center bottom no-repeat;
}
.sli-links .control-slide:hover{cursor:pointer;}
.sli-links .control-slide.active{background-position:center top; }
#prewbutton, #nextbutton{visibility: hidden;}

/*slide_new*/
#slider .slide_new-1 img {
    left: auto;
    max-width: 223px;
}

/* news */
#news{padding: 60px 0 40px;}
#news a{
	font: 16px/20px 'Scada', sans-serif;
	color: #a51709;
	text-decoration: underline;
	display: inline-block;
	margin: 4px 0 10px;
	position: relative;
}
#news .date{
	color: #766765;
}
#news ul, .catalogue ul{
	font-size: 0;
	display: table;
}
#news li, .catalogue li,  .price,  .order{
	display: inline-block;
	vertical-align: top;
}
#news li{
	width: 300px;
	margin-left: 50px;
	font-size: 12px;
}
#news li:first-child{margin: 0;}


#news dt {
	line-height: 16px;
	margin: 0;
	padding: 0;
}

#news dd {
	margin: 0 0 10px 0;
	padding: 0 0 0 65px;
}

/* catalogue */
.catalogue{
	border-top: 2px solid #ebe9e8;
	font-family: 'Scada', sans-serif;
	padding: 43px 0 38px;
}
h1+.catalogue{border-top: none;}
.catalogue .h1{
	text-transform: uppercase;
	color: #766765;
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
}
.catalogue .h1 a{
	position: absolute;
	top: -10px;
	right: -100px;
	text-transform: none;
	font-size: 16px;
}
.catalogue .name{
	font-size: 16px;
	color: #a51709;
	text-decoration: underline;
	display: block;
}
.catalogue a:hover, .catalogue li:hover .name{color: #d61300;}
.catalogue p{margin: 10px 0 0 0 ;}
.catalogue li{
	font-size: 16px;
	width: 242px;
	position: relative;
	margin-left: 6px;
}
.catalogue li a{
	display: block;
	padding: 20px;
	background: #fff;
}
.catalogue a:hover{
	-webkit-box-shadow:inset 0px 0px 40px rgba(0, 0, 0, 0.09);
	-moz-box-shadow:inset 0px 0px40px rgba(0, 0, 0, 0.09);
	box-shadow:inset 0px 0px 40px rgba(0, 0, 0, 0.09);
}
.catalogue li:hover:after{
	content:"";
	display: block;
	width: 242px;
	height: 10px;
	position: absolute;
	left: 0;
	bottom: -10px;
	background: url(../images/shadow_ct.png) center top no-repeat;
}
.img_wrap{
	position: relative;
	width: 100%;
	height: 180px;
	display: block;
}
.img_wrap img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.catalogue .price{
	height: 34px;
	background: #f1f1f1;
	font-weight: bold;
	padding: 0 20px 0 15px;
	line-height: 2.3;
	margin-top: 10px;
    color: #766765;
}

.order{
	width: 100px;
	height: 36px;
    background: url(../images/order.png) center top no-repeat;
    display: none !important;
}



.catalogue .order{margin-top: 10px;}
.catalogue .order{margin-left: -20px;}
.order:hover{
	background: url(../images/order.png) center bottom no-repeat;
}

.out_of_stock {
	background: url(../images/order_disable.png) center top no-repeat;
	}
.out_of_stock:hover{
	background: url(../images/order_disable.png) center bottom no-repeat;
	}
/* nav */
#nav{
	border-bottom: 2px solid #ebe9e8;
	font-family: 'Scada', sans-serif;
	font-size: 16px;
	color: #857876;
	padding: 60px 0 10px 0;
}
#nav li, .tabNavigation  li, .product, #inform, #product_order span{
	display: inline-block;
	vertical-align: top;
}
#nav li{margin-right: 4px;}
#nav a{margin-right: 10px;}

/* product */
.product{width: 470px;}
.product_image{
	width: 464px;
	height: 436px;
	border: 2px solid #ebe9e8;
	position: relative;
	background: #fff;
}
.product_image img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

#content .tabNavigation {
	margin-top: 9px;
	padding-left: 0;
}

.product .tabNavigation  li{margin-right: 6px;}
.product .tabNavigation a{
	display: block;
	width: 76px;
	height: 76px;
	border: 2px solid #ebe9e8;
}
.product .tabNavigation .selected{border-color: #c93525;}
.product .tabNavigation a img{padding: 13px;}

/* inform */
#inform{width: 480px;}
#inform p, #inform h4{padding-left: 40px;}
#inform ol, #inform ul{
	padding-left: 60px;
}

/* product_order */
#product_order{
	padding-top: 18px;
	height: 50px;
	background: rgba(110, 97, 95, 0.9);
	width: 550px;
	margin: 0 0 40px -25px;
	z-index: 1;
	position: relative;
}
#product_order:after{
	content: "";
	display: block;
	width: 550px;
	height: 9px;
	position: absolute;
	left: 0;
	bottom: -9px;
	background: url(../images/shadow_inform.png) no-repeat;
}
#product_order .price{
	font-size: 22px;
	color: #fff;
	font-family: 'Scada', sans-serif;
	font-weight: bold;
	padding: 7px 10px 0 39px;
}
#product_order>span{
	font-size: 12px;
	color: #cdbbba;
	position: relative;
	padding-left: 34px;
	margin-left: 37px;
}
#product_order>span:before{
	content: "";
	display: block;
	width: 2px;
	height: 37px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/bd_inform.png) no-repeat;
}
#product_order>span img{margin: 5px 4px 0 10px;}

/* tabs */
.tabs{margin-top: 43px;}
.tabs .tabNavigation {border-bottom: 2px solid #c7382a;}
.tabs .tabNavigation a{
	display: block;
	padding: 13px 25px 8px 40px;
	font-family: 'Scada', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #766765;
	text-decoration: none;
	position: relative;
}

.tabs  .tabNavigation .selected{
	background:  url(../images/tabs.png) repeat-x;
	color: #fff;
}
.tabs  .tabNavigation .selected:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	border: 19px solid;
	border-color: #fff transparent transparent #fff;
}
.tabs>div{padding-top: 22px;}

/* characteristics */
.tabs table{
	width: 100%;
	font-size: 14px;
}
.tabs th, .tabs tr:first-child td{
	border-top: 2px solid #fff;
	background: #f3f3f3;
	font-family: 'Scada', sans-serif;
	text-transform: uppercase;
	padding: 10px 0 2px 0;
}
.tabs td{
	text-align: center;
	padding: 6px 0;
	border-bottom: 1px solid #ebe9e8;
	vertical-align: middle;
}
.tabs tr td:first-child{
	text-align: left;
	padding-left: 10px;
}
#characteristics tr td:first-child, #characteristics tr th:first-child{

	width: 590px;
}

#content .doc li {
	height: 38px;
	background: url('/img/download.png') no-repeat;
	padding: 3px 0 3px 42px;
	list-style: none;
}
.tabs table a img{margin: 0 10px 0 5px;}

/* files download */
#content li.pdf {
     background: url('/img/icon_pdf.gif') no-repeat 0 50%;
     padding: 10px 0 10px 38px;
     list-style: none;
 }

#content li.doc {
    background: url('/img/icon_doc.gif') no-repeat 0 50%;
    padding: 10px 0 10px 38px;
    list-style: none;
}

#content li.xls {
    background: url('/img/icon_xls.gif') no-repeat 0 50%;
    padding: 10px 0 10px 38px;
    list-style: none;
}

#content li.zip {
    background: url('/img/icon_zip.gif') no-repeat 0 50%;
    padding: 10px 0 10px 38px;
    list-style: none;
}

#content li.file {
    background: url('/img/very-basic-file-icon.png') no-repeat 0 50%;
    padding: 10px 0 10px 38px;
    list-style: none;
}

/* about */
#about{
	background: #f0f0f0;
	padding: 28px 0 15px 0;
	margin-top: 30px;
}
#about h4{margin-bottom: 20px;}
#about p{margin-bottom: 8px;}


/* footer */
#footer{
	height: 95px;
	background: #645553;
	color: #fff;
}
#footer a{color: #fff;}
#footer .container{
	background: url(../images/footer1.png) center top no-repeat;
	height: 100%;
	position: relative;
}
#logo-f{
	position: absolute;
	top: 35px;
    left: 0;
    width: 50px;
}
#logo-f a {
    display: block;
}
#logo-f img {
    max-width: 100%;
    width: auto;
    height: auto;
}
#copyright{
	position: absolute;
	top: 31px;
	left: 80px;
}

#footer_nav {
	position: absolute;
	top: 32px;
	right: 0;
	list-style: none;
}

#footer_nav li {
	float: left;
	margin: 0 0 0 10px;
}

#cert { list-style:none; margin:0px; padding:0px;}
#cert  li { list-style:none !important; display:inline-block; vertical-align:top; margin-right:15px; margin-top:15px;
border:0px solid #000;
width:145px; height:206px; position:relative;}
#cert  li:nth-child(6n){ margin-right:0px;}

#cert  li img { max-height:206px; width:auto;}

.bottom-menu {
    margin: 0px; padding: 0px;
    list-style: none;
    margin-top: -15px;
    margin-left: -10px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.data {
	width: 100%;
	font-size: 14px;
}
.data th{
	text-align: left;
	border-top: 2px solid #fff;
	background: #f3f3f3;
	font-family: 'Scada', sans-serif;
	text-transform: uppercase;
	padding: 10px 0 2px 10px;
}
.data td{
	text-align: left;
	padding: 6px 10px;
	border-bottom: 1px solid #ebe9e8;
	vertical-align: middle;
}
.data tr td:first-child{
	text-align: left;
	padding-left: 10px;
}

.clear {
	clear: both;
}

#content .submenu {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.submenu li {
	float: left;
	overflow: hidden;
	margin: 0 1px 0 0;
	padding: 0;
	list-style: none !important;
}

.submenu li a,
.submenu li a:hover {
	float: left;
	display: block;
	padding: 2px 5px;
	font-family: 'Scada', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
    background: #a51709;
    text-decoration: none;
}

/********* provider_form *********/

#provider_form input,
#provider_form label,
#provider_form textarea {
    display: inline-block;
    vertical-align: middle;
}
#provider_form label,
#provider_form textarea {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
#provider_form h3,
#provider_form .form_group {
    margin-bottom: 15px;
}
#provider_form input[type="text"] {
    width: 350px;
}
#provider_form label {
    width: 210px;
    font-weight: bold;
}
#provider_form textarea {
    width: 610px;
    vertical-align: top;

}



/********* quick-select *********/
.quick-select-list li {
    position: relative;
}
.quick-select-list li p {
    position: absolute;
    bottom: 0;
}

.dealers-search-form {
    margin-bottom: 15px;
}
.dealers-search-form label {
    font-size: 14px;
    font-weight: bold;
}
.dealers-search-form .custom-combobox-input {
    padding: 5px;
}

.dealers-search-form .custom-combobox {
    display: inline-block;

}
.dealers-search-form .custom-combobox-input {
    height: 27px;
    box-sizing: border-box;
    border-radius: 5px;
}
.dealers-search-form .ui-button  {
    position: absolute;
    display: inline-block;
    height: 25px;
    margin-left: -30px;
}

.ui-widget-content.ui-corner-all {
    max-height: 300px;
    overflow: auto;
}

.dealers-search-form input[type=text] {
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #dddddd;
    height: 27px;
    box-sizing: border-box;
}
.search-gmap-dealers {
    margin-top: 1px;
    margin-left: 0px;
    position: static;
    display: inline-block;
}
.error{
    color: #d61300;
    display: none;
}

#modal_form {
    width: 415px;
    height: 75px; /* Рaзмеры дoлжны быть фиксирoвaны */
    border-radius: 5px;
    border: 3px #000 solid;
    background: #fff;
    position: fixed; /* чтoбы oкнo былo в видимoй зoне в любoм месте */
    top: 45%; /* oтступaем сверху 45%, oстaльные 5% пoдвинет скрипт */
    left: 45%; /* пoлoвинa экрaнa слевa */
    margin-top: -150px;
    margin-left: -150px; /* тут вся мaгия центрoвки css, oтступaем влевo и вверх минус пoлoвину ширины и высoты сooтветственнo =) */
    display: none; /* в oбычнoм сoстoянии oкнa не дoлжнo быть */
    opacity: 0; /* пoлнoстью прoзрaчнo для aнимирoвaния */
    z-index: 5; /* oкнo дoлжнo быть нaибoлее бoльшем слoе */
    padding: 20px 10px;
}
/* Кнoпкa зaкрыть для тех ктo в тaнке) */
#modal_form #modal_close {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    display: block;
}
/* Пoдлoжкa */
#overlay {
    z-index:3; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
    position:fixed; /* всегдa перекрывaет весь сaйт */
    background-color:#000; /* чернaя */
    opacity:0.8; /* нo немнoгo прoзрaчнa */
    -moz-opacity:0.8; /* фикс прозрачности для старых браузеров */
    filter:alpha(opacity=80);
    width:100%;
    height:100%; /* рaзмерoм вo весь экрaн */
    top:0; /* сверху и слевa 0, oбязaтельные свoйствa! */
    left:0;
    cursor:pointer;
    display:none; /* в oбычнoм сoстoянии её нет) */
}

/* news date */

#news .date {
    display: none;
}

/* pagination */

#pagination {
    margin: 0 !important;
    padding: 0 !important;
}
#pagination > li {
    margin: 0 30px 0 0;
    width: auto;
}
#pagination a {
    margin: 0;
    text-decoration: none;
}

/* partners */

#footer .partners {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30%;
    margin: auto;
    text-align: center;
}
#footer .partners h4 {
    line-height: 1;
    font-weight: normal;
    text-transform: none;
    margin: 5px 0;
    color: #fff;
}
#footer .partners a {
    display: inline-block;
    width: 80px;
}
#footer .partners img {
    width: auto\9;
    max-width: 100%;
    height: auto;
}

/* ostorozhno-poddelka */

.ostorozhno-poddelka .blockquote {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    border-left: 2px solid #766765;
    padding: 5px 0 5px 15px;
}
.ostorozhno-poddelka .link-list li {
    height: 38px;
    background: url(/img/download.png) no-repeat;
    padding: 3px 0 3px 42px;
    list-style: none !important;
}


.ostorozhno-poddelka .title-img {
    text-align: right;
    margin: 50px 0;
}

/* footer */
#footer {
    height: 120px;
}
#footer .note-privacy-policy {
    position: absolute;
    bottom: 10px;
    left: 80px;
    margin: 0;
}

.hiddenPayAlpha {
	display:none;
}

.img-planar-trade-in {
	max-width: 270px !important;
}

/* homepage slider */
#slider .slide_new-2 img {
    left: auto;
    max-width: 116% !important;
}
#slider .slide_new-2 .img:before {
    content: " ";
    display: none;
}

/* new-cost */
.new-cost {
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    width: 117px;
    margin: auto;
    text-align: center;
    background-color: #f62d2d;
}
.new-cost em {
    font-size: 14px;
    font-style: normal;
    text-transform: uppercase;
    display: block;
    padding: 16px 0;
    text-align: center;
    color: #fff;
}

/* main-popup-bunner */
.main-popup-bunner,
.main-popup-bunner  * {
    box-sizing: border-box;
}
.main-popup-bunner .fancybox-skin {
    background: none;
    box-shadow: none !important;
}
.main-popup-bunner .fancybox-opened .fancybox-skin {
    box-shadow: none;
}
#js-main-bunner {
    display: none;
}
.main-popup-bunner__inner {
    padding: 30px 20px;
    border: 1px solid rgba(0,0,0,.2);
    background: rgba(91,65,62,.8);;
}
.popup-grid {
    display: -ms-flexbox;
    display: -webkit-flex;
    display:         flex;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
            align-content: stretch;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -ms-flex-align: start;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;;
}
.popup-grid__item {
    -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    width: 50%;
    padding: 20px;
}
.popup-banner,
.popup-banner__top,
.popup-banner__middle,
.popup-banner__bottom {
    display: block;
}
.popup-banner__top,
.popup-banner__middle {
    margin-bottom: 30px;
}
.popup-banner__top {
    padding: 30px 0 0 30px;
    text-align: right;
}
.popup-banner {
    text-decoration: none;
    background: #fff;
}
.popup-banner:hover .popup-banner__bottom {
    -webkit-filter: brightness(95%);
    filter: brightness(95%);
}
.popup-banner__top img {
    width: auto;
    max-width: 100%;
    height: auto;
}
.popup-banner__text {
    font-family: "Scada",sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    letter-spacing: .02em;
    text-transform: uppercase;
}
.popup-banner__middle {
    display: -ms-flexbox;
    display: -webkit-flex;
    display:         flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-align-items: center;
            align-items: center;
    -ms-flex-align: center;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    min-height: 60px;
}
.popup-banner__middle .popup-banner__text {
    letter-spacing: .02em;
    color: #a51709;;
}
.popup-banner__bottom .popup-banner__text {
    color: #fff;
}
.popup-banner__bottom {
    padding: 10px;
    text-align: center;
    background: #0277bd;;
}
.sli-links {
    z-index: 1001;
}
.main-popup-bunner .fancybox-close {
    top: 32px;
    right: 32px;
    width: auto;
    height: auto;
    background: none;
}
.main-popup-bunner .fancybox-close:before,
.main-popup-bunner .fancybox-close:after {
    display: inline-block;
    vertical-align: middle;
}
.main-popup-bunner .fancybox-close:before {
    font-family: "Scada",sans-serif;
    font-size: 16px;
    line-height: 1;
    margin: 2px 3px 0;
    content: "закрыть";
    text-transform: uppercase;
    color: #fff;
}
.main-popup-bunner .fancybox-close:after {
    display: inline-block;
    width: 16px;
    height: 16px;
    content: "";
    background-color: transparent;
    background-image: url("/img/icon/i-close.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* home page slider */
.slide--no-img > a {
    display: none;
}
#slider .slide--no-img .h1,
#slider .slide--no-img p {
    padding-left: 15px;
}

/* del res */
.catalogue .img_wrap img {
	position: static;
}
.catalogue .name {
    position: relative;
    z-index: 2;
}
.catalogue li > a,
.catalogue .img_wrap,
.catalogue .img_wrap img,
.product .tabNavigation a,
.product .tabNavigation a img {
    box-sizing: border-box;
}
.catalogue .img_wrap img {
    max-width: 193px;
    max-height: 180px;
}
.catalogue .img_wrap,
.product .tabNavigation a {
        display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    padding: 10px;
}
.product .tabNavigation a img {
    max-width: 50px;
    max-height: 50px;
    padding: 0;
}
