/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	scroll-behavior: smooth;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}





@font-face {
  font-family: 'PTSans-Bold';
  src: url('/css/neo/fonts/PTSans-Bold.eot?#iefix') format('embedded-opentype'),  url('/css/neo/fonts/PTSans-Bold.woff') format('woff'), url('/css/neo/fonts/PTSans-Bold.ttf')  format('truetype'), url('/css/neo/fonts/PTSans-Bold.svg#PTSans-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'PTSans-Regular';
  src: url('/css/neo/fonts/PTSans-Regular.eot?#iefix') format('embedded-opentype'),  url('/css/neo/fonts/PTSans-Regular.woff') format('woff'), url('/css/neo/fonts/PTSans-Regular.ttf')  format('truetype'), url('/css/neo/fonts/PTSans-Regular.svg#PTSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}






body{
	font-family: PTSans-Regular;
    font-size: 14px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {padding:0;margin:0;position:relative;width:100%;min-height:100%;_height:100%;line-height:1.3;
color:#3d3d3d;position:relative;display: inline-table;}


.blue-btn{
	text-align: center;
    font-size: 16px;
    background: #4869d6;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    padding: 7px 30px 8px 30px;
    outline: none;
    border: none;
    display: inline-block;
	
}

.blue-btn:hover{
	background: #364fa1;
	
}


.blue-btn-full{
	text-align: center;
    font-size: 16px;
    background: #4869d6;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    padding: 7px 30px 8px 30px;
    outline: none;
    border: none;
    display: inline-block;
	border: 1px solid #4869d6;
	transition: 0.3s;
}

.blue-btn-full:hover{
	background: #364fa1;
	border-color: #4869d6;
}


.blue-btn-empty{
	text-align: center;
    font-size: 16px;
    background: #fff;
    color: #4869d6;
    cursor: pointer;
    text-decoration: none;
    padding: 7px 30px 8px 30px;
    outline: none;
    border: none;
    display: inline-block;
	border: 1px solid #4869d6;
	transition: 0.3s;
}

.blue-btn-empty:hover{
	background: #364fa1;
	border-color: #364fa1;
	color: #fff;
}

.tooltip-cont{
	    display: none;
    background: #eeeeee;
    position: absolute;
    bottom: 38px;
    left: -35px;
    box-sizing: border-box;
    padding: 20px 29px 20px 29px;
    width: 315px;
    border: 1px solid #dddddd;
}

.tooltip-cont:after{
	    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 7px solid transparent;
    border-top: 15px solid #eeeeee;
    bottom: -14px;
    left: 36px;
}

.unactive-btn{
	background: #828282!important;
	color: #fff!important;
	border-color: #828282!important;
	cursor: default!important;
}


.privacy-and-check{
	margin-bottom: 26px;
}

	
.privacy-checkbox-cont .privacy-checkbox {
    display: none;
}	
.privacy-checkbox-cont .privacy-checkbox-init {
   position: relative;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    margin-right: 17px;
    margin-top: 3px;
}


.privacy-checkbox-cont{
	font-size: 13px;
    color: #595959;
    position: relative;
}

.privacy-text{
	display: inline-block;
    width: 218px;
    vertical-align: middle;
	line-height: 20px;
    font-size: 14px;
    color: #777777;
}

.privacy-text a{
	font-size: 13px;
    color: #595959;
	text-decoration: none;
	border-bottom: 1px solid #595959;
	padding-bottom: 1px;
	display: inline-block;
}

.privacy-text a:hover{
	border-color: transparent;
}

.privacy-checkbox-cont .privacy-checkbox-init {
    background: url(/images/neo/system/priv-check-blue.png) no-repeat;
    background-position: 0 0;
}

.privacy-checkbox-cont input:checked + .privacy-checkbox-init {
    background-position: 0 -30px;
}

@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

.inner-container{
	width: 1120px;
	margin: 0 auto;
	padding: 30px 0px;
	background: #ffffff;
}

.inn-padding{
	padding: 0 15px;
}

.main-structure{
	table-layout: fixed;
}

.main-structure tr td{
	vertical-align: top;
}

h1{
	font-size: 36px;
	margin-bottom: 20px!important;
}

header{
	margin-bottom: 10px;
}

.section-head-inner{
	font-size: 24px;
    margin-bottom: 24px;
    margin-top: 22px;
    font-family: 'PTSans-Bold';
}

.section-head-main{
	font-size: 26px;
	margin-bottom: 25px;
	line-height: 34px;
}

.main-menu-shadow{width:100%;height:380px;background:url(/images/bau/menu_shad.png) repeat-x;position:absolute;top:40px;left:0;display:none;z-index:900;}




/*main-slider*/
.main-slider-wrap {
    position: relative;
}

.main-about{
	    width: 536px;
    margin-right: 49px;
    height: 396px;
    overflow: hidden;
    margin-bottom: 31px;
}

.main-slider-container{
	    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.08);
	margin-bottom: 8px;
    padding-bottom: 20px;
}

.main-slider-wrap{
	width: 1220px;
    margin: 0 auto;
}

.main-slider-wrap .bx-controls .bx-prev{
    position: absolute;
    top: 0;
    /* right: 520px; */
    width: 60px;
    height: 60px;
    bottom: 0;
    margin: auto;
}

.main-slider-wrap .bx-controls .bx-prev:after{
    content: "";
    width: 11px;
    height: 17px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url("/images/neo/system/main-slider-sprite.png") no-repeat;
	background-position: 0 0;
}

.main-slider-wrap .bx-controls .bx-prev:hover:after{
	background-position: 0px -25px;
}



.main-slider-wrap .bx-controls .bx-next{
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    bottom: 0;
    margin: auto;
}


.main-slider-wrap .bx-controls .bx-next:after{
        content: "";
    width: 11px;
    height: 17px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(/images/neo/system/main-slider-sprite.png) no-repeat;
    background-position: -17px 0;
}


.main-slider-wrap .bx-controls .bx-next:hover:after{
	background-position: -17px -25px;
}


.main-slider-wrap .bx-pager{
        position: absolute;
    width: 97%;
    bottom: 28px;
    z-index: 1;
    text-align: right;
    right: 29px;
}
.main-slider-wrap .bx-pager-item{
    display: inline-block;
    margin: 0 5px;
}
.main-slider-wrap .bx-pager-link {
        color: transparent;
    display: block;
    width: 11px;
    height: 11px;
    background: #fff;
    position: relative;
    box-sizing: border-box;
	border: 3px solid transparent;
	

}

.main-slider-wrap .bx-pager-link.active{
	
	  background: #4869d6;
	  border: 3px solid #fff;
}




.main-sl-for-img {

text-align: right;
}
.main-sl-for-info {
    width: 475px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 65px;
}

.main-sl-for-info-table{
    width: 100%;
    height: 100%;
}
.main-sl-for-info-table td{
    vertical-align: middle;
}





.slide-head{
    width: 100%;
    height: 100%;
    margin-bottom: 15px;
}

.slide-head h1{
    font-size: 31px;
    color: #fff;
    line-height: 36px;
	margin-bottom: 0!important;
}

.slide-head h1 span{
    /* font-family: 'SegoeUi-Bold'; */
    font-size: 36px;
    text-transform: uppercase;
    
    position: relative;
}

.slide-head h1 span span{
	color: #df1618;
}




.slide-head h2{
    font-size: 31px;
    color: #fff;
    line-height: 41px;
}

.slide-head h2 span{
   font-size: 36px;
    text-transform: uppercase;
   
    position: relative;
}

.slide-head h2 span span{
	color: #df1618;
}
.slide-descr{
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 38px;
}

.sl-for-info-pos .slide-readmore{
       padding: 6px 33px 7px 33px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
	
}

.sl-for-info-pos .slide-readmore:hover{
	background: #ffd900;
	border-color: #ffd900;
	color: #000;
}

.main-sl-for-bg{
	position: absolute;
	top: 0;
	left:0;
	width: 509px;
	height: 100%;
}

.main-sl-for-bg div > span{
	    left: 77px;
    width: 504px solid #4869d6;
    position: absolute;
    top: 20px;
    width: 7px;
    height: 375px;
    transform: rotate(-20.7deg);
    /* width: 0; */
    /* height: 0; */
    /* border-top: 419px solid transparent; */
    /* border-right: 387px solid #364fa1; */
    /* border-bottom: 312px solid transparent; */
    /* display: block; */
    z-index: 3;
	display:none;
}

.main-sl-for-bg div > span:before{
	    position: absolute;
    /* width: 0; */
    /* height: 0; */
    /* border-top: 23px solid green; */
    /* border-right: 15px solid transparent; */
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 11px solid green;
    top: -11px;
    left: -1px;
}
/*
.main-sl-for-bg div > span:after{
	    content: '';
    position: absolute;
   
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid green;
    bottom: -11px;
    left: -1px;
}
*/
.main-sl-for-bg div > span > span:nth-of-type(1){
	
}

.main-sl-for-bg div > span > span:nth-of-type(2){
	
}
    

.main-sl-for-bg div{
	position: absolute;
    top: 0;
    right: -156px;
    width: 0;
    height: 0;
    border-bottom: 500px solid;
    border-right: 157px solid transparent;
}

/*main-slider*/


/*main-catalog*/

.main-catalog-technics{
	background: #f2f2f2;
	padding: 50px 0;
}

.mct-new{
	background: #fff url(/images/neo/main-cat-tech/new-tech-img.png) no-repeat;
    padding: 37px 50px 37px 50px;
    float: left;
    width: 594px;
    box-sizing: border-box;
    height: 580px;
}

.mct-new:hover, .mct-man:hover, .mct-bu:hover{
	box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1);
}



.mct-man{
	background: #fff url(/images/neo/main-cat-tech/manufacturers-cat-img.png) no-repeat;
    padding: 37px 50px 37px 50px;
    float: right;
    width: 595px;
    box-sizing: border-box;
    height: 275px;
	background-position: bottom right;
	margin-bottom: 30px;
}

.mct-bu{
	background: #fff url(/images/neo/main-cat-tech/bu-tech-cat-img.png) no-repeat;
    padding: 37px 50px 37px 50px;
    float: right;
    width: 595px;
    box-sizing: border-box;
    height: 275px;
	background-position: bottom right;
	
}


.main-catalog-p-link{
	font-size: 16px;
	color: #4869d6;
	text-decoration:none;
	border-bottom: 1px solid transparent;
	font-family: 'PTSans-Bold';
}

.main-cat-tech-list{
	margin: 20px 0;
}

.main-catalog-p-link:hover{
	border-color: #4869d6;
}

.main-cat-tech-link{
	font-size: 16px;
	color: #4869d6;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}

.main-cat-tech-link:hover{
	border-color: #4869d6;
}

.main-cat-tech-list li{
	margin-bottom: 18px;
}

/*main-catalog*/

/*main-advantages*/

.advan-img{
	display: inline-block;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 11.83px 1.17px rgba(0, 0, 0, 0.09);
	width: 66px;
	height: 65px;
	z-index: 448;
	position:relative;
	float:left;
	
	margin-top: 7px;
}

.advan-text{
	    float: right;
    width: 440px;
    margin-left: 0px;
   
}

.advan-img img{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin: auto;
}

.main-advan-item{
	margin-bottom: 30px;
}

.advan-text-h{
	    color: #4869d6;
    margin-bottom: 6px;
    font-size: 18px;
    font-family: 'PTSans-Bold';
   
}

.main-advan-item p{
	font-size: 15px;
    color: #2f2f2f;
    line-height: 23px;
    max-height: 69px;
    overflow: hidden;
    
}

.main-about-advan{
	position: relative;
    top: -16px;
}

.main-advan-cont{
	width: 534px;
}
/*main-advantages*/


/*consult main*/

.consult-main{
	background: #4869d6;
}



.consult-form-cont{
	width: 1030px;
	margin: 0 auto;
	padding: 40px 0;
	position: relative;
}

.enter-field{
	position: relative;
    display: inline-block;
    height: 35px;
    width: 279px;
    margin-right: 30px;
	background: #fff;
}

.enter-field-tooltip{
	position: absolute;
    top: 8px;
    left: 20px;
	color: #909090;
	font-size: 15px;
	transition: 0.3s;
}

.enter-field-tooltip span{
	color: #ff4444;
	margin-left: 5px;
}
	
.enter-field-textarea{
	position: relative;
    display: inline-block;
    height: 105px;
    width: 100%;
    margin-right: 30px;
	background: #fff;
}




.enter-field.input-onfocused{
	box-shadow: inset 0 0 0 1px #e8e8e8!important;
}

.enter-field.input-onfocused .enter-field-tooltip{
	opacity: 0;
}

.enter-field input{
	height: 35px;
    width: 100%;
    background: none;
    border: none;
    outline: none;
    font-size: 15px;
    text-indent: 20px;
	font-family: 'PTSans-Regular';
}

.enter-field-textarea textarea{
	height: 100%;
    width: 100%;
    background: none;
    border: none;
    outline: none;
    font-size: 15px;
    text-indent: 20px;
	font-family: 'PTSans-Regular';
	padding-top: 10px;
	box-sizing: border-box;
	
}


.enter-field.input-err .input-errors-cont{display: inline;}

.input-errors-cont {
        position: absolute;
    right: 0;
    top: 0;
    color: #ff2222;
    display: none;
    text-align: center;
    font-size: 18px;
    width: 0;
    height: 0;
    border-top: 35px solid #ff0000;
    border-left: 35px solid transparent;
	cursor: pointer;
}

.input-errors-attention{
	    position: absolute;
    top: -33px;
    right: 7px;
    color: #fff;
    font-size: 16px;
	
}

.input-errors-cont:hover .input-errors-cont-tooltip{
	animation: fadeIn 1s;
	display: block;
}




.input-errors-cont-tooltip {
    position: absolute;
    bottom: 0;
    background: #ffe2e2;
    color: #ff0000;
    width: 198px;
    z-index: 1;
    line-height: 17px;
    font-size: 14px;
    padding: 9px 10px;
    left: 23px;
	display: none;
}


.input-errors-cont-tooltip:after{
	content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    z-index: 1;
    left: -10px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 10px solid #ffe2e2;
    border-bottom: 6px solid transparent;
    top: 0;
    margin: auto;
}




.enter-field input::-webkit-input-placeholder {color:#909090;}
.enter-field input::-moz-placeholder          {color:#909090;}
.enter-field input:-moz-placeholder           {color:#909090;}
.enter-field input:-ms-input-placeholder      {color:#909090;}

.enter-field input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;color: #fff;}
.enter-field input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;color: #fff;}
.enter-field input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;color: #fff;}
.enter-field input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;color: #fff;}



.enter-field-textarea textarea::-webkit-input-placeholder {color:#909090;}
.enter-field-textarea textarea::-moz-placeholder          {color:#909090;}
.enter-field-textarea textarea:-moz-placeholder           {color:#909090;}
.enter-field-textarea textarea:-ms-input-placeholder      {color:#909090;}

.enter-field-textarea textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;color: #fff;}
.enter-field-textarea textarea:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;color: #fff;}
.enter-field-textarea textarea:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;color: #fff;}
.enter-field-textarea textarea:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;color: #fff;}


.order-consultation-submit{
	    /* width: 137px; */
    /* height: 35px; */
    background: #ffd600;
    border: none;
    outline: none;
    font-size: 16px;
    cursor: pointer;
    padding: 9px 30px 8px 30px;
}

.order-consultation-submit:hover{
	box-shadow: 0px 0px 26.39px 2.61px rgba(0, 0, 0, 0.11);
}

.order-consultation-head{
	float: left;
	font-size: 26px;
	color: #fff;
	
}

#order-consultation-form{
	    float: right;
    width: 759px;
    /* margin-right: 36px; */
}



/*consult main*/

/*main catalog*/

#main_cat_tit, #main_pop_tit{/*width: 1039px;*/line-height: 1.2;font-size:35px;color:#404040;}
#m_catalog{padding: 20px 0 30px 30px;width: 1114px;margin:0 auto;border:1px solid #ededed;border-bottom:4px solid #e2e2e2;position:relative;z-index:1;background:url(/images/bau/cat_f.png);}
#m_zag_cat{width: 1040px;margin:11px 0 0 28px;position: relative;z-index: 1;border-bottom:1px solid #e0e0e0;  padding-bottom: 8px;}

#main_cat_tit:hover a{color:#FA7D2D;}
#main_cat_tit a{text-decoration:none;color:#404040;}
#main_pop_tit_div{border-bottom:1px solid #ECECEC;margin: 0 15px 0 31px;  padding: 24px 0 8px 0;}
.main_ug_c{width:11px;height:11px;position:absolute;top:-11px;background-image:url(/images/bau/ug_m.png);background-repeat:no-repeat;z-index:2;}
#ug_right{background-position:-11px 0;right:0;}
#ug_left{background-position:0 0;left:0;}
.in_cat_obj{width:350px;height:135px;float:left;margin:5px;position:relative;}
.in_cat_obj table{width:100%;height:100%;position:relative;}
.in_cat_obj table tr .cat_pic_part{width:115px;text-align:center;vertical-align:middle;}
.in_cat_obj table tr .cat_txt_part{padding:0 0 0 10px;vertical-align:middle;}
.in_cat_obj table tr .cat_txt_part p{color:#474747;height:45px;overflow:hidden;}
.in_cat_obj table tr .cat_txt_part a{color:#000;text-decoration:none;font-size:18px;line-height:0.9;padding:0 20px 0 0;display:block;width:150px;margin:10px 0 5px 0;background:url(/images/bau/arr_link.png) no-repeat right center;}
.in_cat_obj table tr .cat_txt_part a:hover{color:#FA7D2D;}
.cat_hr1{height: 60px;position: absolute;top: 79px;left: 52px;width: 260px;margin: 0 !important;border-bottom: 1px solid #d7d7d7;}
.in_cat_obj:hover .cat_hr1{background: url("/images/bau/hover.png") no-repeat bottom center;}
.in_cat_obj:hover .cat_txt_part a{background:url(/images/bau/arr_link_n1.png) no-repeat right center;}
.in_cat_obj:hover .cat_txt_part a{color:#FA7D2D;}
/*main catalog*/


/*pop goods main page*/

#m_popular{width:1121px;margin:0 auto;border-left:1px solid #f0f0f0;padding:40px 0 7px 0;border-right:1px solid #f0f0f0;background:#fff;position:relative;}
#in_popular_part{padding: 20px 0 30px 30px;width: 1114px;margin: 0 auto;/*border: 1px solid #ededed;*/border-bottom: 4px solid #e2e2e2;position: relative;
  z-index: 1; background: url(/images/bau/cat_f.png) #fff;  left: -12px;}
.tocat{background: url("/images/bau/tocat_n.png") no-repeat 100% -70px;position: absolute;bottom: 137px;right: 94px;color: #000;text-decoration: none;
  font-size: 18px;display: block;padding-right: 39px;display: block;box-sizing: border-box;padding-top: 5px;height: 30px;}
.tocat:hover{background:url("/images/bau/tocat_n.png") no-repeat 100% 0;color:#ff9705;}
.popltxt{  margin: 11px 0 9px 10px; border-bottom: 1px solid #e0e0e0;padding-bottom: 10px;}

.pop_block{width:243px;height:213px;/*overflow:hidden;*/position:relative;border:1px solid #CECECE;float:left;margin:10px;background:#fff;}
.pop_img_part{height:163px;overflow:hidden;position:relative;z-index:1;}
.pop_img_part>a{display:block;height:167px;}
.pop_txt_part{padding:10px 0px 10px 5px;background:#fff;height:29px;overflow:hidden;position:relative;z-index:3;}
.arr_ug{display:block;width:9px;height:9px;position:absolute;top:5px;right:5px;background:url(/images/bau/arr_ug.png) no-repeat;}
.pop_txt_part p{margin:5px 0 0 0;}
.pop_txt_part a{display:block;font-size:18px;color:#010101;text-decoration:none;line-height:0.9;padding-bottom:2px;} 
.pop_txt_part a:hover{color:#FA7D2D;}
.pop_bl_shd_r{width:40px;height:216px;background:url(/images/bau/main_shd.png) no-repeat 0 0;position:absolute;bottom:-15px;right:-17px;z-index:-2;}
.pop_bl_shd_l{width:40px;height:216px;background:url(/images/bau/main_shd.png) no-repeat 0 0;position:absolute;bottom:-15px;left:-17px;z-index:-2;}

/*pop goods main page*/



/*header*/
.header-bottom{
	position: relative;
}
.header-search{
	    position: absolute;
    right: 25px;
    width: 280px;
    height: 39px;
    top: 13px;
    z-index: 100;
}

.header-search-input{
	    outline: none;
    border: none;
    width: 100%;
    height: 39px;
    background: #ffffff;
    box-sizing: border-box;
    padding: 0 60px 0 19px;
}


.header-search-input::-webkit-input-placeholder {color:#909090;}
.header-search-input::-moz-placeholder          {color:#909090;}
.header-search-input:-moz-placeholder           {color:#909090;}
.header-search-input:-ms-input-placeholder      {color:#909090;}

.header-search-field input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;color: #fff;}
.header-search-field input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;color: #fff;}
.header-search-field input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;color: #fff;}
.header-search-field input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;color: #fff;}


.header-search-submit{
	width: 57px;
    height: 39px;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    padding: 0px;
}

.header-search-submit:after{
	    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(/images/neo/system/header-search.png) no-repeat center;
    background-position: 0 0;
}

.header-search-submit input{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: none;
	outline:none;
	border:none;
	padding:0;
}  

.main-container{
	width: 1220px;
	margin: 0 auto;
}

.header-mid{
	position: relative;
	height: 98px
}

.main-logo{
	    position: absolute;
    left: 26px;
    top: 28px;
}

.slogan{
	    position: absolute;
    top: 73px;
    left: 98px;
    font-size: 16px;
    color: #2f2f2f;
}

.header-mini-menu {
    position: absolute;
    top: 0;
    right: 0;
    height: 41px;
}

.header-mini-menu ul {
    max-width: 489px;
    display: block;
    overflow: hidden;
    height: 41px;
	margin-right: 25px;
}

.mini-top-menu-cont li {
    float: right;
    margin-left: 43px;
    padding: 8px 0;
}

.mini-top-menu-cont li a:not(.active-top-menu) {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.mini-top-menu-cont li a.active-top-menu{
	color: #4869d6;
	text-decoration:none;
}



.mini-top-menu-cont li a:hover{
	border-color: #000;
}

.header-top-cont{
	background: #f1f1f1;
}
    
.header-top{
	height: 38px;
	position: relative;
	width: 1220px;
	margin: 0 auto;
}

.head-city-time-work{
	position: absolute;
    background: url(/images/neo/system/header-mark.png) no-repeat;
    background-position: 0px 7px;
    top: 29px;
    left: 294px;
    line-height: 24px;
    padding-left: 43px;
}

.head-tel{
	font-size: 29px;
	padding-right: 9px;
}

.head-order-call{
	color: #4869d6;
	border-bottom: 1px dashed #4869d6;
	margin-right: 15px;
	cursor:pointer;
}

.head-order-call:hover{
	border-color: transparent;
}

.header-mail{
	color: #2f2f2f;
	text-decoration: none;
	
}

.head-tel-call-mail{
	position: absolute;
    top: 20px;
    right: 27px;
    background: url(/images/neo/system/header-tel.png) no-repeat;
    background-position: 0px 16px;
    width: 270px;
    text-align: right;
}

.head-tel-allrf{
	position: absolute;
    top: 20px;
    right: 350px;
    background: url(/images/neo/system/header-tel.png) no-repeat;
    background-position: 0px 16px;
    width: 270px;
    text-align: right;
}
.podpis {
	padding-right: 86px;
}



/*header*/

/*vis ident*/

.vis-id-cont{
	height: 196px;
	margin-bottom: 9px;
	position: relative;
}

.vis-id-cont img{
	position: absolute;
	top:0;
	right:0;
	width:100%
}

.vis-id-h2{
	    width: 643px;
    height: 100%;
    float: right;
	position:relative;
	z-index:1;
}

.vis-id-h2 tr td{
	vertical-align: middle;
	
}

.vis-id-h2 h2{
	    font-family: PTSans-Regular;
    font-size: 26px;
    color: #fff;
    text-align: right;
    line-height: 51px;
    padding-right: 26px;
}

.vis-id-h2 h2 span{
	    background: url(/images/neo/system/h2-bg.png);
    position: relative;
        padding: 8px 0px 10px 0px;
    /* text-indent: 89px; */
    box-shadow: -27px 0px 0px 0px rgba(0, 0, 0, 0.59);
    /* box-shadow: -27px 0px 0px 1px rgba(0, 0, 0, 0.30), 27px 0px 0px 1px rgba(0, 0, 0, 0.30), 27px 5px 0px 1px rgba(0, 0, 0, 0.30), -27px 10px 0px 1px rgba(0, 0, 0, 0.*/
}

.vis-id-h2 h2 span:after{
	position: absolute;
    content: '';
    top: 0;
    right: 0;
    background: url(/images/neo/system/h2-bg.png);
    width: 26px;
    height: 100%;
    right: -26px;
    z-index: 0;
	
}

/*vis ident*/




/*breadcrums*/

.breadcrumbs-h1-cont{
	width: 100%;
	
}

.breadcrumbs-h1-cont tr td{
	vertical-align: middle;
}

.breadcrumbs{
	margin-bottom: 15px;
}
.breadcrumbs li a {
	text-decoration: none;
	color: #3e3e3e;
	border-bottom: 1px solid #3e3e3e;;
}

.breadcrumbs li{
	float: left;
}

.breadcrumbs li a:hover{
	border-bottom: 1px solid transparent;
}



.br-sep{
	color: #3e3e3e;
    margin: 0 7px;
}
    

/*breadcrums*/


/*main-page-text*/
.wr_foto{height:100%;width:100%;}
.wr_foto td{vertical-align:middle;text-align:center;}
#m_present{width:1121px;margin:6px auto 0 auto;border:1px solid #d0d0d0;border-bottom:none;background:#fff;position:relative;z-index:1;}
#in_present{overflow:hidden;position:relative;/*padding:0 0 35px 0;*/}
#in_pic_main{/*background:url(/images/bau/main_pic.jpg) no-repeat;*/width:312px;height:428px;position:absolute;top:10px;right:5px;z-index:2px;  padding-top: 20px;}
.more_link{margin:0 0 24px 30px;color:#ff6400;display:block;width:60px;height:15px;font-size:12px;text-decoration:none;padding:5px 5px 0 0;border-bottom:1px dashed #ff6400;position:relative;}
.rzvfst:after{content:'';width:9px;height:5px;background: url(/images/bau/arrmain2.png) no-repeat;position:absolute;right: -19px;top: 11px;}
.bfLnk:after{content:'';width:9px;height:5px;background: url(/images/bau/arrmain2.png) no-repeat;background-position:0 -5px;position:absolute;right: -19px;top: 11px;}
.more_link:hover{border-bottom:none;margin-bottom:25px;}
.main_text_shadows{width:19px;height:282px;position:absolute;top:0;background-image:url(/images/bau/shad_main.png);background-repeat:no-repeat;}
#shad_right{background-position:-19px 0;right:-19px;}
#shad_left{background-position:0 0;left:-19px;}
/*main-page-text*/



/*right menu*/
.right-menu-cont{
	width: 280px;
    position: relative;
    right: -35px;
	top: 16px;
}

.right-menu-size{
	width: 264px;
}
.right-menu-root{
	background: #4869d6;
    display: block;
    padding: 17px 30px 17px 20px;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	
}

.right-menu-align{
	width: 265px;
    margin: 0 auto;
    box-sizing: border-box;
	background: #fff;
	box-shadow: 0px 6px 8px 1px #efefef;
    
}

.right-bar-menu-first{
	
    padding: 15px 0 24px 0;
}

.right-bar-menu-first > li{
	
	position: relative;
}

.right-bar-menu-first > li .menu-open-close{
	position: absolute;
    top: 0;
    right: 20px;
    background: url(/images/neo/system/menu-open-close.png) no-repeat center;
    width: 10px;
    height: 10px;
    background-position: -18px -8px;
    bottom: 0;
    margin: auto;  
}

.right-bar-menu-first > li.act-right-bar .menu-open-close{
	background-position: 0 0;
}



.right-bar-menu-first > li > a{
	line-height: 20px;
    text-decoration: none;
    color: #000;
    display: block;
    padding: 9px 40px 9px 19px;
	position: relative;
}

.right-bar-menu-first > li > a .menu-text{
	 border-bottom: 1px solid transparent;
}




.right-bar-menu-first > li.act-right-bar > a{
	color: #4869d6;
}
   
.act-right-bar .right-bar-menu-second{
	background: #f4f4f4;
    
}

.right-bar-menu-second{
	padding: 15px 21px 17px 21px;
}


.right-bar-menu-second > li > a {
    line-height: 20px;
    text-decoration: none;
    color: #3e3e3e;
    display: inline-block;
    padding: 0 17px;
	position: relative;
	margin: 4px 0;
}


.right-bar-menu-second > li > a.child-menu-active-link:before{
	content: '';
	position: absolute;
	top:0;
	left: 4px;
	width: 3px;
	height: 100%;
	background: #4869d6;
}


.right-bar-menu-first > li:not(.act-right-bar) > a:hover .menu-text{
	border-bottom: 1px solid #000;
}

.right-bar-menu-first > li.act-right-bar > a:hover .menu-text{
	border-bottom: 1px solid #4869d6;
}

.right-bar-menu-second > li > a:hover .menu-text{
	border-bottom: 1px solid #3e3e3e;
}




/*right menu*/







/*gal in content*/

.gallery-in-cont li{
	width: 240px;
	height: 180px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 0px 1px #e8e8e8;
	cursor: pointer;
}
.dynamic-album{
	cursor: pointer;
	position: relative;
	z-index: 1;
}
/*gal in content*/


/*main menu*/

.main-menu-cont{
	margin: 1px auto 0 auto;
    height: 60px;
    background: #F10A34;
    position: relative;
    z-index: 100;
	border-bottom: 4px solid #b10524;
}
.main-menu-first{
	padding: 0;
   
}
    


.main-menu-first > li{
	    float: left;
    list-style: none;
    position: relative;
    border-right: 1px solid #b10524;
}

.main-menu-first > li:after{
	content:'';
	position: absolute;
	width: 100%;
	height: 5px;
}


.main-menu-first > li > a{
	    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    padding: 23px 26px 20px 26px;
    display: block;
   
}

.main-menu-first > li > a:hover{
	background: #b10524;
}



.main-menu-second-cont{
	    position: absolute;
    z-index: 1000;
    left: 0;
    top: 68px;
    display: none;
    background: #fff;
    box-shadow: 0 5px 10px #292929;
    -webkit-box-shadow: 0 5px 10px #292929;
    -moz-box-shadow: 0 5px 10px #292929;
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.08)
    
}


    
.main-menu-second-cont tr td{
	    width: 250px;
    padding: 37px 37px;
    text-align: left;
    vertical-align: top;
    border-right: 1px solid #efefef;
}



.main-menu-second > li > a{
	font-size: 16px;
    color: #4869d6;
    line-height: 19px;
    padding: 0;
    width: 224px;
    display: block;
    text-transform: none;
    text-decoration: none;
}

.main-menu-second > li > a span{
	border-bottom: 1px solid transparent;
}

.main-menu-second > li > a:hover span{
	border-bottom: 1px solid #4869d6;
}

.main-menu-third{
	margin: 9px 0 9px 12px;
}  

.main-menu-third > li > a{
	
    width: 186px;
    display: block;
    text-transform: none;
    color: #474747;
    font-size: 15px;
    text-decoration: none;
    padding: 0;
    background: none;
    border: none;
}

.main-menu-third > li > a span{
	border-bottom: 1px solid transparent;
}

.main-menu-third > li > a:hover span{
	border-color: #474747;
}

.main-menu-third > li{
	margin: 0 0 5px 0;
}

.main-menu-first > li > a.main-first-active{
	background: #364fa1;
	
}

.main-menu-second > li{
	float: none;
	margin: 0 0 17px 0;
    
}

    
.main-menu-second > li.main-first-last{
	border-color: transparent;
}


/*main menu*/


/*pop main goods*/

.new-bu-arend-pops-tabs {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: relative;
	height: 508px;
}
.new-bu-arend-pops-tabs:after {
	content: "";
	clear: both;
	display: block;
	height: 240px;
}
.new-bu-arend-pops-tabs .new-bu-arend-pops-tab-items {
	float: left;
}
.new-bu-arend-pops-tabs .new-bu-arend-pops-tab-items > input {
	display: none;
}
.new-bu-arend-pops-tabs .new-bu-arend-pops-tab-items > label {
	display: inline-block;
	border: 1px solid #fff;
	border-right-width: 0;
	border-bottom-width: 0;
	line-height: 30px;
	padding: 15px 25px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background:#fafafa;
	font-family: 'PTSans-Bold';
}
.new-bu-arend-pops-tabs .new-bu-arend-pops-tab-items:last-child > label {
	border-right-width: 1px;
}
.new-bu-arend-pops-tabs .tab-content {
	display: none;
    position: absolute;
    left: 0;
    border-top: 4px solid #f2f2f2;
    top: 61px;
    padding-top: 26px;
    width: 100%;
    height: 370px;
}
.new-bu-arend-pops-tabs .new-bu-arend-pops-tab-items > input:checked + label {
	background-color: #f2f2f2;
	color: #4869d6;
}
.new-bu-arend-pops-tabs .new-bu-arend-pops-tab-items > input:checked ~ .tab-content {
	display: block;
}

.new-bu-arend-pops-tabs-items-cont{
	float: right;
}

.new-bu-arend-pops-tabs .section-head-main{
	float: left;
	position: relative;
	top: 14px;
}

.main-pop-link{
	display: block;
    margin: 30px auto 19px auto;
    width: 119px;
    box-sizing: border-box;
}

/*pop main goods*/


/*simple-item*/

.simple-menu-item{
	width: 250px;
	box-shadow: inset 0 0 0 1px #e8e8e8;
	height: 66px;
	margin: 15px;
	float: left;
	position:relative;	
}

.simple-menu-item:hover{
	box-shadow: inset 0 0 0 1px #e8e8e8, 0px 3px 10px 0px #e8e8e8;
}

    

.simple-menu-item:after{
	content: '';
	width:7px;
	height: 100%;
	background: #ffd600;
	position: absolute;
	top:0;
	left:0;
}

.simple-menu-item table{
	width: 100%;
	height:100%;
}

.simple-menu-item table tr td{
	vertical-align: middle;
	padding: 0 22px 0 22px;
	line-height: 21px;
}

.simple-menu-item-link{
	text-decoration:none;
}


/*simple-item*/


/*alter item*/ 
.alter-menu-container, .simple-menu-container{
	margin-bottom: 45px;
}

.alter-item-img-link{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 1;
}
.alter-menu-item{
	width: 250px;
	float: left;
	padding: 15px;
	height: 237px;
	position: relative;
}

.alter-menu-item:hover .alter-item-link{
	color: #4869d6;
}

.alter-item-img{
	    width: 250px;
    height: 92;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 0px 1px #e5e5e5;
    margin: 0 auto;
    top: 15px;
}

.alter-item-img img{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:0 auto;
	width: 100%;
	
}

.alter-menu-item:hover{
	box-shadow: 0px 0px 13px 2px #eeeeee;
}



.alter-item-link{
	font-family: PTSans-Bold;
	color: #3e3e3e;
	text-decoration:none;
}

.alter-item-link:hover{
	color: #4869d6;
}



.alter-menu-inn{
       position: absolute;
    bottom: 17px;
    left: 0;
    width: 222px;
    box-sizing: border-box;
    right: 0;
    margin: auto;
    height: 128px;
    overflow: hidden;
}

.alter-item-descr-text{
	margin-top: 9px;
   
    line-height: 20px;
}

/*alter item*/   


/*good card item*/


.goods-common-container{
	margin-bottom: 45px;
}

.goods-item{
	width: 250px;
    float: left;
    padding: 15px;
    height: 352px;
    position: relative;
	list-style-type: none;
	margin-bottom: 30px;
}


.goods-item:hover{
	box-shadow: 0px 0px 13px 2px #eeeeee;
}



.goods-item-act-new{
	    position: absolute;
    top: 9px;
    right: 10px;
    z-index: 1;
}

.new-flag-color{
	background: #d93027;
}

.action-flag-color{
	background: #ffea00;
}

.newest-flag{
	    width: 35px;
    height: 35px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    display: block;
    margin-bottom: 10px;
    box-sizing: border-box;
    text-align: center;
    padding-top: 7px;
	font-size: 14px;
	color: #fff;
	font-family: 'PTSans-Bold';
}

.action-flag{
	    width: 35px;
    height: 35px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    display: block;
    box-sizing: border-box;
    text-align: center;
    padding-top: 7px;
	font-size: 14px;
	font-family: 'PTSans-Bold';
	
}




.img-flag-brand{
	height: 165px;
	position: relative;
	border: 1px solid #e5e5e5;
}

.big-img-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	overflow:hidden;
}

   

.goods-item-img{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

.big-img-blur img {
    width: 100%;
    height: 100%;
	-webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}
.goods-item-img img{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
    
.good-brand{
	    width: 96px;
    height: 29px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
}

.good-brand img{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:0 auto;
}

.good-name{
	font-family: 'PTSans-Bold';
	color: #4869d6;
	text-decoration:none;
	border-bottom: 1px solid transparent;
	position: relative;
	top:-4px;
	line-height: 22px;
}

.good-name:hover span{
	border-bottom: 1px solid #4869d6;
}




.good-item-sold{
	background: url(/images/neo/system/sold-item.png) no-repeat;
	width: 189px;
	height: 104px;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	z-index:1;
	
}

.good-name-descr-cont{
	padding: 15px;
	font-size: 14px;
}

.good-name-descr{
	height: 138px;
    line-height: 21px;
    overflow: hidden;
}

.parent-cat{
	color: #4869d6;
    margin-bottom: 6px;
    font-family: 'PTSans-Regular';
    position: relative;
    /* top: 4px; */
}

.goods-item-parent{
	position: absolute;
    top: -9px;
    left: -10px;
    font-size: 10px;
    color: #fff;
    font-family: 'PTSans-Bold';
    padding: 3px 5px 3px 9px;
    text-transform: uppercase;
}

.goods-item-parent:after{
	content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.goods-item-parent.new-tech{
	background: #10aa43;
}

.goods-item-parent.bu-tech{
	background: #a93cd4;
}

.goods-item-parent.arend-tech{
	background: #d59403;
}

.goods-item-parent.new-tech:after{
	border-top: 10px solid #0c6028;
    border-left: 10px solid transparent;
}

.goods-item-parent.bu-tech:after{
	border-top: 10px solid #5d1779;
    border-left: 10px solid transparent;
}

.goods-item-parent.arend-tech:after{
	border-top: 10px solid #8a6719;
    border-left: 10px solid transparent;
}

.good-price-actual{
	color: #000000;
    font-size: 16px;
    font-family: 'PTSans-Bold';
    text-align: right;
    position: absolute;
    right: 28px;
    bottom: 7px;
}


.good-price-dop{
	color: #000000;
    font-size: 16px;
    font-family: 'PTSans-Bold';
    text-align: left;
    position: absolute;
    left: 28px;
    bottom: 7px;
}
    



.good-name-descr.bu-tech-d{
	height: 105px;
}

.good-name-descr.new-tech-d{
	height: 133px;
	line-height: 22px;
}

.good-name-descr.arend-tech{
	height: 105px;
}



.rouble {
    display: inline;
    position: relative;
    margin-left: 5px;
}

.rouble:before {
    content: '';
    position: absolute;
    top: 14px;
    left: 1px;
    background: #000;
    width: 6px;
    height: 1px;
}

.good-price-actual .rouble:before{
	background: #4869d6;
	top:15px;
	height: 2px;
}

.price-format{
	font-size:12px;
	color: #777777;
	font-family: 'PTSans-Regular';
}

.good-name-cont{
	max-height: 70px;
    overflow: hidden;
	margin-bottom: 4px;
}

.show-more-goods-cont{
	width: 160px;
    height: 35px;
    margin: 30px auto 0 auto;
    position: relative;
}

    
/*good card item*/




/*good-list with pagination*/

.m_cat_pagination{border-top:1px solid #ececec;margin:0 15px;padding:5px 15px 5px 15px;color:#000;clear:both;}
#pagin_top{padding:20px 15px 5px 15px;border:none;border-bottom:1px solid #ececec;}
#pagin_bot{padding:5px 15px 10px 15px;}
.wr_pagination{float:right;position:relative;right:-11px;}
.pag_tx{float:left;margin-right:5px;}
.m_cat_pagination span{font-size:11px;}
.m_cat_pagination input{border:1px solid #828282;margin:0 25px 0 0;}
.m_cat_pagination a{margin:0 1px;padding:6px 10px;color:#000;text-decoration:none;}
.m_cat_pagination a:hover, .m_cat_pagination #pag_act{background:#ffcd05;}
#prew_arr, #next_arr{background:none;}

#m_catalog_part{/*border-top:1px solid #ececec;*/margin:0 20px;padding:30px 0 10px 0;}
.inn_catalog_block{width:246px;height:295px;border:1px solid #ececec;position:relative;background:#fff;z-index:1;float:left;margin:0 13px 20px 5px;}
.inn_catalog_block:hover{border: 1px solid #b4b4b4;
-webkit-box-shadow: 0px 0px 10px -3px #000;
-moz-box-shadow: 0px 0px 10px -3px #000;
box-shadow: 0px 0px 10px -3px #000;}
.catalog_img{width:227px;height:167px;overflow:hidden;margin:10px auto;text-align:center;}
.catalog_img a{line-height:0;}
.catalog_img img{height:167px;}
.cat_bl_shd_r{width:40px;height:216px;background:url(/images/bau/main_shd.png) no-repeat 0 0;position:absolute;bottom:-15px;right:-17px;z-index:-2;}
.cat_bl_shd_l{width:40px;height:216px;background:url(/images/bau/main_shd.png) no-repeat 0 0;position:absolute;bottom:-15px;left:-17px;z-index:-2;}
.white_fon{background:#fff;width: 246px;height: 285px;}
.catalog_txt{width:227px;margin:0 auto;padding:0 0 25px 0;color:#010101;}
.catalog_txt p{margin:0 0 3px 0;}
.catalog_txt .cat_link_st{cursor:pointer;}
.catalog_txt .cat_link_st:hover, .catalog_txt .cat_link_st:hover a{color:#fa7d2d;}
.catalog_txt a{font-size:18px;color:#010101;text-decoration:none;}
.catalog_txt b{font-size:12px;display:block;}
#und_line_catalog{background: url(/images/bau/r_menu_f.png);height:10px;margin:25px 20px 65px 20px;}
#ug_yell{position:absolute;top:10px;right:10px;}
#cat_zagl_bot{border-bottom:1px solid #dddddd;margin:0 10px;padding:10px 15px;}
#cat_zagl_bot h3{color:#828383;font-size:24px;}

.inn_catalog_block .cat_obj_price{position:absolute;top:20px;left:0px;background:#ffcd05;font-size:14px;font-weight:bold;color:#000;padding:3px 8px;}
.inn_catalog_block .cat_obj_sold{position:absolute;top:50px;left:0px;text-transform:uppercase;background:#fa7d2d;font-size:14px;font-weight:bold;color:#000;padding:3px 8px;}
.pop_block .cat_obj_price{position:absolute;top:20px;left:0px;background:#ffcd05;font-size:14px;font-weight:bold;color:#000;padding:3px 8px;z-index: 2;}
.pop_block .cat_obj_sold{position:absolute;top:50px;left:0px;text-transform:uppercase;background:#fa7d2d;font-size:14px;font-weight:bold;color:#000;padding:3px 8px;z-index: 2;}

/*good-list with pagination*/




       
/*---------------------CONTENT-------------------------------------------*/
/*
.gr_line{width:100%;height:25px;position:absolute;bottom:0;left:0;background:url(/images/bau/grprint.png) repeat-x;padding:0;}
.main_page{width:739px;padding:10px 10px 0 30px;margin:0 0 10px 0;overflow:hidden;position:relative;}
.main_page h2, .content h2{color:#404040;font-size:35px;line-height:0.8;margin:23px 0 0 0;}
.main_page h3, .content h3{color:#828383;font-size:24px;line-height:0.9;padding:30px 0 0px 0;}
.content h4{color:#3d3d3d;font-size:18px;}
.content h5{color:#343434;font-weight:bold;font-size:12px;}
.content #tovar_title{background:#292929;display:inline;line-height: 1.2;font-size:30px;color:#fff;margin:0;padding:0 20px;}
.content ul{padding:12px 0 0 0;}
.content ul li{background: url(/images/bau/men_mark.png) no-repeat 0 8px;padding: 3px 0 3px 10px;margin:0 0 0 17px;}
.inner_pages{padding:15px 20px 15px 30px;}
.tovar_pages{padding:15px 15px 15px 30px;}
.content{color:#474747;font-size:12px;line-height:16px;}
.content p{margin:15px 0 0 0;}
.content a{color:#FA7D2D;}
.content a:hover{color:#5e5e5e;}
.content #bt1{width:100%;margin:10px 0;}
.content #bt1 tr{border-bottom:1px solid #cadae8}
.content #bt1 .col_line{background:url(/images/bau/tb_line.png);}
.content #bt1 tr td{padding:5px;}
.content #bt1 .bt1_zag{background:#000;border-bottom:none;}
.content #bt1 .bt1_zag td{font-weight:bold;color:#fff;padding:5px;}
*/


.content h2:first-child, .content h3:first-child, .content h4:first-child {
    margin-top: 0;
    padding-top: 0;
}

.content .dynamic-album + h2, .content .dynamic-album + h3, .content .dynamic-album + h4 {
    margin-top: 0;
    padding-top: 0;
}

.content .quote + h2, .content .quote + h3, .content .quote + h4 {
    margin-top: 0;
    padding-top: 0;
}

.default-content-block, .top-content-block, .bot-content-block{
	margin-bottom: 45px;
}



.align-content {
    width: 838px;
    margin: 0 auto;
}

.content{
	font-size: 14px;
    line-height: 24px;
}

.content h2{
	font-size: 26px;
    margin-bottom: 28px;
    margin-top: 30px;
	line-height: 34px;
}
.content h3 {
        font-size: 24px;
    margin-bottom: 27px;
    margin-top: 22px;
}

.content h4 {
        font-size: 20px;
    margin-bottom: 24px;
    margin-top: 22px;
	font-family: 'PTSans-Bold';
}

.content h5 {
        font-size: 18px;
    margin-bottom: 21px;
    margin-top: 15px;
	font-family: 'PTSans-Bold';
}

.content b, .content strong{
	font-family: 'PTSans-Bold';
}


.content > ol{
    margin-top: 4px;
    margin-bottom: 30px;
    margin-left: 4px;
	list-style-type: none;
	counter-reset: item;
	
}

.content > ol > li{
	list-style: none;
    padding-left: 36px;
    line-height: 25px;
	position:relative;
	text-indent: -7px;
	margin-bottom: 14px;
}

.content > ol > li:before{
	content: counter(item) '. ';
    counter-increment: item;
    display: inline-block;
    position: relative;
    top: 0;
    left: -9px;
  
}

	


.content > ol >li > ul{
       margin-top: 12px;
    margin-bottom: 8px;
    margin-left: 32px;
}

.content > ol > li > ul >li{
    margin-bottom: 7px;
	list-style-type: none;
	position:relative;
	text-indent: -10px;
}

.content > ol > li > ul >li:before{
	content: '';
    position: relative;
    top: -2px;
    left: -7px;
    width: 6px;
    height: 6px;
    background: #fcba1f;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
}



.content > ul{
    margin-top: 0;
    margin-bottom: 30px;
    margin-left: 0;
}

.content > ul > li{

    margin-bottom: 11px;
    background: url(/images/tds/system/cont-list-mark.png) 4px 5px no-repeat;
    padding-left: 26px;
    line-height: 27px;

}

.content > ul > li:before{
	 content: '';
    position: relative;
    top: -2px;
    left: -7px;
    width: 6px;
    height: 6px;
    background: #fcba1f;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
}
   

.content > ul >li > ul{
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 30px;
}

.content > ul > li > ul >li{

    margin-bottom: 4px;
    list-style-image: url(/images/tds/system/cont-list-mark.png);
    list-style-position: inside;
}


.content p {
    padding-bottom: 17px;
}

.content a{
	color: #4869d6;
	text-decoration: none;
	border-bottom: 1px solid #4869d6;
}

.content a:hover{
	border-bottom: 1px solid transparent;
}

.content .quote{
	background: #fff url(/images/neo/system/content-quote.png) no-repeat;
    box-shadow: 0px 0px 7px 2px #f5f5f5;
    padding: 33px 97px 34px 80px;
    margin-top: 17px;
    margin-bottom: 38px;
    background-position: 16px 49px;
	font-style: italic;
	
}

	   
/*---------------------CONTENT-------------------------------------------*/


/*gal-after-cont*/
.gal-after-cont-big{position:relative;}

.gal-after-cont-big.gal-after-cont-big-n-m{
	width: 954px;
    margin: 0 auto;
	margin-bottom: 45px;
}


.gal-after-cont-big.gal-after-cont-big-y-m{
	width: 838px;
    margin: 0 auto;
	margin-bottom: 45px;
}

.gal-after-cont-big-list-item{
	text-align: center;
}

.gal-after-cont-big-list-item > img{
	    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    right: 0;
    bottom: 0;
    margin: auto;
}

.gal-after-cont-big-list-item-blur{
	position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.gal-after-cont-big-list-item-blur img{
	width: 100%;
    height: 100%;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
	position:absolute;
	top:0;
	left:0;
}



    

	


.gal-after-cont-big .bx-prev{
	position: absolute;
    width: 37px;
    height: 37px;
    background: #fff;
    top: 0;
    left: -12px;
    bottom: 0;
    margin: auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.08);

}

.gal-after-cont-big .bx-prev:after{
	content: '';
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	width: 11px;
    height: 16px;
	background: url(/images/neo/system/slider-after-cont-prev-next.png) no-repeat;
	background-position: 0 0;
}

.gal-after-cont-big .bx-prev:hover:after{
	background-position: 0 -20px;
}


.gal-after-cont-big .bx-next{
	position: absolute;
    width: 37px;
    height: 37px;
    background: #fff;
    top: 0;
    right: -12px;
    bottom: 0;
    margin: auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.08);
}

.gal-after-cont-big .bx-next:after{
	content: '';
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	width: 11px;
    height: 16px;
	background: url(/images/neo/system/slider-after-cont-prev-next.png) no-repeat;
	background-position: -17px 0;
}

.gal-after-cont-big .bx-next:hover:after{
	background-position: -17px -20px;
}

.gal-after-cont-big.gal-after-cont-big-y-m .slider-descr{
    font-size: 15px;
    height: 90px;

    box-sizing: border-box;
    line-height: 24px;
	margin-top: 20px;
	overflow:hidden;
	
}

.gal-after-cont-big.gal-after-cont-big-n-m .slider-descr{
    font-size: 15px;
    height: 90px;
   
    box-sizing: border-box;
    line-height: 24px;
	margin-top: 20px;
	overflow:hidden;
}

/*gal-after-cont*/


/*many-photogal*/

.many-photogal-container{
	margin-bottom: 45px;
}
.many-photogal li{
	width: 250px;
    float: left;
    padding: 15px;
    height: 140px;
    position: relative;
    list-style-type: none;
	
}

.many-photo-gal-img{
	height: 140px;
	position: relative;
	box-shadow: 0px 0px 0px 1px #e8e8e8;
	transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	
}

.many-photogal li:hover .many-photo-gal-img{
	
	
	transform: scale(1.125);
}



.many-photogal-blur-img{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.many-photogal-blur-img img{
	width: 100%;
    height: 100%;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.many-photo-gal-img a{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

.many-photo-gal-img a img{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
    
.many-photo-gal-h{
	width: 27px;
	height: 27px;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: url(/images/neo/system/many-photogal-h.png) no-repeat;
	margin: auto;
	z-index: 10;
	opacity:0;
	width: 100%;
    height: 100%;
    background-position: center;
	cursor:pointer;
	transition: 0.5s;
}

.many-photogal li:hover .many-photo-gal-h{
	opacity:1;
	background: rgba(72, 105, 214, 0.40) url(/images/neo/system/many-photogal-h.png) no-repeat;
	background-position: center;
}


    
.show-more-img{
	width: 160px;
    height: 35px;
    margin: 15px auto 0 auto;
	position:relative;
}   


.wait-for-load{
	width: 160px;
	height:20px;
	background: url(/images/neo/system/loading.gif) no-repeat;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin: auto;
	display: none;
}

.show-more-text{
	width: 137px;
    height: 35px;
    background: #4869d6;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    font-size: 15px;
	padding-top: 7px;
	cursor:pointer;
}

.show-more-text:hover{
	background: #364fa1;
}    

    
	

/*many-photogal*/










/*contact*/
.contacts_n{height:85px;margin-top:14px;}
.contacts_n p{position:relative;top:-14px;left:10px;font-size:14px;margin-bottom:8px !imporatnt;}
.contact_wr{float:left;margin:0;padding:0;background:url("/images/bau/yell_wr.jpg") no-repeat 0px 22px;}
.cont_c{float:left;padding-left:20px;position:relative;top:-10px;line-height:22px;}
/*contact*/


/*footer*/
/*
.foot_place{width:100%;bottom:0;left:0;border-top:2px groove #fff;}
#foot_fon_table{background:#000;width:100%;}
.footer{margin:0 auto;width:1061px;padding:15px 30px;min-height:100px;position:relative;color:#747474;color:#a1a1a1;}
#bot_podp{color:#fff;margin:0 0 10px 0;}
#m_bot_menu{position:absolute;top:15px;right:-40px;width:710px;height:110px;}
#m_bot_menu  table{margin-top:9px;}
#m_bot_menu  table tr td{padding:0 10px;}
#m_bot_menu  table tr td a{text-decoration:none;display:block;color:#fff;text-transform:uppercase;font-size:13px;}
#m_bot_menu  table tr td a:hover{text-decoration:underline;}
#m_bot_menu  table tr td .sub_bot_menu{padding:0;margin:10px 0 0 0;}
#m_bot_menu  table tr td .sub_bot_menu li{margin:4px 0;}
#m_bot_menu  table tr td .sub_bot_menu li a{text-decoration:none;text-transform:none;color:#a1a1a1;font-size:12px;font-family:Arial;}
#m_bot_menu  table tr td .sub_bot_menu li a:hover{color:#fff;}

#production_bot{width:100%;padding:10px 0;height:20px;border-top:1px solid #444444;text-align:left;position:absolute;bottom:29px;right:0;}
#production_bot a{margin:2px;display:block;float:left;height:37px;width:80px;border:1px solid #5e5e5e;}
#production_bot a:first-child{margin-left:0;}
#production_bot a img{display:block;}
.haulotte1{background:url("/images/bau/haulotte_logo1.png") -5px -5px;}
.haulotte1:hover{background:url("/images/bau/haulotte_logo1.png") -5px -46px;}
.jlg1{background:url("/images/bau/jlg_logo1.png") 9px -7px;}
.jlg1:hover{background:url("/images/bau/jlg_logo1.png") 9px -47px;}
.manitu1{background:url("/images/bau/manitu_logo1.png") -7px -4px;}
.manitu1:hover{background:url("/images/bau/manitu_logo1.png") -7px -44px;}
.genie1{background:url("/images/bau/genie_logo1.png") 0px -8px;}
.genie1:hover{background:url("/images/bau/genie_logo1.png") 0px -48px;}
.maeda1{background:url("/images/bau/maeda_logo1.png") -6px -6px;}
.maeda1:hover{background:url("/images/bau/maeda_logo1.png") -6px -46px;}
.lh1{background:url("/images/bau/LH_logo1.png") 14px -4px;}
.lh1:hover{background:url("/images/bau/LH_logo1.png") 14px -45px;}
.teupen1{background:url("/images/bau/teupen_logo1.png") -2px -6px;}
.teupen1:hover{background:url("/images/bau/teupen_logo1.png") -2px -47px;}
.easy1{background:url("/images/bau/easy_logo1.png") 0px -2px;}
.easy1:hover{background:url("/images/bau/easy_logo1.png") 0px 37px;}

*/




/*footer*/

footer{
	border-top: 5px solid #364fa1;
	height: 232px;
	background: #f1f1f1;
}

.footer-container{
	width: 1220px;
	margin: 0 auto;
	position:relative;
}

.footer-logo{
	position: absolute;
	top:40px;
	left:0;
}
.footer-slogan{
	position: absolute;
    top: 82px;
    left: 0;
}

.footer-menu-cont{
	position: absolute;
    top: 35px;
    left: 316px;
    width: 555px;
}

.footer-cat-name{
	font-family: 'PTSans-Bold';
	text-transform: uppercase;
	text-decoration: none;
	color:#000;
}

.footer-cat-name:hover{
	color: #4869d6;
}



.footer-menu-item{
	    float: left;
    width: 220px;
    margin-right: 44px;
}

.footer-menu-list{
	margin-top: 20px;
}

.footer-menu-list li a{
	font-size: 15px;
	text-decoration: none;
	color:#000;
	border-bottom: 1px solid transparent;
}

.footer-menu-list li a:hover{
	border-color: #000;
}

.footer-menu-list li{
	margin-bottom: 3px;
}

.footer-tel{
	font-size: 29px;
}

.footer-order-call{
	color: #4869d6;
    border-bottom: 1px dashed #4869d6;
    margin-right: 15px;
    cursor: pointer;
}
.footer-order-call:hover{
	border-color: transparent;
}
.footer-mail{
	color: #2f2f2f;
    text-decoration: none;
}

.footer-contacts{
	position: absolute;
    top: 35px;
    right: 32px;
}

.footer-contacts-h{
	font-family: 'PTSans-Bold';
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
	margin-bottom: 20px;
}

.footer-adress{
	margin-top: 17px;
    line-height: 24px;
}
 
/*popup-form*/

#inn_send_table{width:680px;margin:2px 0 55px 0;}
#inn_send_table label{display: block;float: left;margin: 0 15px 0 0;padding: 10px 0 5px 0;}
#inn_send_table .shrt_lab input{width: 303px;}
#inn_send_table .lng_lab input{width: 620px;}
#inn_send_table input, #inn_send_table textarea{border:1px solid #c3c3c3;padding: 10px 0 10px 10px;box-sizing: border-box;}
#inn_send_table label p{margin: 8px 0 5px 0;padding:0;font-size:16px;}
#inn_send_table .text_area_lab textarea{width: 620px;}
#inn_send_table table{width:645px;clear:both;}

#inn_send_table sup, #tovar_info_part sup{padding:2px;}
#inn_send_table #send_but{margin:0;/*background:url(/images/bau/send_b.png) no-repeat;*/border:none;color:#fff;/*font-size:18px;width:105px;height:28px;*/cursor:pointer;margin:22px 8px 0 0;}
.captcha{float:left;margin:0;width:165px;}
#inn_send_table tr #but_td{text-align:right;padding:0 10px 0 0;}
.captcha>img{border: 1px solid #999;float:left;}
.captcha input{width:155px;border:1px solid #c3c3c3;padding:3px;}
#inn_send_table .captcha p{font-size:10px;margin:0;padding:3px 0 0 0;clear:both;}
#map_link{color:#fa7d2d;font-size:14px;background:url(/images/bau/arr_link.png) no-repeat center right;padding:0 20px 0 0;text-decoration:none;}
#captcha_reset{float:left;position:relative;top:8px;margin:0 2px 0 11px;cursor:pointer;}
#captcha_reset img{border:none;outline:none;}

#overlay_form{display:none;background:url("/images/bau/overlay_bg.png") repeat;position:fixed;top:0px;right:0px;bottom:0px;left:0px;z-index:9000;}
#box_form{display:none;position:fixed;z-index:9001;width:600px;padding:30px;}
.close_form{height: 23px;float: right; margin: 0 -5px 8px 0;background: url(/images/bau/zakr_forma.png) no-repeat #ececec;background-position: 12px 50%;font-size: 14px;color: #000;text-align: center;padding-top: 7px;padding: 8px 11px 3px 31px;cursor: pointer;position: absolute;top: 30px;right: 38px;}
.close_form:hover{background-color:#f1f1f1;}
.b-form-cont{float:left;margin:0 5px 0 5px;width:560px;background:#fff;padding: 20px 32px 0px;}
.b-form-cont iframe{border:none;border:0;}
.placeholder{position:absolute;top:36px;left:13px;color:#c9c9c9;font-size:14px;font-style:italic;}
.form_name_zayv{font-size:17px;margin-bottom:10px;width:500px;}
#def_form_fr{padding-top:20px;border-top:1px solid #e5e5e5;width:530px;}
#def_form_fr label{float:left;padding:0 0 10px 0;}
#def_form_fr label input{border:1px solid #c3c3c3;background:none;padding:5px;color:#7e7e7e;}
#def_form_fr label p{color:#7e7e7e;font-family:Arial;font-size:12px;padding:0;}
#def_form_fr label p sup{color:red;}
#def_form_fr .lng{clear:both;width:100%;}
#def_form_fr .lng input{width:530px;}
#def_form_fr .lng textarea{width:624px;border:1px solid #c3c3c3;background:none;color:#7e7e7e;padding:5px;}
#def_form_fr .shrt{width:325px;}
#def_form_fr .shrt input{width:299px;}
#cap_but{width:636px;height:50px;clear:both;position:relative;margin-bottom:20px;}
#cap_block{position:absolute;top:0;left:0;}
#cap_but #send_but{border:none;width:98px;height:29px;padding-top:1px;color: #fff;font-size:14px;font-family:Arial;text-align:Center;cursor:pointer;position:absolute;top:0;right:0px;}
#form_descr{padding:15px 0;}
#form_descr p{color:#818181;font-size:12px;}
#inn_send_table input#send_but{border:none;/*width:98px;height:29px;padding-top:1px;*/color: #fff;font-size:15px;font-family:Arial;text-align:Center;cursor:pointer;float:right;margin-top:20px;background: #4c4c4c;
    background: -moz-linear-gradient(top, #4c4c4c 0%, #494949 38%, #111111 60%, #1c1c1c 91%, #131313 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(38%,#494949), color-stop(60%,#111111), color-stop(91%,#1c1c1c), color-stop(100%,#131313));
    background: -webkit-linear-gradient(top, #4c4c4c 0%,#494949 38%,#111111 60%,#1c1c1c 91%,#131313 100%);
    background: -o-linear-gradient(top, #4c4c4c 0%,#494949 38%,#111111 60%,#1c1c1c 91%,#131313 100%);
    background: -ms-linear-gradient(top, #4c4c4c 0%,#494949 38%,#111111 60%,#1c1c1c 91%,#131313 100%);
    background: linear-gradient(to bottom, #4c4c4c 0%,#494949 38%,#111111 60%,#1c1c1c 91%,#131313 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 );padding: 10px 40px 10px 40px;
    font-size: 15px;}
#inn_send_table input#send_but:hover{
	background: #4c4c4c;
    background: -moz-linear-gradient(top, #4c4c4c 0%, #494949 11%, #111111 60%, #1c1c1c 91%, #131313 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(11%,#494949), color-stop(60%,#111111), color-stop(91%,#1c1c1c), color-stop(100%,#131313));
    background: -webkit-linear-gradient(top, #4c4c4c 0%,#494949 11%,#111111 60%,#1c1c1c 91%,#131313 100%);
    background: -o-linear-gradient(top, #4c4c4c 0%,#494949 11%,#111111 60%,#1c1c1c 91%,#131313 100%);
    background: -ms-linear-gradient(top, #4c4c4c 0%,#494949 11%,#111111 60%,#1c1c1c 91%,#131313 100%);
    background: linear-gradient(to bottom, #4c4c4c 0%,#494949 11%,#111111 60%,#1c1c1c 91%,#131313 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 );	
	}
.clear{height:0;clear:both;}
.otprv_frm{font-size:18px;border-bottom:1px solid #a7a7a7;margin: 12px 0 9px 0;padding-bottom: 25px;}
#main_pop_tit_div.bezprdk{padding:0 0 8px 0;}




.pop-up-window-preloader{
	width: 160px;
    height: 20px;
    background: url(/images/neo/system/loading.gif) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
}

.pop-up-window{
	    display: none;
    position: fixed;
    z-index: 9001;
    width: 600px;
    padding: 30px;
	    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	height: max-content;
}

.pop-up-close{
	height: 14px;
    background: url(/images/neo/system/close-popup.png) no-repeat;
    width: 14px;
    position: absolute;
    top: 52px;
    right: 52px;
    cursor: pointer;
}

.pop-up-close:hover{
	background-position: 0 -21px;
}

.popup-form-head{
	font-size: 24px;
	margin-bottom: 30px;
}

.popup-form-head div{
	font-size: 14px;
    padding-top: 5px;
}
    
.overlay{
	display: none;
    background: url(/images/bau/overlay_bg.png) repeat;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 9000;
}

.pop-up-window-cont{
    background: #f0f0f0;
    box-sizing: border-box;
    padding: 30px 37px;
    height: 100%;
}

.pop-up-window-cont .enter-field, .pop-up-window-cont .enter-field-textarea{
	box-shadow: inset 0px 0px 0px 1px #bababa;
	margin-bottom: 19px;
	width: 100%;
}

.order-call-submit{
	    border: none;
    outline: none;
    display: block;
    margin: 11px auto;
	padding-top: 9px;
}

.form-inn-cont{
	width: 279px;
    margin: 0 auto;
}

.buy-lizing-submit{
    border: none;
    outline: none;
    display: block;
    margin: 11px auto;
    padding-top: 9px;
}


.find-the-price-submit{
	border: none;
    outline: none;
    display: block;
    margin: 11px auto;
    padding-top: 9px;
} 

/*popup-form*/


/*single-good*/
.single-good-container .for-good-slider {
    width: 530px;
    margin: 0 auto 21px auto;
    border: 1px solid #e8e8e8;
    cursor: pointer;
    height: 298px;
}

.single-good-pager {
    margin-top: 30px;
	width: 106%;
}

.single-good-pager .single-good-pager-root {
    display: block;
    float: left;
    width: 78px;
    height: 78px;
    position: relative;
    margin-right: 13px;
    margin-bottom: 13px;
    box-shadow: 0px 0px 0px 1px #efefef;
	
}

.single-good-pager .single-good-pager-root img{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin: auto;
}
.single-good-container .single-good-img {
    width: 532px;
    float: left;
    position: relative;
	margin-right: 50px;
}


.sg-new-right{
	box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
    width: 527px;
    height: 395px;
    float: right;
    box-sizing: border-box;
	position: relative;
}

.sg-new-price{
	padding: 27px 35px 27px 35px;
	position: relative;
}



.for-good-slider{
	width: 527px;
	height: 395px;
	float: left;
	/*box-shadow: 0px 0px 0px 1px #e8e8e8;*/
	box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
	position: relative;
}

.for-good-slider .lSPager {
	margin-top: 13px!important;
}

.lSPagerw{
	overflow: hidden;
    width: 458px;
    margin: 0 auto;
}

    
.sgc-controls{
	position: absolute;
    height: 1px;
    bottom: 50px;
    left: 15px;
    width: 495px;
}
    

.sgc-p{
	position: absolute;
    top: 17px;
    left: -18px;
    background: url(/images/neo/system/object-gal-pager.png) no-repeat;
    width: 5px;
    height: 10px;
    background-position: 0 0;
    left: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}

.sgc-p:hover{
	background-position: 0 -14px;
}

.sgc-n{
	position: absolute;
    top: 17px;
    right: 0;
    background: url(/images/neo/system/object-gal-pager.png) no-repeat;
    width: 5px;
    height: 10px;
    background-position: -13px 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}

.sgc-n:hover{
	background-position: -13px -14px;
}

    

    

.single-good-slider  li img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.sg-new-right-h{
	font-family: 'PTSans-Bold';
	font-size: 20px;
	margin-bottom: 0px;
}

.sg-new-right-nds{
	font-size: 12px;
	margin-bottom: 6px;
	color: #777777;
}


.sg-new-get-propose{
	margin-right: 8px;
	
}
.sg-new-get-propose-l{
	padding: 3px 10px 4px 10px;
	float: right;
	font-size: 14px;
}

.sg-new-get-propose-p{
	padding: 7px 15px 8px 15px;
}

.sg-new-price-text{
	position: absolute;
    line-height: 20px;
    font-size: 14px;
    height: 150px;
    overflow: hidden;
    top: 28px;
    right: 25px;
    width: 285px;
}

.sg-new-price-bl {
	height: 60px;
	display: table-cell;
    vertical-align: middle;
}

.sg-new-price-bl-podp {
	font-size: 12px;
	color: #777777;
}



.sg-new-right-box-prop{
	border-top: 1px solid #e8e8e8;
    padding: 22px 25px 36px 35px;
	position: relative;
} 

.sg-new-right-box-prop b, .sg-new-right-box-prop strong {
	font-family: 'PTSans-Bold';
}


.sg-new-right-box-prop-tb {
	overflow: hidden; max-height: 128px; 
}
	
.sg-new-right-box-prop-more {
	position: absolute;
    top: -43px;
    left: 44px;
    /*background-color: #fff;*/
    height: 32px;
    width: 400px;
    padding-top: 10px;
}
	

.sg-new-right-box-prop-more a{
	color: #4869d6;
	text-decoration: none;
	border-bottom: 1px dashed #4869d6;
}

.sg-new-right-box-prop-more a:hover{
	border-bottom: 1px solid transparent;
}



.sg-new-right-box-prop table{ 
	width: 100%;
}

.sg-new-right-box-prop table tr td {
	padding: 0px 0px 8px 0;
}

.sg-new-right-krug {
	width: 3px; 
	height: 3px;
	background: #b1afaf;
	border-radius: 50%;
}

.sg-new-right-box-prop table tr td:first-child { 
	width: 10px;
	padding-top: 7px;
}
.sg-new-right-box-prop table tr td:last-child { 
	padding-left: 17px;
}

.sg-new-right-add-i{
	border-top: 1px solid #e8e8e8;
    padding: 14px 16px 0px 69px;
	position: relative;
}   
.sg-new-right-add-i > ul {
	float:left; width: 321px; padding-top: 3px;
}

.sg-new-right-add-i > ul > li{
	position: relative;
    display: inline-block;
    margin: 0 64px 0 0px;
    font-size: 14px;
	color: #5a5a5a;
	border-bottom: 1px dashed #5a5a5a;
	cursor: pointer;
	
}

.sg-new-right-add-i > ul > li:last-child {
	 margin: 0 5px 0 0px;
}

.sg-new-right-add-i > ul > li:hover{
	border-color: transparent;
}

.sg-new-right-add-i > ul > li:hover .tooltip-cont{
	display: block;
	animation: fadeIn 1s;
}

.sg-new-right-add-i > ul > li > img{
	position: absolute;
    top: 0;
    left: -33px;
    bottom: 0;
    margin: auto;
}

.sg-new-chars-descr-fixed{
	margin-top: 35px;
	margin-bottom: 30px;
}

.sg-new-chars-descr{
	box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
    width: 840px;
    float: left;
    box-sizing: border-box;
    padding: 0 30px 30px 30px;
}

.sg-fixed{
	
	float: right;
	opacity: 0;
	width: 220px;
	transition: 0.3s;
}



.sg-fixed-c{
	padding: 30px 15px 30px 30px;
	background: #fff;
	box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
}

.sg-chars tr td{
	vertical-align: top;
    padding: 4px 0;
    font-size: 15px;
}

.sg-chars td:nth-of-type(1) span {
    display: block;
    float: left;
    padding-right: 10px;
    line-height: 20px;
}

.sg-chars td:nth-of-type(1) hr {
    border: none;
    border-bottom: 1px dashed #000;
    margin: 16px 3px 0 0;
}

.sg-chars td:nth-of-type(2) span {
    display: block;
    float: right;
    padding-left: 10px;
    line-height: 20px;
	text-align: right;
}

.sg-chars td:nth-of-type(2) hr {
    border: none;
    border-bottom: 1px dashed #000;
    margin: 16px 7px 0 -3px;
	    
}

.sg-chars{
	width: 100%;
}
.sg-fixed-h{
	font-size: 18px;
	color: #4869d6;
	font-family: 'PTSans-Bold';
	margin-bottom: 17px;
}

.sg-fixed-img{
	width: 158px;
    height: 91px;
    position: relative;
    box-shadow: 0px 0px 0px 1px #e8e8e8;
    margin-bottom: 12px;
}

.sg-fixed-img img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.sg-fixed-name{
	font-size: 15px;
	color: #5a5a5a;
	line-height: 19px;
	margin-bottom: 20px;
}



/*single-good*/



/*load docs */

.load-docs-item{
	height: 111px;
    padding: 15px 15px 30px 15px;
    box-sizing: content-box;
}

.load-docs-item table{
	width: 100%;
	height: 100%;
	border: 1px solid #e8e8e8;
}
.doc-name{
	color: #4869d6;
	font-size: 18px;
	text-decoration: none;
	
}

.doc-data{
	color: #979797;
	font-size: 15px;
	
	margin-top: 4px;
}

.doc-name-data {
    float: left;
}
.doc-ico {
    float: left;
    margin: 12px 22px 10px 29px;
}

.load-docs-item table tr td {
    vertical-align: middle;
}

.doc-get-link {
    float: right;
    display: block;
    margin: 6px 30px 0 0;
}

/*load docs */

/*similar goods*/

.sg-similar{
	margin-bottom: 50px;
}

/*similar goods*/





/*order-equipment*/
.form_order_head{margin: 13px 0 5px 0;}
.order_head_tx{color:#000;font-size:18px;}
.order_head_n{font-size:24px;color:#fa7d2d;margin: 7px 0 24px 0;}
.order_head_n div{font-size:14px;margin-top:2px;color:#a2a2a2;font-style:italic;display:inline-block;margin-left: 6px;}
#send_table_order{/*width:500px;*/}
#send_table_order label{display: block;float: left;margin: 0 15px 0 0;padding: 14px 0 5px 0;}
#send_table_order .lng_lab input{width:533px;}
#send_table_order input{border:1px solid #a1a1a1;}
#send_table_order input[type="text"]{padding:4px;padding: 10px 0 10px 10px;}
#send_table_order label p{margin:0 0 5px 0;padding:0;font-size:16px;}
#send_table_order sup{padding:2px;font-size:16px;}
#send_table_order .captcha{float:left;margin-right:10px;}
#inn_send_table tr #but_td{text-align:right;padding:0 10px 0 0;}
.wr_captcha{margin-top:21px;float:right;}
.obyz_text{float:left;font-size:12px;color:#6a6a6a;margin-top: 38px;}
.captcha>img{border: 1px solid #999;float:left;}
.captcha input{width:60px;border:1px solid #c3c3c3;padding:3px;}
.wr_captcha p{font-size:12px;margin:0;padding:3px 0 0 0;clear:both;}
.wr_captcha input{width:155px !important;}
.clear{height:0;clear:both;}
input{outline:none;}
.wr_captcha td{vertical-align:top;}
.subm_button{background: #4c4c4c; /* Old browsers */
background: -moz-linear-gradient(top, #4c4c4c 0%, #494949 38%, #111111 60%, #1c1c1c 91%, #131313 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(38%,#494949), color-stop(60%,#111111), color-stop(91%,#1c1c1c), color-stop(100%,#131313)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #4c4c4c 0%,#494949 38%,#111111 60%,#1c1c1c 91%,#131313 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #4c4c4c 0%,#494949 38%,#111111 60%,#1c1c1c 91%,#131313 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #4c4c4c 0%,#494949 38%,#111111 60%,#1c1c1c 91%,#131313 100%); /* IE10+ */
background: linear-gradient(to bottom, #4c4c4c 0%,#494949 38%,#111111 60%,#1c1c1c 91%,#131313 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
color:#fff;cursor:pointer;padding:10px;font-size:15px;position:absolute;right:7px;
}
.subm_button:hover{background: #4c4c4c; /* Old browsers */
background: -moz-linear-gradient(top, #4c4c4c 0%, #494949 11%, #111111 60%, #1c1c1c 91%, #131313 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(11%,#494949), color-stop(60%,#111111), color-stop(91%,#1c1c1c), color-stop(100%,#131313)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #4c4c4c 0%,#494949 11%,#111111 60%,#1c1c1c 91%,#131313 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #4c4c4c 0%,#494949 11%,#111111 60%,#1c1c1c 91%,#131313 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #4c4c4c 0%,#494949 11%,#111111 60%,#1c1c1c 91%,#131313 100%); /* IE10+ */
background: linear-gradient(to bottom, #4c4c4c 0%,#494949 11%,#111111 60%,#1c1c1c 91%,#131313 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */}
#captcha_reset{float:left;position:relative;top:8px;margin:0 2px 0 10px;cursor:pointer;}
#captcha_reset img{border:none;outline:none;}
#send_table_order label.mailinp{margin: 5px 0 0 0;float: right;}
#send_table_order label.mailinp input, #send_table_order label.telinp input{width:248px;}
#send_table_order label.telinp{width: 248px;}

/*order-equipment*/












/*clearfix*/
.not-allocated {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.clear{clear: both;}

.clearfix {
    zoom: 1;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
/*clearfix*/

/*main-slider*/
@charset "utf-8";
/* CSS Document */
h2,h1,div,a{margin:0;padding:0;}
/* slider layout */
.lof-slidecontent { position:relative;z-index:1;margin:12px;}
.lof-slidecontent .preload{	height:100%;	width:100%;	position:absolute;	top:0;	left:0;	z-index:100000;	text-align:center;/*background:#FFF*/}
.lof-slidecontent .preload div{	height:100%;	width:100%;/*	background:transparent url(../images/load-indicator.gif) no-repeat scroll 50% 50%;*/}

.lof-slidecontent  .sliders-wrapper{	position:absolute;top:0;right:0;	height:100%;	width:900px;	z-index:3px;	overflow:hidden;font-family:Arial; }
.lof-slidecontent  ul.sliders-wrap-inner{/*background:transparent url(../images/load-indicator.gif) no-repeat scroll 50% 50%;*/	padding:0px;	margin:0;	position:absolute;	overflow:hidden;}
.lof-slidecontent  ul.sliders-wrap-inner li{overflow:hidden;height:372px;padding:0px;margin:0px;	float:left;	position:relative;}
.lof-slidecontent  ul.sliders-wrap-inner li .slide_info_text{max-width:900px;height:278px;position:absolute;top:0;left:0;color:#404040;}
.lof-slidecontent  ul.sliders-wrap-inner li .slide_info_text h2{font-weight:bold;text-transform:uppercase;font-size: 30px;color:#ffcd05;position: relative;top:0;left:12px;text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);line-height: 29px;}
.lof-slidecontent  ul.sliders-wrap-inner li .slide_info_text h1{font-weight:bold;text-transform:uppercase;font-size: 30px;color:#ffcd05;position: relative;top:0;left:12px;text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);line-height: 29px;}
.lof-slidecontent  .lof-opacity  li{position:absolute;	top:0;	left:0;	float:inherit; }


.lof-slidecontent  .navigator-content {position:absolute;right:0px;bottom:9px;z-index:9;	overflow:hidden;color:#FFF;}
.lof-slidecontent  .navigator-wrapper{position:relative;z-index:10;height:180px;width:246px;overflow:hidden;color:#FFF;float:left}
.lof-slidecontent  ul.navigator-wrap-inner{top:0;	padding:0;	margin:0;	position:absolute;	width:100%; }
.lof-slidecontent  ul.navigator-wrap-inner li{ width:15px !important;height:15px !important;	cursor:hand; cursor:pointer;	list-style:none;position:relative;padding:0;margin-left:10px;overflow:hidden;float:left;display:block;	text-align:center;background:url("/images/bau/slider/slided_marc1.png") no-repeat;background-position:0 0;width:15px;height:14px;overflow:hidden;}
.lof-slidecontent  ul.navigator-wrap-inner .active{background:url("/images/bau/slider/slided_marc1.png") no-repeat;background-position:0 -15px;width:15px;height:14px;overflow:hidden;}

/*******************************************************/
 
ul.sliders-wrap-inner li img{	padding:0px;margin:0;position:absolute;top:0;left:0;	}

.lof-slidecontent .slider-description a.readmore{color:#58B1EA; font-size:95%; }
.lof-slidecontent .slider-description a{ color:#FFF; }
.lof-slidecontent .slider-description{z-index:100px;	position:absolute;bottom:66px;left:0px;width:350px;background:url(/images/bau/slider/bg_trans.png);height:100px;padding:10px;color:#FFF;}
.lof-slidecontent .slider-description h2 {font-size: 14px;margin: 10px 0;padding:0;}
.lof-slidecontent .slider-description .slider-meta a{margin:0;background:#C01F25;font-size:75%;padding:2px 3px;font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif;text-transform:uppercase;text-decoration:none}
.lof-slidecontent  .item-meta a:hover{	text-decoration:underline;}
.lof-slidecontent  .item-meta i {	font-size:70%; }


.lof-slidecontent  .button-next, 
.lof-slidecontent .button-previous{display:block;width:49px;color:#FFF;cursor:pointer;position:absolute;z-index:40;bottom:10px;text-indent:-999px;}
.lof-slidecontent .button-control {position:absolute;top:10px;right:48%;height: 20px;width: 20px;cursor:hand; cursor:pointer;}
.lof-slidecontent .button-previous{top:0;left:0;position:absolute;top: 103px;left:-11px;width:44px;height:55px;background:url("/images/bau/slider/slider_arr.png") no-repeat;background-position:0px 0px;overflow:hidden;cursor:pointer;}
.lof-slidecontent .button-previous:hover{background-position:0px -55px;}
.button-next{position:absolute;top: 104px;left: 1087px;width:44px;height:55px;background:url("/images/bau/slider/slider_arr.png") no-repeat;background-position:-42px -1px;overflow:hidden;cursor:pointer;}
.lof-slidecontent .button-next:hover{background-position:-42px -56px;}
.lof-slidecontent .button-control span { display:block;  width:100%; height:100%;}
.slide_info_text table{height:280px;}
.slide_info_text td{vertical-align:middle;}
.slide_cont_tx{position: relative;top:0;left: 0;color: #fff;font-size: 14px;padding: 15px;background:url("/images/bau/slider/bg_slide_cont_tx.png") repeat;max-width:485px;margin-top:20px;}
.slide_more_btn{display:block;position: relative;top: 0;margin-top:20px;left:0;width:96px;height:21px;text-align:center;color: #000;text-decoration: none;font-size: 13px;padding-top: 3px;background:url("/images/bau/slider/bg_slide_btn.png") repeat;border-right:1px solid #5a534c;border-bottom:1px solid #5a534c;}
.slide_more_btn:hover{background:url("/images/bau/slider/bg_slide_btn_hov.png") repeat;}
.wr_slide{position: relative;left:62px;}
.slide_info_code{position:absolute;top:0;left:0;width:1117px;height:278px;}

/*main-slider*/


