

/* Start:/bitrix/templates/template.nadel/components/ma-19/catalog.element/detail_2026/style.css?176958707361349*/
header .location-current__ico svg,
header .header-personal-link-profile svg,
header .b-header-personal-favorites svg,
header .b-small-basket a .b-header-personal-ico-holder svg,
header .search-holder-top__btn svg {
	fill: transparent !important;
}

header .location-current__ico svg path,
header .header-personal-link-profile svg path,
header .b-header-personal-favorites svg path,
header .b-small-basket a .b-header-personal-ico-holder svg path,
header .search-holder-top__btn svg rect {
	fill: transparent !important;
}

header .b-header-personal-compare a .b-header-personal-ico-holder svg path {
	fill: oklch !important;
}

h1 {
	font-size: 40px !important;
}

.b-breadcrumb {
	margin-bottom: 50px;
}

.b-catalog-detail-properties {
	width: 100%;
}

.b-catalog-detail__right-main {
	display: flex;
	flex-direction: column;
	gap: 11px;
}

.b-catalog-detail__right-main .b-catalog-elements-discount__banner {
	display: flex;
	align-items: center;
	height: 28px !important;
	/* margin-left: 10px; */
	border-bottom: none !important;
	font-size: 15px !important;
	line-height: 1 !important;
	padding: 0px 10px !important;
	font-weight: 500;
}

.b-catalog-detail {
	margin-bottom: 45px;
	padding: 16px 0 0;
}

.b-catalog-detail__main {
	display: flex;
	margin: 0 0 28px 0;
	justify-content: space-between;
}

.b-catalog-detail__left {
	position: relative;
	flex-basis: 640px;
	width: 640px;
	flex-shrink: 0;
}

.b-catalog-detail__right {
	position: relative;
	flex-grow: 1;
	height: 100%;
	max-width: 526px;
}

.b-catalog-detail__right-main {
	padding: 23px 20px 20px 20px;
	border-radius: 8px;
	border: 1px solid #E6E3E1;
}

.b-catalog-detail__main-info {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.b-catalog-detail__price {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 0;
}

.b-catalog-detail__price-value-first-row {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}

.b-catalog-detail__price-value {
	display: flex;
	gap: 5px;
	align-items: center;
	flex-wrap: wrap;
}

.b-catalog-detail__price-old {
	margin: 0 10px 0 7px;
	font-weight: 500;
	font-size: 20px;
	color: #8E8E93;
	text-decoration: line-through;
}

.b-catalog-detail__price-current {
	font-size: 32px !important;
	line-height: 1;
	/*letter-spacing: 0.01em;*/
	font-weight: 500;
	position: relative;
}

.b-catalog-detail__price-current span.rouble::before {
	font-size: 24px;
	right: -16px;
	top: 6px;
}

.b-catalog-elements__banners {
    left: 3px !important;
}


.b-catalog-elements__banners {
    text-align: center;
    position: absolute;
    top: 5px;
    left: 17px;
    display: flex;
    gap: 5px;
}

.b-catalog-elements__banners.show-all {
    flex-direction: column;
    gap: 5px;
}

.b-catalog-elements-blocks_supply-button {
    display: block;
}

.counter {
    position: absolute;
    top: 0;
    right: -32px;
    z-index: 2;
    perspective: 1000px;
    transition: transform .8s;
}
.count-banners {
    height: 24px;
    width: 28px;
    cursor: pointer;
    z-index: 2;
    background: #fff;
    padding: 0 4px;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    border: 1px solid #B5B5B9;
    order: 100;
    position: relative;
    margin-right: auto;
    font-weight: 500;
    transition: all .3s;
}

.catalog-discount {
    text-align: center;
    left: 0;
    top: 0;
	width: auto;
    padding: 4px 10px 4px 8px;
    background-color: #FFED00;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 12px;
    line-height: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.11px;
    z-index: 2;
    margin-right: auto;
    cursor: pointer;
}

.catalog-discount.red {
    background-color: #FE0101;
    color: #fff;
}

.catalog-discount.black {
    background-color: #000000;
    color: #fff;
}

.catalog-discount.white-bordered {
    background-color: #fff;
    border: 1px solid #000;
}

.b-catalog-detail__bonus-link {
	border-bottom: none !important;
	width: 20px;
	height: 20px;
	margin-top: -4px;
}

.b-catalog-detail__bonus {
	width: 100%;
	display: flex;
	gap: 4px;
	align-items: center;
}

.b-catalog-detail__bonus-img svg {
	width: 20px;
	height: 20px;
}

.b-catalog-detail__bonus-text {
	font-size: 16px;
	font-weight: 500;
	padding-bottom: 3px;
}

.b-catalog-detail__bonus-value {
	color: #F7A001;
	font-size: 16px;
	font-weight: 700;
	padding-left: 3px;
}

.b-catalog-detail-valute {
	font-weight: 300;
}

.b-catalog-detail__buttons, .b-catalog-detail_item-info {
	width: 100%;
}

.b-catalog-detail__price-economy {}

.b-catalog-detail__offers {
	padding: 20px 30px;
}

.b-catalog-detail__sku-line-block:not(:last-child) {
	margin-bottom: 20px;
}

.b-catalog-detail__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	/*padding: 12px 30px;*/
}

.b-catalog-detail__compare a svg,
.b-catalog-detail_favorite a svg {
	position: relative;
	top: 3px;
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-left: 22px;
}

.b-tabs {
	border: 1px solid #d8d8d8;
}

.b-tabs__navbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #d8d8d8;
}

.b-tabs__tab {
	margin: 0;
	padding: 17px 18px 16px;
	display: inline-block;
	font-weight: normal;
	font-size: 15px;
	line-height: 1;
	font-family: inherit;
	text-transform: uppercase;
	vertical-align: middle;
	text-decoration: none !important;
	background: #ffffff;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #4d4d4d;
	cursor: pointer;
}

.b-tabs__tab:hover,
.b-tabs__tab:active {
	color: #01acd1;
}

.b-tabs__tab.active {
	background: #01acd1;
	color: #ffffff;
	cursor: default;
}

.b-tabs__tab-content {
	display: none;
	padding: 20px 18px;
}

.b-tabs__tab-content.active {
	display: block;
}

@media (max-width: 991px) {
	.b-tabs__navbar {
		display: none !important;
	}

	.b-tabs__tab-content {
		display: block !important;
	}
}

/* Properties */

.b-catalog-detail_properties {}

.b-catalog-detail_properties_item {}

.b-catalog-detail_properties_item_title,
.b-catalog-detail_properties_item dt {
	font-weight: bold;
}

.b-catalog-detail_properties_item_value,
.b-catalog-detail_properties_item dd {
	margin: 0;
}

/*region Sidebar */

/*.b-catalog-detail__detail-pay-block {
	position: relative;
	margin-bottom: 15px;
	padding: 15px 15px 0;
	border: 1px solid #e4e4e4;
	border-radius: 3px;
	background-color: #fff;
}

.bx-retina .b-catalog-detail__detail-pay-block { border-width: .5px; }*/

/*endregion*/

/*region Compare*/

.b-catalog-detail__detail-compare-container {
	position: relative;
	margin: 0 -15px 1px -14px;
	padding: 4px 15px;
	min-height: 30px;
	border-top: 1px solid #e4e4e4;
	background: #f3f3f3;
	-webkit-box-shadow: inset 0 1px 1px 0 #eee;
	box-shadow: inset 0 1px 1px 0 #eee;
	color: #4e4e4e;
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
	border-radius: 1px;
}

.b-catalog-detail__detail-compare .checkbox {
	margin: 0;
	padding: 0;
}

/*endregion*/

/*region Price */

.b-catalog-detail__detail-price-current {
	color: #d0021b;
	white-space: nowrap;
	font-weight: bold;
	text-align: center;
	font-size: 30px;
	line-height: 33px;
	-webkit-transition: font-size 200ms ease;
	-o-transition: font-size 200ms ease;
	transition: font-size 200ms ease;
}

.b-catalog-detail__detail-price-old {
	color: #bdbdbd;
	text-align: center;
	text-decoration: line-through;
	white-space: nowrap;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
}

.b-catalog-detail__detail-economy-price {
	color: #333;
	text-align: center;
	/*white-space: nowrap;*/
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
}

/*endregion*/

.b-catalog-detail__detail-info-container-title {
	color: #a5a5a5;
	font-size: 12px;
}

/*region SCU */

.b-catalog-detail__scu-container-title {
	color: #a5a5a5;
	font-size: 12px;
}

.b-catalog-detail__scu-block {}

.b-catalog-detail__scu-list {
	margin: 0;
}

.b-catalog-detail__scu-item-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.b-catalog-detail__scu-item-color-container,
.b-catalog-detail__scu-item-text-container {
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 3px;
	max-width: 100%;
	vertical-align: middle;
}

.b-catalog-detail__scu-item-text-container {
	min-width: 48px;
}

.b-catalog-detail__scu-item-color-container {
	max-width: 60px;
	width: 25%;
}

.b-catalog-detail__scu-item-color-block {
	position: relative;
	padding-top: 100%;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .b-catalog-detail__scu-item-color-block {
	-webkit-transition: outline 200ms ease;
	-o-transition: outline 200ms ease;
	transition: outline 200ms ease;
}

.bx-retina .b-catalog-detail__scu-item-color-block {
	outline-width: .5px;
}

.b-catalog-detail__scu-item-color-container.selected .b-catalog-detail__scu-item-color-block {
	outline-width: 2px;
}

.bx-retina .b-catalog-detail__scu-item.selected .b-catalog-detail__scu-item-color-block {
	outline-width: 1px;
}

.b-catalog-detail__scu-item-color {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.b-catalog-detail__scu-item-text-block {
	position: relative;
	padding: 0 5px;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .b-catalog-detail__scu-item-text-block {
	-webkit-transition: outline 300ms ease;
	-o-transition: outline 300ms ease;
	transition: outline 300ms ease;
}

.bx-retina .b-catalog-detail__scu-item-text-block {
	outline-width: .5px;
}

.b-catalog-detail__scu-item-text-block:hover,
.b-catalog-detail__scu-item-color-block:hover,
.b-catalog-detail__scu-item-text-container.selected .b-catalog-detail__scu-item-text-block,
.b-catalog-detail__scu-item-color-container.selected .b-catalog-detail__scu-item-color-block {
	outline-color: var(--theme-color-primary);
}

.b-catalog-detail__scu-item-text-container.selected .b-catalog-detail__scu-item-text-block {
	outline-width: 2px;
}

.bx-retina .b-catalog-detail__scu-item.selected .b-catalog-detail__scu-item-text-block {
	outline-width: 1px;
}

.b-catalog-detail__scu-item-text {
	overflow: hidden;
	max-width: 100%;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 18px;
}

.b-catalog-detail__scu-item-color-container.notallowed .b-catalog-detail__scu-item-color-block,
.b-catalog-detail__scu-item-text-container.notallowed .b-catalog-detail__scu-item-text-block {
	position: relative;
	overflow: hidden;
	outline-color: #a9adb4 !important;
}

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

.b-catalog-detail__selected-scu-container {
	word-spacing: 1px
}

.b-catalog-detail__selected-scu {
	display: inline-block;
	overflow: hidden;
	padding: 0 5px;
	min-width: 22px;
	height: 22px;
	outline: 1px solid #c0cfda;
	outline-color: var(--theme-color-primary);
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 22px;
}

.bx-retina .b-catalog-detail__selected-scu {
	outline-width: .5px;
}

.b-catalog-detail__selected-scu-color {
	background-position: center;
	background-size: 20px 20px;
	background-repeat: no-repeat;
}

/*endregion*/

/*region Amount*/

.b-catalog-detail__amount {
	padding: 0 0 2px;
	text-align: center;
}

.b-catalog-detail__amount-field-container {}

.b-catalog-detail__amount-field-btn-plus,
.b-catalog-detail__amount-field-btn-minus {
	position: relative;
	display: inline-block;
	min-width: 22px;
	height: 22px;
	border-radius: 2px;
	background-color: #f2f2f2;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	-webkit-transition: background 300ms ease, opacity 300ms ease;
	-o-transition: background 300ms ease, opacity 300ms ease;
	transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .b-catalog-detail__amount-field-btn-plus,
.bx-retina .b-catalog-detail__amount-field-btn-minus {
	border-width: .5px;
}

.b-catalog-detail__amount-field-btn-plus:hover,
.b-catalog-detail__amount-field-btn-minus:hover {
	background: #d3d3d3;
}

.b-catalog-detail__amount-field-btn-plus:after,
.b-catalog-detail__amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	-webkit-transition: opacity 300ms ease, background 300ms ease;
	-o-transition: opacity 300ms ease, background 300ms ease;
	transition: opacity 300ms ease, background 300ms ease;
}

.b-catalog-detail__amount-field-btn-disabled.b-catalog-detail__amount-field-btn-plus:after,
.b-catalog-detail__amount-field-btn-disabled.b-catalog-detail__amount-field-btn-minus:after {
	opacity: .3 !important;
	cursor: default;
}

.b-catalog-detail__amount-field-btn-disabled.b-catalog-detail__amount-field-btn-plus:hover,
.b-catalog-detail__amount-field-btn-disabled.b-catalog-detail__amount-field-btn-minus:hover {
	background-color: #f2f2f2;
}

.b-catalog-detail__amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	-webkit-transition: opacity 300ms ease;
	-o-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
}

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

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

.b-catalog-detail__amount-field-btn-plus:hover:after,
.b-catalog-detail__amount-field-btn-minus:hover:after {
	opacity: 1;
}

.b-catalog-detail__amount-field {
	display: inline-block;
	padding: 0;
	max-width: 50px;
	width: auto;
	height: 22px;
	border: 1px solid transparent;
	border-radius: 2px;
	background: transparent !important;
	color: #000;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 19px;
	line-height: 22px;
	-webkit-transition: border 300ms ease;
	-o-transition: border 300ms ease;
	transition: border 300ms ease;
}

.bx-retina .b-catalog-detail__amount-field {
	border-width: .5px;
}

.b-catalog-detail__amount-field:focus {
	outline: none !important;
	border-color: #006cc0;
	border-color: var(--theme-color-primary);
}

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

.b-catalog-detail__amount-description-container {
	color: #a5a5a5;
	font-size: 12px;
}

.b-catalog-detail__amount-description-container strong {
	color: #333;
	white-space: nowrap;
}

.b-catalog-detail__amount-label-container {
	margin: 5px 0;
	color: #a5a5a5;
	font-weight: bold;
	font-size: 12px;
}

/**/

.b-catalog-detail__quantity {
	color: #333;
	font-weight: normal;
	font-size: 12px;
}

/*endregion*/

/*region Buy button*/

.btn.b-catalog-detail__detail-buy-button {
	position: relative;
	display: block;
	margin: 0 auto;
	max-width: 250px;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.b-catalog-detail__detail-short-card-btn .btn.b-catalog-detail__detail-buy-button {
	margin: 0;
}

.btn.b-catalog-detail__detail-buy-button span {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	display: inline-block;
	min-height: 16px;
	max-width: 100%;
	white-space: normal;
	line-height: 16px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.btn-link.b-catalog-detail__detail-buy-button {
	height: 25px;
}

/*endregion*/

/*region Slider */

.b-catalog-detail__detail-slider-container {
	position: relative;
	max-width: 100%;
	padding: 40px 0 0;
	background: transparent;
	-webkit-transition: background 800ms ease;
	-o-transition: background 800ms ease;
	transition: background 800ms ease;
}

.b-catalog-detail__detail-slider-block {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 66.6%;
	height: 0;
	margin: 0 0 29px;
}

.b-catalog-detail__detail-slider-block.b-catalog-detail__detail-slider-block-square {
	padding-top: 100%;
}

.b-catalog-detail__detail-slider-images-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .99999;
}

.b-catalog-detail__detail-slider-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity 250ms linear;
	-o-transition: opacity 250ms linear;
	transition: opacity 250ms linear;
}

.b-catalog-detail__detail-slider-image.active {
	z-index: 10;
	opacity: 1;
}

.b-catalog-detail__detail-slider-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	/* width: 100%; */
	object-fit: cover;
	height: 100%;
	outline: 1px solid transparent;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
	-o-transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
	transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.b-catalog-detail__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*/

.b-catalog-detail__detail-slider-controls-block {
	display: none;
}

@media (max-width: 767px) {
	.b-catalog-detail__price-value-first-row {
		flex-direction: column;
		align-items: flex-start;
	}
	.b-catalog-detail__detail-slider-controls-block {
		display: flex;
		gap: 4px;
		padding: 0 40px;
		align-items: center;
	}
	.b-catalog-detail-amount {
		padding: 15px !important;
	}
	.b-catalog-detail_payment {
		margin: 0 !important;
	}

	.b-catalog-detail-info-item-text{
		margin-top: 7px;
	}

	.b-catalog-detail-properties .b-catalog-detail-properties-title, .b-catalog-detail-preview-text-title {
		margin-bottom: 16px !important;
	}

	.b-catalog-detail-shop-list-item.all {
		margin-top: 25px !important;
	}
	.b-catalog-detail__detail-slider-controls-counter {
		display: flex;
		gap: 4px;
		align-items: center;
		margin-left: auto;
		padding: 2px 8px;
		border-radius: 4px;
		color: #212328;
		background-color: #F5F5F5;
		font-size: 14px;
	}
	.b-catalog-detail__detail-slider-controls-counter span{
		font-weight: 500;
	}
	.b-catalog-detail__right {
		margin: 0;
	}
	.b-catalog-detail__detail-slider-controls-dot {
		height: 8px !important;
		width: 8px !important;
		border-radius: 50% !important;
		background: #F5F5F5 !important;
	}
	.b-catalog-detail__detail-slider-controls-dot.active {
		background: #212328 !important;
	}
}

.b-catalog-detail__detail-slider-controls-image {
	/*position: relative;*/
	/*display: inline-block;*/
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	/*margin: 0 5px 0 0;*/
	margin: 0 10px 0 0;
	padding: 0 0 10px;
	overflow: hidden;
	/*width: 65px;*/
	/*height: 65px;*/
	/*outline: 1px solid #c0cfda;*/
	/*background-color: #fff;*/
	/*text-align: center;*/
	cursor: pointer;
}

.b-catalog-detail__detail-slider-controls-image:hover,
.b-catalog-detail__detail-slider-controls-image.active {
	/*outline-color: var(--theme-color-primary);*/
	border-bottom: 1px solid #eeb900;
}

.bx-no-retina .b-catalog-detail__detail-slider-controls-image.active {
	outline-width: 2px;
}

.bx-retina .b-catalog-detail__detail-slider-controls-image {
	outline-width: .5px;
}

.bx-retina .b-catalog-detail__detail-slider-controls-image.active {
	outline-width: 1px;
}

.b-catalog-detail__detail-slider-controls-image img {
	/*position: absolute;*/
	/*top: 50%;*/
	/*left: 50%;*/
	/*max-width: 65px;*/
	/*max-height: 65px;*/
	width: auto;
	height: auto;
	/*-webkit-transform: translateY(-50%) translateX(-50%);*/
	/*-ms-transform: translateY(-50%) translateX(-50%);*/
	/*transform: translateY(-50%) translateX(-50%);*/
}

.b-catalog-detail__detail-slider-left,
.b-catalog-detail__detail-slider-right {
	display: none !important;
	position: absolute;
	top: 60px;
	bottom: 0;
	z-index: 111;
	display: block;
	width: 10%;
	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;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.b-catalog-detail__detail-slider-left {
	left: 0;
}

.b-catalog-detail__detail-slider-right {
	right: 0;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.b-catalog-detail__detail-slider-left:hover,
.b-catalog-detail__detail-slider-right:hover {
	background-color: rgba(255, 255, 255, .4);
	opacity: .8;
}

.b-catalog-detail__detail-slider-close {
	display: none;
}

.b-catalog-detail__detail-slider-container.popup .b-catalog-detail__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;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.b-catalog-detail__detail-slider-container.popup .b-catalog-detail__detail-slider-close:hover {
	opacity: 1;
}

.b-catalog-detail__detail-slider-container.popup .b-catalog-detail__detail-slider-right {
	right: 105px;
}

/*endregion*/

/*region magnified*/

.b-catalog-detail__detail-slider-container.magnified .b-catalog-detail__detail-slider-image {
	z-index: 100;
}

.b-catalog-detail__detail-slider-container.magnified .b-catalog-detail__detail-slider-image img {
	outline-color: #ddd;
}

.b-catalog-detail__detail-slider-container.magnified .b-catalog-detail__detail-slider-left,
.b-catalog-detail__detail-slider-container.magnified .b-catalog-detail__detail-slider-right {
	z-index: 50;
}

.b-catalog-detail__detail-slider-container.magnified .b-catalog-detail__label-text,
.b-catalog-detail__detail-slider-container.magnified .b-catalog-detail__label-ring {
	opacity: 0;
}

/*  >>> popup*/

.b-catalog-detail__detail-slider-container.popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999999;
	background: #fff;
	-webkit-animation-name: imgPopupShow;
	animation-name: imgPopupShow;
	-webkit-animation-duration: 300ms;
	animation-duration: 300ms;
}

.b-catalog-detail__detail-slider-container.popup .b-catalog-detail__detail-slider-images-container {
	right: 105px;
}

.b-catalog-detail__detail-slider-container.popup .b-catalog-detail__detail-slider-block {
	padding-top: 0;
	height: 100vh;
}

.b-catalog-detail__detail-slider-container.popup .b-catalog-detail__detail-slider-image {
	position: absolute;
	top: 50%;
	left: 50%;
	max-height: 100vh;
	width: calc(100% - 150px);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

@-webkit-keyframes imgPopupShow {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes imgPopupShow {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.b-catalog-detail__detail-slider-container.popup .b-catalog-detail__detail-slider-image img {
	max-width: 100%;
	max-height: 90vh;
	width: auto;
	cursor: default
}

.b-catalog-detail__detail-slider-container.popup {
	position: absolute;
	top: 0;
	/*right: 0;*/
	right: 145px;
	left: 145px;
	bottom: 0;
	display: flex;
	justify-content: center;
	overflow-y: auto;
	padding: 20px;
	border-left: 1px solid #d3d3d3;
	background-color: #fff;
}

.b-catalog-detail__detail-slider-container.popup .b-catalog-detail__detail-slider-controls-image {
	display: block;
	margin-bottom: 20px;
}

.mobile {
	display: none;
}

.b-catalog-detail__reviews a {
	font-weight: 500 !important;
	font-size: 16px !important;
}

/*endregion*/

/*region  Slider Mobile*/

@media (max-width: 767px) {
	.mobile {
		display: block;
	}

	.b-catalog-detail-properties tr:first-child {
		border-bottom: none !important;
	}

	h1 {
		font-size: 0 !important;
		padding: 0 !important;
		margin: 0 !important;
	}

	.b-catalog-detail__title {
		font-size: 20px;
		font-weight: 500;
		line-height: 1.4;
	}

	.b-catalog-detail__reviews {
		margin-top: 8px !important;
		width: 100%;
		order: 0;
	}

	.b-catalog-detail__detail-slider-container.popup .b-catalog-detail__detail-slider-images-container {
		right: 0;
	}

	.b-catalog-detail__detail-slider-container.popup .b-catalog-detail__detail-slider-block {
		padding-top: 0;
		height: calc(100vh - 111px);
	}

	.b-catalog-detail__detail-slider-container.popup .b-catalog-detail__detail-slider-image {
		width: 90%;
	}

	.b-catalog-detail__detail-slider-container.popup .b-catalog-detail__detail-slider-image img {
		max-width: 100%;
		max-height: calc(100vh - 115px);
		width: auto;
		cursor: default;
	}

	.b-catalog-detail__detail-slider-container.popup {
		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;
	}

	.b-catalog-detail__detail-slider-container.popup .b-catalog-detail__detail-slider-controls-image {
		display: inline-block;
		margin-bottom: 0;
	}

	.b-catalog-detail__detail-slider-container.popup .b-catalog-detail__detail-slider-close {
		right: 10px;
		z-index: 200;
	}

	.b-catalog-detail__detail-slider-left,
	.b-catalog-detail__detail-slider-right {
		max-width: 75px;
	}

	.b-catalog-detail__detail-slider-container.popup .b-catalog-detail__detail-slider-right {
		right: 0;
	}
}

/*endregion*/

/*region Label*/

.b-catalog-detail__label-text,
.b-catalog-detail__label-ring {
	position: absolute;
	z-index: 190;
	opacity: 1;
	-webkit-transition: opacity 450ms ease;
	-o-transition: opacity 450ms ease;
	transition: opacity 450ms ease;
}

.b-catalog-detail__label-text span,
.b-catalog-detail__label-ring {
	display: inline-block;
	clear: both;
	margin-bottom: 2px;
	background: #f42c2c;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	-webkit-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}

.bx-red .b-catalog-detail__label-text span,
.bx-red .b-catalog-detail__label-ring {
	background-color: #fba90c;
}

.b-catalog-detail__label-text>div,
.b-catalog-detail__label-ring>div {
	line-height: 0;
}

.b-catalog-detail__detail-slider-container.popup .b-catalog-detail__label-text,
.b-catalog-detail__detail-slider-container.popup .b-catalog-detail__label-ring {
	display: none;
}

/* TEXT */

.b-catalog-detail__label-text span {
	padding: 2px 5px;
	vertical-align: middle;
	font-weight: bold;
}

.b-catalog-detail__label-text.b-catalog-detail__label-small span {
	margin-bottom: 1px;
	padding: 2px 7px;
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
}

.b-catalog-detail__label-text.b-catalog-detail__label-big span {
	padding: 4px 10px;
	font-size: 13px;
	line-height: 17px;
}

@media (max-width: 767px) {
	.b-catalog-detail__label-text>div {
		line-height: 0;
	}

	.b-catalog-detail__label-text.b-catalog-detail__label-small span,
	.b-catalog-detail__scalable-card.hover .b-catalog-detail__label-text.b-catalog-detail__label-small span {
		margin-bottom: 1px;
		padding: 2px 7px;
		font-size: 10px;
		line-height: 14px;
	}

	.b-catalog-detail__big-card .b-catalog-detail__label-text.b-catalog-detail__label-small span,
	.b-catalog-detail__label-text.b-catalog-detail__label-big span,
	.b-catalog-detail__scalable-card.hover .b-catalog-detail__label-text.b-catalog-detail__label-big span {
		margin-bottom: 1px;
		padding: 3px 12px;
		font-size: 14px;
		line-height: 16px;
	}

	.b-catalog-detail__big-card .b-catalog-detail__label-text.b-catalog-detail__label-big span {
		padding: 3px 12px;
		font-size: 20px;
		line-height: 25px;
	}
}

/*RING*/

.b-catalog-detail__label-ring {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50%;
	font-weight: bold;
}

.b-catalog-detail__label-ring.b-catalog-detail__label-small {
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
}

.b-catalog-detail__label-ring.b-catalog-detail__label-big {
	width: 50px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
}

@media (max-width: 767px) {

	.b-catalog-detail__label-ring.b-catalog-detail__label-small,
	.b-catalog-detail__scalable-card.hover .b-catalog-detail__label-ring.b-catalog-detail__label-small {
		width: 20px;
		height: 20px;
		font-size: 13px;
		line-height: 20px;
	}

	.b-catalog-detail__big-card .b-catalog-detail__label-ring.b-catalog-detail__label-small,
	.b-catalog-detail__label-ring.b-catalog-detail__label-big,
	.b-catalog-detail__scalable-card.hover .b-catalog-detail__label-ring.b-catalog-detail__label-big {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.b-catalog-detail__big-card .b-catalog-detail__label-ring.b-catalog-detail__label-big {
		width: 70px;
		height: 70px;
		font-size: 24px;
		line-height: 70px;
	}
}

.b-catalog-detail__label-top {
	top: -5px;
}

.b-catalog-detail__label-center {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.b-catalog-detail__label-center>div {
	text-align: center;
}

.b-catalog-detail__label-left {
	left: -5px;
}

.b-catalog-detail__label-left>div {
	text-align: left;
}

.b-catalog-detail__label-bottom {
	bottom: -5px;
}

.b-catalog-detail__label-middle {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.b-catalog-detail__label-right {
	right: -5px;
}

.b-catalog-detail__label-right>div {
	text-align: right;
}

.b-catalog-detail__label-center.b-catalog-detail__label-middle {
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

/*endregion*/

/*region  Tabs */

.b-catalog-detail__detail-tabs-container {
	min-height: 60px;
	border-bottom: 1px solid #ededed;
}

.b-catalog-detail__detail-tabs-list {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.b-catalog-detail__detail-tabs-list:after {
	display: table;
	clear: both;
	content: "";
}

.b-catalog-detail__detail-tab {
	float: left;
	min-height: 60px;
}

.b-catalog-detail__detail-tab-link {
	position: relative;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 25px;
	height: 60px;
	color: #000;
	vertical-align: middle;
	text-transform: uppercase;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-weight: bold;
	font-size: 13px;
	line-height: 45px;
	-webkit-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}

.b-catalog-detail__detail-tab-link:hover,
.b-catalog-detail__detail-tab.active .b-catalog-detail__detail-tab-link {
	color: #006cc0;
	color: var(--theme-color-primary);
	text-decoration: none;
}

.b-catalog-detail__detail-tab-link:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 0;
	background: #006cc0;
	background: var(--theme-color-primary);
	content: "";
	-webkit-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}

.b-catalog-detail__detail-tab-link:hover:after,
.b-catalog-detail__detail-tab.active .b-catalog-detail__detail-tab-link:after {
	height: 3px;
}

.b-catalog-detail__detail-tab-link:active:after {
	height: 6px;
}

.b-catalog-detail__detail-tab-content {
	padding: 25px 0;
}

@media (max-width: 991px) {
	.b-catalog-detail__detail-tabs-container {
		display: none !important;
	}

	.b-catalog-detail__detail-tab-content {
		display: block !important;
	}
}

/*Tab fixed*/

.b-catalog-detail__detail-tabs-container-fixed {
	position: fixed;
	top: -100px;
	right: 0;
	left: 0;
	z-index: 300;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
	box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
	-webkit-transition: top 350ms linear;
	-o-transition: top 350ms linear;
	transition: top 350ms linear;
}

.b-catalog-detail__detail-tabs-container-fixed {
	min-height: 45px;
	background: #fff;
}

.b-catalog-detail__detail-tabs-container-fixed.active {
	top: 0;
	opacity: 1;
}

.b-catalog-detail__detail-tabs-container-fixed .b-catalog-detail__detail-tabs-list {
	margin: 0 auto;
	max-width: 1048px;
}

.b-catalog-detail__detail-tabs-container-fixed .b-catalog-detail__detail-tab {
	min-height: 45px;
}

.b-catalog-detail__detail-tabs-container-fixed .b-catalog-detail__detail-tab-link {
	padding: 10px 25px;
	height: 45px;
	line-height: 25px;
}

.bx-touch .b-catalog-detail__detail-tabs-container-fixed {
	display: none !important;
}

/*endregion*/

/*region Small Card*/

.b-catalog-detail__detail-short-card-fixed {
	position: fixed;
	top: -85px;
	right: 0;
	left: 0;
	z-index: 310;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 85px;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
	box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
	-webkit-transition: top 220ms linear;
	-o-transition: top 220ms linear;
	transition: top 220ms linear;
}

.b-catalog-detail__detail-short-card-fixed.active {
	top: 0;
	opacity: 1;
}

.b-catalog-detail__detail-short-card-fixed.active+.b-catalog-detail__detail-tabs-container-fixed.active {
	top: 85px;
}

.bx-touch .b-catalog-detail__detail-short-card-fixed {
	display: none !important;
}

.b-catalog-detail__detail-short-card-fixed .b-catalog-detail__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;
}

.b-catalog-detail__detail-short-card-image {
	padding-right: 15px;
	width: 80px;
	max-width: 80px;
	vertical-align: middle;
	text-align: center;
}

.b-catalog-detail__detail-short-card-image img {
	max-width: none;
	height: 65px;
}

.b-catalog-detail__detail-short-title-container {
	max-width: 650px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.b-catalog-detail__detail-short-title-text {
	display: block;
	color: #000;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 16px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.b-catalog-detail__detail-short-card-price {
	padding: 0 10px;
	vertical-align: middle;
	text-align: right;
}

.b-catalog-detail__detail-short-card-btn {
	padding-left: 10px;
	min-width: 120px;
}

/*endregion*/

/*region Properties */

.b-catalog-detail__detail-tab-content {
	display: none;
}

.b-catalog-detail__detail-tab-content.active {
	display: block;
}

.b-catalog-detail__detail-tab-content h3 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
}

.b-catalog-detail__detail-properties {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.b-catalog-detail__detail-properties-item {
	margin-bottom: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.b-catalog-detail__detail-properties-dots {
	border-bottom: 1px dotted #a5a5a5;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	flex-grow: 1;
	max-width: 100%;
}

.b-catalog-detail__detail-properties-name,
.b-catalog-detail__detail-properties-value {
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	max-width: 50%;
	width: auto;
	font-size: 12px;
}

.b-catalog-detail__detail-properties-name {
	padding-right: 3px;
	color: #a5a5a5;
}

.b-catalog-detail__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;
}


.b-catalog-detail__compare svg {
	display: inline-block;
	width: 19px;
	height: 19px;
}

.b-catalog-detail__favorite svg {
	display: inline-block;
	width: 20px;
	height: 20px;
}

.b-catalog-detail__reviews-count {
	font-weight: 500;
	color: #8E8E93 !important;
}

.b-catalog-detail__reviews svg path {
	fill: #6e312a;
	transition: all .3s ease;
}

.b-catalog-detail__reviews {
	margin-left: auto;
	font-weight: 500;
	color: #6e312a;
	display: flex;
	align-items: baseline;
}

.b-catalog-detail__reviews a {
	margin: 0px 9px 0 0;
	white-space: nowrap;
	font-size: 14px;
	transition: all .3s ease;
}

/* .b-catalog-detail__reviews a:hover {
	color: #ffed00;
} */
.b-catalog-detail__reviews a svg {
	position: relative;
	top: 5px;
	width: 20px;
	height: 20px;
	margin-right: 2px;
	margin-top: 1px;
}

.bx_cnt_desc {
	display: none !important;
}

.b-catalog-detail_availability {
	display: none !important;
}

.b-catalog-detail-amount .b-catalog-detail_availability {
	display: block !important;
	flex-basis: 221px;
	width: 100%;
	flex-shrink: 0;
}

.b-catalog-detail_item-info {
	display: flex;
}

.item_buttons_counter_block {
	display: flex;
}

.item_buttons_counter_block a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border: 1px solid #f5d300;
	border-radius: 50%;
	font-size: 0;
	background: rgba(255, 255, 255, 0);
	text-decoration: none;
	transition: all .3s ease;
}

.item_buttons_counter_block a::before {
	content: '';
	position: absolute;
	top: 23px;
	left: 16px;
	width: 16px;
	height: 2px;
	background: #6e312a;
}

.item_buttons_counter_block a.b-plus::after {
	content: '';
	position: absolute;
	top: 16px;
	left: 23px;
	width: 2px;
	height: 16px;
	background: #6e312a;
}

.item_buttons_counter_block a:hover {
	background: #ffed00;
	border-color: #ffed00;
}

.transparent_input {
	width: 81px;
	font: 300 18px/1.5 "MuseoSans", sans-serif;
	text-align: center;
	color: #6e312a;
	background: rgba(255, 255, 255, 0);
	border: 0;
}

.b-catalog-detail-amount {
	display: flex;
	padding: 11px 20px 20px;
	margin-top: 20px;
	background: #F8F8F8;
	justify-content: space-between;
	border-radius: 8px;
}

.b-catalog-detail__announce {
	padding: 6px 20px 8px 20px;
	margin-top: 20px;
	border-radius: 8px;
	background: #F8F8F8;
}

.b-catalog-detail__announce-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.b-catalog-detail__announce-title {
	font-size: 16px;
	line-height: 24px;
	color: #920000;
	font-weight: 400;
}

.banner-item {
	font-size: 14px !important;
	padding: 4px 12px !important;
}

.b-catalog-detail__announce-link {
	font-size: 16px;
}

.b-catalog-detail__announce-link a {
	line-height: 24px;
	padding-bottom: 3px;
	font-weight: 500 !important;
}

.b-catalog-detail__announce-body-text {
	font-weight: 300;
	line-height: 24px;
	font-size: 14px;
	margin: 4px 0;
}

.b-catalog-detail_availability {}

.b-catalog-detail_availability-holder {}

.b-catalog-detail_availability_city {
	margin: 0 0 7px;
}

.b-catalog-detail_availability_city_current {}

.b-catalog-detail_availability_city_current-ico {
	position: relative;
	top: 5px;
	margin: 0 7px 0 0;
}

.b-catalog-detail_availability_city_current-ico svg {
	display: inline-block;
	width: 15px;
	height: 20px;
}

.b-catalog-detail_availability_city_current-ico svg path {
	fill: #6e312a;
}

.b-catalog-detail_availability_city_current-cityname {
	margin: 0 4px 0 0;
}

.b-catalog-detail_availability_city_current-arrow {
	cursor: pointer;
	position: relative;
	top: -1px;
}

.b-catalog-detail_availability_city_current-arrow svg {
	display: inline-block;
	width: 10px;
	height: 6px;
}

.b-catalog-detail_availability_city_current-arrow svg polyline {
	stroke: #ffed00;
}

.b-catalog-detail_availability_amount,
.b-catalog-detail_availability_not-amount {
	margin: 0 0 9px;
}

.b-catalog-detail_availability_amount svg,
.b-catalog-detail_availability_not-amount svg {
	position: relative;
	top: 3px;
	display: inline-block;
	width: 23px;
	height: 17px;
	margin: 0 10px 0 0;
}

.b-catalog-detail_availability_amount svg path,
.b-catalog-detail_availability_not-amount svg path {
	fill: #6e312a;
}

.b-catalog-detail_availability_not-amount {}

.b-catalog-detail-shop-list {}

.b-catalog-detail-shop-list-item {
	margin: 0 0 5px;
	display: flex;
	align-items: center;
}

.b-catalog-detail-shop-list-item.all {
	margin: 20px 0 0;
}

.b-catalog-detail-shop-list_ico {
	position: relative;
	/* top: 7px; */
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 8px 0 0;
	background: url('/bitrix/templates/template.nadel/components/ma-19/catalog.element/detail_2026/images/nadel_ico-new.png') center/contain no-repeat;
}

.b-catalog-detail_payment {
	margin: 0 0 0 27px;
}

.b-catalog-detail_payment_holder {}

.b-catalog-detail_payment_title {
	margin: 3px 0 10px;
}

.b-catalog-detail_payment_item {
	margin: 0 0 5px;
	/*padding: 0 0 0 35px;*/
}

.b-catalog-detail_payment_item_ico {
	position: relative;
	display: inline-block;
	width: 23px !important;
	background-repeat: no-repeat;
	margin: 0 8px 0 0;
}

.b-catalog-detail_payment_item_ico.ico_1,
.b-catalog-detail_payment_item_ico.ico_5 {
	top: 3px;
	left: 1px;
}

.b-catalog-detail_payment_item_ico.ico_2,
.b-catalog-detail_payment_item_ico.ico_6 {
	top: 3px;
	left: 1px;
}

.b-catalog-detail-preview-text {
	position: relative;
	padding: 37px 90px 0 0;
	max-width: 471px;
}

.b-catalog-detail-preview-text-title {
	margin: 0 0 5px;
	font-size: 18px;
	font-weight: 300;
	color: #6e312a;
}

.b-catalog-detail-preview-text-link {
	margin: 31px 0 0;
}

.b-catalog-detail-info {
	display: flex;
	justify-content: space-between;
}

/* .b-catalog-detail-info-item {
	width: calc(100% / 6);
} */
/* .b-catalog-detail-info-item.item-1 .b-catalog-detail-info-item-text {
	width: 95px;
}
.b-catalog-detail-info-item.item-1 .b-catalog-detail-info-item-ico {
	width: 95px;
} */

.b-catalog-detail-info-item-ico {
	margin-bottom: 10px;
}

.b-catalog-detail-info svg path {
	fill: #6E312A;
}

.b-catalog-detail-info-item {
	text-align: center;
	max-width: 182px;
}

.b-catalog-detail-info-item.item-1 {
	width: 95px;
}

.b-catalog-detail-info-item-ico {
	height: 40px;
}

/*.item-1 .b-catalog-detail-info-item-ico {background: url('/bitrix/templates/template.nadel/components/ma-19/catalog.element/detail_2026/images/info-ico-1.png') center no-repeat;}
.item-2 .b-catalog-detail-info-item-ico {background: url('/bitrix/templates/template.nadel/components/ma-19/catalog.element/detail_2026/images/info-ico-2.png') center no-repeat;}
.item-3 .b-catalog-detail-info-item-ico {background: url('/bitrix/templates/template.nadel/components/ma-19/catalog.element/detail_2026/images/info-ico-3.png') center no-repeat;}
.item-4 .b-catalog-detail-info-item-ico {background: url('/bitrix/templates/template.nadel/components/ma-19/catalog.element/detail_2026/images/info-ico-4.png') center no-repeat;}
.item-5 .b-catalog-detail-info-item-ico {background: url('/bitrix/templates/template.nadel/components/ma-19/catalog.element/detail_2026/images/info-ico-5.png') center no-repeat;}
.item-6 .b-catalog-detail-info-item-ico {background: url('/bitrix/templates/template.nadel/components/ma-19/catalog.element/detail_2026/images/info-ico-6.png') center no-repeat;}*/
.item-1 .b-catalog-detail-info-item-ico svg {
	width: 40px;
	height: 40px;
}

.item-2 .b-catalog-detail-info-item-ico svg {
	width: 36px;
	height: 36px;
}

.item-3 .b-catalog-detail-info-item-ico svg {
	width: 28px;
	height: 34px;
}

.item-4 .b-catalog-detail-info-item-ico svg {
	width: 31px;
	height: 33px;
}

.item-5 .b-catalog-detail-info-item-ico svg {
	width: 36px;
	height: 33px;
}

.item-6 .b-catalog-detail-info-item-ico svg {
	width: 40px;
	height: 32px;
}

.b-catalog-detail__details {
	display: flex;
}

.b-catalog-detail-info-item-text {
	line-height: 19px;
}

.b-catalog-detail-detail {
	display: none;
	flex-wrap: wrap;
	background: #f0eeeb
}

.b-catalog-detail-detail-picture {
	flex-basis: 600px;
	flex-shrink: 0;
	flex-grow: 0;
	font-size: 0;
}

.b-catalog-detail-detail-text {
	display: flex;
	align-items: center;
	flex-basis: 610px;
	margin: 0 0 0 auto;
	padding: 0 100px 0 0;
}

.b-catalog-detail-detail-video {
	flex-basis: 100%;
	margin: 50px 0 0;
	font-size: 0;
}

.b-catalog-detail-properties {
	margin: 29px 0 0;
}

.b-catalog-detail-properties table {
	display: flex;
	gap: 25px;
}
.b-catalog-detail-properties tbody {
	width: 50%;
}

.b-catalog-detail-preview-text-body {
	font-weight: 300;
}

.b-catalog-detail-properties td {
	font-size: 16px;
	font-weight: 300;
}

.b-catalog-detail-properties .b-catalog-detail-properties-title,
.b-catalog-detail-preview-text-title {
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2 !important;
	color: #000;
}

.b-catalog-detail-properties-item-title {
	width: 50%;
	padding: 5px 0;
	font-size: 18px;
	color: #6e312a;
}

.b-catalog-detail-properties-item-value {
	padding: 5px 0;
	font-size: 18px;
	text-align: right;
	width: 100%;
}

.b-catalog-detail-properties-item-value svg {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 2px 0 -8px;
}

.b-catalog-detail-properties-item-value svg circle,
.b-catalog-detail-properties-item-value svg line,
.b-catalog-detail-properties-item-value svg polyline {
	stroke: #6e312a;
}

.b-catalog-detail__button-box {
	flex: 1 0 auto;
}

.b-catalog-detail__button-box a {
	border-radius: 4px !important;
	color: #6E312A !important;
	font-weight: 700;
	font-size: 16px;
	padding: 16px 47px;
}

.b-catalog-similar .b-catalog-detail-blocks_item {
	border-bottom: none;
}

.ajax-remove-list path {
    stroke: #6E312A !important;
    fill: #E6E3E1;
}

.b-catalog-detail_supply-button {
    display: flex;
}

.b-catalog-detail_supply-button {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffed00;
    font-weight: 700;
    font-size: 16px;
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    transition: all .3s ease;
}

.b-catalog-detail_supply-button {
    border-bottom: none !important;
    height: 100%;
}

b-catalog-elements-blocks_supply-input svg {
    width: 16px !important;
    height: 16px !important;
}

b-catalog-elements-blocks_supply-input span {
    font-weight: 500;
    font-size: 14px;
    display: flex;
}

.b-catalog-detail_supply-button {
	display: flex;
}

.b-catalog-detail__buttons-in-basket {
	display: none;
	justify-content: space-between;
}

.b-catalog__button-to-basket {
	flex: 1 0 0.4;
	display: flex;
	align-items: center;
	background: #E6E3E1;
	gap: 10px;
	border-radius: 4px;
	font-weight: 500;
	white-space: nowrap;
	padding: 10px 15px !important;
	height: 56px;
	transition: all .3s ease;
	border-bottom: none !important;
}

.b-catalog__button-to-basket svg {
	width: 22px;
	height: 22px;
}

.b-catalog__button-to-basket span {
	color: #3A3B3F !important;
}

.b-catalog-detail_supply-input {
    display: flex;
    justify-content: space-between !important;
    align-items: center;
    border: 1px solid #E6E3E1;
    border-radius: 4px;
    height: 56px;
	width: 100%;
	margin-right: 15px;
}
.b-catalog-detail_supply-input a {
    border: none !important;
    padding: 5px 15px;
}
.b-catalog-detail_supply-input svg {
    width: 12px;
    height: 12px;
}

.b-catalog-detail_supply-count {
	font-weight: 500;
	color: #8E8E93 !important;
}

.b-catalog-detail_supply-price {
	font-weight: 500 !important;
	color: #6E312A !important;
}

.b-catalog-detail_supply-controls {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.b-catalog-detail__discount {
	width: 100%;
	margin-top: -5px;
}

.b-catalog__discount-title {
	font-weight: 700;
	color: #372C2C;
	font-size: 16px;
	line-height: 20px;
}

.b-catalog__discount-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.b-catalog__discount-top svg {
	width: 26px;
	height: 7px;
	transition: all .3s;
}

.b-catalog-discount__dots {
	font: 1 0 auto;
	width: 100%;
	border-bottom: rgba(223, 222, 226, 1) dashed 1px;
	margin: 0 7px;
	height: 18px;
}

.b-catalog__discount-item-price {
	color: rgb(142, 142, 147);
	font-weight: 500;
	white-space: nowrap;
}

.b-catalog__discount-item-title {
	font-weight: 500;
	color: #212328;
	white-space: nowrap;
}

.b-catalog-detail__discount.open svg {
	transform: rotate(180deg) !important;
}
.b-catalog-detail__discount.open path {
	fill: #6E312A !important;
}

.b-catalog__discount-item.personal_discount .b-catalog__discount-item-price {
	color: #920000;
}

.b-catalog__discount-item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2px;
}



@media (max-width: 420px) {
    .b-catalog-detail_supply-controls span {
        font-size: 12px;
    }
    .b-catalog-detail_supply-controls {
        font-size: 12px !important;
    }
    .b-catalog-detail_supply-count,
    .b-catalog-detail_supply-count-value {
        font-size: 12px !important;
    }
    .b-catalog-detail_supply-controls {
        width: 41px;
    }
    .b-catalog-detail_supply-controls svg {
        width: 10px;
    }
    .b-catalog-detail_favorite svg,
    .ajax-compare svg {
        width: 16px;
        height: 16px;
    }
}

.b-catalog__discount-icon {
	cursor: pointer;
}

.b-catalog-similar .b-catalog-elements-blocks {
	margin-top: 20px;
}

.b-catalog-elements-blocks {
	grid-template-columns: repeat(5, 1fr) !important;
	grid-gap: 0 36px !important;
}

.b-catalog-similar {
	margin-top: -11px;
	margin-bottom: 72px;
}

.b-catalog-similar .b-catalog-elements-blocks_holder {
	height: 426px;
	padding: 0 !important;
}
.b-catalog-similar .b-catalog-elements-blocks_item {
	border-bottom: none !important;
}
.b-catalog-detail__button-box.bx_notavailable .g-button {
	width: 100%;
}

.b-catalog-elements-blocks_item {
	padding: 0 !important;
}
.b-catalog-elements__banners {
	top: 0;
}

.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_name {
	color: #099913 !important;
}
.wdr2_list .wdr2_items .wdr2_item_moderated_Y:before {
	display: none !important;
}
.wdr2_list .wdr2_items .wdr2_item .wdr2_item_rating {
	margin-bottom: 0 !important;
}

@media (max-width: 767px) {
	.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_date {
		font-style: normal !important;
	}
	.wdr2_vote a {
		text-decoration: none;
		border-bottom: none !important;
	}
	.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_name {
		font-size: 14.4px !important;
	}
	.b-catalog-elements-blocks.owl-carousel .owl-item img {
		height: 150px;
	}
	.b-catalog-detail__compare, .b-catalog-detail_favorite {
		margin-bottom: 0;
	}
	.b-catalog-detail__bonus {
		margin-top: 14px;
	}

	.b-catalog-elements__banners {
		top: 8px !important;
	}

	.b-catalog-detail__discount {
		margin-bottom: 13px;
	}

	.b-catalog-elements__banners {
		margin-left: 10px;
	}

	.b-catalog-detail__announce {
		display: none;
	}

	.b-catalog-detail {
		padding-top: 0;
		margin-bottom: 30px;
	}

	.g-button {
		width: 100%;
	}

	.b-catalog-detail__reviews {
		margin-top: 3px;
	}

	.b-content tr {
		display: flex;
	}

	.b-catalog-detail-properties tbody {
		width: 100%;
	}

	.b-catalog-detail__button-box a {
		padding: 14px 47px;
	}

	.b-catalog-detail__main-info {
		flex-direction: column;
		align-items: flex-start;
	}

	.b-catalog-detail-info-item-ico {
		margin-bottom: 0;
	}

	.b-catalog-detail-info-item-ico svg {
		width: 30px;
		height: 30px;
	}

	.b-catalog-detail__main {
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
		margin-top: 50px;
	}

	.b-catalog-detail__left {
		width: 100%;
		flex-basis: 210px !important;
	}

	.b-catalog-detail__price {
		order: 1;
		width: 100%;
		width: auto;
		margin-left: 0;
		flex-direction: column;
	}

	.b-catalog-detail__bonus {
		order: 2;
	}

	.b-catalog-detail__reviews svg {
		width: 18px !important;
		height: 18px !important;
		top: 3px !important;
	}

	.b-catalog-detail_item-info {
		width: 100%;
		order: 3 !important;
	}

	.b-catalog-detail_item-info_qty {
		display: flex;
		align-items: center;
	}

	.b-catalog-detail__price-current {
		font-size: 32px !important;
		margin-top: 10px;
	}

	.b-catalog-detail__price-value {
		order: 1;
	}

	.b-catalog-detail__detail-slider-container {
		padding-top: 0;
	}

	.transparent_input {
		width: 45px;
	}

	.b-catalog-detail__buttons {
		margin-left: 0;
	}

	.item_buttons_counter_block a {
		width: 40px;
		height: 40px;
	}

	.item_buttons_counter_block a::before {
		top: 18px;
		left: 11px;
	}

	.item_buttons_counter_block a.b-plus::after {
		top: 11px;
		left: 18px;
	}

	.b-catalog-detail__button-box {
		margin: 0;
	}

	.b-catalog-detail__right {
		width: 100%;
		padding: 0 40px;
		max-width: 100%;
	}

	.b-catalog-detail__right-main {
		border: none !important;
		max-width: 100%;
		padding: 0;
	}

	.b-catalog-detail__discount {
		order: 2;
	}

	.b-catalog-detail__details {
		flex-direction: column;
		margin: 0 auto;
		padding: 0 40px;
	}

	.b-catalog-detail-amount {
		padding-top: 20px;
	}

	.b-catalog-detail-preview-text {
		padding-top: 61px;
		margin-top: 0;
		padding-right: 20px;
	}

	.b-catalog-detail-actions {
		margin: 0;
	}

	.b-catalog-detail-info {
		display: grid;
		grid-template-columns: repeat(6, 1fr);
		margin: 20px 40px 0;
		overflow: scroll;
	}

	.b-catalog-detail-info::-webkit-scrollbar {
		display: none;
	}

	.b-catalog-detail-info-item {
		width: 140px;
	}

	.b-catalog-detail-detail-picture {
		flex-basis: 100%;
		padding-left: 40px;
		padding-right: 40px;
		box-sizing: border-box;
		padding-bottom: 20px;
	}

	.b-catalog-detail-detail-text {
		flex-basis: 100%;
		padding-right: 0;
		padding-left: 40px;
		padding-right: 40px;
	}

	.b-catalog-detail-detail {
		padding-bottom: 0;
		padding-bottom: 30px;
	}

	.b-catalog-detail-detail-video {
		height: auto;
	}

	.b-catalog-detail-detail-video iframe {
		width: 100%;
	}

	.b-catalog-detail-properties table {
		flex-direction: column;
	}

	.b-catalog-detail-properties .b-catalog-detail-properties-title {
		line-height: 22px;
		margin-top: 0;
		font-weight: 500;
	}

	.b-catalog-detail-properties-item  {
		width: 100% !important;
	}

	.b-catalog-detail-properties-item.style-row {
		/* flex-direction: row; */
		/* align-items: center; */
	}

	tbody {
		border-bottom: 1px solid #dad2cb !important;
	}

	.b-catalog-detail-properties-item-title {
		padding-bottom: 0;
		font-size: 14px;
		line-height: 1.2;
		font-weight: 300;
		color: #6E312A;
		padding: 10px 0;
	}

	.b-catalog-detail-properties table {
		gap: 0;
	}

	.b-catalog-detail-properties-item-value {
		font-size: 14px;
		line-height: 1.2;
		font-weight: 300;
		padding: 10px 0;
	}

	.b-catalog-similar h3 {
		font-size: 24px;
		line-height: 30px;
	}

	.b-catalog-similar .owl-nav {
		width: 108px;
		margin-left: 100px;
		margin-right: auto;
		margin-top: -25px;
		display: flex;
		justify-content: space-between;
	}

	.b-catalog-similar .owl-nav button {
		width: 44px;
		height: 44px;
		background-color: #f0eeeb !important;
		border-radius: 50%;
		position: relative;
	}

	.b-catalog-similar .owl-nav button.owl-next {
		margin-left: auto;
	}

	.b-catalog-similar {
		padding: 0 40px;
	}

	.b-catalog-similar .owl-nav span {
		position: absolute;
		font-size: 0 !important;
		width: 11px;
		height: 20px;
		background-image: url("/bitrix/templates/template.nadel/components/ma-19/catalog.element/detail_2026/images/arrow-right.svg") !important;
		background-repeat: no-repeat !important;
		background-size: contain !important;
		top: 14px;
		left: 17px;
	}

	.b-catalog-similar .owl-nav .owl-prev span {
		transform: rotate(180deg);
	}

	.b-catalog-detail-amount {
		flex-wrap: wrap;
		margin: 0 20px;
		justify-content: space-between;
	}

	.b-catalog-detail_payment_holder {
		padding-top: 23px;
	}

}

@media (max-width: 376px) {
	.b-catalog-detail__left {
		flex-basis: 240px !important;
	}
	.b-catalog-detail__detail-slider-container {
		height: 227px;
	}
} 

@media (max-width: 374px) {
	.b-catalog-detail-info {
		padding-left: 20px;
		padding-right: 20px;
	}

	.transparent_input {
		width: 30px;
	}

	.b-catalog-detail__buttons a {
		padding-left: 15px;
		padding-right: 15px;
		font-size: 16px;
	}

	.b-catalog-detail-amount {
		padding-left: 20px;
		flex-wrap: wrap;
	}

	.b-catalog-detail_payment_holder {
		padding-top: 30px;
	}

}

@media (min-width: 550px) and (max-width: 767px) {
	.b-catalog-detail-info-item.item-5 {
		flex-grow: 1;
	}

}

@media (max-width: 767px) {
	.b-catalog-detail-info-item {
		width: 160px;
	}

	.b-catalog-detail__price-old {
		margin: 10px 7px 0 7px;
	}

	.b-catalog-elements-discount__banner {
		margin-top: 10px;
	}

	.b-catalog-detail__button-box a {
		height: 50px;
	}

	.b-catalog-detail__price-current span.rouble::before {
		font-size: 16px;
		right: -12px;
		top: 3px;
	}

	.b-catalog-reviews {
		padding: 0px 40px 20px 40px;
	}

	.b-catalog-reviews h3 {
		font-size: 20px;
		line-height: 28px;
		letter-spacing: 0.5px;
		font-weight: 500 !important;
		margin-bottom: 13px;
	}

	.b-catalog-reviews .g-button {
		font-size: 16px;
		font-weight: 700 !important;
		color: #6E312A !important;
	}

	.b-catalog-detail__right-main {
		margin-bottom: 17px;
	}
	.b-catalog-detail-amount {
		margin: 0 !important;
	}

	.b-catalog-similar .b-catalog-elements__banners {
		margin: 0 !important;
	}
}

@media (max-width: 385px) {}

.b-catalog-detail__price-old .rouble {
	position: relative;
}

.b-catalog-detail__price-old .rouble::before {
	font-size: 13px;
	top: -1px;
}

@media (max-width: 670px) {
	.b-catalog-detail__right {
		padding: 0 16px;
	}
	.b-catalog-detail__details {
		padding: 0 16px;
	}
	.b-catalog-detail-info {
		margin: 20px 16px 0;
	}
	.b-catalog-reviews {
		margin: 0 16px 19px 16px;
	}
	.b-catalog-similar {
		padding: 0 15px;
	}
	.b-catalog-reviews {
		padding: 0;
	}

	.b-catalog-similar .b-catalog-elements-blocks {
		margin-top: 11px;
		margin-left: -14px !important;
		margin-right: -14px !important;
	}

	.b-catalog-similar .b-catalog-elements-blocks_holder {
		height: 406px;
	}

	.owl-nav {
		display: none !important;
	}

	.b-catalog-similar h3 {
		font-size: 20px;
		line-height: 28px;
		letter-spacing: 0.5px;
		font-weight: 500;
	}

	.b-catalog-detail-properties {
		margin-top: 37px !important;
	}
}

@media (max-width: 430px) {

	.b-catalog-detail__detail-slider-image {
		max-height: 200px;
		overflow: hidden;
	}

	.b-catalog-detail__detail-slider-controls-block {
		padding: 0 16px;
		margin-top: -72px;
	}

	.b-catalog-detail-info {
		margin: 40px 16px 0px !important;
	}
	
	.b-catalog__button-to-basket {
		display: none;
	}
	.b-catalog-detail_supply-input {
		margin: 0;
	}
	.b-catalog-detail_supply-controls {
		width: auto;
	}
	.b-catalog-detail_supply-controls span {
		width: 14px !important;
	}
	
	.b-catalog-detail__compare a,
	.b-catalog-detail_favorite a {
		padding: 0 !important;
	}
	.b-catalog-detail__compare svg,
	.b-catalog-detail_favorite svg {
		margin-left: 15px;
	}
	.g-ajax-increase, 
	.g-ajax-decrease {
		padding: 15px;
	}
	.b-catalog-detail_supply-controls span {
		width: auto !important;
	}
	.b-catalog-detail_supply-controls span {
		font-size: 14px !important;
	}
}

@media (max-width: 374px) {
	.b-catalog-detail__compare a,
	.b-catalog-detail_favorite a {
		padding: 0 !important;
	}
	.b-catalog-detail__detail-slider-controls-block {
		margin-top: -29px;
	}
}
/* End */


/* Start:/bitrix/templates/template.nadel/components/ma/news.list/template.nadel.catalog.detail/style.css?15710772111071*/
.b-catalog-detail-actions-list {
	display: flex;
	justify-content: space-between;
}
	.b-catalog-detail-actions-list_item {
		min-width: 587px;
	}
	.b-catalog-detail-actions-list_item:first-child {
		margin: 0 0 0 0;
	}
		.b-catalog-detail-actions-list_item_pic {
			position: relative;
			text-align: right;
			background: #f0eeeb;
			font-size: 0;
		}
			.b-catalog-detail-actions-list_item_pic img {
				max-width: none;
			}
				.b-catalog-detail-actions-list_item_date {
					position: absolute;
					top: 51px;
					left: 32px;
					max-width: 200px;
					font-size: 16px;
					font-weight: 700;
				}
					.b-catalog-detail-actions-list_item_date svg {
						position: relative;
						top: 3px;
						display: inline-block;
						width: 20px;
						height: 20px;
						margin: 0 5px 0 0;
					}
				.b-catalog-detail-actions-list_item_title {
					position: absolute;
					top: 81px;
					left: 30px;
					max-width: 200px;
					font-size: 20px;
					line-height: 24px;
					font-weight: 300;
					text-align: left;
				}
/* End */


/* Start:/bitrix/templates/template.nadel/components/webdebug/reviews2.list/.default/style.css?170324234111599*/
.wdr2_list {}
	.wdr2_list .wdr2_pager {}
	.wdr2_list .wdr2_pager.wdr2_pager_top {margin-bottom:16px;}
	.wdr2_list .wdr2_pager.wdr2_pager_bottom {margin-top:16px;}
	.wdr2_list .wdr2_items {}
		.wdr2_list .wdr2_items .wdr2_item {margin-bottom:50px; position:relative;}
		.wdr2_list .wdr2_items .wdr2_item_moderated_Y:before {content:''; height:16px; position:absolute; right:8px; top:8px; width:16px; z-index:10; -moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px; background:#b4e391; background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNiNGUzOTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiM2MWM0MTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYjRlMzkxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background:-moz-radial-gradient(center, ellipse cover,  #b4e391 0%, #61c419 50%, #b4e391 100%); background:-webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#b4e391), color-stop(50%,#61c419), color-stop(100%,#b4e391)); background:-webkit-radial-gradient(center, ellipse cover,  #b4e391 0%,#61c419 50%,#b4e391 100%); background:-o-radial-gradient(center, ellipse cover,  #b4e391 0%,#61c419 50%,#b4e391 100%); background:-ms-radial-gradient(center, ellipse cover,  #b4e391 0%,#61c419 50%,#b4e391 100%); background:radial-gradient(ellipse at center,  #b4e391 0%,#61c419 50%,#b4e391 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#b4e391',GradientType=1 );}
		.wdr2_list .wdr2_items .wdr2_item_moderated_N:before{content:''; height:16px; position:absolute; right:8px; top:8px; width:16px; z-index:10; -moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px; background:#ff3019; background url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZjMwMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjY2YwNDA0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background:-moz-radial-gradient(center, ellipse cover,  #ff3019 0%, #cf0404 100%); background:-webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); background:-webkit-radial-gradient(center, ellipse cover,  #ff3019 0%,#cf0404 100%); background:-o-radial-gradient(center, ellipse cover,  #ff3019 0%,#cf0404 100%); background:-ms-radial-gradient(center, ellipse cover,  #ff3019 0%,#cf0404 100%); background:radial-gradient(ellipse at center,  #ff3019 0%,#cf0404 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=1 );}
			.wdr2_list .wdr2_items .wdr2_item .wdr2_baloon_body {background:#F4F4F4; border:1px solid #E4E4E4; margin-bottom:24px; padding:18px; position:relative;}
			.wdr2_list .wdr2_items .wdr2_item .wdr2_baloon_body:before {content:''; border-style: solid; border-width: 20px 20px 0 0; border-color: #E4E4E4 transparent transparent transparent; height: 0; left:36px; position:absolute; top:100%; width: 0;}
			.wdr2_list .wdr2_items .wdr2_item .wdr2_baloon_body:after {content:''; border-style: solid; border-width: 20px 18px 0 0; border-color: #F4F4F4 transparent transparent transparent; height: 0; left:37px; margin-top:-1px; position:absolute; top:100%; width: 0;}
				.wdr2_list .wdr2_items .wdr2_item .wdr2_target_name {margin-bottom:10px;}
				.wdr2_list .wdr2_items .wdr2_item .wdr2_item_rating {margin-bottom:10px; position:relative;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_item_rating .wdr2_item_rating_detail {background:#fff; border:1px solid #E4E4E4; display:none; font-size:14px; left:-21px; overflow:hidden; padding:12px 20px 6px; position:absolute; top:-32px; z-index:11; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; -moz-box-shadow:0 0 6px 0px rgba(0,0,0,0.2); -webkit-box-shadow:0 0 6px 0px rgba(0,0,0,0.2); box-shadow:0 0 6px 0px rgba(0,0,0,0.2);}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_item_rating:hover .wdr2_item_rating_detail {display:block;}
						.wdr2_list .wdr2_items .wdr2_item .wdr2_item_rating:hover .wdr2_one_rating {margin-bottom:10px;}
							.wdr2_list .wdr2_items .wdr2_item .wdr2_item_rating:hover .wdr2_one_rating .wd_reviews2_rating {margin-top:1px;}
				.wdr2_list .wdr2_items .wdr2_item .wdr2_fields {}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_fields .wdr2_field {margin:0 0 6px;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_fields .wdr2_field.wdr2_field_block {margin-bottom:10px;}
						.wdr2_list .wdr2_items .wdr2_item .wdr2_fields .wdr2_field_title {display:inline-block; font-weight:bold;}
						.wdr2_list .wdr2_items .wdr2_item .wdr2_fields .wdr2_field_block .wdr2_field_title {display:block;}
						.wdr2_list .wdr2_items .wdr2_item .wdr2_fields .wdr2_field_value {display:inline-block; max-width:100%; word-wrap:break-word; word-break:break-word; overflow-wrap:break-word;}
							.wdr2_list .wdr2_items .wdr2_item .wdr2_fields .wdr2_field_value img {border:0; height:auto; max-width:100%;}
			.wdr2_list .wdr2_items .wdr2_item .wdr2_meta {}
				.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_photo {float:left; height:27px; margin:0 8px 0 0;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_photo table {border-collapse:collapse; border-spacing:0; height:27px;}
						.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_photo td {padding:0; vertical-align:middle;}
							.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_photo td img {background:#F4F4F4; border:1px solid #E4E4E4; display:inline-block; font-size:0; padding:2px;}
				.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_name {color:#3d8810; float:left; font-size:100%; font-weight:bold; height:27px; line-height:27px; margin:0 8px 0 0;}
				.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_date {color:#999; float:left; font-size:90%; font-style:italic; height:27px; line-height:27px;}
				.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_vote {color:#999; display:block; float:right; font-size:90%;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_vote a {text-decoration:underline;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_vote a:hover {text-decoration:none;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_vote .wdr2_vote_send {font-weight:bold; text-decoration:none; margin-left:4px;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_vote .wdr2_vote_send_y {color:#099913;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_vote .wdr2_vote_send_n {color:#d5181f;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_vote .wdr2_vote_count {}
			.wdr2_list .wdr2_items .wdr2_item .wdr2_baloon_body.wdr2_baloon_answer {margin:20px 0 24px 100px; }
			.wdr2_list .wdr2_items .wdr2_item .wdr2_baloon_body.wdr2_baloon_answer:before {border-width:0 20px 20px 0; border-color:transparent #E4E4E4 transparent transparent; left:auto; right:36px;}
			.wdr2_list .wdr2_items .wdr2_item .wdr2_baloon_body.wdr2_baloon_answer:after {border-width:0 18px 20px 0; border-color:transparent #F4F4F4  transparent transparent; left:auto; right:37px;}
			.wdr2_list .wdr2_items .wdr2_item .wdr2_meta_answer .wdr2_name {float:right; margin-right:0;}
			.wdr2_list .wdr2_items .wdr2_item .wdr2_meta_answer .wdr2_date {float:right; margin:0 0 0 8px;}
			.wdr2_list .wdr2_items .wdr2_item .wdr2_meta_answer .wdr2_date {float:right;}
		.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin {}
			.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_buttons {display:none; position:absolute; left:0; text-align:right; top:-26px; width:100%;}
			.wdr2_list .wdr2_items .wdr2_item:hover .wdr2_user_review_admin .wdr2_buttons {display:block; padding-bottom:10px;}
				.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_buttons a {display:inline-block; font-size:90%; height:16px; line-height:16px; margin-left:8px; padding-left:20px; position:relative; text-decoration:none;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_buttons a:before {background:url("/bitrix/templates/template.nadel/components/webdebug/reviews2.list/.default/images/buttons.png") 0 0 no-repeat; content:''; display:inline-block; display:inline-block; height:16px; left:0; position:absolute; top:0; width:16px;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_buttons a span {display:inline-block; border-bottom:1px dashed gray; line-height:120%; padding-bottom:0;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_buttons a:hover span {border-bottom:0; padding-bottom:1px;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_buttons a.wdr2_btn_answer:before {background-position:0 0;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_buttons a.wdr2_btn_up:before {background-position:-16px 0;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_buttons a.wdr2_btn_down:before {background-position:-32px 0;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_buttons a.wdr2_btn_moderate_y:before {background-position:-48px 0;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_buttons a.wdr2_btn_moderate_n:before {background-position:-64px 0;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_buttons a.wdr2_btn_delete:before {background-position:-80px 0;}
			.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_answer_block {display:none;}
				.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_answer_block h2 {background:transparent; border:0; font-size:120%; font-weight:bold; margin:0 0 8px;}
		.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_btn_save {top:-9px; border:0; cursor:pointer; display:inline-block; padding:0 14px; border-radius:3px; background:#00a2df; color:#fff; vertical-align:bottom; text-decoration:none; text-shadow:0 1px 0 #0075b6; font-weight:bold; line-height:24px; outline:0; background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodвЂ¦EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#00a2df), color-stop(100%,#006fcb)); background:-webkit-linear-gradient(top, #00a2df 0%,#006fcb 100%); background:-moz-linear-gradient(top, #00a2df 0%,#006fcb 100%); background:-ms-linear-gradient(top, #00a2df 0%,#006fcb 100%); background:-o-linear-gradient(top, #00a2df 0%,#006fcb 100%); background:linear-gradient(to bottom, #00a2df 0%,#006fcb 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2df', endColorstr='#006fcb',GradientType=0 );}

.wdr2_clear {clear:both;}




/* End */


/* Start:/bitrix/templates/template.nadel/components/webdebug/reviews2.add/catalog.products/style.css?17037437079113*/
.wdr2_add {}
	.wdr2_add .wdr2_result {}
		.wdr2_add .wdr2_result ul {margin:0; padding:0 0 0 21px;}
	.wdr2_add form {margin:0; padding:0;}
	.wdr2_add .wdr2_success {color:green; font-weight:bold; margin-bottom:20px;}
	.wdr2_add .wdr2_error {color:red; margin-bottom:20px;}
	.wdr2_add hr {background:#999; border:0; border-bottom:1px solid #eee; display:block; font-size:0; height:1px; line-height:0; margin:0 0 12px; overflow:hidden;}
	.wdr2_add .form_title {font-size:20px; line-height:140%; margin-bottom:10px;}
	.wdr2_add .ratings {font-size:11px; margin:0 0 12px;}
		.wdr2_add .ratings table {background:transparent; border:0; }
			.wdr2_add .ratings table td {background:transparent!important; border:0!important; padding:1px 6px 1px 0;}
			.wdr2_add .ratings table td.rating_title {text-align:right; vertical-align:top;}
			.wdr2_add .ratings table td.rating_value {text-align:left; vertical-align:middle;}
	.wdr2_add .fields {}
/*		.wdr2_add .fields .field {margin:16px 0;}*/
			.wdr2_add .fields .field label {display:block;}
				.wdr2_add .fields .field label .required {color:red; padding:1px; position:relative; top:-1px;}
			/*.wdr2_add .fields .field .input {margin-top:10px;}
				.wdr2_add .fields .field .input input[type=text],
				.wdr2_add .fields .field .input textarea,*/
				.wdr2_add .fields .field .input select {background:#fff; border-width:1px; border-style:solid; border-color:#8ca3ae #a0b4be #b6c8d1 #a0b4be; font:normal 12px "Arial", "Helvetica", sans-serif; height:26px; max-width:100%; outline:0; -moz-box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.1); -webkit-box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.1); box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.1); -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;}
				/*.wdr2_add .fields .field .input input[type=text] {line-height:26px; padding:2px 8px;}
				.wdr2_add .fields .field .input textarea {height:auto; line-height:26px; padding:2px 8px;}*/
				.wdr2_add .fields .field .input select {padding:6px 1px;}
				.wdr2_add .fields .field .input select option {padding:2px 4px;}
				.wdr2_add .fields .field .input input[type=file] {outline:0;}
				.wdr2_add .fields .field .input .file_design_wrapper {background:#fff; border-width:1px; border-style:solid; border-color:#8ca3ae #a0b4be #b6c8d1 #a0b4be; font:normal 12px "Arial", "Helvetica", sans-serif; height:30px; outline:0; width:360px; -moz-box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.1); -webkit-box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.1); box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.1);}
					.wdr2_add .fields .field .input .file_design_wrapper .panel1 {background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABM0lEQVR42pWTIa+CYBSG/YkGgolCM9FMNhOJ4gkENv+J1blZmM3AFFBA0M1ie+95mZ/iletVtmfPe87ZYfIJvd4H12w2EwV079srDENRcL1eQX+1HASBKDifz6B/8f7XTKdTUXA6nUCbTC6Xi+l138T3fVFQ1zVoUhTFPbdnL8ue54mCqqpAkzzPTRYzj+O46T0tTyYTUXA8HkGT/X5vsph5u3dfHo/HoqAsS9AkyzKTpWP+WB6NRqI0z0mTJElMlo75Y9l1XVFwOBxAk+12a7J0zJ9PfjgcNs9EK0Kv1+unuj1/OXXHcRBFEehbLczGPAdTd/7ntm1juVyCbvWEdZqmTZ/1n2/cYDDAYrEA3YaHeMvvX1nLsjCfz7FarbDb7Ro2mw3YV/7/+vr9vijo4KNP9weiTpKdOX1I7QAAAABJRU5ErkJggg==") 10px center no-repeat; cursor:text; display:block; height:100%; line-height:22px; min-height:16px; overflow:hidden; padding:4px 8px 4px 32px; text-overflow:ellipsis; white-space:nowrap; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;}
					.wdr2_add .fields .field .input .file_design_wrapper .panel1[data-empty=Y] {color:gray;}
					.wdr2_add .fields .field .input .file_design_wrapper input[type=file] {width:300px; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;}
	.wdr2_add .agreement {}
		.wdr2_add .agreement input[type=checkbox] {margin:0; vertical-align:middle;}
		.wdr2_add .agreement label {display:inline; font-weight:normal; vertical-align:middle;}
	.wdr2_add .wdr2_reqfield {display:none;}
	.wdr2_add .submit {margin-top:16px;}
		/*.wdr2_add .add_btn, .wdr2_add .submit input[type=submit] {top:-9px; border:0; cursor:pointer; display:inline-block; padding:0 18px; border-radius:3px; background:#00a2df; color:#fff; vertical-align:bottom; text-decoration:none; text-shadow:0 1px 0 #0075b6; font-weight:bold; line-height:36px; background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#00a2df), color-stop(100%,#006fcb)); background:-webkit-linear-gradient(top, #00a2df 0%,#006fcb 100%); background:-moz-linear-gradient(top, #00a2df 0%,#006fcb 100%); background:-ms-linear-gradient(top, #00a2df 0%,#006fcb 100%); background:-o-linear-gradient(top, #00a2df 0%,#006fcb 100%); background:linear-gradient(to bottom, #00a2df 0%,#006fcb 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2df', endColorstr='#006fcb',GradientType=0 );}
		.wdr2_add .add_btn:hover, .wdr2_add .submit input[type=submit]:hover {background:#00a2df; background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#00a2df), color-stop(100%,#0a7ddd)); background:-webkit-linear-gradient(top, #00a2df 0%,#0a7ddd 100%); background:-moz-linear-gradient(top, #00a2df 0%,#0a7ddd 100%); background:-ms-linear-gradient(top, #00a2df 0%,#0a7ddd 100%); background:-o-linear-gradient(top, #00a2df 0%,#0a7ddd 100%); background:linear-gradient(to bottom, #00a2df 0%,#0a7ddd 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2df', endColorstr='#0a7ddd',GradientType=0 );}
		.wdr2_add .add_btn:active, .wdr2_add .submit input[type=submit]:active {background:#0a7ddd; background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#0a7ddd), color-stop(100%,#00a2df)); background:-webkit-linear-gradient(top, #0a7ddd 0%,#00a2df 100%); background:-moz-linear-gradient(top, #0a7ddd 0%,#00a2df 100%); background:-ms-linear-gradient(top, #0a7ddd 0%,#00a2df 100%); background:-o-linear-gradient(top, #0a7ddd 0%,#00a2df 100%); background:linear-gradient(to bottom, #0a7ddd 0%,#00a2df 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a7ddd', endColorstr='#00a2df',GradientType=0 ); -moz-box-shadow:inset 0 3px 2px 1px rgba(0,0,0,.22); -webkit-box-shadow:inset 0 3px 2px 1px rgba(0,0,0,.22); box-shadow:inset 0 3px 2px 1px rgba(0,0,0,.22);}
		.wdr2_add .add_btn[disabled], .wdr2_add .submit input[type=submit][disabled] {background:#d8d8d8; background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q4ZDhkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiY2JjYmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background:-moz-linear-gradient(top,  #d8d8d8 0%, #bcbcbc 100%); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8d8d8), color-stop(100%,#bcbcbc)); background:-webkit-linear-gradient(top,  #d8d8d8 0%,#bcbcbc 100%); background:-o-linear-gradient(top,  #d8d8d8 0%,#bcbcbc 100%); background:-ms-linear-gradient(top,  #d8d8d8 0%,#bcbcbc 100%); background:linear-gradient(to bottom,  #d8d8d8 0%,#bcbcbc 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#bcbcbc',GradientType=0 );}*/

/* Visual HTML-editor */
.wdr2_add {} .nicEdit-panelContain {border-color:#8ca3ae #a0b4be #b6c8d1 #a0b4be!important;}
.wdr2_add {} .nicEdit-editorContent {border-color:#fff #a0b4be #b6c8d1 #a0b4be!important; -moz-box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.1); -webkit-box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.1); box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.1);}

/*.fields {
	display: flex;
}*/
.fields .field input,
.fields .field textarea,
.captcha-holder {
	width: 100%;
	max-width: 600px;
}

.fields .field input,
.captcha-holder input,
.fields .field textarea {
    height: 50px;
    margin: 8px 0;
    padding: 5px 18px;
    background: #fff;
    border: 1px solid #dad2cb;
    border-radius: 0;
    font: 100 17px/1.5 "MuseoSans", sans-serif;
}

.fields .field textarea {
	height: 150px;
}

.captcha-holder {
	display: flex;
	align-items: center;
}
	.captcha-holder #wdr2_captcha_1 {
		height: 50px;
		margin: 8px;
	}
		.captcha-holder #wdr2_captcha_1 img {
			height: 100%;
		}
	.captcha-holder a {
		text-decoration: none;
	}
/* End */


/* Start:/bitrix/templates/template.nadel/components/ma-19/catalog.section/blocks_2026/style.css?176958299116519*/
/* .l-page a,
.l-page a:visited {
    border-bottom: none !important;
} */

.b-catalog-elements-blocks {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /*font-size: 0;*/
    grid-gap: 11px 0;
}

.b-catalog_checked {
    padding-top: 66px;
}

.b-catalog-elements-blocks_reviews a svg {
    position: relative;
    top: 4px;
    width: 20px;
    height: 20px;
    transition: all .3s ease;
}

.b-catalog-elements-blocks_reviews a svg path {
    fill: #6E312a;
}

.b-catalog-elements-blocks_reviews a:hover svg {
    fill: #ffed00;
}

.b-catalog-elements-discount__banner {
    color: #212328;
    background: #F5F5F5;
    border-radius: 6px;
    font-size: 10px;
    padding: 5px;
    font-weight: 500;
}

.old-price {
    margin-right: 5px;
    font-size: 14px !important;
}

@media (max-width: 767px) {
    .b-catalog_checked {
        padding-top: 0;
    }

}

.b-catalog-elements-blocks_item {
    float: left;
    overflow: hidden;
    padding: 27px 0;
    position: relative;
    border-bottom: 1px solid #E6E3E1;
}



.b-catalog-elements-blocks_item .owl-carousel .owl-dots {
    left: 0 !important;
    right: 0 !important;
    bottom: -4px !important;
    display: flex;
    gap: 2px;
    max-width: 100%;
    flex-wrap: nowrap !important;
    overflow: hidden;
    opacity: 1 !important;
}

.b-catalog-elements-blocks_item .owl-carousel .owl-dot {
    position: relative;
    flex: 1 0 auto;
    margin: 0 !important;
    opacity: 1 !important;
}

.b-catalog-elements-blocks_item .owl-carousel .owl-dot::before {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    top: calc(100% - 2px);
    height: 2px !important;
    border-radius: 2px !important;
    border: none !important;
    background: #F5F5F5 !important;
}

.b-catalog-elements-blocks_item .owl-carousel .owl-dot.active::before {
    background: #6E312A !important;
}

@media (max-width: 767px) {
    .b-catalog-elements-blocks_item .owl-carousel .owl-dots {
        top: calc(100% - 2px) !important;
    }
}

.b-catalog-elements__picture {
    position: relative;
    display: block;
    border-bottom: none !important;
}

.banner-item {
    transition: opacity .3s;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 1;
    transition: all .3s ease;
}

.owl-carousel.owl-loaded .b-catalog-elements-blocks_item {
    width: 100%;
}

.b-catalog-elements-blocks_item.wide {
    width: 50%;
}

.b-catalog-elements-blocks_holder {
    position: relative;
    overflow: hidden;
    height: 435px;
    flex-direction: column;
    display: flex;
    padding: 0 12px;
}

.b-catalog-elements__banners {
    text-align: center;
    position: absolute;
    top: 5px;
    left: 17px;
    display: flex;
    gap: 5px;
}

.b-catalog-elements__banners.show-all {
    flex-direction: column;
    gap: 5px;
}

.b-catalog-elements-blocks_supply-button {
    display: block;
}

.counter {
    position: absolute;
    top: 0;
    right: -32px;
    z-index: 2;
    perspective: 1000px;
    transition: transform .8s;
}
.count-banners {
    height: 24px;
    width: 28px;
    cursor: pointer;
    z-index: 2;
    background: #fff;
    padding: 0 4px;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    border: 1px solid #B5B5B9;
    order: 100;
    position: relative;
    margin-right: auto;
    font-weight: 500;
    transition: all .3s;
}

.b-header-menu {
    z-index: 10 !important;
}

.count-banners.arrow {
    height: 24px;
    width: 24px;
}

.count-banners.arrow::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="7" height="12" viewBox="0 0 7 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L6 6L1 11" stroke="%23212328" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center;
}

.count-banners:hover::before {
    opacity: .5;
}

.price-per-set {
	font-size: 14px;
	position: absolute;
	bottom: 15px;
	left: 0;
	padding: 3px 5px;
	background-color: #FFED00;
    color: #000;
	border-radius: 4px;
    z-index: 1;
}

.catalog-discount {
    text-align: center;
    left: 0;
    top: 0;
    padding: 4px 10px 4px 8px;
    background-color: #FFED00;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 12px;
    line-height: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.11px;
    z-index: 2;
    margin-right: auto;
    cursor: pointer;
}

.catalog-discount.red {
    background-color: #FE0101;
    color: #fff;
}

.catalog-discount.black {
    background-color: #000000;
    color: #fff;
}

.catalog-discount.white-bordered {
    background-color: #fff;
    border: 1px solid #000;
}

.b-catalog-elements-blocks_bonus {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 9px;
}

.b-catalog-elements-blocks_bonus-value {
    color: #F7A001;
    font-size: 14px;
    font-weight: 700;
}

.b-catalog-elements-blocks_bonus-img {
    display: flex;
    align-items: center;
}

.b-catalog-elements-blocks_bonus-text {
    font-size: 14px;
    font-weight: 500;
}

.owl-carousel .owl-item img {
    margin: 0 auto !important;
}

.owl-carousel.owl-loaded .b-catalog-elements-blocks_holder {
    margin-left: 0;
}

.b-main-overlock .b-catalog-elements-blocks_holder,
.b-main-vaccleaner .b-catalog-elements-blocks_holder {
    background: #fff;
}

.wide .b-catalog-elements-blocks_holder {
    padding: 0;
}

.b-catalog-elements-blocks_pic {
    position: relative;
    display: block;
    height: 156px;
    border-radius: 4px !important;
    font-size: 0;
    margin-bottom: 10px;
    text-decoration: none !important;
    outline: none;
    text-align: center;
    overflow: hidden;
}

.b-catalog-elements-blocks_pic img {
    border-radius: 4px;
}

.catalog-detail-price, .price-discount {
    margin-right: 5px;
}

.b-catalog-elements-blocks_pic.no-image {
    background: url('/bitrix/templates/template.nadel/components/ma-19/catalog.section/blocks_2026/img/no-image1.png') center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.b-catalog-elements-blocks_pic.no-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.b-catalog-elements-blocks_text {
    flex: 1 0 auto;
    clear: both;
}

.b-catalog-elements-blocks_name {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    overflow: hidden;
    color: #212328;
}

.b-catalog-elements-blocks_detail-link {
    border-bottom: none !important;
    color: #212328;
    font-weight: 500;
}

.b-catalog-elements-blocks_description {
    height: 4.3em;
    font-size: 12px !important;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 18px;
    font-weight: 500;
    color: #8E8E93;
}

.b-catalog-elements-blocks_description span {
    font-size: 12px !important;
    text-transform: uppercase;
    color: #8E8E93 !important;
    font-weight: 700 !important;
    /* display: block; */
}

.b-catalog-elements-blocks_description p {
    margin: 0;
}

.b-catalog-elements-blocks_order {}

.b-catalog-elements-blocks_supply {
    min-height: 44px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
}



b-catalog-elements-blocks_supply-input a {
    background: transparent !important;
    padding: 0 !important;
}

.b-catalog-elements-blocks_price {
    margin-top: 5px;
}

.b-catalog-elements-blocks_supply-controls {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 70px;
}

.b-catalog-elements-blocks_supply-controls span {
    font-weight: 500;
    font-size: 14px;
}

.b-catalog-elements-blocks_supply-count {
    color: #8E8E93;
}

.b-catalog-elements-blocks_supply-price {
    color: #6E312A;
    margin-top: -2px;
    white-space: nowrap;
}

b-catalog-elements-blocks_supply-input svg {
    width: 16px !important;
    height: 16px !important;
}

b-catalog-elements-blocks_supply-input span {
    font-weight: 500;
    font-size: 14px;
    display: flex;
}

.bmcl_supply-value {
    color: #afafaf;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    white-space: nowrap;
}

.catalog-detail-price {
    font-weight: 500;
    color: #372c2c;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    white-space: nowrap;
}

.b-catalog-elements-blocks_buy {}

.bmcl_supply-buttons {
    flex: 1 0 auto;
    height: 44px;
}

.b-catalog-elements-blocks_supply-button {
    border-bottom: none !important;
    height: 100%;
}

.bmcl_supply-compare svg,
.b-catalog-elements-blocks_favorite svg,
.bmcl_supply-buttons svg {
    display: inline-block;
    width: 24px;
    height: 24px;
}

.ajax-remove-list path {
    stroke: #6E312A !important;
    fill: #E6E3E1;
}

.bmcl_supply-compare .js-product-compare.active svg {
    stroke: #6E312A !important;
}

.bmcl_supply-buttons path,
.bmcl_supply-buttons circle {
    transition: all .3s ease;
}

.b-catalog-elements-blocks_supply-button {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffed00;
    font-weight: 700;
    font-size: 16px;
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    transition: all .3s ease;
}

.b-catalog-elements-blocks_item .owl-carousel .owl-dots {
    position: absolute;
    bottom: -5px;
    top: 0;
    left: auto;
    right: 21px;
}

.b-catalog-elements-blocks_item .owl-carousel .owl-dots.disabled {
    display: none;
}

/* .b-catalog-elements-blocks_item .owl-carousel .owl-dot {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    background: none;
    border-radius: 50%;
    margin: 0 19px 0 0;
    position: relative;
    transition: all .3s ease;
}
.b-catalog-elements-blocks_item .owl-carousel .owl-dot::before {
    position: absolute;
    width: 100%;
    height: 10px;
    border: 1px solid #fff;
    background: none;
    border-radius: 50%;
    margin: 0 19px 0 0;
    position: relative;
    transition: all .3s ease;
} */

.b-catalog-elements-blocks-catalog-link {
    margin: 6px 0 0;
    text-align: center;
}

.g-clean {
    clear: both;
    font-size: 0;
    overflow: hidden;
}

.b-catalog-elements-blocks.owl-carousel .owl-item img {
    display: inline !important;
    width: auto !important;
}

.b-main-overlock .owl-carousel .owl-nav .owl-prev,
.b-main-overlock .owl-carousel .owl-nav .owl-next {
    top: 192px;
}

.b-main-overlock .owl-carousel .owl-nav .owl-prev {
    left: -19px;
    width: 11px;
    height: 20px;
    font-size: 0;
    background: url('/bitrix/templates/template.nadel/components/ma-19/catalog.section/blocks_2026/img/arrow_left.png') 0 0 no-repeat;
}

.b-main-overlock .owl-carousel .owl-nav .owl-next {
    right: -19px;
    width: 11px;
    height: 20px;
    font-size: 0;
    background: url('/bitrix/templates/template.nadel/components/ma-19/catalog.section/blocks_2026/img/arrow_right.png') 0 0 no-repeat;
}

.bmcl_supply-value s+.rouble {
    position: relative;
}

.bmcl_supply-value s+.rouble::before {
    font-size: 12px;
    top: -1px;
}

.price-discount {
    color: #F4364C;
}

@media (max-width: 1300px) {
    .b-catalog-elements-blocks {
        grid-template-columns: repeat(3, 1fr);
    }
}

.b-catalog-elements-blocks_reviews {
    margin-top: 5px;
}

@media (max-width: 767px) {
    .b-catalog-elements-blocks {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 24px 0;
        padding: 0 15px;
    }

    .b-catalog-elements-blocks_item {
        padding: 0 6px;
    }

    .b-catalog-elements-blocks.owl-carousel {
        height: 425px;
        overflow: hidden;
    }

    .b-catalog-elements-blocks.owl-carousel.owl-loaded {
        height: auto;
        overflow: visible;
    }

    .b-catalog-elements-blocks_item.line-4 {
        width: 205px !important;
    }

    .b-catalog-elements-blocks_reviews {
        margin-top: 16px;
    }

    .b-catalog-elements-blocks_reviews a {
        font-size: 12px;
    }

    .b-catalog-elements-blocks_reviews a svg {
        width: 14px;
        height: 14px;
        top: 3px;
    }

    .b-catalog-elements-blocks_holder .b-catalog-elements-blocks_item {
        height: auto;
        width: 205px !important;
        box-sizing: content-box;
    }

    .b-catalog-elements-blocks_bonus-text {
        font-size: 12px;
    }

    .b-catalog-elements-blocks_holder {
        margin: 0;
        padding: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        padding-bottom: 34px;
        height: 100%;
    }

    .promotion-wrapper .b-catalog-elements-blocks_holder {
        height: auto;
    }

    .b-catalog-elements-blocks.owl-carousel .owl-item img {
        display: block !important;
        width: auto;
    }

    .b-catalog-elements-blocks_item {
        margin: 0;
        float: none;
    }

    .b-catalog-elements-blocks_name {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .b-catalog-elements-blocks {
        margin: 0 -6px;
        margin-top: -15px;
        margin-bottom: 15px;
    }

    .b-catalog-elements-blocks_item .owl-carousel .owl-dots {
        bottom: -7px !important;
    }

    .b-catalog-elements-blocks_description {
        font-size: 10px !important;
        line-height: 18px;
        height: 58px;
        margin-bottom: 6px;
    }

    .b-catalog-elements-blocks_description p {
        overflow: hidden;
        height: 90px;
        text-overflow: ellipsis;
    }

    .b-catalog-elements-blocks_supply {
        display: flex;
        gap: 8px;
    }

    .bmcl_supply-compare svg,
    .b-catalog-elements-blocks_favorite svg,
    .bmcl_supply-buttons svg {
        width: 22px;
        height: 22px;
    }

    .b-catalog-elements-blocks_supply-button {
        padding: 9px 11px;
    }

    .bmcl_supply-value {
        flex-grow: 2;
        width: 100%;
        text-align: left;
        margin-bottom: 0;
    }

    .b-catalog-elements-blocks_bonus {
        margin-top: 2px;
    }

    .bmcl_supply-compare {
        flex-grow: 0;
        margin-left: 0;
    }

    .b-catalog-elements-blocks_favorite {
        flex-shrink: 0;
    }

    .catalog-detail-price {
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
    }
}

.separator {
    grid-column: span 4;
    height: 1px;
    background: #ddd;
}

.b-catalog-elements-blocks_reviews a {
    transition: all .3s ease;
}

.b-catalog-elements-blocks_reviews-count {
    font-size: 14px;
    color: #8E8E93;
    margin-left: 5px;
}

@media (max-width: 365px) {
    .b-catalog-elements-blocks_supply {
        gap: 5px;
    }

    .b-catalog-elements-blocks {
        grid-gap: 18px 0;
    }

    .b-catalog-elements-blocks {
        margin: 0 -5px;
    }

    .b-catalog-elements-blocks_item {
        padding: 0 5px;
    }

    .b-catalog-elements-blocks_supply-button {
        font-size: 14px;
    }

    .bmcl_supply-compare svg,
    .b-catalog-elements-blocks_favorite svg,
    .bmcl_supply-buttons svg {
        height: 18px;
        width: 18px;
    }
}

.b-catalog-elements__picture {
    height: 166px !important;
    padding-bottom: 10px !important;
    overflow: hidden !important;
}

.b-carousel_item_pic {
    height: 156px !important;
}

.b-catalog-elements__picture img {
    max-height: 156px !important;
    width: auto !important;
    margin: 0 auto !important;
}

.b-catalog-elements-blocks_supply-input {
    display: none;
    justify-content: space-around !important;
    align-items: center;
    border: 1px solid #E6E3E1;
    border-radius: 4px;
    height: 44px;
}

.b-catalog-elements-blocks_supply-input a {
    border: none !important;
    padding: 5px 15px;
}

.b-catalog-elements-blocks_supply-input svg {
    width: 12px;
    height: 12px;
}

@media (max-width: 420px) {
    .b-catalog-elements-blocks_supply-controls span {
        font-size: 12px;
    }

    .b-catalog-elements-blocks_supply-input a {
        padding: 5px !important;
    }

    .b-catalog-elements-blocks_supply-controls {
        font-size: 12px !important;
    }

    .b-catalog-elements-blocks_supply-count,
    .b-catalog-elements-blocks_supply-count-value {
        font-size: 12px !important;
    }

    .b-catalog-elements-blocks_supply-controls {
        width: 41px;
    }

    .b-catalog-elements-blocks_supply-controls svg {
        width: 10px;
    }

    .b-catalog-elements-blocks_favorite svg,
    .ajax-compare svg {
        width: 16px;
        height: 16px;
    }
}
/* End */


/* Start:/bitrix/templates/template.nadel/js/libs/owlcarousel/owl.carousel.min.css?15729485303338*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/bitrix/templates/template.nadel/js/libs/owlcarousel/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/bitrix/templates/template.nadel/js/libs/owlcarousel/owl.theme.default.min.css?15710772111013*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* End */
/* /bitrix/templates/template.nadel/components/ma-19/catalog.element/detail_2026/style.css?176958707361349 */
/* /bitrix/templates/template.nadel/components/ma/news.list/template.nadel.catalog.detail/style.css?15710772111071 */
/* /bitrix/templates/template.nadel/components/webdebug/reviews2.list/.default/style.css?170324234111599 */
/* /bitrix/templates/template.nadel/components/webdebug/reviews2.add/catalog.products/style.css?17037437079113 */
/* /bitrix/templates/template.nadel/components/ma-19/catalog.section/blocks_2026/style.css?176958299116519 */
/* /bitrix/templates/template.nadel/js/libs/owlcarousel/owl.carousel.min.css?15729485303338 */
/* /bitrix/templates/template.nadel/js/libs/owlcarousel/owl.theme.default.min.css?15710772111013 */
