.mabag_detail_page_article {
	margin-top: 16px;
	font-size: 14px;
}

.mabag_detailcard_buy_buttons_comingsoon {
	margin-bottom: 32px;
}

.detailedCard__puy_skoro_v_prodazhe {
	background: #000;
	padding: 13px 24px;
	color: #FFF;
	text-align: center;
	font-family: Bounded;
	font-size: 16px;
	font-style: normal;
	font-weight: 200;
	line-height: 140%;
	display: flex;
	flex-direction: row;
	width: 87%;
	justify-content: space-between;
}

.detailedCard__description-info {
	color: #868686;
	font-family: Bounded;
	font-size: 13px;
	font-style: normal;
	font-weight: 200;
	line-height: 140%;
	margin-top: 4px
}

@media (max-width: 768px) {
	.detailedCard__puy_skoro_v_prodazhe {
		width: 100%;
		font-weight: 200;
		background: #454545;
	}

	body {
		padding-top: 63px !important;
	}

}

.digi-dolyame-product__content {
	text-align: center !important;
	color: #000 !important;
	font-family: Bounded !important;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 200 !important;
	line-height: 140% !important;
}

.digi-dolyame-product {
	background: #EFEFEF !important;
	border-radius: 0px !important;
	border: 1px solid #EFEFEF !important;
}

.digi-dolyame-product:hover {
	background: #fff !important;
}

.mabag_modal_razmersetka_svg path {
	stroke: #DBDBDB;
}

.mabag_modal_razmersetka_svg:hover path {
	stroke: #000;
}

.mabag_modal_razmersetka .modal-catalog {
	margin-top: 0;
}

.mabag_modal_razmersetka .modal-catalog .modal-header {
	padding: 23px 20px 37px;
}

.modal_descrip_razmersetka {
	color: #000;
	font-family: Bounded;
	font-size: 16px;
	font-style: normal;
	font-weight: 200;
	line-height: 140%;
	border-bottom: 1px solid #DBDBDB;
	padding-bottom: 30px;
}

.mabag_modal_razmersetka .modal-body {
	padding: 0 20px 20px;
}

.mabag_modal_razmersetka .modal-title {
	font-size: 16px;
}

.mabag_modal_razmersetka {
	top: 0;
	position: absolute;
	padding-right: 0 !important;
	height: auto;
	max-height: 58vh;
	margin-top: 6%;
	border: 1px solid #DBDBDB;
	animation: fadeInScale 0.3s ease;
	background: #fff;
}

.mabag_vybor_body_photo {
	flex-grow: 1;
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.mabag_vybor_body_text {}

.photo_desctop_title {
	margin-bottom: 10px;
}

.photo_desctop_sostav {
	margin-bottom: 10px;
}

.photo_desctop_razmer {
	margin-bottom: 10px;
}

.photo_desctop img {
	width: 100%;
}

.mb-5 {
	margin-bottom: 0 !important;
}

.detailedCard__description-heartIcon {
	background-image: url('/img/ico/love1.svg');
	cursor: pointer;
}

.detailedCard__description-heartIcon.active {
	background-image: url('/img/ico/loveac1.svg');
	background-color: #454545;
}

.is-added {
	background: #454545 !important;
	justify-content: center !important;
}

.mabagdetail_info_panel {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-out;
	display: block;
}

.mabagdetail_info_accordion_active+.mabagdetail_info_panel {
	margin-bottom: 16px;
}

.mabagdetail_info_accordion:after {
	content: url(/img/ico/footermob_down.svg);
	width: 13px;
	right: 0px;
	top: 0px;
	position: absolute;
}

.mabagdetail_info_accordion_active:after {
	content: url(/img/ico/footermob_up.svg);
}

.photo_mob {
	display: none;
}

@media (max-width: 768px) {

	.mabagdetail_info_panel {
		font-size: 14px;
	}

	.mabag_modal_razmersetka_svg path {
		stroke: #000;
	}

	.mabag_modal_razmersetka .modal-body {
		padding: 0 10px 30px;
	}

	.modal_descrip_razmersetka {
		font-size: 14px;
		padding-bottom: 21px;
		text-align: left;
		overflow: visible;
	}

	.mabag_modal_razmersetka::before {
		content: "";
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background: rgba(0, 0, 0, 0.5);
		/* Цвет и прозрачность затемнения */
		z-index: -1;
		/* Уводит фон под контент модалки */
		pointer-events: none;
		/* Чтобы клики проходили сквозь фон, если нужно */
	}

	.mabag_modal_razmersetka .modal-catalog .modal-header {
		padding: 20px 10px 32px;
	}

	.mabag_modal_razmersetka .modal-catalog {
		margin: 0;
	}

	.js-element .price {
		margin-top: 5px;
	}

	.photo_mob img {
		width: 100%;
	}

	.photo_mob {
		display: block;
		margin-bottom: 5px;
	}

	.photo_desctop {
		display: none;
	}
}

.owl-dots {
	position: absolute;
	bottom: 13px;
	display: flex;
	justify-content: center;
	gap: 2px;
	width: calc(100% - 18px);
	margin: 0 9px;
}

.owl-dots .owl-dot.active {
	display: block !important;

}

.owl-dots .active span {
	background: #DBDBDB;
}

.owl-dot {
	flex: 1;
}

.owl-dots button span {
	height: 1px;
	background: #ffffff80;
	display: block;
	width: 100% !important;
	margin: 0 !important;

}

.mabag_catalog_section {
	display: none !important;
}

.catalog-block-header {
	display: none !important;
}

.mabagdetail_info_text_item {
	border-bottom: 1px solid #DBDBDB;
}

.mabagdetail_info_text {
	margin-bottom: 32px;
	color: #000;
	font-family: Bounded;
	font-size: 16px;
	font-style: normal;
	font-weight: 200;
	line-height: 22.4px;
	border-top: 1px solid #DBDBDB;
}

.mabagdetail_info_accordion:hover {
	color: #454545;
}

.mabagdetail_info_accordion {
	margin: 16px 0;
	cursor: pointer;
	position: relative;
}

.mabagdetail_info_accordion_active {
	font-weight: 400;
}

.mabag_detailcard_buy_buttons {
	display: flex;
	flex-direction: row;
	gap: 7px;
}

.detail_color_text {
	display: flex;
	flex-direction: row;
	gap: 5px;
}

.juicy_detail_page_article {
	margin-bottom: 20px;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
}


.detailedCard__description-blockIcon {
	display: flex;
	flex-direction: row;
	gap: 20px;
}

.ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
	background: #fff;
}


.detailedCard__description-header h3 {
	margin: 20px 0 30px;
}


.detailedCard__description-header {
	flex-direction: column;
	align-items: start !important;
}

.detailedCard_opacity {
	opacity: 0;
}

.detailedCard__description-basketBtn {
	display: block;
	text-align: center;
	text-decoration: none !important;
	color: #fff !important;
}

/*region Sidebar */


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

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

/*endregion*/

/*region Compare*/
.product-item-detail-compare-container {
	position: relative;
	margin: 0 -15px 1px -14px;
	padding: 4px 15px;
	min-height: 30px;
	border-top: 1px solid #e4e4e4;
	background: #f3f3f3;
	box-shadow: inset 0 1px 1px 0 #eee;
	color: #4e4e4e;
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
	border-radius: 1px;
}

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

/*endregion*/

/*region Price */
.product-item-detail-price-current {
	color: #d0021b;
	white-space: nowrap;
	font-weight: bold;
	text-align: center;
	font-size: 30px;
	line-height: 33px;
	transition: font-size 200ms ease;
}

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

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

/*endregion*/

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

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

.product-item-scu-block {}

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

.product-item-scu-item-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

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

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

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

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

.bx-no-touch .product-item-scu-item-color-block {
	transition: outline 200ms ease;
}

.bx-retina .product-item-scu-item-color-block {
	outline-width: .5px;
}

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
	outline-width: 2px;
}

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

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

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

.bx-no-touch .product-item-scu-item-text-block {
	transition: outline 300ms ease;
}

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

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

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

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

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

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

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
	background-size: 80% 80%;
	content: "";
}

.product-item-selected-scu-container {
	word-spacing: 1px
}

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

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

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

/*endregion*/

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

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


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

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus {
	border-width: .5px;
}

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover {
	background: #d3d3d3;
}

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

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
	opacity: .3 !important;
	cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
	background-color: #f2f2f2;
}

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

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

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

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after {
	opacity: 1;
}

.product-item-amount-field-block {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.product-item-amount-field {
	display: block;
	padding: 0;
	width: 100%;
	height: 22px;
	border: 1px solid transparent;
	border-radius: 2px;
	background: transparent !important;
	color: #000;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 19px;
	line-height: 22px;
	transition: border 300ms ease;
}

.bx-retina .product-item-amount-field {
	border-width: .5px;
}

.product-item-amount-field:focus {
	outline: none !important;
	border-color: #006cc0;
	border-color: var(--theme-color-primary);
}

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

.product-item-amount-description-container {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	color: #a5a5a5;
	white-space: nowrap;
	font-size: 12px;
}

.product-item-amount-description-container strong {
	color: #333;
	white-space: nowrap;
}

.product-item-amount-label-container {
	margin: 5px 0;
	color: #a5a5a5;
	font-weight: bold;
	font-size: 12px;
}

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

/*endregion*/

/*region Buy button*/
.btn.product-item-detail-buy-button {
	position: relative;
	display: block;
	margin: 0 auto;
	max-width: 250px;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.product-item-detail-short-card-btn .btn.product-item-detail-buy-button {
	margin: 0;
}

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

.btn-link.product-item-detail-buy-button {
	height: 25px;
}

/*endregion*/

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

.product-item-detail-slider-block {
	position: relative;
	box-sizing: border-box;
	padding-top: 56.25%;
	height: 0;
}

.product-item-detail-slider-block.product-item-detail-slider-block-square {
	padding-top: 100%;
}

.product-item-detail-slider-images-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.product-item-detail-slider-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	opacity: 0;
	transition: opacity 250ms linear;
}

.product-item-detail-slider-image.active {
	z-index: 10;
	opacity: 1;
}

.product-item-detail-slider-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	outline: 1px solid transparent;
	background-position: center;
	background-repeat: no-repeat;
	transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
	transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-slider-progress-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 180;
	height: 3px;
	background-color: #006cc0;
	background-color: var(--theme-color-primary)
}

/*endregion*/

/*region Slider Controls*/
.product-item-detail-slider-controls-block {
	padding: 10px 0;
	text-align: center;
}

.product-item-detail-slider-controls-image {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 65px;
	height: 65px;
	outline: 1px solid #c0cfda;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
}

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

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

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

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

.product-item-detail-slider-controls-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 65px;
	max-height: 65px;
	width: auto;
	height: auto;
	transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-slider-left,
.product-item-detail-slider-right {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 111;
	display: block;
	width: 25%;
	background: rgba(255, 255, 255, 0) url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2230%22%20viewBox%3D%220%200%2016%2030%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2050%202%2036%2016%2022%2015%2021%201%2035%200%2036%201%2037%2015%2051%22%20transform%3D%22translate(0%20-21)%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
	opacity: .57;
	cursor: pointer;
	transition: all 300ms ease;
}

.product-item-detail-slider-left {
	left: 0;
}

.product-item-detail-slider-right {
	right: 0;
	transform: rotate(180deg);
}

.product-item-detail-slider-left:hover,
.product-item-detail-slider-right:hover {
	background-color: rgba(255, 255, 255, .4);
	opacity: .8;
}

.product-item-detail-slider-close {
	display: none;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close {
	position: absolute;
	top: 4px;
	right: 110px;
	bottom: 0;
	z-index: 150;
	display: block;
	width: 50px;
	height: 50px;
	background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
	opacity: .27;
	cursor: pointer;
	transition: all 300ms ease;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close:hover {
	opacity: 1;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-right {
	right: 105px;
}

/*endregion*/

/*region magnified*/
.product-item-detail-slider-container.magnified .product-item-detail-slider-image {
	z-index: 100;
}

.product-item-detail-slider-container.magnified .product-item-detail-slider-image img {
	outline-color: #ddd;
}

.product-item-detail-slider-container.magnified .product-item-detail-slider-left,
.product-item-detail-slider-container.magnified .product-item-detail-slider-right {
	z-index: 50;
}

.product-item-detail-slider-container.magnified .product-item-label-text,
.product-item-detail-slider-container.magnified .product-item-label-ring {
	opacity: 0;
}

/*	>>>	popup*/
.product-item-detail-slider-container.popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999999;
	background: #fff;
	animation-name: imgPopupShow;
	animation-duration: 300ms;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-images-container {
	right: 105px;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-block {
	padding-top: 0;
	height: 100vh;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image {
	position: absolute;
	top: 50%;
	left: 50%;
	max-height: 100vh;
	width: calc(100% - 150px);
	transform: translateY(-50%) translateX(-50%);
}

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

	to {
		opacity: 1;
	}
}

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

	to {
		opacity: 1;
	}
}

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

	to {
		opacity: 1;
	}
}

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

	to {
		opacity: 1;
	}
}

@keyframes imgPopupShow {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image img {
	max-width: 100%;
	max-height: 90vh;
	width: auto;
	cursor: default
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	padding: 20px;
	border-left: 1px solid #d3d3d3;
	background-color: #fff;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
	display: block;
	margin-bottom: 20px;
}

/*endregion*/

/*region  Slider Mobile*/
@media (max-width: 767px) {
	.product-item-detail-slider-container.popup .product-item-detail-slider-images-container {
		right: 0;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-block {
		padding-top: 0;
		height: calc(100vh - 111px);
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-image {
		width: 90%;
	}

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

	.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
		position: absolute;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
		overflow-x: auto;
		max-height: 111px;
		border-top: 1px solid #d3d3d3;
		border-left: none;
		white-space: nowrap;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
		display: inline-block;
		margin-bottom: 0;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-close {
		right: 10px;
		z-index: 200;
	}

	.product-item-detail-slider-left,
	.product-item-detail-slider-right {
		max-width: 75px;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-right {
		right: 0;
	}

}

/*endregion*/

/*region Label*/
.product-item-label-text,
.product-item-label-ring {
	position: absolute;
	z-index: 190;
	opacity: 1;
	transition: opacity 450ms ease;
}

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

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring {
	background-color: #fba90c;
}

.product-item-label-text>div,
.product-item-label-ring>div {
	line-height: 0;
}

.product-item-detail-slider-container.popup .product-item-label-text,
.product-item-detail-slider-container.popup .product-item-label-ring {
	display: none;
}

/* TEXT */
.product-item-label-text span {
	padding: 2px 5px;
	vertical-align: middle;
	font-weight: bold;
}

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

.product-item-label-text.product-item-label-big span {
	padding: 4px 10px;
	font-size: 13px;
	line-height: 17px;
}

@media (max-width: 767px) {
	.product-item-label-text>div {
		line-height: 0;
	}

	.product-item-label-text.product-item-label-small span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
		margin-bottom: 1px;
		padding: 2px 7px;
		font-size: 10px;
		line-height: 14px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-small span,
	.product-item-label-text.product-item-label-big span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
		margin-bottom: 1px;
		padding: 3px 12px;
		font-size: 14px;
		line-height: 16px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-big span {
		padding: 3px 12px;
		font-size: 20px;
		line-height: 25px;
	}
}

/*RING*/
.product-item-label-ring {
	box-sizing: border-box;
	border-radius: 50%;
	font-weight: bold;
}

.product-item-label-ring.product-item-label-small {
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
}

.product-item-label-ring.product-item-label-big {
	width: 50px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
}

@media (max-width: 767px) {

	.product-item-label-ring.product-item-label-small,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
		width: 20px;
		height: 20px;
		font-size: 13px;
		line-height: 20px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-small,
	.product-item-label-ring.product-item-label-big,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-big {
		width: 70px;
		height: 70px;
		font-size: 24px;
		line-height: 70px;
	}
}

.product-item-label-top {
	top: -5px;
}

.product-item-label-center {
	left: 50%;
	transform: translateX(-50%);
}

.product-item-label-center>div {
	text-align: center;
}

.product-item-label-left {
	left: -5px;
}

.product-item-label-left>div {
	text-align: left;
}

.product-item-label-bottom {
	bottom: -5px;
}

.product-item-label-middle {
	top: 50%;
	transform: translateY(-50%);
}

.product-item-label-right {
	right: -5px;
}

.product-item-label-right>div {
	text-align: right;
}

.product-item-label-center.product-item-label-middle {
	transform: translateY(-50%) translateX(-50%);
}

/*endregion*/

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

.product-item-detail-tabs-list {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-item-detail-tabs-list:after {
	display: table;
	clear: both;
	content: "";
}

.product-item-detail-tab {
	float: left;
	min-height: 60px;
}

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

.product-item-detail-tab-link:hover,
.product-item-detail-tab.active .product-item-detail-tab-link {
	color: #006cc0;
	color: var(--theme-color-primary);
	text-decoration: none;
}

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

.product-item-detail-tab-link:hover:after,
.product-item-detail-tab.active .product-item-detail-tab-link:after {
	height: 3px;
}

.product-item-detail-tab-link:active:after {
	height: 6px;
}

.product-item-detail-tab-content {
	padding: 25px 0;
}

@media (max-width: 991px) {
	.product-item-detail-tabs-container {
		display: none !important;
	}

	.product-item-detail-tab-content {
		display: block !important;
	}
}

/*Tab fixed*/
.product-item-detail-tabs-container-fixed {
	position: fixed;
	top: -100px;
	right: 0;
	left: 0;
	z-index: 300;
	background-color: #fff;
	box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
	transition: top 350ms linear;
}

.product-item-detail-tabs-container-fixed {
	min-height: 45px;
	background: #fff;
}

.product-item-detail-tabs-container-fixed.active {
	top: 0;
	opacity: 1;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tabs-list {
	margin: 0 auto;
	max-width: 1048px;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tab {
	min-height: 45px;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tab-link {
	padding: 10px 25px;
	height: 45px;
	line-height: 25px;
}

.bx-touch .product-item-detail-tabs-container-fixed {
	display: none !important;
}

/*endregion*/

/*region Small Card*/
.product-item-detail-short-card-fixed {
	position: fixed;
	top: -85px;
	right: 0;
	left: 0;
	z-index: 310;
	box-sizing: border-box;
	height: 85px;
	background-color: #fff;
	box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
	transition: top 220ms linear;
}

.product-item-detail-short-card-fixed.active {
	top: 0;
	opacity: 1;
}

.product-item-detail-short-card-fixed.active+.product-item-detail-tabs-container-fixed.active {
	top: 85px;
}

.bx-touch .product-item-detail-short-card-fixed {
	display: none !important;
}

.product-item-detail-short-card-fixed .product-item-detail-short-card-content-container {
	margin: 0 auto;
	max-width: 1048px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

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

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

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

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

.product-item-detail-short-card-price {
	padding: 0 10px;
	vertical-align: middle;
	text-align: right;
}

.product-item-detail-short-card-btn {
	padding-left: 10px;
	min-width: 120px;
}

/*endregion*/

/*region Properties */
.product-item-detail-tab-content {
	display: none;
}

.product-item-detail-tab-content.active {
	display: block;
}

.product-item-detail-tab-content h3 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
}

.product-item-detail-properties {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

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

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

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

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

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

/*endregion*/

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type='number'] {
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

/* ВЫБОР ТИПА ТКАНИ */
.modal-catalog {
	max-width: 840px !important;
}

.modal-catalog .modal-content {
	border: unset;
	border-radius: 0;


}

.modal-catalog .modal-header {
	border-bottom: unset;
}

.modal-catalog .modal-body {
	border-bottom: unset;
}

.modal-catalog .tab-btns {
	display: flex;
	margin: 0 0 24px;
	border-bottom: solid 1px #f2f2f2;
	flex-wrap: wrap;
}

.modal-catalog .tab-btn {
	display: inline-block;
	margin: 0 30px 0 0;
	font-size: 22px;
	line-height: 32px;
	color: #1a1a1a;
	opacity: .6;
	font-family: "Bounded";
	font-style: normal;
	font-weight: 400;
	cursor: pointer;
}

@media (max-width: 768px) {
	.modal-catalog .tab-btn {
		font-family: "Bounded";
	}
}

.modal-catalog .tab-btn.active {
	opacity: 1;
	border-bottom: solid 2px #b29674;
}

.modal-catalog .tabs .tab {
	display: none;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;

}

.modal-catalog .tabs .tab.active {
	display: flex;
}

.modal-catalog .tabs .tab .element {
	width: calc(calc(100% / 3) - 30px);
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 13px;
	cursor: pointer;
	color: #000;
	font-family: Bounded;
	font-size: 16px;
	font-style: normal;
	font-weight: 200;
	line-height: 22.4px;


}

@media (max-width: 800px) {
	.modal-catalog .tabs .tab .element {
		padding-bottom: 0px;
	}
}




.modal-catalog .tabs .tab .photo {
	background-size: 100% 100%;
	margin-bottom: 12px;

}

.modal-catalog .tabs .tab .photo::before {
	content: "";
	float: left;
	padding-top: 100%;
}

@media (max-width: 800px) {



	.detailedCard__description {
		padding: 0 10px;
		z-index: 100;
	}

	.bx-breadcrumb {
		display: none !important;
	}

	.juicy_mob_margin_top {
		margin-top: -16px;
	}

	.modal-catalog .tab-btns {
		flex-direction: column;
		text-align: center;
	}

	.tab-btn {
		margin-right: 0px !important;
		margin-bottom: 2px !important;
	}

	.modal-catalog .tab-btn.active {
		margin-bottom: 0 !important;
	}

	.modal-catalog .tabs .tab .element {
		width: 41%;
	}
}


.juicy_carousel_photos_block_tablicaraz .owl-theme .owl-nav .owl-next:hover {
	background: #cccccc;
}

.juicy_carousel_photos_block_tablicaraz .owl-theme .owl-nav .owl-prev:hover {
	background: #cccccc;
}

.juicy_carousel_photos_block_tablicaraz .owl-theme .owl-nav .owl-next {
	position: absolute;
	top: 45%;
	right: 10px;
	background: #ededed;
	color: #000;
	height: 35px;
	width: 35px;
	font-size: 28px;
	border-radius: 50px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
}

.juicy_carousel_photos_block_tablicaraz .owl-theme .owl-nav .owl-prev {
	position: absolute;
	top: 45%;
	left: 10px;
	background: #ededed;
	color: #000;
	height: 35px;
	width: 35px;
	font-size: 28px;
	border-radius: 50px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
}

.juicy_carousel_photos_block_tablicaraz {
	width: 100%;
}

.juicy_carousel_photos_block_tablicaraz .owl-dots button span {
	background: #dbdbdb;
}

/* ВЫБОР ТИПА ТКАНИ */
.detail-color-pic_mabag {
	position: relative;
}

.detail-color {
	position: relative;
	display: block;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 4px;
	align-items: flex-start;
	color: #000;
	font-family: Bounded;
	font-size: 16px;
	font-style: normal;
	font-weight: 200;
	line-height: 22.4px;
	margin-bottom: 32px;
}

.detail-color:hover {
	border-color: #ccc;
}

.detail-color:hover .detail-color-select {
	color: #454545;
}

.detail-color-pic,
.fabric-item__img {
	position: relative;
}

.pre-order .detail-color-pic::after,
.pre-order .fabric-item__img::after {
	color: rgb(255, 255, 255);
	content: "Под заказ";
	background: rgba(128, 128, 128, 0.7);
}

.detail-color-pic {
	height: 80px;
	width: 30%;
	margin-right: 16px;
	background: no-repeat center center;
	background-size: cover;
}

.detail-color-pic:after,
.fabric-item__img:after {
	position: absolute;
	left: 0;
	bottom: 0;
	display: inline-block;
	font-size: 12px;
	line-height: 12px;
	padding: 4px 8px;
}

.detail-color-info img {
	width: 100px;
	height: 100px;

}

.detail-color-select {
	position: absolute;
	bottom: 52%;
	right: 0;
	display: block;
	color: #000;
	font-family: Bounded;
	font-size: 16px;
	font-style: normal;
	font-weight: 200;
	line-height: 22.4px;
	text-decoration: underline;
}




.mabag_modal_vybor .photo_desctop_sostav {
	margin-bottom: 8px;
}

.mabag_modal_vybor .photo_desctop_razmer {
	margin-bottom: 8px;
}

.mabag_modal_vybor .photo_desctop_title {
	margin-bottom: 8px;
	font-weight: 400;
}

.mabag_modal_vybor .modal-catalog .tabs .tab .photo {
	margin-bottom: 8px;
}

.mabag_modal_vybor .modal-catalog .tabs .tab .element {
	margin-right: 0;
	margin-left: 0;
	width: calc(calc(100% / 3) - 9px);
	font-weight: 200;
	font-size: 12px;
	line-height: 16.8px;
	margin-bottom: 0px;
	display: flex;
	flex-direction: column;
}

.mabag_modal_vybor .modal-catalog .tabs .tab.active {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 12px;
	padding: 0 20px;
	margin-right: -20px;
	margin-left: -20px;
}

.mabag_modal_vybor .modal-catalog .tab-btn {
	font-size: 16px;
	opacity: 1;
	line-height: 140%;
	font-weight: 200;
	margin: 0 32px 4px 0;
}

.modal-catalog .tab-btn.active {
	font-weight: 400;
	border: none;
}

.mabag_modal_vybor .modal-catalog .tab-btns {
	border-bottom: solid 1px #DBDBDB;
}

.mabag_modal_vybor .modal-body {
	padding: 0 20px 20px;
}

.mabag_modal_vybor .modal-title {
	font-size: 16px;
}

.mabag_modal_vybor_svg:hover path {
	stroke: #454545;
}

.mabag_modal_vybor_svg path {
	stroke: #DBDBDB;
}

.mabag_modal_vybor .modal-catalog .modal-header {
	padding: 20px;
}

.mabag_modal_vybor .modal-dialog {
	margin: 0;
}

.mabag_modal_vybor {
	top: 0;
	position: absolute;
	padding-right: 0 !important;
	height: auto;
	max-height: 75vh;
	margin-top: 35%;
	border: 1px solid #DBDBDB;
	animation: fadeInScale 0.3s ease;
}

@keyframes fadeInScale {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.modal-backdrop.show {
	display: none;
}


@media (max-width: 768px) {


	.mabag_modal_vybor_svg path {
		stroke: #000;
	}

	.detailedCard__description_mabagfavico_heartIcon.active {
		background-image: url(/img/ico/loveac1.svg);
	}

	.detailedCard__description_mabagfavico_heartIcon {
		width: 25px;
		background-color: inherit;
		padding: 11px 15px;
		cursor: pointer;
		display: flex;
		background-image: url(/img/ico/love1.svg);
		background-repeat: no-repeat;
		background-position: center;
		align-items: center;
		gap: 10px;
		align-self: stretch;
	}

	.detailedCard__description_mabagfavico {
		display: block;
		position: absolute;
		top: 17px;
		right: 10px;
		z-index: 900;
	}

	.mabagfavico_back {
		position: absolute;
		z-index: 900;
		top: 20px;
		left: 10px;
	}

	.mabag_modal_vybor .modal-catalog .tab-btn {
		margin: 0 32px 4px 0 !important;
	}

	.mabag_modal_vybor .modal-catalog .tab-btns {
		text-align: left;
		text-align: left;
		display: flex;
		flex-direction: row;
	}

	.mabag_modal_razmersetka {
		position: fixed;
		top: auto;
		bottom: 0;
		left: 0;
		right: 0;
		margin-top: 0;
		width: 100%;
		max-height: 90vh;
		border: none;
		border-top: 1px solid #DBDBDB;
		box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.1);
		animation: slideUpMobile 0.3s ease;
	}

	.mabag_modal_vybor {
		position: fixed;
		/* Фиксируем относительно экрана, а не родителя */
		top: auto;
		/* Сбрасываем верхнюю привязку */
		bottom: 0;
		/* Прижимаем к низу экрана */
		left: 0;
		right: 0;
		margin-top: 0;
		/* Убираем огромный отступ */
		width: 100%;
		/* Растягиваем на всю ширину */
		max-height: 90vh;
		/* Занимает до 90% высоты экрана */
		border: none;
		border-top: 1px solid #DBDBDB;
		box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.1);
		animation: slideUpMobile 0.3s ease;
		overflow: visible;
		overscroll-behavior: contain;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	.mabag_modal_vybor::before {
		content: "";
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background: rgba(0, 0, 0, 0.5);
		z-index: -1;
		pointer-events: none;
	}

	@keyframes slideUpMobile {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	.mabag_detail_img_fav_ico_img.active {
		background-image: url(/img/ico/loveac1.svg);
	}

	.mabag_detail_img_fav_ico_img {
		width: 26px;
		height: 22px;
		display: flex;
		background-image: url(/img/ico/love1.svg);
		background-repeat: no-repeat;
		background-position: center;
	}

	.mabag_detail_img_fav_ico {
		position: absolute;
		top: 17px;
		right: 10px;
		z-index: 100;
	}

	.detailedCard__topSlider {
		position: relative;
	}

	.detail-color-select {
		bottom: 28%;
	}

	.mabagdetail_info_text {
		margin-bottom: 0;
	}

	.detail-color {
		margin-bottom: 30px;
	}
}

/* ВЫБОР ТИПА ТКАНИ */

.detailedCard__images--desktop {
	display: block;
}

.detailedCard__topSlider--mobile {
	display: none;
}

@media (max-width: 768px) {
	.detailedCard__images--desktop {
		display: none;
	}

	.detailedCard__topSlider--mobile {
		display: block;
	}
}

.js-amount-text {
	margin-top: 4px;
	font-size: 12px;
	line-height: 140%;
}

.mabag_detail_old_price,
.mabag_offer_old_price {
    display: block;
    margin-top: 4px;
    color: #8c8c8c;
	font-size: 13px;
	font-weight: 200;
    line-height: 1.2;
    text-decoration: line-through;
}

.mabag_detail_sale_price,
.mabag_offer_sale_price {
    color: #A90000;
}

.mabag_offer_sale_badge {
	position: absolute;
	top: 8px;
	left: 0;
	z-index: 2;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 62px;
	padding: 4px 16px;
	border: 0;
	border-radius: 0;
	background: #333;
	color: #fff;
	font-family: Bounded, Arial, sans-serif;
	font-size: 12px;
	font-weight: 300;
	line-height: 140%;
	letter-spacing: 0;
	text-align: center;
	white-space: nowrap;
}

.mabag_selected_offer_sale_badge {
	position: absolute;
	top: 8px;
	left: 0;
	z-index: 2;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 62px;
	padding: 4px 16px;
	border: 0;
	border-radius: 0;
	background: #333;
	color: #fff;
	font-family: Bounded, Arial, sans-serif;
	font-size: 12px;
	font-weight: 300;
	line-height: 140%;
	letter-spacing: 0;
	text-align: center;
	white-space: nowrap;
}

.product-item-detail-slider-block .product-item-label-ring {
	box-sizing: border-box;
	width: 105px !important;
	min-width: 105px !important;
	height: auto !important;
	top: 20px !important;
	right: auto !important;
	left: 0 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	overflow: hidden !important;
	padding: 5.769px 27.692px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #333 !important;
	color: #fff !important;
	font-family: Bounded, Arial, sans-serif !important;
	font-size: 18.462px !important;
	font-style: normal !important;
	font-weight: 300 !important;
	line-height: 140% !important;
	letter-spacing: 0 !important;
	text-align: center !important;
	white-space: nowrap !important;
}

.product-item-detail-slider-block .product-item-label-ring:after,
.product-item-detail-slider-block .product-item-label-ring:before {
	display: none !important;
}

.product-item-detail-slider-block .product-item-label-ring>span {
	display: block !important;
	width: 100% !important;
	text-align: center !important;
	white-space: nowrap !important;
}

@media (max-width: 767px) {
	.product-item-detail-slider-block .product-item-label-ring {
		width: 92px !important;
		min-width: 92px !important;
		height: auto !important;
		top: 8px !important;
		left: 0 !important;
		padding: 4px 20px !important;
		font-size: 15px !important;
		line-height: 140% !important;
	}

	.mabag_offer_sale_badge,
	.mabag_selected_offer_sale_badge {
		min-width: 56px;
		padding: 3px 12px;
		font-size: 11px;
	}
}
