

/* Start:/local/templates/pandora/components/bitrix/breadcrumb/.default/style.css?1754655742379*/
.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/news.list/engraving-page-baner/style.css?17546557422294*/
.engraving-page-baner-item{
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 40px;
}
.engraving-page-baner-item-top-block{
	position: relative;
	width: 100%;
	max-height: 480px;
	height: 480px;
}
.engraving-page-baner-item-top-block picture {
	display: flex;
	width: 100%;
	height: inherit;
}
.engraving-page-baner-item-top-block picture img {
	display: flex;
	width: 100%;
	height: 480px;
	object-fit: cover;
}
.engraving-page-baner-item-title{
	position: absolute;
	left: 40px;
	bottom: 30px;
	max-width: 400px;
}
.engraving-page-baner-item-title h3{
	font-size: 44px;
	line-height: 120%;
	word-wrap: break-word;
	color: #ffffff;
}
.engraving-page-baner-item-bottom-block{
	max-width: 60%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
}
.engraving-page-baner-item-description{
	font-size: 16px;
	line-height: 150%;
	color: #27251F;
	text-align: center;
}
a.baner-item-button{
	text-align: center;
	border: 1px solid #27251F;
	background-color: #27251F;
	color: #ffffff;
	padding: 11px 25px;
	transition: all ease .4s ;
}
a.baner-item-button:hover{
	background-color: #ffffff;
	color: #27251F;
	transition: all ease .4s ;
}
@media (max-width: 1279px) {
	.engraving-page-baner-item{
		gap: 30px;
	}
	.engraving-page-baner-item-top-block,.engraving-page-baner-item-top-block picture img{
		max-height: 400px;
		height: 400px;
	}
	.engraving-page-baner-item-bottom-block{
		max-width: 75%;
	}
	.engraving-page-baner-item-title h3{
		font-size: 32px;
	}
}
@media (max-width: 1023px) {
	.engraving-page-baner-item{
		gap: 20px;
	}
	.engraving-page-baner-item-top-block,.engraving-page-baner-item-top-block picture img{
		max-height: 360px;
		height: 360px;
	}
	.engraving-page-baner-item-bottom-block{
		max-width: 90%;
	}
	.engraving-page-baner-item-title h3{
		font-size: 28px;
	}
	.baner-item-button{
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.engraving-page-baner-item-top-block,.engraving-page-baner-item-top-block picture img{
		max-height: 306px;
		height: 306px;
	}
	.engraving-page-baner-item-bottom-block{
		max-width: 100%;
	}
	.engraving-page-baner-item-title h3{
		font-size: 24px;
	}
	.engraving-page-baner-item-description{
		font-size: 14px;
	}
	.engraving-page-baner-item-bottom-block{
		gap: 20px;
	}
}
/* End */


/* Start:/local/templates/pandora/components/bitrix/news.list/engraving-page-slider/style.css?17546557421697*/
.engraving-page-slider-container{
	margin: 50px 0;
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.engraving-page-slider-container-header{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
	max-width: 470px;
}
.engraving-page-slider-container-title h3{
	font-size: 28px;
	line-height: 150%;
	margin: 0;
	padding: 0;
	color: #27251F;
}
.engraving-page-slider-container-description{
	font-size: 16px;
	color: #27251F;
	line-height: 150%;
}
.owl-carousel.engraving-page-slider{
	position: relative;
}
.owl-nav.engraving-page-slider-nav button{
	cursor: pointer;
	margin: 0;
	border-radius: 50%;
	border: 0;
	outline: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	z-index: 22;
	transition: all ease 1s;
}
.owl-nav.engraving-page-slider-nav button.owl-prev{
	left: 0;
}
.owl-nav.engraving-page-slider-nav button.owl-next{
	right: 0;
}
.engraving-page-slider-item{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-height: 626px;
}
.engraving-page-slider-item img{
	object-fit: contain;
}
@media (max-width: 1279px) {
	.engraving-page-slider-container{
		margin: 30px 0;
		gap: 20px;
	}
	.engraving-page-slider-item{
		max-height: 470px;
	}
}
@media (max-width: 1023px) {
	.engraving-page-slider-container{
		margin: 20px 0;
	}
	.engraving-page-slider-item{
		max-height: 400px;
	}
}
@media (max-width: 767px) {
	.engraving-page-slider-container-title h3{
		font-size: 24px;
	}
	.engraving-page-slider-container-header{
		max-width: 100%;
		gap: 20px;
	}
	.engraving-page-slider-container-description{
		font-size: 14px;
	}
	.engraving-page-slider-item{
		max-height: 306px;
	}
}
/* End */


/* Start:/local/templates/pandora/components/bitrix/news.list/engraving-page-products/style.css?17546557422104*/
.engraving-page-products-container{
	margin: 50px 0;
}
.engraving-page-products-container-item{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 40px;
}
.engraving-page-products-top-block{
	display: flex;
	align-items: center;
	gap: 40px;
	width: 100%;
	max-height: 500px;
}
.engraving-page-products-top-left-block{
	width: calc(40% - 20px);
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.engraving-page-products-title h3{
	font-size: 28px;
	line-height: 150%;
	margin: 0;
	padding: 0;
	color: #27251F;
}
.engraving-page-products-description{
	font-size: 16px;
	color: #27251F;
	line-height: 150%;
}
a.engraving-page-products-button{
	text-align: center;
	border: 1px solid #27251F;
	background-color: #27251F;
	color: #ffffff;
	padding: 11px 25px;
	transition: all ease .4s ;
}
a.engraving-page-products-button:hover{
	background-color: #ffffff;
	color: #27251F;
	transition: all ease .4s ;
}
.engraving-page-products-top-right-block{
	width: calc(60% - 20px);
	display: flex;
	align-items: center;
	justify-content: center;
}
.engraving-page-products-top-right-block img{
	object-fit: contain;
	max-height: 500px;
}
.engraving-page-products-container .compatible{
	padding: 0;
}
.engraving-page-products-container .compatible__title{
	display: none;
}
@media (max-width: 1279px) {
	.engraving-page-products-container{
		margin: 20px 0;
	}
}
@media (max-width: 1023px) {
	.engraving-page-products-top-block,.engraving-page-products-top-right-block img{
		gap: 20px;
		max-height: 360px;
	}
	a.engraving-page-products-button,.engraving-page-products-description{
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.engraving-page-products-top-block,.engraving-page-products-top-right-block img{
		gap: 20px;
		max-height: 306px;
	}
	.engraving-page-products-title h3{
		font-size: 24px;
	}
	.engraving-page-products-container-item{
		gap: 20px;
	}
	.engraving-page-products-top-block{
		flex-direction: column;
		max-height: 100%;
	}
	.engraving-page-products-top-left-block{
		width: 100%;
		gap: 20px;
	}
	.engraving-page-products-top-right-block{
		width: 100%;
	}
}
/* End */


/* Start:/local/templates/pandora/components/bitrix/system.pagenavigation/visual/style.css?17546557422482*/

.page-counts{
	display: flex;
	justify-content: center;
	gap: 25px;
}

.page-item .count{
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 41px;
	min-height: 41px;
	border: 1px solid #27251F;
	transition: all ease .5s;
}

.prev-arrow, .next-arrow{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 41px;
	height: 41px;
	border: 1px solid #27251F;
}

.page-item.active .count,.count:hover{
	background-color:#27251F;
	color: #ffffff;
	transition: all ease .5s;
	cursor: pointer;
}
.page-item.active{

}

.bx_pagination_bottom {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
.set-page-element-count {
	width: max-content;
	display: flex;
	align-items: center;
	gap: 16px;
}
.set-page-element-count button{
	border: 1px solid #000;
	display: inline-flex;
	height: 59px;
	padding: 12px 20px;
	align-items: center;
	gap: 20px;
	color: #696E7B;
	font-family: "Montserratarm-SemiBold";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	outline: 0;
	position: relative;
}
.set-page-element-count-block {
	position: relative;
}
.set-page-element-count-block:hover > .set-page-element-count-container{
	display: block;
}
.set-page-element-count-container{
	position: absolute;
	z-index: 2;
	width: 100%;
	display: none;
}
.set-page-element-count-items{
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	border: 1px solid #000;
	background: #FFF;
}
.set-page-element-count-item{
	color: #27251F;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	background-color: transparent;
	transition: all ease .4s;
	width: 100%;
	padding: 14px;
	text-align: center;
}
.set-page-element-count-item:hover, .set-page-element-count-item.active{
	background: #27251F;
	color: #ffffff;
	transition: all ease .4s;
}

@media (max-width: 767px) {
	.page-counts {
		gap: 9px!important;
	}
	.page-item .count{
		font-size: 14px;
		min-width: 30px;
		min-height: 30px;
		width: 30px;
		height: 30px;
	}
	body .random-page-none,body .random-page-none + li ,body .random-page-last{
		display: none!important;
	}
	body .bx_pagination_bottom {
		padding: 40px 0;
		gap: 20px;
		flex-wrap: wrap;
	}
	.set-page-element-count-item{
		padding: 7px;
	}
}
/* End */


/* Start:/local/templates/pandora/components/bitrix/catalog.section/catalog_section_slider/style.css?175465574215677*/
/* 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%;
}



.results-count{
	font-size: 12px;
	font-weight: 400;
}


/* RESULTS */

.results{
	font-weight: 400;
	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-weight: 700;
	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-weight: 700;
	line-height: 150%;
}

.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-weight: 700;
	line-height: 150%;


}

.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;

	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-weight: 400;
	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;
}

.universal-select-inner{
	z-index: 11;
}

.universal-select-inner, .universal-select{
	width: 100%;
}

.filter-popup-btn{
	display: none;
	width: 100%;
	padding: 11px 0;

	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;

	}

	.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{
	text-align: center;
}

.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%;

	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-weight: 400;
}

.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?17546557422029*/
.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?1754655742849*/
/* 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 */


/* Start:/local/templates/pandora/components/bitrix/news.list/engraving-page-faq/style.css?17546557423506*/
.engraving-page-faq-container{
	display: flex;
	flex-direction: column;
	gap: 50px;
	margin: 50px 0;
}
.engraving-page-faq-title{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.engraving-page-faq-title h3{
	font-size: 28px;
	font-weight: bold;
	line-height: 150%;
	margin: 0;
	padding: 0;
	color: #27251F;
}
.engraving-page-faq-top-block{
	display: flex;
	width: 100%;
}
.engraving-page-faq-top-block img{
	object-fit: cover;
	max-height: 470px;
	width: 100%;
}
ul {
	list-style: none;
}

.visually-hidden {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

/* при работе с float */

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}
.characteristics__list {
	max-width: 705px;
	margin: 0 auto;
}
.characteristics__item {
	margin-bottom: 15px;
}
.characteristics__title {
	position: relative;
	width: 100%;
	padding: 12px 15px;
	background-color: transparent;
	text-align: left;
	border-style:solid;
	border-width: 1px 1px 0 1px;
	border-color: #000000;
	font-size: 16px;
	color: #000000;
}

.characteristics__title:after {
	content: '';
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: 17px;
	height: 17px;
	border: 1px solid;
	border-color: transparent #27251F #27251F transparent;
	transform: rotate(45deg);
	transition: border-color 0.2s ease-in-out, bottom 0.4s ease-in-out;
}

.characteristics__title.active:after {
	border-color: #27251F transparent transparent #27251F;
	bottom: 5px;
}

.characteristics__title:after {
	border-color: transparent #27251F #27251F transparent;
}

.characteristics__title.active:after {
	border-color: #27251F transparent transparent #27251F;
}

.characteristics__description {
	margin-top: -2px;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #27251F;
	font-size: 16px;
	color: #27251F;
	height: 0;
	overflow: hidden;
	transition: height .4s ease-in-out;
}

.characteristics__title:hover + .characteristics__description {
	border-color: #000000;
}

.characteristics__title:focus {
	outline:none;
}

.characteristics__title:hover,
.characteristics__title:focus {
	border-color: #000000;
}

.characteristics__title:hover:after,
.characteristics__title:focus:after {
	border-color: transparent #000000 #000000 transparent;
}

.characteristics__description.active {
	height: auto;
}

.characteristics__item-description {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	color: #27251F;
}

.characteristics__item-description {
	padding: 15px 0;
}

.characteristics__item-description p {
	margin: 0 15px;
}

.characteristics__item-description:first-child {
	padding-top: 30px;
}

.characteristics__item-description:last-child {
	padding-bottom: 30px;
}
@media (max-width: 1279px) {
	.engraving-page-faq-container{
		gap: 30px;
		margin: 30px 0;
	}
	.engraving-page-faq-top-block img{
		object-fit: cover;
		max-height: 400px;
		width: 100%;
	}
}
@media (max-width: 1023px) {
	.engraving-page-faq-container{
		gap: 20px;
		margin: 20px 0;
	}
	.engraving-page-faq-top-block img{
		object-fit: cover;
		max-height: 360px;
	}
}
@media (max-width: 767px) {
	.engraving-page-faq-title h3{
		font-size: 24px;
	}
	.engraving-page-faq-top-block img{
		object-fit: cover;
		max-height: 306px;
		width: 100%;
	}
	.characteristics__item-description p{
		font-size: 14px;
	}
}


/* End */


/* Start:/local/templates/pandora/components/bitrix/news.list/engraving-examples/style.css?17546557421468*/
.engraving-examples-container{
	display: flex;
	flex-direction: column;
	gap: 50px;
	margin: 50px 0;
}
.engraving-examples-slider-item{
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
}
.engraving-examples-slider-item img{
	max-height: 400px;
}
.slider-item-title{
	font-size: 20px;
	font-weight: bold;
	line-height: 150%;
	margin: 0;
	padding: 0;
	color: #27251F;
}
.slider-item-text{
	font-size: 16px;
	font-weight: normal;
	line-height: 150%;
	margin: 0;
	padding: 0;
	color: #27251F;
}
.engraving-examples-slider{
	position: relative;
}
.owl-nav.engraving-examples-slider-nav button{
	cursor: pointer;
	margin: 0;
	border-radius: 50%;
	border: 0;
	outline: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	z-index: 22;
	transition: all ease 1s;
}
.owl-nav.engraving-examples-slider-nav button.owl-prev{
	left: 0;
}
.owl-nav.engraving-examples-slider-nav button.owl-next{
	right: 0;
}
@media (max-width: 1279px) {
	.engraving-examples-container{
		gap: 30px;
		margin: 30px 0;
	}
}
@media (max-width: 1023px) {
	.engraving-examples-container{
		gap: 20px;
		margin: 20px 0;
	}
	.engraving-examples-slider-item img{
		max-height: 360px;
	}
}
@media (max-width: 767px) {
	.engraving-examples-container{
		gap: 10px;
		margin: 20px 0;
	}
	.engraving-examples-slider-item img{
		max-height: 180px;
	}
	.slider-item-title{
		font-size: 18px;
	}
	.slider-item-text{
		font-size: 12px;
	}
}
/* End */
/* /local/templates/pandora/components/bitrix/breadcrumb/.default/style.css?1754655742379 */
/* /local/templates/pandora/components/bitrix/news.list/engraving-page-baner/style.css?17546557422294 */
/* /local/templates/pandora/components/bitrix/news.list/engraving-page-slider/style.css?17546557421697 */
/* /local/templates/pandora/components/bitrix/news.list/engraving-page-products/style.css?17546557422104 */
/* /local/templates/pandora/components/bitrix/system.pagenavigation/visual/style.css?17546557422482 */
/* /local/templates/pandora/components/bitrix/catalog.section/catalog_section_slider/style.css?175465574215677 */
/* /local/templates/pandora/components/bitrix/catalog.item/.default/style.css?17546557422029 */
/* /local/templates/pandora/components/bitrix/catalog.section/catalog_section_slider/themes/blue/style.css?1754655742849 */
/* /local/templates/pandora/components/bitrix/news.list/engraving-page-faq/style.css?17546557423506 */
/* /local/templates/pandora/components/bitrix/news.list/engraving-examples/style.css?17546557421468 */
