/* фильтр товаров на мобильном над товарами */

.mobile_chars_filter { 
  display: flex;
  justify-content: center;
 
}

/* открывашка для фильтров */

.chars-filter-popup {
		background-color: rgb(255 255 255);
		display: none;
		height:100vh;
		position: fixed;
		overflow-y: scroll;
		left: -110%;
		top: 0px;
		width: 100%; 
		padding: 12px 16px;
		z-index: 20;
		z-index: 10004;}


/* поиск для сайтбара */
.secondary_home .search-wrapp {
  width: unset;
  margin-bottom:20px;
  width: 100%;
  z-index: 999;
}

.secondary_home .search_result {
    border: unset;
}

/*========= сайт-бар ========*/

.secondary_home .wrap_sticky_filter {
	margin: 0px 10px;
	
}

.secondary_home .wrap_sticky_filter .headline  {
	margin-top: 12px;
	color: #93a7c8;
}


/*========= фильтры характеристик ========*/

/*========= заголовки ========*/
.secondary_home .filtr_charest .headline{
    margin-bottom: 8px;
}

.secondary_home .filter-charset{
    margin-bottom: 4px;
}

/*========= иконки ========*/
.secondary_home .wrap_charest .headline img.filtr_icon{
    width: 22px;
	margin-right: 6px;
}

.secondary_home .wrap_charest .headline img.filtr_icon_volt{
    width: 22px;
	margin-right: 6px;
}



/*========= наличие товара ========*/

.checkbox-ios {
	display: inline-block;    
	height: 23px;    
	line-height: 28px;  
	margin-right: 10px;      
	position: relative;
	vertical-align: middle;
	font-size: 14px;
	user-select: none;	
}
.checkbox-ios .checkbox-ios-switch {
	position: relative;	
	display: inline-block;
	box-sizing: border-box;			
	width: 53px;	
	height: 23px;
	border-radius: 22%/48%;	
	vertical-align: top;
	background: #6ecf77;
	transition: .2s;
}


.checkbox-ios .checkbox-ios-switch:before {
	content: '';
	position: absolute;
	top: 3px;
	left: 4px;	
	display: inline-block;
	width: 17px;	
	height: 17px;
	border-radius: 50%;
	background: white;
	transition: .15s;
}
.checkbox-ios input[type=checkbox] {
	display: block;	
	width: 0;
	height: 0;	
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch {
	background: limegreen;
}


.checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch:before {
	transform:translateX(28px);
}
 
/* Hover */
.checkbox-ios input[type="checkbox"]:not(:disabled) + .checkbox-ios-switch {
	cursor: pointer;
}
 
/* Disabled */
.checkbox-ios input[type=checkbox]:disabled + .checkbox-ios-switch {
	filter: grayscale(70%);
}

.checkbox-ios input[type=checkbox]:disabled + .checkbox-ios-switch:before {
	background: #eee;
}
 
/*========= наичие товара end ========*/


@media (min-width: 991px) {  

	.mobile_bar_cat_filter, .mobile_chars_filter, .get_filters{
			display: none;
	}


}


@media (max-width: 991px) {  
	
		.slider_home .wrap_img img {
			max-width: 210px;}	
		
		#secondary{
			display:none;}
		
	}

	@media (max-width: 767px) {  

		.slider_home {
			flex-direction: column;
			align-items: center;}
		
		.slider_home .wrap_img {
			display: none;}
		
		.slider_home .wrap_text{ 
			margin-right: unset;}
			
		.slider_home .wrap_text{ 
			width: unset;
			max-width: 100%;}	
}


@media (max-width: 490px) {  

		.slider_home .btn_group {
			flex-direction: column;
			align-items: center;}
			
		.slider_home .btn_group .price_btn, .slider_home .btn_group .callback {
			max-width: unset;}

		.slider_home .btn_group .price_btn {
			margin-left: unset;
			margin-top: 16px;}

		.slider_home h2 {
			line-height: 30px;}
			
		.slider_home .wrap_text {
			padding: 20px;
		}	
		
}

/* Поиск и продукт бар на мобильном */

.product_bar .chars_filter_burger, 
.product_bar .open_filters {
	display: flex;
	min-width: 40px;
	padding: 6px 10px;
}	


@media (min-width: 991px) {  

	.product_bar .card_filter, 
	.product_bar .chars_filter_burger, .product_bar .open_filters{
		 display:none; 
	}
					
}


@media (max-width: 991px) {  
	.product_bar .product_bar_filter{
		display:none;
	}
		
	.wrap_product_bar .product_bar {
		align-items: center;}

	.start_container .get_excel{
		margin-left: 14px;}			
}

