body{
	margin:0; 
	padding:0;	
	font-family: Arial,Helvetica,sans-serif;
	font-size:14px;
	
}
/*table{border-collapse:collapse;}*/
.clear { clear: both; }

.but1{
	display: block;
	padding: 8px 12px 8px 12px;
	background-color: #0A9343;
	text-decoration: none;
	color: #fff;
	border: 1px solid #0A9343;
	border-radius: 4px;
	width: auto;
}

header {
	width:100%;
	margin:0;
	
}
header .nav_wraper{
	border-bottom:1px solid #C3C3C3;
	width:100%;
}
header .nav{
	min-height:77px;
	/*width:100%;*/
	max-width:1024px;
	margin: auto;
}
header .nav .logo, header .nav .menu  {
	float:left;
}
/*
header .nav .search, header .nav .case{
	float:right;
}
*/

header  .logo{
	margin:19px 10px 15px 0;
}
header .logo img{
	height:41px
}

header .logo-big {display:;}
header .logo-small {display:none;}


header .menu{
	/*min-width:500px;*/
	margin:30px 0 0 27px;
}
header .menu ul{
	/*display: flex;
	flex-direction: row;
	justify-content: flex-start;*/
	margin:0; 	
	list-style: none;
	padding: 0;
}
header .menu ul.main li {
	float:left;
	padding-right:15px;
	position: relative;
	/*transition-duration: 0.5s;*/
	
	
	/*!*/
	padding-bottom:31px;
	
}


header .menu ul.main li a{
	color:#000;
	text-decoration:none;
}
ul.main li a:hover{
	color:#B6B2B2 !Important;
}



.dropdown{
	/*display:block;*/
	position: absolute;
	/*transition: all 0.5s ease;*/
	/*margin-top: 20px;*/
    
	/*top:46px;*/
	top:47px;
	
	left: 0;
	display: none;
	min-width:170px;
	z-index:5;
	background-color:#E5E5E5;
	padding:5px;
}
.dropdown li {
	padding:10px !Important;
	cursor:pointer;
	/*height:25px;*/	
}
.dropdown li:first-child{
	padding-top:15px !important;
}

/*!*/
.dropdown li:hover{
	background-color:#fff;
	border-left:1px solid #E5E5E5;
	border-top:1px solid #E5E5E5;
	border-bottom:1px solid #E5E5E5;
}



ul.main li:hover > ul.dropdown, 
ul.main li ul.dropdown:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}


ul.main li ul.dropdown li {
  /*clear: both;*/
  /*!width: 100%;*/
  min-width:89%;
}



ul.dropdown li  ul.submenu{
	min-width:150px;
	position: absolute;
	
	/*!top: -7px;*/
	top:-1px;
	
	/*!*/
	left: 169px;
	
	border:1px solid #E5E5E5;
	display:none;
	z-index:2;
	background-color:#fff;
	padding:10px;
	/*min-height:200px;*/
}

ul.submenu li{
	width:90% !Important;
	/*border:1px solid #ff0000;*/
}


/*!*/
ul.submenu li:first-child{
	padding-top:10px !important;
}


/*!*/
ul.submenu li:hover{
	border:none;
}
ul.submenu li a:hover{
	text-decoration:underline !Important;
}


ul.dropdown li:hover > ul.submenu,
ul.dropdown li ul.submenu:hover
{
  visibility: visible;
  opacity: 1;
  display: block;
}


header .case {
	width:30px;
	height:25px;
	float:right;
	margin:25px 5px 0 5px;
	position:relative;
}
header .case i {
	
	position:absolute;
	left:15px;
	background-color:#F8A161;
	min-width:13px;
	/*
	width:20px;
	height:20px;
	*/
	border-radius: 100%;
	top:-5px;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	justify-content: center;
	align-items: center;
	padding:5px 5px 5px 6px;
}


header .search{
	float:right;
	margin:27px 10px 0; 
}

header .search form {
	border:1px solid #0D9344;
}

header .search input[type="text"] {
	/*border:1px dotted #ccc;*/
	border:none;
	height:20px;
	width:200px;
	
	
}
header .search  a {
	width:20px;
	height:auto;
	background-color: transparent;
	/*background-image:url(/img/search2.png);*/
	text-decoration:none;
	display:block;
	float:right;
}
header .search  a img{
	margin:3px 2px 0 0;
}


/*
header .search input[type="submit"]{
	
	width:25px;
	height:23px;
	background-color: transparent;
	background-image:url(/img/search2.png);
	border:1px solid #0D9344;
	border-left:none;
		
}
*/
header .path{
	height:35px;
	width:100%;
	border-bottom:1px solid #C3C3C3;
	/*font-size:13px;*/
	color:#5D5870;
	

}
header .path a{ }
header .path div {
	margin:20px 0 0 210px;	
}
.path div a,.path div span {
	padding:0 15px 0 10px;
}









main{
	width:100%;
	margin:0;
	padding:20px 0 0 0;
	/*margin-top:20px;*/
	background-color:#F1FAF4;
	/*text-align:center;*/
	/*padding:20px;*/
	/*overflow: hidden;*/
	overflow: auto;
}

/*.main-catalog{background-color:#F1FAF4;}*/

main h1, main h2  {
	max-width:1030px;
	margin:0 auto 15px;
	font-size:18px;
	
}
main h1.inner{
	margin-bottom:0 !Important;
}

main h1 a{
	color:#000;
	text-decoration:none;
}

main h1 a:hover{
	color:#B6B2B2;
}
.art{
	max-width:1030px;
	margin:0 auto 15px;
	font-size:12px;
	font-weight:bold;
	color:#a8a8ab;
}






/*filter*/
.catalog-filter{
	max-width:1030px;
	margin:0 auto 15px;
	/*
	margin:20px 0 20px 0;
	width:100%;
	min-height:50px;*/
}
.catalog-filter ul{
	margin:0; 	
	list-style: none;
	padding-left: 0;
		
}
.catalog-filter ul li{
	float:left;
	padding-right:15px;
	padding-bottom:15px;
	position: relative;
	/*transition-duration: 0.5s;*/

}
.catalog-filter ul li a{
	display:block;
	padding:8px 12px 8px 12px;
	background-color:#fff;
	text-decoration: none;
	color:#3A0000;
	border:1px solid #E9E9E9;
	border-radius:4px;	
}
.catalog-filter ul li a:hover{
	color:#7F7F7F;
}

.fp-checked{
	background-color:#A2EEC2 !important;
}


.catalog-filter ul li div.filter-proper{
	min-width:150px;
	position: absolute;
	top: 40px;
	left: 0px;
	border:1px solid #E5E5E5;
	border-radius: 4px;
	display:block;
	z-index:2;
	background-color:#F3F3F3;
	padding:0 10px 15px 10px;
	overflow:visible !important;
}
.catalog-filter ul li div.filter-proper input[type="checkbox"]{
	margin-left:10px;
}

.catalog-filter ul li div.filter-proper label  {
	font-size:12px;
	padding:0 5px 0 5px;
	display:block-inline;
	margin:5px;
}
div.filter-proper div {
	padding:0;
	margin:0;
	position:relative;
	top:0;
}

.filter-proper div p {
	margin:5px;
}

.filter-find{
	margin-top:1px;
	padding:7px 11px 7px 11px !important;
	background-color:#0A9343 !important;
	color:#fff !important;
	border:1px solid #0A9343 !important;
}
.filter-clear{
	background-color:#dedede !important;
}




/*#triangle-up {*/

.catalog-filter ul li div.filter-proper span{
	position:relative;
	top:-23px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #F3F3F3;
	z-index:10;
}





/*****list-type****/
#list-type{
	float:right;	
}
#list-type ul li {padding:0;}
#list-type ul li span, #list-type ul li a{
	border: 1px solid #E9E9E9;/* 0A9343;*/
	border-radius: 4px;
}
#list-type ul li span,#list-type ul li a {padding:3px;}
#list-type ul li{margin-right:10px;}

#list-type ul li a,#list-type ul li span{
 display:inline-block;
 width:28px;
 height:27px;
 background:#fff url('/img/list3.png') no-repeat bottom 6px left 7px;
 /*background:#fff url('/img/list.png') no-repeat bottom 6px right 7px; bottom-right */
 /*background:#fff url('/img/list.png') no-repeat top 6px left 7px; top-left */
 /*background:#fff url('/img/list.png') no-repeat top 6px right 7px; */
}

#list-type ul li.t1 a{
	background-position:bottom 6px left 7px;
}
#list-type ul li.t1 span{
	background-position:top 6px left 7px;
}
#list-type ul li.t2 a{
	background-position:bottom 6px right 7px;
}
#list-type ul li.t2 span{
	background-position:top 6px right 7px;
}








.catalog-no-items{
	max-width:1360px;
	/*margin:5px 0 0 20px;*/
	text-align:center;
	min-height: 200px;
	margin:5px auto;
	
}
.catalog-items{
	max-width:1360px;
	/*margin:5px 0 0 20px;*/
	text-align:center;
	height: auto;
	overflow: hidden;
	margin:5px auto;
	/*display: flex; */
}

.item{
	width:250px;
	height:380px;
	background-color:#fff;
	border:1px solid #F1FAF4;
	border-radius:4px;
	margin:0 20px 20px 0;
	float:left;
}
.item:hover{
	/*box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);*/
	border:1px solid #0A9343;
}
.end-row{
	margin-right:0 !important;
}

.item a{
	text-decoration:none;
}
.item a:hover{
	text-decoration:underline;
}

.item .item-title{
	padding:10px;
	text-align:left;
	height:40px;
	overflow:hidden;
}
.item .item-img {
	width:100%;
	text-align:center;
	padding:15px 0 5px 0;
	min-height:200px;
}
.item .item-bottom{
	height:100px;
	text-align:bottom;
	width:100%;
}
.item .item-bottom .item-bottom-left {
	width:105px;
	float:left;
	margin-left:10px;
}
.item .item-bottom .item-bottom-right {
	float:right;
	margin-right:10px;
}
.price {
	font-weight:bold;
	font-size:16px;
	padding:5px 0 12px 0;	
}
.avail::before{
	content:'';
	display:inline-block;
	color:#0A9343;
}

.availability, .article{
	font-size:13px;
	color:#5D5870;
}
.availability-status::before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    margin-top: -3px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    content: "";
    vertical-align: middle;
}
.available::before {
    background: #4c950d;
}
.in-order::before{
	background: #ff0000;
}
.availability-status {
    position: relative;
    display: inline-block;
    padding-left: 12px;
}
.article{
	margin:5px 0 0 10px;
}
.article, .price, .availability{
	text-align:left;
}

/*
.item .item-bottom table{width:100%;}
.item .item-bottom table td{width:50%; vertical-align:top;}
*/
.order{
	display:block;
	padding:8px 6px 8px 8px;
	background-color:#0A9343;
	text-decoration: none;
	color:#fff;
	border:1px solid #0A9343;
	border-radius:4px;
	width:64px;
	
}

a.order:hover{
	text-decoration: none;
	background-color:#15AF55;
}





/******item-list*/
.catalog-items-list{
	max-width: 1260px;
	margin: 5px auto;
	text-align: center;
	height: auto;
	overflow: hidden;
	
}

.item-list{
	width:100%;
	min-height:27px;
	text-align:center;
	margin-bottom:5px;
}
.item-list table {
	width:100%;
	background-color:#fff;
	border:1px solid #fff;
	border-radius:4px;
	
}
.item-list table:hover{
	border:1px solid #0A9343;
}

.item-list table tr td {padding:5px; /*border:1px solid #ff0000;*/}

.item-list-title{width:80%;text-align:left;}
.item-list-avail{min-width:90px;}
.item-list-price{min-width:110px;}
.item-list-price .price{
	padding-bottom:5px;
}

/*
td.item-list-order .order{
	width:21px;
	height:20px;
	border:1px solid #0A9343;
	border-radius: 3px;
	background:transparent url('/img/cart-btn.png') no-repeat top -3px left -4px; 
	
	
}
*/

td.item-list-order {
	padding:0 2px !Important;
	min-width:45px;
}










/*content*/
.content-text{
	/*margin:0 5px 0 29px !important;	*/
	margin:0 auto;
	width:1030px;
}

.content-text h1{
	font-size:18px;
}



/* item */
.catalog-item{
	/*margin:0 5px 0 29px;*/
	max-width:1024px;
	margin:0 auto;	
	
}

.catalog-item-body{
	/*
	max-width:985px;	
	margin:25px 0 0 0px;
	*/
	
	max-width:985px;	
	margin:10px auto;
	
}
.item-photo-block{
	float:left;
	max-width:550px;
	margin:0 10px 20px 0;
	/*border:1px solid #ccc;*/
}

/*
.lSSlideOuter{
	display:flex;
	flex-direction:column;
	justify-content: center;
	align-items:center;
}
*/

/* fix.1 */
/*.lSSlideOuter ul{text-align:center !important;}*/
.lSPager{min-width:550px !important; }
.lSPager li.active img{border:1px solid #ccc;}
.lSSlideOuter.lSrtl .lSGallery li{float:left !important;}


.item-price-block{
	margin:30px 0 0 0;
	float:right;
	
}
.item-price-block div{text-align:right;}
.item-price{
	
	font-size:24px;
	font-weight:bold;
	margin:0 30px 20px 0;
}
.item-calc{
	/*width:274px;*/
	padding: 3px 20px 5px 20px;
	background-color:#fff;
	text-align:left;
	vertical-align:top;
}
.item-calc p, .item-calc a, .item-calc input{
	display: inline-block;
} 
.item-calc p{
	position:relative;
	top:5px;
	width: 130px;
	color: #838383;
	font-size: 13px;
	font-weight: 300;
	text-align:left;
	padding:0;
	line-height:18px;
	margin:3px 0 0 0;
}

.item-calc a{
	width: 34px;
	height: 34px;
	line-height: 32px;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #0A9343;
	display: inline-block;
	color: #ffffff;
	font-size: 26px;
	font-weight: 500;
	text-decoration: none;
	margin-bottom:7px;
}
.item-calc input[type="text"] {
    width: 35px;
    background: none;
    text-align: center;
    border: none;
    font-size: 20px;
    font-weight: 500;
}
.item-order{margin:15px 0 20px 0;}
.item-order a{
	width: auto;
	padding:5px 40px;
	/*height: 34px;*/
	line-height: 32px;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #0A9343;
	display: inline-block;
	color: #ffffff;
	text-transform:uppercase;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	cursor:pointer;
}
.item-text{
	text-align:left!important;
	max-width:290px;
}


.item-menu{
	padding:5px ;
	background: #fff;	
	height: 38px;
	line-height: 38px;
	margin-top: 0px;
	border-bottom:1px solid #ddd;
	overflow:hidden;
	/*position: relative;	*/
}
.item-menu a{
	text-decoration: none;
	padding:0 40px 0 0;
	color: #999999;
	font-size:18px;
}
.item-menu a.active{color:#000;}

.item-prop {
	/*margin:10px 10px 30px 0;*/
	max-width:1024px;	
	margin:10px auto;
		
	display:flex;
	flex-direction:row;
	
}
.item-prop table {width:50%;}

.item-prop table tr td{
	padding:10px;
	font-size:15px;
}
.item-prop table tr.odd td{
background-color:#acdec1;
}
.item-prop table tr td.name-prop{
	font-weight:bold;
}


.item-order a:hover, .item-calc a:hover {
	background: #15AF55;	
}












/*footer*/
footer{
	margin-top:0;
	border-top:1px solid #C3C3C3;
	width:100%;
	height:75px;
	color:#5D5870;
	font-size:12px;
	padding:0;
	
}
footer div {
	margin:10px 0 10px 29px;
	text-align:center;
}







/*** media ***/
@media screen and (max-width: 1360px) {
	header .nav{margin-left:29px;}
	
	main h1, .art, .catalog-filter{
		max-width:auto;
		margin-left:29px;
	}
	
	.content-text{
		margin:0 0 0 29px;
		width:95%;
	}
	
	.catalog-items {
		/*margin-left:29px;*/
		max-width:1210px;
				
	}
	.item{
		width:206px;
	}
	.article {display:none;}
	
	.end-row{
		margin-right:20px !Important;
	}
	
}


@media screen and (max-width: 1270px) {
	.catalog-items{
		margin-left:29px;
	}
	.catalog-items-list{
		margin:5px;
	}
	
}

@media screen and (max-width: 1185px) {
	.catalog-items{
		margin:5px auto;
		max-width:920px;
	}
	
}

@media screen and (max-width: 929px) {
	.catalog-items{
		max-width:710px;
	}
	
	
	/*.item-list-title{width:60%;}*/
	
}



@media screen and (max-width: 910px) {
	
	.logo-big{display:none;}
	.logo-small{display:block !important;}
	
	/*.catalog-items{margin-left:10px;}*/
	.item, .end-row {margin:0 15px 15px 0 !Important;}
	/*header .search input[type="text"] {width:100px;}*/
	header .path div{margin-left:15px;}	
			
	/*
	ul.main li.common {
		display:none;
	}
	*/
	
	
	
	.catalog-item-body{
		display:flex;
		flex-direction:column;
		justify-content: center;
		align-items:center;
	}
	
	
	
	.lSPager{
		width:500px !important; 
		max-width:500px;
		margin-left:50px !important;
		
	}
	.lSSlideOuter{max-width:500px;}
	.lslide img {max-width:500px;}
		
	
	
	footer div {text-align:center;}

	.menu{
		margin-left:5px !important;
	}
	
	/*.full-search{display:none;}*/
	
	
	/*** listing ***/
	.item-list-avail {
		
		width:1px;
		min-width:2px;
		overflow:hidden;
	}
	.item-list-avail .availability {width:1px;}
	
	
	
	
	
}


@media screen and (max-width: 780px) {
	header .search input[type="text"] {width:100px;}
	
	
	/*.item-list-title{width:50%;}*/

}



@media screen and (max-width: 730px) {
	.content-text{
		width:95%;
	}
	
}




header .mob-search{
	clear:both; 
	margin:0 0 13px 0;
	padding:0; 
	display:none;
	text-align:center;
}
header .mob-search div {
	/*float:left;	*/
}
header .mob-search .case{margin:5px 5px 0 5px; }
header .mob-search .search{margin:7px 10px 0;}



@media screen and (max-width: 680px) {
	
	header .path div{margin-top:0;}
	header .full-search{display:none;}
	header .search input[type="text"] {width:200px;}
	header .mob-search{display:flex; }
	header .menu{margin-left:5px;}
	header .menu{width:80%;}
	header .menu ul.main, header .mob-search{
		display: flex;
		flex-direction: row;
		justify-content: center;
		margin-top:7px;
	}
	header .menu ul.main li {
		float:none;
		padding-right:15px;
	}
	
	.dropdown{
		top:40px;
	}
	
	
	/*.item-list-title{width:40%;}*/
	
	
}


@media screen and (max-width: 685px) {
	.catalog-items{
		max-width:452px;
	}
}



@media screen and (max-width: 600px) {
	/*header .path{display:none;}*/
	
	header .logo, main .catalog-item {margin-left:10px !Important;}
	
	
	.content-text{
		width:97%;
		margin-left:10px;
	}
	
	
	ul.main li.common {
		/*display:none;*/
	}
	
	.item-menu a{
		padding:5px 10px 5px 0;
		font-size:16px;
	}
	
	.item-prop{
		flex-direction:column;
		justify-content: center;
		align-items:center;
	}
	.item-prop table{width:99%;}
	.item-prop table td {width:50%;}
	.item-prop table.tb-second td{
		background-color:#acdec1;
	}
	.item-prop table.tb-second tr.odd td{
		background-color:#F1FAF4;;
	}
	
	
	/*
	.item{
		margin:0 10px 10px 0;		
	}
	*/
	
	.filter-proper input[type="checkbox"]{
		width:20px;
		height:20px;
	}
	.filter-proper label{
		font-size:14px!important;
		
	}
	
	td.item-list-order{min-width:38px;}
	td.item-list-order .order{
		width:21px;
		height:20px;
		border:1px solid #0A9343;
		border-radius: 3px;
		background:transparent url('/img/cart-btn2.png') no-repeat top -3px left -4px; 
	}
	
}




@media screen and (max-width: 550px) {
		
	
	.item-photo-block{
		max-width:400px;
	}
	
	
	.lightSlider li img{max-height:400px!important;}
	.lSPager{
		width:400px !important; 
		max-width:400px;
		/* fix.1
		margin-left:150px !important;
		*/
	}
	.lSSlideOuter{max-width:400px;}
	.lslide img {width:400px;}

}


@media screen and (max-width: 500px) {
	
	.catalog-items{
		width:450px;
		margin:5px auto;
	}
}


@media screen and (max-width: 450px) {
	
	.catalog-items{
		width:384px;
		margin:5px auto;
	}
	.item{
		width:175px;
	}
	.item-img img{width:150px;}
	footer div{margin-left:5px;}
}



@media screen and (max-width: 400px) {
	
	header .menu{width:70%;}

	header .nav, main h1, main h2 , .art{
		margin-left: 10px;
	}
	
	.menu{padding-left:10px;}
	.main li a{
		font-size:16px;
	}
	.dropdown{
		left:-86px;
	}
	.dropdown li a{
		font-size:14px;
	}
	
	header .menu ul.main{
		justify-content: left;
	}
	
	.search input[type="text"]{height:22px!important;}
	
	/*.catalog-filter {display:none;}*/
	
	
	.item-photo-block{
		max-width:310px;
	}
	.lslide img {width:300px;height:300px;}
	.lSPager{min-width:300px;}
	.item-calc p{width:100px;}
	
		
	.lSSlideWrapper{max-height:300px !important;}
	.lightSlider li img{max-height:300px!important;}
	.lSPager{
		width:300px !important; 
		max-width:300px;
		/* fix.1
		margin-left:250px !important;
		*/
	}
	.lSSlideOuter{max-width:300px;}
	.lslide img {width:300px;}
	
	
	.item-calc{
		padding-bottom:8px;
	}
	
	
	ul.main li.common {
		display:none;
	}
	
	
	
	.catalog-items{
		margin:5px auto;		
	}
	
	
	/*td.item-list-order{min-width:38px;}*/
	.item-list-price{
		min-width:80px;
		width:80px;
	}
	
	/*
	.item{
		height:405px;
	}
	*/
	/*
	.item{
		margin:0 1px 10px 0;		
	}
	*/

}


@media screen and (max-width: 375px) {
	
	.catalog-items{
		width:365px;
	}
	
	
	.item{
		height:350px;		
	}
	
	
	.item, .end-row{
		margin:0 5px 5px 0 !Important;		
		/*width:150px;*/
	}
	
	
	.item .item-img {
		min-height: 160px;
	}
	.item .item-img img{
		max-width:100px;		
	}
	
	
	
	.item-list-price{
		min-width:60px;
		width:60px;
	}


}

@media screen and (max-width: 350px) {
	.catalog-items{
		width:320px;
	}
	.item {width:155px;}
	.item, .end-row{
		margin:0 2px 5px 0 !Important;		
	}

}





@media screen and (max-width: 300px) {
	
	
	.item{
		float:none;
		width:209px;
		margin-bottom:15px !Important;
	}
	.item .item-img img{
		max-width:180px;		
	}
	.catalog-items{
		clear:both;
		text-align:center;
		width:98%;
		display: flex;
		flex-direction:column;
		justify-content: center;
		align-items:center;
		
	}

}




@media screen and (max-width: 290px) {
	header .mob-search{display:none; }
	ul.main li.common {
		display:none;
	}
	.item-photo-block{
		max-width:250px;
	}
	.lslide img {width:250px;}
	.lSPager{min-width:280px;}
	
}





.hidden{display:none !important;}
