/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/
/* Examples (uncomment to use):*/
/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }
/*FilterNew*/
.panel{
border-radius: 1px;
}
.panel-primary {
    border-color: #f0f0f0;
}
#smartfilter .bx_filter_parameters_box.tyresind,#smartfilter .title.tyres{
	display: none;
}
.akbFilterBlock{
	padding-bottom: 25px;
}
.akbFilterBlock form{
	padding: 25px;
	border: 1px solid #f0f0f0;
}
.akbFilterBlock .title{
	font-size: 24px;
	text-align: center;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 20px;
}
.akbFilterBlock .wrapSelects{
	display: flex;
	justify-content: space-between;
}
.akbFilterBlock select{
	width: 31%;
}
.formAkbContainer{
	padding-top: 30px;
}
.formAkbContainer .brandList{
	display: grid;
	grid-template-columns: repeat(8,1fr);
	grid-gap: 30px;
}
.formAkbContainer .infoList{
	text-align: center;
	cursor: pointer;
}
.formAkbContainer .infoList a{
	color: #555;
}
.formAkbContainer .infoList:hover{
	color: #de002b;
}
.formAkbContainer .imgW{
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 90px;
} 
.formAkbContainer .imgW img{
	max-height: 90px;
	max-width: 100%;
}
.formAkbContainer .imgW:hover {
    opacity: 0.6;
    transition: 0.25s ease-out;
}
.formAkbContainer .name{
	font-size: 14px;
	margin: 0;
}
.formAkbContainer .brandList .name{
	line-height: 1;
}
.generationList,.modelList,.modifList{
	display: grid;
	grid-template-columns: repeat(3,1fr);
}
.brandList .infoList{
	display: none;
}
.brandList .infoList.active,.brandList .infoList.activeBtn{
	display: block;
}
.select2-results ul li::before{
	display: none;
}
.allBrendWrap{
	display: none;
}
.brandList + .allBrendWrap{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 30px;
}
#allBrend{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #de002b;
	background:#fff ;
	border: 1px solid #de002b;
	border-radius: 2px;
	font-size: 13px;
	font-weight: 400;
	position: relative;
	height: 36px;
	padding: 0 20px 0 50px;
	cursor: pointer;
	transition: all 0.4s;
}
#allBrend:before{
	position: absolute;
	content: '';
	left: 20px;
	top: calc(50% - 6px);
	width: 10px;
	height: 10px;
	border-left: 1px solid #de002b;
	border-top: 1px solid #de002b;
	transform: rotate(225deg);
	transition: all 0.4s;
}
#allBrend:hover{
	background: #de002b;
	color: #fff;
}
#allBrend:hover:before{
	border-color: #fff;
}
#allBrend.activeVis:before{
	top: calc(50% - 3px);
	transform: rotate(45deg);
}
.formAkbContainer .infoList a:hover {
    color: #de002b;
}
/*End FilterNew*/
/*filterInSearch*/
.akbFilterBlockInCat{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 40px;
}
.akbFilterBlockInCat .leftCol,.akbFilterBlockInCat .rightCol{
	width: 48%;
}
#btnSearchAKB{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #de002b;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	height: 60px;
	cursor: pointer;
	transition: all 0.4s;
}
#btnSearchAKB:hover{
	background: #b50023;
}
.hiddenParams{
	padding-top: 25px;
}
.akbFilterBlockInCat select,.akbFilterBlockInCat .select2 {
	margin-bottom: 10px;
}
.akbFilterBlockInCat .select2-container .select2-selection--single,.akbFilterBlockInCat .select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 34px;
}
.akbFilterBlockInCat .select2-container .select2-selection--single .select2-selection__rendered{
	line-height: 34px;
}
.wrapBtnClear{
	display: flex;
	justify-content: flex-end;
	padding-top: 15px;
}
#clearFilterAKB{
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #de002b;
	color: #de002b;
	transition: all .4s;
	padding: 0 10px;
	height: 34px;
	cursor: pointer;
}
#clearFilterAKB:hover{
	background: #de002b;
	color: #fff;
}
.akbFilterBlockInCat .nameAuto{
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
}
.akbFilterBlockInCat .nucInfoChar{
	display: flex;
	justify-content: space-between;
}
.nucInfoChar .name,.nucInfoChar .value{
	width: 50%;
	padding: 7px 29px;
}
.nucInfoChar .value{
	font-weight: bold;
}
.nucInfoChar:nth-child(2n+1) {
  background: #F7F7F7;
}
.hiddenParams,.hiddenInfo{
	display: none;
}
.akbFilterBlockInCat .wrapSelects .select2 {
	width: 100% !important;
}
.activeteFilter .hiddenInfo,.activeteFilter .hiddenParams{
	display: block;
}
.infoCharsWrap{
	display: none;
}
.activeteFilter .infoCharsWrap{
	display: block;
}
.activeteFilter .imgAkbFilter{
	display: none;
}
.activeteFilter .imgAkb {
	display: none;
}
.akbFilterBlockInCat .botItemsInfo{
	display: none;
}
.akbFilterBlockInCat.activeteFilter .botItemsInfo{
	display: block;
	background: rgb(255 243 244);
	border: 1px solid #de002b;
	color: #9d030a;
	border-radius: 5px;
	padding: 10px 20px;
	text-align: center;
}
.activeteFilter.activeteFilterInputs .infoCharsWrap{
	display: none;
}
.activeteFilter.activeteFilterInputs .imgAkbFilter{
	display: block;
}
.akbFilterBlockInCat.activeteFilterInputs .botItemsInfo{
	display: none;
}
.imgAkb {
	height: 215px;
	overflow: hidden;
	text-align: center;
}
.filteredInfo img {
	max-width: 100%;
	height: auto;
}
/*End filterInSearch*/
/* Filter variants */
.comment_podbor {
    background: #f9f9f9;
    padding: 5px 10px;
}
.text_title_podbor {
    margin: 10px 0 0px 0;
    border-radius: 3px;
    color: #555;
}
/* Filter variants end */
/* block akcii white*/
.grey_block .maxwidth-theme {
    background: #ffffff;
}
.news_akc_block .item {
    background: #fff;
    box-shadow: none;
    border: 1px solid #f0f0f0;
}
/* block breadcrumbs white */
.page-top-wrapper.grey {
    background: #ffffff;
}
/* block etaps*/
.icon-text {
margin-top: 15px;
}
/*PRICES TRADE_IN*/
.wrapPricesItem_block{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
}
.priceDiscontTradeIn{
	width: 100%;
	margin-top: 5px;
	display: block;
	text-align: center;
	background-color: #de002b;
	color: #fff;
	font-size: 12px;
	padding: 3px 8px 2px;
	line-height: 16px;
	border-radius: 3px;
	font-weight: 600;
}
body .prices.wrapPricesItem_block .price_group{
	margin-top: 0;
}
.pricesElement{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.wrapDiscontPriceElement{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
body .prices.pricesElement .price_group{
	margin-top: 0;
}
.cost.prices.pricesElement .price{
	margin-bottom: 0;
}
/*END PRICES TRADE_IN*/
/*Media*/
@media screen and (max-width:1100px) {
.formAkbContainer .brandList{
	grid-gap: 15px;
}
}
@media screen and (max-width:850px) {
.nucInfoChar .name, .nucInfoChar .value{
	padding: 7px 10px;
}
.akbFilterBlockInCat .nameAuto{
	font-size: 18px;
	line-height: 1.1;
}
#btnSearchAKB{
	font-size: 20px;
height: 48px;
}
.hiddenParams {
  padding-top: 15px;
}
.akbFilterBlockInCat.activeteFilter .botItemsInfo{
	padding: 7px 20px;
}
	.formAkbContainer .brandList{
		grid-gap: 30px;
		grid-template-columns: repeat(	4,1fr);
	}
}
@media screen and (max-width:750px) {
.akbFilterBlockInCat {
	flex-direction: column;
}
.akbFilterBlockInCat .leftCol{
	margin-bottom: 30px;
}
.akbFilterBlockInCat .leftCol, .akbFilterBlockInCat .rightCol {
  width: 100%;
}
.filteredInfo img.imgAkbFilter,.akbFilterBlockInCat .botItemsInfo{
	display: none !important;
}
}
@media screen and (max-width:600px) {
.formAkbContainer .brandList{
		grid-gap: 15px 30px;
		grid-template-columns: repeat(3,1fr);
	}
	.formAkbContainer .imgW{
		height: 50px;
	}
	.formAkbContainer .imgW img{
		max-height: 50px;
	}
	.generationList, .modelList{
		grid-template-columns: repeat(2,1fr);
	}
	.akbFilterBlock .wrapSelects{
		flex-direction: column;
	}
	.akbFilterBlock .wrapSelects select,.akbFilterBlock .wrapSelects .select2 {
		margin-bottom: 10px;
		width: 100%;
	}
}
@media screen and (max-width:400px) {
#btnSearchAKB {
  font-size: 18px;
  height: 42px;
}
.akbFilterBlockInCat .nameAuto {
  font-size: 17px;
  color: #000;
 }
	.generationList, .modelList{
		grid-gap: 5px 10px;
	}
	.akbFilterBlock form{
		padding: 25px 10px;
	}
	.generationList, .modelList{
		grid-template-columns: repeat(1,1fr);
	}
	.generationList .name, .modelList .name{
		text-align: left;
		position: relative;
		display: block;
	}
	.generationList .name:before, .modelList .name:before{
		display: inline-block;
		content: '&gt;';
		font-size: 14px;
		margin-right: 4px;
	}
}
@media screen and (max-width:675px) {
}
/* megamenu*/
.menu-row .mega-menu table td.wide_menu &gt; .wrap &gt; .dropdown-menu .double_menu.left {
    width: 40%;
}
.menu-row .mega-menu table td.wide_menu &gt; .wrap &gt; .dropdown-menu .double_menu.right {
    width: 60%;
}
.menu-row.middle-block .mega-menu table .dropdown-menu.double_childs:before{
    display:none;
}
/* filter catalog*/
.bx_filter .bx_filter_select_block{
    overflow:hidden;
}
/*Tradein*/
.wrapPricesItem_block  .price .price_tradeIn + .priceNo_through {
    text-decoration: line-through;
    font-size: 13px;
    line-height: 15px;
    color: #888;
}
/*footer*/
#footer .wrapper_inner {
    background: #fff;
}
/*catalog filter stock*/
span[data-filter="avto"] {
    display: none!important;
}
.sort_header .sort_display {
    display: none!important;
}
/*mobile menu*/
/*.wraps &gt; .wrapper_inner.front.wide_page {
    padding-bottom: 0px;
    padding-top: 0px;
}*/
/* test shapka*/
.fixedsearch-bottom {
    display: none
}
.fixedsearch-top {
    display: block;
    background-color: #fff;
    padding: 10px 10px 10px 10px;
}
#mobileheader {
    height: auto!important;
    overflow: visible!important
}
#mobileheader .close-block {
    display: none
}
#mobileheader .search button.btn {
    background-color: #de002b;
    height: 40px;
    width: 40px;
    padding: 11px 0
}
#mobileheader .svg-search.svg-black {
    background-image: url(/bitrix/images/icons/Search_white_sm.svg)
}
#mobileheader .search .search-input {
    line-height: 40px;
    height: 40px
}
#mobileheader .burger {
    height: 58px!important;
    text-align: center;
    line-height: 58px
}
#mobileheader .burger,#mobileheader .burger .svg-inline-burger,#mobileheader .burger .svg-inline-close {
    position: unset!important
}
#mobileheader .burger .svg-inline-close {
    margin: 20px auto!important
}
#mobileheader .burger.c .svg-inline-close {
    display: block!important
}
@media (max-width: 667px) {
    input[type=email],input[type=password],input[type=tel],input[type=text],select,textarea {
        font-size: 16px!important
    }
    #mobileheader .right-icons {
        padding-right: 0;
        line-height: 58px;
        width: auto;
        height: 100%
    }
    #mobileheader .mobileheader-v1 {
        display: flex;
        align-items: center;
        justify-content: space-between
    }
}
/*категории на главной на мобильной под шапкой*/
.section-mobmenu {
  display: flex;
  justify-content: space-between;
  overflow: auto;
  width: 100%;
  margin-top: 10px;
}
.section-mbmtitle {
    margin-top: 10px;
}
.section-mobmenu::-webkit-scrollbar {
    display: none;
}
.section-mobmenu_item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  margin-right:15px;
}
.section-mobmenu_item a{
    transition-property: transform;
    font-size: 12px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
}
@media (min-width: 576px){
    .section-mobmenu {
        display: none!important;
    }
	.section-mbmtitle {
		display: none!important;
	}
}
@media (max-width: 576px){
	.front_page .wide_page .middle {
		float: left!important;
	}
	.wraps#content {
		background: #fff;
	}
}
/* end kategory */
/* фильтр */
@media (max-width: 450px){
  body .filter_opener {
    width: 100%;
}  
.catalog .adaptive_filter {
    text-align: center;
    width: 30%;
}
  body .filter_opener span {
    display: block;
}
  body .filter_opener span {
    display: inline-block!important;
}
  .filter_opener i {
    margin: 0 7px 0 0!important;
}
}
/*end фильтр*/
.developed a {
    color: #b0b0b0;
}
.developed a span {
    font-weight: bold;
}
.developed {
    margin-top: 5px;
}
.developed a:hover {
    color: #fff;
}
/* Cookies */
@media (max-width: 576px){
	#nca-cookiesaccept-line{
		margin: 5px !important;
	    width: 75% !important;
		border-radius:  5px;
	}
}
#nca-cookiesaccept-line-accept-btn {
    padding: 10px;
    border-radius: 5px;
}
.nca-cookiesaccept-line{
    z-index: 2147483647!important;
}


/*скрытие цен */

/* Скрываем цену в списке и карточке */
.price, .cost, .price_matrix_wrapper, .prices_block {
    display: none !important;
}

/* Скрываем кнопку купить/в корзину */
.buy_block, .buttons_block, .counter_block {
    display: none !important;
}

/* Показываем кнопку "Задать вопрос", если она есть */
.question_button_wrapper {
    display: block !important;
}

/* Прячем цены в корзине (страница /basket/) */
.basket-items-list-item-price, 
.basket-coupon-block-total-price-current,
.basket-items-list-item-amount,
.basket-items-list-item-sum,
.basket-total-block,
.basket-checkout-container {
    display: none !important;
}

/* Прячем малую корзину в шапке и боковую корзину */
.basket_top .price,
.ajax_basket_display .price,
.basket_fly .price,
.cart-total-value,
.items .item .price {
    display: none !important;
}

/* Если кнопки "Оформить заказ" всё еще бесят, прячем и их */
.basket-checkout-button-inner,
.checkout_button {
    display: none !important;
}