.bx-catalog-element {}
.bx-catalog-element .bx-title {}
.bx-catalog-element .product-item-detail-title {font-size: 18px; line-height: 24px; margin: 0 0 30px; font-weight: 900; text-transform: uppercase;}
.bx-catalog-element .product-items-top {margin: 0 0 40px;}
.bx-catalog-element .product-item-detail-left {width: 100%}
.bx-catalog-element .product-item-detail-right {width: 100%; background: #F5F5F5; border: 1px solid rgba(255, 255, 255, 0.2); box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25); border-radius: 10px; padding: 24px;}
@media only screen and (min-width: 1024px) {
	.bx-catalog-element .product-item-detail-right {
		display: flex; flex-wrap: wrap; gap: 25px;
	}
}
.bx-catalog-element .product-item-detail-slider-images-container {display: flex}

.bx-catalog-element .product-item-detail-slider-container .pc_icon {
	position: absolute;
	z-index: 1;
	top: 20px;
    left: 20px;
	display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 80%;
}

.bx-catalog-element .product-item-detail-slider-container .pc_icon_value {
	display: block;
	padding: 4px 10px;
	background: #D72225;
    border-radius: 10px;
    font-size: 14px;
    color: #F8F8F8;
    font-weight: 600;
	box-shadow: 0 1px 3px 0px #747474;
}

.bx-catalog-element .product-item-detail-slider-container .pc_icon_value.gift {
	position: relative;
	padding: 4px 5px 4px 30px;
}
.bx-catalog-element .product-item-detail-slider-container .pc_icon_value.gift:before {
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	background-image: url('/bitrix/templates/furniture_gray/images/gift.png');
	background-size: cover;
	left: 7px;
	top: 5px;
}

.bx-catalog-element .product-item-detail-slider-container .pc_icon_value.spec {
	background: #22d74a;
}

.bx-catalog-element .product-item-detail-slider-container .pc_icon_value.new {
	background: #22a6d7;
}

.bx-catalog-element .product-item-detail-slider-container .pc_icon_value.vip {
	background: #D72225;
}

/* Slider */
.bx-catalog-element .product-item-detail-slider-container{
	max-width: 100%;
	position: relative;
	background:transparent;
	-webkit-transition: background 800ms ease;
	   -moz-transition: background 800ms ease;
		-ms-transition: background 800ms ease;
		 -o-transition: background 800ms ease;
			transition: background 800ms ease;
}
.bx-catalog-element .product-item-detail-slider-block{
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	padding-top: 95%;
	height: 0;
}
.bx-catalog-element .product-item-detail-slider-block.product-item-detail-slider-block-square{
	padding-top: 100%;
}
.bx-catalog-element .product-item-detail-slider-images-container{
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.bx-catalog-element .product-item-detail-slider-image{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity 250ms linear;
	   -moz-transition: opacity 250ms linear;
		-ms-transition: opacity 250ms linear;
		 -o-transition: opacity 250ms linear;
			transition: opacity 250ms linear;
}
.bx-catalog-element .product-item-detail-slider-image.active{
	opacity: 1;
	z-index:10;
}
.bx-catalog-element .product-item-detail-slider-image img{
	-webkit-transform: translateY(-50%) translateX(-50%);
	   -moz-transform: translateY(-50%) translateX(-50%);
		-ms-transform: translateY(-50%) translateX(-50%);
		 -o-transform: translateY(-50%) translateX(-50%);
			transform: translateY(-50%) translateX(-50%);

	-webkit-transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
	   -moz-transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
		-ms-transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
		 -o-transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
			transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 10px;
	position: absolute;
	z-index: 1;
	top:  50%;
	left: 50%;
	height:auto;
	width:auto;
	max-height: 100%;
	max-width:100%;
	outline: 1px solid transparent;
}
.bx-catalog-element .product-item-detail-slider-progress-bar{
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index:180;
}

/*Slider Controls*/
.bx-catalog-element .product-item-detail-slider-controls-block{
	padding: 10px 0;
	text-align: center;
}
.bx-catalog-element .product-item-detail-slider-controls-image{
	width: 65px;
	height:65px;
	background-color: #fff;
	position: relative;
	text-align: center;
	display: inline-block;
	outline: 1px solid #c0cfda;
	cursor: pointer;
	overflow: hidden;
	border-radius: 10px;
}
.bx-catalog-element .bx-retina .product-item-detail-slider-controls-image{outline-width: .5px;}
.bx-catalog-element .bx-no-retina .product-item-detail-slider-controls-image.active{outline-width:2px;}
.bx-catalog-element .bx-retina .product-item-detail-slider-controls-image.active{outline-width:1px;}
.bx-catalog-element .product-item-detail-slider-controls-image img{
	max-width: 65px;
	max-height:65px;
	height: auto;
	width: auto;
	-webkit-transform: translateY(-50%) translateX(-50%);
	   -moz-transform: translateY(-50%) translateX(-50%);
		-ms-transform: translateY(-50%) translateX(-50%);
		 -o-transform: translateY(-50%) translateX(-50%);
			transform: translateY(-50%) translateX(-50%);
	position: absolute;
	top:  50%;
	left: 50%;
}
.bx-catalog-element .product-item-detail-slider-left,
.bx-catalog-element .product-item-detail-slider-right{
	display: block;
	position: absolute;
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	   -moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		 -o-transition: all 300ms ease;
			transition: all 300ms ease;
	opacity: .57;
	background: rgba(255,255,255,0) url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2230%22%20viewBox%3D%220%200%2016%2030%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2050%202%2036%2016%2022%2015%2021%201%2035%200%2036%201%2037%2015%2051%22%20transform%3D%22translate(0%20-21)%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
	z-index:111;
	top: 0;
	bottom: 0;
	width:25%;
}
.product-item-detail-slider-container.popup .product-item-detail-slider-left, .product-item-detail-slider-container.popup .product-item-detail-slider-right {width: 10%}
.bx-catalog-element .product-item-detail-slider-left{left:0;}
.bx-catalog-element .product-item-detail-slider-right{
	right:0;
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
		 -o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
			transform: rotate(180deg);
}
.bx-catalog-element .product-item-detail-slider-left:hover,
.bx-catalog-element .product-item-detail-slider-right:hover{ 
	opacity:.8;
	background-color: rgba(255,255,255,.4);
}
.bx-catalog-element .product-item-detail-slider-close{ display: none;}
.bx-catalog-element .product-item-detail-slider-container.popup .product-item-detail-slider-close{
	width:50px;
	height: 50px;
	left: 50%;
	transform: translate(-50%, 0);
	top: 4px;
	opacity: .27;
	background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
	-webkit-transition: all 300ms ease;
	   -moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		 -o-transition: all 300ms ease;
			transition: all 300ms ease;
	bottom: 0;
	display: block;
	position: absolute;
	cursor: pointer;
	z-index:150;
}
.bx-catalog-element .product-item-detail-slider-container.popup .product-item-detail-slider-close:hover{ opacity:1;}

/*magnified*/
.product-item-detail-slider-container.magnified .product-item-detail-slider-image{ z-index:100;}
.product-item-detail-slider-container.magnified .product-item-detail-slider-image img {outline-color:#ddd;}
.product-item-detail-slider-container.magnified .product-item-detail-slider-left,
.product-item-detail-slider-container.magnified .product-item-detail-slider-right{z-index:50;}
.product-item-detail-slider-container.magnified .product-item-label-text,
.product-item-detail-slider-container.magnified .product-item-label-ring{opacity: 0;}


/*	>>>	popup*/
.product-item-detail-slider-container.popup{
	position: fixed;
	top:   0;
	left:  0;
	right: 0;
	bottom:0;
	background: #fff;
	z-index: 999999;
	animation-name: imgPopupShow;
	animation-duration: 300ms;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-block{
	height:100vh;
	padding-top:0;
}
.product-item-detail-slider-container.popup .product-item-detail-slider-image{
	max-height: 100vh;
	position: absolute;
	top: 50%;
	width:calc(100% - 100px);
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	   -moz-transform: translateY(-50%) translateX(-50%);
		-ms-transform: translateY(-50%) translateX(-50%);
		 -o-transform: translateY(-50%) translateX(-50%);
			transform: translateY(-50%) translateX(-50%);
}
@keyframes imgPopupShow {
	from { opacity: 0;}
	to   { opacity: 1;}
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image img{
	width:auto;
	max-width: 100%;
	cursor: default;
	max-height: 90vh
}
.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block{
	border-left:1px solid #d3d3d3;
	background-color: #fff;
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	right: 0;
	padding:20px;
	overflow-y: auto;
	display: flex;
    gap: 10px;
    justify-content: center;
}
.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image{
	display: block;
	margin-bottom:20px;
}

.bx-catalog-element .product-item-detail-info {width: 100%; font-size: 12px; line-height: 18px;font-weight: 700;}
.bx-catalog-element .product-item-detail-info-container {position: relative; padding: 0 0 70px;}
@media only screen and (min-width: 1024px) {
	.bx-catalog-element .product-item-detail-info-container {width: calc(55% - 25px)}
}
.bx-catalog-element .product-item-detail-properties {}
.bx-catalog-element .product-item-detail-properties dl {display: flex; gap: 5px; margin: 0 0 10px; flex-wrap: wrap; line-height: 18px; font-size: 14px;}
.bx-catalog-element .product-item-detail-properties dt {text-align: left; line-height: inherit; font-size: inherit; width: calc(40% - 5px);}
.bx-catalog-element .product-item-detail-properties dd {text-align: right; line-height: inherit; font-size: inherit; overflow: hidden; text-overflow: ellipsis;  width: 60%;}

.bx-catalog-element .product-item-detail-form {margin: 30px 0 0}
@media only screen and (min-width: 1024px) {
	.bx-catalog-element .product-item-detail-form {width: 45%; margin: 0}
}
.bx-catalog-element .product-item-social {margin: 40px 0 0; display: flex; justify-content: flex-start;}
.bx-catalog-element .product-item-social a {display: block;}
.bx-catalog-element .product-item-social img {height: 32px; width: 32px;}

.bx-catalog-element .product-item-price {display: flex; flex-wrap: wrap; align-items: flex-end; gap: 5px; position: absolute; bottom: 0; z-index: 1;}
.bx-catalog-element .product-item-price .product-item-detail-price {font-size: 18px; line-height: 24px; font-weight: 900; text-transform: uppercase;}
.bx-catalog-element .product-item-price .product-item-detail-price-old {font-size: 18px; line-height: 24px; text-decoration: line-through;}
.bx-catalog-element .product-item-price .product-item-detail-price-current {font-size: 26px; line-height: 28px; color: #D72225; font-weight: 900; min-width: 190px;}

.bx-catalog-element .product-items-middle {margin: 0 0 30px;}
.bx-catalog-element .product-item-detail-tabs-list {text-align: center;  margin: 0 0 30px}
@media only screen and (min-width: 1024px) {
	.bx-catalog-element .product-item-detail-tabs-list {display: flex; gap: 20px;}
}
.bx-catalog-element .product-item-detail-tabs-list .product-item-detail-tab {display: block; border-bottom: 5px solid #d9d9d9;}
.bx-catalog-element .product-item-detail-tabs-list .product-item-detail-tab.active {border-color: #D72225;}
.bx-catalog-element .product-item-detail-tabs-list .product-item-detail-tab-link {font-size: 18px; line-height: 24px; display: block; padding: 10px 0; text-transform: uppercase; font-weight: 700;}
.bx-catalog-element .product-item-detail-tab-content {display: none; background: #F5F5F5; color: #000; border: 1px solid rgba(255, 255, 255, 0.2); box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25); border-radius: 10px; padding: 48px;}
.bx-catalog-element .product-item-detail-tab-content.active {display: block}
.bx-catalog-element .product-item-detail-description-container .product-item-detail-description {
	margin: 0 0 20px;
}
@media only screen and (min-width: 1024px) {
	.bx-catalog-element .product-item-detail-description-container {display: flex; gap: 20px;}
	.bx-catalog-element .product-item-detail-description-container .product-item-detail-description {width: 70%; text-align: justify;}
	.bx-catalog-element .product-item-detail-description-container .product-item-detail-preim {width: calc(30% - 20px)}
}

.bx-catalog-element .product-item-detail-description-container .product-item-detail-preim ul {list-style: disc; padding: 0 0 0 20px;}
.bx-catalog-element .product-item-detail-description-container .product-item-detail-preim li {margin: 0 0 10px;}

@media only screen and (min-width: 1024px) {
	.bx-catalog-element .product-items-top {display: flex; gap: 20px; margin: 0 0 30px;}
	.bx-catalog-element .product-item-detail-left {width: 40%;}
	.bx-catalog-element .product-item-detail-right {width: 60%;}
}