

/* Start:/local/templates/tenet/components/bitrix/catalog/instock/style.css?17738356984540*/
.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%;
	box-sizing: border-box;
}
.smart-filter-parameters-box {
    position: relative;
}
.infilter__title {
    cursor: pointer;
    padding: 10px 0;
    border-bottom: 1px solid #C7C7C7;
}
.infilter__title svg {
    fill: #868686;
    transform: rotate(-90deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.active .infilter__title svg {
    fill: #EB0A1E;
    transform: rotate(0);
}
.infilter__block {
    padding: 10px 0;
    /* display: none; */
}
.infilter__checkbox input {
    display: none;
}
.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
}
.infilter__checkbox label {
    cursor: pointer;
}
.smart-filter-checkbox-text, .smart-filter-dropdown-text {
    font-size: 14px;
}
.infilter__checkbox label:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    margin-right: 8px;
    border: 1px solid #585858;
    background: #fff;
    background-size: 8px!important;
    background-position: 50% 50%!important;
}
.infilter__checkbox input:checked+label:before {
    background: url(/bitrix/templates/hongqi/css/../i/ok.svg) no-repeat 50% 50%;
    border-color: #585858;
}
.infilter__checkbox label.disabled {
    pointer-events: none;
    color: #e4e4e4!important;
}
.infilter__slider__block .smart-filter-slider-range {
    z-index: 100;
}
.smart-filter-slider-range .smart-filter-slider-handle {
    background: #fff;
    width: 24px;
    height: 24px;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.68);
    top: -11px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
.smart-filter-slider-handle.right {
    border: 0;
    margin: 0;
    margin-right: -12px;
}
.smart-filter-slider-handle.left {
    border: 0;
    margin: 0;
    margin-left: -12px;
}
.infilter__values {
    margin-top: 20px;
}
.infilter__val input {
    height: 40px;
    background: none;
    border: 0;
    border-radius: 0!important;
    border-bottom: 1px solid #B7B2B2;
    padding: 10px 4px;
}
.smart-filter-parameters-box-container{
	margin-top: 15px;
}
@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 0;
	border-bottom: 2px solid #d9dee6;
	border-bottom-color: var(--primary);
	color: #000;
}

.cars__sort {
    margin-bottom: 40px;
    position: relative;
    justify-content: flex-end;
    z-index: 1;
}
.cars__sort__block {
    position: relative;
}
.csort__title {
    cursor: pointer;
}
.csort__title svg {
    /* fill: #fff; */
    width: 14px;
    margin-left: 8px;
    margin-top: 3px;
    /* transform: rotate(90deg); */
}
.csort__list {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    z-index: 1;
    background: #fff;
    border: 1px solid #C7C7C7;
    /* min-width: 200px; */
    width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.csort__item {
    padding: 4px 24px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.csort__item.active {
    background: #b91319;
    color: #fff;
}
.cars__sort.active .csort__list {
    opacity: 1;
    pointer-events: all;
}
.csort__list {
	display: none;
}
.csort__list.active {
	display: block;
	opacity: 1;
	pointer-events: auto;
}
/* End */
/* /local/templates/tenet/components/bitrix/catalog/instock/style.css?17738356984540 */
