

/* Start:/local/templates/marr_ur/components/bitrix/menu/left/style.css?17847039832558*/
.aside-menu-m {
    max-height: 583px;
    overflow-y: auto;
    padding-top: 10px;
    margin-bottom:  40px;
}

.aside-menu-m::-webkit-scrollbar {
    width: 4px;
    background-color: #f9f9fd;
}

.aside-menu-m::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #949393;
}

.aside-menu-m::-webkit-scrollbar-track {
    background-color: transparent;
}

.aside-menu-m__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.aside-menu-m__list-item-name {
    display: block;
    border-radius: 3px;
    cursor: pointer;
    transition:
            color .1s,
            background-color .1s,
            border-color .1s,
            opacity .1s,
            box-shadow .1s,
            transform .1s;
}

.aside-menu-m__list-item-name.--lvl1 {
    font-weight: bold;
    font-size: 14px;
    line-height: 111%;
    color: #111111;
    padding: 14px 34px 14px 14px;
    position: relative;

}

.aside-menu-m__list-item-name.--lvl1:after {
    content: "";
    height: 20px;
    width: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    transition: transform .2s;
    background-image: url('data:image/svg+xml;utf8,<svg width="12" height="7" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L6 6L11 1" stroke="currentColor"/></svg>');
}

.aside-menu-m__list-item.--lvl1.--active .aside-menu-m__list-item-name.--lvl1:after {
    transform: translateY(-50%) rotateX(180deg);
}

.aside-menu-m__list-item-name.--lvl2 {
    padding: 14px;
    font-weight: normal;
    font-size: 14px;
    line-height: 111%;
    color: #111111;
}

.aside-menu-m__list-item-name.--lvl3 {
    font-family: Century Gothic;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    padding: 14px 15px 14px 25px;
    line-height: 111%;
    color: #111111;
}

.aside-menu-m__list-item.--active.--lvl2 .aside-menu-m__list-item-name.--lvl2,
.aside-menu-m__list-item.--active.--lvl3 .aside-menu-m__list-item-name.--lvl3{
    color: #BA1E1F;
}

.aside-menu-m__list-item-link {
    color: currentColor !important;
}

.aside-menu-m__list-item-name:not(.--lvl1):hover {
    background-color: #BA1E1F;
    color: #FFFFFF !important;
}

.aside-menu-m__list-item-link:hover {
    text-decoration: underline;
}

.aside-menu-m__list-item.--lvl1:not(.--active) .aside-menu-m__list.--lvl2{
    display: none;
}

.aside-menu-m__list-item.--lvl2:not(.--active) .aside-menu-m__list.--lvl3 {
    display: none;
}

/* End */


/* Start:/local/templates/marr_ur/components/bitrix/catalog/main/bitrix/catalog.element/.default/style.css?178470841128919*/
/* Sidebar */
.product-item-detail-info-section { padding: 0 20px; }

@media (max-width: 992px) {
	.product-item-detail-info-section { padding: 0; }
}

.product-item-detail-info-container {
	margin-bottom: 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.product-item-detail-info-container-title {
	margin-bottom: 3px;
	color: #000;
	font-weight: bold;
	font-size: 13px;
}

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

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

/*Compare*/
.product-item-detail-compare-container {
	position: relative;
	margin: 0 -20px;
	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;
}

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

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

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

/* SCU */
.product-item-scu-container { padding: 0 0 2px; }

.product-item-scu-container-title {
	color: #333;
	font-size: 12px;
}

.product-item-scu-block { }

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

.product-item-scu-item-list {
	overflow: hidden;
	margin: 0 0 0 -2px;
	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: 38px;
	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-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: 12px;
	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;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
	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;
}

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

.product-item-amount-field-container { }

.product-item-amount-field-btn-plus,
.product-item-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;
	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 {
	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;
	transition: border 300ms ease;
}

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

.product-item-amount-field:focus { outline: none !important; }

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

/*Buy button*/
.btn.product-item-detail-buy-button {
	position: relative;
	display: block;
	margin: 0 auto 20px;
	max-width: 250px;
	width: 100%;
	height: 50px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

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

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

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

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

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

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

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

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

}

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

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

.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: #039be5;
	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: #000; }

.product-item-detail-tab-link:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 0;
	background: #1485ce;
	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: 1000;
	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; }

/*Small Card*/
.product-item-detail-short-card-fixed {
	position: fixed;
	top: -85px;
	right: 0;
	left: 0;
	z-index: 1010;
	box-sizing: border-box;
	padding: 7px 0 8px;
	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;
}

.product-item-detail-short-card-content-container table {
	min-width: 100%;
	border-collapse: collapse;
}

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

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

.product-item-detail-short-title-container { max-width: 650px }

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

/*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 {
	display: block;
	overflow: hidden;
	margin: 0;
	max-width: 560px;
	color: #a5a5a5;
	font-size: 12px;
}

.product-item-detail-properties dl { clear: both; }

.product-item-detail-properties dt {
	float: left;
	clear: both;
	font-weight: normal;
}

.product-item-detail-properties dd {
	float: right;
	margin-bottom: 3px;
	margin-left: 5px;
	color: #000;
}

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


/*Новые стили*/
.detailElement{
	display: flex;
	flex-wrap: wrap;
}
.detailElementBlock .catalog_item_detail_img {
	width: 100%;
	/*max-width: 50%;*/
	flex-shrink: 0;
	position: relative;
	padding-top: 46px;
}
.detailElementBlock.detailElementLeftBlock {
	width: 50%;
	position: relative;
}
.detailElementBlock.detailElementRightBlock {
	width: 50%;
}
.sectionItemPriceInfo {
	display: flex;
	margin-bottom: 30px;
	align-items: flex-start;
}
.sectionItemInfo {
	/*max-width: 85px;*/
	margin-right: 35px;
}
.sectionItemInfo:last-child {
	margin-right: 0px;
}

.product-item-info-containerName{
	color: #afafaf;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 11px;
	letter-spacing: 0.5px;
}
.product-item-info-containerValue {
	color: rgb(17, 17, 17);
	font-family: "PT Serif", sans-serif;
	font-size: 20px;
	font-weight: 400;
	font-size: 24px;

}
.product-item-info-containerValue span {
	font-size: 17px;
}
.product-item-detail-price-current{
	line-height: initial !important;
}
.panelPriceTextOldPrice {
	display: flex;
	flex-wrap: wrap;
}
.panelPriceTextOldPrice .product-item-info-containerName{
	margin-right: 20px;
}
.product-item-detail-price-current{
	max-width: 50%;
	width: 100%;
}
.product-item-detail-price-old{
	color: #333333;
}
.actualPrice{
	color: #d0021b;
	font-size: 24px;
	font-weight: bold;
	font-family: 'PT Serif', serif;
}
.detailElementRightBlockName h1{
	color: #111111;
	font-size: 30px;
	font-family: 'PT Serif', serif;
}
.product-container-js, .quant, .in_catalog.basket__item{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.quantText{
	color: rgb(175, 175, 175);
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.quant {
	width: 136px;
	height: 50px;
	margin: 0px 10px;
	padding: 0px 15px;
	border-radius: 25px;
	border: 1px solid #e1e1e1;
	justify-content: space-between;
	flex-wrap: nowrap;
	color: #111111;
	font-size: 18px;
	font-family: "OpenSans-SemiBold";
}
.counter{
	cursor: pointer;
}
.quant input.quantity {
	max-width: 50px;
	text-align: center;
	border: none;
}
.product-card_btns{
	width: 209px;
	height: 50px;
	display: flex;
	color: #ffffff;
	font-size: 12px;
	border-radius: 25px;
	background-color: #d92828;
	font-family: "OpenSans-SemiBold";
	align-items: center;
	justify-content: center;
}
.product-card_btns span.product-card_btn-text {
	margin-right: 10px;
}
.product-section.product-section_type_slider.detail{
	margin-top: 80px;
}
.product-section.product-section_type_slider.detail h2{
	margin-bottom: 27px;
}
.detailElementRightBlockPreviewText{
	color: #444444;
	font-size: 14px;
	margin-top: 44px;
}
.DetailTextProduct{
	margin-top: 76px;
}
.noAuthForm{
	width: 100%;
	margin-top: 27px;
	padding: 19px 22px;
	border-radius: 24px;
	background-color: #f6f6f6;
	display: flex;
	align-items: center;
}
.noAuthFormIcon{
	width: 30px;
	height: 30px;
	flex-shrink: 0;
	display: flex;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	background-color: #e2e2e2;
	margin-right: 15px;
}
.noAuthFormText{
	width: 245px;
	color: #a0a0a0;
	font-size: 10px;
	text-transform: uppercase;
}
.noAuthFormLink{
	width: 191px;
	height: 40px;
	display: flex;
	flex-shrink: 0;
	background-color: #fff;
	border: 1px solid #d92828;
	align-items: center;
	justify-content: center;
	color: #d92828;
	font-family: "OpenSans-SemiBold";
	font-size: 13px;
	border-radius: 20px;

}

@media(max-width: 767px){
	.detailElementBlock{
		max-width: 100%;
	}
	.product-card_btns{
		width: 100%;
		margin-top: 20px;
		flex-shrink: 0;
	}
	.quant{
		width: auto;
		height: auto;
		min-width: 50%;
		flex-shrink: 0;
		padding: 10px 40px;
	}
	.sectionItemPriceInfo{
		flex-wrap: wrap;
	}
	.product-item-detail-price-current{
		flex-shrink: 0;
		max-width: 100%;
		margin-bottom: 20px;
	}
	.noAuthForm{
		flex-wrap: wrap;
	}
	.noAuthFormLink{
		width: 100%;
		margin-top: 20px;
	}
}

.auth-ui {
	margin-bottom: 16px;
}

.buy-btn_price-no .site-btn {
	cursor: initial;
}

.detail-preview {
	margin: 0 auto;
}
#add2basket-success {
	max-width: 400px;
	max-height: 350px;
}
/* End */


/* Start:/local/templates/marr_ur/components/bitrix/catalog.section/recommendedProduct/style.css?17847039833808*/
@media (min-width: 1200px){
	/*lg*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 992px) and (max-width:1199px){
	/*md*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 768px) and (max-width: 991px){
	/*sm*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (max-width: 767px){
	/*xs*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}

.catalog-section-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

.row::before {
	display: initial;
}
/* End */


/* Start:/local/templates/marr_ur/components/bitrix/catalog.item/.default/style.css?177382870613516*/
.catalog-product-cards {
    margin-top: 12px;
    grid-gap: 10px;
    display: grid;
    grid-auto-columns: auto;
    grid-template-columns: repeat(auto-fill, minmax(201px, auto));
}

.product-card-m {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #E1E1E1;
    padding: 8px 14px 19px 14px;
    display: grid;
    grid-template-rows: auto auto 1fr auto auto;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 16px;
    grid-template-areas:
        "art art"
        "image image"
        "name name"
        "desc desc"
        "count price"
        "button button"
;
}

.is_action_page.product-card-m{
    grid-template-areas:
            "art art"
            "image image"
            "name name"
            "desc desc"
            "count count"
            "price price"
            "button button"
;
}

.product-card-m__art {
    margin: 0 -7px;
    font-size: 12px;
    font-weight: 400;
    color: #A1A1A1;
    display: flex;
    grid-area: art;
    position: relative;
}

.product-card-m__favorite-container {
    width: 25px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    right: 7px;
    top: 7px;

}

.articles_list_item_desc{
    grid-area:desc;
}
.product-card-m__product-name-container .articles_list_item_desc{
    margin-top: 10px;
}
.product-card-m__favorite-regular {
    color: #D92828;
}

.product-card-m__favorite-regular svg,
.product-card-m__favorite-filled svg {
    display: block;
}

.product-card-m__favorite-filled {
    color: #D92828;
    display: none;
}

.product-card-m__favorite-container:hover .product-card-m__favorite-regular {
    display: none;
}
.product-card-m__favorite-container:hover .product-card-m__favorite-filled {
    display: block;
}

.product-card-m__art-name {
    margin-right: 5px;
}

.product-card-m__tag-container {
    position: absolute;
    left: 7px;
    top: 30px;
    z-index: 1;
}

.product-card-m__tags {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /*position: absolute;*/
    /*top: -4px;*/
    /*left: 0;*/
    /*z-index: 10;*/
}

.product-card-m__tag-item {
    padding: 5px 20px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 9px;
    color: #ffffff;
    background-color: #19966D;
    font-weight: 800;
    margin-top: 4px;
    border-radius: 0 5px 5px 5px;
}

.product-card-m__tag-item.--yellow {
    background-color: #F3B849;
}

.product-card-m__tag-item:first-child {
    margin-top: 0;
}

.product-card-m__image-container {
    height: 146px;
    width: 100%;
    position: relative;
    grid-area: image;
    margin-top: 25px;
}

.product-card-m__image-text {
    position: absolute;
    font-weight: bold;
    font-size: 13px;
    line-height: 115%;
    letter-spacing: -0.04em;
    white-space: nowrap;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.product-card-m__image {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-card-m__product-name-container {
    grid-area: name;
}

.product-card-m__name {
    display: block;
    font-size: 14px;
    line-height: 115%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-clamp: 4;
    box-orient: vertical;
}


.product-card-m__dimension-container {
    margin-top: 8px;
    grid-area: count;
}

.product-card-m__dimension-name {
    color: #A2A2A2;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    white-space: nowrap;
    letter-spacing: 0.05em;
}

.product-card-m__dimension-value {
    white-space: nowrap;
    font-size: 18px;
    line-height: 115%;
    color: #000000;
    margin-top: 2px;
}


.product-card-m__price-container {
    margin-top: 8px;
    grid-area: price;
}

.product-card-m__price-name {
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.05em;
    white-space: nowrap;
    color: #A2A2A2;
}

.product-card-m__price-value {
    font-size: 18px;
    line-height: 115%;
    color: #CE0D26;
    margin-top: 2px;
    white-space: nowrap;
}

.btn-buy{
	cursor: pointer;
	padding: 10px;
	border: 1px solid #00714f;
	color: #00714f;
}
.product-item-info-container{
	display: block;
	font-family: PT Serif,serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -.08px;
}
.product-item-info-container .product-item-button-container{
	display: inline-flex;
}
.product-item-info-container .btn-default{
	padding: 10px;
	/*border: 1px solid #00714f;*/
	/*color: #00714f;*/
    border: 1px solid #d0021b;
    background-color: #d0021b;
    color: #ffffff;
    border-radius: 2px;
}
.product-item-info-container .btn-default:hover {
    background-color: #ffffff;
    color: #d0021b;
}
.product-item-info-container .btn-link{
	color: #ba1f1f;
}

.product-item-info-container_login {
    background-image: url(/local/templates/marr_ur/img/supermarket.svg);
    padding: 2px 0 0 35px;
    background-position: left center;
    background-size: 26px;
    min-height: 26px;
}

.popup-window.popup-window-with-titlebar {
    width: 100%;
    max-width: 400px;
    padding-bottom: 30px;
}
.popup-window.popup-window-with-titlebar .btn-buy {
    border: 1px solid #d0021b;
    background-color: #d0021b;
    color: #ffffff;
    border-radius: 2px;
}
.popup-window.popup-window-with-titlebar .btn-buy:hover {
    background-color: #ffffff;
    color: #d0021b;
}
.popup-window.popup-window-with-titlebar  p {
    font-weight: 700;
    font-size: 14px;
}
.popup-window-titlebar-text {
    font-size: 18px;
    margin: auto;
    display: block;
    text-align: center;
}
.sale-personal-section-index-block.bx-theme-red {
    margin-right: 2px;
}
a.register, a.register:hover{
	font-weight: 800;
    color: #dd3d3d;
}

.product-item-container ~ .product-item-container{
    /*margin-top: 30px;*/
}

.product-card_btns {
    width: 209px;
    height: 40px;
    display: flex;
    color: #ffffff;
    font-size: 11px;
    border-radius: 25px;
    background-color: #d92828;
    font-family: "OpenSans-SemiBold";
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.buy-btn_price-no .site-btn {
    cursor: initial;
}

.onepage-checkout__field_checkbox {
    display: flex;
    cursor: pointer;
}
.onepage-checkout__radio,
.onepage-checkout__checkbox {
    display: none;
}
.onepage-checkout__radio-fake {
    position: relative;
    display: inline-block;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background: #FFFFFF;
    border: 2px solid #DEDEDE;
    border-radius: 100%;
}
.onepage-checkout__checkbox-fake {
    position: relative;
    display: inline-block;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: #F8FAFC;
    border: 2px solid #000;
}
.onepage-checkout__radio-fake:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    border-radius: 100%;
    background-color: #0D7050;
    transform: scale(0);
    transition: transform ease 0.35s;
}
.onepage-checkout__checkbox-fake:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -2px;
    bottom: 0;
    display: none;
    width: 10px;
    height: 5px;
    margin: auto;
    border: 1px solid #0D7050;
    border-width: 0 0 2px 2px;
    transform: rotate(-45deg);
}
.onepage-checkout__radio:checked + .onepage-checkout__radio-fake,
.onepage-checkout__checkbox:checked + .onepage-checkout__checkbox-fake{
    border-color: #0D7050;
}
.onepage-checkout__radio:checked + .onepage-checkout__radio-fake:before {
    transform: scale(1);
}
.onepage-checkout__checkbox:checked + .onepage-checkout__checkbox-fake:before {
    display: block;
}


.product-card-m__buttons {
    margin-top: 8px;
    grid-area: button;
}
.product-card-m__buttons-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #d82b2f;
    border-radius: 30px;
    overflow: hidden;
}
.product-card-m__buttons-holder.--pre-order {
    background: #808080;
}
.product-card-m__buttons-holder.--disabled {
    pointer-events: none;
    user-select: none;
}
.product-item-amount {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 80px;
    height: 34px;
    margin: 0 0 0 4px;
    font-size: 18px;
    border: 1px solid #e1e1e1;
    border-radius: 25px;
    background-color: #fff;
}

@media (min-width: 913px) {
    .product-item-amount {
        display: none;
    }
    .product-card-m:hover .product-item-amount {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }
}
.product-item-amount__btn {
    cursor: pointer;
    font-weight: 700;
}
.product-item-amount__btn.--disabled {
    cursor: default;
    pointer-events: none;
    user-select: none;
}
.product-card-m__button-container {
    width: 100%;
}
.product-card-m__button {
    position: relative;
    color: #ffffff;
    display: flex;
    height: 40px;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}
.product-card-m__button:hover {
    color: #ffffff;
}
.product-card-m:hover .product-card-m__buttons-holder:not(.--pre-order) .product-card-m__button:not(.popup__need-register) {
    margin-right: 3px;
}
.product-card-m__button.popup__need-register {
    cursor: pointer;
}
.product-card-m__buttons-holder.--disabled .product-card-m__button::after {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 128 128'%3E%3Cpath d='M96.1 103.6C85.7 112 72.6 116 59.3 114.7c-10.5-1-20.3-5.1-28.2-11.8H44v-8H18v26h8V109c9.1 7.7 20.4 12.5 32.6 13.6 1.9.2 3.7.3 5.5.3 13.5 0 26.5-4.6 37-13.2 19.1-15.4 26.6-40.5 19.1-63.9l-7.6 2.4c6.4 20.4 0 42.1-16.5 55.4zM103 19.7C81.8 1 49.5-.3 26.9 18.1 7.9 33.5.4 58.4 7.7 81.7l7.6-2.4c-6.3-20.1.2-41.7 16.6-54.9C51.6 8.4 79.7 9.6 98 26H85v8h26V8h-8v11.7z' fill='%23fff'/%3E%3C/svg%3E");
    opacity: 1;
    animation: rotating 1s infinite linear;
}
.product-card-m__buttons-holder.--disabled .product-card-m__button * {
    display: none;
}
.product-card-m__button-icon {
    margin-right: 8px;
    width: 13px;
    height: 18px;
}
.product-card-m__button-icon svg {
    display: block;
}
.product-card-m__button-text {
    font-weight: bold;
    font-size: 10px;
    line-height: 115%;
    text-transform: uppercase;
    color: #FFFFFF;
}
@-webkit-keyframes rotating {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotating {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.product-item-amount input{
	border: 0px;
	max-width: 50px;
	text-align: center;
}
.tableView .product-item-info-container.product-item-price-container.sectionItemPriceBlock{
	width: 50%;
	flex-shrink: 0;
	max-width: 100%;
}
.product-item-info-container.product-item-price-container {
	margin-top: 0;
}
.tableView .product-item-info-containerName{
	margin-bottom: 0px;
}
.tableView .sectionItemInfo{
	margin-bottom: 0px;
}
.sorted-list-preview .product-item-price-current {
	color: rgb(208, 2, 27);
	font-family: "PT Serif", sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 24px;
}
.sorted-list-preview .sectionItemQuantityButtonBuy {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
@media screen and (max-width: 427px) {
	.sorted-list-preview .sectionItemQuantityButtonBuy .product-item-info-container {
		margin-top: 11px;
	}
}
.sectionItemQuantityButtonBuy .product-item-info-containerName {
	margin-bottom: 0;
}
@media (min-width: 550px) {
    .--row-view .product-card-m__art {
        margin: 0;
    }
    .--row-view .product-card-m__image-container {
        margin-top: 0;
        height: auto;
    }

    .--row-view .product-card-m__buttons {
        min-width: 190px;
    }

    .--row-view .product-card-m__tag-container {
        top: 7px;
    }

    .--row-view .product-card-m {
        padding: 12px 56px 20px 39px;
        grid-template-rows: 20px 1fr auto;
        grid-template-columns: 122px 1fr auto auto;
        grid-column-gap: 15px;
        grid-row-gap: 5px;
        grid-template-areas:
        'image art count price'
        'image name count price'
        'image name button button'
        ;
    }

}

@media (min-width: 550px) and (max-width: 650px){
    .--row-view .product-card-m {
        padding: 12px 20px 20px 20px;
        grid-template-columns: 100px 1fr auto auto;
    }
}
/* End */


/* Start:/local/templates/marr_ur/components/wp/catalog.favorites.button/.default/style.css?1784703983820*/
.catalog-favor-button{
    width: 25px;
    height: 23px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    right: 7px;
    top: 10px;
}
.actions-favorites {
    background-image: url(/local/templates/marr_ur/components/wp/catalog.favorites.button/.default/./img/icon-card-like.png);
    background-repeat: no-repeat;
    width: 1.25rem;
    height: 1.125rem;
    background-size: cover;
    display: block;
}
.actions-favorites:hover {
    background-image: url(/local/templates/marr_ur/components/wp/catalog.favorites.button/.default/./img/card-like-blue.png);
    background-repeat: no-repeat;
    width: 1.25rem;
    height: 1.125rem;
    background-size: cover;
    display: block;
}
.actions-favorites.added {
    background-image: url(/local/templates/marr_ur/components/wp/catalog.favorites.button/.default/./img/blue-heart.png);
    background-repeat: no-repeat;
    width: 1.25rem;
    height: 1.125rem;
    background-size: cover;
    display: block;
}
/* End */
/* /local/templates/marr_ur/components/bitrix/menu/left/style.css?17847039832558 */
/* /local/templates/marr_ur/components/bitrix/catalog/main/bitrix/catalog.element/.default/style.css?178470841128919 */
/* /local/templates/marr_ur/components/bitrix/catalog.section/recommendedProduct/style.css?17847039833808 */
/* /local/templates/marr_ur/components/bitrix/catalog.item/.default/style.css?177382870613516 */
/* /local/templates/marr_ur/components/wp/catalog.favorites.button/.default/style.css?1784703983820 */
