

/* Start:/local/templates/pandora/components/bitrix/catalog/catalog_pandora/style.css?17519194581579*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.top__title h1 {
	all: unset!important;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:767px) {
	.header {
		margin-bottom: 28px;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}
.close-filter{
	display: none;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 1000;
}
@media (max-width:1279px){
	.close-filter{
		display: block;
	}
	.universal-select-inner.desktop-sort-block{
		display: none;
	}
	.bx-filter {
		margin-top:20px;
	}
}

/* End */


/* Start:/local/templates/pandora/components/bitrix/breadcrumb/.default/style.css?1721991816379*/
.breadcrumb__inner .breadcrumb{
    padding: 8px 0;
}
.breadcrumb__item{
    white-space: nowrap;
}
@media (max-width: 767px) {
    .breadcrumb__inner {
        flex-wrap: nowrap!important;
        overflow-x: auto !important;
        width: 100%;
        padding-top: 0!important;
        margin-bottom: 22px!important;
        margin-top: 20px!important;
    }
}
/* End */


/* Start:/local/templates/pandora/components/bitrix/catalog.element/pandora_element_detail/style.css?175191945872797*/
/* Sidebar */
.product-item-detail-info-section { padding: 0 20px; }

@media (max-width: 992px) {
	.product-item-detail-info-section { padding: 0; }
}

.product-item-detail-info-container {

}

.product-item-detail-info-container-title {
	margin-bottom: 3px;
	color: #000;
	font-weight: var(--ui-font-weight-bold);
	font-size: 13px;
}

.product-item-detail-pay-block {
	position: relative;
	margin-bottom: 15px;
	padding: 20px 20px 0;
	border: 1px solid #e4e4e4;
	border-radius: 3px;
	background-color: #fff;
}

.bx-retina .product-item-detail-pay-block { border-width: .5px; }

/*Compare*/
.product-item-detail-compare-container {
	position: relative;
	margin: 0 -20px;
	padding: 4px 15px;
	min-height: 30px;
	border-top: 1px solid #e4e4e4;
	background: #f3f3f3;
	box-shadow: inset 0 1px 1px 0 #eee;
	color: #4e4e4e;
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
}

.product-item-detail-compare .checkbox {
	margin: 0;
	padding: 0;
}

/* Price */
.product-item-detail-price-current {
	color:  #27251F;
	white-space: nowrap;
	font-weight: var(--ui-font-weight-bold);
	font-size: 30px;
	line-height: 33px;
	transition: font-size 200ms ease;
}

.product-item-detail-price-old {
	color: #bdbdbd;
	text-decoration: line-through;
	white-space: nowrap;
	font-weight: var(--ui-font-weight-bold);
	font-size: 14px;
	line-height: 17px;
}

/* SCU */
.product-item-scu-container { padding: 0 0 2px; }

.product-item-scu-container-title {
	color: #333;
	font-size: 12px;
}

.product-item-scu-block { }

.product-item-scu-list { margin: 0; }

.product-item-scu-item-list {
	overflow: hidden;
	margin: 0 0 0 -2px;
	padding: 0;
	list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 3px;
	max-width: 100%;
	vertical-align: middle;
}

.product-item-scu-item-text-container { min-width: 48px; }

.product-item-scu-item-color-container {
	max-width: 38px;
	width: 25%;
}

.product-item-scu-item-color-block {
	position: relative;
	padding-top: 100%;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block { transition: outline 200ms ease; }

.bx-retina .product-item-scu-item-color-block { outline-width: .5px; }

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block { outline-width: 1px; }

.product-item-scu-item-color {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.product-item-scu-item-text-block {
	position: relative;
	padding: 0 5px;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-text-block { transition: outline 300ms ease; }

.bx-retina .product-item-scu-item-text-block { outline-width: .5px; }

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block { outline-width: 1px; }

.product-item-scu-item-text {
	overflow: hidden;
	max-width: 100%;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 18px;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
	position: relative;
	overflow: hidden;
	outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
	background-size: 80% 80%;
	content: "";
}

.product-item-selected-scu-container { word-spacing: 1px }

.product-item-selected-scu {
	display: inline-block;
	overflow: hidden;
	padding: 0 5px;
	min-width: 22px;
	height: 22px;
	outline: 1px solid #c0cfda;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 22px;
}

.bx-retina .product-item-selected-scu { outline-width: .5px; }

.product-item-selected-scu-color {
	background-position: center;
	background-size: 20px 20px;
	background-repeat: no-repeat;
}

/*Amount*/
.product-item-amount {
	padding: 0 0 2px;
	text-align: center;
}

.product-item-amount-field-container { }

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
	position: relative;
	display: inline-block;
	min-width: 22px;
	height: 22px;
	border-radius: 2px;
	background-color: #f2f2f2;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus { border-width: .5px; }

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover { background: #d3d3d3; }

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
	opacity: .3 !important;
	cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover { background-color: #f2f2f2; }

.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease;
}

.product-item-amount-field-btn-plus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after { opacity: 1; }

.product-item-amount-field {
	display: inline-block;
	padding: 0;
	max-width: 50px;
	width: auto;
	height: 22px;
	border: 1px solid transparent;
	border-radius: 2px;
	background: transparent !important;
	color: #000;
	vertical-align: middle;
	text-align: center;
	font-weight: var(--ui-font-weight-bold);
	font-size: 19px;
	line-height: 22px;
	transition: border 300ms ease;
}

.bx-retina .product-item-amount-field { border-width: .5px; }

.product-item-amount-field:focus { outline: none !important; }

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.product-item-amount-description-container {
	color: #a5a5a5;
	white-space: nowrap;
	font-size: 12px;
}

.product-item-amount-description-container strong {
	color: #333;
	white-space: nowrap;
}

.product-item-amount-label-container {
	margin: 5px 0;
	color: #a5a5a5;
	font-weight: var(--ui-font-weight-bold);
	font-size: 12px;
}

/**/
.product-item-quantity {
	color: #333;
	font-weight: normal;
	font-size: 12px;
}

/*Buy button*/
.btn.product-item-detail-buy-button {
	position: relative;
	display: block;

	padding: 11px;
	font-size: 12px;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	margin-bottom: 14px;
	line-height: 150%;
	color: #fff;
	background-color: #27251F;
	cursor: pointer;
	transition:all ease .5s;
}
.btn.product-item-detail-buy-button:hover{
	color: #fff;
	background-color: #000;
	transition:all ease .5s;
}

.product-item-detail-short-card-btn .btn.product-item-detail-buy-button { margin: 0; }

.btn.product-item-detail-buy-button span {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	display: inline-block;
	min-height: 16px;
	max-width: 100%;
	white-space: normal;
	line-height: 16px;
	transform: translateY(-50%);
}

.btn-link.product-item-detail-buy-button { height: 25px; }

/* Slider */
.product-item-detail-slider-container {
	position: relative;
	max-width: 100%;
	background: transparent;
	transition: background 800ms ease;
}

.product-item-detail-slider-block {
	position: relative;
	box-sizing: border-box;
	padding-top: 56.25%;
	height: 0;
}

.product-item-detail-slider-block.product-item-detail-slider-block-square { padding-top: 100%; }

.product-item-detail-slider-images-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.product-item-detail-slider-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	opacity: 0;
	transition: opacity 250ms linear;
}

.product-item-detail-slider-image.active {
	z-index: 10;
	opacity: 1;
}

.product-item-detail-slider-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	outline: 1px solid transparent;
	background-position: center;
	background-repeat: no-repeat;
	transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
	transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-slider-progress-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 180;
	height: 3px;
}

/*Slider Controls*/
.product-item-detail-slider-controls-block {
	padding: 10px 0;
	text-align: center;
}

.product-item-detail-slider-controls-image {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 65px;
	height: 65px;
	outline: 1px solid #c0cfda;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
}

.bx-retina .product-item-detail-slider-controls-image { outline-width: .5px; }

.bx-no-retina .product-item-detail-slider-controls-image.active { outline-width: 2px; }

.bx-retina .product-item-detail-slider-controls-image.active { outline-width: 1px; }

.product-item-detail-slider-controls-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 65px;
	max-height: 65px;
	width: auto;
	height: auto;
	transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-slider-left,
.product-item-detail-slider-right {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 111;
	display: block;
	width: 25%;
	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;
	opacity: .57;
	cursor: pointer;
	transition: all 300ms ease;
}

.product-item-detail-slider-left { left: 0; }

.product-item-detail-slider-right {
	right: 0;
	transform: rotate(180deg);
}

.product-item-detail-slider-left:hover,
.product-item-detail-slider-right:hover {
	background-color: rgba(255, 255, 255, .4);
	opacity: .8;
}

.product-item-detail-slider-close { display: none; }

.product-item-detail-slider-container.popup .product-item-detail-slider-close {
	position: absolute;
	top: 4px;
	right: 110px;
	bottom: 0;
	z-index: 150;
	display: block;
	width: 50px;
	height: 50px;
	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;
	opacity: .27;
	cursor: pointer;
	transition: all 300ms ease;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close:hover { opacity: 1; }

.product-item-detail-slider-container.popup .product-item-detail-slider-right { right: 105px; }

/*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;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999999;
	background: #fff;
	animation-name: imgPopupShow;
	animation-duration: 300ms;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-images-container { right: 105px; }

.product-item-detail-slider-container.popup .product-item-detail-slider-block {
	padding-top: 0;
	height: 100vh;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image {
	position: absolute;
	top: 50%;
	left: 50%;
	max-height: 100vh;
	width: calc(100% - 150px);
	transform: translateY(-50%) translateX(-50%);
}

@-webkit-keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

@-moz-keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

@-ms-keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

@-o-keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image img {
	max-width: 100%;
	max-height: 90vh;
	width: auto;
	cursor: default
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	padding: 20px;
	border-left: 1px solid #d3d3d3;
	background-color: #fff;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
	display: block;
	margin-bottom: 20px;
}

/* Slider Mobile*/
@media (max-width: 767px) {
	.product-item-detail-slider-container.popup .product-item-detail-slider-images-container { right: 0; }

	.product-item-detail-slider-container.popup .product-item-detail-slider-block {
		padding-top: 0;
		height: calc(100vh - 111px);
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-image { width: 90%; }

	.product-item-detail-slider-container.popup .product-item-detail-slider-image img {
		max-width: 100%;
		max-height: calc(100vh - 115px);
		width: auto;
		cursor: default;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
		position: absolute;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
		overflow-x: auto;
		max-height: 111px;
		border-top: 1px solid #d3d3d3;
		border-left: none;
		white-space: nowrap;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
		display: inline-block;
		margin-bottom: 0;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-close {
		right: 10px;
		z-index: 200;
	}

	.product-item-detail-slider-left,
	.product-item-detail-slider-right { max-width: 75px; }

	.product-item-detail-slider-container.popup .product-item-detail-slider-right { right: 0; }

}

/*Label*/
.product-item-label-text,
.product-item-label-ring {
	position: absolute;
	z-index: 190;
	opacity: 1;
	transition: opacity 450ms ease;
}

.product-item-label-text span,
.product-item-label-ring {
	display: inline-block;
	clear: both;
	margin-bottom: 2px;
	background: #f42c2c;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring { background-color: #fba90c; }

.product-item-label-text > div,
.product-item-label-ring > div { line-height: 0; }

.product-item-detail-slider-container.popup .product-item-label-text,
.product-item-detail-slider-container.popup .product-item-label-ring { display: none; }

/* TEXT */
.product-item-label-text span {
	padding: 2px 5px;
	vertical-align: middle;
	font-weight: var(--ui-font-weight-bold);
}

.product-item-label-text.product-item-label-small span {
	margin-bottom: 1px;
	padding: 2px 7px;
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
}

.product-item-label-text.product-item-label-big span {
	padding: 4px 10px;
	font-size: 13px;
	line-height: 17px;
}

@media (max-width: 767px) {
	.product-item-label-text > div { line-height: 0; }

	.product-item-label-text.product-item-label-small span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
		margin-bottom: 1px;
		padding: 2px 7px;
		font-size: 10px;
		line-height: 14px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-small span,
	.product-item-label-text.product-item-label-big span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
		margin-bottom: 1px;
		padding: 3px 12px;
		font-size: 14px;
		line-height: 16px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-big span {
		padding: 3px 12px;
		font-size: 20px;
		line-height: 25px;
	}
}

/*RING*/
.product-item-label-ring {
	box-sizing: border-box;
	border-radius: 50%;
	font-weight: var(--ui-font-weight-bold);
}

.product-item-label-ring.product-item-label-small {
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
}

.product-item-label-ring.product-item-label-big {
	width: 50px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
}

@media (max-width: 767px) {
	.product-item-label-ring.product-item-label-small,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
		width: 20px;
		height: 20px;
		font-size: 13px;
		line-height: 20px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-small,
	.product-item-label-ring.product-item-label-big,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-big {
		width: 70px;
		height: 70px;
		font-size: 24px;
		line-height: 70px;
	}
}

.product-item-label-top { top: -5px; }

.product-item-label-center {
	left: 50%;
	transform: translateX(-50%);
}

.product-item-label-center > div { text-align: center; }

.product-item-label-left { left: -5px; }

.product-item-label-left > div { text-align: left; }

.product-item-label-bottom { bottom: -5px; }

.product-item-label-middle {
	top: 50%;
	transform: translateY(-50%);
}

.product-item-label-right { right: -5px; }

.product-item-label-right > div { text-align: right; }

.product-item-label-center.product-item-label-middle { transform: translateY(-50%) translateX(-50%); }

/* Tabs */
.product-item-detail-tabs-container {
	min-height: 60px;
	border-bottom: 1px solid #ededed;
	background: #fff;
}

.product-item-detail-tabs-list {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-item-detail-tabs-list:after {
	display: table;
	clear: both;
	content: "";
}

.product-item-detail-tab {
	float: left;
	min-height: 60px;
}

.product-item-detail-tab-link {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	padding: 10px 25px;
	height: 60px;
	color: #039be5;
	vertical-align: middle;
	text-transform: uppercase;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-weight: var(--ui-font-weight-bold);
	font-size: 13px;
	line-height: 45px;
	transition: all 250ms ease;
}

.product-item-detail-tab-link:hover,
.product-item-detail-tab.active .product-item-detail-tab-link { color: #000; }

.product-item-detail-tab-link:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 0;
	background: #1485ce;
	content: "";
	transition: all 250ms ease;
}

.product-item-detail-tab-link:hover:after,
.product-item-detail-tab.active .product-item-detail-tab-link:after { height: 3px; }

.product-item-detail-tab-link:active:after { height: 6px; }

.product-item-detail-tab-content { padding: 25px 0; }

@media (max-width: 991px) {
	.product-item-detail-tabs-container { display: none !important; }

	.product-item-detail-tab-content { display: block !important; }
}

/*Tab fixed*/
.product-item-detail-tabs-container-fixed {
	position: fixed;
	top: -100px;
	right: 0;
	left: 0;
	z-index: 1000;
	background-color: #fff;
	box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
	transition: top 350ms linear;
}

.product-item-detail-tabs-container-fixed {
	min-height: 45px;
	background: #fff;
}

.product-item-detail-tabs-container-fixed.active {
	top: 0;
	opacity: 1;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tabs-list {
	margin: 0 auto;
	max-width: 1048px;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tab { min-height: 45px; }

.product-item-detail-tabs-container-fixed .product-item-detail-tab-link {
	padding: 10px 25px;
	height: 45px;
	line-height: 25px;
}

.bx-touch .product-item-detail-tabs-container-fixed { display: none !important; }

/*Small Card*/
.product-item-detail-short-card-fixed {
	position: fixed;
	top: -85px;
	right: 0;
	left: 0;
	z-index: 11;
	box-sizing: border-box;
	padding: 7px 0 8px;
	height: 85px;
	background-color: #fff;
	box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
	transition: top 220ms linear;
}

.product-item-detail-short-card-fixed.active {
	top: 128px;
	opacity: 1;
}

.product-item-detail-short-card-fixed.active + .product-item-detail-tabs-container-fixed.active { top: 85px; }

.bx-touch .product-item-detail-short-card-fixed { display: none !important; }

.product-item-detail-short-card-fixed .product-item-detail-short-card-content-container {
	margin: 0 auto;
	max-width: 1048px;
}

.product-item-detail-short-card-content-container table {
	min-width: 100%;
	border-collapse: collapse;
}

.product-item-detail-short-card-image {
	padding-right: 15px;
	width: 80px;
	vertical-align: middle;
	text-align: left;
}

.product-item-detail-short-card-image img {
	max-width: none;
	height: 65px;
}

.product-item-detail-short-title-container { max-width: 650px }

.product-item-detail-short-title-text {
	display: block;
	color: #000;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 16px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
}

.product-item-detail-short-card-price {
	padding: 0 10px;
	vertical-align: middle;
	text-align: right;
}

.product-item-detail-short-card-btn {
	padding-left: 10px;
	min-width: 120px;
	vertical-align: bottom;
}

/*Properties */
.product-item-detail-tab-content { display: none; }

.product-item-detail-tab-content.active { display: block; }

.product-item-detail-tab-content h3 {
	margin-bottom: 10px;
	font-weight: var(--ui-font-weight-bold);
	font-size: 14px;
}

.product-item-detail-properties {
	display: block;
	overflow: hidden;
	margin: 0;
	max-width: 560px;
	color: #a5a5a5;
	font-size: 12px;
}

.product-item-detail-properties dl { clear: both; }

.product-item-detail-properties dt {
	float: left;
	clear: both;
	font-weight: normal;
}

.product-item-detail-properties dd {
	float: right;
	margin-bottom: 3px;
	margin-left: 5px;
	color: #000;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type='number'] { -moz-appearance: textfield; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none; }




















.select{
	position: relative;
	border: 1px solid #27251F;
}

.select-items{
	position: absolute;
	background-color: #F5F5F5;
	width: 100%;
	top: -241px;
	z-index: 545454545;
	border: 1px solid #27251F;
}

.select-item{
	padding: 10px 15px;
	position: relative;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	cursor: pointer;
}

.select-item.add{
	background-color: #D9D9D9;
}

.select-item:nth-child(odd){
	border-top: 1px solid #27251F33;
	border-bottom: 1px solid #27251F33;;
}

.select-checkbox{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}

.select-items.close{
	display: none;
}

.element{
	font-size: 12px;

	overflow: hidden;
}

.breadcrumb__inner{
	padding-top: 30px;
	margin-bottom: 30px;
}

@media (max-width: 1279px) {
	.breadcrumb__inner{
		margin-bottom: 33px;
		padding-top: 33px;
	}
}
@media (min-width: 1279px) and (max-width: 1445px){
	.element__inner ,.comments-block{
		padding: 0 10px;
	}
}

.element__inner{
	display: flex;
	align-items: flex-start;
	gap: 23px;
	margin-bottom: 60px;
}

.element__views{
	max-width: 924px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

body .product{
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
	background-color: #ffffff;
	height: 450px;
	padding: 0 24px 21px;
	width: calc(50% - 13px);
	display: flex;
	align-items: flex-end;
	position: relative;
}

.view-product{
	cursor: zoom-in;
}

.coverage{
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
}

.quantity{
	position: absolute;
	top: 26px;
	right: 36px;
	color: #FFF;
	z-index: 2;
	font-size: 40px;
	line-height: 150%;
	cursor: pointer;
}

.open-carousel{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
}

.view__link{
	padding: 11px 0;
	width: 100%;
	border: 1px solid #27251F;
	text-align: center;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	text-transform: uppercase;
	position: relative;
	z-index: 4564;
}





.element__info{
	flex-grow: 1;
}

.element__info-content{
	max-width: 460px;
	width: 100%;
}

.element__info-head{
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-width: 460px;
}

.element__info-title{
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
	color: #27251F;
	word-break: break-all;
}
.element__info-title h1 {
	all: unset!important;
}
body .element__info-head{
	padding-bottom: 10px;
}
.element__price{
	font-size: 18px;
	line-height: 150%;
	text-transform: uppercase;
}

.element__suggestion{
	opacity: 0.6;
}

.element__stars{
	display: flex;
	align-items: center;
	gap: 14px;
}

.element__stars-count{
	opacity: 0.6;
}

.metal__group{
	margin-bottom: 10px;
}

.color__group{
	margin-bottom: 20px;
}

.type-buttons{
	display: flex;
	gap: 14px;
	align-items: center;
}

.metal__group-title, .color__group-title{
	margin-bottom: 12px;
	font-family: Arial;
	font-weight: 700;
	line-height: 150%;
	text-transform: uppercase;
}

.changeType{
	width: 26px;
	height: 26px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-position: center;
	background-size: 20px 20px;
	background-repeat: no-repeat;
}

.changeType:hover{
	border: 1px solid #000;
}

.changeType.active {
	border: 1px solid #000;
}


.type-btn__core{
	background-color: #91B110;
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.add-to-card, .buy-to-onclick{
	padding: 11px;
	font-size: 12px;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	margin-bottom: 14px;
	line-height: 150%;
}

.collection-in-store{
	padding: 11px;
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px;
	background-color: #F2A1B2;
	color: #fff;
	cursor: pointer;
}

.add-to-card{
	color: #fff;
	background-color: #27251F;
	cursor: pointer;
	transition: all ease .4s;
}
.add-to-card a:hover{
	color: #fff;
}
.buy-to-onclick{
	border: 1px solid #27251F;
	cursor: pointer;
	transition: background-color 0.5s ease, color 0.5s ease;
}

.buy-to-onclick:hover{
	color: #fff;
	background-color: #F2A1B2;
	border-color: transparent;
}

.size{
	margin-bottom: 20px;
}

.size__title-inner{
	display: flex;
	justify-content: space-between;
	text-align: center;
	margin-bottom: 14px;
}

.size__title{
	font-size: 18px;

	line-height: 150%;
}

.size__title-guide{
	text-decoration-line: underline!important;
	opacity: 0.6;
}

.size__items{
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.size__items .active{
	background: #27251F;
	color: #fff!important;
}

.size__item{
	padding: 11px 16px;
	border: 1px solid #27251F;
	cursor: pointer;
}

.additional-actions{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	gap: 20px;
}

.save-elm{
	display: flex;
	align-items: center;
	gap: 14px;
	cursor: pointer;
}
.save-elm span{
	font-weight: 400;
	font-size: 12px;
	line-height: 150%;
	text-decoration-line: underline;
	opacity: 1;
	color: #27251F;
}

.detail-item__title{
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
}

.detail__item-inner:nth-child(odd){
	border-top: 1px solid rgba(39, 37, 31, 0.40);
	border-bottom: 1px solid rgba(39, 37, 31, 0.40);
}

.detail__item-inner:last-child{
	border-bottom: 1px solid rgba(39, 37, 31, 0.40);
}

.detail__item-content.add{
	padding-bottom: 20px;
}

.detail__item{
	cursor: pointer;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}

.add-link__inner{
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}

.add-link{

	color: #fff;
	padding: 11px 0;
	background: #27251F;
	text-align: center;
	width: 39%;
	font-size: 12px;
}

.view__link{
	cursor: pointer;
}

.product:hover .view__link{
	opacity: 1;
}

.detail__container{
	display: flex;
	flex-direction: column;
}

.detail__item-content{
	display: flex;
	flex-direction: column;
	gap: 20px;
	height: 0;
	overflow: hidden;
	transition: all ease .5s;
}

.detail__item-content.add{
	height: auto;
	overflow: unset;
	transition: all ease .5s;
}

.detail__item-text,.instruction__text{
	opacity: 0.6;
	max-width: 100%!important;
	line-height: 150%;
	color: #27251F;
	font-weight: 400;
}

.detail__list{
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.detail__list-item{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.detail__list-item--key{
	font-size: 12px;
	line-height: 150%;
	opacity: 0.6;
	color:#27251F;
	font-weight: 700;
}

.detail__list-item--values{
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.detail__list-item--value{
	font-size: 12px;
	line-height: 150%;
	font-weight: 400;
	opacity: 0.6;
	color: #27251F;
}

.size-guide__list-inner{
	margin-bottom: 13px;
}

.folders__list{
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.folders__list-item{
	padding-left: 34px;
	text-decoration-line: underline;
	position: relative;
	cursor: pointer;
}

.folders__list-item::before{
	content: "";
	width: 18px;
	height: 18px;
	position: absolute;
	background-image: url("/local/templates/pandora/components/bitrix/catalog.element/pandora_element_detail/../images/folders 1.svg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	top: -1px;
}

.size-link{
	font-size: 12px;
	font-weight: 400;
	text-decoration-line: underline!important;
}

.size-guide{
	padding: 22px 20px;
	border: 1px solid rgba(39, 37, 31, 0.20);
}

.size-guide__head{
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-bottom: 13px;
}

.size-guide__btns{
	display: flex;
}

.size-guide__btn{
	padding: 6px 0;
	width: 50%;
	text-align: center;
}

.size-guide__btn.mixitup-control-active{
	border-radius: 90px;
	background: #27251F;
	color: #fff;
}

.size-guide__title{
	font-weight: 700;
}

.size-guide__text{
	opacity: 0.6;
}

.size-guide__list{

}

.size-guide__item{
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
}

.size-guide__item-text{
	font-weight: 700;
	text-transform: uppercase;
	max-width: 115px;
	width: 100%;
}

.size-guide__item:nth-child(even){
	background: #F5F5F5;
}

.size-guide__texts-title{
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 6px;
}

.tip{
	font-weight: 700;
	margin-bottom: 6px;
	line-height: 150%;
	text-transform: uppercase;
}

.tip-info{
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-bottom: 10px;
	opacity: 0.6;
}

.tip-info p {
	line-height: 150%;
}

.tip-info:last-child{
	margin-bottom: 0;
}

.detail__item-text--inner{
	display: flex;
	flex-direction: column;
	gap: 6px;
}

body .detail__item-text--title{
	font-weight: 700;
	padding-left: 36px;
	position: relative;
	margin-bottom: 6px;
	line-height: 127%;
	text-transform: uppercase;
	color: #000000;
}

.detail__item-text--title::before{
	content: '';
	position: absolute;
	background-image: url("/local/templates/pandora/images/shipping-fast 1.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 18px;
	height: 18px;
	top: -3px;
	left: 0;
}

.detail__item-text--title2::before {
	background-image: url("/local/templates/pandora/images/arrows-repeat 1.svg");
}

.detail__item-text--title3::before{
	background-image: url("/local/templates/pandora/images/award 1.svg");
}

.order-items{
	display: flex;
	gap: 20px;
}

.order-item{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 17px;
	padding-bottom: 20px;
	border-radius: 10px;
	background: #F5F5F5;
}

.order-item__img{
	width: 100%;
	border-radius: 10px;
}

.favorites__title{
	margin-bottom: 40px;
	font-weight: 700;
	font-size: 30px;
	line-height: 120%;
	text-align: center;
}

.order-item__text{
	opacity: 0.6;
}

.circumference_size-guide__item-text{
	margin-right: 20px;
	margin-left: -10px;
}

.EU_size-guide__item-text{
	margin-left: 0!important;
}

.size-guide__item-text:nth-child(2):not(:first-child){
	margin-left: 30px;
}

@media (max-width: 1439px) {
	.element__views{
		max-width: 770px;
	}

	.product{
		height: 373px;
	}

	.size__item {
		padding: 11px 15px;
	}

	.compatible{
		padding: 142px 0;
	}
}

@media (max-width: 1279px) {
	.element__inner{
		flex-direction: column;
		padding: 0 2px;
	}

	.element__views{
		max-width: none;
	}

	body .product{
		width: calc(50% - 14px);
		height: 482px;
	}

	.element__info{
		width: 100%;
	}

	.element__info-content, .element__info-head{
		max-width: none!important;
	}

	.size{
		margin-bottom: 14px;
	}

	.detail__item-text {
		max-width: none;
	}

	.size-guide__btns{
		max-width: 415px;
		margin-bottom: 13px;
	}

	.size-guide__item{
		padding: 10px;
	}

	.tip-info{
		max-width: 415px;
	}

	.compatible{
		padding: 60px 0;
	}

	.compatible-slider{
		margin-bottom: 0;
	}

	.favorites__title{
		text-align: left;
		margin-bottom: 40px;
		font-size: 30px;
	}
}
@media (max-width: 1023px) {
	body .product{
		height: 354px;
	}

	.element__info-title{
		max-width: 453px;
	}
}
body .breadcrumb__inner{
	margin-bottom: 0;
}
@media (max-width: 767px) {
	body .breadcrumb{
		margin-bottom: 0;
		padding-top: 0!important;
	}
	body .breadcrumb__inner{
		margin-top: 0!important;
	}
	.element__inner{
		gap: 20px;
	}
	.save-elm {
	padding:0;
	}
	.compatible{
		padding: 40px 0;
	}

	.additional-actions{
		flex-direction: column;
		align-items: flex-start;
	}

	.add-to-card{
		margin-bottom: 10px;
	}

	.buy-to-onclick{
		margin-bottom: 10px;
	}

	.order-items {
		gap: 7px;
	}

	.order-item__text{
		font-size: 8px;
		opacity: 0.6;
	}

	.order-item__btn{
		width: 11px;
		height: 11px;
	}

	.favorites__title{
		margin-bottom: 30px;
	}

}

/* REVIEWS */

.reviews{
	padding: 100px 0;

	font-size: 12px;
}

.reviews__filter{
	padding: 0 0 22px 0;
	margin-bottom: 22px;
	border-bottom: 1px solid rgba(39, 37, 31, 0.20);
}

.reviews__filter-head{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 14px;
}

.reviews-quantity{
	opacity: 0.6;
	line-height: 150%;
	margin-bottom: 12px;
}

.reviews__filter-head--text{
	font-size: 18px;
	line-height: 150%;
	text-transform: uppercase;
}

.reviews__filter-head--link{
	text-transform: uppercase;
	padding: 11px 20px;
	border: 1px solid #27251F;
	cursor: pointer;
}

.universal-select{
	width: 100%;
}


.reviews__control{
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
}

.reviews__control-group--1{
	z-index: 54;
}

.reviews__control-group--2{
	z-index: 50;
}

.reviews__control-group--1, .reviews__control-group--2{
	display: flex;
	align-items: center;
}

.reviews__control-group--1{
	gap: 20px;
}

.reviews__control-group--2{
	gap: 40px;
}

.reviews__control-group--2 .universal-select-inner {
	width: 239px;
}

.active-filters__title{
	margin-bottom: 12px;
	opacity: 0.6;
}

.active-filters{
	display: inline-flex;
	gap: 8px;
}

.active-filters__item{
	display: flex;
	padding: 7px 13px;
	gap: 10px;
	border-radius: 90px;
	border: 1px solid #27251F;
}

.reviews__item-text{
	line-height: 150%;
}

.active-filters__item span{
	line-height: 150%;
}

.reviews__item{
	padding-bottom: 22px;
	margin-bottom: 22px;
	border-bottom: 1px solid rgba(39, 37, 31, 0.20);
	overflow: hidden;
}

.reviews__item:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.reviews__item-top{
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
}

.reviews__time{
	line-height: 150%;
	opacity: 0.6;
}

.reviews__item-text{
	max-width: 453px;
	margin-bottom: 20px;
}

.reviews__item-images{
	display: flex;
	gap: 12px;
	margin-bottom: 20px;
}

.pandora{
	padding: 13px 21px;
	display: flex;
	gap: 22px;
	border: 1px solid #27251F;
	align-items: center;
}

.pandora-text{
	line-height: 150%;
}

.reviews__inner{
	margin-bottom: 38px;
}

.content-pagination-main-container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.content-pagination-count{
	line-height: 150%;
	opacity: 0.6;
}

.content-pagination-buttons{
	display: flex;
}
.content-pagination-prev-button, .content-pagination-next-button{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 34px;
	width: 34px;
}

.content-pagination-prev-button{
	height: 34px;
	width: 34px;
	background: #D9D9D9;
}

.content-pagination-next-button{
	background: #27251F;
}

.more{

}

.more__title{
	font-size: 30px;
	font-family: Arial, sans-serif;
	font-weight: 700;
	text-align: center;
	margin-bottom: 40px;
}

.more__items{
	display: flex;
	gap: 27px;
	justify-content: center;
	max-width: 1117px;
	margin: 0 auto;
}

.more__item{
	display: flex;
	text-align: center;
	flex-direction: column;
	align-items: center;
}

.more__item-img{
	margin-bottom: 20px;
}

.more__item-title{
	margin-bottom: 10px;
	font-weight: 700;
	text-align: center;
	font-size: 14px;
	line-height: 150%;
	text-transform: uppercase;
	max-width: 295px;
}

.more__item-text{
	max-width: 251px;
	text-align: center;
	line-height: 150%;
	font-size: 12px;
}

body .popup__items-slider{
	display: none;
	width: 95%;
}

.slide{
	width: 288px;
	height: 288px;
	display: flex;
	padding-bottom: 15px;
	align-items: flex-end;
	justify-content: center;
	cursor: zoom-in;
	position: relative;
}

.slide .view__link{
	width: 151px;
}

.slide .view__link{
	padding: 6px 0;
}

.popup__items-slider--pagination{
	position: static;
	display: flex;
	justify-content: center;
	gap: 14px;
	margin-top: 20px;
}

.items-slider-img{
	margin-bottom: 20px;
}

.popup__items-slider .view__link{
	opacity: 1;
}

.popup-bullet{
	margin: 0!important;
}

.popup-bullet.swiper-pagination-bullet-active{
	background-color: #27251F!important;
}

.images-slider{
	width: 412px;
	margin-bottom: 20px;
	overflow: hidden;
	display: none;
}

.pandora img{
	object-fit: cover;
}



@media (max-width: 1439px) {
	.reviews__inner{
		margin-bottom: 10px;
	}

	.more{
		padding: 0 0 100px;
	}

}


@media (max-width: 1279px) {

	.more{
		padding:  0 0 60px;
	}

	.reviews{
		padding: 60px 0;
	}

	.reviews__inner{
		max-width: 736px;
	}

	.pandora .pandora-logo{
		height: auto;
	}
}


@media (max-width: 1023px) {

	.more__items{
		gap: 16px;
	}


	.reviews__control-group--1 .universal-select-inner{
		width: 137px;
	}

	.reviews__control-group--2{
		gap: 26px;
	}

	.reviews__control-group--2 .universal-select-inner{
		width: 187px;
	}
}

@media (max-width: 767px) {
	.swiper-pagination{
		bottom: -20px!important;
	}
	body .popup__items-slider{
		display: block;
	}

	.element__views{
		display: none;
	}

	.reviews__filter{
		align-items: flex-start;
	}

	.reviews__control{
		margin-bottom: 12px;
	}

	.reviews__control, .reviews__control-group--1{
		flex-direction: column;
		align-items: flex-start;
	}

	.reviews__control-group--1{
		width: 100%;
		margin-bottom: 20px;
	}

	.universal-select{
		width: 100%;
	}

	.reviews__control-group--2{
		gap: 14px;
	}

	.reviews__item-top {
		gap: 10px;
	}

	.images-slider{
		display: block;
	}

	.reviews__item-images{
		display: none;
	}
	.pandora {
		padding: 13px 15px 13px 21px;
	}
	.pandora .pandora-logo img{
		width: 55px;
		height: 15px;
	}

	.pandora img{
		width: 54px;
		height: 11px;
	}

	.pandora-text{
		max-width: 173px;
	}

	.reviews__control-group--1 .universal-select-inner{
		width: 100%;
	}

	.reviews__control-group--2{
		width: 100%;
	}

	.reviews__control-group--2 .universal-select-inner{
		width: 100%;
	}
}


.favorites{
	padding: 100px 0;
	overflow: hidden;
}

@media (max-width: 1439px) {
	.favorites{
		padding: 0;
	}

	.favorites-2{
		margin-bottom: 100px;
	}
}

@media (max-width: 1279px) {
	.favorites-2{
		margin-bottom: 60px;
	}
}

/* CAROUSEL */

.carousel{
	top: 0;
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 12;
	background-color: #fff;
}

.carousel.close{
	display: none;
}

.carousel-inner{
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
	position: relative;
}

.carousel-1{
	width: 172px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	z-index: 11;
}

.pagination-slider{
	height: 448px;
	overflow: hidden;
}

.pagination-slider__inner{
	height: 572px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination-slide-prev, .pagination-slide-next{
	border-radius: 50%;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
	cursor: pointer;
}

.pagination-slide-prev{
	transform: rotate(90deg);
	position: absolute;
	top: 0;
}

.pagination-slide-next{
	transform: rotate(90deg);
	position: absolute;
	bottom: 0;
}


.carousel-2{
	width: calc(100% - 172px);
	position: relative;
	z-index: 10;
}

.main-slider{
	position: relative;
}
.main-slider__item {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.main-slide-prev img, .main-slide-next img {
	width: 100%;
}
.main-slide-prev, .main-slide-next{
	position: absolute;
	border-radius: 50%;
	z-index: 11;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
	cursor: pointer;
	width: 60px;
	height: 60px;
	top: 50%;
	transform: translateY(-50%);
}

.main-slide-prev{
	top: 50%;
	left: 57px;
}

.main-slide-next{
	top: 50%;
	right: 57px;
}

.main-slider__item-link{
	color: #27251F;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;

	text-align: center;
	border: 1px solid #27251F;
	text-transform: uppercase;
	width: 295px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 63px;
	cursor: pointer;
	font-size: 12px;
}

.close-slider{
	display: flex;
	width: 60px;
	height: 60px;
	position: absolute;
	z-index: 4546545;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
	top: 48px;
	right: 57px;
	cursor: pointer;
}



.view-3d{
	background-color: #fff;
	width: 577px;

	padding-bottom: 20px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 4544554;
}

.view-3d.close{
	display: none;
}


.view-3d__inner{
	position: relative;
}

.close-3d{
	position: absolute;
	background-color: #fff;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 26px;
	right: 30px;
	z-index: 456456;
}

.close-img{
	width: 14px;
	height: 14px;
}

.view-3d__slider, .qr-slider{
	position: relative;
	overflow: hidden;
}


.qr-slider__item, .view-3d__slider-item{
	height: 543px;
}

.view-3d__slider-item{

}

.view-3d__slider-item img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.view-3d-next, .view-3d-prev, .qr-slider-prev, .qr-slider-next, .next-img, .prev-img{
	width: 37px;
	height: 37px;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5645546456;
}
.view-3d-next {
	position: absolute;
	z-index: 454;
	right: 33px;
}

.view-3d-prev{
	position: absolute;
	z-index: 454;
	left: 33px;
}

.qr-slider-prev{
	position: absolute;
	left: 33px;
}

.qr-slider-next{
	position: absolute;
	right: 33px;
}

.qr-slider__item{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 25px;
	background-color: #F5F5F5;
}

.qr-slider__item-text{
	font-size: 12px;
	line-height: 150%;
	opacity: 0.6;
}

.switch__inner{
	margin-bottom: 10px;
	position: relative;
	z-index: 454555;
}

.switch__btns{
	display: flex;
	justify-content: space-between;
	max-width: 414px;
	position: absolute;
	z-index: 454564;
	border-radius: 90px;
	background: #FFF;
	bottom: 27px;
	left: 50%;
	transform: translateX(-50%);
}

.switch__btn{
	width: 138px;
	padding: 10px 0;
	text-align: center;
	font-size: 12px;
	line-height: 150%;
}

.switch__btn.mixitup-control-active{
	border-radius: 90px;
	background: #27251F;
	color: #fff!important;
	text-align: center;
}

.view-3d__small-slider{
	margin-bottom: 19px;
}

.view-3d__bottom-inner {
	max-width: 521px;
	margin: 0 auto;
}

.navak{
	position: absolute;
	width: 100%;
	display: flex;
	justify-content: space-between;
	top: 50%;
	transform: translateY(-50%);
	padding:  0 33px;
}

.next-img, .prev-img{
	width: 37px;
	height: 37px;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
	border-radius: 50%;
	z-index: 5645546456;
}

.select{
	border-radius: 90px;
	border: 1px solid #000;
	margin-bottom: 19px;
}


.select__title-inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 11px 20px;
}

.select__arrow{
	display: flex;
	align-items: center;
}

.view-3d__bottom-text--inner{
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.view-3d__bottom-text{
	color: #27251F;
}

.buy-one-click{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
	width: 412px;
	background: #FFF;
	z-index: 44489784;
	font-size: 12px;
}

.popup__head{
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(39, 37, 31, 0.20);
	align-items: center;
}

.popup__title{
	color: #27251F;
	font-size: 18px;
	font-weight: 700;
	line-height: 150%;
	text-transform: uppercase;
}

.buy-one-click__form{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 12px;
}

.close.buy-one-click{
	display: none;
}

.login-form__input-inner{
	width: calc(50% - 6px);
	position: relative;
}

.login-form__input-title{
	font-size: 12px;
	position: absolute;
	left: 15px;
	top: 10px;
	color: #27251F;
	line-height: 150%;
	opacity: 0.6;

}

.login-form__input{
	width: 100%;
	padding: 30px 0 10px 15px;
	height: 59px;
	border: 1px solid rgba(39, 37, 31, 0.20);
}

.login-form__input::placeholder{
	font-size: 12px;
	line-height: 150%;
	color: rgba(39, 37, 31, 0.20);

}

.buy-one-click__btn{
	padding: 11px 0;
	font-size: 12px;

	line-height: 150%;
	text-transform: uppercase;
	text-align: center;
	background: #27251F;
	width: 100%;
	color: #fff;
}

.buy-video-request,.success-request-popup{
	padding: 20px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 412px;
	background: #FFF;
	z-index: 44489784;

	font-size: 12px;
}

.buy-video-request.close,.success-request-popup.close{
	display: none;
}

.long-inner{
	width: 100%;
}



.new-password{
	width: 358px;
	height: 100vh;
	padding: 20px;

	color: #27251F;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 11;
	background: #FFF;
	transition: all ease .5s;
}

.new-password.close{
	right: -100%;
	transition: all ease .5s;
}

.new-password__head{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 14px;
	margin-bottom: 14px;
	border-bottom: 1px solid rgba(39, 37, 31, 0.20);
}

.new-password__title{
	font-size: 18px;
	line-height: 150%;
	text-transform: uppercase;
}

.new-password__close{
	width: 20px;
	height: 20px;
}

.new-password__btn{
	text-align: center;
	padding: 11px 0;
	background-color: #27251F;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 14px;
	cursor: pointer;
}

.or{
	text-align: center;
	font-size: 12px;
	line-height: 150%;
	margin-bottom: 14px;
}

.search-input__inner{
	position: relative;
	margin-bottom: 14px;
}

.search-input{
	padding: 12px 20px;
	width: 100%;
}

.search-icon{
	position: absolute;
	top: 12px;
	right: 20px;
}

.new-password__search-btn{
	padding: 11px 0;
	text-align: center;
	width: 100%;
	font-size: 12px;
	text-transform: uppercase;
	border: 1px solid #27251F;
}


.find-in-store{
	width: 358px;
	height: 100vh;
	padding: 20px 30px 20px 20px;

	color: #27251F;
	overflow-y: scroll;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 13;
	background: #FFF;
	transition: all ease .5s;
}

.find-in-store.close{
	right: -100%;
	transition: all ease .5s;
}

.find-in-store::-webkit-scrollbar {
	width: 6px; /* ширина полосы прокрутки */
}

.find-in-store::-webkit-scrollbar-thumb {
	background-color: #27251F; /* цвет ползунка прокрутки */
}


.find-in-store__head{
	display: flex;
	padding-bottom: 14px;
	margin-bottom: 14px;
	border-bottom: 1px solid rgba(39, 37, 31, 0.20);
	justify-content: space-between;
	align-items: center;
}

.find-in-store__title{
	font-family: Arial, sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 150%;
	text-transform: uppercase;
}

.find-in-store_-top-text{
	opacity: 0.6;
	line-height: 150%;
	margin-bottom: 14px;
	font-weight: 400;
}

.find-in-store_-top-text span{
	text-decoration-line: underline;
}

.find-in-store__switch-inner{
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 14px;
}

.find-in-store__switch {
	width: 38px;
	height: 20px;
	border-radius: 900px;
	border: 1px solid #27251F;
	display: flex;
	align-items: center;
	padding: 2px 3px ;
}

.find-in-store__switch-circle{
	width: 14px;
	height: 14px;
	background-color: #27251F;
	border-radius: 50%;
	margin-left: auto;
	transition: .4s;
}

.find-in-store__switch-circle.on{
	margin-right: auto;
	margin-left: 0;
}

.find-in-store__switch-text{
	font-size: 14px;
	line-height: 150%;
	opacity: 0.6;
	font-weight: 400;
}

.find-in-store__item{
	padding: 14px;
	border: 1px solid rgba(39, 37, 31, 0.20);
}

.find-in-store__item-head{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.find-in-store__item-head--title{
	text-transform: uppercase;
	line-height: 150%;
	font-weight: 700;
}

.find-in-store__list{
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-bottom: 10px;
}

.find-in-store__list-item{
	line-height: 150%;
	font-weight: 400;
	font-size: 12px;
	text-align: left;

}

.find-in-store__item-info a{
	line-height: 150%; /* 18px */
	text-decoration-line: underline!important;
	font-weight: 400;
	font-size: 12px;
}

.menu-btn{
	width: 34px;
	height: 34px;
	background-color: #27251F;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2px;
	flex-direction: column;
}

.menu-span{
	width: 18px;
	height: 3px;
	background-color: #FFFFFF;
}

.review__popup{
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	z-index: 486484848;
	display: flex;

	font-size: 12px;
}

.review__popup.close{
	display: none;
}

.review__popup-title{
	font-size: 24px;
	font-weight: 700;
	max-width: 390px;
	margin-bottom: 16px;
}

.review__popup-text{
	color: #27251F;
	opacity: 0.6;
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid #27251F;
}

.review__popup-left{
	padding-top: 11px;
	background-color: #27251F;
	width: 206px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 11px;
}

.review__popup-inner{
	padding: 20px;
	width: 493px;
}

.review__popup-left--text{
	color: #fff;
}


.login-form__input-inner{
	position: relative;
}

.login-form__input-title{
	position: absolute;
	left: 15px;
	top: 10px;
	color: #27251F;
	line-height: 150%;
	opacity: 0.6;
}

.login-form__input{
	width: 100%;
	padding: 30px 0 10px 15px;
	height: 59px;
	border: 1px solid rgba(39, 37, 31, 0.20);
	max-width: 415px;
}

.login-form__input::placeholder{
	font-size: 12px;
	line-height: 150%;
	color: rgba(39, 37, 31, 0.20);
	font-weight: 700;
}

.review__popup .login-form__input-inner{
	width: 100%;
	margin-bottom: 16px;
	padding-bottom: 16px;
}

.delivery-comment__inner{
	position: relative;
	margin-bottom: 14px;
	resize: none;
}

.textarea__title{
	top: 10px;
	left: 15px;
	position: absolute;
	color: #27251F;
	opacity: 0.6;
	line-height: 150%;
}

.delivery-comment{
	padding: 31px 15px 15px;
	border: 1px solid rgba(39, 37, 31, 0.20);
	width: 100%;
}

.delivery-comment::placeholder{
	font-weight: 700;
	color: rgba(39, 37, 31, 0.20);
	line-height: 150%;
}


.file-input__inner{
	position: relative;
	margin-bottom: 28px;
	z-index: 45464889;
	margin-top: -45px;
	margin-left: 16px;
}

.file-input{
	position: absolute;
	top: 0;
	z-index: 4544;
	opacity: 0;
	cursor: pointer;
}

.file-input__view{
	position: relative;
	z-index: -1;
	padding-left: 19px;
	line-height: 18px;
	display: flex;
	gap: 13px;
}

.file-input__view::before{
	content: '';
	position: absolute;
	width: 13px;
	height: 13px;
	top: 3px;
	left: 0;
	background-image: url("/local/templates/pandora/images/paperclip-vertical 1.svg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.file-input__text{
	font-weight: 700;
	opacity: 0.3;
}


.my-data__radio-list{
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.my-data__radio-title{
	color: #27251F;
	line-height: 150%;
	margin-bottom: 10px;
	font-weight: 700;
	text-transform: uppercase;
}

.my-data__list-item{
	display: flex;
	gap: 16px;
	align-items: center;
	position: relative;
}

.my-data__list-item--text{
	font-size: 12px;
	line-height: 150%;
	text-transform: uppercase;
}

.my-data__list-item--radio{
	opacity: 0;
	position: relative;
	z-index: 4564545;
	width: 18px;
	height: 18px;
}

.my-data__list-item--radio--view{
	position: absolute;
	z-index: -1;
	width: 18px;
	height: 18px;
	border: 1px solid #27251F;
	border-radius: 50%;
}

.my-data__list-item--radio--view.add{
	border: 6px solid #000;
}

.yes-no{
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.my-data__radio-text{
	opacity: 0.6;
	line-height: 18px;
}

.radio-list{
	display: flex;
	gap: 16px;
	margin-bottom: 16px;
}

.universal-inner{
	display: flex;
	gap: 10px;
}

.review__popup-btn{
	padding: 11px 0;
	background: #27251F;
	text-align: center;
	color: #fff;
	width: 100%;
	text-transform: uppercase;
}

@media (max-width: 1439px) {
	.main-slide-prev{
		left: 9px;
	}

	.main-slide-next{
		right: 17px;
	}

	.close-slider{
		top: 32px;
		right: 16px;
	}

	.carousel-1{
		width: 131px;
	}

	.carousel-2{
		width: calc(100% - 131px);
	}
}

@media (max-width: 1279px) {
	.main-slide-prev{
		left: 24px;
	}

	.main-slide-next{
		right: 24px;
	}

	.more__items{
		max-width: 734px;
	}
	body .element{

	}
}

@media (max-width: 1023px) {

	.carousel-inner{
		flex-direction: column;
	}

	.carousel-1 {
		width: 100%;
	}

	.pagination-slider{
		width: 448px;
		height: auto;
	}

	.pagination-slider__inner{
		height: auto;
		width: 100%;
	}

	.pagination-slide-prev, .pagination-slide-next{
		top: 50%;
		transform: translateY(-50%);
		height: 40px;
		width: 40px;
		z-index: 1;
	}

	.pagination-slide-prev{
		left: 0;
	}

	.pagination-slide-next{
		right: 0;
	}

	.carousel-2,.main-slider__item{
		width: 100%;
		height: 70vh;
	}
	.main-slider__item img{
		width: 100%;
	}
	.carousel-1{
		order: 1;
		padding: 31px 0;
	}

	.carousel-inner{
		height: 100vh;
		overflow-y: scroll;
	}
}

@media (max-width: 767px) {
	.carousel-1{
		padding: 7px 0 7px 16px;
	}
	.carousel-2,.main-slider__item{
		width: 100%;
		height: calc(100vh - 200px);
		display: flex;
		align-items: center;
	}
	.pagination-slider{
		width: 100%;
		height: auto;
	}
	body .slide {
		width: 100%!important;
	}
	.slide img{
		height: inherit;
	}
	.review__popup{
		flex-direction: column;
		width: 288px;
		height: 90vh;
		overflow-y: scroll;
	}

	.review__popup-inner{
		width: 100%;
	}

	.review__popup-left{
		width: 100%;
		padding: 25px 0;
	}

	.element__stars{
		justify-content: space-between;
	}
	.more__items{
		flex-direction: column;
		max-width: 90%;
		margin: 0 auto;
	}

	.review__popup-title{
		font-size: 18px;
		max-width: 170px;
	}

	.review__popup .element__stars-icon{
		width: 14px;
		height: 14px;
	}

	.review__popup .element__stars-inner{
		display: flex;
	}

	.main-slider__item{
		height: 100%;
	}

	.pagination-slide-prev, .pagination-slide-next{
		display: none;
	}

	.new-password, .find-in-store{
		width: 287px;
	}
}


@media (max-width: 1600px) {
	.main-slide-prev{
		left: 9px;
	}

	.main-slide-next{
		right: 9px;
	}
}

@media (max-width: 1439px) {
	.main-slide-prev{
		left: 24px;
	}
	.main-slide-next{
		right: 24px;
	}
}

@media (max-width: 1279px) {
	.qr-slider__item, .view-3d__slider-item{
		height: 432px;
	}
}
@media (max-width: 767px) {

	.view-3d{
		height: 90vh;
		overflow-y: scroll;
	}

	.main-slide-next, .main-slide-prev{
		height: 26px;
		width: 26px;
	}

	.carousel-inner  > .close-slider{
		width: 26px;
		height: 26px;
	}

	.carousel-inner > .close-slider img{
		height: 8px;
		width: 8px;
	}

	.main-slider__item-link{
		width: 170px;
		top: 86%;
	}

	.view-3d{
		width: 320px;
	}

	.switch__btn {
		width: 97px;
	}

	.view-3d__bottom-inner{
		padding: 0 16px;
	}

	.close-3d{
		top: 20px;
		right: 15px;
	}

	.view-3d-prev, .qr-slider-prev{
		left: 15px;
	}

	.view-3d-next, .qr-slider-next{
		right: 15px;
	}

	.navak{
		display: none;
	}

	.buy-video-request, .buy-one-click,.success-request-popup{
		width: 288px;
	}

	.popup__title{
		font-size: 14px;
	}

	.buy-one-click__form{
		flex-direction: column;
	}

	.login-form__input-inner{
		width: 100%;
	}

	.buy__btns-inner{
		position: fixed;
		bottom: 0;
		width: 100%;
		padding: 16px;
		z-index: 10;
		background-color: #fff;
		left: 50%;
		transform: translateX(-50%);
	}
}
.bx_stars_bg{
	z-index: 8!important;
}
.bx_stars_progress{
	background: #FFCAD4!important;
}
.detail-favorite-btn{
	width: 21px;
	height: 21px;
	background-image: url("/local/templates/pandora/images/heart.svg");
	background-size: 21px 21px;
	background-position: center;
	background-repeat: no-repeat;
	transition: background-image 0.2s ease-in-out 0.1s;
}
.favorite-button:hover .detail-favorite-btn,.favorite-button.active .detail-favorite-btn{
	background-image: url("/local/templates/pandora/css/../images/black-heart.svg");
	transition: background-image 0.2s ease-in-out 0.1s;
}
.diameter_popup{
	position: fixed;
	z-index: 13;
	width: 100%;
	max-width: 730px;
	height: 90%;
	overflow-y: auto;
	top: 0;
	left: 50%;
	transform: translate(-50%,5%);
	background-color: #ffffff;
	padding: 30px;
	scrollbar-color: #000000 #ffffff;
}
.diameter_popup::-webkit-scrollbar {
	width: 6px;
}
.diameter_popup::-webkit-scrollbar-track {
	background: #FFF;
}
.diameter_popup::-webkit-scrollbar-thumb {
	background: #000000;
}
.bx_item_detail_rating{
	margin: 0!important;
}
.diameter_popup_container{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}
.diameter_popup_header{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.diameter_popup_title{
	font-size: 28px;
	line-height: 150%;

}
.popup_body_top_description{
	font-size: 16px;
	line-height: 150%;

}
.popup_body_top_description_list{
	list-style: disc;
	padding-left: 5%;
}
.popup_body_top_description_list li{
	font-size: 16px;
	line-height: 150%;

	list-style: disc;
}
.diameter_popup_body{
	width: 100%;
}
.popup_body_content{
	width: 100%;
	padding-top: 20px;
}
.popup_body_content ul{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}
.popup_body_content ul li{
	width: 100%;
	padding: 15px;
	border: 1px solid #d0d1d2;
	display: flex;
	align-items: flex-start;
	gap: 15px;
}
.list_item_block{
	width: calc(50% - 8px);
	max-height: 300px;
}
.list_item_block img{
	width: 100%;
	height: 100%;
	max-height: 300px;
}
.list_item_description_title{
	font-size: 22px;
	line-height: 150%;
	font-weight: 700;
}
.list_item_description_text,.diameter_popup_footer{
	font-size: 16px;
	line-height: 150%;

}
.d-none{
	display: none;
}
.size-list__item-content--inner h2{
	font-size: 14px;
	line-height: 150%;
	font-weight: 700;
	padding-bottom: 15px;
}
.size-list-title-img{
	width: 100%;
	height: 100%;
	max-width: 275px;
	max-height: 275px;
}
@media (max-width: 1279px) {
	.sizes-block {
		min-height: 100px;
	}
}
@media (max-width: 767px) {
	.list_item_description_text,.popup_body_top_description,.popup_body_top_description_list li,.diameter_popup_footer{
		font-size: 12px;
	}
	.list_item_description_title{
		font-size: 18px;
	}
	.diameter_popup_title{
		font-size: 22px;
	}
	.sizes-block {
		min-height: 200px;
	}
	.size-list__item-content--inner h2{
		font-size: 12px;
	}
}
.pagination-slider__item img{
    width: 100%;
	height: 100%;
	object-fit: contain;
}
.main-slider__item img{
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	transition: all ease 1s;
}
.main-slider__item img:hover ,.main-slider__item.swiper-slide-active img{
	transform: scale(1.2);
	transition: all ease 1s;
}
.pagination-slider__item{
	border: 1px solid #f5f5f5;
	height: 100px;
	cursor: pointer;
}
.btn:active, .btn.active {
	background-image:  none!important;
	outline:  none!important;
	-webkit-box-shadow:  none!important;
	box-shadow: none!important;
}
@media (max-width: 767px) {
    .main-slider__item img{
        width: 100%;
        height: 320px;
        margin: 0 auto;
    }
	.pagination-slider__item{
		height: 111px;
	}
}
/*points-more-popup*/
.points-more-popup{
	position: fixed;
	z-index: 13;
	height: 100%;
	overflow-y: auto;
	background-color: #ffffff;
	width: 375px;
	top: 0;
	right: -100%;
	padding: 30px;
	transition: all ease .5s;
}
.points-more-popup-container{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}
.points-more-popup-header{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.points-more-popup-title,.points-more-popup-footer-title{
	font-size: 28px;
	line-height: 150%;
	font-family: Arial, sans-serif;
	font-weight: 700;
}
.points-more-popup-body{
	width: 100%;
	padding: 20px 0;
}
.points-levels{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 30px;
	align-items: flex-start;
}
.points-level{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: flex-start;
}
.points-level-img{
	width: 100%;
}
.points-level-img img{
	width: 100%;
	height: 177px;
}
.points-level-description{
	width: 100%;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 12px;
}
.points-level-description-title,.points-more-popup-footer-description-title{
	font-size: 22px;

}
.points-level-description p{
	font-size: 12px;

}
.points-more-popup-footer{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}
.points-more-popup-footer-description-text{
	padding-top: 20px;
	font-size: 14px;
	line-height: 150%;

}
.points-more-popup-footer-title,.points-more-popup-header{
	border-bottom: 1px solid black;
	padding-bottom: 20px;
	width: 100%;
}
@media (max-width: 767px) {
	.points-more-popup{
		width: 100%;
		top: 10%;
		padding: 20px;
		border-radius: 20px 20px 0 0;
		height: 90%;
	}
	.points-more-popup-container{
		gap: 15px;
		height: 90%;
		padding-bottom: 15px;
	}
	.points-more-popup-title,.points-more-popup-footer-title{
		font-size: 24px;
	}
	.points-more-popup-body{
		padding: 15px 0;
	}
	.points-level-description-title,.points-more-popup-footer-description-title{
		font-size: 18px;
	}
	.points-more-popup-footer-title,.points-more-popup-header{
		padding-bottom: 15px;
	}
	.points-more-popup-footer {
		gap: 15px;
		padding-bottom: 20px;
	}
	.mobile-menu-btn.btn{
		padding: 0;
	}
}
/*points-more-popup*/
.available-text{
	font-size: 12px;
	line-height: normal;
	color: #00823a;
	padding-bottom: 10px;
	font-weight: 400;
}
.not-available-text{
	font-size: 12px;
	line-height: normal;
	color: rgba(142, 27, 27, 0.76);
	padding-bottom: 10px;
	font-weight: 400;
}
.product img{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.login-form__input-inner.error-input .green-check-mark{
	background-image:url("/local/templates/pandora/images/red-mark.svg");
	background-repeat: no-repeat;
}
.login-form__input-inner.success-input .green-check-mark{
	background-image:url("/local/templates/pandora/images/green-mark.svg");
	background-repeat: no-repeat;
}
.check-mark-inner {
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}
/*for-set-items*/
.for-set-items{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.for-set-items-title{
	font-weight: 700;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	text-align: left;
	color: #27251F;
}
.for-set-item{
    display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}
.for-set-item-container{
	display: flex;
	align-items: center;
	gap: 20px;
}
.for-set-item-photo{
	width: 76px;
	height: 76px;
	object-fit: contain;
	background-color: #F5F5F5;
}
.for-set-item-photo img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.for-set-item-info{
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 8px;
}
.for-set-item-price{
	display: flex;
	align-items: center;
	gap: 10px;
}
.for-set-item-name,.for-set-item-detail-link,.item_economy_price{
	font-family: Arial;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	text-align: left;
	color: #27251F;
	word-break: break-all;
}
.for-set-item-detail-link a{
	border-bottom: 1px solid #27251F!important;
}
.for-set-item .for-set-item-btns{
	width: 100%;
}
/*for-set-items*/
body .more{
	padding: 100px 0;
}
.find-in-store__items{
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.sizes-offer-elements-container{
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 12px;
}
.sizes-offer-element{
	border: 1px solid #27251F;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	font-size: 12px;
	line-height: 150%;
	transition: all ease .4s;
	padding: 0 18px
}
.sizes-offer-element:hover{
	background-color: #27251F;
	color: #ffffff;
}
.how_to_contact_you_blocks{
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}
.how_to_contact_you_blocks input,.how_to_contact_you_blocks label{
	margin: 0;
	line-height: 16px;
}
.product-price-credit{
	font-size: 12px;
	line-height: 150%;
	text-decoration-line: underline;
	font-family: Arial, sans-serif;
	font-weight: 400;
	color: #27251F;
}
.product-price-credit:hover{
	color: #000000;
}
.btn-promo-detail {
	height: 30px;
	padding: 7px;
	color: #000;
	border-left: 5px solid #FFCAD4;
	width: 100%;
	text-align: left;
	font-size: 14px;
}
.btn-promo-detail:hover {
	transition:all ease .5s;
	background: #FFCAD4;
	color: #27251F;
}
/* End */


/* Start:/bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.css?17182093721816*/
/* Button */
.bx-catalog-subscribe-button
{
    margin-bottom: 6px;
    display: inline-block;
}
.bx-catalog-popup-content
{
    width: 90%;
    max-width: 280px;
}
/* Subscribe popup */
.bx-catalog-subscribe-form-container-label
{
    font-size:13px;
    color: #5a6c77;
    padding-bottom: 2px;
}
.bx-catalog-subscribe-form-container-input
{
    position: relative;
}
.bx-catalog-subscribe-form-container-input input[type="text"] {
    display: block;
    width: 100%;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #CCD5DB;
    border-radius: 2px;
    background: #f8fafc;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-catalog-subscribe-form-star-required {
    color: #d93333;
}
.bx-catalog-subscribe-form-container .bx-captcha{
    margin-bottom: 10px;
}
.bx-catalog-popup-message
{
    font-weight: bold;
    min-width: 240px;
    margin: 0 0 0;
}

/* Alert style */
.bx-catalog-subscribe-alert {
    background-color: #edf6fc;
    color: #000;
    font-size: 15px;
    min-height: 45px;
    text-align: center;
    padding: 12px 40px 12px 60px;
    position: relative;
    width: 280px;
}
.bx-catalog-subscribe-aligner {
    display: inline-block;
    height: 45px;
    margin-left: -1px;
    vertical-align: middle;
    width: 1px;
}
.bx-catalog-subscribe-alert-text {
    display: inline-block;
    vertical-align: middle;
}
.bx-catalog-subscribe-alert-footer {
    text-align: center;
}
.bx-catalog-subscribe-alert-popup {
    background-color: #edf6fc !important;
    border: 1px solid #edf6fc !important;
    border-radius: 3px !important;
    -webkit-box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
    box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
}
/* End */


/* Start:/local/templates/pandora/components/bitrix/catalog.element/pandora_element_detail/themes/blue/style.css?17219918161064*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1; }

.bx-blue .product-item-image-slider-control:hover { background-color: rgba(0, 131, 209, .8); }

.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover { background-color: #0083d1; }

.bx-blue .product-item-selected-scu,
.bx-blue .product-item-detail-slider-controls-image:hover,
.bx-blue .product-item-detail-slider-controls-image.active { outline-color: #006cc0; }

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-color: #006cc0; }

/* Amount */
.bx-blue .product-item-amount-field:focus { border-color: #006cc0; }

/*Proress Bar*/
.bx-blue .product-item-detail-slider-progress-bar { background-color: #006cc0; }
/* End */


/* Start:/local/templates/pandora/components/bitrix/catalog.section/catalog_section_slider/style.css?172199181616032*/
/* TOP */

.top{
	margin-bottom: 30px;
}

.top__inner{
	padding: 101px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.top__content{
	max-width: 487px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
}

.top__title{
	color: #000;
	font-size: 58px;
	font-weight: 700;
	line-height: 120%; /* 69.6px */
	text-transform: uppercase;
	font-family: "Arial-Bold";
}



.results-count{
	font-size: 12px;
	font-family: "Arial-Reg";
}


/* RESULTS */

.results{
	font-family: "Arial-Reg";
	color: #27251F;
	margin-bottom: 100px;
}

.results__inner{
	display: flex;
	gap: 35px;
}


.results__selection{
	position: relative;
	max-width: 327px;
	z-index: 11;
	width: 100%;
}

.results__selection-head{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #27251F33;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.selectric-checkbox{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0;
}

.filters__inner{
	position: relative;
	z-index: 10;
}

.filter{
	padding-bottom: 30px;
	border-bottom: 1px solid #27251F;
}

.filter__head{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 18px;
}

.filter__title{
	color: #27251F;
	font-size: 18px;
	font-family: "Arial-Bold";
	line-height: 150%;
}

.filter__head .clear__filter a{
	font-size: 12px;
	text-decoration-line: underline;
}

.filter__items{
	flex-wrap: wrap;
	display: flex;
	gap: 8px;
}

.filter__item{
	border-radius: 90px;
	border: 1px solid #27251F;
	display: flex;
	flex-wrap: wrap;
	padding: 7px 13px;
	gap: 10px;
	align-items: center;
}


.taille__title, .collection__title, .price__title, .metal__title, .color__title{
	font-size: 18px;
	line-height: 150%;
}

.taille__items{
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.taille__item{
	border: 1px solid #27251F;
}

.taille__item.active{
	background-color: #000;
	color: #fff;
}

.taille__item-btn{
	padding: 11px 20px;
	font-size: 12px;
	line-height: 150%;
}

.collection__list-item--text{
	font-size: 12px;
	line-height: 150%;
}

.title-inner{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 18px;
}



.collection__list{
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.collection__list-item--checkbox{
	width: 18px;
	height: 18px;
	border: 1px solid #27251F;
}

.collection__list-item--checkbox.add{
	background-image: url("/local/templates/pandora/components/bitrix/catalog.section/catalog_section_slider/../images/Group 22.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border: none;
}

.collection__list-button{
	display: flex;
	align-items: center;
	gap: 16px;
}

.price__list{
	display: flex;
	flex-direction: column;
	gap: 12px;
}


.price__list-item--btn{
	display: flex;
	gap: 16px;
	align-items: center;
	position: relative;
}

.price__list-item--text{
	font-size: 12px;
	line-height: 150%;
}

.price__list-item--radio{
	opacity: 0;
	position: relative;
	z-index: 11;
	width: 18px;
	height: 18px;
}

.price__list-item--radio--view{
	position: absolute;
	z-index: -1;
	width: 18px;
	height: 18px;
	border: 1px solid #27251F;
	border-radius: 50%;
}

.price__list-item--radio--view.add{
	border: 6px solid #000;
}


.metal__list{
	display: flex;
	flex-direction: column;
	gap: 13px;
}

.metal__list-item--btn{
	display: flex;
	align-items: center;
	gap: 13px;
}

.metal__list-item--btn.add{

}

.metal__list-item--switch--inner{
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.metal__list-item--switch--inner:hover .metal__list-item--switch{
	background-color: #91B110;
	width: 16px;
	height: 16px;
}
.metal__list-item--switch--inner:hover {
	border: 1px solid #27251F;
}
.metal__list-item--switch{
	width: 18px;
	height: 18px;
	background-color: #D9D9D9;
	border-radius: 50%;
}

.metal__list-item--switch--inner.add{
	border: 1px solid #27251F;
}
.metal__list-item--switch.add{
	background-color: #91B110;
	width: 16px;
	height: 16px;
}

.metal__list-item--text{
	font-size: 12px;
}


.color__list{
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.color__list-item--btn{
	display: flex;
	gap: 13px;
}

.color__list-item--switch--inner{
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.color__list-item--switch{
	width: 18px;
	height: 18px;
	border-radius: 50%;
}

.color__list-item--switch--inner:hover .color__list-item--switch{
	width: 16px;
	height: 16px;
}
.color__list-item--switch--inner:hover {
	border: 1px solid #27251F;
}

.color__list-item--switch.add{
	width: 16px;
	height: 16px;
}

.color__list-item--switch--inner.add{
	border: 1px solid #27251F;
}

.results__items-inner{
	max-width: 1038px;
	width: 100%;
}

.results__items{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 24px;
}


.card{
	display: flex;
	flex-direction: column;
	gap: 11px;
	position: relative;
	width: calc(31% + 8px);
}



.metal-buttons{
	display: flex;
	gap: 14px;
	align-items: center;
}

.metal__group-title{
	margin-bottom: 12px;
	font-family: "Arial-Bold";
	line-height: 150%;
	text-transform: uppercase;
}

.changeMetal{
	width: 26px;
	height: 26px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-position: center;
	background-size: 20px 20px;
	background-repeat: no-repeat;
}

.changeMetal.active{
	border: 1px solid #000;
}

.changeMetal:hover{
	border: 1px solid #000;
}

.changeMetal[data-metal-type="gold"] {
	background-image: url("/local/templates/pandora/components/bitrix/catalog.section/catalog_section_slider/../images/Gold.png");
}

.changeMetal[data-metal-type="silver"] {
	background-image: url("/local/templates/pandora/components/bitrix/catalog.section/catalog_section_slider/../images/Silver.png");
}

.changeMetal[data-metal-type="rose"] {
	background-image: url("/local/templates/pandora/components/bitrix/catalog.section/catalog_section_slider/../images/PANDORA Rose.png");
}


.card-img{
	display: none;
	width: 100%;
}

.card-img.active{
	display: block;
}

.suggestion{
	opacity: 0.6;
}


.card-title{
	font-size: 12px;
	font-family: "Arial-Bold";
	line-height: 150%;
	text-transform: uppercase;

}

.add-card{
	text-align: center;
	border: 1px solid #27251F;
	padding: 11px 0;
}

.cards-slider-pagination{
	display: flex;
	justify-content: center;
	gap: 14px;
	margin-top: 40px;
	position: static;
}
.cards-pagination-bullet{
	width: 10px;
	height: 10px;
	background-color: #D9D9D9;
	margin: 0!important;
	opacity: 1;
}
.cards-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #000;
}

.slide-next, .slide-prev{
	position: absolute;
	width: 40px!important;
	height: 40px!important;
	border-radius: 50%;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
}

.next-img, .prev-img{
	width: 40px;
	height: 40px;
}

.slide-next{
	right: 0;
}

.slide-prev{
	left: 0;
}


.heart{
	position: absolute;
	right: 0;
	width: 40px;
	height: 40px;
	background-image: url("/local/templates/pandora/images/heart.svg");
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
	transition: background-image 0.2s ease-in-out 0.1s;
}

.heart:hover{
	background-image: url("/local/templates/pandora/images/black-heart.svg");
}

.load-more__btn{
	font-size: 12px;
	margin: 46px auto 46px;
	padding: 11px 0;
	border: 1px solid #000;
	text-align: center;
	max-width: 295px;
	display: block;
	text-transform: uppercase;
	line-height: 150%;
}

.page-counts{
	display: flex;
	justify-content: center;
	gap: 25px;
}

.count{
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 31px;
	height: 41px;
	border: 1px solid #27251F;
}

.prev-arrow, .next-arrow{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 41px;
	border: 1px solid #27251F;
}



.catalog-filters-wrapper{
	max-width: 992px;
	margin: 0 auto 75px;
	justify-content: space-between;
	font-family: "Arial-Reg";
	display: none;
	width: 100%;
}

.filter-select, .filter-btn{
	width: calc(50% - 17px);
	cursor: pointer;
}

.catalog-filters-wrapper .universal-select-inner{
	width: calc(50% - 17px);
}

.filter-btn{
	display: flex;
	align-items: center;
	padding-left: 15px;
	border: 1px solid #27251F;
}

.filter-btn-text{
	padding-left: 48px;
	position: relative;
}

.filter-btn-text::before{
	content: '';
	position: absolute;
	background-image: url("/local/templates/pandora/components/bitrix/catalog.section/catalog_section_slider/../images/settings-sliders 1.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 40px;
	height: 40px;
	left: 0;
	top: -12px;
}
.results .universal-select-inner{
	margin-bottom: 30px;
}
.universal-select-inner{
	z-index: 11;
}

.universal-select-inner, .universal-select{
	width: 100%;
}

.filter-popup-btn{
	display: none;
	width: 100%;
	padding: 11px 0;
	text-transform: uppercase;
	color: #fff;
	background-color: #27251F;
	text-align: center;
	margin-top: 30px;
	font-size: 12px;
	line-height: 150%;
}

.filter-popup-btn__text{
	font-size: 12px;
	line-height: 150%;
	display: none;
}

.results__selection-close{
	display: none;
}

.universal-select__title, .universal-select__value{
	font-size: 12px;
}
.row-img{
	width: 18px;
	height: 18px;
	background-image: url("/local/templates/pandora/images/caret-down.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: none;
}

.row-img.on{
	background-image: url("/local/templates/pandora/images/caret-up.svg");
}

@media (max-width: 1439px) {
	.top{
		margin-bottom: 84px;
	}


	.results__selection{
		max-width: 267px;
	}

	.results__items {
		gap: 13px;
	}

	.card {
		width: 32%;
	}

	.top__inner{
		padding: 75px 0;
	}

	.top__content{
		margin-left: 65px;
	}

	.results__items-inner{
		max-width: 947px;
	}
}

@media (max-width: 1279px) {

	.top {
		margin-bottom: 39px;
	}

	.top__inner {
		padding: 56px 0;
	}

	.top__content {
		margin-left: 27px;
	}

	.top__title {
		font-size: 36px;
	}

	.catalog-filters-wrapper {
		display: flex;
	}

	.results {
		margin-bottom: 60px;
	}

	.breadcrumb__inner {
		margin-bottom: 47px;
	}

	.results__selection {
		position: fixed;
		top: 0;
		left: 0;
		background-color: #FFFFFF;
		max-width: 352px;
		padding: 20px;
		overflow-y: scroll;
		height: 100vh;
		z-index: 12;
	}


	.results__selection-close {
		display: block;
	}

	.filters__inner {
		margin-top: 0;
	}

	.clear__filter {
		display: none;
	}

	.filter__head {
		margin-bottom: 0;
	}

	.filter__items {
		display: none;
	}

	.taille, .collection, .price, .metal, .color {
		max-width: 267px;
	}

	.results__selection.close {
		display: none;
	}

	.card {
		width: calc(23% + 8px);
	}

	.filter-popup-btn {
		display: block;
	}
}

@media (max-width: 1023px) {
	.top{
		margin-bottom: 30px;
	}

	.top__inner{
		padding: 23px;
	}

	.top__content {
		margin-left: 16px;
	}

	.breadcrumb__inner{
		margin-bottom: 30px;
	}

	.catalog-filters-wrapper {
		max-width: 736px;
	}

	.filter-select, .filter-btn {
		width: calc(50% - 12px);
	}

	.card{
		width: calc(31% + 8px);
	}

}

@media (max-width: 767px) {
	body .compatible{
		padding: 20px 0;
		text-align: center;
	}
	.row-img{
		display: block;
	}

	.element__inner{
		padding-bottom: 30px;
		margin-bottom: 30px;
		border-bottom: 1px solid #27251F;
	}

	.element__inner.on{
		display: block;
	}

	.filters__inner{
		overflow-y: scroll;
		padding-right: 20px;
		height: calc(100vh - 92px);
	}

	.filter-popup-btn__inner{
		display: flex;
		position: fixed;
		width: 100%;
		padding: 16px;
		bottom: 0;
		left: 0;
		background-color: #ffffff;
		align-items: center;
		justify-content: space-between;
	}

	.results__selection{
		width: 100%;
		max-width: none;
		overflow-y: visible;
		padding-right: 0;
	}

	.filter-popup-btn__text{
		display: block;
		text-transform: uppercase;
	}

	.filter-popup-btn{
		width: 52%;
		margin-top: 0;
	}

	.results{
		margin-bottom: 40px;
	}

	.top{
		display: none;
	}


	.results__items{
		justify-content: center;
	}

	.breadcrumb__inner{
		margin-bottom: 35px;
	}

	.catalog-filters-wrapper{
		max-width: 100%;
	}

	.results__items-inner{
		max-width:100%;
		justify-content: center;
	}

	.catalog-filters-wrapper{
		margin-bottom: 0;
	}
	.card{
		width: calc(44% + 4px);
	}

	.load-more__btn {
		max-width: 195px;
	}

	.page-counts {
		gap: 5px;
	}

	.count-3, .count-4, .count-5{
		display: none;
	}

	.header{
		position: sticky;
		top: 0;
		z-index: 10;
		background-color: #fff;
	}
	.catalog-filters-wrapper{
		position: sticky;
		top: 106px;
		padding: 17px;
		background-color: #ffffff;
		z-index: 11;
	}

	.element{
		padding-bottom: 0!important;
		margin-bottom: 0!important;
		border-bottom: 0!important;
	}

	.filter{
		display: none;
	}

	.metal-buttons{
		gap: 9px;
	}

	.catalog-filters-wrapper .filter-btn, .universal-select-inner{
		width: calc(50% - 5px)!important;
	}
}
.breadcrumb__inner{
	padding-top: 49px;
	margin-bottom: 42px;
}
.favorite-count-added{
	padding: 0 0 0 10px;
}

.delivery-item__price{
	margin-bottom: 20px;
}

.count-plus, .count-quantity, .count-minus{
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 150%;
}

.count-plus, .count-minus{
	border: 1px solid #C6C6C6;
	cursor: pointer;
}

.delivery-item__price span{
	color: #EA1340;
	line-height: 150%;
	font-size: 12px;
}

.txt-transform{
	color: #000!important;
	text-decoration-line: line-through;
}

.count-inner{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.count{
	display: inline-flex;
	color: #000;
	margin-bottom: 13px;
}

.delivery-item__price{
	margin-bottom: 20px;
}

.count-plus, .count-quantity, .count-minus{
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 150%;
}

.count-plus, .count-minus{
	border: 1px solid #C6C6C6;
	cursor: pointer;
}

.count-quantity{
	border-top: 1px solid #C6C6C6;
	border-bottom: 1px solid #C6C6C6;
}



.load-more__link{
	max-width: 295px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #27251F;
	font-size: 12px;
	line-height: 150%;
	text-transform: uppercase;
	margin: 0 auto 46px;
	border: 1px solid #000;
	cursor: pointer;
}

.page-counts{
	display: flex;
	justify-content: center;
	gap: 25px;
}

.count{
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 31px;
	min-height: 41px;
	border: 1px solid #27251F;
}

.prev-arrow, .next-arrow{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 41px;
	border: 1px solid #27251F;
}

body .back-link{
	color: #27251F;
	font-size: 12px;
	line-height: 150%;
	text-decoration-line: underline!important;
	display: block;
	text-align: center;
	max-width: 127px;
	margin: 0 auto 40px;
	padding-left: 22px;
	position: relative;
	font-family: "Arial-Reg";
}

.back-link::before{
	content: '';
	position: absolute;
	background-image: url("/local/templates/pandora/images/reverse-arrow.svg");
	width: 12px;
	height: 9px;
	left: 0;
	top: 5px;
}

.compatible {
	padding: 100px 0 41px;
}


@media (max-width: 1279px) {
	.breadcrumb__inner{
		padding-top: 30px;
		margin-bottom: 30px;
	}
}
.catalog-section{
	position: relative;
}
/* End */


/* Start:/local/templates/pandora/components/bitrix/catalog.item/.default/style.css?17392099732029*/
.product-item{
    position: relative;
}
.card-img__inner{
    width: 100%;
    max-height: 295px;
    height: 295px;
}
.card-img__inner a{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
}
.card-img__inner a span{
    width: 100%;
    height: 100%;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.product-item-container{
    width: 100%;
}
.card-title{
    height: 36px;
    text-overflow: ellipsis;
    overflow-y: hidden;
}
.card-price{
    height: 18px;
    display: flex;
    gap: 10px;
}
.old_price{
    text-decoration: line-through;
    color: #bdbdbd;
}
.discount-percent{
    font-size: 10px;
    color: tomato;
}
.promo-block{
    min-height: 30px;
}
.btn-promo {
    background: #FFCAD4;
    border: none;
    height: 30px;
    padding: 5px;
    color: #000000;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition:all ease .5s;
}
.btn-promo:hover {
    transition:all ease .5s;
    background: #FF97AB;
    color: #27251F;
}
@media (max-width: 1600px) {
    .card-img__inner{
        width: 100%;
        height: 303px;
    }
    .card-img__inner a{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .card-img__inner a img{
        width: 303px;
        height: 303px;
    }
}
@media (max-width: 1279px) {
    .card-img__inner{
        height: 295px;
    }
    .card-img__inner a img{
        width: 295px;
        height: 295px;
    }
}
@media (max-width: 767px) {
    .card-img__inner{
        height: 130px;
    }
    .card-img__inner a img{
        width: 130px;
        height: 130px;
    }
    .card-price{
        height: 64px;
    }
    .btn-promo {
        font-size: 12px;
    }
}
.d-none{
    display: none;
}
/* End */


/* Start:/local/templates/pandora/components/bitrix/catalog.section/catalog_section_slider/themes/blue/style.css?1721991816849*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1;}
.bx-blue .product-item-image-slider-control:hover{ background-color: rgba(0,131,209,.8);}
.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover{ background-color: #0083d1;}

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{ outline-color: #006cc0;}

/* Amount */
.bx-blue .product-item-amount-field:focus{border-color: #006cc0;}


.bx-blue .catalog-section-header{border-color:#006cc0;}
/* End */
/* /local/templates/pandora/components/bitrix/catalog/catalog_pandora/style.css?17519194581579 */
/* /local/templates/pandora/components/bitrix/breadcrumb/.default/style.css?1721991816379 */
/* /local/templates/pandora/components/bitrix/catalog.element/pandora_element_detail/style.css?175191945872797 */
/* /bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.css?17182093721816 */
/* /local/templates/pandora/components/bitrix/catalog.element/pandora_element_detail/themes/blue/style.css?17219918161064 */
/* /local/templates/pandora/components/bitrix/catalog.section/catalog_section_slider/style.css?172199181616032 */
/* /local/templates/pandora/components/bitrix/catalog.item/.default/style.css?17392099732029 */
/* /local/templates/pandora/components/bitrix/catalog.section/catalog_section_slider/themes/blue/style.css?1721991816849 */
