

/* Start:/bitrix/templates/eshop_bootstrap_v4/components/bitrix/catalog/bootstrap_v5/style.css?1778097558900*/
.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%;
	box-sizing: border-box;
}

@media (max-width: 960px) {
	.grid2x1 .bx_sidebar { padding-left: 0%; }
}

@media (max-width: 640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar {
		width: 100%;
		float: none;
	}

	.grid2x1 .bx_sidebar { padding-left: 0%; }
}

@media (max-width: 479px) {
	.grid2x1 .bx_sidebar { padding-left: 0%; }
}

.catalog-block-header {
   /*	font-size: 14px; */
	font-weight: bold;
	text-align: left;
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 0px solid #d9dee6;
	border-bottom-color: var(--primary);
	color: #000;
}

.search-page {
    padding: 0 15px;
}

/* End */


/* Start:/bitrix/templates/eshop_bootstrap_v4/components/bitrix/catalog.element/bootstrap_v4/style.css?178222550238968*/
body {
    overflow-x: hidden;
}

@media (max-width: 767px) {
 .desctop-gallery {
   display:none;
}
}
@media (min-width: 767px) {
 .mob-gallery {
   display:none;
}
}

/* Показываем только на мобильных */
.mobileSwipeGallery {
    display: none;
}
@media (max-width: 768px) {
    .desctop-gallery { display: none !important; }
    .mobileSwipeGallery {
        display: block;
        overflow: hidden;
        width: 100%;
        position: relative;
    }
/*    .mobileSwipeTrack {
        display: flex;
        transition: transform 0.3s ease;
        touch-action: pan-y;
    }*/
  /*  .mobileSwipeSlide {
        min-width: 100%;
        user-select: none;
        padding-bottom: 20px;
    }*/
/*                                .mobileSwipeSlide {
                                    flex: 0 0 100%;
                                    width: 100%;
                                    min-width: 100%;
                                    padding-bottom: 20px;
                                }*/



/*    .mobileSwipeTrack {
    display: flex;
    width: 100%;
    transition: transform 0.3s ease;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    will-change: transform;
    }

    .mobileSwipeSlide {
        flex: 0 0 100%;
        width: 100%;
        min-width: 100%;
        box-sizing: border-box;
    }*/



     .mobileSwipeGallery {
    touch-action: pan-y;
}

.mobileSwipeTrack {
    display: flex;
    transition: transform .3s ease;
    will-change: transform;
}

.mobileSwipeSlide {
    flex: 0 0 100%;
    width: 100%;
    padding-bottom: 20px;
}





    .mobileSwipeSlide img,
    .mobileSwipeSlide video {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
    }

    .mobileSwipeSlide video {
    pointer-events: none;
}

    /* Modal */
    .mobileModalGallery {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.8);
        display: none;
        justify-content: center;
        align-items: center;
        z-index: 99999;
    }
    .mmg-bg {
        position: absolute;
        inset: 0;
    }
    .mmg-content {
        width: 100vw;
        height: 100vh;
        overflow: hidden;
        position: relative;
    }
    .mmg-track {
        display: flex;
        height: 100%;
        transition: transform 0.3s ease;
    }
    .mmg-track img,
    .mmg-track video {
        width: 100vw;
        height: 100vh;
        object-fit: contain;
    }

    .mmg-close {
        position: absolute;
        top: 15px;
        right: 20px;
 /*       font-size: 40px;     */
        color: #fff;
        z-index: 20;
        cursor: pointer;
    }
}
/* ======= Общие стили ======= */
.modal-content video {
    pointer-events: none;        /* отключаем взаимодействие с видео */
    -webkit-appearance: none;    /* убираем стандартные стили */
    outline: none;
}

video::-webkit-media-controls,
video::-webkit-media-controls-enclosure,
video::-webkit-media-controls-panel,
video::-webkit-media-controls-start-playback-button {
    display: none !important;    /* полностью скрыть панель управления */
    opacity: 0 !important;
    pointer-events: none !important;
}

video::-moz-media-controls {
    display: none !important;
}


@media (max-width: 767px) {
.bx-retina .product-item-detail-pay-block {
    padding-right: 0px !important;
}


}



.product-video,
.slider-video,
.modal-video {
    width: 100%;
    height: auto;
    max-height: 720px;
    object-fit: cover;
    display: block;
}
#modalThumbs {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.thumb-wrapper {
    width: 100px;
    height: auto;
    overflow: hidden;
    cursor: pointer;
}

.thumb-wrapper .thumb-img,
.thumb-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.25s ease;
}
.modal.visible {
    opacity: 1;
}

.modal-gallery {
    display: flex;
    gap: 20px;
    max-width: 95vw;
    max-height: 90vh;
    align-items: center;
    justify-content: center;
}

.modal-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 0 !important;
}

.modal-content {
    max-width: 100%;
    max-height: 99vh;
    object-fit: contain;
    transform: scale(0.95);
    transition: transform 0.25s ease;
    border: 0 !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    letter-spacing: 10%;
}
.modal.visible .modal-content {
    transform: scale(1);
}

.modal-thumbs {
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow-y: auto;
    max-height: 90vh;
    padding-right: 5px;
    position: absolute;
    right: 25px;
    top: 50px;
    scrollbar-width: none;
}
.thumb-img {
    width: 120px;
    height: auto;
    object-fit: cover;
    border-radius: 0px;
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.2s ease;
}
.thumb-img:hover {
    opacity: 1;
    transform: scale(1.03);
}
.thumb-img.active {
    opacity: 1;
}

.modal-close {
    position: absolute;
    top: 15px;
    right: 30px;
    color: #ccc;
 /*   font-size: x-small;   */
    font-weight: 300;
    cursor: pointer;
    transition: color 0.2s ease;
}
.modal-close:hover {
    color: #eee;
}

#modalCaption {
    margin-top: 10px;
    color: #444;
 /*   font-size: 0.75rem;     */
    text-align: center;
    display: none;
    letter-spacing: 10%;
}

/* ======= Адаптив ======= */
@media (max-width: 768px) {
    .modal-gallery {
        flex-direction: column;
    }
    .modal-thumbs {
        flex-direction: row;
        max-height: none;
        overflow-x: auto;
        justify-content: center;
        padding: 10px 0;
    }
    .thumb-img {
        width: 60px;
        height: 60px;
    }
}


/* АККОРДИОНЫ */

.product-accordions {
    margin-top: 0px;
    border-radius: 0px;
    overflow: hidden;
}
.accordion-item {
    border-bottom: 1px solid #e3dfd4;
}
.accordion-header {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 15px 0px 15px;
 /*   font-size: 0.75rem;     */
    cursor: pointer;
    position: relative;
    font-weight: 400;
    color: #333;
    text-transform: uppercase;
 /*   letter-spacing: 10%;    */
}
.accordion-header::after {
    content: "+";
    position: absolute;
    right: 20px;
    font-size: 1.15rem;
    transition: transform 0.3s ease;
 /*   font-weight: lighter;   */
    top: 15px;
    color: #555  ;
    font-weight: 400;
 /*   letter-spacing: 10%;   */
}
.accordion-item.active .accordion-header::after {
    transform: rotate(270deg);
        content: "›";
}
.accordion-content {
    display: none;
    padding: 5px 0px 10px;
    background:  transparent;
  /*  font-size: 0.75rem;   */
 /*   letter-spacing: 10%;   */
}
.accordion-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.accordion-content li {
    margin-bottom: 8px;
    color: #555;
/*    font-size: 0.75rem;       */
}


/* АККОРДИОНЫ 2 */

.product-accordions2 {
    margin-top: 0px;
    border-radius: 0px;
    overflow: hidden;
}
.accordion-item2 {
    border-bottom: 1px solid #e3dfd4;
}
.accordion-header2 {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 0px 0px 10px;
  /*  font-size: 0.75rem;      */
    cursor: pointer;
    position: relative;
  /*  font-weight:  lighter;  */
    color: #333;
    text-transform: uppercase;
 /*   letter-spacing: 10%;   */
}
.accordion-header2::after {
    content: "›";
    position: absolute;
    right: 20px;
    font-size: 1.15rem;
    transition: transform 0.3s ease;
 /*   font-weight: lighter;   */
    top: -4px;
    color: #333;
/*    font-weight: 100;  */
    font-family: "Montserrat";
}
.accordion-item2.active .accordion-header2::after {
    transform: rotate(90deg);
}
.accordion-content2 {
    display: block;
    padding: 10px 0px 0px;
    background:  transparent;
 /*   font-size: 0.75rem;     */
}
.accordion-content2 ul {
    margin-top: 0px;
    padding: 0;
    list-style: none;
}
.accordion-content2 li {
    margin-bottom: 8px;
    color: #555;
  /*  font-size: 0.75rem;  */
}

/* ОПИСАНИЕ С ОБРЕЗКОЙ ПО ЗНАКАМ */

.product-description {
    position: relative;
    color: #333;
 /*   font-size: 0.75rem;      */
    line-height: 1.5;
    background: transparent;
    padding: 30px 0;
    border-radius: 0px;
}

.read-more {
    display: inline-block;
    margin-top: 0px;
    color: #333; /* фирменный цвет nn2sisters */
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s;
}

.read-more:hover {
    color: #555;
    /*text-decoration: underline;*/
}







.cardname {
 /*   font-size: 1.5rem;   */
    font-weight: 400;
}

.imgcard {
    padding: 0 15px 15px 0;
}

.title-page {
    display: none;
}

.product-item-detail-pay-block {
	position: relative;
	margin-bottom: 15px;
	padding: 15px 0px 0;
	border: 0px solid #e4e4e4;
	border-radius: 0px;
	background-color: transparent;
}

.bx-retina .product-item-detail-pay-block { border-width: 0px; }

/*endregion*/

/*region Compare*/
.product-item-detail-compare-container {
	position: relative;
	margin: 0 -15px 1px -14px;
	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;
	border-radius: 1px;
}

.product-item-detail-compare .checkbox {
	margin: 0;
	padding: 0;
}

/*endregion*/
@media (min-width: 576px) {
.product-item-detail-price-current {
    padding-bottom: 30px;}
    }

/*region Price */
.product-item-detail-price-current {
    color: #000;
    white-space: nowrap;
    font-weight: 600;
    text-align: left;
    font-size: 0.8rem !important;
    line-height: 1.2rem;
    transition: font-size 200ms ease;
    padding-bottom: 100px;
    border-bottom: 1px #000 solid;
}

.product-item-detail-price-old {
	color: #bdbdbd;
	text-align: left;
	text-decoration: line-through;
	white-space: nowrap;
	font-weight: 400;
 /*	font-size: 0.8rem;   */
	line-height: 20px;
}

.product-item-detail-economy-price {
	color: #333;
	text-align: left;
	/*white-space: nowrap;*/
	font-weight: var(--ui-font-weight-bold);
 /*	font-size: 14px;   */
	line-height: 17px;
    display:none;
}

/*endregion*/

.product-item-detail-info-container-title {
	color: #a5a5a5;
	font-size: 12px;
}

/*region SCU */
.product-item-scu-container-title {
	color: #a5a5a5;
  /*	font-size: 12px;  */
}

.product-item-scu-block { }

.product-item-scu-list { margin: 0; }

.product-item-scu-item-list {
	overflow: hidden;
	margin: 0;
	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: 0px;
	max-width: 100%;
	vertical-align: middle;
}

.product-item-scu-item-text-container { min-width: 0px; }

.product-item-scu-item-color-container {
	max-width: 60px;
	width: 25%;
}

.product-item-scu-item-color-block {
	position: relative;
	padding-top: 100%;
	outline: 0px 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: 0px; }

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-width: 0px;font-weight: 600;  }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block { outline-width: 0px; font-weight: 600; }

.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-right: 25px;
	outline: 0px 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: 0px; }

.product-item-scu-item-text-block:hover,
.product-item-scu-item-color-block:hover,
.product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-color: var(--theme-color-primary);font-weight: 600;  }

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block { outline-width: 0px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block { outline-width: 0px; }

.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: 1.4rem;     */
    line-height: 28px;
}

.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: "";
    color: #eee !important;
}

.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: 0px solid #c0cfda;
	outline-color: var(--theme-color-primary);
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
  /*	font-size: 11px;  */
	line-height: 22px;
    font-weight: 600;
}

.bx-retina .product-item-selected-scu { outline-width: 0px; }

.product-item-selected-scu-color {
	background-position: center;
	background-size: 20px 20px;
	background-repeat: no-repeat;
}

/*endregion*/

/*region Amount*/
.product-item-amount {
	padding: 0 0 2px;
	text-align: center;
}

.product-item-amount-field-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	max-width: 150px;
	margin: 0 auto 15px;
}


.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
	position: relative;
	display: 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-block {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.product-item-amount-field {
	display: block;
	padding: 0;
	width: 100%;
	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;
	border-color: #006cc0;
	border-color: var(--theme-color-primary);
}

.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 {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	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;      */
}

/*endregion*/

/*region Buy button*/
.btn.product-item-detail-buy-button {
	position: relative;
	display: block;
	margin: 0 auto;
   /*	max-width: 250px; */
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 600;
	text-transform: uppercase;
    border: 1px #000 solid;
    border-radius: 0;
}
.btn.product-item-detail-buy-button:active, .btn.product-item-detail-buy-button:hover, .btn.product-item-detail-buy-button:focus {
	position: relative;
	display: block;
	margin: 0 auto;
   /*	max-width: 250px; */
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 600;
	text-transform: uppercase;
    border: 1px #000 solid;
    border-radius: 0;
    background: #e7e3d9;
    color: #000 !important;
    box-shadow: rgba(140, 134, 120, 0.49) 0px 0px 0px 0px !important;
}

.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;
    padding-top: 20px;
	padding-bottom: 20px;
	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; }

/*endregion*/

/*region Slider */
.product-item-detail-slider-container {
	position: relative;
	max-width: 100%;
	background: transparent;
	transition: background 800ms ease;
	z-index: 90;
}

.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;
	background-color: #006cc0;
	background-color: var(--theme-color-primary)
}

/*endregion*/

/*region 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;
}

.product-item-detail-slider-controls-image:hover,
.product-item-detail-slider-controls-image.active { outline-color: var(--theme-color-primary); }

.bx-no-retina .product-item-detail-slider-controls-image.active { outline-width: 2px; }

.bx-retina .product-item-detail-slider-controls-image { outline-width: 0px; }

.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; }

/*endregion*/

/*region 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;
}

/*endregion*/

/*region  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; }

}

/*endregion*/

/*region 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: 0.5rem; */
		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%); }

/*endregion*/

/*region  Tabs */
.product-item-detail-tabs-container {
	min-height: 60px;
	border-bottom: 1px solid #ededed;
}

.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: #000;
	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: #006cc0;
	color: var(--theme-color-primary);
	text-decoration: none;
}

.product-item-detail-tab-link:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 0;
	background: #006cc0;
	background: var(--theme-color-primary);
	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: 300;
	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; }

/*endregion*/

/*region Small Card*/
.product-item-detail-short-card-fixed {
	position: fixed;
	top: -85px;
	right: 0;
	left: 0;
	z-index: 310;
	box-sizing: border-box;
	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: 0;
	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;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.product-item-detail-short-card-image {
	padding-right: 15px;
	width: 80px;
	max-width: 80px;
	vertical-align: middle;
	text-align: center;
}

.product-item-detail-short-card-image img {
	max-width: 100%;
	height: auto;
	max-height: 65px;
	width: auto;
}

.product-item-detail-short-title-container {
	max-width: 650px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.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;
}

/*endregion*/

/*region 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 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.product-item-detail-properties-item {
	margin-bottom: 5px;
	display: flex;
	align-items: stretch;
}

.product-item-detail-properties-dots {
	border-bottom: 1px dotted #a5a5a5;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.product-item-detail-properties-name,
.product-item-detail-properties-value {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 50%;
	width: auto;
   /*	font-size: 12px;     */
}

.product-item-detail-properties-name {
	padding-right: 3px;
	color: #a5a5a5;
}

.product-item-detail-properties-value {
	color: #343a40;
	padding-left: 3px;
	text-align: right;
}

/*endregion*/

.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; }




@media (max-width: 768px) {
    .mobileSwipeIndicators {
        position: absolute;
        left: 10px;
        bottom: 30px;
        display: flex;
        gap: 4px;
        z-index: 20;
        pointer-events: none;
    }

    .mobileSwipeIndicators .msi-bar {
        height: 2px;
        border-radius: 0px;
        background: #211E1A;
        width: 16px;
        transition: all 0.25s ease;
    }

    .mobileSwipeIndicators .msi-bar.active {
        width: 28px;
        background: #211E1A4D;
    }
}






.js-wishlist {
    position:absolute;
    right:15px;
    bottom:100px;
    top:10px !important;
    z-index: 9 !important;
}
.wl-card {
    position: relative;
}

@media (max-width: 768px) {
.js-wishlist {
    position: absolute;
    right:10px;
    top:70px;
}
.wl-card {
    position: inherit;
}
}



.mb-5 {
    margin-bottom: 3rem !important;
    padding: 0 15px !important;
}

.row > * {

    padding-left: 0;
}

@media (max-width: 991px) {
    .catalog-section-item-wrapper {
        padding-right: 0.5rem;
    }
    .mb-5 {
    margin-bottom: 1rem !important;
    padding: 0 2px 5px 10px !important;
}
}







@media (max-width: 768px) {
    .tarakud-wishlist, .tarakud-wishlist.active, .tarakud-wishlist:hover, .tarakud-wishlist:focus {
        top: -45px !important;
    }

    .js-wishlist {
        position: absolute;
        top: -45px;
    }
    .product-item-detail-price-current {
    padding-bottom: 40px;
    }

}






.image-zoom-lens{
    position:fixed;
    width:220px;
    height:220px;
    /*border-radius:50%;*/
    border:1px solid rgba(255,255,255,.9);
    overflow:hidden;
    pointer-events:none;
    display:none;
    z-index:999999;
    background-repeat:no-repeat;
    box-shadow:0 0 15px rgba(0,0,0,.25);
}

@media(max-width:768px){

    .image-zoom-lens{
        width:180px;
        height:180px;
    }

}


.image-zoom-lens{
    background-position:center;
    background-size:cover;
}


@media (min-width: 767px) {
 .twl {
   top:-0px !important;
}
}




/* End */


/* Start:/local/components/loyalty/product/templates/.default/style.css?1779690223125*/
.product-bonuses__block span {
    font-weight: bold;
}
.product-bonuses {
    padding-top: 20px;
    padding-bottom: 20px;
}
/* End */


/* Start:/bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.min.css?17582762241413*/
.bx-catalog-subscribe-button{margin-bottom:6px;display:inline-block}.bx-catalog-popup-content{width:90%;max-width:280px}.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:0;-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}.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:/bitrix/templates/eshop_bootstrap_v4/components/bitrix/catalog.section/store_v4/style.css?17633758141024*/
/*.catalog-section.container-fluid,
.catalog-section.container-fluid .row {
	--bs-gutter-x: 0;
}*/

.catalog-section.container-fluid { padding: 0 calc(var(--bs-gutter-x) / 2); }

.catalog-section .main-ui-loader-custom {
	position: absolute;
	top: unset;
	left: 50%;
	bottom: 5px;
	transform: translate3d(-50%, 0, 0);
	z-index: 100;
}

/*@media (min-width: 576px) {
	.catalog-section.container-fluid,
	.catalog-section.container-fluid .row {
		--bs-gutter-x: 15px !important;
	}
}*/

.catalog-element-addinational-blocks .catalog-section {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

@media (max-width: 575px) {
	.catalog-section {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media (max-width: 991px) {
	.catalog-section-item-wrapper {
		min-width: 273px;
		flex-grow: 1 !important;
		max-width: 100% !important;
	}
	.catalog-section .main-ui-loader-custom {
		position: absolute;
		top: unset;
		left: 50%;
		bottom: 5px;
		transform: translate3d(-50%, 0, 0);
		z-index: 100;
	}
}

/* End */


/* Start:/bitrix/components/bitrix/catalog.item/templates/store_v3/style.css?177634761819948*/
.catalog-section-item {
	background-color: #fff;
	margin-bottom: 4px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media (min-width: 576px) {
	.catalog-section-item {
		border: 1px solid rgba(0, 0, 0, 0.11);
	}
}

/*region Slider */
.catalog-section-item-slider-container {
	position: relative;
	max-width: 100%;
	background: transparent;
	transition: background 800ms ease;
	z-index: 90;
	overflow: hidden;
}

.catalog-section-item-slider-block {
	position: relative;
	box-sizing: border-box;
	padding-top: 56.25%;
	height: 0;
	background: #fff;
	border-bottom: 1px solid #f0efed;
	overflow: hidden;
}

.catalog-section-item-slider-block.catalog-section-item-slider-block-square { padding-top: 100%; }

@media (min-width: 576px) {
	.catalog-section-item-slider-block {
		padding-top: 100% !important;
	}
}

.catalog-section-item-slider-images-container {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
}

.catalog-section-item-slider-images-container::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	z-index: 8;
	background: #fff;
}

.catalog-section-item-slider-image {
	position: absolute;
	top: 100%;
	right: 0;
	bottom: 0;
	left: 0;
	margin-left: 0;
	text-align: center;
	opacity: 0;
	z-index: 5;
	width: 100%;
}

.catalog-section-item-slider-image-overlay {
	z-index: 9;
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	filter: blur(44px);
}

.catalog-section-item-slider-image-overlay:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06));
}

.catalog-section-item-slider-images-slider-pager {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	display: flex;
	align-items: stretch;
	z-index: 10;
}

.catalog-section-item-slider-images-slider-pager-item {
	flex: 1 1 0;
	position: relative;
}

.catalog-section-item-slider-image.active,
.catalog-section-item-slider-image.next,
.catalog-section-item-slider-image.prev {
	z-index: 10;
	opacity: 1;
	top: 0;
}

.catalog-section-item-slider-animation .catalog-section-item-slider-image.left.active {
	animation: catalogSectionItemSliderImage_left_active 250ms ease-in-out 1 forwards;
}

@keyframes catalogSectionItemSliderImage_left_active {
	from { margin-left: 0; }
	to { margin-left: -100%; }
}

.catalog-section-item-slider-animation .catalog-section-item-slider-image.right.active {
	animation: catalogSectionItemSliderImage_right_active 250ms ease-in-out 1 forwards;
}

@keyframes catalogSectionItemSliderImage_right_active {
	from { margin-left: 0; }
	to { margin-left: 100%; }
}

.catalog-section-item-slider-animation .catalog-section-item-slider-image.left.next {
	animation: catalogSectionItemSliderImage_left_next 250ms ease-in-out 1 forwards;
}

@keyframes catalogSectionItemSliderImage_left_next {
	from { margin-left: 100%; }
	to { margin-left: 0; }
}

.catalog-section-item-slider-animation .catalog-section-item-slider-image.right.prev {
	animation: catalogSectionItemSliderImage_right_prev 250ms ease-in-out 1 forwards;
}

@keyframes catalogSectionItemSliderImage_right_prev {
	from { margin-left: -100%; }
	to { margin-left: 0; }
}

.catalog-section-item-slider-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	z-index: 10;
	outline: 1px solid transparent;
	background-position: center;
	background-repeat: no-repeat;
	transform: translateY(-50%) translateX(-50%);
}

.catalog-section-item-slider-progress-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 180;
	height: 3px;
	background: var(--theme-color-primary, #63aa28);
}

/*endregion*/

/*region Slider Controls*/
.catalog-section-item-slider-controls-block {
	padding: 4px 16px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.catalog-section-item-slider-controls-block.selected { display: flex; }

.catalog-section-item-slider-controls-image {
	position: relative;
	padding: 4px;
	overflow: hidden;
	opacity: .3;
	text-align: center;
	cursor: pointer;
	flex-grow: 1;
}

.catalog-section-item-slider-controls-image:hover,
.catalog-section-item-slider-controls-image.active { opacity: 1; }

.catalog-section-item-slider-controls-dot {
	height: 4px;
	background-color: #c4c4c4;
	border-radius: 2px;
}

.catalog-section-item-slider-close { display: none; }

.catalog-section-item-slider-container.popup .catalog-section-item-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;
}

.catalog-section-item-slider-container.popup .catalog-section-item-slider-close:hover { opacity: 1; }

.catalog-section-item-slider-container.popup .catalog-section-item-slider-right { right: 105px; }

/*endregion*/

/*region LABEL*/
.catalog-section-item-label-container {
	position: absolute;
	left: 0;
	top: 9px;
	z-index: 50;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.catalog-section-item-label-text {
	background: #63aa28;
	color: #fff;
	padding: 1px 16px;
	border: 1px solid #fff;
	border-left: none;
	font-weight: 500;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 3px;
}

/*endregion*/

.catalog-section-item-description {
	padding: 12px 16px 23px 16px;
}

/*region NAME*/
.catalog-section-item-name,
.catalog-section-item-name a,
.catalog-section-item-name-link {
	color: #777;
	text-decoration: none;
	padding-top:10px;
}

.catalog-section-item-name-link:hover {

}

/*endregion*/

/*region PRICE*/
.catalog-section-item-price {
	font-weight: 500;
   /*	font-size: 26px;  */
	line-height: 31px;
	color: #121212;
}

.catalog-section-item-price-discount-container {
	padding-bottom: 2px;
}

.catalog-section-item-price-discount {
	font-style: normal;
	font-weight: 400;
 /*	font-size: 0.7rem;     */
	line-height: 15px;
	text-decoration-line: line-through;
	color: #121212;
	opacity: 0.5;
	margin-right: 1px;
    padding-top: 5px;
}

.catalog-section-item-price-discount-diff {
	font-style: normal;
	font-weight: 500;
  /*	font-size: 12px; */
	line-height: 15px;
	text-align: center;
	text-transform: capitalize;
	color: #fff;
	padding: 0 6px;
	background: #63aa28;
	border-radius: 4px;
    display: none;
}
.old-price {
    padding-top: 5px;
}

/*endregion*/

/*region BUTTONS*/
.catalog-section-item-buy-btn {
	margin: 0 auto;
	width: 100%;
	max-width: 260px;
	min-width: 120px;
	transition: background-color .3s;
}

.btn.catalog-section-item-buy-btn[disabled],
.btn.catalog-section-item-buy-btn.disabled {
	background-color: #121212;
	border-color: #121212;
	color: #fff;
	opacity: .2;
}

.btn.catalog-section-item-buy-btn:hover {
	background-color: #404040;
}

.catalog-section-item-popup-buy-btn {
	min-width: 290px;
	margin: 0 auto;
	width: 100%;
}

/*endregion*/

/*region DETAIL POPUP*/
.catalog-section-item-detail-wrapper {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 198;
	transition: 180ms linear background;
	background: rgba(0, 0, 0, 0);
}

.catalog-section-item-detail-wrapper.opened {
	top: 0;
	display: flex;
}

.catalog-section-item-detail-cover {
	z-index: 190;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	pointer-events: none;
	background: rgba(0, 0, 0, 0);
	transition: 180ms linear background;
}

.catalog-section-item-detail-wrapper.opened .catalog-section-item-detail-cover {
	background: rgba(0, 0, 0, 0.8);
	pointer-events: auto;
}

.catalog-section-item-detail-container {
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	max-width: 615px;
	max-height: 90vh;
	z-index: 200;
	transition: 200ms linear all;
	display: flex;
	align-items: stretch;
	width: 100%;
	flex-direction: column;
}

.catalog-section-item-detail-wrapper.closed .catalog-section-item-detail-container {
	max-height: 0;
	bottom: -20px;
}

@media (min-width: 615px) {
	.catalog-section-item-detail-swipe-btn-container {
		display: none !important;
	}

	.catalog-section-item-detail-container {
		max-width: 400px;
		transition: 200ms linear height, 200ms linear opacity;
		max-height: 80vh;
		opacity: 0;
	}

	.catalog-section-item-detail-wrapper.opened .catalog-section-item-detail-container {
		position: relative;
		transform: none;
		left: 0;
		margin: 0 auto;
		align-self: center;
		opacity: 1;
	}

	.catalog-section-item-detail-offers {
		border-radius: 0 0 12px 12px;
	}
}

/*region DETAIL POPUP HEADER*/
.catalog-section-item-detail-header {
	padding: 7px 14px;
}

.catalog-section-item-detail-header-separate {
	flex: 1;
	padding-bottom: 6px;
}

/**/
.catalog-section-item-detail-swipe-btn-container {
	flex: 2;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	align-self: flex-end;
	cursor: pointer;
	padding-top: 15px;
}

.catalog-section-item-detail-swipe-btn {
	width: 52px;
	height: 5px;
	background: #fff;
	opacity: .5;
	border-radius: 2.5px;
}

/**/
.catalog-section-item-detail-close-btn-container {
	flex: 1;
	padding-bottom: 5px;
}

.catalog-section-item-detail-close-btn {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	opacity: .5;
	transition: 180ms linear all;
}

.catalog-section-item-detail-close-btn:hover {
	opacity: 1;
	text-decoration: none;
	border-bottom: none;
	cursor: pointer;
}

.catalog-section-item-detail-close-btn-text,
.catalog-section-item-detail-close-btn-text:hover {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 21px;
	color: #fff;
}

/*endregion*/

.catalog-section-item-detail {
	background: #fff;
	padding: 22px 16px 0;
	flex: 1;
	border-radius: 12px 12px 0 0;
}

.catalog-section-item-detail-offers {
	flex: auto;
	border-top: 1px solid #e7e7e7;
	padding: 0 16px 20px;
	background: #fff;
}

.catalog-section-item-detail-preview-image {
	width: 50px;
	height: auto;
}

.catalog-section-item-detail-title {
	font-style: normal;
	font-weight: normal;
  /*	font-size: 16px; */
	line-height: 23px;
	color: #777;
}

.catalog-section-item-detail {
	overflow: auto;
	max-height: 80vh;
}

.catalog-section-item-detail-props-container {
	/*padding: 0 16px;*/
	background: #fff;
	overflow-y: auto;
}

.catalog-section-item-detail-props-container-inner {
	padding: 8px 16px;
	border: 1px solid #e7e7e7;
	margin-bottom: 20px;
}

/*region PROPS*/
.catalog-section-item-info-container {
	margin-bottom: 11px;
}

.catalog-section-item-propertie-item { margin-bottom: 1px; }

.catalog-section-item-properties {
	font-style: normal;
	font-weight: normal;
  /*	font-size: 15px;  */
	line-height: 25px;
}

/*endregion*/

/*region SKU*/
.catalog-section-item-scu-container-title {
	color: #333;
	font-size: 12px;
}

.catalog-section-item-scu-block { }

.catalog-section-item-scu-block-title {
	font-style: normal;
	font-weight: normal;
  /*	font-size: 15px;    */
	line-height: 25px;
	margin-bottom: 2px;
}

.catalog-section-item-scu-list { margin: 0; }

.catalog-section-item-scu-item-list {
	margin: 0 -4px;
	padding: 0;
	list-style: none;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}

.catalog-section-item-scu-item-color-container,
.catalog-section-item-scu-item-text-container {
	display: inline-block;
	box-sizing: border-box;
	min-width: 53px;
	padding: 0 4px 5px;
	max-width: 100%;
}

.catalog-section-item-scu-item-color-block {
	position: relative;
	width: 54px;
	height: 33px;
	border: 2px solid #c0cfda;
	cursor: pointer;
	border-radius: 2px;
	box-sizing: border-box;
	transition: 190ms linear color, 190ms linear background-color, 190ms linear border-color;
}

.catalog-section-item-scu-item-color {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	padding: 5px;
	background-color: #fff;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.catalog-section-item-scu-item-text-block {
	position: relative;
	padding: 3px 15px;
	min-width: 53px;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0.3);
	cursor: pointer;
	border-radius: 2px;
	transition: 190ms linear color, 190ms linear background-color, 190ms linear border-color;
}

.catalog-section-item-scu-item-text {
	overflow: hidden;
	max-width: 100%;
	vertical-align: middle;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-style: normal;
	font-weight: normal;
 /*	font-size: 15px;    */
	line-height: 25px;
}

.catalog-section-item-scu-item-color-container.notallowed .catalog-section-item-scu-item-color-block,
.catalog-section-item-scu-item-text-container.notallowed .catalog-section-item-scu-item-text-block {
	position: relative;
	border-color: #a9adb4 !important;
}

.catalog-section-item-scu-item-color-container.notallowed .catalog-section-item-scu-item-color-block:after,
.catalog-section-item-scu-item-text-container.notallowed .catalog-section-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: "";
}


.catalog-section-item-scu-item-text-block:hover,
.catalog-section-item-scu-item-text-container.selected .catalog-section-item-scu-item-text-block {
	border-color: #000;
	background-color: #000;
	color: #fff;
}

.catalog-section-item-scu-item-color-block:hover,
.catalog-section-item-scu-item-color-container.selected .catalog-section-item-scu-item-color-block { border-color: #000; }

/*endregion*/

/*region QUANTITY*/
.catalog-section-item-quantity-container {
	padding: 15px 0;
	position: relative;
}

.catalog-section-item-quantity-title {
	text-align: center;
	font-style: normal;
	font-weight: normal;
 /*	font-size: 12px;    */
	line-height: 25px;
	color: #999;
	position: absolute;
	bottom: calc(100% - 20px);
	left: 0;
	right: 0;
	vertical-align: bottom;
}

.catalog-section-item-quantity-field-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 110px;
	margin: 0;
}

.catalog-section-item-quantity-btn-plus,
.catalog-section-item-quantity-btn-minus {
	position: relative;
	display: block;
	min-width: 26px;
	height: 26px;
	border-radius: 50%;
	background-color: #f2f2f2;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: background 180ms ease, opacity 180ms ease;
}

.catalog-section-item-quantity-btn-plus:hover,
.catalog-section-item-quantity-btn-minus:hover { background: #d3d3d3; }

.catalog-section-item-quantity-btn-plus:after,
.catalog-section-item-quantity-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease, background 300ms ease;
}

.catalog-section-item-quantity-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease;
}

.catalog-section-item-quantity-btn-plus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
	background-size: 10px;
}

.catalog-section-item-quantity-btn-minus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
	background-size: 10px;
}

.catalog-section-item-quantity-btn-disabled.catalog-section-item-quantity-btn-plus:after,
.catalog-section-item-quantity-btn-disabled.catalog-section-item-quantity-btn-minus:after {
	opacity: .3 !important;
	cursor: default;
}

.catalog-section-item-quantity-btn-disabled.catalog-section-item-quantity-btn-plus:hover,
.catalog-section-item-quantity-btn-disabled.catalog-section-item-quantity-btn-minus:hover { background-color: #f2f2f2; }

.catalog-section-item-quantity-btn-plus:hover:after,
.catalog-section-item-quantity-btn-minus:hover:after { opacity: 1; }

.catalog-section-item-quantity-field-block {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 5px;
	position: relative;
}

input.catalog-section-item-quantity-field {
	position: absolute;
	left: 5px;
	top: 0;
	display: block;
	max-width: calc(100% - 10px);
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

div.catalog-section-item-quantity-field {
	position: relative;
	pointer-events: none;
	z-index: 10;
	opacity: 0;
	transition: 190ms linear width;
}

.catalog-section-item-quantity-field {
	display: block;
	padding: 0 5px;
	width: 100%;
	box-sizing: border-box;
	min-width: 20px;
	height: 26px;
	border: 1px solid transparent;
	border-radius: 2px;
	background: transparent !important;
	vertical-align: middle;
	text-align: center;
	transition: border 200ms ease;
	font-style: normal;
	font-weight: normal;
  /*	font-size: 15px;    */
	line-height: 25px;
	color: #121212;
}

.catalog-section-item-quantity-field:focus {
	outline: none !important;
	border-color: var(--theme-color-primary, #63aa28);
}

.bx-no-touch input.catalog-section-item-quantity-field::-webkit-outer-spin-button,
.bx-no-touch input.catalog-section-item-quantity-field::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.catalog-section-item-quantity-description {
	position: absolute;
	top: calc(100% - 12px);
	left: 0;
	right: 0;
	white-space: nowrap;
	text-align: center;
	font-style: normal;
	font-weight: normal;
  /*	font-size: 12px;    */
	line-height: 15px;
	color: #999;
	vertical-align: bottom;
	letter-spacing: -0.4px;
}

.catalog-item-quantity-description-text {}

.catalog-item-quantity-description-price { white-space: nowrap; }

.catalog-item-quantity-description-price span {color: #121212;}

.catalog-item-quantity-label-container {
	margin: 5px 0;
	color: #a5a5a5;
	font-weight: bold;
 /*	font-size: 12px;    */
}

/**/
.product-item-quantity {
	color: #333;
	font-weight: normal;
  /*	font-size: 12px;   */
}

/*endregion*/

/*endregion*/

.ovh { overflow: hidden; }






.js-wishlist {
    position:absolute;
    top: 10px;
    right: 10px;
    z-index: 9999;
}

.catalog-section-item, .product-item-small-card {
    position: relative;
}

@media (max-width: 768px) {
.js-wishlist {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 9999;
    
}

.catalog-section-item {
    position: inherit;
}
}

/* End */


/* Start:/bitrix/components/bitrix/catalog.section.list/templates/store_v3/style.min.css?175827622910045*/
.catalog-sections-list{max-width:100%;overflow:hidden;position:relative;background:#fff;padding-top:17px;padding-right:calc(var(--bs-gutter-x,15px) / 2);padding-left:calc(var(--bs-gutter-x,15px) / 2)}.catalog-sections-list-container{padding:0 12px;margin-bottom:0;white-space:nowrap;overflow:auto;height:247px;display:flex;align-items:stretch;flex-wrap:nowrap}.catalog-sections-list-container::-webkit-scrollbar{width:0}.catalog-sections-list-container{-ms-overflow-style:none;overflow:-moz-scrollbars-none}.catalog-sections-list-title{padding:0 16px;font-style:normal;font-weight:500;font-size:18px;line-height:21px;color:#121212;margin-bottom:15px}.catalog-section-list-item{display:inline-block;padding:0 6px;margin:0}.catalog-section-list-item:hover .catalog-section-list-item-inner{opacity:1}.catalog-sections-list-container .catalog-section-list-item:first-child{padding-left:0}.catalog-sections-list-container .catalog-section-list-item:last-child{padding-right:0}.catalog-section-list-item-img{display:block;height:230px;width:200px;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#fff;cursor:pointer;border:1px solid #e0e0e0;position:relative}.catalog-section-list-item-inner{position:absolute;bottom:0;left:0;right:0;min-height:54px;background:#FFF;display:flex;align-items:flex-start;flex-direction:column;justify-content:center;opacity:.9;padding:8px 36px 6px 8px;transition:opacity .3s}.catalog-section-list-item-inner:after{border:2px solid rgba(82,92,105,0.31);width:12px;height:12px;border-left:0;border-top:0;transform:rotate(-45deg) translateY(-50%);position:absolute;right:9px;top:50%;content:''}.catalog-section-list-item-title{font-style:normal;font-weight:500;font-size:16px;line-height:16px;color:#000;margin-bottom:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.catalog-section-list-item-counter{font-weight:500;font-size:13px;line-height:20px;color:#121212;opacity:.4}.catalog-sections-list-ears .ui-ear{width:45px;opacity:1;background:transparent !important;}

.catalog-sections-list-ears .ui-ear.ui-ear-left {
	/*background-image: url("data:image/svg+xml,%3Csvg width='12' height='176' viewBox='0 0 12 176' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.16' filter='url(%23filter0_f)'%3E%3Cellipse cx='-4.5' cy='88' rx='7.5' ry='82' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f' x='-20.0927' y='-2.09265' width='31.1853' height='180.185' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='4.04633' result='effect1_foregroundBlur'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");*/}.catalog-sections-list-ears .ui-ear.ui-ear-left:before{content:'';display:block;width:25px;position:absolute;z-index:10;top:0;left:-17px;bottom:56px;background-size:25px 164px;background-position:left center;background-repeat:no-repeat;	background-image: url("data:image/svg+xml,%3Csvg width='33' height='182' viewBox='0 0 33 182' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.16' filter='url(%23filter0_f)'%3E%3Cellipse cx='16.5' cy='91' rx='7.5' ry='82' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f' x='0.907348' y='0.907348' width='31.1853' height='180.185' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='4.04633' result='effect1_foregroundBlur'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");}.bx-touch .catalog-sections-list-ears .ui-ear.ui-ear-left:before{content:'';display:block;width:25px;position:absolute;z-index:10;top:0;left:-17px;bottom:56px;background-size:25px 164px;background-position:left center;background-repeat:no-repeat;	background-image: url("data:image/svg+xml,%3Csvg width='33' height='182' viewBox='0 0 33 182' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.16' filter='url(%23filter0_f)'%3E%3Cellipse cx='16.5' cy='91' rx='7.5' ry='82' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f' x='0.907348' y='0.907348' width='31.1853' height='180.185' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='4.04633' result='effect1_foregroundBlur'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");}.catalog-sections-list-ears .ui-ear.ui-ear-left:after{content:'';	background-image: url("data:image/svg+xml,%3Csvg width='59' height='100' viewBox='0 0 59 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.87' filter='url(%23filter0_d)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 88.9618C7.60907 88.9872 8.2214 89 8.83674 89C32.6751 89 52 69.7482 52 46C52 22.2518 32.6751 3 8.83674 3C8.2214 3 7.60907 3.01283 7 3.03823V88.9618V88.9618Z' fill='white'/%3E%3C/g%3E%3Cpath opacity='0.3' fill-rule='evenodd' clip-rule='evenodd' d='M22.1538 46.5L28.7898 53.4366C29.0701 53.7296 29.0701 54.2046 28.7898 54.4975L27.5627 55.7803C27.2824 56.0732 26.828 56.0732 26.5477 55.7803L18.2102 47.0651C18.0616 46.9098 17.9918 46.7034 18.0008 46.5C17.9918 46.2966 18.0616 46.0902 18.2102 45.9349L26.5477 37.2197C26.828 36.9268 27.2824 36.9268 27.5627 37.2197L28.7898 38.5025C29.0701 38.7954 29.0701 39.2704 28.7898 39.5634L22.1538 46.5V46.5Z' fill='black'/%3E%3Cdefs%3E%3Cfilter id='filter0_d' x='1.90735e-06' y='0' width='59' height='100' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='3.5'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A"); background-size:59px auto;background-position:-7px center;display:block;width:45px;background-repeat:no-repeat;position:absolute;left:0;top:0;bottom:54px;}

.catalog-sections-list-ears .ui-ear.ui-ear-right {
	/*background-image: url("data:image/svg+xml,%3Csvg width='12' height='176' viewBox='0 0 12 176' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.16' filter='url(%23filter0_f)'%3E%3Cellipse cx='-4.5' cy='88' rx='7.5' ry='82' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f' x='-20.0927' y='-2.09265' width='31.1853' height='180.185' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='4.04633' result='effect1_foregroundBlur'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");*/}.catalog-sections-list-ears .ui-ear.ui-ear-right:before{content:'';display:block;width:25px;position:absolute;z-index:10;top:0;right:-17px;bottom:56px;background-size:25px 164px;background-position:right center;background-repeat:no-repeat;	background-image: url("data:image/svg+xml,%3Csvg width='33' height='182' viewBox='0 0 33 182' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.16' filter='url(%23filter0_f)'%3E%3Cellipse cx='16.5' cy='91' rx='7.5' ry='82' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f' x='0.907348' y='0.907348' width='31.1853' height='180.185' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='4.04633' result='effect1_foregroundBlur'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");}.catalog-sections-list-ears .ui-ear.ui-ear-right:after{content:'';	background-image: url("data:image/svg+xml,%3Csvg width='59' height='100' viewBox='0 0 59 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.87' filter='url(%23filter0_d)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M52 88.9618C51.3909 88.9872 50.7786 89 50.1633 89C26.3249 89 7 69.7482 7 46C7 22.2518 26.3249 3 50.1633 3C50.7786 3 51.3909 3.01283 52 3.03823V88.9618V88.9618Z' fill='white'/%3E%3C/g%3E%3Cpath opacity='0.3' fill-rule='evenodd' clip-rule='evenodd' d='M36.8462 46.5L30.2102 53.4366C29.9299 53.7296 29.9299 54.2046 30.2102 54.4975L31.4373 55.7803C31.7176 56.0732 32.172 56.0732 32.4523 55.7803L40.7898 47.0651C40.9384 46.9098 41.0082 46.7034 40.9992 46.5C41.0082 46.2966 40.9384 46.0902 40.7898 45.9349L32.4523 37.2197C32.172 36.9268 31.7176 36.9268 31.4373 37.2197L30.2102 38.5025C29.9299 38.7954 29.9299 39.2704 30.2102 39.5634L36.8462 46.5V46.5Z' fill='black'/%3E%3Cdefs%3E%3Cfilter id='filter0_d' x='0' y='0' width='59' height='100' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='3.5'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A"); background-size:59px auto;background-position:-7px center;display:block;width:45px;background-repeat:no-repeat;position:absolute;right:0;top:0;bottom:54px}.bx-touch .catalog-sections-list-ears .ui-ear.ui-ear-left:after,.bx-touch .catalog-sections-list-ears .ui-ear.ui-ear-right:after{display:none}
/* End */
/* /bitrix/templates/eshop_bootstrap_v4/components/bitrix/catalog/bootstrap_v5/style.css?1778097558900 */
/* /bitrix/templates/eshop_bootstrap_v4/components/bitrix/catalog.element/bootstrap_v4/style.css?178222550238968 */
/* /local/components/loyalty/product/templates/.default/style.css?1779690223125 */
/* /bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.min.css?17582762241413 */
/* /bitrix/templates/eshop_bootstrap_v4/components/bitrix/catalog.section/store_v4/style.css?17633758141024 */
/* /bitrix/components/bitrix/catalog.item/templates/store_v3/style.css?177634761819948 */
/* /bitrix/components/bitrix/catalog.section.list/templates/store_v3/style.min.css?175827622910045 */
