.search-block.inner-table-block {
	max-width:500px;
}
.title-search-result .flex-row {display: flex; flex-flow: row wrap;}
/*.bx_searche .bx_searche_sections, {}*/

.bx_searche_sections, .bx_searche_sections + .bx_searche_elements {
	width: 50%;
}

.title-search-result.title-search-input_fixed .bx_searche,
.title-search-result.title-search-input_fixedtf .bx_searche {
	border: 1px solid #107ab1;
	padding: 10px;
	/*overflow: unset;*/
}
.title-search-result.title-search-input_fixedtf .bx_searche {
	border: 1px solid #f5f5f5;
}

.title-search-result .bx_searche.flex-row {
	max-height: 600px;
}

.title-search-result .bx_searche .bx_img_element {
	width: 40px;
	height: 40px;
	line-height: 31px;
	border: 1px solid #107ab1;
	margin-right: 10px;
	padding: 2px;
}

.title-pop {
	margin-bottom: 10px;
}
.bx_searche.flex-row .bx_searche_sections .bx_item_block, .bx_searche.flex-row .bx_searche_elements .bx_item_block {
	max-width: 400px;
	line-height: 1.3;
	min-height: 0;
	border: none;
	min-width: 200px;
	margin-bottom: 10px;
}

.bx_searche.flex-row .bx_searche_elements .bx_item_block {
	margin-bottom: 10px;
}

.bx_searche.flex-row .bx_item_element {
	padding: 0 7.5px 0 5px;
	margin-left: 0px;
	border-top: none;
	text-overflow: initial;
	white-space: normal;
	overflow: initial;
}

.bx_searche.flex-row .bx_img_element + .bx_item_element {
	margin-left: 10px;
	font-size: 13px;
}

.bx_searche.flex-row .cost.prices {
	display: inline-block;
}

.bx_searche.flex-row .cost.prices .price {
	font-size: 14px;
	color: #107bb1;
}

.bx_item_element .cost .price {
	margin: 5px 0 0 0;
}

.search-wrapper .search-wrapper-inner {
	position: relative;
}
.popular-box {
	font-size: 0.9em;
	line-height: 1.3em;
	display: none;
	position: absolute;
	background: #fff;
	border: 1px solid #107ab1;
	top: 33px;
	left: 1px;
	width: 100%;
}
#title-search_fixedtf .popular-box {
	border: 1px solid #f5f5f5;
}

.popular-box .title {
	color: #282828;
	font-weight: 600;
	padding: 10px 0 0 14px;
}

.popular-box .title + .links {
	margin-top: 13px;
}

.popular-box .links {
	display: flex;
	flex-direction: column;
}

.popular-box .links .item {
	position: relative;
	display: inline-block;
	margin-bottom: 12px;
	padding: 0 14px;
	color: #282828;
}

.popular-box .links .item::before {
	 content: '';
	 position: absolute;
	 top: 1px;
	 left: 0;
	 width: 14px;
	 height: 14px;
	 background-repeat: no-repeat;
	 background-position: center;
	 background-size: contain;
}

.popular-box .items {
	height: 80vh;
	overflow-y: scroll;
}
.popular-box .items .item {
	display: flex;
	border-bottom: 1px solid #E7E7E7;
	padding: 1em 0;
}

.popular-box .items .item:last-child {
	 border-bottom: none;
 }

.popular-box .items .item .image {
	margin-right: 25px;
	width: 30%;
	flex-shrink: 0;
	max-width: 150px;
}

.popular-box .items .item .image img {
	width: 100%;
}

.popular-box .items .item .info .name {
	color: #424242;
	display: block;
	margin-bottom: 17px;
}

.popular-box .items .item .info .price, .popular-box .items .item .info .old-price {
	display: block;
	color: #828282;

}

.popular-box .items .item .info .old-price {
	font-size: 0.85em;
	text-decoration: line-through;
}