

/* Start:/local/templates/pandora/components/bitrix/news.list/main_slider/style.css?17546557422388*/
.item .main-slider__item,.main-slider__item-images,.main-slider__item-link,.main-slider__item-image-wrapper,.main-slider__item-image,
.main-slider__background-box,.main-slider__background-box picture,.main-slider__background-box picture source,.main-slider__background-box picture img{
	height: 500px;
	width: 100%;
	object-fit: cover;
	display: contents;
}
@media (max-width: 1439px) {
	.item .main-slider__item,.main-slider__item-images,.main-slider__item-link,.main-slider__item-image-wrapper,.main-slider__item-image,
	.main-slider__background-box,.main-slider__background-box picture,.main-slider__background-box picture source,.main-slider__background-box picture img{
		height: 446px;
	}
}
@media (max-width: 1279px) {
	.item .main-slider__item,.main-slider__item-images,.main-slider__item-link,.main-slider__item-image-wrapper,.main-slider__item-image,
	.main-slider__background-box,.main-slider__background-box picture,.main-slider__background-box picture source,.main-slider__background-box picture img{
		height: 355px;
	}
}
@media (max-width: 1023px) {
	.item .main-slider__item,.main-slider__item-images,.main-slider__item-link,.main-slider__item-image-wrapper,.main-slider__item-image,
	.main-slider__background-box,.main-slider__background-box picture,.main-slider__background-box picture source,.main-slider__background-box picture img{
		height: 500px;
	}
}
@media (max-width: 540px) {
	.item .main-slider__item,.main-slider__item-images,.main-slider__item-link,.main-slider__item-image-wrapper,.main-slider__item-image,
	.main-slider__background-box,.main-slider__background-box picture,.main-slider__background-box picture source,.main-slider__background-box picture img{
		height: 320px;
	}
}
@media (max-width: 440px) {
	.item .main-slider__item,.main-slider__item-images,.main-slider__item-link,.main-slider__item-image-wrapper,.main-slider__item-image,
	.main-slider__background-box,.main-slider__background-box picture,.main-slider__background-box picture source,.main-slider__background-box picture img{
		height: 290px;
	}
}
@media (max-width: 389px) {
	.item .main-slider__item,.main-slider__item-images,.main-slider__item-link,.main-slider__item-image-wrapper,.main-slider__item-image,
	.main-slider__background-box,.main-slider__background-box picture,.main-slider__background-box picture source,.main-slider__background-box picture img{
		height: 260px;
	}
}
/* End */


/* Start:/local/components/strategy/homesections/templates/.default/style.css?17546557423856*/
.section-list{
	display: flex;
	flex-wrap: wrap;
    column-gap: 4px;
    row-gap: 18px;
    margin: 0 auto;
    max-width: 100%;
    padding-top: 7%;
}

.section-list .section-item{
	overflow: hidden;
	flex: none;
    transition: all ease .5s;
    width: calc( (100% / 6) - 4px);
    transform: scale(1);
}
.section-list .section-item:hover ,.jewellery__card.section-image img{
    transition: all ease .5s;
    transform: scale(1.2);
}
.section-list .section-item .section-name{
	text-align: center;
}
.section-list .section-item .section-image{
    position: relative;
    overflow: hidden;
    text-align: center;
    transition: all ease .3s;
    border: 1px solid transparent;
    border-radius: 50%;
    margin: 0 auto;
    width: 210px;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.section-list .section-item .section-image img{
	max-height: 100%;
	margin: 0 auto;
	padding: 12px;
}

.section-list .section-item .section-item-wrap{
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: center;
    justify-content: center;
}
@media(max-width: 1600px){
    .section-list .section-item .section-image,.section-list .section-item .section-image img{
        height: 187px;
    }
}
@media(max-width: 1439px){
    .section-list .section-item .section-image,.section-list .section-item .section-image img{
        width: 204px;
        height: 174px;
    }
}

@media(min-width:1024px){
    .section-item.hide-desctop{
        display: none;
    }
    .section-item .img-mobile{
        display: none;
    }
}

@media(max-width: 1199px){
    .section-list{
        max-width: 990px;
    }
    .section-list .section-item{
        width: calc( (100% / 4) - 4px);
    }
}

@media(max-width: 1024px){
    .section-item.hide-mobile{
        display: none;
    }
}

@media(max-width: 992px){
    .section-list{
        max-width: 655px;
    }
	.section-list .section-item{
		width: calc( (100% / 3) - 4px);
	}

    .section-item .img-mobile{
        display: block;
    }

    .section-item .img-desktop{
        display: none;
    }
}

@media(max-width: 720px){
    .section-list .section-item .section-image{
        width: 155px;
        height: 155px;
    }
}

@media(max-width: 576px){
    .section-list{
        column-gap: 7px;
        row-gap: 7px;
        max-width: 94%;
    }
    .section-list .section-item{
        border-radius: 0;
        height: 126px;
        transition: background-color.2s;
        width: calc( (100% / 3) - 5px);
    }

    .section-list .section-item .section-item-wrap{
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .section-list .section-item .section-image{
        width: 100%;
        height: 96px;
        float: left;
        border-radius: 0;
        border: none;
        margin: 0;
        flex: none;
    }
    .section-list .section-item .section-image img{
        padding: 4px;
        margin: 0;
    }

    .section-list .section-item .section-item-wrap{
        height:117px;
        gap: 16px;
    }

    .section-list .section-item .section-name{
        text-align: left;
        display: flex;
        align-items: center;
    }
    .section-list .section-item .section-name::after{
        position: relative;
        content: "";
        display: inline-block;
        width: 6px;
        height: 6px;
        border-right: 1px solid;
        border-top: 1px solid;
        transform: rotate(45deg);
        margin-right: 0.5em;
        margin-left: 5px;
    }

    .section-list .section-item .section-name{
        /* white-space: nowrap; */
        overflow: hidden;
        font-size: 13px;
    }
}
/* 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.top/top_elements/section/style.css?1754655742119*/
.cards-slider__inner {
    max-width: 90.3%;
    margin: 0 auto;
}
.cards-slider-block{
    position: relative;
}
/* End */


/* Start:/local/templates/pandora/components/bitrix/catalog.top/top_elements/section/themes/blue/style.css?1754655742821*/
/* 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-top-header{border-color:#006cc0;}
/* End */


/* Start:/local/templates/pandora/components/bitrix/news.list/main_discover_item/style.css?1754655742163*/
@media (max-width: 767px) {
   .discover__item:nth-child(2){
       margin-top: 15%;
   }
    .discover__item:nth-child(3){
        margin-top: -8%;
    }
}
/* End */


/* Start:/local/templates/pandora/components/bitrix/news.list/main_discover_slider/style.css?175465574298*/
.discover__slider{
	display: flex;
	align-items: center;
	justify-content: center;
	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.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 */
/* /local/templates/pandora/components/bitrix/news.list/main_slider/style.css?17546557422388 */
/* /local/components/strategy/homesections/templates/.default/style.css?17546557423856 */
/* /local/templates/pandora/components/bitrix/catalog.item/.default/style.css?17546557422029 */
/* /local/templates/pandora/components/bitrix/catalog.top/top_elements/section/style.css?1754655742119 */
/* /local/templates/pandora/components/bitrix/catalog.top/top_elements/section/themes/blue/style.css?1754655742821 */
/* /local/templates/pandora/components/bitrix/news.list/main_discover_item/style.css?1754655742163 */
/* /local/templates/pandora/components/bitrix/news.list/main_discover_slider/style.css?175465574298 */
/* /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.section/catalog_section_slider/themes/blue/style.css?1754655742849 */
