

/* Start:/local/templates/avtopoliv-market/components/bitrix/catalog/catalog/style.css?17766173053710*/
.section-description{
    margin-bottom: 20px;
    margin-top: -20px;
}

.sortline {
    display: flex;
    align-items: center;
}

.sort_filter {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: -20px;
    margin-left: -20px;
    flex-direction: row-reverse;
}

.sortline select {
    width: 100%;
    height: 35px;
    padding: 0px 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 15px;
}

.smart_filter_checked_items {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin: 10px 0px;
}

.smart_filter_checked_items button {
    border-radius: var(--radius1);
    background: var(--c1);
    cursor: pointer;
    color: #ccc;
    font-size: 13px;
    height: 35px;
    border: none;
    padding: 0px 10px 0px 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: var(--animation1);
}

.smart_filter_checked_items button:after {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    background: url("/local/templates/avtopoliv-market/components/bitrix/catalog/catalog/img/close2.svg") no-repeat center;
    background-size: contain;
}

.smart_filter_checked_items button:hover {
    background: var(--c3);
    color: #ffffff;
}

@media (max-width: 1199px) {

    .sort_filter {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (max-width: 575px) {
    .sortline {
        margin-left: -10px;
    }

    .sort_filter {
        margin-right: -10px;
    }
}

/*================================FAQ=====================================*/

.faq-accordion{
	margin-top:40px;
}

.faq-accordion p{
	margin-top:10px;
}

.faq-accordion ul{
	margin-left: 20px;
}

.faq-item{
	border-top: solid 1px var(--c9);
}

.faq-item__content{
	margin-bottom:20px;
	max-width: 900px;
}
.catalog-faq--iblock-list.catalog-faq {
    margin: 40px 0;
}
.catalog-faq--iblock-list .catalog-faq__title {
    margin: 0 0 25px 0;
    font-size: 24px;
    font-weight: 600;
    color: #333;
}
.catalog-faq--iblock-list .faq-accordion { border-radius: 8px; overflow: hidden; }

.catalog-faq--iblock-list .faq-item:last-of-type { border-bottom: 1px solid var(--c9); }
.catalog-faq--iblock-list .faq-item__header { margin: 0; }
.catalog-faq--iblock-list .faq-item__button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 18px 0px;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    font: inherit;
    color: inherit;
}

.catalog-faq--iblock-list .faq-item__question {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 1.4;
}
.catalog-faq--iblock-list .faq-item__icon {
	flex-shrink: 0;
    margin-left: 16px;
    height: 40px;
    width: 40px;
    background: var(--c2);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.catalog-faq--iblock-list .faq-item__icon-svg {
    transition: transform 0.3s ease;
    fill: var(--c5);
}
.catalog-faq--iblock-list .faq-item--active .faq-item__icon-svg { transform: rotate(180deg); }
.catalog-faq--iblock-list .faq-item__content-wrapper { background: #fff; }
.catalog-faq--iblock-list .faq-item__answer {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}
.catalog-faq--iblock-list .faq-item__answer > *:first-child { margin-top: 0; }
.catalog-faq--iblock-list .faq-item__answer > *:last-child { margin-bottom: 0; }
@media (max-width: 768px) {
    .catalog-faq--iblock-list.catalog-faq {margin: 30px 0; }
    .catalog-faq--iblock-list .faq-item__button { padding: 16px 0px; }
    .catalog-faq--iblock-list .catalog-faq__title { font-size: 20px; }
}


/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/avtopoliv-market/components/bitrix/catalog.section.list/.default/style.css?17766059051568*/
.section-first {
	margin-bottom: 20px;
}

.section-first .it {
    padding: 10px 10px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    font-weight: 300;
    color: #000000;
    text-decoration: none;
    line-height: 1.2;
	position: relative;
	flex-direction: column;
}

.section-first .it a {
    margin: auto 0;
}

.section-first .it span {
    font-weight: 300;
    margin: 0 10px 0 10px;
    padding: 0;
    font-size: 14px;
    line-height: 1.4;
    height: 40px;
	text-align: center;
}

.section-first .it img {
    width: 80px;
    height: 80px;
}

.section-first .it_img::after {
	content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, .03);
    border-radius: var(--radius1);
    pointer-events: none;
}

.section-first .sections {
    display: flex;
    text-align: left;
    margin: 5px 0;
    border: solid 1px rgba(0, 0, 0, 0.2);
    border-radius: var(--radius1);
    flex-wrap: wrap;
    width: 100%;
}


.section-first .section {
    border-radius: var(--radius1);
    margin-top: 10px;
    margin-bottom: 10px;
}



.section-first .section-description-list {
    margin-top: 10px;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .section-first .it img {
        width: 50px;
        height: 50px;
    }

    .section-first .it span {
        font-weight: 300;
        padding: 0;
        font-size: 12px;
        line-height: 1.2;
        margin: 0 5px;
    }

}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/avtopoliv-market/components/bitrix/catalog.section.list/.more_then_five_hundred/style.css?17766048491234*/
.section-second {
    margin-bottom: 20px;
}

.section-second .it {
    padding: 10px 10px;
    display: flex;
    align-items: center;
    font-weight: 300;
    color: #000000;
    text-decoration: none;
    line-height: 1.2;

}

.section-second .it a {
    margin: auto 0;
}

.section-second .it span {
    font-weight: 300;
    margin: 0 10px 0 10px;
    padding: 0;
    font-size: 14px;
    line-height: 1.4;
	white-space: nowrap;
}

.section-second .it img {
    width: 60px;
    height: 60px;
}

.section-second .sections {
    display: flex;
    text-align: left;
    margin: 0;
    border: none;
    flex-wrap: wrap;
    width: 100%;
}


.section-second .section {
    border: none;
    border-radius: var(--radius1);
    background-color: var(--c9);
    margin-right: 20px;
    margin-bottom: 20px;
}

.section-second .section-description-list {
    margin-top: 10px;
    margin-bottom: 30px;
}


@media (max-width: 768px) {

    .section-second .it span {
        font-weight: 300;
        margin: 0 0px 0 5px;
        padding: 0;
        font-size: 13px;
        line-height: 1.2;
    }

    .section-second .section {
        margin-right: 10px;
        margin-bottom: 10px;
    }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/avtopoliv-market/components/bitrix/catalog.smart.filter/smart.mobile.filter/style.css?17832600138609*/
.smart-filter {
    font-size: 14px;
    padding-top: 15px;
}

@media (max-width: 1198px) {
    .smart-filter {
        padding: 20px;
        margin-top: 80px;
    }
}


@media (max-width: 768px) {
    .smart-filter {
        padding: 15px 15px 0px 15px;
    }
}

@media (max-width: 575px) {
    .smart-filter {
        margin-top: 50px;
    }
}

.smart-filter_title {
    font-weight: bold;
    margin: 0px 0px 10px 0px;
    font-size: 16px;
    color: var(--c1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
}

.smart-filter_title > *:first-child {
    flex: 1;
}

.smart-filter-angle {
    display: inline-flex;
    align-items: center;
    justify-content: right;
    width: 9px;
    height: 18px;
    flex-shrink: 0;
    vertical-align: middle;
    margin-left: auto;
}

.smart-filter-angle svg {
    display: block;
    width: 9px;
    height: 18px;
    visibility: visible;
    opacity: 1;
    transition: transform 0.3s ease;
    transform-origin: center center;
}

.smart-filter-angle svg path {
    stroke: var(--c3);
    stroke-width: 1.5;
}

/* Стрелка смотрит вправо (свернуто) */
.smart-filter-angle-down svg {
    transform: rotate(180deg);
}

/* Стрелка смотрит вниз (развернуто) */
.smart-filter-angle-up svg {
    transform: rotate(270deg);
}

.smart-filter-parameters-box {
    margin-bottom: 20px;
}

.smart-filter-parameters-box .bx_filter_block_expanded {
    display: none;
}

.smart-filter-parameters-box.bx-active .bx_filter_block_expanded {
    display: block;
}

.smart-filter-digits {
    display: flex;
    justify-content: space-between;
}

.smart-filter-digits input {
    width: 48%;
    text-align: center;
    background: #fff;
    border: 1px var(--c4) solid;
    border-radius: var(--radius1);
    height: 40px;
}

.smart-filter_radio {
    max-height: 330px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 5px;
}

.smart-filter_radio::-webkit-scrollbar {
    width: 6px;
}

.smart-filter_radio::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.smart-filter_radio::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

.smart-filter_radio::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.smart-filter_radio input {
    display: none;
    position: absolute;
    left: -9999999999px;
}

.smart-filter_radio label {
    height: 30px;
    line-height: 30px;
    margin: 0ex 3px 3px 0px;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    padding: 0px 12px;
    background: #fff;
}

.smart-filter_radio input:checked + label {
    color: #ffffff;
}

.smart-filter_checkbox {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 5px;
}

.smart-filter_checkbox::-webkit-scrollbar {
    width: 6px;
}

.smart-filter_checkbox::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.smart-filter_checkbox::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

.smart-filter_checkbox::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.smart-filter_checkbox input {
    display: none;
    position: absolute;
    left: -9999999999px;
}

.smart-filter_checkbox label {
    display: flex;
    margin-bottom: 5px;
}

.smart-filter_checkbox label span {
    width: calc(100% - 18px);
    padding-left: 7px;
    text-transform: lowercase;
    font-size: 13px;
}

.smart-filter_checkbox label span:first-letter {
    text-transform: uppercase;
}

.smart-filter_checkbox label i {
    width: 17px;
    position: relative;
    bottom: -4px;
    height: 17px;
    background: url("/local/templates/avtopoliv-market/components/bitrix/catalog.smart.filter/smart.mobile.filter/images/checkbox_new.svg") no-repeat;
    background-position: bottom;
}

.smart-filter_checkbox input:checked + label i {
    background-position: top;
}

.smart-filter_bottons {
    margin: 10px 0px 30px 0px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

@media (max-width: 1168px) {
    .smart-filter_bottons {
        margin: 0px 15px 15px 15px;
    }
}

.smart-filter_bottons input#del_filter {
    background: none;
    color: indianred;
    height: 45px;
    border: none;
}

.smart-filter-container-modef {
    position: relative;
    width: 100%;
    display: block;
    clear: both;
}

.smart-filter-popup-result {
    position: absolute;
    right: -90%;
    z-index: 1000;
    width: 170px;
    height: 57px;
    line-height: 22px;
    padding: 6px 0px 0px 20px;
    box-shadow: 0px 0px 10px #999;
    background: #fff1b2;
}

@media (max-width: 1199px) {
    .smart-filter-popup-result {
        display: none !important;
    }
}

.smart-filter-popup-result a {
    color: var(--c4);
    text-decoration: underline;
    display: block;
}

.smart-filter-slider-track-container {
    overflow: hidden;
    padding: 20px 10px 10px 10px;
}

.smart-filter-slider-track {
    position: relative;
    height: 4px;
    border-radius: 2px;
    background: #E1E1E1;
}

.smart-filter-slider-ruler {
    position: absolute;
    top: -6px;
    width: 1px;
    height: 17px;
    background: #a2bfc7;
}

.smart-filter-slider-ruler span {
    position: absolute;
    top: -16px;
    left: 50%;
    display: block;
    margin-left: -50px;
    width: 100px;
    color: #000;
    text-align: center;
    font-size: 11px;
}

.smart-filter-slider-range {
    z-index: 50;
}

.smart-filter-slider-range,
.smart-filter-slider-price-bar,
.smart-filter-slider-price-bar-vd,
.smart-filter-slider-price-bar-vn,
.smart-filter-slider-price-bar-v {
    position: absolute;
    top: 0;
    bottom: 0;
}

.smart-filter-slider-price-bar-v {
    background: var(--c9);
}

.smart-filter-slider-handle {
    position: absolute;
    top: 100%;
    margin-top: -9px;
    width: 15px;
    z-index: 100;
    height: 15px;
    background: var(--c2);
    border-radius: 100%;
}

.smart-filter-slider-handle:hover {
    cursor: grab;
    z-index: 110;
}

.smart-filter-slider-handle:active {
    cursor: grabbing;
    z-index: 110;
}

.smart-filter-slider-handle.left {
    left: 0;
    margin-left: -5px;
}

.smart-filter-slider-handle.right {
    right: 0;
    margin-right: -5px;
}

.mobile_filter_button {
    display: none;
}

@media (max-width: 1199px) {
    .mobile_filter_button {
        display: block;
        width: 100%;
        top: 10px;
        border-radius: 5px;
        color: white;
        border: none;
        height: 35px;
        background: var(--c2);
    }

    .mobile_filter_panel {
        position: fixed;
        overflow-y: scroll;
        width: 270px;
        height: 100vh;
        background: white;
        top: 0;
        left: -270px;
        z-index: 1000;
        transition: var(--animation1);
    }
}

.mobile_filter_panel_show {
    left: 0;
}


@media (max-width: 1199px) {
    .mobile_filter_panel_over {
        position: fixed;
        transition: var(--animation1);
        width: 100%;
        height: 100vh;
        left: 0;
        top: 0;
        display: none;
        z-index: 900;
        background: rgba(0, 0, 0, 0.7);
    }

    .mobile_filter_panel_over_show {
        display: block;
    }
}

/*# sourceMappingURL=style.css.map */



/* ===== Скрытие недоступных вариантов фильтра (2026-07-05) =====
   При полной загрузке страницы недоступные значения не рендерятся (template.php),
   а при AJAX-пересчёте скрипт помечает их атрибутом disabled и классом .disabled —
   эти правила прячут их и в этом случае. Выбранные значения не скрываются. */
.smart-filter_checkbox input[disabled]:not(:checked),
.smart-filter_checkbox input[disabled]:not(:checked) + label,
.smart-filter_radio input[disabled]:not(:checked),
.smart-filter_radio input[disabled]:not(:checked) + label {
    display: none !important;
}

/* Блок свойства целиком, если доступных вариантов не осталось
   (кроме случая, когда в нём есть отмеченное значение) */
.smart-filter-parameters-box:has(.smart-filter_checkbox):not(:has(.smart-filter_checkbox input:not([disabled]))):not(:has(.smart-filter_checkbox input:checked)) {
    display: none !important;
}
.smart-filter-parameters-box:has(.smart-filter_radio):not(:has(.smart-filter_radio input:not([disabled]):not([value=""]))):not(:has(.smart-filter_radio input:checked:not([value=""]))) {
    display: none !important;
}

/* End */


/* Start:/local/templates/avtopoliv-market/components/bitrix/system.pagenavigation/visual/style.css?17571078454502*/
.bx_pagination_bottom *{vertical-align: baseline;}
.bx_pagination_bottom{
	color: #8d8d8d;
	font-size:11px;
	margin-top: 5px;
}
@media (max-width: 767px) {
	.bx_pagination_bottom {
		display: none;
	}
}
.bx_pagination_bottom .bx_pagination_section_one{ }
.bx_pagination_bottom .bx_pagination_section_two{
	float: right;
	text-align: right;
}
.bx_pagination_bottom .bx_pg_section{
	/*display: inline-block;*/
	height: 30px;
	vertical-align: top;
	line-height: 30px;
}
.bx_pg_show_col {
	display: none;
}
.bx_pg_text {
	display: none;
}

.bx_pagination_bottom .bx_pagination_select_container{display: inline-block;}
.bx_pagination_bottom .bx_pagination_select_container select{
	position: relative;
	margin: 2px 20px 2px 10px;
	padding: 1px 25px 3px 5px;
	height: 22px;
	outline: none;
	border: 1px solid #e0e0e0;
	border-radius: 1px;
	background: #fff url(/local/templates/avtopoliv-market/components/bitrix/system.pagenavigation/visual/images/select_arrow.png) no-repeat right center;
	color: #8d8d8d;
	font-size: 11px;
	line-height: 16px;
	resize: none;
	-webkit-appearance: none;
}
@-moz-document url-prefix(){
	.bx_pagination_bottom .bx_pagination_select_container select{
		background: #fff !important;
		padding-right: 5px;
	}
}


.bx_pagination_bottom .bx_pagination_page{
	white-space: nowrap;
	font-size: 12px;
	text-align: right;
    margin-right: -15px;
}
.bx_pagination_bottom .bx_pagination_page ul{
	display: inline-block;
	margin: 0;
	padding: 0;
}
.bx_pagination_bottom .bx_pagination_page li:first-child {
	
}
.bx_pagination_bottom .bx_pagination_page li:last-child {

}
.bx_pagination_bottom .bx_pagination_page li{
	display: inline-block;
	min-width: 22px;
	color: #8d8d8d;
	text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}
.bx_pagination_bottom .bx_pagination_page li a{
	display: block;
	min-width: 22px;
	color: #353535;
	text-align: center;
	text-decoration: none;
	line-height: 20px;
	font-size: 16px;
	font-weight: 400;
}
.bx_pagination_bottom .bx_pagination_page li a:hover{color: #555;}
.bx_pagination_bottom .bx_pagination_page li.bx_active{
	border-radius: 3px;
	background: var(--c2);
	color: var(--c5);
	font-size:16px;
	font-weight: 700;
    margin-left: 10px;
    margin-right: 10px;
}

.bx_pagination_page svg {
	stroke: #111111;
	margin-bottom: -3px;
}
.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{display: block;}
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col select{margin-right: 5px;}


.bx_pagination_bottom .bx_wsnw{white-space: nowrap;}




/*1*/
@media (min-width:981px){

}
/*2*/
@media (min-width:640px) and (max-width:980px){

}
/*3*/
@media (min-width:480px) and (max-width:639px) {
	.bx_pagination_bottom .bx_pagination_select_container select{margin-right: 10px;}
}
/*4*/
@media (max-width:479px) {
	.bx_pagination_bottom .bx_pagination_section_one{ }
	.bx_pagination_bottom .bx_pagination_section_two{
		float: none;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_select_container{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 47%;
	}
	.bx_pagination_bottom .bx_pagination_select_container select{
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-right: 0 !important;
		width: 90%;
	}
	.bx_pagination_bottom .bx_pg_section{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_page{white-space: normal;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{width: 100%;height: auto;text-align: center;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_show_col{display: none;}
	.bx_pagination_bottom .bx_pg_text{
		display: none;
		width: 50%;
	}
	.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{display: none;}
}
/*5*/
@media (max-width:320px){
}

.bx_pagination_bottom .bx_pagination_section_one,
.bx_pagination_bottom .bx_pagination_section_two,
.bx_pagination_bottom .bx_pagination_select_container,
.bx_pagination_bottom .bx_pagination_select_container select,
.bx_pagination_bottom .bx_pg_section,
.bx_pagination_bottom .bx_pagination_page,
.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num,
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col,
.bx_pagination_bottom .bx_pg_text,
.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* End */


/* Start:/local/templates/avtopoliv-market/components/bitrix/catalog.section/section/style.css?17845725302156*/
.row_items_carusel .slick-dots {
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.row_items_carusel .slick-dots li {
    display: block;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px #ccc solid;
    border-radius: 100%;
    margin: 0px 3px;
    cursor: pointer;
}

.row_items_carusel .slick-dots li button {
    display: none;
}

.row_items_carusel .slick-dots li.slick-active {
    background: var(--c3);
    border: 1px var(--c3) solid;
}

/* Стрелки навигации: приглушённые в покое, ярче при наведении на карусель.
   Только десктоп (>1200px) — на узких экранах скрыты, чтобы не перекрывать карточки. */
.row_items_carusel .carusel-arrow {
    position: absolute;
    top: calc(50% - 22px);
    transform: translateY(-50%);
    z-index: 1900;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: var(--c2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
    color: white;
    cursor: pointer;
    opacity: 0.35;
    transition: opacity .2s ease, box-shadow .2s ease;
}

.row_items_carusel .carusel-arrow svg {
    width: 22px;
    height: 22px;
    display: block;
}

.row_items_carusel:hover .carusel-arrow {
    opacity: 0.9;
}

.row_items_carusel .carusel-arrow:hover {
    opacity: 1;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.2);
}

.row_items_carusel .carusel-arrow.slick-disabled {
    opacity: 0;
    pointer-events: none;
}

.row_items_carusel .slick-prev {
    left: -50px;
}

.row_items_carusel .slick-next {
    right: -50px;
}

@media (max-width: 1200px) {
    .row_items_carusel .carusel-arrow {
        display: none;
    }
}

.catalog_items_carusel_item {
    margin-left: 20px;
    margin-right: 20px;

}

@media (min-width: 320px) and (max-width: 1199px) {
    .catalog_items_carusel_item {
        margin-left: 15px;
        margin-right: 15px;
    }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/avtopoliv-market/components/bitrix/catalog.item/card/style.css?17826521628436*/
svg path {
    stroke: inherit;
    fill: inherit;
}

.bazarow_add_favor {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 9;
    border: none;
    padding: 0;
    cursor: pointer;
    stroke: var(--c3);
}

.bazarow_add_favor.in-favor svg {
    stroke: var(--c2);
    fill: var(--c2);
}

.bazarow_add_favor svg:hover {
    fill: var(--c2);
    stroke: var(--c2);
}

.bazarow_add_favor svg {
    width: 40px;
    height: 40px;
    fill: none;
    padding: 5px 5px 9px 5px;
}

.card_item {
    position: relative;
}

.catalog_items_carusel_item .card_item {
    margin-top: 20px;
    margin-bottom: 20px;
}

.card_item_link_name {
    display: block;
    height: 60px;
    margin-top: 5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    color: #666666;
}

@media (min-width: 1200px) {
    .card_item {
        width: 260px;
    }
}

@media (max-width: 1199px) {
    .card_item {
        width: 210px;
    }

    .catalog_items_carusel_item .card_item {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .card_item {
        width: 240px;
    }

    .catalog_items_carusel_item .card_item {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

@media (max-width: 575px) {
    .card_item {
        width: 100%;
    }

    .catalog_items_carusel_item {
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0;
    }

    .catalog_items_carusel_item .card_item {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .card_item_link_name {
        height: 50px !important;
        font-size: 14px !important;
        line-height: 18px !important;
    }

    .bazarow_add_favor {
        top: 3px;
        right: 3px;
    }

    .bazarow_add_favor svg {
        width: 30px;
        height: 30px;
    }
}

.card_item_link {
    display: block;
    width: 100%;
    text-decoration: none;
    color: var(--c1);
    position: relative;
}

.card_item_link_picture {
    margin-top: 30px;
    display: inline-block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    background: white;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
}

.card_item_link_picture::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
    height: 100%;
    right: 0px;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: var(--radius1);
    pointer-events: none;
}

.card_item_link_picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0px;
}

/* Бейдж скидки — поверх фото, левый нижний угол (все разрешения) */
.card_item_link_discount {
    position: absolute;
    left: 8px;
    bottom: 8px;
    z-index: 15;
    max-width: calc(100% - 16px);
    background: #e40000;
    border-radius: 999px;
    padding: 4px 10px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
    white-space: nowrap;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
    pointer-events: none;
}

.card_item_price {
    position: relative;
    display: flex;
}

.card_item_price_current {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
}

.card_item_price_old {
    position: absolute;
    top: -20px;
    color: #777;
    font-size: 12px;
}

/* Быстрые характеристики (сортировка свойства 102) — между ссылкой карточки и .card_item_hidded */
.card_item_quick_props {
    width: 100%;
    margin-top: 6px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.35;
    color: #666666;
}

.card_item_quick_prop {
    margin: 0 0 4px 0;
}

.card_item_quick_prop:last-child {
    margin-bottom: 0;
}

.card_item_quick_prop_name {
    font-weight: 500;
    color: #555555;
    margin-right: 4px;
}

.card_item_quick_prop_val {
    color: #666666;
}

.in_stock {
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius: 50px;
    background-color: var(--c2);
    top: 20px;
    left: 20px;
}

.in_stock_text {
    position: absolute;
    top: 16px;
    left: 40px;
    line-height: 1;
    color: var(--c2);
}

.out_of_stock {
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius: 50px;
    background-color: #D80B15;
    top: 20px;
    left: 20px;
}

.out_of_stock_text {
    position: absolute;
    top: 16px;
    left: 40px;
    line-height: 1;
    color: var(--c6);
}

.card_item_sku_title {
    font-size: 12px;
    color: #777777;
    margin: 10px 0px 4px 0px;
}

.card_item_sku ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 3px;
    flex-wrap: wrap;
}

.card_item_sku ul li {
    border: 1px var(--c4) solid;
    cursor: pointer;
    border-radius: 4px;
}

.card_item_sku ul li:hover {
    border: 1px #333 solid;
}

.card_item_sku ul li.selected {
    border: var(--c3) 1px solid;
}

.card_item_sku_pict {
    padding: 5px;
}

.card_item_sku_pict span {
    display: block;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.card_item_sku_text {
    font-size: 12px;
    padding: 0px 5px;
}

.card_item_activites {
    display: flex;
    flex-wrap: wrap;
}

.card_item_activites_quntity {
    display: none;
    margin-top: 10px;
    width: 100%;
    justify-content: center;
}

.card_item_activites_quntity button {
    width: 25px;
    background: var(--c4);
    height: 25px;
    border: none;
    transition: var(--animation1);
    font-size: 14px;
    border-radius: 100%;
    position: relative;
    z-index: 5;
}

.card_item_activites_quntity button:hover {
    background: var(--c3);
    color: #ffffff;
}

.card_item_activites_quntity input {
    background: none;
    width: 50px;
    position: relative;
    right: -7px;
    height: 25px;
    border: none;
    text-align: center;
    font-size: 13px;
}

.card_item_activites_btns {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.card_item_activites_btns .btn {
    margin-top: 0px;
    font-size: 16px;
    text-align: center;
    padding: 5px 10px;
}

.card_item .card_item_activites_btns button {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background-color: var(--c2);
}

.card_item .card_item_activites_btns button img {
    position: relative;
    width: 20px;
    height: 20px;
    margin: 9px 10px 10px 9px;
}

.card_item_activites_btns button:hover {
    cursor: pointer;
}

.not_availible_btn {
    display: none;
    border: none;
    background-color: white;
    width: 100% !important;
}

.card_item_hidded {
    z-index: 10;
    transition: var(--animation1);
    margin-top: 20px;
    height: 50px;
}

.card_item_over_hover {
    position: relative;
    padding: 20px;
    border-radius: var(--radius1);
    box-shadow: 0px 0 20px rgb(204 204 204 / 15%);
	background: white;
}

@media (min-width: 1198px) {
    .card_item_over_hover:hover {
        z-index: 100;
        box-shadow: 0px 0px 15px 2px rgb(98 104 113 / 40%);
    }
}

.card_item_over_hover:hover .card_item_hidded {
    height: auto;
    display: block;
    transition: var(--animation1);
}

.card_item_over_hover:hover .card_item_link_name {
    color: black;
}

@media (max-width: 768px) {
    .card_item_price_current {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .card_item_price_current {
        font-size: 16px;
    }

    .in_stock {
        top: 10px;
        left: 10px;
    }

    .in_stock_text {
        top: 11px;
        left: 30px;
        font-size: 12px;
    }

    .out_of_stock {
        top: 10px;
        left: 10px;
    }

    .out_of_stock_text {
        top: 11px;
        left: 30px;
        font-size: 12px;
    }

    .card_item .card_item_activites_btns button img {
        position: relative;
        width: 16px;
        height: 16px;
        margin: 8px 8px 7px 7px;
    }

    .card_item .card_item_activites_btns button {
        width: 34px;
        height: 34px;
        border-radius: 50px;
        background-color: var(--c2);
    }
}

@media (max-width: 575px) {
    .card_item_over_hover {
        padding: 10px;
    }
}
/* End */


/* Start:/local/templates/avtopoliv-market/components/bitrix/form.result.new/forma_podbor/style.css?17766217022133*/
.form-required {
    color: var(--c5);;
}

.input_form[type='text'] {
    padding: 20px 0 5px 0;
    margin-bottom: 20px;
    color: white;
	border-bottom: 1px solid var(--c5);
}

.input_form {
    border: none;
    border-bottom: 1px solid #f5f5f5;
    width: 100%;
    height: 50px;
    border-radius: 0;
}


.input_form::placeholder {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: white;
    opacity: 60%;
}

.alarm_input {
    border-bottom: red;
}

.soglasie {
    margin-top: 20px;
    position: relative;
    font-weight: 300;
    font-size: 12px;

    line-height: 1;
    height: 40px;

    label {
        opacity: 60%;
        position: absolute;
        left: 30px;
    }
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
    position: absolute;
}


.input-file {
    position: relative;
    display: inline-block;
    width: 100%;
}

.input-file-text {
    padding: 0 10px;
    line-height: 40px;
    text-align: left;
    height: 40px;
    display: block;
    float: left;
    box-sizing: border-box;
    width: 200px;
    border-radius: 6px 0px 0 6px;
    border: 1px solid #ddd;
}

.input-file-btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-decoration: none;

    /* vertical-align: middle; */
    color: rgb(255 255 255);
    text-align: center;
    /* border-radius: 0 4px 4px 0; */
    /* background-color: #419152; */
    line-height: 22px;
    height: 40px;
    padding: 20px 0px;
    box-sizing: border-box;
    border-bottom: solid 1px white;
    margin: 0;
    transition: background-color 0.2s;
    width: 100%;
    text-align: left;
    opacity: 0.7;
}

.input-file input[type=file] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}

/* Focus */
.input-file input[type=file]:focus + .input-file-btn {

}

/* Hover/active */
.input-file:hover .input-file-btn {
    color: #59be6e;
}

.input-file:active .input-file-btn {
    color: #59be6e;
}

/* Disabled */
.input-file input[type=file]:disabled + .input-file-btn {
    background-color: #eee;
}
/* End */
/* /local/templates/avtopoliv-market/components/bitrix/catalog/catalog/style.css?17766173053710 */
/* /local/templates/avtopoliv-market/components/bitrix/catalog.section.list/.default/style.css?17766059051568 */
/* /local/templates/avtopoliv-market/components/bitrix/catalog.section.list/.more_then_five_hundred/style.css?17766048491234 */
/* /local/templates/avtopoliv-market/components/bitrix/catalog.smart.filter/smart.mobile.filter/style.css?17832600138609 */
/* /local/templates/avtopoliv-market/components/bitrix/system.pagenavigation/visual/style.css?17571078454502 */
/* /local/templates/avtopoliv-market/components/bitrix/catalog.section/section/style.css?17845725302156 */
/* /local/templates/avtopoliv-market/components/bitrix/catalog.item/card/style.css?17826521628436 */
/* /local/templates/avtopoliv-market/components/bitrix/form.result.new/forma_podbor/style.css?17766217022133 */
