.main_h1 {
	padding: 40px 0;
}
.i_sales_block h2,
.i_viewed_items_block h2,
.i_categories h2 {
	padding: 40px 0;
}
.i_footer_panel {
	display: none;
}
.i_sales_block, .i_viewed_items_block {
	background: transparent;
}
.i_sales_block:before,
.i_viewed_items_block:before {
	display: none;
}
.i_item {
	border: 2px solid #f4f4f4;
	border-radius: 30px;
}
.i_sales_block .i_sb.swiper-container ~ div.swiper-pagination,
.i_viewed_items_block .i_sb.swiper-container ~ div.swiper-pagination {
	top: initial;
	right: initial;
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 30px 0 0;
	border: initial;
	position: relative;
}
.i_item:hover .i_item_buy .i_buy_bought {
	background-color: #d4ab9b!important
}
.i_sales_block .i_sb.swiper-container.j_sb_sp ~ div.swiper-pagination {
	top: initial;
}
.i_sales_block h2 a[href="discounts/"] {
	padding: 0;
}
.f-wrap {
	position: fixed;
	z-index: 30;
	width: 100%;
}
.f-wrap + .i_wrapper {
	padding-top: 90px;
}
.i_tblock {
	position: fixed!important;
}
.i_header {
	max-width: 1380px;
	margin: auto;
}
.i_header > * {
	width: 33%;
}
.i_header .left {
	display: flex;
	align-items: center;
}
.i_header .left .show_hide_menu {
	display: block;
	position: relative;
	left: initial;
}
.i_header .left .phone {
	margin-left: 30px;
}
.i_header .left .phone:after {
	content: '';
	display: none;
	width: 24px;
	height: 24px;
	background: url(../img/new/ic_phone.svg) 0 0 no-repeat;
	background-size: contain;
}
.i_header .left .wa {
	margin-left: 30px;
	position: relative;
}
.i_header .left .wa::before {
    position: absolute;
    display: block;
    content: " ";
    width: 22px;
    height: 22px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../img/new/ic_wapp.svg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.i_header .left .show_hide_menu {
	background: url(../img/new/ic_menu.svg);
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	background-size: contain;
}
.i_bottom_fixed_block {
	bottom: 0!important;
}
.i_catalog_element,
.i_breadcrumbs,
.i_breadcrumbs:before {
	background: transparent;
}
.i_header .left .phone {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}
.i_header .i_hlogo {
	margin: 0!important
}
.i_sales_unit {
	top: 90px;
}
.i_header .i_hlogo img {
	/*width: initial;*/
	max-height: 30px;
}
.i_header .logo {
	display: flex;
	justify-content: center;
}
.i_header .icons {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.i_header .icons > * {
	margin-left: 30px;
}
.i_header .icons .search:after {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background: url(../img/new/ic_search.svg) 0 0 no-repeat;
	background-size: contain;
}
.i_header .icons .i_hbasket a:after {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background: url(../img/new/ic_cart.svg) 0 0 no-repeat;
	background-size: contain;
}
.i_header .icons .user:after {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background: url(../img/new/ic_personal.svg) 0 0 no-repeat;
	background-size: contain;
}
.i_hbask {
	background: transparent;
	position: relative;
	padding: 0 !important;
}
.i_hbask span.i_hbask_total,
.i_hbask .i_basket_un.jq_basket_units {
	display: none;
}
.i_hbask .i_hbask_quantity {
	position: absolute;
	z-index: 1;
	top: -1px;
	right: -5px;
	width: 13px;
	height: 13px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 10px;
	line-height: 21px;
	background-color: #ffffff;
	color: #000;
}
.i_hbask span.i_basket_co {
	font-size: 10px;
}
.i_internal .i_in_work_area {
	background: transparent;
}
.basket-items-list-wrapper {
	box-shadow: none;
}
.basket-items-list-item-container {
	background: rgba(255,255,255,0.5);
	border-radius: 10px;
	padding: 20px;
}
.basket-items-list-item-container > div {
	padding-top: 10px;
}
.basket-items-list-item-container .price_counter > * {
	padding: 0 10px;
}
.basket-items-list-item-container .basket-item-block-price {
	padding: 0;
}
.basket-items-list-item-container + .basket-items-list-item-container {
	margin-top: 10px;
}
.basket-items-list-item-descriptions {
	width: initial;
}
.price_counter {
	width: 100%;
	align-items: flex-start;
}
.basket-items-list-item-amount {
	max-width: 120px;
}
.basket-item-block-amount {
	align-items: center;
	padding-top: 0!important;
}
.basket-item-block-amount .basket-item-amount-filed-block {
	padding: 0 10px;
}
.basket-item-block-amount .basket-item-amount-filed-block input {
	border-radius: 5px;
	max-width: 48px;
}
.basket-item-amount-field-description {
	display: none;
}
.basket-item-actions-remove:after,
.basket-item-actions-remove:before {
	background-color: rgba(0,0,0,0.7);
}
.menu_items {
	overflow-y: scroll;
	height: calc(100vh - 135px);
}
.menulink.big {
	font-size: 20px;
	font-weight: bold;
}
.i_item .i_item_stiker > span {
	border-radius: 5px;
}
.onelab_brand_sticker_list {
	display: none;
}
.f-wrap .search_form {
	position: absolute;
	z-index: 10;
	background: red;
	top: -500px;
	left: 50%;
	width: 66%;
	margin-left: -30%;
	opacity: 0;

}
.f-wrap.open_search .search_form {
	top: initial;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	opacity: 1;
}

@media(max-width: 1200px){
	.f-wrap .search_form {
		width: calc(100% - 202px);
		left: initial;
		margin-left: initial;
	}
}
@media(max-width: 787px){
	.i_header .left .phone > span {
		display: none;
	}
	.i_header .left .phone:after {
		display: block;
	}
	.i_header .left .phone,
	.i_header .left .wa,
	.i_header .icons > * {
		margin-left: 20px;
	}
	.f-wrap .search_form {
		width: calc(100% - 172px);
	}
}

@media(max-width: 767px){
	.basket-items-list-item-amount {
		max-width: initial;
	}
	.basket-items-list-item-descriptions {
		min-width: initial;
	}
	.basket-items-list-item-container {
		align-items: flex-start;
		flex-direction: row;
	}
	.basket-item-block-amount > span {
		width: 30px;
		height: 22px;
		display: block;
		border: 1px solid rgba(0,0,0,0.2);
		border-radius: 9px;
	}
	.basket-item-amount-btn-plus:before,
	.basket-item-amount-btn-plus:after,
	.basket-item-amount-btn-minus:after {
		background-color: #000;
	}
}
@media screen and (max-width: 699px) {
	.i_header .left .show_hide_menu {
		opacity: 0;
	}
	.i_mo_x .i_mo_icon:before,
	.i_mo_x .i_mo_icon:after {
		width: 22px!important;
	}
	.i_mo_x .i_mo_icon,
	.i_mo_x .i_mo_icon:before,
	.i_mo_x .i_mo_icon:after	{
		background: #fff!important;
	}
	
	.i_mo_x_open .i_mo_icon {
		background: transparent!important;
	}
	nav.i_menu_overflow ul.i_mo {
		width: 100%;
		height: calc(100vh - 60px);
		top: 60px!important;
		background: #fff;
		position: fixed!important;
	}
	.price_counter {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.price_counter .basket-item-block-info {
		grid-column: 1 / 3;
		padding-bottom: 20px;
	}
	.basket-item-info-name,
	.basket-item-info-name-link {
		font-size: 12px;
		line-height: 13px;
	}
	.f-wrap .search_form {
		width: calc(100% - 197px);
		left: 55px;
	}
	.f-wrap + .i_wrapper {
		padding-top: 60px;
	}
}
@media screen and (max-width: 600px) {
	.i_header .left .phone,
	.i_header .left .wa,
	.i_header .icons > * {
		margin-left: 10px;
	}
	.i_header .i_hlogo img {
		max-height: 20px;
	}
	.f-wrap .search_form {
		width: calc(100% - 178px);
	}
}
@media screen and (max-width: 560px) {
	.basket-items-list-item-descriptions-inner {
		display: block;
	}
}