﻿

#select_city_window{
	max-width: 380px;
	width: 100%;
	height: 180px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 10px 10px;
	z-index: 9999;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	background: #eee;
}
#select_city_window .header_ct{
	text-align: center;
	font-weight: bold;
	font-size: 1.27em;
	color: #333;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	text-transform: uppercase;
	margin-top: 10px;	
	display: block;
}

#select_city_window input{
	width: 90%;
	border: 0;
	height: 28px;
	background: #fdfdfd;
	outline: 0 !important;
	border-radius: 4px;
	box-shadow: 0 0 2px rgba(0,0,0,0.4), inset 0 0 5px rgba(0,0,0,0.2);
	margin-top: 26px;
	padding: 2px 1.2%;
	transform: translateX(3.8%);
}
#select_city_window div{
	text-align: center;
	margin-top: 36px;
}
#select_city_window div button{
	margin: 10px 20px;
	border-radius: 3px;
	box-shadow: 0px 0.3em 0.3em rgba(255, 254, 255, 0.6) inset, 0px -0.1em 0.3em rgba(0, 0, 0, 0.15) inset, 0px 1px 2px rgb(153, 153, 153);
	background: linear-gradient(to bottom, #f8d71a 0%,#d8c036 100%);
	border: solid 1px #787878;
	cursor: pointer;
	position: relative;
	bottom: 0;
	top: 0;
	transition: all 0.3s ease;
	opacity: 0.8;
	padding: 6px 22px;
	font-weight: bold;
}
#select_city_window div button:hover{
	opacity: 1;
}

 .autocomplete-suggestions { box-sizing: border-box; border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
 .autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
 .autocomplete-no-suggestion { padding: 2px 5px;}
 .autocomplete-selected { background: #F0F0F0; }
 .autocomplete-suggestions strong { font-weight: bold; color: #000; }
 .autocomplete-group { padding: 2px 5px; font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }



#product-info{
	display: flex;
	flex-wrap: wrap;
}

#product-info .col-1{
  flex-basis: 300px;
  margin: 5px 10px;
  position: relative;
}

#product-info .col-1 .prev_img{
	margin-top: 3px;
	max-width: 100%;
	overflow: auto;
}
#product-info .col-1 .prev_img div{
	height: 30px;
	max-height: 30px;
	margin: 5px 10px;
	float: left;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	padding: 3px;
	cursor: pointer;
	opacity: 0.8;
	transition: all 0.3s ease;	
}
#product-info .col-1 .prev_img div:hover{
	opacity: 1;
}
#product-info .col-1 .prev_img img{
	width: 30px;
}

#product-info .col-1 .image_container{
	border: 1px solid #eee;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 10px;
	min-height: 300px;
}
#product-info .col-1 .image_container .image_base{
	
}

#product-info .col-1 .image_container .image_base .zoom{
	position: absolute;
	content: '';
	width: 24px;
	height: 24px;
	bottom: 10px;
	right: 10px;
	background: url('/images/zoom-in.svg') no-repeat;
	opacity: 0.8;
	transition: all 0.3s ease;
}


#product-info .col-1 .image_container .image_base .zoom:hover{
	opacity: 1;
}


#product-info .col-2 .delivery_container{
	margin: 10px 13px;
	padding: 5px;
	box-shadow: 0 0 3px rgb(0,0,0,0.2) inset;	
	background: #e9edee url('/images/ship.png') no-repeat 10px 50%;
	background-size: 54px;
	min-height: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#product-info .col-2 .delivery_container p{
	font-weight: bold;
	font-size: 1.4em;
	font-family: "PFCentroSansProMedium";
	margin-left: 72px;
	color: #971122;
}

#product-info .col-2 .delivery_container div{
	margin-left: 72px;
	margin-top: 6px;
	font-size: 0.85em;
	color: #333;	
}

#product-info .col-2 .price_container{
	margin: 10px 13px;
	padding: 5px;
	background: #e9edee;	
	box-shadow: 0 0 3px rgb(0,0,0,0.2) inset;
}

#product-info .col-2 .price_container .price_head{
	font-size: 14px;
	color: #7b7b7b;
	text-shadow: 0 0 1px rgba(182, 189, 232, 0.4);	
}

#product-info .col-2 .price_container .price_wrn{
	display: block;
	font-size: 0.56em;
	text-shadow: none;
	color: #920101;
	font-weight: normal;
	margin-left: 10px;
}

#product-info .col-2 .price_container .price{
	display: block;
	margin: 10px 20px;
	font-weight: bold;
	font-size: 2em;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	font-family: "PFCentroSansProMedium";
}

#product-info .col-2 .price_container .price .retail_base{
	font-size: 0.60em;
	color: #666;
	text-shadow: none;
}

#product-info .col-2 .price_container .price .wholesale_base{
	padding-left: 20px;
	padding-top: 12px;
	font-size: 0.8em;
	color: #971122;
	text-shadow: none;
}

#product-info .col-2 .price_container .price .wholesale_base > span{
	color: #000;
	margin-left: -20px;
	display: block;
	margin-bottom: 5px;
}

#product-info .col-2 .price_container .price .wholesale_base div > span{
	width: 100px;
	text-align: right;
	display: inline-block;
	color: #000;
}

#product-info .col-2 .price_container .price .wholesale_base div > span > span:first-child{
	font-size: 1em;
	cursor: pointer;
	padding-right: 2px;
}
#product-info .col-2 .price_container .price .wholesale_base div > span > span:first-child:hover{
	text-decoration: underline;
}

#product-info .col-2 .price_container .price .wholesale_base div > span > span{
	font-size: 0.7em;	
}

#product-info .col-2 .price_container .retail_old{
	font-size: 0.60em;
	font-weight: normal;
	text-decoration: line-through;
	color: #777;
	text-shadow: none;
	padding: 0 10px;
}


#product-info .col-2 .excrt_container{
	display: flex;
	flex-wrap: wrap;
}

#product-info .col-2 .excrt_container > div:last-child{
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin: 10px 0;
	padding-right: 12px;

}

#product-info .col-2 .excrt_container > div:first-child{
	display: flex;
	flex-grow: 1;
	padding-right: 15px;
	height: 46px;
	margin: 10px 0;
	padding-left: 13px;
}

#product-info .col-2 .favorite{
	float: right;
	margin-right: 18px;
	font-size: 0.9em;
	background: url('/images/favorite.svg') no-repeat 0 50%;
	padding-left: 21px;
	background-size: 16px;
	transition: all 0.3s ease;
	opacity: 0.8;
}

#product-info .col-2 .favorite:hover{
	color: #243284;
	opacity: 1.0;
}


#product-info .col-2{
	flex-grow: 5;
	flex-basis: 1%;
}
#product-info .col-3{
	flex-basis: 200px;
	display: flex;
	flex-direction: column;	
}

#product-info .col-2 .codices{
		padding: 10px 10px 0 10px;
		display: inline-block;
}


#product-info .col-2 .codices span{
	 float: left;
	 margin: 4px 4px;
}

#product-info .col-2 .codices span.code_base{
	color: #666;
}
#product-info .col-2 .codices span.code_base + span{
	font-weight: bold;
	color: #264693;
}

#product-info .col-2 .codices span.art{
	clear: both;
	color: #666;
}

#product-info .col-2 .codices span.art ~ span:hover{
	color: #666;
}

#product-info .col-2 .delivery_base{
	border: 1px solid #ccc;
	margin: 10px 13px;
	box-shadow: 0 0 3px rgb(0,0,0,0.2) inset;
}

#product-info .col-2 .delivery_base div.group_2 .info{
	font-size: 0.92em;
	color: #666;
	padding-right: 10px;
}

#product-info .col-2 .delivery_base div.group_2{
	background: url('/images/place.svg') no-repeat 17px 50%;
	background-size: 32px;
	padding: 5px 0px;
	min-height: 65px;
 display: flex;
 flex-direction: column;
 justify-content: center;	
}

#product-info .col-2 .delivery_base div.group_2 > div{
	padding: 5px 0 5px 65px;
}

#product-info .col-2 .delivery_base div.group_2 span{
	display: block;
	float: left;
	height: 21px;
}

#product-info .col-2 .delivery_base div.group_2 span.price,
#product-info .col-2 .delivery_base div.group_2 span.term{
	padding: 0 8px;
	font-family: "PFCentroSansProMedium";
	font-weight: bold;
}


#product-info .col-2 .delivery_base div.group_2 span.day_box,
#product-info .col-2 .delivery_base div.group_2 span.price_box{
	background: url('/images/process.gif') no-repeat 0 50%;
	width: 150px;
	margin-left: 10px;
}


#product-info .col-2 .delivery_base div.group{
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

#product-info .col-2 .delivery_base div.group > div{
	flex-basis: 45%;
	margin: 10px 1%;
	padding: 0 10px;
	flex-grow: 1;
}

#product-info .col-2 .delivery_base div.group > div span{
	display: block;
	font-size: 0.85em;
	color: #666;	
}

#product-info .col-2 .delivery_base div.group > div span.city{
  text-overflow: ellipsis; 
  overflow: hidden; 
  width: 100%; 
  white-space: nowrap;
	margin-top: 5px;
	color: #243284;
	cursor: pointer;	
}

#product-info .col-2 .delivery_base .delivery_variants{
	border: 1px solid #ccc;
	display: block;
	padding: 2px 4px;
	border-radius: 6px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	font-size: 0.86em;
	margin-top: 6px;
	font-family: 'PFCentroSansProMedium';
}

#product-info .col-2 .delivery_base .delivery_variants > div{
	padding: 2px 4px 3px 32px;
	margin: 0px 10px 0px 10px;
	border-bottom: 1px solid #ccc;
	display: flex;
	flex-direction: row;
	align-items: center;
	min-height: 32px;
}

#product-info .col-2 .delivery_base .delivery_variants > div > div > div {
	display: flex;
	flex-direction: column;
}
#product-info .col-2 .delivery_base .delivery_variants > div > div > div span{
	align-self: end;
	white-space: nowrap;
}
#product-info .col-2 .delivery_base .delivery_variants > div > div > div b{
	font-weight: bold;
	align-self: end;
	white-space: nowrap;
}

#product-info .col-2 .delivery_base .delivery_variants > div > div:first-child{
	flex-grow: 1;
	display: flex;
	padding-right: 12px;
}

#product-info .col-2 .delivery_base .delivery_variants .spinner-border {
	 display:inline-block;
	 width:2rem;
	 height:2rem;
	 vertical-align:text-bottom;
	 border:.25em solid currentColor;
	 border-right-color:transparent;
	 border-radius:50%;
	 animation:.75s linear infinite spinner-border;
	 color: #424141;
}

@keyframes spinner-border{
	to{transform:rotate(360deg)}
}

#product-info .col-2 .delivery_base .delivery_variants .sam{
	background: url('/images/iconpost/sam.png') no-repeat 0 50%;
	background-size: 24px;
}
#product-info .col-2 .delivery_base .delivery_variants .kit{
	background: url('/images/iconpost/kit.png') no-repeat 0 50%;
	background-size: 24px;
}
#product-info .col-2 .delivery_base .delivery_variants .jde{
	background: url('/images/iconpost/jde.png') no-repeat 0 50%;
	background-size: 24px;
}
#product-info .col-2 .delivery_base .delivery_variants .ratek{
	background: url('/images/iconpost/ratek.png') no-repeat 0 50%;
	background-size: 24px;
}
#product-info .col-2 .delivery_base .delivery_variants .energy{
	background: url('/images/iconpost/energy.png') no-repeat 0 50%;
	background-size: 24px;
}
#product-info .col-2 .delivery_base .delivery_variants .pek{
	background: url('/images/iconpost/pek.png') no-repeat 0 50%;
	background-size: 24px;
}
#product-info .col-2 .delivery_base .delivery_variants .baikal{
	background: url('/images/iconpost/baikal.svg') no-repeat 0 50%;
	background-size: 24px;
}
#product-info .col-2 .delivery_base .delivery_variants .dpd{
	background: url('/images/iconpost/dpd.png') no-repeat 0 50%;
	background-size: 24px;
}
#product-info .col-2 .delivery_base .delivery_variants .ems-post{
	background: url('/images/iconpost/ems.png') no-repeat 0 50%;
	background-size: 24px;
}
#product-info .col-2 .delivery_base .delivery_variants .rus-post{
	background: url('/images/iconpost/russian_post.png') no-repeat 0 50%;
	background-size: 24px;
}
#product-info .col-2 .delivery_base .delivery_variants .courier{
	background: url('/images/iconpost/courier.png') no-repeat 0 50%;
	background-size: 24px;
}
#product-info .col-2 .delivery_base .delivery_variants .cdek{
	background: url('/images/iconpost/cdek.png') no-repeat 0 50%;
	background-size: 24px;
}
#product-info .col-2 .delivery_base .delivery_variants .free{
	background: url('/images/iconpost/freesp.png') no-repeat 0 50%;
	background-size: 24px;
}
#product-info .col-2 .delivery_base .delivery_variants ._5post{
	background: url('/images/iconpost/5post.png') no-repeat 0 50%;
	background-size: 24px;
}

#product-info .col-2 .delivery_base h3{
	font-size: 1.4em;
	background: #eee;
	padding: 6px;
}

#product-info .extension_body{

}

#product-info .extension_body div.extension{
	margin: 4px 0;
	font-size: 0.7em;
	height: auto;
	line-height: 18px;
}

#product-info .extension_body div.extension span{
	font-weight: bold;
	font-size: 1.24em;	
}


#product-info .col-2 .extension{
	margin-left: 13px;
	min-width: 180px;
	padding: 5px 10px 5px 28px;
	border-radius: 16px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05), inset 1px 1px 6px rgba(255, 255, 255, 0.3);
	font-size: 15px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	text-align: center;
	position: relative;
	text-transform: uppercase;
}
#product-info .col-2 .extension:before{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	left: 3px;
	top: 3px;
}

#product-info .col-2 .ext_2{
	background: #369136;
}
#product-info .col-2 .ext_2:before{
	background: url('/images/checked-symbol.svg') no-repeat;
	background-size: 23px;
}
#product-info .col-2 .ext_1{
	background: #a67c11;
}
#product-info .col-2 .ext_1:before{
	background: url('/images/question-mark.svg') no-repeat;
	background-size: 23px;
}
#product-info .col-2 .ext_0{
	background: #a6a6a6;
}
#product-info .col-2 .ext_0:before{
	background: url('/images/cross.svg') no-repeat;
	background-size: 23px;
}
#product-info .col-2 .ext_10{
	background: #934ec1;
	width: 225px;
}
#product-info .col-2 .ext_10:before{
	background: url('/images/ext_10.png') no-repeat;
	background-size: 48px;
	width: 48px;
	top: 13px;
}

#product-info .col-3 .brands_container img{
	max-width: 150px;
	object-fit: scale-down;
	display: table-cell;
	margin: 6px 0px;
}

#product-info .col-3 .brands_container{
	margin: 30px 10px 10px 10px;
	text-align: center;
	flex-grow: 2;
}
#product-info .col-3 .bottom_pan{
	height: 10px;
	display: flex;
	align-items: center;
	justify-content: center;	
}

.model_list_base h3{
	font-size: 1.4em;
	font-weight: bold;
	margin: 8px 10px;	
}
.model_list_base{
	margin: 10px;
	border-top: 1px solid #ccc;
	padding: 6px;	
}

.model_list_base .model_box{
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	background-color: #fdfdfd;	
}

.model_list_base .model_container{
	display: flex;
	flex-wrap: wrap;
	overflow-y: auto;
	max-height: 400px;
	margin: 8px 4px;
}

.model_list_base .model_container .item{
	margin: 3px 6px;
	border: 1px solid #ccc;
	padding: 2px 6px;
	background-color: #eee;
	border-radius: 3px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	font-size: 12px;
	color: black;	
	transition: all 0.3s ease;
}
.model_list_base .model_container .item:hover{
	box-shadow: 1px 1px 2px rgba(0,0,0,0.6);
	background-color: #cacaca;
}

.description_base{
	margin: 10px;
	border-top: 1px solid #ccc;
	padding: 6px;	
}

.description_base h3{
	font-size: 1.4em;
	font-weight: bold;
	margin: 8px 10px;	
}

.description_base b{
	font-weight: bold;
}

.description_base p{
	padding: 4px 0;
}

/***************/


#body_catalog{

}

#body_catalog .search_head_group{
	flex-basis: 100%;
	border: 1px solid #ccc;
	margin: 10px 10px 0 10px;
	border-radius: 4px;
	padding: 8px 10px 8px 36px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	font-weight: bold;
	font-size: 1.1em;
	position: relative;
}
#body_catalog .search_head_group:before{
	content:'';
	display: block;
	position: absolute;
	width: 24px;
	height: 100%;
	top: 0;
	left: 6px;
	opacity: 0.8;
}
#body_catalog .search_head_group > span{
	padding-left: 10px;
	font-weight: normal;
	color: #444;
}

#groups-search{
	display: flex;
	flex-direction: row;	
	margin-top: 6px;
}

#groups-search div{
	margin: 10px 10px;
	line-height: 8px;
}
#groups-search ul{
	flex-grow: 1;
	margin-bottom: 4px;
}

#groups-search li{
	font-size: 0.9em;
	float: left;
	margin: 3px 6px auto;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: linear-gradient(to bottom, rgb(238, 238, 238) 0%,rgb(238, 238, 238) 100%);
	transition: all 0.3s ease;
}
#groups-search li a{
	padding: 2px 8px;
	display: block;
}
#groups-search li:hover{
	border: 1px solid RGBA(0,0,0,0.34);
}

#groups-search li span{
	margin-left: 6px;
	font-size: 0.8em;
	color: #444;
}

#path-search .cancel{
	padding: 0px 20px 1px 6px;
	margin: 0px 6px;
	line-height: 24px;
	display: inline-block;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.05);
	transition: all 0.3s ease;
	color: #444;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzJweCIgaGVpZ2h0PSI3MnB4IiB2aWV3Qm94PSIwIDAgNzIgNzIiIGlkPSJlbW9qaSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZyBpZD0iY29sb3IiPgogICAgPHBhdGggZmlsbD0iI2VhNWE0NyIgZD0ibTU4LjE0IDIxLjc4LTcuNzYtOC4wMTMtMTQuMjkgMTQuMjItMTQuMjItMTQuMjItOC4wMTMgOC4wMTMgMTQuMzYgMTQuMjItMTQuMzYgMTQuMjIgOC4wMTQgOC4wMTMgMTQuMjItMTQuMjIgMTQuMjkgMTQuMjIgNy43Ni04LjAxMy0xNC4yMi0xNC4yMnoiLz4KICA8L2c+CiAgPGcgaWQ9ImhhaXIiLz4KICA8ZyBpZD0ic2tpbiIvPgogIDxnIGlkPSJza2luLXNoYWRvdyIvPgogIDxnIGlkPSJsaW5lIj4KICAgIDxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMiIgZD0ibTU4LjE0IDIxLjc4LTcuNzYtOC4wMTMtMTQuMjkgMTQuMjItMTQuMjItMTQuMjItOC4wMTMgOC4wMTMgMTQuMzUgMTQuMjItMTQuMzUgMTQuMjIgOC4wMTQgOC4wMTMgMTQuMjItMTQuMjIgMTQuMjkgMTQuMjIgNy43Ni04LjAxMy0xNC4yMi0xNC4yMnoiLz4KICA8L2c+Cjwvc3ZnPgo=");
	background-repeat: no-repeat;
	background-size: 17px;
	background-position: 96% 50%;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: rgb(238, 238, 238);
}

#path-search .cancel:hover{
	border: 1px solid RGBA(0,0,0,0.34);
}

/*
#body_catalog h2{
	font-size: 1.25em;
	margin: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	padding: 1px 10px;
	font-weight: bold; 
} */

#body_catalog #category_list{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
#body_catalog #category_list li{
	margin: 4px 5px;
	padding: 1px 4px;
	border: 1px solid transparent;
	border-radius: 3px;
	font-size: 0.95em;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
	transition: all 0.3s ease;
}
#body_catalog #category_list li.select{
	background: #264693;
	color: #fff;
}
#body_catalog #category_list li:not(.select):hover{
	background-color: rgba(155,155,155,0.2);
}

#body_catalog #track_bar{
	background: linear-gradient(to bottom, rgba(247,247,247,1) 0%,rgba(234,234,234,1) 100%);
	margin: 3px 5px;
	border-radius: 4px;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.4);	
}

#body_catalog #track_bar div.right{
	float: right;
	margin: 3px 10px;
	font-size: 16px;
}

#body_catalog #track_bar div.right > p{
	float: left;
	margin-right: 12px;
	color: #555;
}

#body_catalog #track_bar div.right div.item{
	width: 16px;
	height: 16px;
	display: block;
	float: right;
	margin: 5px 5px;	
	position: relative;
	display: block;
	cursor: pointer !important;
}

#body_catalog #track_bar div.right select{
	margin-right: 6px;
	width: auto;
}
#body_catalog #track_bar div.right div.cmt{
	display: inline-block;
	margin: 5px 4px;
	font-size: 14px;
}
#body_catalog #track_bar div.right .list{
	background: url('/images/list-icon.svg') no-repeat 50% 50%;
	background-size: 16px;
}
#body_catalog #track_bar div.right .cell{
	background: url('/images/cell-icon.svg') no-repeat 50% 50%;
	background-size: 16px;
}
#body_catalog #track_bar div.right .help-tip p{
	right: -10px !important;
}
#body_catalog #track_bar div.right .help-tip p:before{
	right: 12px !important;
}
#body_catalog #track_bar .sort_base{
	padding: 3px;
	display: table-cell;
	float: left;	
}
#body_catalog #track_bar .sort_base div{
	padding: 0px 14px 0px 4px;
	margin: 2px 4px;
	font-size: 12px;
	cursor: pointer;
	line-height: 20px;
	border: 1px solid RGBA(0,0,0,0.14);
	display: inline-block;
	border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.05);
	transition: all 0.3s ease;
	color: #444;
	position: relative;
}
/*
@media screen and (max-width: 850px) {
	#body_catalog #track_bar .sort_base div{
		font-size: 8px;
	}
}
@media screen and (max-width: 780px) {
	#body_catalog #track_bar .sort_base .col-3,
	#body_catalog #track_bar .sort_base .col-2{
		display: none;
	}
} */

#body_catalog #track_bar .sort_base div.help-tip p{
	top: 0;
}
#body_catalog #track_bar .sort_base div:not(.select):hover{
	border: 1px solid RGBA(0,0,0,0.34);	
}
#body_catalog #track_bar .sort_base div.select{
	border-radius: 3px;
	box-shadow: 0 0 1px rgba(0,0,0,0.5);
	background: #f8d71a;
	background: linear-gradient(to bottom, #f8d71a 0%,#d8c036 100%);
}
#body_catalog #track_bar .sort_base div.select:after{
	position: absolute;
	content: '';
	height: 100%;
	width: 10px;
	right: 2px;	
}

#body_catalog #track_bar .sort_base div.top:after{
	background: url('/images/sort-top.png') -2px 1px no-repeat;
	top: 2px;
}
#body_catalog #track_bar .sort_base div.bottom:after{
	background: url('/images/sort-bottom.png') -2px 1px no-repeat;
  top: 4px;
}


#body_catalog #prod_item_cell_base h3{
	margin-top: 39px;
	margin-bottom: 32px;
	font-size: 2em;
	font-weight: bold;	
	text-align: center;
}


#body_catalog #prod_item_cell_base{
	display: flex;
	/*flex-wrap: wrap;
	justify-content: center;*/
	justify-content: space-evenly;
	flex-flow: row wrap;
}

#body_catalog #prod_item_cell_base div.item{
	flex-basis: 280px;
	max-width: 320px;
	margin: 10px;
	height: 379px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	transition: all 0.3s ease;
	flex-grow: 1;
	position: relative;
}

#body_catalog #prod_item_cell_base div.item:hover{
	box-shadow: 1px 1px 6px rgba(0,0,0,0.4);
}

#product-info .sale:after,
#body_catalog #prod_item_cell_base div.sale:after{
	content: "";
	display: block;
	top: -10px;
	left: 6px;
	width: 85px;
	height: 85px;
	background: url('/images/sale_label.svg');
	background-size: 100%;
	position: absolute;	
}

#body_catalog #prod_item_cell_base div.item.not_available .image{
	opacity: 0.5;
	filter: grayscale(0.7);		
}
#body_catalog #prod_item_cell_base div.item.not_available .caption{
	opacity: 0.5;
}

#product-info .new:after, 
#body_catalog #prod_item_cell_base div.new:after{
	content: "";
	display: block;
	top: 3px;
	left: -3px;
	width: 75px;
	height: 75px;
	background: url('/images/new_label.svg') no-repeat;
	background-size: 100%;
	position: absolute;	
}

#body_catalog #prod_item_cell_base .item .image{
  height: 180px;
  padding: 6px;
  border-bottom: 1px solid #ccc;
  position: relative;
}

#body_catalog #prod_item_cell_base .item .image a:first-child{
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: space-between;
  align-items: center;
  flex-direction: column;	
}

#body_catalog #prod_item_cell_base .item .image img{
	max-width: 200px;
	max-height: 180px;
	height: auto;
}

#body_catalog #prod_item_cell_base .item .zoom{
	position: absolute;
	content: '';
	width: 24px;
	height: 24px;
	bottom: 10px;
	right: 10px;
	background: url('/images/zoom-in.svg') no-repeat;
		transition: all 0.3s ease;
		opacity: 0.8;
}
#body_catalog #prod_item_cell_base .item .zoom:hover{
	opacity: 1.0;	
}


#body_catalog #prod_item_cell_base .item .caption{
	padding: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	word-wrap: break-word;
	color: #666;
	height: 100px;
	border-bottom: 1px solid #ccc;
	text-align: center;
/* 	
	display: table-cell;
	vertical-align: middle;
	color: #666;
	word-wrap: break-word;
	max-width: 288px;
	overflow: hidden;
	height: 100px;
	/*min-width: 288px;*/
	/*width: 288px;
	*/
}

#body_catalog #prod_item_cell_base .item .cart{
	height: 42px;
	position: relative;
}

#body_catalog #prod_item_cell_base .item .code{
	height: 30px;
	background: #efefef;
	border-top: 1px solid #ccc;
	border-radius: 0px 0px 4px 4px;
	line-height: 29px;
	padding: 0 10px;
	position: relative;
	box-shadow: 0px -10px 6px rgba(0,0,0,0.04) inset;
}

#body_catalog #prod_item_cell_base .item .code span:first-child{
	color: #666;
}

#body_catalog #prod_item_cell_base .item .code span:nth-child(2){
	font-size: 1.15em;
	font-weight: bold;
	display: inline-block;
	color: #264693;
}

/*#body_catalog #prod_item_cell_base .item .code span:nth-child(3){*/
#body_catalog #prod_item_cell_base .item .code div{
	position: absolute;
	right: 5px;
	top: 2px;
	width: 56px;
	height: 26px;
	display: block;
}
#body_catalog #prod_item_cell_base .item .code .ext_0{
	background: url('/images/ext_0.png') no-repeat;
}
#body_catalog #prod_item_cell_base .item .code .ext_1{
	background: url('/images/ext_1.png') no-repeat;
}
#body_catalog #prod_item_cell_base .item .code .ext_2{
	background: url('/images/ext_2.png') no-repeat;
}
#body_catalog #prod_item_cell_base .item .code .ext_10{
	background: url('/images/ext_10.png') no-repeat;
}
#body_catalog #prod_item_cell_base .item .code .ext_none{
	background: url('/images/open-box-red.svg') no-repeat 0 4px;
	background-size: 18px;
	padding-left: 24px;
	font-size: 13px;
	line-height: 12px;
	text-align: center;
	font-weight: bold;	
}
#body_catalog #prod_item_cell_base .item .code .ext_int{
	background: url('/images/open-box.svg') no-repeat 0 4px;
	background-size: 18px;
	padding-left: 24px;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	width: 66px !important;
}
#body_catalog #prod_item_cell_base .item .code .ext_int span{
	padding-left: 5px;
	font-weight: normal;
	font-size: 13px;
}




#body_catalog #prod_item_cell_base .to_cart_base{
	display: inline-block;
	height: 30px;
	position: absolute;
	right: 10px;
	top: 7px;	
}


#body_catalog #prod_item_cell_base .to_cart_base input{
	width: 30px;
	margin-right: 6px;
	border: 0;
	text-align: center;
	height: 22px;
	float: left;
	background: #f9f9f9;
	outline: 0 !important;
	border-radius: 6px;
	box-shadow: 0 0 2px rgba(0,0,0,0.5), inset 0 0 5px rgba(0,0,0,0.3);
	margin-top: 4px;
}
									
#body_catalog #prod_item_cell_base .to_cart_base .btn-count-minus {
	bottom: 0;
}
#body_catalog #prod_item_cell_base .to_cart_base .btn-count-plus {
	top: 0;
}				
#body_catalog #prod_item_cell_base .to_cart_base .btn-count-minus:after {
	background: url('/images/minus.png') no-repeat 50% 50%;
}
#body_catalog #prod_item_cell_base .to_cart_base .btn-count-plus:after{
	background: url('/images/add.png') no-repeat 50% 50%;
}				
#body_catalog #prod_item_cell_base .to_cart_base .btn-count:after{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	opacity: 0.6;
}
#body_catalog #prod_item_cell_base .to_cart_base .pm_control{
	float: left;
	height: 30px;
	position: relative;
	width: 16px;
	margin-right: 6px;
}

/*------------------------------------------------------------------------------------------*/

#body_catalog #prod_item_list_base div.item.not_available .image{
	opacity: 0.5;
	filter: grayscale(0.7);		
}
#body_catalog #prod_item_list_base div.item.not_available .caption{
	opacity: 0.5;
}

#body_catalog #prod_item_list_base .item{
	margin: 10px 5px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	transition: all 0.3s ease;
	padding: 10px;	
	display: flex;
	height: 200px;
	max-height: 200px;
	position: relative;
}
#body_catalog #prod_item_list_base .item:hover{
	box-shadow: 1px 1px 6px rgba(0,0,0,0.4);
}

#body_catalog #prod_item_list_base .item .image{
	max-width: 200px;
	width: 200px;	
	text-align: center;
	align-self: center;
	position: relative;
	overflow: hidden;
	flex-basis: 30%;
}

#body_catalog #prod_item_list_base .item .zoom {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    bottom: 10px;
    right: 10px;
    background: url('/images/zoom-in.svg') no-repeat;
    transition: all 0.3s ease;
    opacity: 0.8;
}

#body_catalog #prod_item_list_base .item .image img{
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
}

#body_catalog #prod_item_list_base .item .caption{
	flex-grow: 2;
	margin: 0 10px;
	position:relative;
	height: 100%;
	display: flex;
	flex-basis: 60%;
}
#body_catalog #prod_item_list_base .item .caption a{
	align-self: center;
	margin: 25px 0;
}
#body_catalog #prod_item_list_base .item .code{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0;
    font-size: 1.15em;
	color: #666;
}

#body_catalog #prod_item_list_base .item .code span:nth-child(2) {
    font-size: 1.15em;
    font-weight: bold;
    display: inline-block;
    color: #544dee;
}

#body_catalog #prod_item_list_base .item .info{
	max-width: 200px;
	padding: 10px 0 10px 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 250px;
	border-left: 1px solid #ccc;
	min-width: 130px;
}

#body_catalog #prod_item_list_base .item .price {
    font-size: 26px;
    line-height: 42px;
    margin-bottom: 10px;
    font-weight: bold;
    font-family: "PFCentroSansProMedium";
	white-space: nowrap;
}
#body_catalog #prod_item_list_base .price span{
	font-size: 0.7em;
}
#body_catalog #prod_item_list_base .price span.notav {
    color: #888;
}

#body_catalog #prod_item_list_base .to_cart_base {

}

#body_catalog #prod_item_list_base .to_cart_base input {
    width: 30px;
    margin-right: 6px;
    border: 0;
    text-align: center;
    height: 22px;
    float: left;
    background: #f9f9f9;
    outline: 0 !important;
    border-radius: 6px;
    box-shadow: 0 0 2px rgba(0,0,0,0.5), inset 0 0 5px rgba(0,0,0,0.3);
    margin-top: 4px;
}
#body_catalog #prod_item_list_base .to_cart_base .pm_control {
    float: left;
    height: 30px;
    position: relative;
    width: 16px;
    margin-right: 6px;
}
#body_catalog #prod_item_list_base .to_cart_base button::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: url('/images/add-cart.svg') no-repeat 48% 50%;
    background-size: 16px;
    top: 0;
    left: 0;
    opacity: 0.6;
}
#body_catalog #prod_item_list_base .to_cart_base button {
    border-radius: 3px;
    box-shadow: 0px 0.3em 0.3em rgba(255, 254, 255, 0.6) inset, 0px -0.1em 0.3em rgba(0, 0, 0, 0.15) inset, 0px 1px 2px rgb(153, 153, 153);
    background: linear-gradient(to bottom, #f8d71a 0%,#d8c036 100%);
    border: solid 1px #787878;
    cursor: pointer;
    width: 42px;
    height: 27px;
    position: relative;
    bottom: 0;
    top: 0;
    transition: all 0.3s ease;
    opacity: 0.8;
}
#body_catalog #prod_item_list_base .to_cart_base .pm_control {
    float: left;
    height: 30px;
    position: relative;
    width: 16px;
    margin-right: 6px;
}
#body_catalog #prod_item_list_base .to_cart_base .btn-count::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.6;
}
#body_catalog #prod_item_list_base .to_cart_base .btn-count-plus::after {
    background: url('/images/add.png') no-repeat 50% 50%;
}
#body_catalog #prod_item_list_base .to_cart_base .btn-count-minus::after {
    background: url('/images/minus.png') no-repeat 50% 50%;
}
#body_catalog #prod_item_list_base .to_cart_base .btn-count {
    position: absolute;
    width: 16px;
    height: 38%;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    border-radius: 3px;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    border: solid 1px #787878;
}
#body_catalog #prod_item_list_base .to_cart_base .btn-count-minus {
    bottom: 0;
}

#body_catalog #prod_item_list_base .item .ext{
	margin-top: 24px;
	position: relative;
}

#body_catalog #prod_item_list_base .item .ext div {
    width: 56px;
    height: 26px;
    display: block;
	margin: 0 auto;
}
#body_catalog #prod_item_list_base .item .ext .ext_0{
	background: url('/images/ext_0.png') no-repeat;
}
#body_catalog #prod_item_list_base .item .ext .ext_1{
	background: url('/images/ext_1.png') no-repeat;
}
#body_catalog #prod_item_list_base .item .ext .ext_2{
	background: url('/images/ext_2.png') no-repeat;
}
#body_catalog #prod_item_list_base .item .ext .ext_10{
	background: url('/images/ext_10.png') no-repeat;
}
#body_catalog #prod_item_list_base .item .ext .ext_none{
	background: url('/images/open-box-red.svg') no-repeat 0 4px;
	background-size: 18px;
	padding-left: 24px;
	font-size: 13px;
	line-height: 12px;
	text-align: center;
	font-weight: bold;	
}

#body_catalog #prod_item_list_base .item .ext .ext_int{
    background: url('/images/open-box.svg') no-repeat 0 4px;
    background-size: 18px;
    padding-left: 24px;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    width: 66px !important;
}

#body_catalog #prod_item_list_base .item .ext .ext_none {
    background: url('/images/open-box-red.svg') no-repeat 0 4px;
    background-size: 18px;
    padding-left: 24px;
    font-size: 13px;
    line-height: 12px;
    text-align: center;
    font-weight: bold;
}

#body_catalog #prod_item_list_base .item .ext:before{
	content: 'Наличие товара:';
	font-size: 0.6em;
	text-align: center;
	display: block;
	color: #666;
}

#body_catalog #prod_item_list_base .item .ext .help-tip p{
	right: 10px;
	top: 3px;
}

#body_catalog #prod_item_list_base div.sale:after{
	content: "";
	display: block;
	top: -10px;
	left: 6px;
	width: 85px;
	height: 85px;
	background: url('/images/sale_label.svg');
	background-size: 100%;
	position: absolute;	
}
#body_catalog #prod_item_list_base div.new::after {
    content: "";
    display: block;
    top: 3px;
    left: -3px;
    width: 75px;
    height: 75px;
    background: url('/images/new_label.svg') no-repeat;
    background-size: 100%;
    position: absolute;

}

@media screen and (max-width: 940px) {
	#body_catalog #prod_item_list_base .item .code{
		font-size: 0.8em;
	}
	#body_catalog #prod_item_list_base .item .caption{
		font-size: 0.9em;
	}
}




@media screen and (max-width: 770px) {
	#body_catalog #prod_item_list_base .item .code{
		font-size: 0.6em;
	}
	#body_catalog #prod_item_list_base .item .caption a{
		margin-bottom: 40px;
	}
	#body_catalog #prod_item_list_base .item .image{
		display: none;
	}
	#body_catalog #prod_item_list_base .item .caption{
		margin: 0 0px;
	}
}

@media screen and (max-width: 680px) {
	#body_catalog #prod_item_list_base .item .code{
		font-size: 1.0em;
	}
	#body_catalog #prod_item_list_base .item .image{
		display: block;
	}
	#body_catalog #prod_item_list_base .item .caption{
		margin: 0 10px;
	}
}

/*------------------------------------------------------------------------------------------*/


#product-info .excrt_container input{
	width: 32px;
	margin-left: 10px;
	border: 0;
	text-align: center;
	height: 28px;
	float: left;
	background: #f9f9f9;
	outline: 0 !important;
	border-radius: 4px;
	box-shadow: 0 0 2px rgba(0,0,0,0.4), inset 0 0 5px rgba(0,0,0,0.2);
	margin-top: 9px;
}

#product-info .excrt_container .btn-count-minus {
	bottom: 6px;
}
#product-info .excrt_container .btn-count-plus {
	top: 6px;
}				
#product-info .excrt_container .btn-count-minus:after {
	background: url('/images/minus.png') no-repeat 50% 50%;
}
#product-info .excrt_container .btn-count-plus:after{
	background: url('/images/add.png') no-repeat 50% 50%;
}				
#product-info .excrt_container .btn-count:after{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	opacity: 0.6;
}
#product-info .excrt_container .btn-count {
		position: absolute;
		width: 16px;
		height: 30%;
		left: 6px;
		background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
		border-radius: 3px;
		cursor: pointer;
		box-shadow: 0 0 2px rgba(0,0,0,0.3);
		transition: all 0.3s ease;
		border: solid 1px #787878;
}
				
#product-info .excrt_container .btn-count:hover{
	box-shadow: 0 0 2px rgba(0,0,0,0.6);
}
#product-info .excrt_container .pm_control{
	float: left;
	height: 100%;
	position: relative;
	width: 16px;
	margin-right: 6px;
}


#product-info .excrt_container .cart,
#body_catalog #prod_item_cell_base .to_cart_base button{
	border-radius: 3px;
	box-shadow: 0px 0.3em 0.3em rgba(255, 254, 255, 0.6) inset, 0px -0.1em 0.3em rgba(0, 0, 0, 0.15) inset, 0px 1px 2px rgb(153, 153, 153);
	background: linear-gradient(to bottom, #f8d71a 0%,#d8c036 100%);
	border: solid 1px #787878;
	cursor: pointer;
	width: 42px;
	height: 27px;
	position: relative;
  bottom: 0;
	top: 0;
	transition: all 0.3s ease;
	opacity: 0.8;
}
#product-info .excrt_container .cart:hover,
#body_catalog #prod_item_cell_base .to_cart_base button:hover{
  opacity: 1.0;
}				
				
#body_catalog #prod_item_cell_base .to_cart_base button:after{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: url('/images/add-cart.svg') no-repeat 48% 50%;
	background-size: 16px;
	top: 0;
	left: 0;
	opacity: 0.6;
}

#body_catalog #prod_item_cell_base .to_cart_base .btn-count {
		position: absolute;
		width: 16px;
		height: 38%;
		background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
		border-radius: 3px;
		cursor: pointer;
		box-shadow: 0 0 2px rgba(0,0,0,0.3);
		transition: all 0.3s ease;
		border: solid 1px #787878;
}
				
#body_catalog #prod_item_cell_base .to_cart_base .btn-count:hover{
	box-shadow: 0 0 2px rgba(0,0,0,0.6);
}



#body_catalog #prod_item_cell_base .price{
	font-size: 26px;
	line-height: 42px;
	margin-left: 10px;
	font-weight: bold;
	font-family: "PFCentroSansProMedium";
}
#body_catalog #prod_item_cell_base .price span{
	font-size: 0.7em;
}

#body_catalog #prod_item_cell_base .price span.notav{
	color: #888;
}

#body_catalog .prod_warn{
	font-size: 10px;
	border-top: 1px solid #ccc;
	padding: 10px;
	margin: 10px;
}



#product-info .excrt_container .cart{
	padding: 10px 22px;
	width: auto;
	height: auto;
	font-weight: 900;
	color: #2c2c2c;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.2), 1px 1px 1px rgba(0,0,0,0.2);
	text-transform: uppercase;
	font-size: 0.85em;		
}




/*****************************************************************************************/
/*Страницы каталога*/
/*****************************************************************************************/

div.catalog-list-pages{
    position: relative;
    margin: 10px 5px 10px 6px;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 2px rgba(0,0,0,0.3), 0 1px 1px rgba(0,0,0,0.3);
    background: rgb(247,247,247); 
    background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(234,234,234,1) 100%); /* W3C */
}

div.catalog-list-pages div.total{
    height: inherit;
    width: 50px;
    text-align: center;
    font: bold 16px/1em Geneva,sans-serif;
    padding: 6px 0 0 0;
    margin: 0;
    position: absolute;
}

div.catalog-list-pages > p{
    padding: 0;
    margin: 0;
    display: block;
}

div.catalog-list-pages div.quest{
  width: 16px;
  height: 16px;
  position: absolute;
  right: 7px;
  bottom: 6px;
  background: url('/images/ic-question.png') no-repeat 0px 0px;
  cursor: help;
}

div.catalog-list-pages div.quest p{
  padding: 5px;
  text-align: center;
  /*font: 10px Verdana,Arial,Helvetica,sans-serif;*/
  font-style: normal;
  margin-left: -138px; 
}

div.catalog-list-pages div.quest p strong{
  font-size: 16px;
  font-family: Tahoma;
}

div.catalog-list-pages div.quest p:before{
	right: 6px !important;
}

div.catalog-list-pages span{
    display: block;
    font-size: 10px;
    font-weight: normal;
    font-style: italic;
    padding: 0;
    margin: 0;
}
div.catalog-list-pages div.block-pages{
    padding-left: 80px;
}

div.catalog-list-pages div.scroll{
    height: 4px;
    border: 1px solid #ccc;
    margin-right: 40px;
    background-color: #fff;
    position: relative;
	cursor: pointer;
}
div.catalog-list-pages div.scroll-pos{
    height: 4px;
    position: absolute;
    background: 1px solid red;
    
    background: #f8d71a; /* Old browsers */
    background: linear-gradient(to bottom,  #f8d71a 0%,#d8c036 100%); /* W3C */
}

div.catalog-list-pages ul{
    list-style: none;
    margin: 1px 0 4px -8px;
    padding: 0;
}
div.catalog-list-pages ul li{
    float: left;
    margin: 4px 2px 2px 8px;
    cursor: pointer;
    
    border-radius: 3px;
    
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
    border: 1px solid #ddd;
}
div.catalog-list-pages ul li a{
      padding: 0px 6px;
}
div.catalog-list-pages ul li.select{
    padding: 0px 6px;
    background: #f8d71a; /* Old browsers */
    background: linear-gradient(to bottom,  #f8d71a 0%,#d8c036 100%); /* W3C */
    
    cursor: auto;
}

.search_base_container .item .caption b{
	font-weight: 600;
}
.search_base_container .item .code b{
	font-weight: 800;
}
.search_base_container .search_info{
	font-size: 1.5em;
	margin: 20px 10px 4px 10px;
	font-weight: bold;
}

.search_base_container .not-found{
	background: url('/images/question.png') no-repeat;
	height: 300px;
	background-size: 250px;
	padding-left: 240px;	
}
.search_base_container .not-found p{
	padding: 10px 10px;
	font-size: 1.1em;
	color: #333;
}

.search_base_container .not-found h5{
	font-size: 1.6em;
	font-weight: 700;
	margin-left: 10px;
	margin-top: 30px;
}

#body_catalog .brand_container{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;	
	justify-content: center;
	overflow-y: auto;
	max-height: 180px;
	margin-top: 3px;
}

#body_catalog .brand_container .brand_item{
	margin: 10px 5px 10px 5px;
	border: 1px solid transparent;
	padding: 6px 8px;
	border-radius: 3px;		
	width: 70px;
	max-width: 80px;
	height: 40px;
	max-height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
	transition: all 0.3s ease;
	position: relative;
	background-color: white;
	cursor: pointer;
}
#body_catalog .brand_container .brand_item span{
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: center;
}

#body_catalog .brand_container .brand_item.select{
	border-color: #506CAB;
	background-color: #e3e3e3;
}
#body_catalog .brand_container .brand_item:not(.select):hover{
	background-color: rgba(155,155,155,0.2);
}
#body_catalog .brand_container .brand_item.select:before{
	display: block;
	content: '';
	background: url('/images/checked-ok.svg') no-repeat 50% 50%;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 3px;
	top: 3px;
	opacity: 0.9;
}
#body_catalog .brand_container .brand_item img{
	max-width: 120px;
	max-height: 40px;
	height: auto;	
	display: block;
}
#body_catalog .brand_container .line{
	background: linear-gradient(to bottom, rgba(247,247,247,1) 0%,rgba(234,234,234,1) 100%);
	height: 3px;
	width: 100%;
	box-sizing: border-box;
	margin: 3px 5px;
	border-radius: 1px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

#body_catalog a.filter_cancel {
	margin: 10px 12px 10px 12px;
	border: 1px solid transparent;
	border-radius: 3px;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
	transition: all 0.3s ease;
	width: 30px;
	background: #264693 url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHJlY3QgaWQ9ImJhY2tncm91bmRyZWN0IiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB4PSIwIiB5PSIwIiBmaWxsPSJub25lIiBzdHJva2U9Im5vbmUiLz4gICAgPGcgY2xhc3M9ImN1cnJlbnRMYXllciIgc3R5bGU9IiI+PHRpdGxlPkxheWVyIDE8L3RpdGxlPjxwYXRoIGQ9Ik0xMiwwIEM1LjM3MzAwMDE0NDk1ODQ5NiwwIDAsNS4zNzMwMDAxNDQ5NTg0OTYgMCwxMiBjMCw2LjYyNjk5OTg1NTA0MTUwNCA1LjM3MzAwMDE0NDk1ODQ5NiwxMiAxMiwxMiBzMTIsLTUuMzczMDAwMTQ0OTU4NDk2IDEyLC0xMiBDMjQsNS4zNzMwMDAxNDQ5NTg0OTYgMTguNjI3MDAwODA4NzE1ODIsMCAxMiwwIHpNMTMuNDEzOTk5NTU3NDk1MTE3LDEyIGMwLDAgMy4xMzg5OTk5Mzg5NjQ4NDM4LDMuMTM4OTk5OTM4OTY0ODQzOCAzLjI5Mjk5OTk4MjgzMzg2MjMsMy4yOTI5OTk5ODI4MzM4NjIzIGMwLjM5MTAwMDAwMjYyMjYwNDM3LDAuMzkxMDAwMDAyNjIyNjA0MzcgMC4zOTEwMDAwMDI2MjI2MDQzNywxLjAyNDAwMDA0ODYzNzM5MDEgMCwxLjQxNDAwMDAzNDMzMjI3NTQgYy0wLjM5MTAwMDAwMjYyMjYwNDM3LDAuMzkxMDAwMDAyNjIyNjA0MzcgLTEuMDI0MDAwMDQ4NjM3MzkwMSwwLjM5MTAwMDAwMjYyMjYwNDM3IC0xLjQxNDAwMDAzNDMzMjI3NTQsMCBDMTUuMTM4OTk5OTM4OTY0ODQ0LDE2LjU1NDAwMDg1NDQ5MjE4OCAxMiwxMy40MTM5OTk1NTc0OTUxMTcgMTIsMTMuNDEzOTk5NTU3NDk1MTE3IHMtMy4xMzg5OTk5Mzg5NjQ4NDM4LDMuMTM4OTk5OTM4OTY0ODQzOCAtMy4yOTI5OTk5ODI4MzM4NjIzLDMuMjkyOTk5OTgyODMzODYyMyBjLTAuMzkxMDAwMDAyNjIyNjA0MzcsMC4zOTEwMDAwMDI2MjI2MDQzNyAtMS4wMjQwMDAwNDg2MzczOTAxLDAuMzkxMDAwMDAyNjIyNjA0MzcgLTEuNDE0MDAwMDM0MzMyMjc1NCwwIGMtMC4zOTEwMDAwMDI2MjI2MDQzNywtMC4zOTEwMDAwMDI2MjI2MDQzNyAtMC4zOTEwMDAwMDI2MjI2MDQzNywtMS4wMjQwMDAwNDg2MzczOTAxIDAsLTEuNDE0MDAwMDM0MzMyMjc1NCBDNy40NDYwMDAwOTkxODIxMjksMTUuMTM4OTk5OTM4OTY0ODQ0IDEwLjU4NjAwMDQ0MjUwNDg4MywxMiAxMC41ODYwMDA0NDI1MDQ4ODMsMTIgcy0zLjEzODk5OTkzODk2NDg0MzgsLTMuMTM4OTk5OTM4OTY0ODQzOCAtMy4yOTI5OTk5ODI4MzM4NjIzLC0zLjI5Mjk5OTk4MjgzMzg2MjMgYy0wLjM5MTAwMDAwMjYyMjYwNDM3LC0wLjM5MTAwMDAwMjYyMjYwNDM3IC0wLjM5MTAwMDAwMjYyMjYwNDM3LC0xLjAyNDAwMDA0ODYzNzM5MDEgMCwtMS40MTQwMDAwMzQzMzIyNzU0IGMwLjM5MTAwMDAwMjYyMjYwNDM3LC0wLjM5MTAwMDAwMjYyMjYwNDM3IDEuMDI0MDAwMDQ4NjM3MzkwMSwtMC4zOTEwMDAwMDI2MjI2MDQzNyAxLjQxNDAwMDAzNDMzMjI3NTQsMCBDOC44NjEwMDAwNjEwMzUxNTYsNy40NDYwMDAwOTkxODIxMjkgMTIsMTAuNTg2MDAwNDQyNTA0ODgzIDEyLDEwLjU4NjAwMDQ0MjUwNDg4MyBzMy4xMzg5OTk5Mzg5NjQ4NDM4LC0zLjEzODk5OTkzODk2NDg0MzggMy4yOTI5OTk5ODI4MzM4NjIzLC0zLjI5Mjk5OTk4MjgzMzg2MjMgYzAuMzkxMDAwMDAyNjIyNjA0MzcsLTAuMzkxMDAwMDAyNjIyNjA0MzcgMS4wMjQwMDAwNDg2MzczOTAxLC0wLjM5MTAwMDAwMjYyMjYwNDM3IDEuNDE0MDAwMDM0MzMyMjc1NCwwIGMwLjM5MTAwMDAwMjYyMjYwNDM3LDAuMzkxMDAwMDAyNjIyNjA0MzcgMC4zOTEwMDAwMDI2MjI2MDQzNywxLjAyNDAwMDA0ODYzNzM5MDEgMCwxLjQxNDAwMDAzNDMzMjI3NTQgQzE2LjU1NDAwMDg1NDQ5MjE4OCw4Ljg2MTAwMDA2MTAzNTE1NiAxMy40MTM5OTk1NTc0OTUxMTcsMTIgMTMuNDEzOTk5NTU3NDk1MTE3LDEyIHoiIGlkPSJzdmdfMSIgY2xhc3M9InNlbGVjdGVkIiBvcGFjaXR5PSIxIiBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjEiLz48L2c+PC9zdmc+") no-repeat 50% 50%;
	background-size: 22px;
}

#body_catalog a.filter_cancel:hover{
	background-color: #335097 !important;
}


.characteristics-container{
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	background-color: #fdfdfd;
	box-sizing: border-box;
	padding: 10px;
	font-size: 14px;
	color: black;		
}

table.characteristics-table{
	border-collapse: collapse;
	width: 100%;
}
table.characteristics-table td.caption{
	padding: 24px 10px 8px 50px;
	font-weight: bold;
	background: white;
	color: #666;
}
table.characteristics-table td{
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
}
table.characteristics-table td:first-child{
	width: 30%;
}

table.characteristics-table tr:nth-child(odd) { background-color: #f5f5f5; }