

/* Start:/local/templates/torensnew/components/bitrix/catalog/torens/style.css?17305375131251*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.heading_branch h6{
	text-transform: uppercase;
}
/*.custom_block_branch{*/
/*	display: flex;*/
/*	justify-content: end;*/
/*}*/
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

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

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

/* End */


/* Start:/local/templates/torensnew/components/dclouds/catalog.smart.filter/torens/style.css?17282951276819*/
.bx-filter {
	position: relative;}

.filter-group {
	margin-bottom: 15px;}
.filter-group--title {
	position: relative;
	background: #525260;
	color: #ffffff;
	cursor: pointer;
	padding: 9px 35px 9px 15px;}
.filter-group--title:after {
	content: "";
	font-family: icomoon;
	font-size: 16px;
	position: absolute;
	right:15px;
	top: 50%;
	transform: translateY(-50%);}
.filter-group--title:hover, .filter-group--title.active {
	background: #30303c;}
.filter-group--title.active:after {
	transform: translateY(-50%) rotate(-180deg);}
.filter-group--inner {
	padding-top: 10px;}
.filter-group--items {
	max-height: 200px;
	overflow-y: auto;}
.filter-group--items::-webkit-scrollbar {
	-webkit-appearance: none;}
.filter-group--items::-webkit-scrollbar:vertical {
	width: 8px;}
.filter-group--items::-webkit-scrollbar:horizontal {
	height: 8px;}
.filter-group--items::-webkit-scrollbar-thumb {
	background-color: #484876;}
.filter-group--items::-webkit-scrollbar-track {
	background-color: #c0c0cb;}
.filter-group--search {
	position: relative;
	margin-bottom: 10px;}
.filter-group--search input{
	width: 100%;
	padding: 5px 32px 5px 12px;
	border-radius: 4px;
	background-color: #fff;
	font-size: 14px;
	border: 1px solid rgba(0, 0, 0, 0);
	color: #1b1b1b;
	-webkit-box-shadow: inset 0px 2px 4px 0 rgba(0, 0, 0, 0.25);
	box-shadow: inset 0px 2px 4px 0 rgba(0, 0, 0, 0.25);}
.filter-group--search input ~ .fa-search {
	position: absolute;
	top: 7px;
	right: 12px;}
.filter-group--items input[type="checkbox"], .filter-group--inner-small input[type="checkbox"] {
	display: none;}
.filter-group--items input[type="checkbox"] ~ label, .filter-group--inner-small input[type="checkbox"] ~ label {
	position: relative;}
.filter-group--items input[type="checkbox"] ~ label.disabled, .filter-group--inner-small input[type="checkbox"] ~ label.disabled {
	color: #dad7d7;}
.filter-group--items input[type="checkbox"]:not(:checked) ~ label.disabled, .filter-group--inner-small input[type="checkbox"]:not(:checked) ~ label.disabled {
	display: none;}
.filter-group--items input[type="checkbox"] ~ label:before, .filter-group--inner-small input[type="checkbox"] ~ label:before {
	content: '';
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-right: 8px;
	border-radius: 3px;
	vertical-align: text-top;
	border: 1px solid #dedede;
	-webkit-box-shadow: inset 0px 1px 2px 0 rgba(0, 0, 0, 0.25);
	box-shadow: inset 0px 1px 2px 0 rgba(0, 0, 0, 0.25);}
.filter-group--items input[type="checkbox"]:checked ~ label:after, .filter-group--inner-small input[type="checkbox"]:checked ~ label:after {
	position: absolute;
	left: 3px;
	top: 6px;
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	background-image: url('/local/images/checked.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;}
.filter-group--inner-small input[type="checkbox"] ~ label:before {
	width: 20px;
	height: 20px;}

.bx-filter-select-container .bx-filter-select-block:after {
	content: "";
	font-family: icomoon;
	font-size: 16px;
	top: 0px;
	bottom: 0px;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	position: absolute;
	right: 3px;
	cursor: pointer;}
.popup-window {
	padding: 0;}
.popup-window .bx-filter-select-popup {
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);}
.popup-window .bx-filter-select-popup ul li label {
	margin: 0;
	font-size: 13px;
	padding: 5px 8px;
	height: auto;}

.bx-filter .main_top-form {
	border: 1px solid #dad7d7;
	padding-top: 1rem;
	padding-bottom: 1rem;}

.bx-filter .main_top-form_content {
	margin-top: 12px; }

.bx-filter .border-top {
	border-top:1px solid #dad7d7;
	margin:0;}

@media screen and (min-width: 768px) {
	.bx-filter .main_top-form_content {
		margin-top: 0;}
	.bx-filter .section_form-top.main_top-form .main_title {
		display: none;}
}

.filter-group--track-inputs {
	display: flex;
	justify-content: space-between;
	align-items: center;}
.filter-group--track-inputs input {
	padding: 5px 32px 5px 12px;
	border-radius: 4px;
	background-color: #fff;
	font-size: 14px;
	border: 1px solid rgba(0, 0, 0, 0);
	color: #1b1b1b;
	-webkit-box-shadow: inset 0px 2px 4px 0 rgba(0, 0, 0, 0.25);
	box-shadow: inset 0px 2px 4px 0 rgba(0, 0, 0, 0.25);}
.bx-filter .bx-ui-slider-handle {
	width: 15px;
	height: 15px;
	border-radius: 15px;
	border: 2px solid white;
	background-color: #b6000f;
	-webkit-box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.25);
	z-index: 2;}
.bx-filter .bx-ui-slider-track {
	background-color: #c0c0cb;}
.bx-filter .bx-ui-slider-pricebar-v {
	background: #e62333;
	z-index: 1;}
.bx-filter .bx-ui-slider-handle.left {
	left: 0;
	transform: translate(-8px, -70%);}
.bx-filter .bx-ui-slider-handle.right {
	right: 0;
	transform: translate(8px, -70%);}

.bx-filter .bx-ui-slider-track-container {
	padding-top: 10px;
	padding-bottom: 10px;}
.bx-filter .bx-ui-slider-track {
	position: relative;
	height: 7px;}
.bx-filter .bx-ui-slider-range,
.bx-filter .bx-ui-slider-pricebar,
.bx-filter .bx-ui-slider-pricebar-vd,
.bx-filter .bx-ui-slider-pricebar-vn,
.bx-filter .bx-ui-slider-pricebar-v {
	position: absolute;
	top: 0;
	bottom: 0;}
.bx-filter .bx-ui-slider-handle {
	position: absolute;
	top: 100%;}
.bx-filter .bx-ui-slider-handle:hover {
	-webkit-cursor: grab;
	-ms-cursor: grab;
	-o-cursor: grab;
	cursor: grab;}
.bx-filter .bx-ui-slider-handle:active {
	-webkit-cursor: grabbing;
	-ms-cursor: grabbing;
	-o-cursor: grabbing;
	cursor: grabbing;}

.bx-filter a.btn_custom {
	text-align:center;
	line-height:42px;}
.section_filter_in.container-fluid.filter-group--items.active .form-row{

	width: 100%;
}
.section_filter_in.container-fluid.filter-group--items.active .col-12.col-sm-6.col-xl-3{
	flex: unset;
	max-width: 33%;
}
.section_filter_in.container-fluid.filter-group--items.active .filter-group--items
{
	max-height: 200px;
	overflow-y: auto;
	padding-top: 10px;
	width: 100%;
	background: #fff;
	border: 1px solid gainsboro;
}
.section_filter_in.container-fluid.filter-group--items.active .filter-group--items
{
	margin-bottom: 0px;
}
.section_filter_in.container-fluid.filter-group--items.active .filter-group--search{
	margin-bottom: 0px;
}
.section_filter_in.container-fluid.filter-group--items.active .filter-group--search input
{
	border: 1px solid gainsboro;
	box-shadow: unset;
	border-radius: 0;
}

.section_filter_in.container-fluid.filter-group--items.active .filter-group--search input ~ .fa-search {
	display: none;
}
.section_filter_in.container-fluid.filter-group--items.active .filter-group--items  .checkbox{
	padding: 0 5px;
}
.section_filter_in.container-fluid.filter-group--items.active .filter-group--items input[type="checkbox"] ~ label::before{
	box-shadow: unset;
}
/* End */


/* Start:/local/components/dclouds/filter.cars/templates/catalog/style.css?1698815102620*/
#filter_steps {
    border: 1px solid #dad7d7;
    padding-top: 1rem;
    padding-bottom: 1rem;}
#filter_steps label {
    font-weight: 500;
    background: #f7f7f7;
    color: #e50000;
    font-size: 18px;
    text-decoration: underline;
    padding: 9px 35px 19px 15px;}

.cars-tabs--item {
    height: 50px;
    border-radius: 5px;
    border: 2px solid #df0617;
    background: rgba(0, 0, 0, 0);
    color: #df0617;}
.cars-tabs--item.active, .cars-tabs--item:hover {
    border: 2px solid #df0617;
    background: #df0617;
    color: #fff;}

#filter_steps a.btn_custom {
    text-align:center;
    line-height:42px;}
/* End */


/* Start:/local/templates/torensnew/components/bitrix/catalog.section/catalog/style.css?175065633318095*/
.tag_link{
	margin: 15px 0;
}
.tag_link a{
	border: 2px solid #e50000;
    background: #e50000;
    color: #fff;
    text-decoration: none;
    width: 250px !important;
    height: 35px;
    font-size: 14px;
    height: 35px;
    display: block;
    text-align: center;
font-size: 14px;
line-height: 32px;
}
.col-md-4.custom_branch{
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px;
}
.col-md-4.custom_branch .product_item.custom_branch{
    padding: 0;
    margin: 10px 5px;
}
.col-md-4.custom_branch .container-fluid.custom_branch{
    padding-left: 206px;
    padding-right: 200px;
    padding-top: 55px;
    padding-bottom: 31px;
}
.col-md-4.custom_branch .col-12.product_item-img-wrapper.custom_branch{
    position: absolute;
    left: 0;
    height: 120px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 204px;
    flex: 0 0 204px;
    max-width: 204px;
    padding-right: 10px;
    padding-left: 10px;
    top: 10px;
}
.col-md-4.custom_branch .product_item-img.custom_branch{
    height: 100%;
    width: 100%;
}
.col-md-4.custom_branch .col-12.product_item-title-wrapper.custom_branch{
    padding-left: 210px;
    position: absolute;
    top: 8px;
    left: 0px;
    width: 100%;
    padding-right: 6px;
}
.col-md-4.custom_branch .col-12.product_item-info.custom_branch{
    left: 16px;
    top: -10px;
    padding-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 20px;
}
.col-md-4.custom_branch .product_item-text.text-medium.custom_branch{
    display: block;
}
.col-md-4.custom_branch .product_item-text.text-medium.-no-inv-number.custom_branch{
    display: block;
    margin-left: 15px !important;
}
.col-md-4.custom_branch .product_item-params.custom_branch{
    display: block
}
.col-md-4.custom_branch .product_item-description.w-100.custom_branch{
    display: block;
}
.col-md-4.custom_branch .col-auto.product_item-price_wrapper.custom_branch{
    position: absolute;
    right: 0;
    top: -3px;
    text-align: center;
}
.col-md-4.custom_branch .col-auto.d-flex.product_item-cart_wrapper.flex-column.custom_branch{
    position: absolute;
    right: 23px;
    top: 79px;
}
.col-md-4.custom_branch .icon_custom-down.product_item-more.js-product_item-expand.custom_branch{
    display: block
}

.tag_link a:hover {
    border: 2px solid #cc0000;
    background: #cc0000;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}
.section_sort{
    width: 310px !important;
    z-index: 9;}
.filter_wr_f{
    width: 100% !important;
    display: flex;}
.section_sort .section_sort_in{
    width: 200px;
    color: #e50000;
    position:relative;
    height: 32px;
    padding-top: 32px;
    z-index: 1;}
.section_sort .section_sort_in a.active{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;}
.section_sort .section_sort_in a{
    display: none;
    padding: 5px;
    background-color: #f7f7f7;
    border: 1px solid #dad7d7;
    width: 200px;}
.section_sort > span{
    color:#1b1b1b !important;
    line-height: 34px;
    flex: 0 0 auto;
    margin-right: 15px;
    max-width: 100%;
    width: auto;}
.section_filter .section_filter_bt {
    position: relative;
    background: #525260;
    border: 2px solid #525260;
    color: #ffffff;
    cursor: pointer;
    padding: 7px 33px 7px 13px;
    font-weight: 500;
    width:315px;}
.section_filter .section_filter_bt.selected {
    background: #484876;
    border: 2px solid #484876;}
.section_filter .section_filter_bt:after {
    content: "";
    font-family: icomoon;
    font-size: 16px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);}
.section_filter .section_filter_bt:hover,.section_filter .section_filter_bt:active{
    background: #30303c;
    border: 2px solid #30303c;}
.section_filter .section_filter_bt.active{
    background: #f7f7f7;
    color: #202126;
    border: 2px solid #202126;}
.section_filter .section_filter_bt.active:after {
    transform: translateY(-50%) rotate(-180deg);}
.section_filter_in.filter-group--items{
    max-height:10000px;}
.section_filter_in .filter-group--title{
    font-weight: 500;
    background: #f7f7f7;
    color: #e50000;
    font-size: 18px;
    text-decoration: underline;}
.section_filter_in .filter-group--title:after{
    display: none;}
.section_filter_in.container-fluid, .section_car_filter.container-fluid{
    display: none;
    max-height: 100%;}
.section_title{
    margin-bottom: 15px;}
.section_title h1.h1{
    margin-bottom: 15px;
    width: 100%;}
.icon_custom-list:before {
    content: "\f00b" !important;
    font-family: 'FontAwesome' !important;}
.icon_custom-cards:before {
    content: "\f009" !important;
    font-family: 'FontAwesome' !important;}
.product_item-text.-no-inv-number {
    margin-left: 0 !important;}
.product_item-label.-youtube {
    background: #dee2e6;
    color: #1b1b1b;
    text-transform: none;
    border-radius: 20px;
    margin-left: 14px;
    font-weight: 900;
    position: absolute;
    bottom: 19px;
    left: 4px;
    height: 28px;
    font-size: 17px;
    margin-top: auto;
    display: flex;
    align-items: center;
    padding-right: 8px;
    padding-left: 41px;}
.product_item-label.-youtube::before {
    position: absolute;
    content: '';
    background: url(/local/images/youtube_button.svg) 8px 4px no-repeat;
    background-size: 72%;
    opacity: 0.7;
    width: 40px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border: 0;}
.-list- .product_item-label.-youtube {
    margin-left: 9px;
    bottom: 4px;}

button.button_custom-cart{
    border: 2px solid #e50000;
    background: #e50000;
    color: #fff;
    height: 30px;
    padding: 0 15px;
    border-radius: 2px;
    font-size: 10px !important;
    font-weight: 500;
    line-height: 22px;}
button.button_custom-cart:hover{
    border: 2px solid #cc0000;
    background: #cc0000;
    color: #fff;
    text-decoration: none;}
button.button_custom-cart.-in_cart-{
    border: 2px solid #e50000;
    background: #e50000;
    color: #fff !important;
    height: 30px;
    padding: 0 10px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;}
button.button_custom-cart.-in_cart-:after{
    display:none !important;}
/*.section_list.js-toggle-section-list.-list- .product_item-cart_wrapper {top: 73px !important;
    right: 0 !important;}*/
.product_item-cart_wrapper.-in_cart- {
    padding-left: 0;}

@media screen and (min-width: 768px) {
    .section_car_filter.container-fluid .main_top-form_content {
        margin-top: 0;}
    .section_car_filter.container-fluid .main_top-form .main_title {
        display: none;}
    .section_filter .section_filter_bt{
        top: unset !important;}
}
@media (max-width: 767px) {
    .col-md-4.custom_branch .col-12.product_item-img-wrapper.custom_branch{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 94px;
        flex: 0 0 94px;
        max-width: 94px;
        height: 82px;
        padding-right: 6px;
        padding-left: 6px;
        position: absolute;
        top: 46px;
        left: 0;
    }
    .col-md-4.custom_branch .container-fluid.custom_branch{
        padding-top: 82px;
        padding-bottom: 20px;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    .col-md-4.custom_branch .col-12.product_item-title-wrapper.custom_branch{
        position: absolute;
        top: 8px;
        left: 0px;
        width: 100%;
        padding-right: 6px;
        padding-left: 6px;
    }
    .col-md-4.custom_branch .col-12.product_item-info.custom_branch{
        width: 100%;
        max-width: calc(100% - 94px);
        padding-right: 12px;
        padding-left: 2px;
        position: absolute;
        left: 94px;
        top: 42px;
        height: 40px;
        display: flex;
        flex-wrap: wrap;
        font-size: 12px;
    }
    .col-md-4.custom_branch .col-auto.product_item-price_wrapper.custom_branch{
        max-width: 100%;
        padding: 0px;
        position: relative;
        padding: 0 15px;
    }
    .col-md-4.custom_branch .col-auto.d-flex.product_item-cart_wrapper.flex-column.custom_branch{
        position: relative;
        right: 0px;
        top: 0px;
    }
    .col-12.product_item-title-wrapper.custom_branch .product_item-title{
        font-size: 13px;
    }
    .col-md-4.custom_branch .col-12.product_item-info.custom_branch .product_item-text{
        font-size: 12px;
        margin: 0;
    }
    .col-md-4.custom_branch .product_item-text.text-medium.-no-inv-number.custom_branch{
        margin-left: 0!important;
    }
    .col-md-4.custom_branch .product_item-text.text-medium.-no-inv-number.custom_branch span{
        font-size: 12px;
    }
    .filter_wr_f{
        display: block}
    .section_sort {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        width: auto;}
    .section_sort > span {
        margin-top: 0 !important;
        flex: 0 0 auto !important;
        margin-right: 15px;
        max-width: 100% !important;
        width: auto;}
    .section_filter_in.container-fluid, .section_car_filter.container-fluid {
        position: fixed;
        top: 64px;
        z-index: 1000;
        right: 0;
        background: #f7f7f7;
        margin: 0;
		padding: 0;
        width: 80%;
        bottom: 0;
		overflow: visible;}
	.onscroll .section_filter_in.container-fluid, .onscroll .section_car_filter.container-fluid {
		top: 56px;}
	.section_filter_in.container-fluid::before, .section_car_filter.container-fluid::before {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 100%;
		width: calc(100vw - 80%);
		background: rgba(0, 0, 0, .4);
		content: "";}
    .section_filter_in.container-fluid .container-fluid .form-fields, .section_car_filter.container-fluid #filter_steps .form-fields {
		height: calc(100dvh - 235px);
		margin: 23px 0 105px;
        overflow-y: auto;}
	.onscroll .section_filter_in.container-fluid .container-fluid .form-fields, .onscroll .section_car_filter.container-fluid #filter_steps .form-fields {
		height: calc(100dvh - 227px);}
    .section_filter_in.container-fluid .container-fluid .form-fields::-webkit-scrollbar, .section_car_filter.container-fluid #filter_steps .form-fields::-webkit-scrollbar {
        -webkit-appearance: none;}
    .section_filter_in.container-fluid .container-fluid .form-fields::-webkit-scrollbar:vertical, .section_car_filter.container-fluid #filter_steps .form-fields::-webkit-scrollbar:vertical {
        width: 5px;}
    .section_filter_in.container-fluid .container-fluid .form-fields::-webkit-scrollbar:horizontal, .section_car_filter.container-fluid #filter_steps .form-fields::-webkit-scrollbar:horizontal {
        height: 5px;}
    .section_filter_in.container-fluid .container-fluid .form-fields::-webkit-scrollbar-thumb, .section_car_filter.container-fluid #filter_steps .form-fields::-webkit-scrollbar-thumb {
        background-color: #484876;}
    .section_filter_in.container-fluid .container-fluid .form-fields::-webkit-scrollbar-track, .section_car_filter.container-fluid #filter_steps .form-fields::-webkit-scrollbar-track {
        background-color: #c0c0cb;}
    .section_filter_in.container-fluid .main_top-form .main_title:after, .section_car_filter.container-fluid .main_top-form .main_title:after {
        content: "";
		font-size: 20px;}
    .section_filter_in.container-fluid .main_top-form .main_title, .section_car_filter.container-fluid .main_top-form .main_title {
		position: absolute;
		top: -15px;
		left: 0;
		right: 0;
		height: 50px;
		padding: 0 5px 0 15px;
		border-bottom: solid 1px #E2E2ED;
        text-transform: none;
		align-items: center;
		z-index: 10;
		font-size: 14px;
		color: #373737;}
	.section_filter_in.container-fluid .justify-content-center.border-top, .section_car_filter.container-fluid .justify-content-center.border-top {
		position: fixed;
		right: 0;
		bottom: 0;
		width: 80% !important;
		height: 120px;
		padding: 0 7.5px;
		margin: 0;
		border-top: solid 1px #E2E2ED !important;}
	.section_filter_in.container-fluid .section_form-top_btns, .section_car_filter.container-fluid .section_form-top_btns {
		flex-direction: column;}
	.section_filter_in.container-fluid .section_form-top_btns .btn_custom, .section_car_filter.container-fluid .btn_custom {
		width: 100%;
		max-width: 100%;
		height: 38px;
		margin: 5px 0;
		border-width: 1px;
		font-weight: 700;
		font-size: 14px;
		line-height: 38px !important;}
	.section_filter_in.container-fluid .section_form-top_btns a.btn_custom, .section_car_filter.container-fluid a.btn_custom {
		border-color: #A0A0B5;}
    .section_filter_in.container-fluid .main_top-form, .section_car_filter.container-fluid #filter_steps {
        border:0;
		height: 100%;}
    .section_filter_in.container-fluid .main_top-form_content, .section_car_filter.container-fluid .main_top-form_content {
        display: block !important;
		height: 100%;
		padding: 0 2.5px 0 7.5px;}
    .section_filter .section_filter_bt {
        background: #525260 !important;
        color: #ffffff !important;
        border: 0 !important;}
    .section_filter .section_filter_bt.selected {
        background: #484876 !important;}
    .section_sort {
        width: 100% !important;}
    .section_title h1.h1 {
        margin-bottom: 20px;}
    .section_sort{
        margin-top: 15px;}
    .section_filter{
        margin-top: 15px;}
    .section_sort > span{
        margin-top: 0 !important;
        flex: 0 0 auto !important;
        margin-right: 15px;
        max-width: 100% !important;
        width: auto;}
    .section_filter .section_filter_bt{
        width: 262px;}
    .section_sort .section_sort_in a {
        width: 185px;}
    .section_sort .section_sort_in{
        width: 185px;}
    .section_filter_bt.fixed{
        position: fixed;
        z-index: 4;
        left: 0;
        right: 0;}
    .section_filter_in.filter-group--items{
        max-height:100%;}
    .section_sort {
        z-index: 1;}
		
	.section_filter_in.container-fluid .form-fields {
		display: block;
	}
	.section_filter_in.container-fluid .form-fields .col-xl-3 {
		max-width: 100% !important;
	}
	
	.section_filter_in.container-fluid .filter-group {
		margin: 0;
	}
	.section_filter_in.container-fluid .filter-group--title {
		position: relative;
		padding: 15px 0px;
		font-weight: 400;
		font-size: 14px;
		line-height: 100%;
		color: #373737;
		text-decoration: none;
	}
	.section_filter_in.container-fluid .filter-group--title.active {
		color: #DF0617;
	}
	.section_filter_in.container-fluid .filter-group--title::after {
		position: absolute;
		top: 12px;
		right: 5px;
		display: block;
        width: 20px;
		height: 20px;
        font-family: icomoon;
		font-size: 14px;
		line-height: 20px;
		text-align: center;
		content: "";
		transform: rotate(180deg); 
		color: #373737 !important;
	}
	.section_filter_in.container-fluid .filter-group--title.active::after {
		transform: rotate(0deg); 
	}
	.section_filter_in.container-fluid .filter-group--inner {
		padding: 0 0 15px;
	}
	.section_filter_in.container-fluid .filter-group--search input {
		height: 39px;
		margin: 0 0 5px;
		padding: 0 10px;
		background: #F9F9F9;
		border: solid 1px #EDEDED !important;
		color: #8E8E8E;
	}
	.section_filter_in.container-fluid .filter-group--items {
		padding: 5px !important;
		background: #F9F9F9 !important;
		border: solid 1px #EDEDED !important;
	}
	.section_filter_in.container-fluid .filter-group--items::-webkit-scrollbar:vertical {
        width: 5px;
	}
	.section_filter_in.container-fluid .filter-group--items label {
		margin: 5px 0;
		font-size: 14px;
		color: #373737;
	}
	.section_filter_in.container-fluid .filter-group--items label::before {
		width: 19px !important;
		height: 19px !important;
		border: solid 1px #EDEDED !important;
		border-radius: 2px;
	}
	.section_filter_in.container-fluid .filter-group--items label::after {
		top: 2px !important;
		left: 1px !important;
		width: 17px !important;
		height: 17px !important;
		background: #484876 !important;
		border-radius: 2px;
	}
	
	body.noscroll {
		overflow: hidden;
	}
}

@media screen and (min-width: 768px){
    .main_wrapper_global .section_list.js-toggle-section-list.-list- .product_item .container-fluid {
        padding-left: 206px;
        padding-right: 200px;
        padding-top: 55px;
        padding-bottom: 31px;
    }
}

.product_item .free_installation::after {
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    width: 128px;
    height: 128px;
    background: var(--stock-label);
    background-position: center;
    background-size: contain;
}

.section_list.js-toggle-section-list.-list- .product_item-label.style-link {
    top: 0 !important;
    right: 0 !important;
    left: auto;
}

.product_item .product_item-label.style-link::before {
    content: "";
    position: absolute;
    right: 0;
    left: auto;
    top: 100%;
    border-top: 3px solid #3a3a56;
    border-left: 5px solid #3a3a56;
    border-bottom: 3px solid rgba(27, 27, 27, 0);
    border-right: 5px solid rgba(27, 27, 27, 0);
}

.product_item .product_item-label.style-link:hover::before {
    right: 0;
    left: auto;
    top: 100%;
    border-top: 3px solid #4f4f74;
    border-left: 5px solid #4f4f74;
    border-bottom: 3px solid rgba(27, 27, 27, 0);
    border-right: 5px solid rgba(27, 27, 27, 0);
}

.product_item .header_top-callback_item {
    font-size: 14px !important;
}

.header_top-callback_item {
    display: block !important;
    width: 100%;
    top: 100%;
    padding: 5px 15px !important;
    color: #E50000 !important;
    text-decoration: none;
    font-family: OpenSans, sans-serif;
    text-align: left;
}

.header_top-callback_item span {
    text-decoration: none !important;
    border-bottom: 1px dashed #E50000;
    font-family: OpenSans, sans-serif;
}
/* End */


/* Start:/local/templates/torensnew/components/bitrix/catalog.products.viewed/catalog/style.css?1656500710697*/
 button.button_custom-cart{
     border: 2px solid #e50000;
     background: #e50000;
     color: #fff;
     height: 30px;
     padding: 0 15px;
     border-radius: 2px;
     font-size: 14px;
     font-weight: 500;
     line-height: 22px;
 }
 button.button_custom-cart:hover{
     border: 2px solid #cc0000;
     background: #cc0000;
     color: #fff;
     text-decoration: none;
 }
 button.button_custom-cart.-in_cart-{
     border: 2px solid #e50000;
     background: #e50000;
     color: #fff;
     height: 30px;
     padding: 0 15px;
     border-radius: 2px;
     font-size: 14px;
     font-weight: 500;
     line-height: 22px;
 }
 button.button_custom-cart.-in_cart-:after{
 	display:none;
 }
/* End */
/* /local/templates/torensnew/components/bitrix/catalog/torens/style.css?17305375131251 */
/* /local/templates/torensnew/components/dclouds/catalog.smart.filter/torens/style.css?17282951276819 */
/* /local/components/dclouds/filter.cars/templates/catalog/style.css?1698815102620 */
/* /local/templates/torensnew/components/bitrix/catalog.section/catalog/style.css?175065633318095 */
/* /local/templates/torensnew/components/bitrix/catalog.products.viewed/catalog/style.css?1656500710697 */
