/* div.title-search-result {
	display: block !important;
} */

.bx_smart_searche,
.bx_smart_searche *,
.bx-searchtitle,
.bx-searchtitle * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

.bx-searchtitle {
	margin: 0;
	width: 0;
	overflow: hidden;
}

.bx-searchtitle-history {
	margin-top: 5px;
}

.bx-searchtitle-history a {
	color: #222;
	text-decoration: underline;
}

.bx-searchtitle-history a:hover {
	text-decoration: none;
}

.bx-searchtitle .bx-block-title {
	font-family: 'Open Sans', sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}

.bx-searchtitle .bx-input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bx-searchtitle .bx-input-group {
	/* padding: 2px 12px 0; */
	padding: 4px 12px 0;
	height: 40px;
}

.bx-searchtitle .bx-input-group .bx-form-control {
	display: table-cell;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #f8fafc;
	border: 1px solid #d5dadc;
	border-right: none;
	border-radius: 1px 0 0 1px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.bx-searchtitle .bx-input-group .bx-form-control:focus {
	background-color: #fff;
}

.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}

.bx-searchtitle .bx-input-group-btn {
	position: relative;
	font-size: 0;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
	line-height: normal;
}

.bx-searchtitle .bx-input-group-btn button {
	position: relative;
	border: none;
	background: url(images/search-icon.png) center center no-repeat #95a1a8;
	display: inline-block;
	margin-bottom: 0;
	cursor: pointer;
	padding: 0;
	border-radius: 0 1px 1px 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.42857143;
	height: 34px;
	width: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.bx-searchtitle .bx-input-group-btn button:hover {
	background-color: #1484CE;
}


div.title-search-result {
	position: relative !important;
	left: 0 !important;
	top: 0 !important;
	width: 100% !important;
	border: 0 none !important;
	border-top: 0 none;
	display: none;
	max-height: none;
	/* overflow: auto; */
	z-index: 999;
	min-width: 200px;
	margin: 0;
	padding: 0;
	background-color: #FFF;

}

div.title-search-fader {
	display: none;
	background-image: url('images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position: absolute;
}

p.title-search-preview {
	font-size: 12px;
}

div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/*========================*/
.bx_smart_searche {
	padding-top: 0;

	border-top: 0 none;
	border-radius: 0;
}

.bx_smart_searche .bx_info_wrap {
	margin-left: 85px;
}

.bx_smart_searche .bx_img_element {
	float: left;
	padding: 5px;
	width: 75px;
	text-align: center;
}

.bx_smart_searche .bx_item_block {
	min-height: 65px;
	position: relative;
}

.bx_smart_searche .bx_image {
	/* width: 45px;
	height: 45px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #e8e8e8; */
	display: inline-block;
	max-width: 100%;
}

.bx_smart_searche .bx_image.empty_image {
	background-image: url(image/noimg.png);
}

.bx_smart_searche .bx_item_element {
	padding: 8px 0;
}

.bx_smart_searche .bx_item_element_all_result {
	text-align: center;
}

.bx_smart_searche .bx_item_element hr {
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}

.bx_smart_searche .bx_item_element a {
	margin-top: 5px;
	display: inline-block;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}

.bx_smart_searche .bx_item_element a b {
	font-weight: bold;
}

.bx_smart_searche .bx_item_element a b {
	color: #000;
}

.bx_smart_searche .bx_item_element a:hover,
.bx_smart_searche .bx_item_element a:hover b {
	text-decoration: underline;
}

.bx_smart_searche .bx_item_preview_text {
	font-size: 13px;
	padding: 5px 10px 5px 0;
}

.bx_smart_searche .bx_price {
	font-weight: bold;
	font-size: 15px;
	margin-top: 5px;
}

.bx_smart_searche .bx_price .old {
	font-weight: normal;
	text-decoration: line-through;
	color: #636363;
	font-size: 12px;
	vertical-align: middle;
}

.bx_smart_searche .bx_item_block.all_result {
	min-height: 0;
	display: none
}

.bx_smart_searche .bx_item_block.others_result {
	min-height: 0;
	line-height: 12px;
	padding: 0;
}

.bx_smart_searche .bx_item_block.all_result .all_result_button {
	display: inline-block;
	font-size: 14px;
	background-color: #1485CE;
	border: 1px solid;
	border-color: #1485CE;
	color: #FFF;
	padding: 0 22px;
	height: 34px;
	text-decoration: none;
	border-radius: 2px;
	margin: 0 0 8px;

	line-height: 34px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .5px;
}

.bx_smart_searche .bx_item_block_href {
	display: block;
	text-decoration: none;
	margin-bottom: 5px;
	padding: 8px;
	line-height: 14px;
}

.bx_smart_searche .bx_item_block_href:hover {
	background-color: #feeed2;
}

.bx_smart_searche .bx_item_block_hrline {
	border-bottom: 1px solid #f5a61c;
	margin: 0 8px 5px;
}

.bx_item_block_item_clear {
	display: block;
	clear: both;
}

.bx_smart_searche .bx_item_block_item_info_wrap {
	display: block;
}

.bx_smart_searche .bx_item_block_item_info_wrap.wpic {
	padding-left: 39px;
}

.bx_smart_searche .bx_item_block_item_info {
	display: block;
}

.bx_smart_searche .bx_item_block_href_category_title {
	color: #a2a2a2;
	/* font-weight: bold; */
}

.bx_smart_searche .bx_item_block_href_category_name {
	color: #f5a61c;
	font-weight: bold;
	text-transform: uppercase;
}

.bx_smart_searche .bx_item_block_item_image {
	width: 34px;
	height: 34px;
	float: left;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 5px;
}

.bx_smart_searche .bx_item_block_item_name {
	color: #333;
	overflow: hidden;
	height: 34px;
	display: block;
	line-height: 17px;
	display: flex;
}

.bx_smart_searche .bx_item_block_item_name_flex_align {
	margin: auto 0;
}

.bx_smart_searche .bx_item_block_item_simple_name {
	color: #333;
	display: block;
	line-height: 17px;
}

.bx_smart_searche .bx_item_block_item_name b,
.bx_smart_searche .bx_item_block_item_simple_name b {
	color: #f5a61c;
}

.bx_smart_searche .bx_item_block_item_price {
	float: right;
	text-align: right;
	color: #333;
	line-height: 17px;
	padding-left: 5px;
}

.bx_smart_searche .bx_item_block_item_price.bx_item_block_item_price_only_one {
	line-height: 34px;
}

.bx_smart_searche .bx_item_block_item_price .bx_price_new {
	white-space: nowrap;
	font-weight: bold;
	display: block;
}

.bx_smart_searche .bx_item_block_item_price .bx_price_old {
	white-space: nowrap;
	text-decoration: line-through;
}

.bx_smart_searche .bx_item_block_item_text {
	color: #9b9b9b;
	display: block;
	margin-top: 8px;
	font-size: 13px;
	line-height: 15px;
}

.bx_smart_searche .bx_item_block_item_props {
	color: #9b9b9b;
	display: block;
	margin-top: 8px;
	font-size: 13px;
	line-height: 15px;
}

.bx_smart_searche .bx_item_block_item_text.wpic,
.bx_smart_searche .bx_item_block_item_props.wpic {
	/* padding-left: 39px; */
}

.bx_item_block_item_prop_item {
	display: block;
}

.bx_smart_no_result_find {
	padding: 0 8px 8px;
}


/* preloader base */
.bx-searchtitle .bx-searchtitle-preloader {
	position: absolute;
	top: 2px;
	right: 110%;
	width: 30px;
	height: 30px;
	z-index: 5;
	display: none;
	/* display: block; */
}

.bx-searchtitle .bx-searchtitle-preloader.view {
	background: url(images/loader_orange.gif) center center no-repeat;
}



/* blue */
.bx-searchtitle.theme-blue .bx-input-group .bx-form-control {
	border-color: #B08F76;
}

.bx-searchtitle.theme-blue .bx-searchtitle-preloader.view {
	background-image: url(images/loader_blue.gif);
}

.bx_smart_searche.theme-blue .bx_item_block.all_result .all_result_button {
	background-color: #B08F76;
	border-color: #B08F76;
}

.bx-searchtitle.theme-blue .bx-input-group-btn button {
	background-color: #B08F76;
	border-color: #B08F76;
	color: #FFF;
}

.bx-searchtitle.theme-blue .bx-input-group-btn button:hover,
.bx_smart_searche.theme-blue .bx_item_block.all_result .all_result_button:hover {
	background-color: #5ca6e4;
	border-color: #5ca6e4;
	text-decoration: none;
}

.bx_smart_searche.theme-blue .bx_item_element a b {
	color: #5ca6e4;
}

.bx_smart_searche.theme-blue .bx_item_block_href:hover {
	background-color: #b2d9f1;
}

.bx_smart_searche.theme-blue .bx_item_block_href_category_name {
	color: #B08F76;
}

.bx_smart_searche.theme-blue .bx_item_block_item_name b,
.bx_smart_searche.theme-blue .bx_item_block_item_simple_name b {
	color: #B08F76;
}

.bx_smart_searche.theme-blue .bx_item_block_hrline {
	border-color: #B08F76;
}

/* black */
.bx-searchtitle.theme-black .bx-input-group .bx-form-control {
	border-color: #333;
}

.bx-searchtitle.theme-black .bx-searchtitle-preloader.view {
	background-image: url(images/loader_black.gif);
}

.bx_smart_searche.theme-black .bx_item_block.all_result .all_result_button {
	background-color: #333;
	border-color: #333;
}

.bx-searchtitle.theme-black .bx-input-group-btn button {
	background-color: #333;
	border-color: #333;
	color: #FFF;
}

.bx-searchtitle.theme-black .bx-input-group-btn button:hover,
.bx_smart_searche.theme-black .bx_item_block.all_result .all_result_button:hover {
	background-color: #5c5c5c;
	border-color: #5c5c5c;
	text-decoration: none;
}

.bx_smart_searche.theme-black .bx_item_element a b {
	color: #5c5c5c;
}

.bx_smart_searche.theme-black {
	/* border:1px solid #333; */
	border-top: 0 none;
	border-radius: 0 0 3px 3px;
}

.bx_smart_searche.theme-black .bx_item_block_href:hover {
	background-color: #eaeaea;
}

.bx_smart_searche.theme-black .bx_item_block_href_category_name {
	color: #333;
}

.bx_smart_searche.theme-black .bx_item_block_item_name b,
.bx_smart_searche.theme-black .bx_item_block_item_simple_name b {
	color: #333;
}

.bx_smart_searche.theme-black .bx_item_block_hrline {
	border-color: #333;
}

/* green */
.bx-searchtitle.theme-green .bx-input-group .bx-form-control {
	border-color: #159ebb;
}

.bx-searchtitle.theme-green .bx-searchtitle-preloader.view {
	background-image: url(images/loader_green.gif);
}

.bx_smart_searche.theme-green .bx_item_block.all_result .all_result_button {
	background-color: #159ebb;
	border-color: #159ebb;
}

.bx-searchtitle.theme-green .bx-input-group-btn button {
	background-color: #159ebb;
	border-color: #159ebb;
	color: #FFF;
}

.bx-searchtitle.theme-green .bx-input-group-btn button:hover,
.bx_smart_searche.theme-green .bx_item_block.all_result .all_result_button:hover {
	background-color: #44b1c9;
	border-color: #44b1c9;
	text-decoration: none;
}

.bx_smart_searche.theme-green .bx_item_element a b {
	color: #44b1c9;
}

.bx_smart_searche.theme-green .bx_item_block_href:hover {
	background-color: #d0ebf1;
}

.bx_smart_searche.theme-green .bx_item_block_href_category_name {
	color: #159ebb;
}

.bx_smart_searche.theme-green .bx_item_block_item_name b,
.bx_smart_searche.theme-green .bx_item_block_item_simple_name b {
	color: #159ebb;
}

.bx_smart_searche.theme-green .bx_item_block_hrline {
	border-color: #159ebb;
}

/* red */
.bx-searchtitle.theme-red .bx-input-group .bx-form-control {
	border-color: #E22B2B;
}

.bx-searchtitle.theme-red .bx-searchtitle-preloader.view {
	background-image: url(images/loader_red.gif);
}

.bx_smart_searche.theme-red .bx_item_block.all_result .all_result_button {
	background-color: #E22B2B;
	border-color: #E22B2B;
}

.bx-searchtitle.theme-red .bx-input-group-btn button {
	background-color: #E22B2B;
	border-color: #E22B2B;
	color: #FFF;
}

.bx-searchtitle.theme-red .bx-input-group-btn button:hover,
.bx_smart_searche.theme-red .bx_item_block.all_result .all_result_button:hover {
	background-color: #e95c5c;
	border-color: #e95c5c;
	text-decoration: none;
}

.bx_smart_searche.theme-red .bx_item_element a b {
	color: #e95c5c;
}

.bx_smart_searche.theme-green .bx_item_block_href:hover {
	background-color: #f9d4d4;
}

.bx_smart_searche.theme-red .bx_item_block_href_category_name {
	color: #E22B2B;
}

.bx_smart_searche.theme-red .bx_item_block_item_name b,
.bx_smart_searche.theme-red .bx_item_block_item_simple_name b {
	color: #E22B2B;
}

.bx_smart_searche.theme-red .bx_item_block_hrline {
	border-color: #E22B2B;
}

/* yellow */
.bx-searchtitle.theme-yellow .bx-input-group .bx-form-control {
	border-color: #F9A91D;
}

.bx-searchtitle.theme-yellow .bx-searchtitle-preloader.view {
	background-image: url(images/loader_yellow.gif);
}

.bx_smart_searche.theme-yellow .bx_item_block.all_result .all_result_button {
	background-color: #F9A91D;
	border-color: #F9A91D;
}

.bx-searchtitle.theme-yellow .bx-input-group-btn button {
	background-color: #F9A91D;
	border-color: #F9A91D;
	color: #FFF;
}

.bx-searchtitle.theme-yellow .bx-input-group-btn button:hover,
.bx_smart_searche.theme-yellow .bx_item_block.all_result .all_result_button:hover {
	background-color: #faba4a;
	border-color: #faba4a;
	text-decoration: none;
}

.bx_smart_searche.theme-yellow .bx_item_element a b {
	color: #faba4a;
}

.bx_smart_searche.theme-yellow .bx_item_block_href_category_name {
	color: #F9A91D;
}

.bx_smart_searche.theme-yellow .bx_item_block_item_name b,
.bx_smart_searche.theme-yellow .bx_item_block_item_simple_name b {
	color: #F9A91D;
}

.bx_smart_searche.theme-yellow .bx_item_block_hrline {
	border-color: #F9A91D;
}

#smart-title-search {
	/* border-radius: 4px;
	box-shadow: 0 0 2px rgb(0 0 0 / 5%) !important;
    background: #fff; */
}

.search {
	height: 100%;
	width: 100%;
}

.search .img-search {
	/* width: 40px; */
	/* height: 100%; */
	width: 100%;
	height: 100%;
	margin-top: 0px;

	-webkit-mask-size: 100% !important;


	/* transform: translateY(-8px) translateX(13px); */
}

.search.active .img-search {
	background: #000;

	/* transform: translateY(-8px) translateX(13px); */
}

#smart-title-search-input {
	border: 1px solid #EAEAEA;
	border-radius: 5px;
	margin: 6px 0 0 0;
	padding: 0 30px 0 35px;
}

.header__top-menu #smart-title-search {
	box-shadow: 0 0 2px rgba(0, 0, 0, 0) !important;
}

.header__top-menu-link #smart-title-search .bx-input-group {
	border: none;
}

div.search.active~.search-offs--hover .search-offs,
div.search:not(.active)~.search-offs--hover .search-offs {
	padding-top: 0px;
	margin-top: 2px;
	padding: 0 10px;
}

.find-all-btn {
	margin: 20px 15px 10px 15px;
}

.find-all-btn a {
	display: block;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color: rgb(0, 43, 113);
	padding: 10px 0;
	border: 1px solid rgb(0, 43, 113);
	border-radius: 3px;
	transition: 0.3s;
}

.find-all-btn a:hover {
	background: rgb(0, 43, 113);
	color: #fff;
}

#smart-title-search .bx-input-group {
	padding: 4px 0 0 0;
}

.search.active~.search-offs--hover {
	min-width: 440px;
}

.search_block_white {
	padding: 0 40px;
	font-family: "Open Sans", "sans-serif";
	font-size: 22px !important;
	font-weight: 500;
	padding-bottom: 60px;
}

.bl-result-search {
	display: flex;
}

.cl_popul {
	width: 20%;
	padding-right: 10px;
}

.result_class {
	display: flex;
	width: 80%;
}

.result_class .container {
	margin: 0;
	width: 100%;
	max-width: none;
	padding: 0;
}

.search_block_white {
	width: 100%;
	min-height: 642px;
	/* height: 552px; */
	background: white;
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 20px;
	z-index: 110;
}

.title_search_block {
	margin-bottom: 18px;
	font-size: 16px;
	font-weight: 600;
	color: #4E5158;
	font-size: 14px;
	text-transform: uppercase;
}

a.cl_item {
	display: inline-block;
	padding: 6px 16px;
	background: #F5F5F5;
	font-size: 14px;
	margin-bottom: 7px;
	color: #4E5158;
}

.block_form_search {
	margin-bottom: 32px;
}

.blackout_search {
	background-color: #00000080;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	cursor: pointer;
}


.af-header__search .search_block_white #smart-title-search-input {
	border: 0;
	border-bottom: 1px solid #93919D;
	border-radius: 0;
}

.bl-result-search .ts-hidden {
	display: none;
}

.bl-result-search .bx_smart_searche {
	display: flex;
}

.all_search__bk {
	display: none;
}

.result_class .catalog-item {
	width: 25%;
    margin: 0;
    padding: 0 10px;
    /* max-width: 360px; */
}

.result_class .catalog-item:last-child {
	padding-right: 0;
}
.result_class .catalog-item:first-child {
	padding-left: 0;
}

.result_class .wrap-pagin {
	display: flex;
	justify-content: start;
	gap: 0;
	width: 100%;
}

.predd_search a .predd-search__match {
	color: #2F304C;
	font-weight: 700;
}

.predd_search span {
	display: block;
	margin-bottom: 14px;
	/* margin-bottom: 8px; */
	color: #4E5158;
	cursor: pointer;
}

.predd_search a:last-child {
	margin-bottom: 32px;
}

.af-header__search .bx-input-group-btn {
	display: block !important;
}

.searc-tr {
	width: 20px;
	height: 20px;
	position: absolute;
	right: auto;
	left: 1px;
	display: block;
	top: 12px;
	background: transparent;
	z-index: 2;
	cursor: pointer;
}

.af-header__search #smart-title-search .bx-input-group {
	position: relative;
}

.result_class .catalog-item__img-wrp {
	height: 24vw;
}

#smart-title-search-input::placeholder {
	font-size: 14px;
	color: #4E5158;
	opacity: 0.5;
}

.close_search_header {
	width: 33px;
	height: 26px;
	display: block;
	position: absolute;
	right: -47px;
	top: 9px;
	cursor: pointer;
}

.close_search_header img {
	width: 100%;
}

.find-all-btn {
	width: 100%;
	padding-left: 20%;
	margin-left: 0;
	margin-bottom: 0;
}

.find-all-btn a {
	width: 225px;
	display: block;
	margin: 0 auto;
}

.find-all-btn.search_catalog_alls.ts-hidden {
	display: none;
}

.af-header__search .search.active ~ .search-offs--hover{
	display: none;
}

.search_block_white .find-all-btn a{
	background: rgba(47, 48, 76, 1);
	color: rgb(255, 255, 255);
	border-color: rgba(47, 48, 76, 1);
	text-transform: uppercase;
}
.search-view-default .catalog-item:first-child{
	padding-left: 0;
}
.search-view-default .catalog-item:last-child{
	padding-right: 0;
}

.result_class .search-view-default .catalog-item{
	width: 25%;
}

.find-all-btn.search_catalog_alls {
    opacity: 0;
}

@media(max-width:1675px) {
	.result_class .catalog-item--af-new .catalog-item__af-new-item{
		font-size: 11px;
		top: 6px;
		left: 5px;
	}
}


@media(max-width:1350px) {
	.result_class .catalog-item--af-new .catalog-item__af-new-item{
		font-size: 8px;
        top: 3px;
        left: 4px;
	}
}
@media(max-width:1024px) {
	.bl-result-search {
		display: block;
	}
	.result_class .wrap-pagin{
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.cl_popul {
		width: 100%;
		margin-bottom: 20px;
	}

	.result_class {
		width: 100%;
	}

	.result_class .catalog-item {
		width: 49%;
		margin: 0;
		padding: 0;
		max-width: 453px;
		margin-bottom: 15px;
	}

	.result_class .catalog-item__img-wrp {
		height: 62vw;
		padding: 0;
	}

	.search {
		left: 10px;
	}

	.search_block_white {
		padding: 22px 10px;
		position: fixed;
		height: 100%;
		overflow: scroll;
	}

	.close_search_header {
		right: -30px;
	}

	.bl-result-search .bx_smart_searche {
		display: block;
	}

	.search-view-default .catalog-item{
		width: 49%!important;
		margin-bottom: 15px!important;
	}
	.result_class .container{
		padding: 0;
	}
	.find-all-btn {
		width: 100%;
		padding-left: 0;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0;
	}

	.catalog-item.catalog-item--af-new{
		margin-bottom: 15px;
	}
}

@media (max-width: 768px) {

	

	.af-header__search .bx-input-group #smart-title-search-input {
		height: 30px!important;
	}

	.block_form_search form {
		width: 95% !important;
	}

	.search .img-search {
		-webkit-mask-size: initial !important;
	}

	.bx-searchtitle .bx-input-group-btn {
		position: relative;
		font-size: 0;
		width: 1%;
		white-space: nowrap;
		vertical-align: middle;
		display: table-cell;
		line-height: normal;
		position: absolute;
		height: 100%;
		min-height: 100%;
		height: 200px !important;
		top: -3px;
		bottom: 0;
		height: 0 !important;
		height: 0;
		width: 40px;
		overflow: hidden;
		left: -40px;
	}

	.bx-input-group {
		margin: 0;
	}

	.search-offs--hover.bx-searchtitle.theme-blue {
		overflow: initial;
	}

	.bx-searchtitle .bx-input-group {
		margin: 0 !important;
		width: 100%;
	}

	.search-offs--hover.bx-searchtitle.theme-blue {
		padding-bottom: 0;
	}

	.search:not(.active)~.search-offs--hover,
	.search.active~.search-offs--hover {
		padding: 8px 0px;
		padding-bottom: 0;
		top: -7px;
	}

	/* .search-offs--hover.bx-searchtitle.theme-blue, */
	.bx-input-group-btn {
		/* border: 1px solid blue; */
	}

	/* стили для поиска в шапке */
	.header__top-menu-link:nth-child(2) {
		left: 85px !important;
	}

	.header__top-menu-link:nth-child(2) {
		left: 25px !important;
	}

	.bx-input-group #smart-title-search-input {
		border: 1px solid #EAEAEA;
		border-radius: 5px;
		margin: 0;
	}

	.header__top-menu #smart-title-search {
		box-shadow: 0 0 2px rgba(0, 0, 0, 0) !important;
	}

	.header__top-menu-link #smart-title-search .bx-input-group {
		border: none;
	}

	div.search.active~.search-offs--hover .search-offs,
	div.search:not(.active)~.search-offs--hover .search-offs {
		padding-top: 0px;
		margin-top: 2px;
		padding: 0 10px;
	}

	a.log.mobile img {
		width: 140px;
	}

	#smart-title-search .bx-input-group {
		padding: 4px 0 0 12px;
	}

	.result_class .wrap-pagin {
		gap: 0;
	}

}

@media (max-width: 768px) {

	.cl_popul{
		padding-right: 0;
	}

	.search.active~.search-offs--hover .search-offs,
	.search:not(.active)~.search-offs--hover .search-offs {
		padding-top: 5px;
	}

	.search.active~.search-offs--hover {
		min-width: 75vw;
		left: -8px;
		top: -9px;
		padding-top: 0;
		padding-bottom: 0;
	}

	.search~.search-offs--hover form {
		margin-left: 21px;
	}

	.search:not(.active)~.search-offs--hover {
		left: -8px;
		top: -9px;
		padding-top: 0;
		padding-bottom: 0;
		opacity: 0;
	}
}

@media (max-width: 530px) {
	.search.active~.search-offs--hover {
		min-width: 72vw;
	}

	.result_class .catalog-item {
        width: 48%;
	}

	.result_class{display: block;}

	.block_form_search form {
		width: 93% !important;
	}
}

/* @media (max-width: 530px) {
	.search.active ~ .search-offs--hover {
		min-width: 75vw;
	}
} */



@media (max-width: 475px) {
	.search.active~.search-offs--hover {
		min-width: 68vw;
	}

	.search.active~.search-offs--hover .search-offs,
	.search.active~.search-offs--hover .search-offs::placeholder {
		font-size: 14px !important;
		line-height: 100% !important;
	}
}

@media (max-width: 400px) {
	.search.active~.search-offs--hover {
		min-width: 65vw;
	}
}



@media (max-width: 375px) {
	.search.active~.search-offs--hover {
		min-width: 65vw;
	}

	.search.active~.search-offs--hover .search-offs,
	.search.active~.search-offs--hover .search-offs::placeholder {
		font-size: 5vw;
		line-height: 5vw;
	}

	.search.active~.search-offs--hover .search-offs,
	.search.active~.search-offs--hover .search-offs::placeholder {
		font-size: 4.8vw !important;
		line-height: 100% !important;
		padding-top: 6px;
		padding-left: 1px;
	}
}

@media (max-width: 350px) {
	.search.active~.search-offs--hover {
		min-width: 60vw;
	}

	.search.active~.search-offs--hover .search-offs,
	.search.active~.search-offs--hover .search-offs::placeholder {
		font-size: 5vw;
		line-height: 5vw;
	}
}