

/* Start:/local/templates/pin_avto/components/targetika/catalog/pin-avto/style.css?174705358926638*/
.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;
}
@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;}

.section-offset {
	padding-bottom: 50px;
}
.list-reset {
	padding: 0;
	margin: 0;
	list-style: none;
}
.section-offset h3 {
	font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    color: #13100D;
    margin: 0;
}
.cater-list {
	margin-top: 10px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}
.cater-item {
	position: relative;
	height: 35px;
	width: max-content;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	display: flex;
    align-items: center;
    justify-content: center;
	padding: 8px 15px;
	transition: all .2s ease;
}
.cater-link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-decoration: none;
	text-align: center;
    line-height: 2;
	transition: all .2s ease;
}
.cater-name {
	font-size: 16px;
	color: #000;
	transition: all .2s ease;
}
.popular-sizes-wrapper {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	margin-top: 20px;
}
.popular-sizes-first,
.popular-sizes-sec {
	padding: 20px;
	background-color:rgba(235, 235, 235, 1);
	border-radius: 5px;
}
.popular-sizes-list-wrapper {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	flex-wrap: wrap;
}
.popular-sizes-list {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.popular-sizes-link {
	color: #000;
	transition: color .2s ease;
	font-size: 16px;
}
.popular-sizes-link:hover {
	color: #da3737 !important;
	text-decoration: none !important;
}
.content:has(.popular-sizes) .brands .container,
.content:has(.popular-sizes) .actions .container {
	padding: 0;
}
.content:has(.popular-sizes) .actions {
	margin-bottom: 60px;
}
.global-categories {
	margin-top: 60px;
}
.global-categories-list {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 20px;
}
.global-categories-item {
	width: 100%;
    height: 180px;
    background-color: #eaeaea;
    position: relative;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 10px;
	padding-top: 20px;
    justify-content: space-between;
	transition: all .2s ease;
}
.global-categories-pic {
	width: 100%;
	max-width: 100px;
	height: 100%;
	max-height: 100px;
}
.global-categories-item .cater-name {
	display: inline-block;
    width: 100%;
    max-width: 135px;
    align-self: baseline;
    font-weight: 600;
    text-align: left;
    line-height: 1.1;
}
@media screen and (max-width: 1050px) {
	.global-categories-list {
		grid-template-columns: repeat(5, 1fr);
	}
}
@media screen and (max-width: 850px) {
	.global-categories-list {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media screen and (max-width: 650px) {
	.global-categories-list {
		grid-template-columns: repeat(3, 1fr);
	}
	.content:has(.popular-sizes) > .container {
		padding: 0;
	}
}
@media screen and (max-width: 500px) {
	.global-categories-list {
		grid-template-columns: repeat(2, 1fr);
	}
}
.content:has(.popular-sizes) .bestsellers .bx_catalog_item_approved {
	font-size: 10px;
}
.content:has(.popular-sizes) .bx_bt_button .fa-shopping-cart:before {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cater-item:hover {
	background-color: #eaeaea;
}
.cater-item:hover .cater-name {
	color: #da3737;
}
.global-categories-item:hover {
	background-color: #fff;
	box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.12);
}
.global-categories-item:hover .cater-name {
	color: #da3737;
}
@media screen and (max-width: 680px) {
	.popular-sizes-list-wrapper {
		column-gap: 70px;
		row-gap: 20px;
		justify-content: unset;
	}
}

.filter-mob-menu-box{display:none;}

.sklad-sort-box {
    margin-top: 25px;
    margin-right:25px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    display: flex;

    padding: 1.2rem;
    border: .2rem solid #ccc;
    border-radius: .4rem;
    background: #fff;
    box-sizing: border-box;
    height: 4.4rem;
    outline: none;
    font-size: 14px;
    position: relative;
    width:300px;
}


.sklad-sort-ul-box {
    display: none;
    visibility: hidden;
    z-index: 900;
    background-color: #fff;
    box-shadow: 0 1.6rem 1.6rem 0 rgba(0,0,0,.2), 0 0.2rem 0.6rem 0 rgba(0,0,0,.1);
    border-radius: .4rem;
    width: 100%;
    padding:7px;
}

.sklad-sort-ul-box ul{
    list-style:none;
    text-align:left;
    margin:0;
    padding:0;
}

/* .sklad-sort-box:hover .sklad-sort-ul-box{
    display:block;
    visibility:visible;
    position:absolute;
    left:0;
    top:105%;
    z-index:999900;
} */


.sklad-sort-ul-box>form>ul>li:hover{
    font-weight:700;
}


.sort-box{
    margin-top:25px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    display:flex;
    text-align:center;
    padding: 1.2rem;
    border: .2rem solid #ccc;
    border-radius: .4rem;
    background: #fff;
    box-sizing: border-box;
    height: 4.4rem;
    outline: none;
    font-size: 14px;
    position:relative;
    width:150px;

}


.sort-ul-box{
    display:none;
    visibility:hidden;
    z-index: 900;
    background-color: #fff;
    box-shadow: 0 1.6rem 1.6rem 0 rgba(0,0,0,.2), 0 0.2rem 0.6rem 0 rgba(0,0,0,.1);
    border-radius: .4rem;
    width:100%;
}

.sort-ul-box ul{
    list-style:none;
    padding:0;
    margin:0;
}

.sort-ul-box ul li {
    padding: 1.2rem;
    font-size: 1.4rem;
    line-height: 2rem;
    cursor: pointer;
}

.sort-ul-box ul li a{
    color:#333;
}

.sort-box:hover .sort-ul-box{
    display:block;
    visibility:visible;
    position:absolute;
    left:0;
    top:105%;
    z-index:999900;
}


.bx-catalog-filter{

}

.bx-filter.bx-blue .bx-filter-section {
    background: #fff !important;


}

.bx-filter .bx-filter-parameters-box-title span {
    color: #000;
    cursor: pointer;
    font-weight:600;
}

.bx-filter.bx-blue .btn-themes {
    background-color: #ED1C24;
    border-color: #ED1C24;
    color: #FFF;
}

.bx-filter.bx-blue .btn-themes:hover {
    background-color: #ED1C24;
    border-color: #ED1C24;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
}


.bx-filter-parameters-box-container .btn-link {
    font-weight: 400;
    color: #ED1C24 !important;
    border-radius: 0;
}


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


.bx-filter .bx-ui-slider-part {
    position: absolute;
    top: -6px;
    width: 1px;
    height: 17px;
    background:#ED1C24;
}

.bx-filter.bx-blue .bx-ui-slider-handle {
    background: none;
}

.bx-filter.bx-blue .bx-ui-slider-pricebar-vd {
    background: #f6f6f6;
}

.bx-filter.bx-blue .bx-ui-slider-pricebar-vn {
    background: #f6f6f6;
}

.bx-filter.bx-blue .bx-ui-slider-pricebar-v {
    background: #ED1C24;
}

.bx-filter .bx-filter-input-container input {
    display: block;
    width: 100%;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #ccd5db;
    border-radius: 2px;
    background: #fff;
    outline: none;
}

.bx-filter .bx-filter-input-container input:focus {
    border: 1px solid #ccd5db !important;
}


.bx-filter-param-label.disabled{
    display:none !important;
}


/*BX-CATALOG-FILTER END*/

/*TOVAR ITEM*/
.banner-catalog{
    width:100%;
}

.banner-catalog img{
    width:100%;
    height:auto;
}


.tovar-item{
    width: 211px !important;
    margin-bottom: 45px;
    padding: 7px;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #e3e3e3;
    margin: 0 0 -1px -1px;
    background: #fff;
    position:relative !important;
}

@media screen and (max-width: 770px){
    .tovar-item{
        width: 211px !important;
        margin: 0 auto;
    }
}
@media screen and (max-width: 530px){
    .tovar-item{
        width: 170px !important;
        margin: 0 auto;
		padding: 5px;
    }
}

.tovar-item .brand-catalog-element{
    position:absolute;
    right:7px;
    top:5px;
    width:50px !important;
    z-index:777;

}

.tovar-item-inner{
    box-sizing: border-box;
    background: #fff;
    padding: 3px 3px;
    position: relative;
}
.tovar-item-img-box{
    position: relative;
    margin-bottom: 10px;
    height:180px;
    overflow:hidden;
    display:flex;
    justify-content:center;

}


.lable-item-box {
    height: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 888;
}

.lable-item-item {
    display: block;
    background: #B11116;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 7px;
    margin: 3px;
    text-align: center;
    padding: 3px 7px;
    transform: skew(
            -15deg);
    letter-spacing: 2px;
}


.lable-info-box{
    height:60px;
}

.lable-info-box-top{
    height:30px;
    position:relative;
}

.tovar-item-lable-shinamontaz{
    width:100px !important;
    height:auto;
    position:absolute;
    top:-15px;
    left:-12px;
    z-index:888;
}


/*ЛАЙБЛЫ*/
.lable-detail-box{

    height:auto;
    position:absolute;
    top:-15px;
    right:-12px;
    z-index:888;


}

.lable-detail-item{
    display:block;
    background: #B11116;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    margin:7px;
    text-align:center;
    padding:7px 15px;
    transform: skew(-15deg);
    letter-spacing:2px;
}
.catalog-main {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 20px;
}
.catalog-main.row::before,
.catalog-main.row::after {
    display: none;
}
.catalog-bestsellers .bestsellers .bestsell-inner {
    display: flex !important;
    gap: 15px;
    flex-wrap: wrap;
}
.sidebar .sklad-sort-box,
.sidebar .filter-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #eaeaea;
    border: none;
    border-radius: 5px;
}
.sidebar .sklad-sort-box .sklad-toggle,
.sidebar .filter-toggle {
    width: 100%;
    padding: 10px;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
}
.sidebar .sklad-sort-box .sklad-toggle::before,
.sidebar .filter-toggle::before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('/local/templates/pin_avto/images/filter-arrow.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
}
#stocker-form {
    max-height: 1000px;
    opacity: 1;
    transition: 
        max-height 0.3s ease-out,
        opacity 0.2s linear;
}
#filter-form {
    padding: 15px 0;
    max-height: fit-content;
    opacity: 1;
    transition: 
        max-height 0.3s ease-out,
        opacity 0.2s linear;
}
#stocker-form.closed,
#filter-form.closed {
    padding: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
}
.sklad-sort-box.closed .sklad-toggle::before,
.filter-wrapper.closed .filter-toggle::before {
    transform: translateY(-50%) rotate(180deg);
}
.sorting-boxing {
    display: flex;
    justify-content: right;
}
.sorting-boxing ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 250px;
}
.sorting-boxing ul a {
    color: #000;
    font-size: 16px;
}
.catalog-main .bx-filter-parameters-box-container {
    padding: 0 15px;
}
.catalog-main .bx-filter-parameters-box-container .btn {
    width: 100%;
    border-radius: 5px;
    height: 40px;
}
.catalog-bestsellers .bestsellers .bx_item_list_bestsellers .bx_catalog_item {
    margin-bottom: unset !important;
}
.catalog-main .sidebar {
    height: 100%;
    max-height: fit-content;
    border-radius: 5px;
    border: 1px solid #eaeaea;
}
@media screen and (min-width: 970px) {
    .catalog-main .sidebar {
        margin-top: -40px;
    }
}
.catalog-main .bx-filter-parameters-box-container:has(.btn) {
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
}
.catalog-main .bx-filter-parameters-box-container input:nth-child(2) {
    border: 1px solid #ED1C24;
}
.catalog-main .product-item-info-container[data-entity="quantity-block"] {
    display: none !important;
}
.stocker__form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 15px;
}
.stocker__field {
    width: 100%;
    border-radius: 5px;
    height: 35px;
    border: 1px solid rgba(235, 235, 235, 1);
    color: #000;
    padding: 5px;
    font-size: 14px;
}
.stocker__field::placeholder {
    color: rgba(19, 16, 13, 1);
    opacity: .6;
}
.stocker__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.stocker__item {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #000;
    font-size: 14px;
    cursor: pointer;
}
.stocker__item input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid rgba(235, 235, 235, 1);
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
    margin: 0;
}
.stocker__item input[type="checkbox"]:checked {
    background-color: rgba(238, 28, 36, 1);
    border-color: rgba(238, 28, 36, 1);
}
.stocker__item input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(45deg);
}
.stocker__item label {
    margin: 0;
    font-weight: 400;
    line-height: 1.4;
    cursor: pointer;
}
.bx-filter-section:has(.filter-wrapper) {
    padding: 0;
}
.bx-filter:has(.filter-wrapper) {
    margin: 0;
}
.filter-cost .bx-filter-parameters-box-container-block {
    padding: 0;
}
.filter-cost .bx-filter-input-container {
    border: 1px solid rgba(235, 235, 235, 1);
    border-radius: 5px;
    color: #000;
    width: 100%;
    max-width: 75px;
    height: 35px;
    padding: 5px;
}
#filter-form .bx-filter-parameters-box-title span {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    padding-bottom: 10px;
}
.bx-filter .filter-cost .bx-filter-input-container input {
    width: 100%;
    height: 100%;
    border: unset;
    border-width: 0px !important;
    padding: 0;
    font-size: 14px;
    text-align: center;
}
.filter-cost {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.filter-cost span {
    display: inline-block;
    height: 1px;
    background: #000;
    width: 100%;
    max-width: 40px;
}
.bx-ui-slider-track-container {
    width: 100%;
    margin-left: unset !important;
}
.filter-cost-range-thumb,
.bx-ui-slider-handle {
    background-color: #ED1C24 !important;
    border-radius: 50% !important;
    width: 15px !important;
    height: 15px !important;
}
.sidebar .bx-ui-slider-part {
    display: none;
}
.sidebar .bx-filter .bx-ui-slider-track-container {
    padding-top: 20px;
    padding-bottom: 30px;
}
.sidebar .bx-filter .bx-ui-slider-track {
    height: 2px;
}
.sidebar .bx-filter .bx-ui-slider-handle.left {
    margin-left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.sidebar .bx-filter .bx-ui-slider-handle.right {
    margin-right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.sidebar .bx-filter.bx-blue .bx-ui-slider-handle.left,
.sidebar .bx-filter.bx-blue .bx-ui-slider-handle.right {
    background: #ED1C24 !important;
}
.bx-filter .bx-filter-param-label {
    padding: 0;
}
.bx-filter-input-checkbox {
    display: flex;
}
.bx-filter-input-checkbox input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid rgba(235, 235, 235, 1);
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    margin: 0 5px 0 0;
  }
  
  /* Стили для активного состояния */
  .bx-filter-input-checkbox input[type="checkbox"]:checked {
    background-color: rgba(238, 28, 36, 1);
    border-color: rgba(238, 28, 36, 1);
  }
  
  /* Белая галочка (создаем псевдоэлемент) */
  .bx-filter-input-checkbox input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  
  /* Стили для текста (опционально) */
  .bx-filter-param-text {
    vertical-align: middle;
    cursor: pointer;
  }
  
  /* Общие стили для контейнера */
  .checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
  }
   .sidebar .bx-filter.bx-blue .btn-themes {
    background-color: #ED1C24 !important;
    border: none !important;
  }
  .catalog-sort {
      display: flex;
      justify-content: right;
      align-items: center;
      margin-bottom: 20px;
  }
.filter-btn-mob {
    display: block;
    color: #ED1C24;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #ED1C24;
    width: 250px;
    height: 40px;
    background-color: transparent;
    font-weight: 600;
    padding-left: 30px;
    position: relative;
}
.filter-btn-mob::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 85px;
    transform: translateY(-50%);
    background-image: url('/local/templates/pin_avto/images/filter-btn-mob.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.bx-filter .bx-filter-popup-result.left {
    display: none !important;
}
body:has(.catalog-main) .catalog__list-wrapper {
    z-index: 13 !important;
}
.filter-btn-mob {
    display: none;
}
@media screen and (max-width: 970px) {
    .catalog-sort {
        justify-content: space-between;
    }
    .sidebar {
        margin-top: 0 !;
    }
    .catalog-main {
        grid-template-columns: 1fr;
    }
    .filter-params {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        align-items: baseline;
    }
    .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title {
        padding-bottom: 15px;
    }
}
.mobile__menu {
    z-index: 12 !important;
}
.bx-filter .bx-filter-parameters-box-title span:hover {
    border-color: unset !important;
}
.bx-filter .bx-filter-parameters-box-title span {
    border-bottom: none !important;
}
.catalog-list-section:has(.catalog-sort) .container {
    padding: 0;
}
.catalog-main .bx_pagination_bottom ul {
    display: flex !important;
    gap: 10px;
}
.catalog-main .bx_pagination_bottom li {
    height: 36px;
    width: 36px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    background: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #000 !important;
}
.catalog-main .bx_pagination_bottom li.bx_active {
    background: #e3e3e3 !important;
    box-shadow: unset !important;
}
.catalog-main .bx_pagination_bottom .bx_pagination_page .bx_pg_text,
.catalog-main .bx_pagination_bottom .bx_pagination_section_two {
    display: none;
}
.visible {
    display: block;
    margin-top: 0 !important;
}
.catalog-list-section .bestsellers .bx_catalog_item_approved {
    min-width: 115px;
}
.catalog-list-section:has(.catalog-main) .bestsellers .container > .row {
    margin: 0 !important;
}
.catalog-list-section .catalog-bestsellers .bestsellers .bestsell-inner {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
}
.catalog-list-section .bestsellers .bx_item_list_bestsellers .bx_catalog_item {
    width: 100%;
    border: 1px solid #e9e9e9;
    min-height: 400px;
}
.catalog-main .catalog-bestsellers .col-xs-12 {
    padding: 0 !important;
}
.bx-touch .catalog-main .catalog-bestsellers .product-item {
    padding-top: 0 !important;
}
.catalog-main .bestsellers .bx_catalog_item_header:has(.bx_catalog_item_approved[style="display:none;"]) {
    justify-content: end !important;
}
.bx-retina .catalog-main .bx-filter .filter-wrapper .bx-filter-input-container input {
    border: none !important;
}
@media screen and (max-width:1300px) {
    .catalog-list-section .catalog-bestsellers .bestsellers .bestsell-inner {
        grid-template-columns: repeat(3, 1fr);
    }
} 
@media screen and (max-width:1024px) {
    .catalog-list-section .catalog-bestsellers .bestsellers .bestsell-inner {
        grid-template-columns: repeat(2, 1fr);
    }
} 
@media screen and (max-width:970px) {
    .catalog-list-section .catalog-bestsellers .bestsellers .bestsell-inner {
        grid-template-columns: repeat(3, 1fr);
    }
} 
@media screen and (max-width:768px) {
    .catalog-list-section .catalog-bestsellers .bestsellers .bestsell-inner {
        grid-template-columns: repeat(2, 1fr);
    }
} 
@media screen and (max-width:480px) {
    .catalog-list-section .catalog-bestsellers .bestsellers .bestsell-inner {
        grid-template-columns: repeat(1, 1fr);
    }
} 
@media screen and (max-width:630px) {
    .catalog-sort {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }
    .content:has(.catalog-main) {
        padding: 0 !important;
    }
    .catalog-main .sidebar {
        width: 100%;
    }
    .catalog-main .bx_pagination_bottom ul {
        flex-wrap: wrap;
        padding: 15px !important;
    }
}
@media screen and (max-width: 800px) {
    body:has(.catalog-main) header {
        padding-bottom: 20px !important;
        padding-top: 20px !important;
    }
    body:has(.catalog-main) header .container {
        padding: 0 !important;
    }
}
.section-detail-text .model-links a {
    position: relative;
    display: inline-block;
    height: 35px;
    width: max-content;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 15px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    transition: all .2s ease;
}
.section-detail-text .catalog-list-section-subtitle {
    background: #eaeaea;
    padding: 20px;
    border-radius: 5px;
    font-size: 25px;
}
.section-detail-text p {
    background: #eaeaea;
    padding: 20px;
    border-radius: 5px;
    margin-top: -20px;
}
body:has(.catalog-list-section) .bx-filter-select-popup,
body:has(.catalog-list-section) .bx-filter-parameters-box .filter-params {
    overflow-y: auto;
    max-height: 250px;
}
body:has(.catalog-list-section) .product-item {
    padding: 0 !important;
}
body:has(.catalog-list-section) .bx-sidebar-block .bx-filter-block {
    margin-bottom: 10px;
}
body:has(.catalog-list-section) .bx-filter-block .filter-params .checkbox:has(label.disabled) {
    display: none;
}
body:has(.catalog-list-section) .bx-filter-block .filter-params:has(label.disabled) .checkbox+.checkbox {
    margin-top: 0px !important;
}
.bx-filter-select-popup::-webkit-scrollbar,
.bx-filter-parameters-box .filter-params::-webkit-scrollbar {
    width: 8px;
}
.bx-filter-select-popup::-webkit-scrollbar-track,
.bx-filter-parameters-box .filter-params::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}
.bx-filter-select-popup::-webkit-scrollbar-thumb,
.bx-filter-parameters-box .filter-params::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}
.bx-filter-select-popup::-webkit-scrollbar-thumb:hover,
.bx-filter-parameters-box .filter-params::-webkit-scrollbar-thumb:hover  {
    background: #555;
}
.bx-filter-select-popup,
.bx-filter-parameters-box .filter-params {
    scrollbar-width: thin;
    scrollbar-color: #818181 #e9e9e9;
}
.bx-filter-select-popup,
.bx-filter-parameters-box .filter-params {
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
body:has(.catalog-list-section) .bx-filter .bx-filter-select-container {
    border-radius: 6px;
    overflow: hidden;
}
body:has(.catalog-list-section) .bx-filter .bx-filter-parameters-box-container .col-xs-12 {
    padding: 0;
    margin-bottom: 10px;
}
.model-links {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
.model-links:not(:last-child) {
    margin-bottom: 10px;
}
.filter-params .toggle-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}
.filter-params .toggle-switch input[type="checkbox"] {
    display: none;
}
.filter-params .toggle-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ccc;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.filter-params .toggle-label::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.3s;
}
.filter-params .toggle-switch input[type="checkbox"]:checked + .toggle-label {
    background-color: #ed2028;
}
.filter-params .toggle-switch input[type="checkbox"]:checked + .toggle-label::before {
    transform: translateX(26px);
}
.filter-params .toggle-switch input[type="checkbox"][disabled] + .toggle-label {
    opacity: 0.5;
    cursor: not-allowed;
}
.filter-params .toggle-switch:first-child:not(:last-child) {
    display: none;
}
/* End */


/* Start:/local/templates/pin_avto/components/targetika/catalog/pin-avto/bitrix/catalog.section.list/.default/style.min.css?17333277356236*/
.bx_catalog_line{margin-bottom:30px}.bx_catalog_line .bx_catalog_line_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_line .bx_catalog_line_category_title a{color:#000;text-decoration:none}.bx_catalog_line .bx_catalog_line_ul{padding:0}.bx_catalog_line .bx_catalog_line_ul li{margin-bottom:20px;list-style:none}.bx_catalog_line .bx_catalog_line_ul li:before{content:''!important}.bx_catalog_line .bx_catalog_line_img{position:relative;display:block;float:left;overflow:hidden;margin-right:40px;width:125px;height:125px;border:1px solid #ccc;border-radius:2px;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_line .bx_catalog_line_title{margin-bottom:10px;padding:0;vertical-align:top;line-height:18px}.bx_catalog_line .bx_catalog_line_title a{color:#4c7da6;font-size:18px}.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration:none}.bx_catalog_line .bx_catalog_line_title span{font-size:16px}.bx_catalog_line .bx_catalog_line_description{color:#3f3f3f;font-size:13px;line-height:16px}@media(max-width:639px){.bx-touch .bx_catalog_line .bx_catalog_line_img{margin-right:10px;width:50px;height:50px}.bx-touch .bx_catalog_line .bx_catalog_line_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size:14px}.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size:11px}}.bx_catalog_line .bx_catalog_line_img,.bx_catalog_line .bx_catalog_line_title,.bx_catalog_line .bx_catalog_line_title a,.bx_catalog_line .bx_catalog_line_description{transition:all .3s ease}.bx_catalog_text{margin-bottom:30px}.bx_catalog_text .bx_catalog_text_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_text .bx_catalog_text_category_title a{color:#000;text-decoration:none}.bx_catalog_text .bx_catalog_text_ul{padding:0}.bx_catalog_text .bx_catalog_text_ul li{float:left;margin:0 10px 10px;list-style:none}.bx_catalog_text .bx_catalog_text_ul li:before{content:''!important}.bx_catalog_text .bx_catalog_text_title{margin:0;padding:0;vertical-align:top;font-size:14px;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{display:inline-block;overflow:hidden;max-width:100%;color:#4c7da6;-ms-text-overflow:ellipsis;text-overflow:ellipsis;font-size:14px}.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration:none}.bx_catalog_text .bx_catalog_text_title span{font-size:12px}@media(max-width:639px){.bx-touch .bx_catalog_text .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size:12px}}.bx_catalog_text .bx_catalog_line_title,.bx_catalog_text .bx_catalog_line_title a{transition:all .3s ease}.bx_catalog_tile{margin-bottom:30px}.bx_catalog_tile .bx_catalog_tile_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_tile .bx_catalog_tile_category_title a{color:#000;text-decoration:none}.bx_catalog_tile .bx_catalog_tile_ul{padding:0}.bx_catalog_tile .bx_catalog_tile_ul li{float:left;box-sizing:border-box;margin-bottom:20px;padding:0 10px;width:12.5%;list-style:none;text-align:center}.bx_catalog_tile .bx_catalog_tile_ul li:before{content:''!important}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:both}.bx_catalog_tile .bx_catalog_tile_img{position:relative;display:block;overflow:hidden;margin:0 auto;width:78px;height:78px;border:1px solid #ccc;border-radius:2px;background-color:#fff;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_tile .bx_catalog_tile_title{margin-top:5px;margin-bottom:10px;padding:0;vertical-align:top;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{color:#4c7da6;font-size:14px}.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration:none}.bx_catalog_tile .bx_catalog_tile_title span{font-size:12px}@media(max-width:980px){.bx_catalog_tile .bx_catalog_tile_ul li{width:20%}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:both}}@media(max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title{line-height:10px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size:11px}}@media(min-width:480px) and (max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear:both}}@media(max-width:479px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%}.bx-touch .bx_catalog_tile .bx_catalog_tile_img{width:100%;height:80px}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear:both}}.bx_catalog_tile .bx_catalog_tile_title,.bx_catalog_tile .bx_catalog_tile_title a,.bx_catalog_tile .bx_catalog_tile_ul li,.bx_catalog_tile .bx_catalog_tile_img{transition:all .3s ease}.bx_sitemap{margin-bottom:30px}.bx_sitemap .bx_sitemap_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_sitemap .bx_sitemap_title a{color:#000;text-decoration:none}.bx_sitemap .bx_sitemap_ul li{padding:0;line-height:14px}.bx_sitemap .bx_sitemap_ul li:before{content:''!important}.bx_sitemap .bx_sitemap_li_title{display:inline-block;margin:0;margin-bottom:10px;padding:0;vertical-align:top;font-weight:normal;line-height:13px}.bx_sitemap .bx_sitemap_li_title a{color:#4c7da6;white-space:nowrap;font-size:13px}.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration:none}.bx_sitemap .bx_sitemap_li_title span{font-size:11px}@media(max-width:639px){.bx-touch .bx_sitemap .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size:12px}}.bx_sitemap .bx_catalog_line_title,.bx_sitemap .bx_catalog_line_title a{transition:all .3s ease}
/* End */
/* /local/templates/pin_avto/components/targetika/catalog/pin-avto/style.css?174705358926638 */
/* /local/templates/pin_avto/components/targetika/catalog/pin-avto/bitrix/catalog.section.list/.default/style.min.css?17333277356236 */
