

/* Start:/local/templates/bpro_catalog/components/bitrix/catalog/catalog/style.css?16979833622266*/
.tm-catalog-header {
    padding-top: 1.5rem;
	padding-bottom: 1.5rem;
    background-color: var(--bs-light);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 992px) {
    .tm-catalog-header {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

.tm-catalog-breadcrumbs {
    margin-top: 1.5rem;
}

.tm-catalog-breadcrumbs .breadcrumb {
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
}

.tm-catalog-breadcrumbs .breadcrumb-item {
    font-size: 0.875rem;
}

.tm-catalog-breadcrumbs .breadcrumb-item a {
    color: var(--bs-body-color);
    text-decoration: none;
}

.tm-catalog-breadcrumbs .breadcrumb-item a:hover {
    color: var(--bs-primary);
}

.tm-catalog-body {
    background-color: var(--bs-white);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.tm-catalog-body-left {
    padding: 2rem 0;
    min-height: 100%;
}

.tm-catalog-body-right {
    padding: 2rem 0;
    min-height: 100%;
}

@media (min-width: 768px) {
    .tm-catalog-body-right {
        padding-left: 1.5rem;
        border-left: 1px solid rgba(0, 0, 0, 0.15);
    }
}

.tm-catalog-toolbar {
    background-color: var(--bs-white);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.tm-catalog-toolbar-left {
    padding: 1rem 0;
    min-height: 100%;
}

.tm-catalog-toolbar-right {
    padding: 1rem 0 1rem 1.5rem;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    min-height: 100%;
}

.tm-catalog-toolbar-right .nav-link {
    font-size: 0.875rem;
    font-weight: normal;
    padding: 0.25rem 0;
    margin-left: 1rem;
    color: rgba(33, 37, 41, 0.75);
}

.tm-catalog-toolbar-right .nav-link:focus, 
.tm-catalog-toolbar-right .nav-link:hover {
    color: rgb(33, 37, 41);
}

.tm-catalog-toolbar-right .nav-link.active {
    font-weight: bold;
    color: rgb(33, 37, 41);
}

.tm-catalog-recomended {
    padding-top: 1.5rem;
	padding-bottom: 1.5rem;
    background-color: var(--bs-white);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.tm-catalog-recomended > * > .row+.row {
    margin-top: 1.5rem;
}

@media (min-width: 992px) {

    .tm-catalog-recomended {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .tm-catalog-recomended > * > .row+.row {
        margin-top: 3rem;
    }
    
}
/* End */


/* Start:/local/templates/bpro_catalog/components/bitrix/catalog.element/catalog/style.css?169097203318114*/
.tm-product-detail-header {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
    background-color: var(--bs-white);
}

@media (min-width: 992px) {
    .tm-product-detail-header {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

.tm-product-detail-section {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

@media (min-width: 992px) {
    .tm-product-detail-section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

.tm-product-detail-section-block+.tm-product-detail-section-block {
	margin-top: 1.5rem;
}

@media (min-width: 992px) {
	.tm-product-detail-section-block+.tm-product-detail-section-block {
		margin-top: 3rem;
	}
}

.tm-product-detail-sidebar {
	position: sticky;
	top: 1rem;
}

.tm-product-detail-sidebar > .card {
	border-radius: 1rem;
}

.tm-product-detail-sidebar > .card > .card-footer:last-child {
	border-radius: 0 0 1rem 1rem;
}

.tm-product-detail-sidebar > .card > .card-body {
    position: relative;
}

.tm-product-detail-sidebar > .card > .card-body:after, 
.tm-product-detail-sidebar > .card > .card-body:before {
	top: 100%;
	left: 14.5%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.tm-product-detail-sidebar > .card > .card-body:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 8px;
	margin-left: -8px;
}
.tm-product-detail-sidebar > .card > .card-body:before {
	border-color: rgba(221, 221, 221, 0);
	border-top-color: rgba(0,0,0,.125);
	border-width: 9px;
	margin-left: -9px;
}

.btn.tm-product-detail-sidebar-button {
	font-size: 0.8rem;
    line-height: 1.5rem;
	padding: 0 0.6rem;
    border-radius: 500px;
}

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

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

/*Price */
.tm-product-detail-price-current {
	white-space: nowrap;
	font-size: 30px;
	line-height: 30px;
}

.tm-product-detail-price-old {
	text-decoration: line-through;
	white-space: nowrap;
	line-height: 22px;
	color: #a5a5a5;
}

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

.tm-product-detail-scu-block { }

.tm-product-detail-scu-list { margin: 0; }

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

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

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

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

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

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

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

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

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

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

.tm-product-detail-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;
}

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

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

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

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

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

/*Amount*/
.tm-product-detail-amount {
	text-align: center;
}

.tm-product-detail-amount-field-container {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}


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

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

.tm-product-detail-amount-field-btn-plus:after,
.tm-product-detail-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;
}

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

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

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

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

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

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

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

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

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

input.tm-product-detail-amount-field::-webkit-outer-spin-button,
input.tm-product-detail-amount-field::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.tm-product-detail-amount-description-container {
	display: block;
	color: #a5a5a5;
	white-space: nowrap;
	font-size: 12px;
	line-height: 12px;
	height: 12px;
}

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

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

.tm-product-detail-quantity {
	color: #333;
	font-weight: normal;
	font-size: 12px;
}


/*Buy button*/
.btn.tm-product-detail-buy-button,
.btn.tm-product-detail-notavail-button,
.btn.tm-product-detail-subscr-button {
	position: relative;
    padding: 0 28px 0 8px;
    line-height: 38px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    width: 100%;
}

.btn.tm-product-detail-buy-button::after,
.btn.tm-product-detail-notavail-button::after,
.btn.tm-product-detail-subscr-button::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    font-family: bootstrap-icons!important;
    font-style: normal;
    font-weight: 400!important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn.tm-product-detail-buy-button::after {
    content: "\f176";
}

.btn.tm-product-detail-notavail-button::after {
    content: "\f431";
}

.btn.tm-product-detail-subscr-button::after {
    content: "\f6C0";
}

/* Slider */
.tm-product-detail-slider-container {
	position: relative;
	transition: background 800ms ease;
}

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

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

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

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

.tm-product-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%);
}

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


/* Slider Controls*/
.tm-product-detail-slider-controls-block {
	display: flex;
    flex-wrap: wrap;
    margin-right: -0.25rem;
    margin-left: -0.25rem;
}

.tm-product-detail-slider-controls-image {
	flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 0.25rem;
    padding-left: 0.25rem;
    margin-top: 0.5rem;
	width: 12.5%;
}

.tm-product-detail-slider-controls-image > div {
	overflow: hidden;
	background-color: #fff;
	border: 2px solid transparent;
	border-radius: 0.5rem;
	text-align: center;
	cursor: pointer;
}

.tm-product-detail-slider-controls-image > div:hover,
.tm-product-detail-slider-controls-image.active > div {
	border-color: var(--bs-primary);
}

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

.tm-product-detail-slider-left,
.tm-product-detail-slider-right {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 111;
	display: block;
	width: 15%;
	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;
}

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

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

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

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

.tm-product-detail-slider-container.popup .tm-product-detail-slider-close {
	position: absolute;
	top: 4px;
	right: 4px;
	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;
}

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

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

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

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

/*popup*/
.tm-product-detail-slider-container.popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	z-index: 999999;
	background: #fff;
	animation-name: imgPopupShow;
	animation-duration: 300ms;
}


@media (min-width: 768px) {

	.tm-product-detail-slider-container.popup {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

}

.tm-product-detail-slider-container.popup .tm-product-detail-slider-block {
	-webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (min-width: 768px) {

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

}

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

@media (min-width: 768px) {

	.tm-product-detail-slider-container.popup .tm-product-detail-slider-image {
		max-height: 100vh;
	}

}


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

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

@media (min-width: 768px) {

	.tm-product-detail-slider-container.popup .tm-product-detail-slider-image img {
		max-height: 90vh;
	}

}

.tm-product-detail-slider-container.popup .tm-product-detail-slider-controls-block {
	padding: 0 0.5rem 0.5rem;
	background-color: #fff;
	border-top: 1px solid #d3d3d3;
}

@media (min-width: 768px) {

	.tm-product-detail-slider-container.popup .tm-product-detail-slider-controls-block {
		display: block;
		width: 6rem;
		height: 100vh;
		margin: 0;
		overflow-y: auto;
		overflow-x: hidden;
		border-top: none;
		border-left: 1px solid rgba(0, 0, 0, 0.1);
	}

	.tm-product-detail-slider-container.popup .tm-product-detail-slider-controls-image {
		display: block;
		width: 100%;
		padding: 0;
	}

}

/*Properties */

.tm-product-detail-properties {
	font-size: 1rem;
	line-height: 1rem;
}

.tm-product-detail-properties-dots {
	border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}


/*endregion*/

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

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

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


/* Start:/bitrix/components/bitrix/iblock.vote/templates/bootstrap_v4/style.min.css?1602073175200*/
.bx-rating{display:block;text-align:center}.bx-rating-icon-container{margin-right:3px;cursor:pointer}.bx-rating .bx-rating-icon-container:last-child{margin-right:0}.bx-rating-icon{fill:var(--primary)}
/* End */


/* Start:/bitrix/components/bitrix/sale.prediction.product.detail/templates/.default/style.min.css?1602073195332*/
.catalog-element-popup-wrapper{position:absolute;box-sizing:border-box;border-radius:3px;background:rgba(0,0,0,.77)}.catalog-element-popup-inner{padding:20px;max-width:300px;font:13px "Helvetica Neue",Arial,Helvetica,sans-serif}.catalog-element-popup-element{color:#ffa801;font:bold 13px "Helvetica Neue",Arial,Helvetica,sans-serif}
/* End */


/* Start:/local/templates/bpro_catalog/components/bitrix/catalog.item/catalog/style.css?169059869013394*/
.tm-product-item-container {
	position: relative;
	height: 100% !important;
	display: block;
}

.tm-product-item-card {
	position: relative;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 100% !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	box-sizing: border-box;
	padding: 0.75rem;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 1rem;
}

.tm-product-item-card .tm-product-item-body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.tm-product-item-line {
	position: relative;
	display: block;
	height: 100% !important;
	box-sizing: border-box;
	padding: 0.75rem;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 1rem;
}

@media (min-width: 576px) {
	.tm-product-item-line .tm-product-item-body,
	.tm-product-item-line .tm-product-item-footer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		height: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.tm-product-item-line .tm-product-item-footer {
		padding-left: 1rem;
		border-left: 1px solid rgba(0, 0, 0, 0.15);
	}

	.tm-product-item-line .tm-product-item-body .tm-product-item-body-top {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding-bottom: 1rem;
	}
}

/*Image*/
.tm-product-item-image-wrapper {
	position: relative;
	display: block;
	overflow: hidden;
    border-radius: 0.75rem;
}

.tm-product-item-image-original,
.tm-product-item-image-alternative {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: opacity 300ms linear;
}

.tm-product-item-image-original { 
	z-index: 11; 
}

.tm-product-item-image-alternative {
	z-index: 13;
	opacity: 0;
}

.tm-product-item-container.hover .tm-product-item-image-original { 
	opacity: 0; 
}

.tm-product-item-container.hover .tm-product-item-image-alternative { 
	opacity: 1; 
}

/*Image Slider*/
.tm-product-item-image-slider-slide-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	overflow: hidden;
	transition: opacity 300ms ease;
}

.tm-product-item-image-slide {
	position: relative;
	display: none;
	height: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: .6s ease-in-out left;
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.tm-product-item-image-slide {
		transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}

	.tm-product-item-image-slide.next,
	.tm-product-item-image-slide.active.right {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	.tm-product-item-image-slide.prev,
	.tm-product-item-image-slide.active.left {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	.tm-product-item-image-slide.next.left,
	.tm-product-item-image-slide.prev.right,
	.tm-product-item-image-slide.active {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.tm-product-item-image-slider-slide-container > .active,
.tm-product-item-image-slider-slide-container > .next,
.tm-product-item-image-slider-slide-container > .prev { 
	display: block; 
}

.tm-product-item-image-slider-slide-container > .active { 
	left: 0; 
}

.tm-product-item-image-slider-slide-container > .next,
.tm-product-item-image-slider-slide-container > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.tm-product-item-image-slider-slide-container > .next { 
	left: 100%; 
}

.tm-product-item-image-slider-slide-container > .prev { 
	left: -100%; 
}

.tm-product-item-image-slider-slide-container > .next.left,
.tm-product-item-image-slider-slide-container > .prev.right { 
	left: 0; 
}

.tm-product-item-image-slider-control-container {
	position: absolute;
	right: 0;
	bottom: 5px;
	left: 0;
	z-index: 22;
	display: block;
	padding: 0;
	text-align: center;
	opacity: 0;
	transition: opacity 300ms ease;
}

.tm-product-item-container.hover .tm-product-item-image-slider-control-container { 
	opacity: 1;
}

.tm-product-item-image-slider-control,
.tm-product-item-image-slider-control.active {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: rgba(128, 128, 128, .8);
	opacity: .6;
	cursor: pointer;
	transition: all 300ms ease;
}

.tm-product-item-image-slider-control:hover,
.tm-product-item-image-slider-control.active:hover { cursor: pointer; }

.tm-product-item-image-slider-control.active,
.tm-product-item-image-slider-control:hover { background-color: var(--bs-primary); }

/*Label*/
.tm-product-item-label {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 20;
}

/*Title*/
.tm-product-item-title {
	font-size: 1rem;
    font-family: Roboto;
    line-height: 1.2rem;
	max-height: 2.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1rem;
}

.tm-product-item-title a {
	color: #3f3f3f;
	text-decoration: none;
	transition: 250ms linear all;
}


/*Price*/
.tm-product-item-price {
	padding-bottom: 1rem;
}

@media (min-width: 576px) {
	.tm-product-item-line .tm-product-item-price {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
}

.tm-product-item-price-old {
	max-width: 100%;
	color: #a5a5a5;
	text-decoration: line-through;
	font-size: 12px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tm-product-item-price-current {
	white-space: nowrap;
	font-weight: bold;
	font-size: 18px;
}

/*Amount*/
.tm-product-item-amount {
	text-align: center;
}

.tm-product-item-amount-field-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
}


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

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

.tm-product-item-amount-field-btn-plus:after,
.tm-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;
}

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

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

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

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

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

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

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

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

.tm-product-item-amount-description-container {
	color: #a5a5a5;
	white-space: nowrap;
	font-size: 12px;
	line-height: 12px;
	height: 12px;
}

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

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

.btn.tm-btn-buy {
	position: relative;
	padding: 0 28px 0 8px;
	line-height: 32px;
	font-size: 14px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	text-align: left;
	width: 100%;
}

.btn.tm-btn-buy::after {
    content: "\f176";
    display: inline-block;
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    font-family: bootstrap-icons!important;
    font-style: normal;
    font-weight: 400!important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*Properties */
.tm-product-item-properties {
	font-size: 0.8rem;
}

.tm-product-item-properties dd {
    margin-bottom: 0.25rem;
}

/*Compare*/
.tm-product-item-compare-container {
	position: relative;
	display: none;
	margin: 0 -15px;
	padding: 4px 15px;
	min-height: 30px;
	border-top: 1px solid #e6e6e6;
	background: #f3f3f3;
	box-shadow: inset 0 1px 1px 0 #eee;
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


.tm-product-item-scu-item-text-block:hover,
.tm-product-item-scu-item-color-block:hover,
.tm-product-item-scu-item-text-container.selected .tm-product-item-scu-item-text-block,
.tm-product-item-scu-item-color-container.selected .tm-product-item-scu-item-color-block { outline-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; 
}
/* End */
/* /local/templates/bpro_catalog/components/bitrix/catalog/catalog/style.css?16979833622266 */
/* /local/templates/bpro_catalog/components/bitrix/catalog.element/catalog/style.css?169097203318114 */
/* /bitrix/components/bitrix/iblock.vote/templates/bootstrap_v4/style.min.css?1602073175200 */
/* /bitrix/components/bitrix/sale.prediction.product.detail/templates/.default/style.min.css?1602073195332 */
/* /local/templates/bpro_catalog/components/bitrix/catalog.item/catalog/style.css?169059869013394 */
