@CHARSET "UTF-8";

body {

}

a:hover {
	color: #ffd54c;
}

/*
a {
	color: #333;
	text-decoration: underline !important;
}
a:hover, a:active, a:focus {
	color: #555;
	text-decoration: none !important;
}

a.js, .js-action {
	text-decoration: none !important;
	border-bottom: 1px dotted !important;
}
a.js:hover, .js-action:hover {
	color:#555;
}

small { font-size: 0.8em; }
strong { font-weight: bold; }
input { padding:2px; }
div.clear {
	clear:both;	
}
 */
.required {
	color:red;
	}
.ok {
	color:green;
	}
.comment {
	font-size: 0.85em;
	}
.total {font-weight: bold;}

.confirm {
	padding:8px 5px 8px 30px;
	color:#760084;
	border:1px solid #d7d69b;
	border-radius:5px;
	margin:5px 0;
	background: #fff url(/images/warning.png) no-repeat 8px center;
	}
.text-right {
	text-align: right;
}

.wbr {
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, начиная с 1999 года */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
.max-w-100 {max-width: 100px;}
.max-w-250 {max-width: 250px;}

.textimage span {
	display: none;
}


.wrapper {
	width:90%;
	min-width: 980px;
	max-width: 1230px;
	margin: 0 auto;
	text-align: left;
	}

.shell {
	box-shadow: 0px 0px 20px rgb(223, 223, 223);
	padding:0 15px 30px 15px;
	background-color: #f5f5f5;
	}

#body {
	position: relative;
	}
#body-center {
	margin: 0 230px 0 250px;
	}
#body-left {
	position: absolute;
	left: 0;
	top: 0;
	width: 220px;
	}
#body-right {
	position: absolute;
	right: 0;
	top: 0;
	width: 200px;
	}


.hidden-soft {
	display: none;
}

.widget_list > ul > li > a {
	font-size: unset;
	line-height: 22px;
}

/*** CONTENT
**************************************************/

	#content {
		position: relative;
		}



/*

#content h1 { 
	font-size:2em; 
	}
#content h2 { 
	font-size:1.7em; 
	padding-top: 5px;
	margin-right: 0pt;
	margin-bottom: 8px;
	margin-left: 0pt;
}
#content h3, #content .title { 
	font-size:1.4em;
	margin:10px 0;
	}
#content .title { 
	border:0;
	}
#content h5 { 
	font-size:1.1em;
	text-transform: uppercase;
	margin:5px 0;
	}

#content p { 
	margin:3px 0;
	padding:0;
	}


#content ul {
	list-style:disc;
	}
	#content ul li {
		margin-left: 10px;
		margin-bottom:3px;
		}

#content p, #content ul {
	padding-bottom: 10px;
	font-size: 95%;
}
#content hr {
	color: #888; 
	background-color: transparent; 
	border: 1px dashed #888; 
	border-style: none none dashed; 
}

#content li {
	background: transparent url(/images/icons/list.png) no-repeat 4px 8px;
	padding-left: 13px;
}
*/


#content a.news-image {
	display: block;
	float: left;
}
#content a.news-image img {
	border: 0;
}

#content .news-with-image {
	margin-left: 115px;
}

#body-right-column hr {
	color: white; 
	background-color: white; 
	border: 1px dashed #afaf94; 
	border-style: none none dashed; 
}


#content .button, #content .button-disabled {
	background-color: #f9d100;
	height:36px;
	line-height: 35px;
	color: #333;
	font-weight: 600;
	padding: 1px 7px;
	border:none; 
	border-radius: 4px;
	cursor: pointer;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
	}
	#content .button:hover {
		background-color: #ffe352;
		}
	#content a.button {
		padding: 1px 15px;
		}
		
#content .button-disabled {
	background-color: #cecec3;
	color:#a0a0a0;
	cursor:default;
	}

.truncate_more_link {
	text-decoration: none;
	border-bottom:1px dotted;
	}

#content .price-list-button {
	font-size:0.75em;
	display: inline-block;
	background: #f9d100 url(/images/excel.png) no-repeat 7px 4px;
	text-align: left;
	padding:4px 10px 6px 45px !important;
	line-height:15px;
	height:38px;
	}


.unit-availability-status {
	font-size: 0.9em;
}
.unit-availability-status-1 {
	color: #93ca0e;
	}
.unit-availability-status-2 {
	color: #ffc33c;
	}
.unit-availability-status-3 {
	color: #b8b8b8;
	}


/*** SEARCH FORM
**************************************************/

#search {
	margin-bottom: 20px;
}

#search form {
	width:100%;
	height: 33px;
	position: relative;
	}

#search input.field {
	position:absolute;
	top:0;
	left:0;
	width:148px;
	height: 29px;
	background: #292929 url("/images/search.gif") no-repeat 6px 6px;
	color: #fff;
	padding: 2px 2px 2px 35px;
	border:0;
	font-size: 14px;
	}
	#search input.field::-webkit-input-placeholder {
			   color: #fff;
			   opacity:1;
			}
	#search input.field:-moz-placeholder { /* Firefox 18- */
			   color: #fff;
			   opacity:1;
			}
	#search input.field::-moz-placeholder {  /* Firefox 19+ */
			   color: #fff;
			   opacity:1;
			}
	#search input.field:-ms-input-placeholder {  
			   color: #fff;
			   opacity:1;
			}			
	

#search input.button {
	position:absolute;
	top:0;
	right:0;
	width: 33px;
	height: 33px;
	border:0;
	background: #292929;
	color:#fff;
	cursor:pointer;
	}


/*** PRICE LIST
**************************************************/
#price-list {
	margin-bottom: 20px;
}





/*** GRAY BOX
**************************************************/
.gray-box {
	border-radius: 7px;
	background-color: #424242;
	margin-bottom:10px;
	}
	.gray-box .title {
		padding: 3px 5px;
		font-size: 1.5em;
		background: #f9d100 url("/images/h2-small.gif") no-repeat right 0px;		
		}
	.gray-box .content {
		padding:15px;
		color: #fff;
		}
		.gray-box .content p {
			padding:3px 0;
			}
		.gray-box .content a {
			color: #fff;
			}
	




/* voting
**************************************************/
#votings {
	text-align: left;
	}
#votings h4 {
	font-size:0.9em;
	font-weight:bold;
	margin-bottom:10px;
	}
.voting-box {
	margin-bottom:20px;
	}
.voting-box p.question {
	color:#f9d100;
	font-size:1.1em;;
	margin-bottom:12px;
	padding-bottom:12px;
	border-bottom: 3px double #ccc;
	}
.voting-box label {
	display:inline-block;
	margin-bottom:8px;
	}
.voting-box input.answer {
	margin-right:4px;
	}
.voting-box .button-panel {
	border-top: 3px double #ccc;
	margin-top:7px;
	padding-top:8px;
	text-align: center;
	}
	
	
.voting-box .button, .voting-box .button-disabled {
	background-color: #f9d100;
	height:27px;
	line-height:27px;
	padding: 1px 3px;
	border:none; 
	border-radius: 4px;
	cursor: pointer;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
	}
	.voting-box .button:hover {
		background-color: #ffe352;
		}
	.voting-box .button-disabled {
		background-color: #ccc;
		color:#888;
		cursor:default;
		}		
		
.voting-box .result {
	margin-bottom:6px;
	padding-bottom:4px;
	border-bottom:1px dotted #ccc;
	}
.voting-box .result p {
	margin:0 0 2px 0;
	clear: both;
	}
.voting-box .result .canvas {
	width:80%;
	float:left;
	}
.voting-box .result .canvas div {
	background-color: #ffe352;
	color: #ffe352;
	min-width:6px;
	 -moz-border-radius: 3px; 
	 -webkit-border-radius: 3px; 
	 -khtml-border-radius: 3px; 
	 border-radius: 3px;
	}
.voting-box .result .num {
	width:20%;
	float:left;
	text-align: right;
	}
.voting-box .total {
	font-weight:normal;
	font-style: italic;
	}

/* PhotoGallery
*********************************************/
.phg-album-row {
	border-bottom:1px dashed #afaf94;
	padding-bottom: 10px;
	margin-bottom: 10px;
	}
	.phg-album-row img {
		float:left;
		margin-right: 10px;
		}
	#content .phg-album-row h2 {
		font-weight: normal;
		float:left;
		margin-top: 10px;
		}
.phg-item {
	margin: 0 25px 10px 0;
	display:inline-block;
	padding:5px;
	background-color: #fff;
	border:1px solid #888;
	}



/*** Unit
***********************************/

/*** unit images ***/	
.unitImgBox {
	width:250px;
	height:250px;
	margin:10px 0 0 10px;
	}	
	.unitImgBox a {
		position: relative;
		display:block;
		width:250px;
		height:250px;
		}	
		.unitImgBox a span {
			position: absolute;
			display:block;
			bottom:-5px;
			right:-5px;
			font-size:0.85em;
			color:#003399;
			line-height: 18px;
			padding-right:20px;
			background: transparent url("/images/zoom.png") top right no-repeat;
			}	
.prod_pic {
	width: 270px;
	height: 270px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	}
.prod_preview {
	width:290px;
	margin:9px 0 0 -5px;	
	}
.imgGalleryPreview {
	float:left;
	display:block;
	margin: 0 5px 5px 0;
	width:90px;
	height:90px;
	}
	.imgGalleryPreview img {
		margin: 5px 0 0 5px;
		border:1px solid #c0c0c0;
		}
		.imgGalleryPreview img.a {
			border:1px solid #d7d69b;
			}
/*** unit content ***/
.unit-box {
	}
	.unit-box h1 {
		margin: 0;
		padding: 0;
		}
	.unit-box .shop-basket-input {
		width:60px;
		height: 36px;
		}
		
	.unit-box .table th {
		font-size:0.9em;
		font-weight: bold;
		color:#999;
		}
		


/* bootstrap correction
****************************************/
#search input.field {
	width: 184px;
	height: 33px;
	}
.address p {
	margin:0;
	}


/* Tables
******************************************************************************/
/******* Goods Table ********/

table.std {
	border-collapse: separate;
	border-spacing: 2px;
	}	
	table.std th, table.std td {
		padding:5px 5px 5px 0;
		}		
	table.std th {
		font-size: 0.85em;
		font-weight: bold;
		text-align: center;
		line-height: 27px;
		background-color: #f4f4f4;
		padding: 15px 10px;
		}		
		table.std th a {
			/* color:#f9d100; */
			}		
	table.std td {
		border-bottom:1px solid #dadada;
		}	
	table.std td.code {
		font-family:monospace;
		color:#92927f;
		text-align: center;
		}	
	table.std td.price {
		font-size:1.2em;
		/*color:#760084;*/
		text-align: right;
		white-space: nowrap;
		}
		table.std td.price .low {
			color:#60a30a;
			background-color:#deefd0;
			text-align: inherit;
			display: inline-block;
			border-radius:3px;
			padding:2px 4px;
			}
		table.std td.price .high {
			font-size:0.8em;
			color:#444;
			text-align: inherit;
			}
	table.std td.descr {
		font-size:0.9em;
		font-style: italic;
		}
	table.std td.basket {
		white-space: nowrap;
		width:100px;
		text-align: center;
		}
	table.std td.basket .measure {
		float: left;
		padding: 5px 2px;
		}
	table.std td img {
		border:1px solid #BEC5CC;
		}	
		table.std td img.seasone {
			border:0;
			text-align: left;
			vertical-align:middle;
			margin-right:2px;
			width: 20px;
			height: 20px;
			}	
	table.std th a.sort-asc {
		background: transparent url("/images/sort_a.png") no-repeat left 6px;
		padding-left:20px;
		display: inline-block;
		}	
	table.std th a.sort-desc {
		background: transparent url("/images/sort_d.png") no-repeat left 6px;
		padding-left:20px;
		display: inline-block;
	}

	table.std td.separator {
		height:3px;
		background-color:#d7d69b; 
		border:0;
		padding: 0;
		}

	table.std .credit-in-row {
		display:block;
		margin:5px 0;
		font-size:0.85em;
		}

table.faq td {
	padding:3px 5px;
	}
	table.faq td.fld {
		text-align: right;
		font-style: italic;
		}
	table.faq td.question {
		color:#8a3cbb;
		}
	table.faq td.answer {
	
		}
		
table.light {
	}		
	table.light th, table.light td {
		padding:5px 10px;
		}		
	table.light th {
		font-size: 0.85em;
		font-weight: bold;
		text-align: center;
		border-bottom:3px double #888;
		line-height:1.4em;
		border-right: 0;
		}		
	table.light td {
		border-bottom:1px solid #dadada;
		}
	table.light td.price {
		font-size:1.2em;
		text-align: right;
		white-space: nowrap;
		}
	table.light td img {
		border:1px solid #888;
		}	
	table.light td.fld {
		text-align: right;
		font-style: italic;
		}			
	table.light .total {
		font-weight: bold;
		}			

/*** INNER ***/
table.inner td {
	border:0;
	padding:0;
	margin:0;
	}	
	
table.params {
	}	
	table.params td {
		text-align: left;
		}	
		
	table.params .cat-avlb-0, table.params .cat-avlb-1, 
		table.params .cat-avlb-2, table.params .cat-avlb-3, 
		table.params .cat-avlb-4, table.params .cat-avlb-5 {
		margin:4px 0;
		}

/* Paginator
******************************************************************************/

.catNavigator {
	line-height: 38px;
	text-align: center;
	}
	.catNavigator a {
		}		
	.catNavigator a.prevBtn b, .catNavigator a.nextBtn b  {
		font-weight:normal;
		}		
	.catNavigator span.prevBtn b, .catNavigator span.nextBtn b  {
		font-weight:normal;
		}		
	.catNavigator span.prevBtn, .catNavigator span.nextBtn  {
		color:#ccc;
		}
	.catNavigator a.numBtn, .catNavigator a.numBtnA, .catNavigator a.shiftBtn {
		text-align: center;
		padding: 6px 14px;
		margin-right: 3px;
		font-size: 0.85em;
		border-radius: 4px;
	}
	.catNavigator a.numBtn {
		background-color: #f1f1f1;
		text-decoration: none;
		}		
		.catNavigator a.numBtn:hover {
			background-color: #ffe352;
			}		
	.catNavigator a.numBtnA {
		font-weight:bold;
		color:#fff;
		text-decoration:none;
		background-color: #f9d100;
		}
	.catNavigator a.shiftBtn {
		padding: 5px 10px;
		background-color: transparent;
		border: 1px solid #e3e3e3;
	}
	.catNavigator a.shiftBtn:hover {
		background-color: #ffe352;
		padding: 6px 11px;
		border: 0;
	}

/**** Buttons paginator **********/
.buttons-paginator-box a, .buttons-paginator-box span {
	font-size:1em;
	border:0;
	padding:5px;
	font-family: Arial;
	 -moz-border-radius: 5px; 
	 -webkit-border-radius: 5px; 
	 -khtml-border-radius: 5px; 
	 border-radius: 5px;
	 text-decoration: none;
	 margin: 0 4px 0 0;
	 min-width: 22px;
	 text-align: center;
	 display:inline-block;
	}
	.buttons-paginator-box a:hover {
		background-color: #5a2b00;
		}
.buttons-paginator-box a {
	background-color: #3f260f;
	color:#fff;
}
.buttons-paginator-box span {
	background-color: #c0c0c0;
	color:#808080;
}

/* Alpha menu 
******************************************************************************/

#alphaHolder {
	position: relative;
}

#alphaHolder table {
	border: 0;	
}

#alphaHolder a {
	outline: 0;
}


#alphaListHolder {
	width: 100%;
	overflow: hidden;
}

.alphaChar {
	padding: 6px 9px;
	background-color: #f9d100;
	display: inline-block;
	margin: 0 0 2px 0;
	font-size:0.85em;
	text-decoration: none;
	border-radius:4px;
	}
	.alphaChar:hover, .alphaChar-shown {
		background-color: #ffe352;
		text-decoration: none;
	}

.alphabetList {
	display: none;
	position: absolute;
	max-height: 208px;
	width: 200px;

	background-color: #fff;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.5);	
	
	overflow: auto;
	z-index: 100;
	white-space: nowrap;
	text-align: left;
}

.alphabetListInner {
	overflow: auto;
	max-height:202px;
}

div.alphabetList-element {

}

a.alphabetList-element {
	line-height: 30px;
	border-top: 1px solid #eee;
	padding-left: 20px;
	display: block;
	padding-right: 10px;
}
	a.alphabetList-element:first-child {
		border-top: 0
	}

a.alphabetList-element-showable {
	background-image: url(/images/rolls/left-menu2.png);
	background-repeat: no-repeat; 
	background-position: 9px center;
}

a.alphabetList-element-shown {
	background-color: #ffe352;
	background-position: -484px center;
}
a.alphabetList-element:hover {
	background-color: #ffe352;
}


.alphabetSubList {
	position: absolute;	
	display: none;
	z-index: 200;
	width: 200px;
	
	background-color: #fff;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.5);	

	max-height: 208px;
	overflow: auto;
}

.alphabetSubListInner {
	overflow: auto;
	max-height:202px;
}

.alphabetSubList-element {
	display: block;
	line-height: 30px;
	border-top: 1px solid #eee;
	padding-left: 5px;
	padding-right: 5px;
	color: #3f3f2e;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
	}
	.alphabetSubList-element:first-child {
		border-top: 0;
		}
.alphabetSubList-element:hover {
	background-color: #ffe352;
}

		
/* News
-----------------------------------------------------------------------------*/
#news {
	padding:20px 15px;
	background-color: #f8f8f8;
	}
	#news .news-article {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid #dadada;
	}
	#news p {
		}
	#news img {
		margin: 10px 0;
		height: 120px;
		width: 100%;
		object-fit: cover;
		object-position: center;
		}
	#news .news_fp_date {
		font-size:0.8em;
		}
	#news h2, #news h3 , #news .title {
		font-size:1.3em;
		font-weight: normal;
		line-height:1.5em;
		}
	#news h4 {
		font-size:1.2em;
		margin:0 0 5px 0;
		padding:0;
		}
		#news h3.top, #news h3.top a {
			color:#e60000;
			}
			
#news-show img {
	margin: 0 0 10px 30px;
	max-width: 350px;
	float:right;
	}
.news_one_date {
	display:block;
	font-size:0.8em;
	}		
.news_one_header {
	display:block;
	font-size:1.8em;
	}	

.news {
	padding:10px 0;
	clear: both;
	}
	.news img {
		float:left;
		}

/* FILTER
******************************************************************************/
#filter {
	}
	#filter.float {
		position: absolute;
		width:200px;
		display: none;
		text-align: left;
		background-color: #e0e0d2;
		padding:20px 15px;
		}
		#filter.float .title {
			color:#fc38fa;
			padding:3px 0 7px 0;
			font-size: 1.3em;
			}
			
.filter-item {
	margin-bottom:10px;
	}
	.filter-item a {
		outline: none;
		}
	.filter-item > span {
		display: block;
		padding-bottom: 10px;
		}
	.filter-item a.select {
		display:block;
		background: #6c6e74;
		background: -moz-linear-gradient(top,  #6c6e74 0%, #4b4d51 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c6e74), color-stop(100%,#4b4d51));
		background: -webkit-linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);
		background: -o-linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);
		background: -ms-linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);
		background: linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);
		color:#fff;
		line-height:29px;
		text-decoration: none !important;
		}
	.filter-item a.select span {
		padding-left:12px;
		color:#aaa;
		overflow: hidden;
		display:block;
		white-space: nowrap;
		background: transparent url(/images/rolls/left-menu2.png) no-repeat 203px center;
		transition: none;
		}
	.filter-item a.select.open span {
		background-position: -293px center;
		}
	.filter-item a.current span {
		color:#171717;
		}
	.filter-item a.select:HOVER, 
	.filter-item a.open, 
	.filter-item a.open:HOVER,
	.filter-item a.current  {
		background: #a5cd4e;
		background: -moz-linear-gradient(top, #ffeb43 0%, #ffd600 40%, #deb201 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffeb43), color-stop(40%,#ffd600), color-stop(100%,#deb201));
		background: -webkit-linear-gradient(top, #ffeb43 0%, #ffd600 40%, #deb201 100%);
		background: -o-linear-gradient(top, #ffeb43 0%, #ffd600 40%, #deb201 100%);
		background: -ms-linear-gradient(top, #ffeb43 0%, #ffd600 40%, #deb201 100%);
		background: linear-gradient(top, #ffeb43 0%, #ffd600 40%, #deb201 100%);
		color:#171717;
		}

	.filter-values {
		max-height:200px;
		z-index:9999;
		background-color: #fff;
		}
	.filter-values-inner {
		overflow: auto;
		max-height:200px;
	}
	.filter-values a {
		line-height: 25px;
		border-bottom: 1px solid #eee;
		padding-left: 20px;
		display: block;
		line-height:25px;
		}
	.filter-values a:HOVER {
		background-color: #ffe352;
		}
	.reset-current-condition a {
		color: #171717 !important;
		}
	.add-condition-title, .reset-condition-title {
		color:#888;
		font-size:0.85em;
		font-style:italic;
		border-bottom: 1px solid #888;
		padding: 5px 10px 5px 20px;
		display: block;
		}
	
	.add-condition-title {
		background-color: #eee;
		}
	.add-condition-list a {
		color: #42b1e0 !important;
		}
	
	.reset-condition-title {
		background-color: #eee;
		}
	.reset-condition-list a {
		color: #171717 !important;
		}
	/*
	.filter-item-reload {
		background-color: #fff;
		}
	a.filter-item-reload {
		color: #4c4c3d;
		}
	*/
.filter-reset-all {
	margin: 5px 0;
	}
	
/****** WIZARDS ********/
ul.wizard-makers li, .wizard-models li {
	padding:3px 10px;
}
.wizard-bodies li {
	font-size:1.2em;
	padding:10px 10px;
	}
.wizard-kinds li {
	font-size:1.4em;
	padding:10px 2px;
	}

/**** Helpers **********/
.helper-panel {
	background:transparent;
	padding:0px;
	margin-bottom:15px;	
	}
#content .helper-panel ul li {
	background: none;
	padding:0;
	margin:0 0 10px 0;
	}	
.helper-title-box {
	position: relative;
	}	
.helper-open .helper-title-box {
	margin:0 10px 10px 0;
	}
.helper-close .helper-title-box {
	margin-bottom:8px;
	}
	.helper-title {
		font-size:17px;
		margin-bottom:2px;
		color:#000;
		text-decoration: none !important;
		padding:2px 0 0 25px;
		display:block;
		}
		.helper-open .helper-title {
			background: url("/images/helper-bullet-opened.gif") no-repeat 3px 4px transparent;
			}
		.helper-close .helper-title {
			background: url("/images/helper-bullet-closed.gif") no-repeat 3px 4px transparent;
			}
				
		
.helper-open .helper-content-box {
	/*
	float:left;
	width:720px;
	*/
	position: relative;
	padding-bottom:5px;
	display:block;
	}
.helper-close .helper-content-box {
	display:none;
	}
	.helper-content-box p {
		padding:0 0 10px 0;
		margin:0;
	}
	.helper-content-box h2 {
		margin:0;
		padding:0;
		font-size:1.8em !important;
		color:#000;
	}


/*** BANNERS
*********************************************************/
#bottom-ad {
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left:-250px;
	max-width: 500px;
	border-top: 1px solid #afaf94;
	height: 70px;
	padding-top: 10px;
	text-align: center;
	}

	#bottom-ad img {
		border: 0;
		}

.cms-banner {
	text-align: center;
	margin-bottom:5px;
	}	
	
/*** SHOP
*********************************************************/	

.inp_1 {	 
width:130px;
height:30px;					   
margin-left:21px;	 
margin-bottom:30px;
float:left;
}		  
.shop-basket-input {
	width:50px;
	/* height:23px; */
	padding: 5px 2px;
	border: 1px solid rgb(211, 211, 211);
	border-radius: 4px;
	text-align:center;
	float:left;
	}	

.shop-basket-full .shop-basket-input {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
#content .shop-basket-button {
	background-color: #f9d100;
	height: 36px;
	padding: 1px 10px;
	margin-left: 4px;
	border: none;
	border-radius: 4px;
	/* float: left; */
	cursor: pointer;
	/* color: #424242; */
	font-size: 21px;
	}	
	#content input.shop-basket-button:hover {
		background-color: #ffef8e;
		}
#content div.shop-basket-in {
	clear:both;
	font-size:0.86em;
	margin-top:5px;
	display:none;
	}	
#content div.shop-basket-confirm {
	clear:both;
	font-size:1em;
	position: absolute;
	-moz-border-radius: 7px !important; 
	-webkit-border-radius: 7px !important; 
	-khtml-border-radius: 7px !important; 
	border:1px solid #dadada !important;
	width:250px;
	line-height:30px;
	padding-left:15px;
	padding-right:15px;
	background-color: #fff;
	display:none;
	}	
	
#content ul.shop-basket-substitution {
	position: absolute;
	background-color: #fff;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.5);	
	width:65px;
	display:none;
	z-index:1000;
	margin:0;
	padding:0;
	}
	#content ul.shop-basket-substitution li {
		border-top:1px solid #eee;	
		background: none;
		margin:0;
		padding:0;
		}
	#content ul.shop-basket-substitution li:FIRST-CHILD {
		border-top:none;	
		}
	#content ul.shop-basket-substitution a {
		display:block;
		text-align:center;
		line-height: 30px;
		font-size:1.1em;
		text-decoration: none;
		}
	#content ul.shop-basket-substitution a.more, #content ul.shop-basket-substitution a.delete {
		font-size:0.9em;
		}
	#content ul.shop-basket-substitution a.delete {
		color:#dd0000;
		}
	#content ul.shop-basket-substitution a:hover {
		color:#171717;
		background-color:#ffe352;
		}

#shop-info {
		color: #fff;
		}
	#shop-info #title {
		display:block;
		font-size:1.2em;
		margin-bottom: 4px;
		}
	#shop-info a {
		color: #f9d100;
		}
	#shop-info #quantity {
		}
	#shop-info #quantity a {
		font-size:1.2em;
		}
	#shop-info #quantity span {
		}
	#shop-info #cost {
		font-size:1em;
		font-weight: bold;
		} 
		
#shop-basket-items-table-confirm {
	display:none;
	font-weight: bold;
	color:#003399;
	}

.shop-auth-box {
	display:none;
}

.shop-user-order-info p {
	border-bottom: 1px dotted #ccc;
	width:700px;
	}
.shop-user-order-info small {
	display:inline-block;
	width:180px;
	}
.shop-user-order-info big {
	display:inline-block;
	width:510px;
	}
	
#shop-preset-box {
	height:160px;
	background-color: #eee;
	padding:5px;
	overflow: auto;
}
#shop-preset-box .preset {
	display:block;
	position:relative;
	float:left;
	padding:10px;
	text-decoration: none;
	background-color: #f8f8f8;
	margin:0 10px 10px 0;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	-khtml-border-radius: 10px; 
	border-radius: 10px;	
	width:380px;
	height: 120px;
	outline: none;
}
#shop-preset-box a.preset:hover, #shop-preset-box a.active {
	background-color: #fff;
}
#shop-preset-box .preset small {
	color:#333;
}
#shop-preset-box .preset a.paste {
	position:absolute;
	bottom:3px;
	right:3px;
}
	
	

.catalog-section-search-row {
	display: flex;
	align-items: stretch;
	gap: 8px;
	margin-top: 6px;
}
.catalog-section-search-row .search-helper {
	flex: 1 1 auto;
	min-width: 0;
	max-width: 100%;
}
.catalog-section-search-row .button {
	flex: 0 0 auto;
	white-space: nowrap;
}

@media only screen and (max-width: 767px) {
	.catalog-section-search-row {
		gap: 6px;
	}
	.catalog-section-search-row .search-helper {
		width: auto;
	}
	#content .catalog-section-search-row .button {
		padding-left: 12px;
		padding-right: 12px;
	}
}
/* forms
*********************************************/
.form-std {}
.form-std .smooth {
	padding:5px 3px;
	border:1px solid #d3d3d3;
	 -moz-border-radius: 4px; 
	 -webkit-border-radius: 4px; 
	 -khtml-border-radius: 4px; 
	 border-radius: 4px;
	}
.form-std ul.errors li {
	color:#ad0000;
	line-height: 1em;
	padding-left:1em;
	font-size: 0.8em;
	}
.form-std p.description {
	color:#808080;
	line-height: 1em;
	padding:0 !important;
	font-size: 0.85em !important;
	margin:0 !important;
	}
.form-std-panel {
	position: relative;
	border-top:1px dashed #ccc;
	padding-top:20px;
	}
.form-std-panel:FIRST-CHILD {
	border-top:0;
	}

.form-std-panel-caption {
	position: absolute;
	top:10px;
	left:10px;
	padding:3px 5px;
	font-size:1.4em !important;
}
.required-marked sup {color:#dd0000;}

/* fieldset classes */
.fieldset-one-column dt {margin-bottom:2px;}
.fieldset-one-column dd {margin-bottom:10px;}

.fieldset-two-column dt, .fieldset-two-column dd {
	float: left;
	}
.fieldset-two-column dt {
	min-width:12em; 
	width:25%; 
	clear:both; 
	color:#656565; 
	padding-top:1em; 
	}
.fieldset-two-column dd {width:60%; padding-top:0.7em;}
@media only screen and (max-width: 767px) {
	.fieldset-two-column dt,
	.fieldset-two-column dd {
		float: none;
		width: 100%;
		min-width: 0;
	}
}

.fieldset-border {padding:20px;}

.fieldset-margin-bottom {margin-bottom:10px;}
.fieldset-margin-top {margin-top:20px;}

.compact-form .form-std-panel {
	padding-top:0;
	}
.compact-form .fieldset-border {
	padding:5px 20px 20px 20px;
	}

/* buttons */
.form-std .button-panel {
	margin-top:10px;
	padding:5px 0px;
	}
.form-std .button-panel dt, .form-std .button-panel dd {float: left;}
.form-std .button-panel dd {margin-right:20px;}	

a.btn-light {
	padding:4px;
	border:1px solid #d3d3d3;
	background-color: #f3f3f3;
	 -moz-border-radius: 4px; 
	 -webkit-border-radius: 4px; 
	 -khtml-border-radius: 4px; 
	 border-radius: 4px;
	 line-height: 30px;
	 }
a.btn-light:hover {
	border:1px solid #ffd04e;
	background-color: #ffeec0;
}
 
/* checkout form */
.checkout-form .form-std-panel {padding:0;}
.checkout-form .fieldset-border {padding:10px;}

.checkout-form label {
	font-weight: normal;
	display: inline;
	}

.form-std dd#delivery-element input, 
.form-std dd#paymentMethod-element input, 
.form-std dd#faceType-element input {
	float:left;
	margin-right:7px;
	}
#delivery-element label {
	display: block;
	}	
.form-std div.radio {
	display:inline-block;
	width:90%;
	margin-bottom:5px;
	margin-top:0;
	}
#distance-box {margin:0 0 10px 21px; font-size:0.85em;}

.cost-info {
	line-height: 27px;
	}
.cost-info .descr {
	float:left;
	width:180px;
	}
.cost-info .value {
	float:left;
	width:95px;
	text-align: right;
	}
.cost-info div {
	clear:both;
	width:280px;
	border-bottom:1px dotted #ccc;
	}
	
	
	
/*** sitemap
*****************************/
#content .sitemap li {margin:5px 0 5px 40px;}
#content .sitemap {font-size: 1.8em;}
#content .sitemap li {font-size: 0.8em;}


/* jobs
*********************************************************/
.jobs-item {
	width:100%;
	}
.jobs-item td {
	padding:5px;
	}
.jobs-item td.fld {
	font-size:0.8em;
	color:#808080;
	text-align: right;
	width:15%
	}
	
/* faq
*********************************************************/
.faq-item {
	width:100%;
	margin-bottom:10px;
	}
.faq-item td {
	padding:5px;
	}
.faq-item td.fld {
	font-size:0.8em;
	color:#808080;
	text-align: right;
	width:10%
	}
.faq-item td.question {
    font-size: 1.1em;
}

/* tags
**************************/
.tags {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}
.tags a {
	display: inline-block;
	padding: 3px 10px;
	margin: 0 8px 5px 0;
	border-radius: 9px;
	background-color: #ffd54c;
}
.tags a:hover {
	background-color: #ffe9ab;
	color: #796316;
}
.tags .level1 { font-size:0.85em;}
.tags .level2 { font-size:0.9em;}
.tags .level3 { font-size:1em;}
.tags .level4 { font-size:1.2em;}
.tags .level5 { font-size:1.4em;}
.tags .level6 { font-size:1.6em;}
.tags .level7 { font-size:1.8em;}

/* Places
**************************/
#places-box {
	padding: 0 10px 20px 15px;
	}
	#places-box h5 {
		padding:3px 0 7px 0;
		font-size: 1.4em;
		}
	#places-box a {
		display:block;
		margin:6px 0;
		}

.places-main-group {
	margin-bottom:5px;
	padding:1px;
	}
	.places-main-group a {
		font-size:1.4em;
		display: block;
		background-color: #fff;
		border-radius:5px;
		/*border:2px solid #dd9;*/
		box-shadow: 1px 1px 2px #BEC5CC;
		}
		.places-main-group a:active {
			box-shadow: 0px 0px 1px #BEC5CC;
			margin:1px -1px -1px 1px;
			}
	.places-main-group a img {
		vertical-align: middle;
		margin:1px 10px;
		}
		
.places-group {
	margin-bottom:5px;
	}
	.places-group a {
		font-size:1.1em;
		}
	li.places-group  {
		background: transparent url(/images/icons/list.png) no-repeat 4px 8px !important;
		padding-left: 13px !important;
		margin-left:30px !important;
		}
.gray-box a.level {
	display: block;
	line-height: 1.2em;
	}
	
/* Catalog Available
**************************/
.cat-avlb-0, .cat-avlb-1, .cat-avlb-2, 
.cat-avlb-3, .cat-avlb-4, .cat-avlb-5 {
	display: block;
	width:43px;
	height: 10px;
	text-indent: 9999em;
	background: transparent url(/images/av.gif) no-repeat 0px 0px;
	margin:4px auto 0 auto;
	overflow: hidden;
	}
.cat-avlb-1 { background-position: 0px -10px; }
.cat-avlb-2 { background-position: 0px -20px; }
.cat-avlb-3 { background-position: 0px -30px; }
.cat-avlb-4 { background-position: 0px -40px; }
.cat-avlb-5 { background-position: 0px -50px; }

/* Search result panel
**************************/

#search-result-panel {
	position: absolute;
	z-index: 1000;
	background-color: #fff;
	border:1px solid #64b0f7;
	font-family: Arial;
	text-align: left;
	padding:2px;
	border:1px solid #d3d3d3;	
	border-radius: 4px;
}
#search-result-panel .words-box {
	min-width:200px;
	float:left;
	}
#search-result-panel .links-box {
	width:300px;
	float:left;
	background-color: #eee;
	padding:5px;
	margin-left:2px;
	}
	#search-result-panel .links-box b {
		display:block;
		line-height: 35px;
		}
#search-result-panel .result-row {
	line-height:28px;
	border-bottom:1px solid #eee;
	padding-left:2px;
	cursor: pointer;
}
#search-result-panel .link {
	line-height:26px;
	padding-left:2px;
}
#search-result-panel .selected {
	background-color:#e1ebf5;
}
#search-result-panel .not-found {
	line-height:50px;
	font-size:12px;
	padding-left:2px;
	background-color:#ffdddd;
	color:#a00;
}

.ajax-loader {
	display:block;
	width:31px;
	height:31px;
	background:url('/images/ajax-loader.gif') left top no-repeat ;
}


.partners-carousel-container {
	padding:30px 0;
	margin: 0 -15px;
	text-align: center;
	}
	.partners-carousel-container:after {
		content: ' ';
		display: table;
		clear: both;
		}
	.partners-carousel-container .partner-logo {
		width:11.111%;
		display: inline-block;
		}
	.partners-carousel-container .partner-logo img {
	    filter: grayscale(100%);
	    -webkit-filter: grayscale(100%);  /* For Webkit browsers */
	    filter: gray;  /* For IE 6 - 9 */
	    -moz-transition: all .6s ease;  /* Transition for Webkit browsers */
	    -webkit-transition: all .6s ease;  /* Transition for Webkit browsers */
		}
		.partners-carousel-container .partner-logo img:hover {
		    filter: grayscale(0%);
		    -webkit-filter: grayscale(0%);
		    filter: none;
			}

			
/* Catalog Linked Groups
**************************/
.cat-link-group {
	float:left;
	width:160px;
	height:170px;
	text-align: center;
	background: #fff;
	border:1px solid #ddd;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	margin: 0 10px 20px 0;
	}
	.cat-link-group .image {
		margin:5px auto;
		}
	.cat-link-group .name {
		height:30px;
		}


.product-row {
	padding: 10px 5px;
	border-bottom: 1px solid #f0f0f0;
}
.product-row:hover{
	background-color: #f9f9f9;
}
.product-image {
	border: 1px solid #e9e9e9;
	padding: 10px;
	border-radius: 5px;
	background-color: #ffffff;
}
.product-price {
	font-size: 1.1em;
	color: #b48a00;
	font-weight: 600;
}
.product-details {
	font-size: 1em;
	font-weight: 600;
}
.product-details .label {
	font-size: 0.9em;
	color: #7c7c7c;
	font-weight: 500;
}
.product-details .articul {
	color: #517e9e;
}
.product-details .code {
	color: #519e6c;
}
.product-name {
	font-size: 1.2em;
}

.news_blog_area .blog_wrapper .blog_thumb {
    flex: 0 0 40%;
    max-width: 40%;
}

.news_blog_area .blog_wrapper .blog_thumb a,
.news_blog_area .blog_wrapper .blog_thumb img {
    display: block;
    width: 100%;
}

.news_blog_area .blog_wrapper .blog_content {
    flex: 1 1 0;
}

@media only screen and (max-width: 767px) {
    .news_blog_area .blog_wrapper .blog_thumb {
        flex-basis: auto;
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
	.product-row {
		padding: 12px 0;
	}
	.product-row .product-row-layout {
		display: grid;
		grid-template-columns: 94px minmax(0, 1fr) auto;
		grid-template-rows: auto auto;
		column-gap: 12px;
		row-gap: 8px;
		align-items: start;
		margin-left: 0;
		margin-right: 0;
	}
	.product-row .product-row-layout > [class*="col-"] {
		width: auto;
		max-width: none;
		padding-left: 0;
		padding-right: 0;
	}
	.product-row-with-image .product-row-image {
		grid-column: 1;
		grid-row: 1 / span 2;
	}
	.product-row-no-image .product-row-main {
		grid-column: 1 / 4;
	}
	.product-row-with-image .product-row-main {
		grid-column: 2 / 4;
		grid-row: 1;
	}
	.product-row .product-row-price {
		grid-column: 2;
		grid-row: 2;
		align-self: center;
		min-width: 0;
	}
	.product-row .product-row-actions {
		grid-column: 3;
		grid-row: 2;
		align-self: center;
		justify-self: end;
		min-width: 94px;
	}
	.product-row-no-image .product-row-price {
		grid-column: 1 / 3;
	}
	.product-row-no-image .product-row-actions {
		grid-column: 3;
	}
	.product-row .product-image {
		width: 92px;
		max-width: 92px;
		padding: 6px;
	}
	.product-row .product-details .row {
		display: block;
		margin-left: 0;
		margin-right: 0;
	}
	.product-row .product-details .code,
	.product-row .product-details .articul {
		width: 100%;
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
		line-height: 1.35;
	}
	.product-row .product-name {
		margin-top: 4px;
		font-size: 1em;
		line-height: 1.25;
	}
	.product-row .product-price {
		font-size: 1em;
		line-height: 1.25;
		text-align: left !important;
	}
	.product-row .shop-basket-form {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		white-space: nowrap;
	}
	.product-row .shop-basket-input {
		float: none;
		width: 42px;
		height: 34px;
		padding: 4px 2px;
	}
	#content .product-row .shop-basket-button {
		height: 34px;
		min-width: 38px;
		margin-left: 4px;
		padding: 1px 8px;
		line-height: 1;
	}
	.product-row .shop-basket-form .clear {
		display: none;
	}
	.product-row .unit-availability-status {
		margin-top: 3px;
		font-size: 0.78em;
		line-height: 1.2;
		text-align: right;
	}
}



.offcanvas_main_menu li.menu-open > span.menu-expand {
	transform: rotate(180deg);
}

@media only screen and (max-width: 767px) {
	.shop_toolbar_wrapper {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		gap: 8px 12px;
		padding: 10px 0;
	}
	.shop_toolbar_wrapper .page_amount {
		order: 1;
		flex: 1 1 auto;
		margin-bottom: 0;
	}
	.shop_toolbar_wrapper .page_amount p {
		margin-bottom: 0;
	}
	.shop_toolbar_wrapper .niceselect_option {
		order: 2;
		flex: 0 1 auto;
		margin-bottom: 0;
		max-width: 58%;
	}
	.shop_toolbar_wrapper .niceselect_option .nice-select,
	.shop_toolbar_wrapper .niceselect_option select {
		max-width: 100%;
	}
	.shop_toolbar_wrapper .shop_toolbar_paginator {
		order: 3;
		flex: 0 0 100%;
		width: 100%;
		text-align: center;
	}
}

