@import url('https://fonts.googleapis.com/css?family=Ubuntu');

*{margin:0;padding:0;border:0;outline:0;background:transparent;}

*, ::before, ::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a { color:#FFD800;}
	a:hover{ text-decoration:underline; }

h1, .componentheading{
	line-height:32px;
	padding: 5px 0 0 0;
	font-size: 32px;
	font-weight: bold;
	line-height: 32px;
	text-transform: uppercase;
	color: #64a10f;
}

h2{padding:5px 0 5px 0;font-size:23px;font-weight:bold;line-height:18px; color: #64a10f;}
h3{padding:5px 0 5px 0;font-size:20px;font-weight:bold;line-height:16px; color: #64a10f;}
h4{padding:5px 0 5px 0;font-size:16px;font-weight:bold;line-height:14px;}
h5{padding:5px 0 5px 0;font-size:14px;font-weight:bold;line-height:12px;}

img{border:none;}

input, textarea, select {background:#FFFFFF;border:none;margin:0 10px 10px;}

.ckCSSinput{border: 1px solid #999999;background: #B6D89A !important;}

table{border-collapse:collapse;}
td, th{padding:0;vertical-align:top;text-align:left;/*font-size:10px;*/ height: 20px;}
ul,ol{margin: 5px 20px;}
html, body{
	width:100%;
	min-width:1140px;
	/*height:100%;*/
	min-height:100%;
	font:16px Ubuntu, Arial, sans-serif;
	color:#000000;margin:0 auto;
}

html {/*
	background: url(/diz/06.02.2018/k.jpg) no-repeat center top; 
	background: url(/diz/06.02.2018/k.jpg) no-repeat center -423px; 
	background: url(/diz/06.02.2018/ko.jpg) no-repeat center 0px; 
	background: url(/diz/06.02.2018/ko.jpg) no-repeat center bottom; 
	opacity: 0.4;
*/
}

html {
	

}

body {
	background: #fff url("../images/bg_html.jpg") repeat center top;
}


#outer{
	width:100%;
	/*height:100%;*/
	min-height:100%;
	background: url("../images/bg1.png") no-repeat center top;
	margin:0 auto;
}

#wrapper{height:auto !important;/*height:100%;*/min-height:100%;width:1140px;min-width:1000px;margin:0 auto;}
#wrapper2{height:auto !important;/*height:100%;*/min-height:100%;width:1140px;min-width:1000px;margin:0 auto;/*background:url("../images/bg6.png") no-repeat right bottom;*/}
	#header_decor-mainmenu { position:absolute;left:0;top:247px; height:83px; width:100%; min-width:1140px; background:#609e08; }
	#header_decor-searchblock { position:absolute;left:0;top:330px; height:83px; width:100%; min-width:1140px; background:#e8ffb0; }

#header { height:331px; position:relative; }
#header.width_search { height:413px; }

#container { margin-top:15px; margin-bottom: 40px;}
	#container::after {
		content: '';
		display: table;
		clear: both;
	}

#logo{
	position: absolute;
	left: 15px;
	top: 24px;
}
#phone {
	position: absolute;
	right: 20px;
	top: 13px;
	font-size: 23px;
	font-weight: bold;
	line-height: 37px;
}
	#phone p { margin:0; padding:0; }
	#phone a { color: #000000; }
	#phone::after { 
		content: ''; 
		position: absolute;
		left: -43px;
		top: 5px;
		width:30px;
		height:33px;
		background: url(../images/ico/ico-phone.png) no-repeat center center;
	}

#header .email {
	position: absolute;
	right: 2px;
	top: 199px;
	color: #004f00;
	font-size: 23px;
	font-weight: bold;
}
	#header .email p { margin:0; padding:0; }
	#header .email a {
		color:#004f00;
		text-decoration:none;
	}
		#header .email a:hover {
			text-decoration:underline;
		}

	#header .email::after { 
		content: ''; 
		position: absolute;
		left:-47px;
		top:3px;
		width:32px;
		height:24px;
		background: url(../images/ico/ico-email.png) no-repeat center center;
	}




#search { 
	position: absolute;
	left: 0;
	bottom: 21px;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}
	#search form { 
		display:table;
		margin:0 auto;
	}


	#keyword { 
		height: 41px;
		width: 967px;
		display: inline-block;
		margin: 0;
		text-indent: 6px;
		font-size: 14px;
		padding: 0 10px;
		background: #fff;
		color: #9cc069;
	}

	#searchbutton { 
		height:41px;
		width:145px;
		display:inline-block;
		margin:0;
		padding:0;
		padding-left: 32px;
		background:#609e08 url(../images/search.png) no-repeat 7px  center;
		font-size: 15px;
		color: #fff;
		cursor:pointer;
	}

#slogan {
	position: absolute;
	left: 412px;
	top: 51px;

	width:468px;
	color:black;
	font-size: 25px;
	font-weight: bold;
}
	#slogan div {
		font-size: 28px;
		font-weight: bold;
		line-height: 34px;
		display: block;
		margin-bottom: 17px;
	}

	#slogan::after { 
		content: ''; 
		position: absolute;
		left: -95px;top: -2px;
		width:78px;
		height:159px;
		background:url(../images/ico/ico-slogan_block.png) no-repeat center center;
	}



/*	#slogan_shadow{position: absolute;color: #000000;left:202px;top:12px;filter:alpha(opacity=30);-moz-opacity: 0.3;-khtml-opacity: 0.3;opacity: 0.1;font-size: 27px;font-weight: bold;}*/

#icons{position: absolute;left: 1156px;top: 30px;width: 24px;margin: 0 auto; text-align: center;}
	#icons a{margin: 5px 0;}

#mainmenu {
	position: absolute;
	left: 0;
	top: 247px;
	width: 100%;
	height: 83px;

}
	#mainmenu ul { list-style-type: none;
		margin:0;
		padding:0;
	}
		#mainmenu > ul { /*display: inline-block; float: left;*/ }

		#mainmenu ul li {
			margin-right:27px;
/*			padding:0 4px;*/
			/*width:152px;*/
			/*height:52px;*/
			float:left;
			/*height: 83px;*/
			/*display: table-cell;
			vertical-align: middle;
			text-align: center;*/
		}
		#mainmenu ul li:hover, 
		#mainmenu ul .active ,
		#mainmenu ul .current ,
		#mainmenu ul .activemenu {
			background:#b5e343;
		}
		#mainmenu ul li a:hover,
		#mainmenu ul .active a,
		#mainmenu ul .current a,
		#mainmenu ul .activemenu a { 
				color:#000;
		}
		#mainmenu ul li a:hover::after,
		#mainmenu ul .active a::after ,
		#mainmenu ul .current a::after ,
		#mainmenu ul .activemenu a::after { 

			content: ''; 
			position: absolute;
			left: 50%; bottom: 0px;
			margin-left:-8px;
			border: 8px solid transparent;
			border-bottom: 16px solid #e8ffb0;
		   }


		#mainmenu ul li a { 
			color: #fff;
			width:166px;
			height: 83px;
			text-decoration: none;
			font-size: 22px;
			line-height: 24px;
			font-weight: bold; 

			margin-right:27px;
			padding:0 7px;

			display: table-cell;
			vertical-align: middle;
			text-align: center;
			position:relative;

		}

		#mainmenu ul.menulog li a { /*color: #f5f600;*/}
			#mainmenu > ul.menulog li { margin-right:0;}

#left{float:left;width:300px;}

#leftmenu {
	width: 260px; 
	background:#e8ffaf;
}


	#left .zagolovok {
		color: #FFFFFF;
		height: 51px;
		width: 260px; 
		background:#609e08;
		display: table-cell;
		vertical-align: middle;
		padding-left: 18px;
		font-size: 20px;
	}

	#leftmenu > ul {
		margin-top:10px;
	}
	#leftmenu ul {
		list-style-type: none;
		margin: 0;
		padding:0;
	}

	#leftmenu ul li {
		margin: 0;
		padding:0;
	}

	#leftmenu ul li a {

		text-decoration: none;
		line-height: 22px;
		font-size: 18px;
		padding: 0 15px;
		height: 51px;
		width: 260px; 
		display: table-cell;
		vertical-align: middle;
		color: #000;
		text-align: left;
	}


	#leftmenu ul li a:hover, #leftmenu ul #active_menu a{ background:#b5e343;}

#right {
	width:100%;
}

#content{
	width:100%;
	padding: 0 17px;
}

	.show_left_menu #right {
		width:833px;
		float:left;
	}
	.show_left_menu #content {
		width:833px;
		padding: 0 0px;
	}

	#content p { padding: 5px 0; }
	#content a { color:#9e0606; }
		#content a:hover { text-decoration:underline }
	#content ul li { margin: 4px 0 0 15px; }

#catalogtable{border-right:1px solid #6BA03F !important;border-top:1px solid #6BA03F !important;margin:10px 0px 0 0px;border-spacing:0 !important;}
#catalogtable tr{vertical-align:middle;background-color:#C3DD82; }
#catalogtable th{text-align:center;vertical-align:middle;border-left:1px solid #6BA03F;border-bottom:1px solid #6BA03F;padding:5px;font-style: italic;font-size:12px; background-color: #ddebb8;}
#catalogtable td{text-align:center;vertical-align:middle;border-left:1px solid #6BA03F;border-bottom:1px solid #6BA03F;padding:5px;font-size:12px;}
#catalogtable #name{text-align: left;}
#catalogtable .color1{background-color: #ddebb8;}
#catalogtable .color2{background: #6BA03F;color:#FFD800;font-size: 20px;text-transform: uppercase;font-style: none;}
.color3, #catalogtable .color3{color:red;font-size: 14px;font-style: none;}


#page {
	/*margin-top:65px;*/
}

.contact_page p {
	padding:0 !important;
}

.contact_page ,
.contact_page th,
.contact_page td {
	font-size: 23px;
	line-height: 30px;
	height:auto;
}
	.contact_page a {
		color:#000 !important;
		text-decoration:none !important;
	}
		.contact_page a:hover {
			text-decoration:underline !important;
		}






.category-list::after {
    content: '';
    display: table;
	clear: both;
}

.category-list .image { display:none; }
.category-list.tile {
	list-style: none;
	margin: 0;
	margin-left:-38px;
	margin-top:-20px;
	padding: 0;
	width: 879px;
}
	.category-list.tile .item {
		margin: 0px 0 0px 38px !important;
		float: left;
		display: inline-block;
		width: 255px;
	}
		.category-list.tile .item .image {
			display:block;
			width: 255px;
			height: 229px;
			margin: 0 auto;
		}
			.category-list.tile .item .image img {
				width:100%;
				height:100%;
			}

		.category-list.tile .item .href {
			height: 68px;
			margin: 0;
			padding: 0;
			padding-top: 0px;
			display: block;
			vertical-align: middle;
			padding-top: 11px;
		}
			.category-list.tile .item .href a { 
				color:#000 !important;
				text-decoration:none;
				height: 100%;
				min-height: 100%;
				font-size: 17px;
				line-height: 25px;
			}
				.category-list.tile .item .href a:hover { 
					text-decoration:underline;
				}



.product_list::after {
    content: '';
    display: table;
	clear: both;
}

.product_list .image { display:none; }
.product_list.tile {
	list-style: none;
	margin: 0;
	padding: 0;

	margin-left: -18px;
	width: 879px;
}
	.product_list.tile .item {
		margin: 15px 0 0px 20px !important;
		float: left;
		display: inline-block;
		width: 263px;
	}
		.product_list.tile > .item.th,
		.product_list.tile > .item > div{
			display:none;
			text-align:left;
		}

			.product_list.tile .product_name,
			.product_list.tile .product_price,
			.product_list.tile .product_image/*,
			.product_list.tile .addtocart */{
				display:block !important;
			}

	
		.product_list.tile .item .product_image {
			display:block;
			width: 263px;
			height: 260px;
			margin: 0 auto;
		}
			.product_list.tile .item .product_image img {
				width:100%;
				height:100%;
			}

		.product_list.tile .item .product_name {
			height: 68px;
			margin: 0;
			padding: 0;
			padding-top: 0px;
			display: block;
			vertical-align: middle;
			padding-top: 17px;
			text-align: left;
		}
			.product_list.tile .item .product_name a { 
				color:#000 !important;
				text-decoration:none;
				height: 100%;
				min-height: 100%;
				font-size: 14px;
				line-height: 18px;
			}


				.product_list.tile .item .product_name a:hover { 
					text-decoration:underline;
				}

		.product_list.tile .product_price {
			font-size: 20px;
			height:28px;
		}

		.product_list.tile .item .addtocart {
			/*display:block;*/
			height: 52px;
			margin-top:14px;
			position:relative;
			background: #b5e343;
		}
			.product_list.tile .item .addtocart .word {

				position: absolute;
				z-index: 1;
				display: block;
				text-align: center;
				color: #fff;
				font-size: 19px;
				font-weight: bold;
				top: 12px;
				width: 100%;
			}
			.product_list.tile .item .addtocart .addtocart_form {
				position:absolute;
				z-index: 2;
				left:0;
				top:0;
				width: 100%;
				height: 100%;
			}

				.product_list.tile .item .addtocart .addtocart_form .cart_button {
					display:block;
					width: 100%;
					height: 100%;
					background: url(../images/ico/ico-cart.png) no-repeat 29px center;
					padding: 0;
					margin: 0;
				}


.product_table_filter {
	text-align: right;
	padding: 0;
	display: block;
}
	.product_table_filter table {
		margin:0;
		padding:0;
	}
		.product_table_filter > table {
			display: inline-block;
		}

	.product_table_filter td {
		padding:0 0 0 5px;
		height:auto;
		vertical-align:middle;
	}
	.product_table_filter select {
		margin:0;
		padding:0;
	}


.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width:auto;
}
.bootstrap-select li {
	margin:0 !important;
}

.bootstrap-select .dropdown-menu {
	margin-top:-2px;
	padding-top:11px;
	border: 1px solid #000;
	border-top:0;

	border-radius: 0;
	box-shadow: none;
}

.bootstrap-select .dropdown-menu > li > a {
    padding: 3px 6px;
	color:#000 !important;
}


.product_table_filter .bootstrap-select .btn {
	padding:0;
	margin:0;
	border:1px solid #000;
	background:#fff;
	display:inline-block;
	position:relative;
	color:#000;
	text-decoration:none;
	border-radius:0;
	height:28px;
}

.product_table_filter .bootstrap-select.btn-group .dropdown-toggle .filter-option {
	padding-right: 32px;
	padding-left: 5px;
}

.product_table_filter .bootstrap-select .caret {
	background: url(../images/ico/select_drop-buttom.png) no-repeat center center;
	width: 22px;
	height: 16px;
	border: none;
	margin-top: -8px !important;
	right: 6px !important;
}


.product_list.table.table {
	display:table;
}
	.product_list.table .item {
		display:table-row;
	}
		.product_list .item > div {
			display:table-cell;
		}

.product_list.table { width:100%; border-right:1px solid #6BA03F !important;border-top:1px solid #6BA03F !important;margin:15px 0px 0 0px;border-spacing:0 !important;}
.product_list.table .item { vertical-align:middle;background-color:#C3DD82; height: 20px; }
.product_list.table .item.th > div {text-align:center;vertical-align:middle;border-left:1px solid #6BA03F;border-bottom:1px solid #6BA03F;padding:5px;font-style: italic;font-size:12px; background-color: #ddebb8;}
.product_list.table .item > div { text-align:center;vertical-align:middle;border-left:1px solid #6BA03F;border-bottom:1px solid #6BA03F;padding:5px;font-size:12px;}
.product_list.table .item .name { text-align: left; }
.product_list.table .item.color1{ /*background-color: #ddebb8;*/}
.product_list.table .item.color2{background: #6BA03F;color:#FFD800;font-size: 20px;text-transform: uppercase;font-style: none;}
.product_list.table .item.color3{color:red;font-size: 14px;font-style: none;}
.product_list.table .item .product_image { display:none; }


.pagination {
	display:table;
	border-radius:0;
	margin:45px auto 0 auto;
}
	 .pagination li, .pagination span {
		margin:0 !important;
		padding:0 !important;
	}
		.pagination a {
			border:0;
		}

	.pagination .prev {
		width:33px;
		height:22px;
		display:inline-block;
		background:url("../images/ico/ico-pagination_prev.png") no-repeat left center;
		text-indent:-9999px;

	}

	.pagination .next {
		width:33px;
		height:22px;
		display:inline-block;
		background:url("../images/ico/ico-pagination_next.png") no-repeat right center;
				text-indent:-9999px;
	}

	ul.pagination > li{
		display: table-cell;
		vertical-align: middle;
		width: 45px;
		text-align: center;
	}

	.pagination > li > span {
		font-weight: bold
	}

	.pagination > li > a, .pagination > li > span {
		color:#909090 !important;
		border:0 !important;
		border-radius:0 !important;
		background:none;
		padding:0 !important;
		float:none;
		font-size: 19px;
	}
	.pagination > li > a:focus, 
	.pagination > li > a:hover, 
	.pagination > li > span:focus, 
	.pagination > li > span:hover ,
	.pagination > li > span {
		color:#000 !important;
		background-color:transparent !important;
		cursor:pointer;
	}

	.pagination > li span,
	.pagination > li strong {
		font-weight:normal !important
	}
	.pagination > li .prev {
		margin-right: 31px !important;
		display: inline-block;
		vertical-align: middle;
	}
	.pagination > li .next {
		margin-left: 31px !important;
		display: inline-block;
		vertical-align: middle;
	}





#spacer { height:33px; }

#footer {
	margin:0 auto;
	width:100%;
	height:83px;
	background: #609e08;
}
	#footer p {
		padding:0;
		margin:0;
	}

	#footer > table {
		margin:0 auto;
		width:1140px;
		height:100%;
	}
		#footer table td {
			vertical-align:middle;
			font-size: 20px;
			text-align:left;
			color:#fff;
		}

	#footer .fo-copy {width: 292px; padding-left:10px;}
	#footer .fo-contacts {font-size: 19px;}
	#footer .fo-phone { text-align: right; padding-right:10px;}



.cart_button{background:url("../images/cart1.png")no-repeat left bottom;width:20px;height:20px;cursor:pointer; margin-bottom: 0;}

#price td { background-color: #C3DD82; }
#copy { margin: 6px 0 0 396px;}

#comment{padding-top: 20px; color: red; font-size: 10px;}

#commentleft {
	margin: 22px 0px 0 0px; 

	width: 260px; 
	background:#e8ffaf;

	color: #000; 
	font-size: 19px;
	line-height: 29px;

_margin-top: 245px;



}
	#commentleft p{padding-bottom: 3px;}

.no_search_result{ margin:15px 0;text-align:center; }
#cart{background: transparent url("../images/cart.png") no-repeat left top; width: 250px;height: 62px;position: absolute;left: 860px;top: 55px;}
#cart #cartvalue{width: 165px; height: 38px;padding:5px 10px 5px 0;font-weight: bold;color: black;}
#cart #cartempty{width: 165px; height: 38px;padding:5px 10px 5px 0;font-weight: bold;color: black;}
.vmCartModule{margin: 0 5px 0 70px;background-color: transparent;}

div.cbContent {margin: 20px 0 0 -10px;}
div.cbButtons .button {color: white}



/* -------------- */
  .carousel  a { color:#64a10f; }
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 100%;
	  height:100%;
      margin: auto;
  }

.carousel .item{
	background: #fff;    
  text-align: center;
  height: 303px !important;
  width:833px;
}
.carousel h2{
	color: #fff;
	margin: 0;
  padding-top: 50px;
  font-size: 46px;
}
.carousel p{
	color: #666;
	font-weight: bold;
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 40px;
}
.carousel .carousel-control {
	opacity:0;
}
	.carousel .carousel-control:hover {
		opacity:1;
	}


/* -------------- */
.btn {
	padding:0;
	margin:0;
	border:0;
	background:0;
	display:inline-block;
	position:relative;
	color:#000;
	text-decoration:none;
}
	.btn:hover { text-decoration:underline; cursor:pointer; }

	.btn.btn01 { 
		padding:10px 26px; 
		font-size:22px;
	}
	.btn.green {
		background:#b5e343;
	}

	.btn.email {
		padding-left:60px;
		background-image: url("../images/ico/ico-email-black.png") ;
		background-repeat: no-repeat;
		background-position: 22px center;
	}


/* -------------- */
.mt5 { margin-top:5px; }
.mt10 { margin-top:10px; }
.mt15 { margin-top:15px; }
.mt12 { margin-top:12px; }
.mt14 { margin-top:14px; }
.mt22 { margin-top:22px; }


/* -------------- */
.table_till_view,
.table_table_view {
	width:28px;
	height:28px;
	display:inline-block;
	text-indent:-9999px;
	cursor:pointer;
}

.table_table_view {
	background: url("../images/ico/ico-table-view.png") no-repeat center center;
}

.table_till_view {
	background: url("../images/ico/ico-till-view.png") no-repeat center center;
}


/* -------------- */

.relative { position:relative; }
.absolute { position:absolute; }
.block { display:block; }
/* -------------- */
.va-bottom, tr.va-bottom td { vertical-align:bottom; }
.a-right { text-align:right; }
.a-left { text-align:left; }
.a-center { text-align:center; }
.red-action {color: red; font-weight: bold}
/* -------------- */


.c-green { color:#65a10f; }
.bold { font-weight:bold; }

.clearfix::after {
    content: '';
    display: table;
	clear: both;
}


.clear { clear:both; width:0; height:0; font-size:0; line-height:0; margin:0; padding:0; overflow:hidden; visibility:hidden; }