

/* Start:/local/templates/bpro_catalog/components/bpro/items.list/home_slider/style.css?16880213632121*/
.tm-home-slider {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.tm-home-slider-left-item {
    position: relative;
    display: block;
    height: 20rem;
    padding: 1rem;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 1rem;
}

@media (min-width: 992px) {
    .tm-home-slider-left-item {
        height: 33rem;
        padding: 2rem;
    }
}

.tm-home-slider-left-item::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, #282828, 80%, rgba(40, 40, 40, 0));
}

.tm-home-slider-left-item > video {
    box-sizing: border-box;
    height: 100%;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    --uk-position-translate-x: -50%;
    --uk-position-translate-y: -50%;
    transform: translate(var(--uk-position-translate-x),var(--uk-position-translate-y));
}

.tm-home-slider-right-item {
    position: relative;
    display: block;
    height: 10rem;
    padding: 1rem;
    overflow: hidden;
    background-color: var(--bs-secondary);
    border: 2px solid rgba(0, 0, 0, 0.3);
    border-radius: 1rem;
    text-decoration: none;
    color: var(--bs-light);
}

.tm-home-slider-right-item+.tm-home-slider-right-item {
    margin-top: 1.5rem;
}

.tm-home-slider-right-item:hover {
    color: var(--bs-light);
    text-decoration: none;
    border-color: var(--bs-primary);
}

.tm-home-slider-right-item-img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 10rem;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.tm-home-slider-right-item-img::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, #282828, 50%, rgba(40, 40, 40, 0));
}

.tm-home-slider-left-item-content,
.tm-home-slider-right-item-content {
    position: relative;
    z-index: 1;
}
/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/bootstrap_v4/style.min.css?1602073152272*/
.page-link,.page-link:hover{color:var(--theme-color-primary)}.page-item.active .page-link{color:var(--theme-b-tx-primary);background-color:var(--theme-color-primary);border-color:var(--theme-color-primary)}.page-link:focus{box-shadow:0 0 0 .2rem var(--theme-b-sd-primary)}
/* End */


/* Start:/local/templates/bpro_catalog/components/bitrix/catalog.section.list/home_category/style.css?1688021317868*/
.tm-home-category-item {
    position: relative;
    display: block;
    padding: 1.5rem 0.5rem;
    overflow: hidden;
    background-color: var(--bs-light);
    border: 1px solid transparent;
    border-radius: 1rem;
    text-decoration: none;
    color: var(--bs-body-color);
    text-align: center;
}

.tm-home-category-item:hover {
    border-color: rgba(0, 0, 0, 0.15);
    color: var(--bs-dark);
}

.tm-home-category-item-img {
    display: inline-block;
    width: 5rem;
    height: 5rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.tm-home-category-item-text {
    color: var(--bs-body-color);
    font-size: 0.875rem;
    margin-top: 0.75rem;
    font-weight: bold;
}

.tm-home-category-item-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
}
/* End */


/* Start:/local/templates/bpro_catalog/components/bpro/items.list/home_about/style.css?16880213593304*/
.tm-home-about {

}

.tm-home-about-carouser-item {
    display: block;
    position: relative;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 1rem;
    overflow: hidden;
}    

.tm-home-about-carouser-item-link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

@media (min-width: 576px) {
    .tm-home-about .owl-carousel::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 12px;
        background: linear-gradient(to right, #f7f7f7, 50%, rgba(247, 247, 247, 0));
        z-index: 1;
    }
    
    .tm-home-about .owl-carousel::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 12px;
        background: linear-gradient(to left, #f7f7f7, 50%, rgba(247, 247, 247, 0));
        z-index: 1;
    }
}

.tm-home-about .owl-prev,
.tm-home-about .owl-next {
    display: none;
}

@media (min-width: 576px) {
    .tm-home-about .owl-prev,
    .tm-home-about .owl-next {
        display: inline-block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 28px;
        font-weight: 400;
        line-height: 70px;
        width: 24px;
        box-sizing: border-box;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        cursor: pointer;
        user-select: none;
        color: #282828;
        background-color: #ffffff;
        border: 1px solid rgba(0, 0, 0, 0.15);
        padding: 0;
        border-radius: 4px;
        z-index: 2;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075) !important;
    }

    .tm-home-about .owl-prev:hover,
    .tm-home-about .owl-next:hover,
    .tm-home-about .owl-prev:focus,
    .tm-home-about .owl-next:focus {
        color: #282828;
        background-color: #ffffff;
        border-color: #282828;
        outline: 0;
    }

    .tm-home-about .owl-prev {
        left: 0;
    }

    .tm-home-about .owl-next {
        right: 0;
    }

    .tm-home-about .owl-prev.disabled ,
    .tm-home-about .owl-next.disabled  {
        display: none;
    }
}

.tm-home-about .owl-dots {
    display: block;
    margin-top: 12px;
    text-align: center;
    -webkit-tap-highlight-color: transparent; 
}

@media (min-width: 576px) {
    .tm-home-about .owl-dots {
        display: none;
    }
}

.tm-home-about .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; 
}

.tm-home-about .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px; 
}

.tm-home-about .owl-dots .owl-dot.active span, 
.tm-home-about .owl-dots .owl-dot:hover span {
    background: #869791; 
}
  
/* 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 */


/* Start:/local/templates/bpro_catalog/components/bitrix/catalog.top/catalog/slider/style.css?16923411823212*/
.tm-catalog-top {
	position: relative;
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.tm-catalog-top-slider-container {
	position: relative;
}

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

.tm-catalog-top-slide.active {
	opacity: 1;
	-webkit-animation: nextslide 0.9s;
	animation: nextslide 0.9s;
}

.tm-catalog-top-slide.not-active {
	display: none;
	opacity: 0;
	-webkit-animation: prevslide 0.9s;
	animation: prevslide 0.9s;
}

@-webkit-keyframes prevslide {
	from { opacity: 1 }
	to { opacity: 0 }
}

@keyframes prevslide {
	from { opacity: 1 }
	to { opacity: 0 }
}

@-webkit-keyframes nextslide {
	from { opacity: 0 }
	to { opacity: 1 }
}

@keyframes nextslide {
	from { opacity: 0 }
	to { opacity: 1 }
}

.tm-catalog-top-slider-arrow-left,
.tm-catalog-top-slider-arrow-right {
    display: none;
}

@media (min-width: 576px) {
	.tm-catalog-top-slider-arrow-left,
	.tm-catalog-top-slider-arrow-right {
		display: inline-block;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		font-size: 16px;
		font-weight: 400;
		line-height: 70px;
		width: 24px;
		box-sizing: border-box;
		text-align: center;
		text-decoration: none;
		vertical-align: middle;
		cursor: pointer;
		user-select: none;
		color: #282828;
		background-color: #ffffff;
		border: 1px solid rgba(0, 0, 0, 0.15);
		padding: 0;
		border-radius: 4px;
		z-index: 2;
		transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
		box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075) !important;
	}

	
	.tm-catalog-top-slider-arrow-left {
		left: -12px;
	}

	.tm-catalog-top-slider-arrow-left:hover,
	.tm-catalog-top-slider-arrow-right:hover,
	.tm-catalog-top-slider-arrow-left:focus,
	.tm-catalog-top-slider-arrow-right:focus {
		color: #282828;
		background-color: #ffffff;
		border-color: #282828;
		outline: 0;
	}	

	.tm-catalog-top-slider-arrow-right {
		right: -12px;
	}

	.tm-catalog-top-slider-arrow-left::before,
	.tm-catalog-top-slider-arrow-right::before {
		content: "";
		display: inline-block;
		font-family: bootstrap-icons !important;
		font-style: normal;
		font-weight: normal !important;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		vertical-align: -0.25em;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	.tm-catalog-top-slider-arrow-left::before {
		content: "\f27a";
	}

	.tm-catalog-top-slider-arrow-right::before {
		content: "\f27b";
	}
}

.tm-catalog-top-slider-pagination {
	position: absolute;
	top: calc(100% + 12px);
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	text-align: center;
	z-index: 10;	
}

@media (min-width: 576px) {
    .tm-catalog-top-slider-pagination {
        display: none;
    }
}

.tm-catalog-top-slider-pagination li {
	display: inline-block;
	width: 10px;
    height: 10px;
	margin: 0 3px;
	background: #D6D6D6;
	border-radius: 50%;
	opacity: .3;
	cursor: pointer;
	transition: opacity 200ms ease;
}

.tm-catalog-top-slider-pagination li:hover,
.tm-catalog-top-slider-pagination li.active { 
	background: #869791; 
}

  
/* End */


/* Start:/local/templates/bpro_catalog/components/bpro/items.list/home_brands/style.css?1688021361916*/
.tm-home-popular-brand-block {
    overflow: hidden;
    padding: 2rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
}

@media (min-width: 992px) {
    .tm-home-popular-brand-block {
        padding: 3rem;
    }
}

.tm-home-popular-brand-right {
    transform: translateY(3rem);
 }

 @media (min-width: 992px) {
    .tm-home-popular-brand-right {
        transform: translateX(4rem) translateY(0);
     }
}

.tm-home-popular-brand-right-item {
    display: block;
    position: relative;
    padding: 1rem;
    background: var(--bs-light);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
    text-decoration: none;
}

.tm-home-popular-brand-right-item:hover {
    border-color: var(--bs-secondary);
    text-decoration: none;
}

.tm-home-popular-brand-right-item-img {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

/* End */
/* /local/templates/bpro_catalog/components/bpro/items.list/home_slider/style.css?16880213632121 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/bootstrap_v4/style.min.css?1602073152272 */
/* /local/templates/bpro_catalog/components/bitrix/catalog.section.list/home_category/style.css?1688021317868 */
/* /local/templates/bpro_catalog/components/bpro/items.list/home_about/style.css?16880213593304 */
/* /local/templates/bpro_catalog/components/bitrix/catalog.item/catalog/style.css?169059869013394 */
/* /local/templates/bpro_catalog/components/bitrix/catalog.top/catalog/slider/style.css?16923411823212 */
/* /local/templates/bpro_catalog/components/bpro/items.list/home_brands/style.css?1688021361916 */
