/* ---------------------------------------------------------------------------------------------------- ilab */
.i_body {
	margin: 0 6px;
}

.i_body .i_cs_tile {
	background-color: white;
	padding: 0;
	margin-top: 20px;
}

.i_body .i_cs_tile h2 {
	margin-top: 25px;
	margin-left: 10px;
	margin-bottom: 25px;
	font-size: 32px;
}
.i_body .i_cs_tile h2 a{
	color: #000;
}
@media (max-width: 768px) {
	.i_body .i_cs_tile h2 {
		font-size: 22px;
	}
}

/* ---------------------------------------------------------------------------------------------------- banner catalog left */
.i_cs_banner_left {
	border: 1px solid #eff2f4;
	border-radius: 5px;
}
.i_cs_banner_left .i_link {}
.i_cs_banner_left .i_img {
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
}
@media screen and (min-width: 921px) {
	.i_cs_banner_left .i_img {
		height: 350px;
	}
}
@media screen and (min-width: 501px) and (max-width: 920px) {
	.i_cs_banner_left .i_img {
		padding-top: 23%;
	}
}
@media screen and (max-width: 500px) {
	.i_cs_banner_left .i_img {
		padding-top: 135%;
	}
}

/* ---------------------------------------------------------------------------------------------------- banner catalog top */
/*.i_cs_banner_top {
	border: 1px solid #eff2f4;
	border-radius: 5px;
}*/
/*.i_cs_banner_top.swiper-container {
	margin-top: 20px;
}*/
.i_cs_banner_top .i_link {}
.i_cs_banner_top .i_img {
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
}
@media screen and (min-width: 921px) {
	.i_cs_banner_top .i_img {
		padding-top: 17%;
	}
}
@media screen and (min-width: 501px) and (max-width: 920px) {
	.i_cs_banner_top .i_img {
		padding-top: 23%;
	}
}
@media screen and (max-width: 500px) {
	.i_cs_banner_top .i_img {
		padding-top: 135%;
	}
}


/* ---------------------------------------------------------------------------------------------------- breadcrumbs */
/*.i_breadcrumbs {
	margin: 20px -10px 0 0;
}*/
.i_breadcrumbs ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.i_breadcrumbs ul li:not(:first-child):before {
	content: '';

	background-color: #9105ef;
	border-radius: 50%;

	height: 6px;
	width: 6px;

	position: absolute;
	left: 0;
	top: 5px;
}
.i_breadcrumbs ul li:not(:first-child) {
	position: relative;
	padding-left: 21px;
}
.i_breadcrumbs ul li {
	display:inline;
	font-size: 100%;
	margin-right: 10px;
}
.i_breadcrumbs ul li a {
	display: inline-block;
	margin: 5px 0;
}
.i_breadcrumbs ul li span {
	color:#232f3e;
}

.i_breadcrumbs ul li:last-child {
	/* display: none; */
}

/* ---------------------------------------------------------------------------------------------------- catalog sort/compare */
.i_catalog_sort_compare {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/*.i_catalog_sort,
.i_catalog_compare {
	font-size: 87.5%;
}*/
.i_catalog_compare .i_ct_count > span {
	border-bottom: 1px dashed;
}
.i_catalog_sort .i_sort_title {}

.i_catalog_sort .i_sort_item:first-child {
	margin-left: 15px;
}
.i_catalog_sort .i_sort_item {
	background-image: url(/local/templates/ilab_it_shop/ilab/img/svg/sort/sort.png);
	background-repeat: no-repeat;
	background-position: right 10px center;

	display: inline-block;

	padding: 10px 35px 10px 15px;
	border-radius: 5px;

	text-decoration: none;
	background-size: 15px;
}
.i_catalog_sort .i_sort_item span {
	border-bottom: 1px dashed;
	padding: 0 1px;
	color: #232f3e;
}

.i_catalog_sort .i_sort_item.current {
	background-color: #232f3e;
	border-radius: 50px;
	color: white;
}
.i_catalog_sort .i_sort_item.current.asc {
	background-image: url(/local/templates/ilab_it_shop/ilab/img/svg/catalog/section/sort_act.svg);
}
.i_catalog_sort .i_sort_item.current.desc {
	background-image: url(/local/templates/ilab_it_shop/ilab/img/svg/sort/sort_desc.png);
}
.i_catalog_sort .i_sort_item.current span {
	border-bottom: 0 none;
	color: white;
}

.i_catalog_compare {
	align-items: center;
}

.i_catalog_compare .i_but_ac {
	margin-top: unset;
}

	/* ---------------------------------------------------------------------------------------------------- Page navigation */
div.i_modern_page_navigation {
	display: flex;
	align-items: center;

	margin-top: 20px;
}
div.i_modern_page_navigation span.i_modern_page_title {
	color: #232f3e;
}
div.i_modern_page_nav {
	display: flex;
	justify-content: center;

	flex: 1;
	margin-left: -70px;
}

div.i_modern_page_navigation a,
span.i_modern_page_current,
span.i_modern_page_dots {
	display: flex;
	align-items: center;
	justify-content: center;

	padding: 0 7px;
	margin: 0 5px;
	height: 30px;
	min-width: 30px;

	border-radius: 50px;
}
div.i_modern_page_navigation a {
	background-color: white;
	color: #232f3e;
}
span.i_modern_page_current {
	background-color: #232f3e;
	color: white;
}

div.i_modern_page_navigation a.i_modern_page_previous,
div.i_modern_page_navigation a.i_modern_page_next {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 7px auto;
}
div.i_modern_page_navigation a.i_modern_page_previous {
	background-image: url(/local/templates/ilab_it_shop/ilab/img/svg/arrow/l_blue.svg);
}
div.i_modern_page_navigation a.i_modern_page_next {
	background-image: url(/local/templates/ilab_it_shop/ilab/img/svg/arrow/r_blue.svg);
}
div.i_modern_page_navigation a.i_modern_page_all,
div.i_modern_page_navigation a.i_modern_page_pagen {
	padding-left: 14px;
	padding-right: 14px;
}

@media screen and (max-width: 580px) {
	div.i_modern_page_navigation a.i_modern_page_dots {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	div.i_modern_page_navigation {
		flex-direction: column;
	}
	div.i_modern_page_nav {
		margin: 10px 0;
	}
}
/* ---------------------------------------------------------------------------------------------------- Contacts */
.i_contacts {}
.i_cont_item {}
.i_contacts .i_cont_item > :not(:first-child) {
	margin-top: 20px;
}
.i_cont_address,
.i_cont_email,
.i_cont_telephone,
.i_cont_requisites {
	padding-left: 80px;
	background-size: 36px auto;
	background-repeat: no-repeat;
	background-position: 22px 3px;
	min-height: 42px;
}
.i_cont_address {
	background-image: url(/local/templates/ilab_it_shop/ilab/img/svg/contacts/address.svg);
}
.i_cont_email {
	background-image: url(/local/templates/ilab_it_shop/ilab/img/svg/contacts/email.svg);
}
.i_cont_telephone {
	background-image: url(/local/templates/ilab_it_shop/ilab/img/svg/contacts/phones.svg);
}
.i_cont_requisites {
	background-image: url(/local/templates/ilab_it_shop/ilab/img/svg/contacts/requisites.svg);
	background-position: 22px 23px;
	border-top: 1px solid #E5E5E5;
	padding-top: 20px;
}
.i_contacts .i_cont_item .i_cont_map_block {
	border: 1px solid #e5e4df;
	position: relative;
	margin-top: 60px;
}
.i_cont_map_block .ymaps-map {
	width: inherit !important;
}
.i_cont_map_nblock {
	position: absolute;
	top: -40px;
	left: -1px;
	/*border: 1px solid #003b7f;*/
	background-color: #003b7f;
	border-bottom: 0;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}
.i_cont_map_nblock .i_cont_act span {
	border-bottom: 0 none;
	color: white;
}
.i_cont_map_nblock span {
	border-bottom: 1px dashed;
}
.i_cont_map_nblock div:not(:first-child) {
	border-left: 1px solid;
}
.i_cont_act {
	font-weight: bold;
}
.i_cont_map_po,
.i_cont_drdi_po {
	padding: 10px 15px;
	cursor: pointer;
}
.i_cont_map {}
.i_cont_drdi img {
	max-width: 100%;
	display: block;
}

/* ---------------------------------------------------------------------------------------------------- Review */
.i_rse {}
.i_rse_ele {
	background-color: #eff2f4;
	padding: 15px;
	border-radius: 5px;
}
.i_rse_ele:not(:first-child) {
	margin-top: 20px;
}
.i_rse_title {
	margin-bottom: 15px
}
.i_rse_name {
	font-weight: bold;
	color: #003b7f;
	font-size: 112.5%;
}
.i_rse_age {
	color: #797d80;
	font-size: 87.5%;
}
.i_rse_message {
	box-shadow: 0 0 7px rgba(118, 144, 164, 0.35);
	background-color: white;
	padding: 15px;
	border-radius: 5px;
}

/* ---------------------------------------------------------------------------------------------------- [i_list] */
.i_na_list {}
	.i_nal_item:not(:first-child) {
		margin-top: 15px;
		border-top: 1px solid #eaeded;
	}
	.i_nal_item {
		/*border: 1px solid #E4E4E4;
		border-radius: 5px;
		padding: 15px;*/
		padding-top: 15px;
		display: flex;
	}
	.i_nal_img {
		width: 150px;
		margin-right: 10px;
	}
	.i_nal_rblock {
		max-width: 508px;
		/*width: 508px;		*/
	}
@media screen and (max-width: 480px){
	.i_nal_item{
		flex-direction: column;
		align-items:center ;
	}
	.i_nal_img img {
		border-style: none;
		width: 100%;
		height: 100%;
	}
	.i_nal_img {
		width: 100%;
	}
	.i_nal_rblock {
		margin-top: 10px;
	}
}
.i_na_detail {}
	.i_nad_datetime {
		margin-bottom: 10px;
	}
	.i_nad_img {
		max-width: 990px;
		margin: 0 10px 10px 0;
	}
	.i_na_detail .i_nal_stiker {
		top:0;
	}
	.i_nal_stiker {
		top: 15px;
		right: 0;
	}
		.i_nal_act, .i_nal_dact {
			display: inline-block;
			font-weight: bold;
			opacity: 0.85;
			padding: 5px 10px;
			text-transform: uppercase;
		}
.i_na_list .s_ad_pic,
.i_na_detail .s_ad_pic {
	display: flex;
	flex-flow: wrap;
}
.i_na_list .s_ad_pic a,
.i_na_detail .s_ad_pic a {
	flex: 1 330px;
    text-align: center;
}
.i_na_list .i_nal_item a > b {
	font-weight: normal;
	font-family: "Roboto Bold", sans-serif;
	text-transform: uppercase;
	margin-top: 10px;
	display: block;
	font-size: 16px;
}
@media screen and (min-width: 381px) {
	.i_na_list .s_ad_pic a img,
	.i_na_detail .s_ad_pic a img {
		max-width: 330px;
		max-height: 330px;
	}
}
@media screen and (max-width: 380px) {
	.i_na_list .s_ad_pic a img,
	.i_na_detail .s_ad_pic a img {
		max-width: 100%;
		max-height: 330px;
	}
}
/* ---------------------------------------------------------------------------------------------------- Up */
.i_up.i_op {
	transition: all .6s;
}
.i_up:hover {
	opacity: 1;
}
.i_up {
	background: #232f3e url(/local/templates/ilab_it_shop/ilab/img/svg/up.svg) no-repeat center 16px / 50%;

	border: 2px solid #9105ef;

	position: fixed;
	right: 55px;
	bottom: 130px;

	width: 56px;
	height: 56px;

	border-radius: 50%;
	cursor: pointer;
	z-index: 1000;

	opacity: .5;
}

@media screen and (max-width: 479px) {
	.i_up {
		right: 50%;
		bottom: 60px;
		margin-right: -28px;
	}
}

/*------------------------------------------------------------------------------------------------- Избранное/Сравнить*/
.i_card_item_ext {
	display: flex;
	justify-content: flex-end;
	margin-top: 15px;
	padding-top: 7px;
	position: relative;
}

.i_card_item_ext .i_quantity {
	margin-right: auto;
}
.i_card_item_ext .i_item_favorite {
	margin-left: 20px;
}
.i_card_item_ext .i_item_compare,
.i_card_item_ext .i_item_favorite {
	font-size: 14px;
	display: flex;
	align-items: center;
}
.i_card_item_ext .i_quantity .i_quan_tx {
	align-items: center;
}
.i_card_item_ext .i_item_compare .i_compare_succes ,
.i_card_item_ext .i_item_favorite .i_favorite_succes  {
	max-width: 250px;
	right: 0;
	left: unset;
}

.i_favorite_succes {
	background-color: #fff;
	border: 0 none;
	bottom: 35px;
	box-shadow: 0 0 10px rgba(221,221,221,0.8);
}
.i_favorite_succes{
	position: absolute;
	right: 0px;
	left: 0px;
	padding: 20px;
	width: auto;
	border-radius: 5px;
	text-align: center;
	z-index: 10;
	min-width: 165px;
}
.i_cs_list_bg .i_compare_succes, .i_cs_list_bg .i_favorite_succes
{
	bottom: 35px;
	right: 0;
	left: 0;
}
.i_icard_price .i_compare_succes,
.i_icard_price .i_favorite_succes {
	right: 20px;
	left: unset;
	max-width: 180px;
}
.i_favorite_succes_div {
	position: relative;
}
.i_compare_succes_div:before, div.i_favorite_succes_div:before, .i_buy_succes:before {
	border-top-color: rgba(221,221,221,0.8);
}
.i_compare_succes_div:after, div.i_favorite_succes_div:after, .i_buy_succes:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
}
.i_favorite_succes_div:before, .i_favorite_succes_div:after {
	bottom:-40.8px;
	right: 10px;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	border-width: 11px;
}
.i_sblock .i_favorite_succes_div:before,
.i_sblock .i_favorite_succes_div:after {
	right: 10px;
	left: unset;
}
div.i_favorite_succes_div:before {
	bottom: -42px;
}
.i_icon_title:before{
	fill: #9105ef;
}
.i_icon_title svg:not(:root) {
	fill: #9105ef;
	overflow: hidden;
	width: 30px;
	position: absolute;
	height: 30px;
	left: 10px;
	top: 17%;
}
.i_body .i_in_work_area{
	padding: 10px;
}

/* ------------------------------------------------------------------------------------------------ INPUT ВХОДА -*/
.i_auth_login > span {
	margin-bottom: 10px;
	display: inline-block;
}

/*.j_auth_tel_input {
	padding-left: 30px !important;
}*/
.i_auth_login_input {
	position: relative;
	width: 100%;
}
/*.i_auth_login_input:after {
	content: '+7';
	display: flex;
	align-items: center;
	position: absolute;
	left: 10px;
	height: 100%;
	font: 100% Arial, sans-serif;
	color: #333;
	top: -1px;
}*/

.i_auth_form {
	background-color: white;
	padding: 20px;
	max-width: 450px;
	margin: 20px auto;
}
.i_auth_form .bx-auth {
	padding: unset;
}

/* ------------------------------------------------------------------------------------------------ FORM REGISTRATION -*/
.i_code_for_reg {
	margin-top: 10px;
	display: none;
}
.i_code_for_reg input {
	margin-top: 10px !important;
}

/*----------------------------------------- SENIM */
.i_senim_qr_box {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.i_senim_qr_box > div:not(:first-child) {
	/*margin-left: 20px;*/
	margin-top: 35px;
}
.i_senim_qr_android img,
.i_senim_qr_ios img {
	width: 160px;
}

/* ---------------------------------------------------- Просмотр пароля */

.i_check_pass_block {
	position: relative;
}

.i_check_pass {
	position: absolute;
	right: 15px;
	width: 20px;
	height: 20px;
	background: url("/local/templates/ilab_it_shop/ilab/img/svg/view/view.svg") center no-repeat;
	top: 7px;
}
.i_check_pass.viewed {
	background: url("/local/templates/ilab_it_shop/ilab/img/svg/view/no-view.svg") center no-repeat;
}

.previous {
	background: url("/local/templates/ilab_it_shop/ilab/img/icon/back-arrow.svg") center no-repeat;

	background-size: 20px;
	width: 45px;
	height: 15px;
	padding-left: 10px;
	display: none;
}
@media screen and (max-width: 956px) {
	.previous{
		display: inline-flex;
	}
	body {
		transition: padding 0.3s ease;
	}
	.body_search-open {
		padding-top: 54px;
	}
}

.i_bottom_fixed_block{
	display: none;
}
.icard_buy_mobile{
	display: none;
}
.i_item_favorite_mobilei_quick_order_phone_mobile{
	display:none;
}
.i_item_favorite_mobile{
	display: none;
}
@media screen and (max-width: 480px){
	.i_card_item_ext .i_item_favorite{
		display: none;
	}

	.i_bottom_fixed_block {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;

		display: flex;
		justify-content: space-between;
		align-items: center;

		width: 100%;

		padding: 10px;

		background: white;
		z-index: 300;
	}
	.i_item_favorite_mobile .i_favorite_succes .i_submodal_arrow {
		right: 10px;
	}
	.i_item_favorite_mobile{
		display: inline-flex;
		width: 25px;
		height: 25px;
		bottom: 13px;
		z-index: 500;
		background: white;
		margin-left: 5px;
	}
	.icard_buy_mobile{
		display: inline-flex;
		bottom: 13px;
		z-index: 500;
		background: white;
	}
	.i_quick_order_phone_mobile{
		display: inline-flex;
		bottom: 13px;
		z-index: 500;
		background: white;
		margin-right: 5px;
	}
	.icard_buy_buttom_mobile{
		flex: 1;
		display: flex;
		justify-content: center;
		align-items: center;

		height: 40px;
		padding: 0;
		text-transform: uppercase;

		background-color: #9105ef;
		color: white;
		border-radius: 50px;
		min-width: 130px;
		max-width: 180px;
		font-size: 12px;
		cursor: pointer;
	}
	.icard_buy_bought_mobile {
		flex: 1;
		display: flex;
		justify-content: center;
		align-items: center;

		height: 40px;
		padding: 0;
		text-transform: uppercase;
		background-color: #ff6200;
		color: white;
		border-radius: 50px;
		min-width: 130px;
		max-width: 180px;
		font-size: 11px !important;
		cursor: pointer;
	}
	.i_icard_price .i_favorite_succes {
		right: 3px;
		left: unset;
		max-width: 180px;
		margin-bottom: 35px;
	}

}
.i_co_numb, .jq_conumb{
	display: none;
}


@media screen and (max-width: 360px) {
	.i_login_mobile{
		order: 2;
	}
	.i_search_button{
		order: 0;
	}
	.i_header_bottom_block .i_logo_m {
		order: 0;
	}
	.i_header_bottom_block .i_basket_icon_position {
		order: 4;
	}
	.i_quick_order span{
		font-size: 12px!important;
	}
}
.i_area_city_modal_body{
    overflow: auto;
    position: absolute !important;
    top: 50%;
    left: 50%;
    max-height: 95vh;
    max-width: 95vw;
    transform: translate(-50%, -50%);
    margin: 0px 0px 0px 0px !important;
}
/*B new*/
.html-lock{
    overflow: hidden;
}
.prod__choose-color{
    margin: 10px 0px 0px 0px;
}
.prod__options .swiper-slide{
    border: 2px solid transparent;
    border-radius: 4px;
}
.prod__options .prod__choosed-border{
    border-color:#9105ef;
}
.prod__btns .prod__basket-add.in-basket-amata, .i_item .i_ebuy .i_item_buy .i_buy_bought{
    background: #fce3ee;
    color: #9105ef;
    border: 2px solid #9105ef;
    transition: all 0.3s ease;
}
.i_item .i_ebuy .i_item_buy .i_buy_bought:hover{
    background: #9105ef;
    color: #fff;
}
@media (max-width: 1000px) {
    .prod__params .prodparam{
        padding-right: 0;
        padding-bottom: 20px;
    }
    .prod__param__name{
        flex: 0 0 100%;
    }
    .prod__param .prod__param__wrap{
        width: 50%;
        flex: 0 0 50%;
        padding-right: 15px;
    }
    .prod__param__value{
        flex: 0 0 50%;
    }
    .prod__param .prod__param__dash{
        margin: 0px 0px 0px 0px;
    }
}


#new-title-search [type=text] {
	border-color: #ECECEC;
	border-right: 1px solid #ECECEC;
	border-radius: 0;
}
/* #new-title-search [type=text]:focus {
	border-color: #f56;
} */
#new-title-search [type=text] + [type=submit] {
	border: 1px solid #ECECEC;
	transition: 0.3s all;
	border-radius: 0;
	border-left: none;
	background: #fff url(/local/templates/ilab_it_shop/ilab/img/svg/header/search_icon-new.svg) no-repeat center/22px;
}
#new-title-search [type=text] + [type=submit]:hover {
	background: #ECECEC url(/local/templates/ilab_it_shop/ilab/img/svg/header/search_icon-new.svg) no-repeat center/22px;
}
div.title-search-result {
	z-index: 9999;
    background: #fff;
	position: fixed !important;
    border: 1px solid #ECECEC;
    border-radius: 0 0 5px 5px;
	display: none;
    top: 75px !important;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
    border-top: none;
}
div.title-search-result a {
	transition: 0.3s all;
}
table.title-search-result tr {
	border-bottom: 1px solid #ECECEC;
}
table.title-search-result tr:last-child {
	border-bottom: none;
}
table.title-search-result tr td:nth-child(1) {
	padding: 10px 20px;
}
table.title-search-result tr td:nth-child(1) img {
	height: 45px;
    width: auto;
}
table.title-search-result tr td:nth-child(2) {
	padding: 10px 20px 10px 0;
}
table.title-search-result tr td.title-search-all a{
	width: fit-content;
    display: flex;
	align-items: center;
	gap: 10px;
    margin-left: auto;
	transition: 0.3s all;
}
table.title-search-result tr td.title-search-all a span.icon {
	display: none;
}
table.title-search-result tr td.title-search-all a:hover {
	color: #f56;
}
table.title-search-result tr td .item-text:hover a {
	color: #f56;
}

@media screen and (min-width: 651px) {
	.i_or_payment .bx_block label .bx_description {
		background-repeat: no-repeat;
		background-position: center 10px;
		background-size: 25px auto;
		padding: 40px 30px 10px;
		text-align: center;
		border: 2px solid #f3ecec;
		min-height: 89px;
	}
}

.i_or_payment .bx_block:nth-child(3) .bx_description {
	background-size: 45px auto;
}


.item__delivery {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 16px;
}
.item__delivery__value {
    color: #9105ef;
    font-weight: 700;
}
.searchpage__form {
	padding: 0 14px;
}
.i_catalog_section.searchpage .i_item {
	padding: 7px 14px;
}
.i_catalog_section.searchpage .i_item .i_item_stiker {
	left: 14px;
}


.i_catalog_menu_page .i_vm_a {
    background-color: #9105ef;
    color: #fff;
}




/* Pravki ot 04-05.04.2022 */
.i_catalog_directory_img {
	border-radius: 0 !important;
}

.i_item_img {
    border: solid 1px #e9e9e9;
    border-radius: 10px ;
	height: 302px;
}
.i_item_img img {
	max-height: 296px !important;
}

.i_item_price {
	align-items: flex-end !important;
    flex-direction: row;
    gap: 8px;
    margin: 7px 0;
	height: auto;
}
.i_item_price .i_pr_disc {
    margin-bottom: 3px;
    order: 2;
}
.i_item_price .i_pr_min {
    order: 1;
}
@media screen and (max-width: 569px) {
	.i_item_price {
		gap: 2px !important;
	}
}

.bx_filter .bx_filter_input_checkbox {
	min-height: auto;
}
.menu-new__button-container {
	top: auto !important;
	position: relative !important;
}
@media (max-width: 569px) {
	.bx_filter .bx_filter_parameters_box.i_type_F .bx_filter_block {
		height: auto !important;
	}
	.i_catalog_menu_page.j_catalog_menu_page {
		display: none;
	}
}


