.current-door.current-main-link picture{
	display: none;
}
.current-door.current-main-link picture.active{
	display: block;
}
.current-color img {
	display: flex;
	width: 3.4375rem;
	height: 3.4375rem;
	border-radius: .25rem;
}
.current-door img, .js-cur-element img {
	background-size: contain;
}
.product-main-slider-center img{
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.product-main-slider-center{
	width: 100%;
}
.product-system__item.hiddens {
	display: none;
}

.table-characteristic {
	min-width: 50%;
	margin-bottom: 10px;
}
.page-margin{
	overflow: unset !important;
}
.table-characteristic-body {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.garanty_block{
	width: 100%;
}
.characteristic-item__label {
	color: #aa8567;
	background: white;
	padding-right: 10px;
	position: relative;
	z-index: 1;
	opacity: 0.8;
	white-space: nowrap;
}
.characteristic-item__value {
	text-align: right;
	flex-basis: 330px;
	padding-left: 10px;
	background: white;
	position: relative;
	z-index: 1;
}
.characteristic-item {
	display: flex;
	gap: 25px;
	font-size: 18px;
	position: relative;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 10px;
}
.characteristic-item:before {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 6px;
	border-bottom: 1px dashed #C7C7C7;
}
.current-main_furniture .current-main-link {
	max-width: 100px;
}
.current-choose-furniture.actived {
	display: flex;
	align-items: center;
	margin-bottom: 1.875rem;
	justify-content: space-between;
}
.get-catalog .get-catalog__text {
	color: #23b7ec;
}
.product-tab__items .tabs__tab{
	min-width: unset;
}


.button-brown-detail.loader {
	color: transparent !important;
	position: relative;
	pointer-events: none;
}

.button-brown-detail.loader::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: translate(-50%, -50%);
	width: 30px;
	margin: auto;
	height: 30px;
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	border-top-color: #fff;
	animation: spin .8s linear infinite;
}

@keyframes spin {
	to {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

.del-furniture {
	margin: auto;
	cursor: pointer;
	margin-right: 0;
}
.del-furniture .clue-icon{
	background: transparent;
	stroke: rgba(3,3,3,.3);
	fill: transparent;
	width: 0.8rem;
	height: 0.8rem;
}
.del-furniture .clue-icon:hover {
	stroke: var(--orange-2);
}

.js_add-cart .not_cart{
	display: inline;
}
.js_add-cart .in_cart{
	display: none;
}
.js_add-cart.active .not_cart{
	display: none;
}
.js_add-cart.active .in_cart{
	display: inline;
}
.product-main__right .product-tab__head{
	position: relative;
}
.product-main__right{
	position: sticky;
	top: 0;
}

@media (max-width: 768px) {
	.table-characteristic {
		width: 100%;
	}
	.product-main__right{
		position: static;
		top: unset;
	}
	.product-main-slider.mb-20.product-main-slider--single {
		padding: 20px;
	}
}