/*Ширина плитки в списке для моб.*/
@media (max-width: 640px) {
	.catalog-section .product-item-small-card,
	.catalog-section .product-item-big-card,
	.catalog-section [class*="col-xs-"],
	.catalog-section [class*="col-sm-"] {
		padding: 0;
	}
}

.product-item-image-slider-slide-container.special2-flag:before,
.product-item-image-slider-slide-container.salespecial2-flag:before {
	z-index: 10;
}

/*Табы в карточке*/
.tabs_discribe {
	margin-top: 30px;
	float: none;
	padding: 0 10px;
}

.tabs_discribe .tabs_cont {
	border: none;
}

.tabs_discribe .tabs_menu {
	background: unset;
	height: unset;
}

.tabs_discribe .tabs_menu ul {
	width: unset;
}

.tabs_discribe .tabs_menu ul li {
	display: inline-block;
	float: none;
	height: unset;
	width: unset;
	margin: 0 6px 6px 0;
	line-height: unset;
	background-color: #cccccc3b;
}

.tabs_discribe .tabs_menu ul li:first-child {
	width: unset;
}

.tabs_discribe .tabs_menu ul li:after {
	content: none;
}

.tabs_discribe .tabs_menu ul li a {
	display: block;
	color: #5c4c4e;
	padding: 4px;
	margin: 0 6px;
}

.tabs_discribe .tabs_menu ul li.sel {
	display: inline-block;
	height: unset;
	width: unset;
	margin: 0 6px 6px 0;
	line-height: unset;
	background-color: #5c4c4e;
}

.tabs_discribe .tabs_menu ul li.sel a {
	border: unset;
	background: unset;
	color: #ffffff !important;
	padding: 4px;
	margin: 0 6px;
}

/*Табы в карточке*/


.header-main-menu#top_menu .catalog_menu ul li a span {
	padding: 2px 13px;
}


#top_menu > div > div.catalog_menu > ul > li:nth-child(7):not(.discont-menu) {
	display: block;
}

/*.bx_item_detail .item_section_name_gray.new_price,*/
/*.bx_item_detail .item_section_name_gray.sale-price1,*/
/*.bx_item_detail .item_section_name_gray.bx_bask{*/
/*    display: none;*/
/*}*/

.main-user-consent-request-announce-link a {
	color: inherit;
}

/*

.tabs_discribe .tabs_menu ul li {
    !* padding: 0px; *!
    margin: 0px;
    list-style: none;
    width: unset;
    float: left;
    text-align: center;
    height: 38px;
    line-height: 38px;
    position: relative;
    display: inline-block;
}
.tabs_discribe .tabs_menu ul li a {
    padding: 2px 12px;
    display: block;
    margin: 0 12px;
}
.tabs_discribe .tabs_menu ul li.sel a {
    padding: 2px 12px;
    display: block;
    margin-right: 0;
}

*/

.cookie-bar {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #4a2e28;
	color: #ffffffb3;
	padding: 2rem 0;
	font-size: .8em;
	z-index: 9999;
}

.cookie-bar__content {
	margin: 0px auto;
	width: min(950px, calc(100% - 30px));
	position: relative;
	z-index: 2;
}

.cookie-bar__grid {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}

.cookie-bar__left,
.cookie-bar__right {
	width: 100%;
}

.cookie-bar.show {
	display: block;
}

.cookie-bar input[type="checkbox"] {
	display: none;
}

.cookie-bar a {
	text-decoration: none;
	color: #ffffffb3;
}

.cookie-bar .h2 {
	font-weight: bold;
	font-size: 1.1em;
}

.cookie-bar p:last-child {
	margin-bottom: 0;
}

.cookie-bar__ok {
	width: 100%;
	background: #ffffffe6;
	color: #6c110f;
	border: 1px solid #ffffffe6;
	padding: 11px 20px;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 12px;
	cursor: pointer;
	opacity: .8;
	transition: opacity .3s ease-in-out;
}

.cookie-bar__ok:hover {
	opacity: 1;
}

.cookie-bar__close {
	width: 25px;
	height: 25px;
	position: absolute;
	right: 1rem;
	top: 1rem;
	z-index: 10;
	background: none !important;
	border: 0 !important;
	outline: 0 !important;
	opacity: .6;
	transition: opacity .3s ease-in-out;
	cursor: pointer;
}

.cookie-bar__close:hover {
	opacity: .8;
}

.cookie-bar .intec-grid {
	flex-wrap: wrap;
	gap: 20px;
}

@media (min-width: 768px) {
	.cookie-bar {
		padding: 2rem 0;
	}

	.cookie-bar__left {
		width: calc(100% - 13rem - 20px);
	}

	.cookie-bar__right {
		width: 13rem;
	}
}

@media (max-width: 767px) {
	#bx-soa-order {
		position: relative;
		padding-bottom: 200px;
	}

	#bx-soa-order .bx-check-policy {
		position: absolute;
		bottom: 30px;
		left: 30px;
		right: 30px;
	}

	#bx-soa-order #bx-soa-orderSave {
		position: absolute;
		bottom: 0;
		left: 30px;
		right: 30px;
	}

	#bx-soa-order .bx-soa {
		position: static;
	}
}