

/* Start:/local/templates/doorlock/components/bitrix/catalog/.default/style.css?17594913141088*/
.cart-main__empty-wrapper {
	flex-direction: column;
}
.catalog-main__content-wrapper-parent .catalog-main__content {
	max-width: 100%;
}
.catalog-main__content-wrapper {
	flex-wrap: wrap;
}
.catalog__section-list {
	flex-shrink: 0;
}
.popup-catalog__tab-item .popup-catalog__tab-item-text {
	height: unset;
}
.popup-catalog__tab-item .popup-catalog__tab-item-text span {
	margin-top: 5px;
}
.popup-catalog__tab-item a {
	height: 100%;
}
@media screen and (max-width: 1200px) {
	.catalog__section-list {
		max-width: 1180px;
		padding: 0 10px;
	}
	.popup-catalog__tab-inner .popup-catalog__tab-item {
		width: calc(100% / 3 - 14px);
	}
}
@media screen and (max-width: 920px) {
	.popup-catalog__tab-inner .popup-catalog__tab-item {
		width: calc(50% - 10px);
	}
	.popup-catalog__tab-item .popup-catalog__tab-item-text h4 {
		font-size: 16px;
	}
	.popup-catalog__tab-item .popup-catalog__tab-item-text span {
		font-size: 14px;
	}
}
@media screen and (max-width: 600px) {
	.popup-catalog__tab-inner .popup-catalog__tab-item {
		width: 100%;
	}
}
/* End */


/* Start:/local/templates/doorlock/components/bitrix/breadcrumb/.default/style.css?1759491314497*/
.breadcrumbs span {
    color: #999794;
    position: relative;
    font-size: 16px;
    font-weight: 600;
}
.breadcrumbs span::before {
    content: ">";
    display: inline-block;
    font-size: 16px;
    margin-left: 10px;
    color: #333333;
    margin-right: 10px;
}
@media (max-width: 1200px) {
    .breadcrumbs span {
        font-size: 12px;
        line-height: 120%;
    }
    .breadcrumbs span::before {
        font-size: 12px;
        line-height: 120%;
    }
}
/* End */


/* Start:/local/templates/doorlock/components/bitrix/catalog.element/.default/style.css?175949131445726*/
/* 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: 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;
	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;
}

/*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: 100%;
	height: 0;
}

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

.product-main__sliders {
	width: 100%;
}

.photoBrand {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 80px;
	height: 80px;
	z-index: 10;
}

.photoBrand img {
	max-height: 100%;
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: right top;
}

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

.product-item-detail-slider-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	opacity: 0;
	transition: opacity 250ms linear;
	border: 1px solid #A8A8A8;
	border-radius: 15px;
	overflow: hidden;
}

.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;
	margin-right: 30px;
}

/*.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;
}
.product-main__content-wrapper-table-row.product-main__content-wrapper-table-row--hidden {
	display: none;
}
.product-main__content-wrapper-table-row dt {
	margin-right: 16px;
	width: 100%;
}

.product-main__content-wrapper-table-row dd {
	flex-grow: 1;
	text-align: right;
}

.product-description__tab-table-item span:nth-child(2) {
	text-align: right;
}

@media screen and (max-width: 540px) {
	.product-item-detail-slider-images-container {
		width: 100%;
		height: 100%;
	}
}

.product-main__content {
	flex-grow: 1;
}

.product-main__content-wrapper-offer dd.selected {
	border: 1px solid #253561;
	outline: 1px solid #253561;
	color: #253561;
}

.product-main__content-top h1 {
	flex-grow: 1;
}

.catalog-detail-articul {
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	margin-right: 15px;
}

.page-print {
	display: none;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.characteristics-title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}

.product-print-img {
	display: flex;
	justify-content: center;
}

.print-img__main,
.print-img__secondary {
	max-width: 280px;
	width: 100%;
}

.print-img__main {
	margin: 20px 25px 20px 0;
}

.print-img__secondary {
	margin: 20px 0 20px 25px;
}

.print-img__secondary-item {
	max-width: 200px;
	width: 100%;
	margin: 20px;
}

.print-img__main img,
.print-img__secondary img {
	width: 100%;
	border: 1px solid #eee;
	border-radius: 6px;
}

.print-img__secondary-item img {
	width: 100%;
}

.product-print {
	display: none;
}

.page-print-content {
	margin-bottom: 50px;
}

@media print {

	.bx-catalog-element,
	.breadcrumbs,
	main>section,
	.popup-cookie.js_popup_cookie {
		display: none;
	}

	.print__header-logo {
		padding: 15px 0;
	}

	.page-print-header table {
		width: 100%;
	}

	.print__header-address,
	.print__header-phone {
		text-align: right;
		font-size: 16px;
		font-weight: bold;
	}

	.chars-col__row {
		color: #000;
	}

	html,
	body {
		height: 297mm;
		width: 210mm;
	}

	*,
	*:before,
	*:after {
		color: #000;
		box-shadow: none;
		text-shadow: none;
	}

	html,
	body {
		font-size: 10px;
	}

	h1 {
		font-size: 20px;
	}

	h2 {
		font-size: 16px;
	}

	h3 {
		font-size: 14px;
	}

	main {
		padding: 0 !important;
	}

	.product-description__tab-table-item__inner {
		padding: 5px !important;
	}

	.product-description__tab-table-more-btn.js_product_table_tab_btn {
		display: none;
	}

	.header,
	.product,
	.breadcrumps,
	.offer_prop_block,
	.footer,
	.banner {
		display: none;
	}

	.product-print .offer_prop_block {
		display: flex;
	}

	.product-print {
		display: block;
	}

	.product-rate__rating {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.chars-col__row {
		display: flex;
	}

	.chars-props {
		width: 100%;
		margin-right: 20px;
		line-height: 1.1;
		color: #000;
	}

	.chars-value {
		text-align: left;
		max-width: 125px;
		width: 100%;
		line-height: 18px;
	}


	.rate-item:first-child {
		margin-left: 0;
	}

	.rate-articul {
		color: #000;
		font-weight: bold;
		font-size: 14px;
		margin-right: 20px;
	}

	.product-price {
		display: flex;
		margin-bottom: 21px;
	}

	.product-price__current {
		font-size: 36px;
		line-height: 36px;
		font-weight: bold;
	}

	.product-price__old {
		font-size: 20px;
		line-height: 36px;
		margin-left: 15px;
		position: relative;
		text-decoration: line-through;
		color: #e4e4e4;
	}

	.product-header {
		font-weight: bold;
		font-size: 20px;
		line-height: 27px;
		padding-right: 30px;
		margin-bottom: 12px;
		text-align: left;
		border-bottom: 1px solid #eee;
		padding-bottom: 20px;
	}

	.product-price {
		margin-left: 30px;
	}

	.chars-props {
		max-width: 220px;
	}

	.chars-col {
		min-width: 290px;
	}

	.product-print-footer {
		display: flex;
		border-top: 1px solid #eee;
		padding-top: 20px;
		margin-top: 20px;
		page-break-before: auto;
		position: relative;
	}

	.product-print-footer__item {
		margin-bottom: 20px;
	}

	.print-footer-header {
		font-weight: bold;
		margin-bottom: 20px;
	}

	.chars-row {
		display: flex;
		justify-content: space-between;
	}

	.chars-col__row {
		padding: 3px 0;
	}

	.print-card-description .section-header {
		margin-bottom: 10px;
	}

	.product-print .chars-col {
		font-size: 12px;
		width: 370px;
	}

	.globalClass_662e {
		display: none !important;
	}

	.globalClass_a2c8 {
		display: none !important;
	}

	.globalClass_2dbc {
		display: none !important;
	}

	.chars-col__row {
		page-break-inside: avoid !important;
	}

	jdiv {
		display: none !important;
	}

	.product-similar {
		display: none;
	}

	.description {
		max-width: 100%;
	}

	/*.description br {
		display: none;
	}

	.description br+br {
		display: block;
		margin-top: 5px;
	}*/
}

@page {
	margin: 10mm 5mm 10mm 10mm;
}

.popup-product-gallery__slider {
	height: 100%;
}

.popup-product-gallery__slider .swiper-slide img {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.product-description__tab-documents li:before {
	content: none;
}

.product-item-detail-info-container .bx-catalog-subscribe-button {
	width: 100%;
	padding: 16px;
	text-align: center;
	border-radius: 15px;
	color: #253561;
	font-size: 14px;
	line-height: 120%;
	border: 1px solid #253561;
	margin-bottom: 15px;
	cursor: pointer;
}

.product-description__tab-table-item.product-description__tab-table-item--hidden,
.product-description__tab-table.open .product-description__tab-table-item.product-description__tab-table-item--hidden,
.product-description__tab-table-item.product-description__tab-table-item--hidden:nth-child(-n+10) {
	display: none;
}

.product-description__tab-table .product-description__tab-table-item::before {
	content: none;
}

.product-description__tab-table-item.product-description__tab-table-item--visible:nth-child(-n+10) {
	display: flex;
}

.product-description__tab-table-item__increment {
	margin-right: 5px;
}

.product-description__tab-table-item span:nth-child(1) {
	display: inline-flex;
}

.popup-product-gallery__slider .swiper-slide img:hover {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.popup-zoomedImage {
	display: none;
	position: absolute;
	z-index: 1001;
	flex-direction: column;
	align-items: center;
	overflow: scroll;
}

.popup-zoomedImage:hover {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.popup-zoomedImage.active {
	display: flex;
}

@media screen and (max-width: 1200px) {
	.popup-zoomedImage {}

	.popup-zoomedImage img {
		width: 100%;
	}
}

.product-main__content-wrapper-offer dd.product-item-scu-item-text-container {
	height: 35px;
	padding: 2px;
	max-height: unset;
	border: 2px solid #ededed;
}

.product-main__content-wrapper-offer dd.product-item-scu-item-text-container img {
	width: 26px;
	height: 26px;
}

.product-main__content-wrapper-offer dd.selected.product-item-scu-item-text-container {
	border: 2px solid #253561;
	outline: unset;
}

.product-item-detail-slider-controls-image.swiper-slide {
	outline: unset;
}

.popup-delivery__variant-item .popup-delivery__radio-check[class],
.popup-delivery__variant-item .popup-delivery__text,
.popup-delivery__variant-item .popup-delivery__price-row {
	padding-left: 0;
}

.popup-delivery__variant-item .popup-delivery__text {
	margin-top: 10px;
}

.product-main__pick-up h3.product-main__pick-up__toggler {
	position: relative;
	padding-right: 40px;
	margin-bottom: 0;
}

.product-main__pick-up h3:hover {
	cursor: pointer;
}

.product-main__pick-up h3:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg width='30' height='15' viewBox='0 0 30 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L15 15L30 1' stroke-width='3' stroke='%23253561'/%3E%3C/svg%3E%0A");
	right: 0;
	top: calc(50% - 13px);
}

.product-main__pick-up.opened h3 {
	margin-bottom: 15px;
}

.product-main__pick-up.opened h3:before {
	transform: rotate(180deg);
}

.product-main__pick-up .product-main__pick-up-item {
	display: none;
}

.product-main__pick-up.opened .product-main__pick-up-item {
	display: block;
}

@media screen and (max-width: 760px) {
	.product-main__content-bottom .product-main__content-wrapper-1 span:nth-child(2) {
		font-size: 18px;
	}
}

.btn__360 {
	display: none;
}

.btn__video {
	width: 100%;
	padding: 16px;
	text-align: center;
	background: #fff;
	border-radius: 15px;
	border: 1px solid #253561;
	color: #253561;
	font-size: 16px;
	line-height: 120%;
	margin-bottom: 15px;
	margin-top: 15px;
	display: block;
}

.btn__360.active {
	display: block;
}

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

.product-item-scu-item-list {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.product-item-scu-item-list dd.product-item-scu-item-text-container.product-item-scu-item-text-container--text {
	padding: 5px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.product-main__content-wrapper-offer .product-item-scu-item-list dd {
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.product-main__content-wrapper-offer dd.product-item-scu-item-text-container img {
	border-radius: 3px;
}

.product-description__tab-documents .product-description__tab-table-item-video a::before {
	background-image: url(/local/templates/doorlock/assets/css/../img/play.png);
}

@media screen and (max-width: 480px) {
	.product-description__tabs-buttons button.product-item-detail-tab {
		padding-left: 14px;
		padding-right: 14px;
	}

	.product-description__tabs-buttons button.product-item-detail-tab:not(:last-child) {
		margin-right: 0;
	}
}

.product-main__content-wrapper-offer .product-item-scu-item-list dd.notallowed {
	position: relative;
}

.product-main__content-wrapper-offer .product-item-scu-item-list dd.notallowed:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.7);
}

.product-description .product-description__top {
	max-width: 100%;
}

/*.product-description .product-description__top br {
	display: none;
}

.product-description .product-description__top br+br {
	display: block;
	margin-top: 5px;
}*/
ol.product-description__tab-table.active.product-item-detail-tab-content {
	display: block;
    flex-direction: unset;
    justify-content: unset;
    align-items: unset;
    flex-wrap: unset;
	-webkit-column-count: 2;  /* Chrome, Safari, Opera */
	-moz-column-count: 2;     /* Firefox */
	column-count: 2;
	column-fill: balance;
	-moz-column-fill: balance;
	-webkit-column-fill: balance;
}
@media screen and (max-width: 1200px) {
	ol.product-description__tab-table.active.product-item-detail-tab-content .product-description__tab-table-item {
		margin-right: auto;
	}
	ol.product-description__tab-table.active.product-item-detail-tab-content {
		-webkit-column-count: unset;
	    -moz-column-count: unset;
	    column-count: unset;
	    column-fill: unset;
	    -moz-column-fill: unset;
	    -webkit-column-fill: unset;
	}
	.popup-product-gallery .popup-product-gallery__wrapper {
		justify-content: center;
	}
	.popup-product-gallery__wrapper .popup-product-gallery__slider-prev-btn,
	.popup-product-gallery__wrapper .popup-product-gallery__slider-next-btn {
		top: calc(50% - 10px);
	}
}
.product-additional .product-card, .product-similar .product-card {
	width: 100%;
}
.section__needToPurchase.hidden,
.section__related.hidden {
	display: none;
}
.js_product_similar_list-swiper {
	overflow: hidden;
}
.section__related__btns {
	display: flex;
	flex-direction: row;
	margin-bottom: 20px;
	justify-content: flex-end;
}
.product-main__content-wrapper-table-row dd {
	cursor: unset;
}
.product-main__content-wrapper-table .product-main__content-wrapper-table-row dt {
	max-width: 83%;
}
.needToPurchaseAnchor {
	display: block;
	margin-top: 20px;
	text-decoration: underline;
	color: #9ba7c9;
	max-width: 100%;
	width: 100%;
	position: relative;
	padding-left: 30px;
}
.needToPurchaseAnchor:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20px;
	height: 20px;
	background-image: url('/local/templates/doorlock/assets/img/gears.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.product-main__content-top {
	flex-wrap: wrap;
}
.product__btn--trouble {
    border: 1px solid #253561;
    position: relative;
    color: #253561;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 16px;
    text-align: center;
    border-radius: 15px;
    font-size: 16px;
    line-height: 120%;
    margin-top: 20px;
    justify-content: center;
    cursor: pointer;
}
.product__btn--trouble:hover {
	opacity: 0.5;
}
.popup_product_trouble {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 205;
	overflow-y: scroll;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: flex-start;
	background-color: rgba(41, 41, 41, 0.37);
}
.popup_product_trouble.active {
	display: flex;
}
.popup_product_trouble-wrapper {
    border-radius: 15px;
	background-color: #fff;
	max-width: 600px;
	width: 100%;
/*	max-height: calc(100% - 70px);*/
/*	height: auto;*/
	margin-top: 35px;
	position: relative;
	padding: 60px;
	display: flex;
	flex-direction: column;
	overflow-y: scroll;
	align-items: center;
}
.popup_product_trouble__title {
	display: block;
    text-align: center;
    font-size: 26px;
    line-height: 120%;
    font-weight: 500;
    color: #333333;
    margin-bottom: 15px;
}
.popup_product_trouble__btn-close {
	position: absolute;
    width: 25px;
    height: 25px;
    top: 10px;
    right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='31.7032' height='1.67871' rx='0.839354' transform='matrix(0.70052 0.713632 -0.70052 0.713632 2.7832 0.17749)' fill='%23333333'/%3E%3Crect width='31.7032' height='1.67871' rx='0.839354' transform='matrix(-0.70052 0.713632 -0.70052 -0.713632 24.373 1.198)' fill='%23333333'/%3E%3C/svg%3E%0A");
}
.popup_product_trouble-wrapper .error {
	border-color: red;
}
.popup_product_trouble-wrapper .popup_product_trouble__form {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 100%;
	width: 100%;
	margin-left: -7px;
	margin-right: -7px;
}
.popup_product_trouble__form > * {
	max-width: calc(50% - 14px);
	width: 100%;
	margin-left: 7px;
	margin-right: 7px;
}
.popup_product_trouble__form > textarea,
.popup_product_trouble__form .popup-write-to-boss__terms-label,
.popup_product_trouble__form .file-selectdialog {
	max-width: 100%;
}
@media screen and (max-width: 768px) {
	.popup_product_trouble_submit.popup-write-to-boss__btn-submit {
	    background-color: #253561;
	    color: #fff;
	    max-width: 100%;
	}
	.popup_product_trouble .popup-write-to-boss__terms-label p,
	.popup_product_trouble .popup-write-to-boss__terms-label a,
	.popup_product_trouble .popup-cv__input-title {
		color: #474645;
	}
	.popup_product_trouble-wrapper {
		max-height: calc(100% - 20px);
		margin-top: 20px;
		height: 100%;
	}
}
.product-main__prices-box {
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.product__marketplaceLinks--wrapper {
	display: flex;
	width: 100%;
	margin-top: 20px;
}
.product__marketplaceLinks--item {
	display: none;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
}
.product__marketplaceLinks--active {
	display: flex;
}
.product__marketplaceLinks--link {
	display: flex;
	text-align: left;
	justify-content: flex-start;
	align-items: center;
	border-radius: 16px;
	border: 1px solid #005BFF;
	width: 100%;
	padding: 15px 10px;
	position: relative;
}
.product__marketplaceLinks--link + .product__marketplaceLinks--link {
	margin-top: 10px;
}
.product__marketplaceLinks--link:before {
	content: '';
	position: relative;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 5px;
}
.product__marketplaceLinks--LINK_OZON:before {
	background-image: url('/local/templates/doorlock/components/bitrix/catalog.element/.default/images/icon-ozon.png');
}
.product__marketplaceLinks--LINK_WB:before {
	background-image: url('/local/templates/doorlock/components/bitrix/catalog.element/.default/images/icon-wb.png');
}
.product__marketplaceLinks--LINK_VI:before {
	background-image: url('/local/templates/doorlock/components/bitrix/catalog.element/.default/images/icon-vi.jpeg');
}
.product__marketplaceLinks--LINK_OZON {
	border-color: #005BFF;
	color: #005BFF;
}
.product__marketplaceLinks--LINK_WB {
	border-color: #8D297F;
	color: #8D297F;
}
.product__marketplaceLinks--LINK_VI {
	border-color: #d60000;
	color: #d60000;
}
.product__marketplaceLinks--LINK_OZON:hover {
	background-color: #005BFF;
	color: #fff;
	transition: .3s ease;
}
.product__marketplaceLinks--LINK_WB:hover {
	background-color: #8D297F;
	color: #fff;
	transition: .3s ease;
}
.product__marketplaceLinks--LINK_VI:hover {
	background-color: #d60000;
	color: #fff;
	transition: .3s ease;
}
.product-main__acent-btn.hidden {
	display: none;
}
.product-description__tab-table-item[data-code="EQUIPMENT"] .product-description__tab-table-item-value {
	white-space: normal;
}

/*стили для модалки аналога*/
.popup-added-to-cart__title.analogue {
	max-width: 100%;
}

.popup-added-to-cart__wrapper.analogue {
	max-width: 1100px;
}

.analogue-inner {
	display: flex;
}

.analogue-inner .left {
	margin-right: 24px;
}

.analogue-inner .right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: end;
}

.slider-container {
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
}

.slider-big {
	position: relative;
	width: 320px;
	height: 320px;
	overflow: hidden;
	border: 1px solid #A8A8A8;
	border-radius: 15px;
}

.slider-big img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.slider-thumbs-wrapper {
	position: relative;
	margin-top: 10px;
	overflow: hidden;
}

.slider-thumbs {
	display: flex;
	gap: 10px;
	transition: transform 0.3s ease;
	overflow-x: auto;
	scroll-behavior: smooth;
}

.slider-thumbs::-webkit-scrollbar {
	display: none; /* Убираем скроллбар */
}

.slider-thumbs img {
	flex-shrink: 0; /* Не даем элементам сжиматься */
	width: 80px;
	height: 80px;
	object-fit: cover;
	cursor: pointer;
	border: 1px solid #A8A8A8;
	border-radius: 15px;
	transition: border-color 0.3s;
}

.slider-thumbs img.active {
	border-color: #253561;
}

/* Кнопки навигации */
.slider-nav {
	display: none;
	/*position: absolute;*/
	/*top: 50%;*/
	/*transform: translateY(-50%);*/
	/*background-color: rgba(0, 0, 0, 0.5);*/
	/*color: #fff;*/
	/*border: none;*/
	/*cursor: pointer;*/
	/*padding: 10px;*/
	/*z-index: 10;*/
}

.slider-nav.left {
	display: none;
	/*left: 0;*/
}

.slider-nav.right {
	display: none;
	/*right: 0;*/
}

@media screen and (max-width: 1200px) {
	.slider-container {
		max-width: 300px;
	}

	.analogue-inner .right {
		padding-left: 24px;
	}
}

@media screen and (max-width: 760px){
	.slider-container {
		max-width: 320px;
	}

	.popup-added-to-cart.analogue {
		align-items: center;
	}

	.popup-added-to-cart__wrapper.analogue {
		height: auto;
		background-color: white;
		border-radius: 15px;
	}

	.analogue-inner {
		flex-direction: column;
	}

	.popup-added-to-cart.analogue .popup-added-to-cart__btn-close {
		background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='31.7032' height='1.67871' rx='0.839354' transform='matrix(0.70052 0.713632 -0.70052 0.713632 2.7832 0.17749)' fill='%23333333'/%3E%3Crect width='31.7032' height='1.67871' rx='0.839354' transform='matrix(-0.70052 0.713632 -0.70052 -0.713632 24.373 1.198)' fill='%23333333'/%3E%3C/svg%3E%0A")
	}

	.popup-added-to-cart__title.analogue {
		color: #253561;
	}

	.analogue-inner .left {
		margin-right: 0;
		margin-bottom: 24px;
	}

	.analogue-inner .right {
		align-items: center;
		padding-left: 0;
	}

	.analogue-inner .right p {
		margin-bottom: 24px;
	}

	.popup-added-to-cart.analogue .popup-added-to-cart__btn-submit {
		background: #253561;
		color: #fff;
	}
}
/* End */


/* Start:/local/templates/doorlock/components/bitrix/catalog.product.subscribe/.default/style.css?1759491314179*/
.popup-report-admission__info {
	text-align: center;
	margin-bottom: 15px;
}
.popup-report-admission__btn-submit[disabled] {
	cursor: default;
	background-color: #e4e4e4;
}
/* End */


/* Start:/local/templates/doorlock/components/bitrix/system.pagenavigation/.default/style.css?1759491314368*/
.catalog-main__show-buttons-list button.active,
.catalog-main__show-buttons-list button.active * {
	font-weight: bold;
}
.catalog-main__show-buttons-list > a {
	font-size: 18px;
    line-height: 120%;
    font-weight: 400;
    color: #253561;
    padding: 15px;
}
.catalog-main__show-buttons-list > a:not(:last-child) {
	border-right: 1px solid #253561;
}
/* End */


/* Start:/local/templates/doorlock/components/bitrix/catalog.section/search_page_items/style.css?17594913143808*/
@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/doorlock/components/bitrix/catalog.item/.default/style.css?17594913142315*/
.product-item-hidden {
	display: none;
}
.js_favorite_num--hidden {
	display: none;
}
.product-similar__inner .product-card .product-card__bottom a.product-card__card {
	margin-bottom: 0;
}
.product-item-button-container {
	display: flex;
    align-items: center;
    flex-direction: row;
    margin-right: auto;
}
@media screen and (max-width: 920px) {
	.product-item-button-container {
		flex-wrap: wrap;
		width: 100%;
	}
	.product-card__btn {
		text-align: center;
	}
	button.product-card__favorite {
		margin-right: 0
	}
	.js_product_card_buttons_wrapper.product-card__bottom {
		justify-content: flex-end;
	}
}
.product-item-button-container .product-card__btn {
	margin-right: 15px;
}
.product-card__img img {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.catalog-main__inner .product-card {
	width: 100%;
}
.catalog-main__content-wrapper-parent .catalog-main__inner {
	column-gap: 20px;
}
.product-card .product-card__article {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 14px;
}
.catalog-section .product-card,
.catalog-main__inner .product-card {
	height: unset;
}
.product-card .product-card__price {
	margin-bottom: 15px;
}
.product-card__offerCount {
	position: absolute;
	left: 0;
	top: calc(100% - 11px);
	width: 100%;
	padding: 25px 15px 15px;
	border-radius: 0 0 16px 16px;
	border: 1px solid #253561;
	border-top: unset;
	font-size: 11px;
	display: block;
	font-weight: bold;
	text-align: center;
	color: #253561;
}
.product-card__offerCount:hover {
	text-decoration: underline;
}
.product-card--hasOffers {
	margin-bottom: 25px;
}
@media screen and (max-width: 920px) {
	.catalog-section .product-card,
	.catalog-main__content .catalog-main__inner .product-card {
		height: unset;
	}
	.product-card .product-card__article {
		font-size: 8px;
	}
	.product-card .product-card__price span:nth-child(3) {
		position: relative;
	    top: unset;
	    left: unset;
	}
	.product-card .product-card__price {
		margin-bottom: 5px;
	}
	.product-card__offerCount {
		font-size: 7px;
		padding: 18px 10px 10px;
	}

}
.product-card .product-card__name {
	margin-bottom: 5px;
}
.product-card__detailUrl {
	flex-grow: 1;
}

/* End */


/* Start:/local/templates/doorlock/components/bitrix/catalog.section/search_page_items/themes/green/style.css?1759491314843*/
/* catalog.section */

/*
#63aa28
#6fb32d
#7ab748
#a8d95b
*/

/* Slider */
.bx-green .product-item-image-slider-progress-bar { background-color: #5b9f0b;}
.bx-green .product-item-image-slider-control:hover{ background-color: rgba(91,159,11,.8);}
.bx-green .product-item-image-slider-control.active,
.bx-green .product-item-image-slider-control:hover{ background-color: #5b9f0b;}

/* SCU */
.bx-green .product-item-scu-item-text-block:hover,
.bx-green .product-item-scu-item-color-block:hover,
.bx-green .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-green .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{ outline-color: #63aa28;}

/* Amount */
.bx-green .product-item-amount-field:focus{border-color: #63aa28;}


.bx-green .catalog-section-header{border-color:#63aa28;}
/* End */


/* Start:/local/templates/doorlock/components/bitrix/main.file.input/trouble/style.css?175949131410797*/
.file-placeholder {
	margin-left: 56px;
}
.file-placeholder .loading-wrap {
    display:inline-block;
    margin-left:15px;
    vertical-align:middle;
    position:relative;
    width:50%;
}
.file-placeholder .loading {
    background:#e3ebed;
    display:block;
    border:1px solid;
    border-top:1px solid #bcc2c4;
    border-left-color:#cfd7d9;
    border-right-color:#cfd7d9;
    border-bottom:1px solid #dde5e6;
    border-radius:2px;
    height:17px;
    -webkit-box-shadow:inset 0 1px 2px rgba(188,194,196,0.7);
    -moz-box-shadow:inset 0 1px 2px rgba(188,194,196,0.7);
    box-shadow:inset 0 1px 2px rgba(188,194,196,0.7);
}
.file-placeholder .loading .del-but {
    background: url("/local/templates/doorlock/components/bitrix/main.file.input/trouble/images/live_feed_sprite.png") no-repeat 7px -20px;
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
.file-placeholder .load-indicator {
	background:#40c0e9;
    background:linear-gradient(top, #40c0e9, #2698db);
    background:-moz-linear-gradient(top, #40c0e9, #2698db);
    background:-o-linear-gradient(top, #40c0e9, #2698db);
    background:-ms-linear-gradient(top, #40c0e9, #2698db);
    background:-webkit-gradient(linear, left top, left bottom, from(#40c0e9), to(#2698db));
    border-radius:2px;
    color:#fff;
    font-size:12px;
    height:19px;
    text-align:center;
    text-shadow:0 1px 0 rgba(56, 124, 162, 1);
    left:0;
    top:0;
    position:absolute;
}
.file-placeholder .load-number {
	display:inline-block; box-sizing:border-box; padding-top:2px;
}
.file-placeholder .files-title {
	background:url("/local/templates/doorlock/components/bitrix/main.file.input/trouble/images/live_feed_sprite.png") no-repeat;
	color:#5c6470;
	font-size:12px;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
	left:13px;
	top:12px;
	width:54px;
	padding-left:20px;
	position:absolute;
}
.file-placeholder .files-list-wrap {
	margin-left:56px;
}
html* .file-placeholder .files-list {
	width: auto !important;
}
.file-placeholder .files-list {
	margin-top:-10px;
	table-layout:fixed;
	width:100%;
	position:relative;
}
.file-placeholder .files-list td {
	box-shadow:0 -2px 0 -1px #FFFFFF inset;
	border-bottom:1px solid #dde5e8;
	color:#5c6470;
	font-size:12px;
	line-height:16px;
	padding:10px 0 10px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	position: relative;
	zoom:1;
}
.file-placeholder .file-edit,
.file-placeholder .file-section {
	display: none;
}
.file-placeholder .files-name {
	width:30%
}
.file-placeholder .files-size {
	width:12%
}
.file-placeholder .files-storage {
	width:20%
}
.file-placeholder .files-storage .files-storage-text{
	display: inline-block;
	width:80px;
	color:#5C6470;
}
.file-placeholder .files-storage-block {
	position:relative;
}
.file-placeholder .files-text {
	-moz-box-sizing: border-box;
	color: #2067B0;
	display: inline-block;
	font-weight: bold;
	max-width: 100%;
	padding-right: 20px;
	position: relative;
	zoom:1;
}
.file-placeholder .error-load .files-text {
	color:#bb0000;
}
.file-placeholder .f-wrap {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	word-wrap: break-word;
	zoom:1;
}
.file-placeholder .del-but {
	background: url("/local/templates/doorlock/components/bitrix/main.file.input/trouble/images/live_feed_sprite.png") no-repeat 0 0;
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
.file-placeholder .files-text .del-but {
	background-position:6px -19px;
	display:inline-block;
	margin-top:-2px;
	position:static;
	vertical-align:top;
}
.file-placeholder .loading .del-but {
    background-position: 7px -20px;
    top: 0;
}
.file-placeholder .files-storage-block .del-but {
    background-position: 7px -20px;
    top: 0;
}
.file-placeholder .info-icon {
	background:url("/local/templates/doorlock/components/bitrix/main.file.input/trouble/images/live_feed_sprite.png") no-repeat -112px -60px;
	display:inline-block;
	height:16px;
	margin-right:10px;
	vertical-align:middle;
	width:17px;
}
.file-placeholder .stor-place {
	display:inline-block;
	margin-left:10px;
	vertical-align:top;
}
.file-placeholder .stor-text {
	display:inline-block;
	border-bottom:1px solid #5c6470;
}
.file-placeholder .stor-pl-arrow {
	background:url("/local/templates/doorlock/components/bitrix/main.file.input/trouble/images/live_feed_sprite.png") no-repeat -130px -23px;
	display:inline-block;
	margin-left:10px;
	height:5px;
	vertical-align:middle;
	width:3px;
}
.file-placeholder .edit-stor {
	background:url("/local/templates/doorlock/components/bitrix/main.file.input/trouble/images/live_feed_sprite.png") no-repeat 4px -64px;
	/*cursor:pointer;*/
	/*display:inline-block;*/
	display: none;
	height:15px;
	margin-left:0px;
	vertical-align:middle;
	width:15px;
}
.file-placeholder .files-path,
.file-placeholder .files-path:visited,
.file-placeholder .files-path:active,
.file-placeholder .files-path:link,
.file-placeholder .files-path:hover {
	border-bottom:1px dashed #5C6470;
	display:inline-block;
	color:#5C6470;
	/*margin-left:10px;*/
	text-decoration:none;
}
.file-placeholder .files-placement,
.file-placeholder .files-placement:visited,
.file-placeholder .files-placement:active,
.file-placeholder .files-placement:link,
.file-placeholder .files-placement:hover {
	display:inline-block;
	color:#5C6470;
	/*margin-left:10px;*/
	text-decoration:none;
}
.file-selectdialog {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #F4F8F9;
    border-color: #CED0D1 #CED1D1 #D3D7D8;
    border-radius: 2px 2px 2px 2px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px -1px rgba(164, 164, 164, 0.698) inset;
    margin-bottom: 11px;
    overflow: hidden;
    padding: 13px 30px 0 0;
    position: relative;
	display: none;
}
.file-selectdialog .file-placeholder{
	margin-left: 56px;
}
.file-selectdialog .file-simple .file-placeholder {
	margin-top: 0px;
	margin-left: 90px;
}
.file-selectdialog .file-label {
    background: url("/local/templates/doorlock/components/bitrix/main.file.input/trouble/images/live_feed_sprite.png") no-repeat -146px -186px;
    color: #5C6470;
    font-size: 12px;
    left: 13px;
    padding-left: 20px;
    position: absolute;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    top: 12px;
    width: 54px;
	line-height: 20px;
}
.popup_product_trouble .file-selectdialog .file-extended .file-selector {
    border-radius: 5px 5px 5px 5px;
    color: #A0AEB5;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    margin: 30px 0 10px;
    padding: 15px !important;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.popup_product_trouble .file-selectdialog .file-extended .file-selector-active {
	background-position:57px -88px;
	border:3px dashed #d4dde1;
	padding:15px !important;
}
.popup_product_trouble .file-selectdialog .file-extended .file-selector:hover {
	border:3px dashed #d4dde1;
	padding:15px !important;
}
.file-selectdialog .file-extended .file-load-img {background:url("/local/templates/doorlock/components/bitrix/main.file.input/trouble/images/loading-place-img.gif") no-repeat 0 0;
	height:79px;
	left:58px;
	top:20px;
	position:absolute;
	width:90px;
}
.file-selectdialog .file-extended .file-selector:hover .file-load-img  {
	background-position:0 -104px;
	left:55px;
	top:17px;
}
.file-selectdialog .file-extended .file-uploader {
    color: #2067B0;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
}
.file-selectdialog .file-extended .file-uploader .file-but-text {
	cursor: pointer;
	display: block;
	width:100%;
	height:100%;
}
.file-selectdialog .file-simple .file-uploader .file-fileUploader {
	/*font-size: 12px;*/
}
.file-selectdialog .file-uploader .file-fileUploader {
	font-size:120px;
	height:85px;
	opacity:0;
	filter: alpha(opacity=0);
	position:absolute;
	right: 0;
	top: -20px;
	cursor: pointer;
}
.file-selectdialog .file-uploader .file-filemacos {
	left:0 !important;
}
.file-selectdialog .file-label2 {
	color: #5C6470;
    font-size: 12px;
    margin-left: 58px;
    padding-bottom: 11px;
}
.file-selectdialog .file-simple,
.file-selectdialog .file-extended {
	display: none;
	margin-left: 30px;
}
.file-selectdialog .file-simple .file-label2 {
	margin-top:20px;
}
.file-selectdialog .file-simple .file-selector{
	color:#5c6470;
	overflow: hidden;
	height: 30px;
	/*font-size:12px;*/
	font-weight:bold;
	margin:6px 0 6px 90px;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
}
.file-selectdialog .file-simple .file-uploader{
	overflow: hidden;
    position: relative;
	display: inline-block;
    margin: 0 15px 0 0;
    vertical-align: middle;
	cursor:pointer;
}
.file-selectdialog .file-simple .file-uploader-left{
    background: url("/local/templates/doorlock/components/bitrix/main.file.input/trouble/images/live_feed_sprite.png") no-repeat 0px -240px;
    display: inline-block;
    height: 25px;
    vertical-align: top;
    width: 4px;
}
.file-selectdialog .file-simple .file-uploader-right{
    background: url("/local/templates/doorlock/components/bitrix/main.file.input/trouble/images/live_feed_sprite.png") no-repeat -7px -240px;
    display: inline-block;
    height: 25px;
    vertical-align: top;
    width: 4px;
}
.file-selectdialog .file-simple .file-but-text{
    background: url("/local/templates/doorlock/components/bitrix/main.file.input/trouble/images/live_feed_sprite.png") repeat-x 0 -267px;
    color: #7A808C;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    padding: 2px 10px 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    vertical-align: top;
}
/*region Moved from Blog*/
.feed-add-photo-block-wrap {
	margin-top: -17px;
}

.feed-add-photo-block {
	display: inline-block;
	margin: 17px 17px 0 0;
	min-height: 92px;
	width: 102px;
	padding-right: 21px;
	position: relative;
	vertical-align: top;
}

.feed-add-photo-block .feed-add-post-del-but {
	background-position: 6px -19px;
	background-color: #fff;
	height: 22px;
	top: 1px;
	z-index: 0;
}

.feed-add-img-wrap {
	background: #fff;
	border: 1px solid #e2e6e6;
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 2px rgba(137, 137, 137, 0.3);
	display: block;
	text-align: center;
	padding: 4px;
	position: relative;
	z-index: 2;
}

.feed-add-img-title {
	color: #2067b0;
	display: block;
	font-weight: bold;
	font-size: 12px;
	margin-top: 3px;
	overflow: hidden;
}

.feed-add-photo-block .feed-add-close-icon {
	background-color: #fff;
	background-position: 8px -19px;
	height: 22px;
	top: 1px;
	right: 1px;
	width: 22px;
}

.feed-add-photo-block .feed-add-close-icon:hover {
	background-position: -57px -60px;
}

.feed-add-post-del-but {
	background: url("/local/templates/doorlock/components/bitrix/main.file.input/trouble/images/live_feed_sprite.png") no-repeat;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 20px;
	position: absolute;
	width: 20px;
}

/*endregion*/
.file-load-img {
	display: none;
}
.file-selectdialog-switcher.popup-cv__input-file-label {
	border: 1px solid #253561;
    position: relative;
    color: #253561;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 16px;
    text-align: center;
    border-radius: 15px;
    font-size: 16px;
    line-height: 120%;
    justify-content: center;
    cursor: pointer;
}
.popup-cv__input-title {
	margin-bottom: 0;
}
/* End */


/* Start:/local/templates/doorlock/components/bitrix/catalog.element/.default/themes/green/style.css?17594913141085*/
/* catalog.section */

/*
#63aa28
#6fb32d
#7ab748
#a8d95b
*/

/* Slider */
.bx-green .product-item-image-slider-progress-bar { background-color: #5b9f0b; }

.bx-green .product-item-image-slider-control:hover { background-color: rgba(91, 159, 11, .8); }

.bx-green .product-item-image-slider-control.active,
.bx-green .product-item-image-slider-control:hover { background-color: #5b9f0b; }

.bx-green .product-item-selected-scu,
.bx-green .product-item-detail-slider-controls-image:hover,
.bx-green .product-item-detail-slider-controls-image.active { outline-color: #63aa28; }

/* SCU */
.bx-green .product-item-scu-item-text-block:hover,
.bx-green .product-item-scu-item-color-block:hover,
.bx-green .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-green .product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-color: #63aa28; }

/* Amount */
.bx-green .product-item-amount-field:focus { border-color: #63aa28; }

/*Proress Bar*/
.bx-green .product-item-detail-slider-progress-bar { background-color: #63aa28; }
/* End */
/* /local/templates/doorlock/components/bitrix/catalog/.default/style.css?17594913141088 */
/* /local/templates/doorlock/components/bitrix/breadcrumb/.default/style.css?1759491314497 */
/* /local/templates/doorlock/components/bitrix/catalog.element/.default/style.css?175949131445726 */
/* /local/templates/doorlock/components/bitrix/catalog.product.subscribe/.default/style.css?1759491314179 */
/* /local/templates/doorlock/components/bitrix/system.pagenavigation/.default/style.css?1759491314368 */
/* /local/templates/doorlock/components/bitrix/catalog.section/search_page_items/style.css?17594913143808 */
/* /local/templates/doorlock/components/bitrix/catalog.item/.default/style.css?17594913142315 */
/* /local/templates/doorlock/components/bitrix/catalog.section/search_page_items/themes/green/style.css?1759491314843 */
/* /local/templates/doorlock/components/bitrix/main.file.input/trouble/style.css?175949131410797 */
/* /local/templates/doorlock/components/bitrix/catalog.element/.default/themes/green/style.css?17594913141085 */
