

/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?153375274551*/
font.errortext{color:red}font.notetext{color:green}
/* End */


/* Start:/local/components/elektro/catalog.search/templates/.default/style.css?174762994228275*/
.pageTitle{
    font-size:18px;
    color:#333;
    margin-top:20px;
}

.search_text{
    margin-top:30px;
    font-size:16px;
}

.pageTitle.search_style{
    display:none;
}

.pageTitle__analoglink{
    color: #999;
    text-decoration: none;
}
    .pageTitle__analoglink:hover{
        text-decoration: underline;
    }

.catalogue_section:nth-child(3n+3){
    margin-right:0px;
}

.catalogue_section{
    margin:0px 30px 20px 0px;
    border:1px #ddd solid;
    float:left;
    padding:10px;
    box-sizing:border-box;
    width:282px;
    height:255px;
    overflow:hidden;
    text-align:center;
    border-radius:4px;
}
.catalogue_section:hover{
    border:1px #bcbcbc solid;
}

.catalog_index .catalogue_section{
    margin:0px 12px 20px 0px;
    box-shadow: 0px 0px 15px 2px #dedede;
}
.catalog_index .catalogue_section:nth-child(4n){
    margin-right:0px;
}

.catalogue_section span.title{
    display:block;
    text-align:center;
    width:100%;
    position:absolute;
    bottom:10px;
    font-size:15px !important;
}

.catalogue_section a{
    color:#666;
    text-decoration:none;
    display:block;
    position:relative;
    height:240px;
}

.catalogue_section a:hover{
    color:#cf2526;
}

.catalogue_section img{
    max-height:200px;
    max-width:200px;
}

#contentBlock{
    padding-bottom:40px;
    position:relative;
}

#contentBlock.catalog_index{
    width:100%;
}

.catalog_index #product_list{
    width:100%;
}

.catalog_index #product_list.plitka .product{
    margin-right: 17px;
}
.catalog_index #product_list.plitka .product:nth-child(4n) {
    margin-right:17px;
}
.catalog_index #product_list.plitka .product:nth-child(5n) {
    margin-right:0px;
}

.catalog_index #product_list.spisok .product, .catalog_index #product_list.spisok2 .product{
    width:100%;
}

#contentBlock.search_style{
    margin: 55px 0 0 20px;
    padding-bottom: 40px;
    position: relative;
    width: 920px;
}




#product_list{
    box-sizing:border-box;
    margin:0px;
    margin-top:20px;
    width:100%;
    color:#333333;
}
.right-filter {
    box-sizing:border-box;
    margin:0px;
    width:230px;
    min-height:600px;
    float:right;
    border:1px #ddd solid;
    border-radius:5px;
    overflow:hidden;
}

.right-filter .head{
    background-color:#f9f9fb;
    border-bottom:1px #ddd solid;
    height:45px;
    width:100%;
    overflow:hidden;
    box-sizing:border-box;
    padding:0px 10px;
    text-align:center;
    color:#cf2526;
    font-size:14px;
    line-height:45px;
}


#product_list .product .article_code_middle{
    display:none;
}

#product_list.spisok_new .product.st-first_found {
	order: -1;
}

.trigger_cat_list {
	gap: 10px;
	margin-top: 20px;
}

.trigger_cat__item{
	border: 1px #ddd solid;
	max-width: 150px;
	padding: 10px 10px;
	white-space: no-wrap;
	background-color:#f3f3f3;
} 
.trigger_cat__item:hover{
	background-color:#ddd;
}

.trigger_cat__item a {
	text-decoration: none;
}

.trigger_cat__image{
}

.trigger_cat__name {
}



/*-------------plitka-------------*/
#product_list.plitka .product{
    position:relative;
    box-sizing:border-box;
    width:222px;
    height:415px;
    border:1px #ddd solid;
    border-radius:5px;
    margin-right:6px;
    margin-bottom:30px;
}

#product_list.plitka .product .article_row {
    position: absolute;
    bottom: 82px;
    left: 0px;
    width: 220px;
    height: 20px;
	line-height: 20px;
    box-sizing: border-box;
    font-family: Roboto Condensed;
	padding-left: 10px;
}

/*
#product_list.plitka .product:nth-child(5n){
	margin-right:0px;
}
*/

@media screen and (max-width:1460px){
	#product_list.plitka .product{
		margin-right:17px;
	}
	/*
	#product_list.plitka .product:nth-child(4n){
		margin-right:0px;
	}
	
	#product_list.plitka .product:nth-child(5n){
		margin-right:17px;
	}
	*/
}

#product_list.plitka .product.inStock .prod-exist{
    display:block;
    position:absolute;
    top:90px;
    right:5px;
    width:16px;
    height:12px;
    background:url('/local/components/elektro/catalog.search/templates/.default/images/prod_exist.png') 0 0 no-repeat;
}

#product_list.plitka .product .prod-sale{
    display:block;
    position:absolute;
    top:115px;
    right:5px;
    width:16px;
    height:16px;
    background:url('/local/templates/elektro/images/sale105.png') 0 0 no-repeat;
}

#product_list.plitka .product .is_filial_icon{
    display:block;
    position:absolute;
    top:115px;
    right:5px;
    width:16px;
    height:16px;
    background:url('/local/templates/elektro/images/is_filial_icon.png') 0 0 no-repeat;
}

#product_list.plitka .product.instockRcOnly .prod-exist{
    display:block;
    position:absolute;
    top:90px;
    right:5px;
    width:16px;
    height:16px;
    background:url('/local/components/elektro/catalog.search/templates/.default/images/instockrconly.png') 0 0 no-repeat;
}

#product_list.plitka .product .storeBalance {
    display:none;
    position:absolute;
    top:80px;
    left:5px;
    z-index:10000;

    border:1px #f2f2f2 solid;
    border-radius:5px;
    background-color:#fff;
    min-width:200px;
    padding:5px 10px;
    box-shadow:0px 0px 10px #999;
}

#product_list.plitka .product .head{
    position:absolute;
    top:0px;
    left:0px;
    background-color:#f9f9fb;
    border-bottom:1px #ddd solid;
    height:65px;
    width:220px;
    overflow:hidden;
    display:table-cell;
    vertical-align:middle;
    box-sizing:border-box;
    padding:10px;
    line-height:14px;
    border-radius:5px 5px 0px 0px;
}

#product_list.plitka .product .head .name{
    height:46px;
    overflow:hidden;
}

#product_list.plitka .product .head a{
    color:#333333;
    font-size:11px;
    text-decoration:none;
    line-height:14px;
}

#product_list.plitka .product .head .article_code{
    display:none;
}

#product_list.plitka .product .head .brand-logo{
    display:none;
}


#product_list.plitka .product div.image{
    box-sizing:border-box;
    position:absolute;
    top:89px;
    left:0px;
    width:220px;
    height:220px;
    line-height:218px;
    text-align:center;
}

#product_list.plitka .product:hover .article_code_middle {
}

#product_list.plitka .product .article_code_middle{
    display:block;
    opacity:1;
    position:absolute;
    top:179px;
    left:-1px;
    background-color: var(--color-gray);
    padding:0px 0px 0px 0px;
    z-index:2;
    color:#fff;
    white-space:nowrap;
    box-sizing:border-box;
    line-height:14px;
    text-align:left;
}

#product_list.plitka .product .article_code_middle span{
    font-size:11px;
    display:block;
    margin-bottom:2px;
    padding-left:3px;
    padding-right:3px;
}

#product_list.plitka .product .article_code_middle{
    max-width:0px;
    overflow:hidden;
    -webkit-transition: max-width .5s;
    transition: max-width .5s;
}

#product_list.plitka .product:hover .article_code_middle{
    max-width:120px;
}

#product_list.plitka .product .article_code_middle:hover{
    max-width:220px;
}

#product_list.plitka .product .image .product-tile-picture-image{
    max-height:100%;
}

#product_list.plitka .product .bottom {
    position:absolute;
    bottom:8px;
    left:0px;
    width:220px;
    height:72px;
    box-sizing:border-box;
    font-family: Roboto Condensed;
}
#product_list.plitka .product .bottom .price{
    font-size:18px;
    height:28px;
    line-height:14px;
    margin-top:5px;
    margin-right:10px;
    text-align:right;
}

#product_list .product .price .price_top{
    display:block;
    font-size:16px;
}
#product_list .product .price .price_bottom{
    display:block;
    margin-top:5px;
    color:#999;
    padding-left:10px;
    font-size:16px;
}

#product_list.spisok .product .price .price_bottom, #product_list.spisok2 .product .price .price_bottom{
    display:none;
}

#product_list .product .price .price_bottom.fa-globe::before{
    margin-right:5px;
}
#product_list .product .price .price_bottom.store-alt::before{
    margin-right:5px;
    content:"";
    width:15px;
    height:12px;
    background:url('/local/templates/elektro/images/store-alt.png') 0 0 no-repeat;
    background-size:cover;
    display:inline-block;
}

#product_list.plitka .product .bottom .buy{
    position:absolute;
    right:10px;
    bottom:0;
}

#product_list.plitka .product .bottom .detail{
    position:absolute;
    right:10px;
    bottom:0;
}

#product_list.plitka .product .bottom .detail a, #product_list.spisok .product .bottom .detail a, #product_list.spisok2 .product .bottom .detail a{
    text-decoration:none;
    color:#666;
    display:inline-block;
    line-height: 38px;
    border: 1px #999 solid;
    padding:0px 5px;
    background-color:#f9f9fa;
    border-radius:2px;
}
#product_list.spisok .product .bottom .detail a, #product_list.spisok2 .product .bottom .detail a{
    margin-top:10px;
}
#product_list .product .bottom .detail a:hover{
    background-color:#fff;
}

#product_list.plitka .product .bottom .icons{
    position:absolute;
    left:10px;
    bottom:12px;
}

/*-------------spisok-------------*/
#product_list.spisok .product{
    position:relative;
    box-sizing:border-box;
    width:100%;
    height:150px;
    border:1px #ddd solid;
    border-radius:5px;
    float:left;
    margin-right:10px;
    margin-bottom:30px;
}

#product_list.spisok .product .prod-sale{
    display:block;
    position:absolute;
    top:50px;
    left:215px;
    width:16px;
    height:16px;
    background:url('/local/templates/elektro/images/sale105.png') 0 0 no-repeat;
}
#product_list.spisok .product .is_filial_icon{
    display:block;
    position:absolute;
    top:27px;
    left:215px;
    width:16px;
    height:16px;
    background:url('/local/templates/elektro/images/is_filial_icon.png') 0 0 no-repeat;
}

#product_list.spisok .product.inStock .prod-exist{
    display:block;
    position:absolute;
    top:30px;
    left:215px;
    width:16px;
    height:12px;
    background:url('/local/components/elektro/catalog.search/templates/.default/images/prod_exist.png') 0 0 no-repeat;
}
#product_list.spisok .product.instockRcOnly .prod-exist{
    display:block;
    position:absolute;
    top:28px;
    left:215px;
    width:16px;
    height:16px;
    background:url('/local/components/elektro/catalog.search/templates/.default/images/instockrconly.png') 0 0 no-repeat;
}
#product_list.spisok .product .storeBalance {
    display:none;
    position:absolute;
    top:20px;
    left:215px;
    z-index:100;

    border:1px #f2f2f2 solid;
    border-radius:5px;
    background-color:#fff;
    min-width:200px;
    padding:5px 10px;
    box-shadow:0px 0px 10px #999;
}



#product_list.spisok .product .head{
    position:absolute;
    top:10px;
    left:230px;
    width:420px;
    height:135px;
    overflow:hidden;
    display:table-cell;
    vertical-align:middle;
    box-sizing:border-box;
    padding:0px;
    padding-left:10px;
}

#product_list.spisok .product .head .name{
    margin-top:15px;
    line-height:20px;
    max-height:40px;
    overflow:hidden;
}

#product_list.spisok .product .head .name a{
    color:#333333;
    font-size:16px;
    text-decoration:none;
}

#product_list.spisok .product .head .article_code{
    margin-top:5px;
    color:#999999;
    font-size:13px;
}

#product_list.spisok .product .head .brand-logo{
    height:40px;
    line-height:40px;
    width:160px;
    position:absolute;
    bottom:10px;
}

#product_list.spisok .product .image{
    box-sizing:border-box;
    position:absolute;
    top:10px;
    left:40px;
    width:130px;
    height:130px;
    text-align:center;
}

#product_list.spisok .product .image a{
    line-height:140px;
}

#product_list.spisok .product .image .product-tile-picture-image{
    max-height:100%;
    max-width:100%;
}

#product_list.spisok .product .bottom {
    position:absolute;
    top:10px;
    right:0px;
    width:230px;
    height:130px;
    box-sizing:border-box;
}
#product_list.spisok .product .bottom .price{
    font-size:18px;
    margin-top:15px;
    line-height:20px;
}
#product_list.spisok .product .bottom .buy{
    margin-top:10px;
}

#product_list.spisok .product .bottom div.icons {
    margin-top:15px;
}

/*-------------spisok2-------------*/
#product_list.spisok2 .product{
    position:relative;
    box-sizing:border-box;
    width:100%;
    height:103px;
    border:1px #ddd solid;
    border-radius:5px;
    float:left;
    margin-right:10px;
    margin-bottom:15px;
}

#product_list.spisok2 .product .prod-sale{
    display:block;
    position:absolute;
    top:40px;
    left:175px;
    width:16px;
    height:16px;
    background:url('/local/templates/elektro/images/sale105.png') 0 0 no-repeat;
}

#product_list.spisok2 .product .is_filial_icon{
    display:block;
    position:absolute;
    top:17px;
    left:175px;
    width:16px;
    height:16px;
    background:url('/local/templates/elektro/images/is_filial_icon.png') 0 0 no-repeat;
}

#product_list.spisok2 .product.inStock .prod-exist{
    display:block;
    position:absolute;
    top:20px;
    left:175px;
    width:16px;
    height:12px;
    background:url('/local/components/elektro/catalog.search/templates/.default/images/prod_exist.png') 0 0 no-repeat;
}
#product_list.spisok2 .product.instockRcOnly .prod-exist{
    display:block;
    position:absolute;
    top:18px;
    left:175px;
    width:16px;
    height:16px;
    background:url('/local/components/elektro/catalog.search/templates/.default/images/instockrconly.png') 0 0 no-repeat;
}
#product_list.spisok2 .product .storeBalance {
    display:none;
    position:absolute;
    top:10px;
    left:175px;
    z-index:100;

    border:1px #f2f2f2 solid;
    border-radius:5px;
    background-color:#fff;
    min-width:200px;
    padding:5px 10px;
    box-shadow:0px 0px 10px #999;
}

#product_list.spisok2 .product .head{
    position:absolute;
    top:0px;
    left:190px;
    width:450px;
    height:101px;
    overflow:visible;
    display:table-cell;
    vertical-align:middle;
    box-sizing:border-box;
    padding:0px;
    padding-left:10px;
}

#product_list.spisok2 .product .head .name{
    margin-top:15px;
    line-height:20px;
    max-height:40px;
    overflow:hidden;
}

#product_list.spisok2 .product .head .name a{
    color:#333333;
    font-size:16px;
    text-decoration:none;
}

#product_list.spisok2 .product .head .article_code{
    position:absolute;
    top:16px;
    left:-175px;
    max-width:145px;
    margin-top:5px;
    color:#999999;
    font-size:13px;
    width:145px;
}
#product_list.spisok2 .product .head .article_code span{
    display:block;
}

#product_list.spisok2 .product .head .brand-logo{
    height:30px;
    line-height:30px;
    width:200px;
    position:absolute;
    bottom:5px;
    overflow:hidden;
}

#product_list.spisok2 .product .image{
    display:none;
}
#product_list.spisok2 .product:hover .image{
    display:block;
    box-sizing:border-box;
    position:absolute;
    top:0px;
    left:10px;
    width:150px;
    height:101px;
    text-align:center;
    border-right:1px #bcbcbc solid;
    background-color:#ffffff;
    overflow:hidden;
}
#product_list.spisok2 .product:hover .head .article_code{
    display:none;
}

#product_list.spisok2 .product .image .product-tile-picture-image{
    max-height:100px;
    max-width:100px;
}
#product_list.spisok2 .product .bottom {
    position:absolute;
    top:0px;
    right:0px;
    width:230px;
    height:90px;
    box-sizing:border-box;
}
#product_list.spisok2 .product .bottom .price{
    font-size:18px;
    margin-top:15px;
    line-height:20px;
}
#product_list.spisok2 .product .bottom .buy{
    margin-top:10px;
}

#product_list.spisok2 .product .bottom div.icons {
    position:absolute;
    top:18px;
    right:5px;
}

/*---------------------------------------*/

/*-------------spisok_new-------------*/

/*---------------------------------------*/

#product_list .product .head .name a:hover{
    color:#cf2526;
}

#product_list .product .prod-exist{
    display:none;
}

#product_list .product .head .brand-logo img{
    width:40px;
    height:40px;
}

#product_list.spisok2 .product .head .brand-logo img{
    width:30px;
    height:30px;
}

.filters i.fa.fa-long-arrow-up, .filters i.fa.fa-long-arrow-down {
    font-size:10px;
}

#product_list .product .head .brand-logo a{
    text-decoration:none;
    color:#999999;
}
#product_list .product .head .brand-logo a:hover{
    text-decoration:underline;
    color:#666;
}

#product_list .product .buy .alert{
    position:absolute;
    z-index:1;
    right:-5px;
    top:-30px;
    line-height:14px;
    font-size:14px;
    border:1px #ddd solid;
    border-radius:3px;
    background-color:#f9f9fa;
    padding:5px;
    display:none;
    white-space:nowrap;
}

#product_list .product .buy .field:hover .alert{
    display:block;
}

/*----------------------------------*/
.product .storeBalance .close{
    color: #cf2526;
    cursor: pointer;
    text-align: right;
    font-size:17px;
    font-weight:bold;
    margin-right:-5px;
}

.product .storeBalance .title.name{
    color:#000;
    margin-bottom:20px;
}
.product .storeBalance .title{
    color:#666;
    line-height:18px;
    margin-bottom:5px;
    font-size:14px;
    font-weight:bold;
}

.product:hover div.storeBalance.show{
    display:block!important;
}

.product .line table{
    width:100%;
}

.product .line table td {padding: 0;}

.product .line table tr {padding: 10px 0; line-height:30px;}

.product .line .col1{
    white-space:nowrap;
    padding-right:5px;
    width:10px;
}
.product .line .col2 div{
    min-width:20px;
    border-bottom:1px #dddddd dashed;
}
.product .line .col3{
    white-space:nowrap;
    padding-left:5px;
    width:10px;
}

.product .line .col3 div.prop_value{
    max-width:260px;
    overflow:hidden;
    text-overflow: ellipsis; /* Многоточие */
}

.product .line .col1 div.prop_name{
    max-width:260px;
    overflow:hidden;
    text-overflow: ellipsis; /* Многоточие */
}

.contentWrapper .clean_favors_button {
    border: 1px #ddd solid;
    margin-left: 10px;
    border-radius: 3px;
    color: #666;
    height: 30px;
    line-height: 30px;
    float: left;
    padding: 0px 10px;
    white-space: nowrap;
    background-color: #f9f9fa;
    cursor:pointer;
    position:absolute;
    right:0px;
    top:-75px;
}

#product_list.plitka .product.inStock .prod-exist,
#product_list.plitka .product.instockRcOnly .prod-exist,
#product_list.plitka .product .prod-exist{
    display:none;
}

#product_list .product .in_stock_notice{
    display:none;
}

#product_list.plitka .product .in_stock_notice{
    position: absolute;
    top: 3px;
    right: 5px;
    color:#4e802d;
    border-bottom:#4e802d 1px dotted;
    cursor:pointer;
}

#product_list.plitka .product .in_stock_notice:hover{
    cursor:help;
}

#product_list.plitka .product.inStock .in_stock_notice.type1{
    display:inline-block;
}
#product_list.plitka .product.instockRcOnly .in_stock_notice.type2{
    display:inline-block;
}
#product_list.plitka .product.pod_zakaz .in_stock_notice.type3{
    display:inline-block;
    color:#1970b7;
    border-bottom:#1970b7 1px dotted;
	cursor:pointer;
}
#product_list.plitka .product.is_filial .in_stock_notice.type4{
    display:inline-block;
    color:#1970b7;
    border-bottom:#1970b7 1px dotted;
}

.found_nothing{
    margin-top:10px;
}

input[type="submit"].recaptcha__button {
    white-space: nowrap;
    height: 40px;
    color: #202020;
    border: none;
    outline: none;
    font-size: 16px;
    line-height: 40px;
    font-family: 'Roboto Condensed';
    cursor: pointer;
    overflow: visible;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    user-select: none;
    text-decoration: none;
    border-radius: 0 3px 3px 0;
    background-color: #e8e8e8 !important;
    letter-spacing: 0.5px;
    resize: none;
    padding: 0 15px;
}

.filter_panel {
	margin-top: 20px;
    min-height: 20px !important;
}

.filter_panel span.sort, .filter_panel span.exist_botton {
	cursor: pointer;
	color: #0072bc;
}
.filter_panel span.sort.active {
	color: #333;
}

/*фильтр*/
.search__brand_filter {
	margin-right: 20px;
}
.search__price_filter {
	width: 300px;
}

.search__filter_label {
	font-size: 1.2em; 
	margin-right: 10px;
	color:#666;
}


.search__filter_button, .search__filter_button2 {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    height: 36px;
    width: 95px;
    background-color: #0072bc;
    text-align: center;
    position: relative;
	margin-left: 20px;
}
.search__filter_button:hover, .search__filter_button2:hover{
	background-color: #089bfb;
}
.search__filter_button__text {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.333;
    cursor: pointer;
    padding: 10px 0px;
    display: block;
    font-family: Tahoma, Arial, Segoe, sans-serif;
    position: relative;
    z-index: 1;
}

.search__filter_button_clear {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    height: 36px;
    width: 95px;
    background-color: #f3f3f3;
    text-align: center;
    position: relative;
	margin-left: 20px;
}
.search__filter_button_clear:hover {
    background-color: #ddd;
}
.search__filter_button_clear__text {
    color: #333;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.333;
    cursor: pointer;
    padding: 10px 0px;
    display: block;
    font-family: Tahoma, Arial, Segoe, sans-serif;
    position: relative;
    z-index: 1;
}


form.waiting-style {
    opacity:0.6;
}

.main-filter {
    box-sizing:border-box;
    margin:0px;
    width:230px;
    min-height:100px;
    margin-bottom:40px;
    position:relative;
    font-family: Roboto Condensed;
}

.filter-results-div{
    display: none;
    position:fixed;
    z-index:100;
    top:50%;
    padding:10px 10px;
    border:1px #ddd solid;
    background-color:#fff;
    white-space: nowrap;
    box-shadow: 0 0 7px #a0a0a0;
    border: 1px #ff8970 solid;
    border-radius:3px;
    background:#ffe5e5 none repeat scroll 0 0;
}

.results-show-button, .results-clear-button{
    display:inline-block;
    color:#0072bc;
    text-decoration:underline;
    cursor:pointer;
}

#filter-results-div-bottom {
    padding:0px 10px;
}






/*-----------------*/

.filter-block_closed_yes .filter-block__more-link{}

.filter-block__more-link .filter-block__more-show {
    display: none;
}
.filter-block__more-link .filter-block__more-hide {
    display: block;
}
.filter-block__more-link.collapsed .filter-block__more-show {
    display: block;
}
.filter-block__more-link.collapsed .filter-block__more-hide {
    display: none;
}

.filter-block__item{
    display: block;
}
.filter-block__item .input_type_radio_instock {
	line-height: 20px;
}
.filter-block__item .input_type_radio_instock input {
	margin: 0px;
	line-height: 20px;
}
.filter-block__item .radio__label{
	font-size:1.1em;
	margin-right: 10px;
	cursor: pointer;
}
.filter-block__item:hover .radio__label{
	color:#0072bc;
}

.show-all-items .filter-block__item{
    display: block;
}
.filter-block__item.visible{
    display: block;
}

.filter-block__item:not(.filter-block__item_disabled_yes){
    display: block;
}

.filter-block__item_disabled_yes{
    color:#757575;
}

.filter-block__body.show-all-items {
    margin-bottom: 8px;
}


.input {
    display: inline-block;
    position: relative;
    width: 100%;
}

.filter-block__range{
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACNJREFUeNpi/P//PwMhwMRABKCeIpZZs2YRdBTjIHQ4QIABAJ4/CNpAsir5AAAAAElFTkSuQmCC") no-repeat center center;
}
.filter-block__range .input_type_range {
    width: 45%;
    margin-left: 0;
}

.filter-block__range .input_type_range:first-child{
    margin-left: 0;
}
.filter-block__range .input_type_range:last-child{
    float:right;
}

.input_size_s .input__box {
    padding-right: 0px;
}

.input__box {
    box-sizing: border-box;
    cursor: text;
    display: block;
    position: relative;
    background: #fff none repeat scroll 0 0;
    background-color:#f4fbfe;
}
.input__box input{
    background-color:#f4fbfe !important;
    color:#617a88;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
}

.filter-block__range .input_type_range::before {
    color: #757575;
    content: attr(data-sign-title);
    left: 2px;
    line-height: 24px;
    position: absolute;
    text-align: center;
    top: 2px;
    width: 20px;
    z-index: 1;
}

.input_size_s .input__control {
    padding-left: 0px;
}

.filter-block__range .input_type_range .input__control {
    width:100%;
    color:#333 !important;
    height: 40px;
}

.input__control {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    box-sizing: border-box;
    outline: 0 none;
    padding: 0.4em 0;
}
.input__control {
    color: #000;
    font-size: 13px;
    font-family: Arial,sans-serif;
    margin: 0;
    position: relative;
    width: 75px;
    z-index: 3;
}

.input__hint {
    box-sizing: border-box;
    cursor: text;
    max-width: 100%;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    text-overflow: ellipsis;
    visibility: hidden;
    white-space: nowrap;
    z-index: 5;
    font-size:13px;
    font-family: Arial,sans-serif;
    line-height:40px;
}

.filter-block__range .input__hint {
    color: #757575;
    text-align: center;
    width: 100%;
}

.input__hint_visibility_visible {
    visibility: visible;
}

.filter-panel-aside__controls{
    padding: 20px 10px;
    text-align: center;
}

.button_theme_pseudo::before {
    border-radius: 3px;
    bottom: 1px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    content: "";
    left: 1px;
    padding: 0;
    position: absolute;
    right: 1px;
    top: 1px;
}

.filter-panel-aside__controls .button_theme_pseudo {
    line-height: 40px;
}

.button_theme_pseudo .button__text {
    padding: 0 13px;
}
.button__text {
    pointer-events: none;
    position: relative;
}

.filter-panel-aside__apply .button {
    width: 100%;
}



.filter-block__body .input_type_checkbox {
    position: absolute;
    top:1px;
}
.input_type_checkbox {
    position: relative;
    white-space: nowrap;
}

.input_type_checkbox::after, .input_type_checkbox::before {
    height: 12px;
    width: 12px;

    content: "";
    position: absolute;
}

.input_type_checkbox::after {
    background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    border:1px #ddd solid;
    left: 1px;
    padding: 0;
    top: 1px;
}

.checkbox_checked_yes::after{
    border:1px #ff8970 solid;
    background: #ffe5e5 none repeat scroll 0 0;
}

.checkbox__control, .sale_checkbox__control {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    height: 101%;
    left: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=1);
    padding: 0;
    position: absolute;
    top: 0;
    width: 101%;
    z-index: 1000;

}
.filter-block__sale {
	position: relative;
	margin-right: 10px;
}
.filter-block__sale .name{
	padding-left: 30px;
}
.filter-block__sale .icon{
    display:block;
    position:absolute;
    top:-2px;
    left:20px;
    width:30px;
    height:30px;
    background:url(/local/templates/elektro/images/sale2.svg) center center no-repeat;
    background-size: contain;
}

/* End */


/* Start:/local/components/elektro/catalog.products/templates/swiper-row/style.css?17476299407602*/
.mainSale{
    margin-bottom:0px;
}

.mainSaleItems {
    margin-top:15px;
}

.mainSale .bx-wrapper .bx-viewport {
    border: none;
    box-shadow: none;
    background: none;
}

.mainSale  ul{
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.mainSale ul.bxslider {
    display: block;
    height: 390px;
    overflow: hidden;
}

.review_status__positive, .review_status__negative{
	width:222px;
	box-sizing: border-box;
    background: #c1e6a8;
    padding: 5px 10px;
	text-align: center;
    position: relative;
	margin-top: 5px;
	border-radius: 3px;
	border: 1px #ddd solid;
}

.review_status__negative{
    background: #fdf7c7;
}

/*-------------plitka-------------*/
#product_list.plitka .product{
    position:relative;
    box-sizing:border-box;
    width:222px;
    height:390px;
    border:1px #ddd solid;
    border-radius:5px;
    box-shadow: none !important;
    margin-right: 9px;
}

#product_list.plitka li:last-child .product{
	margin-right: 0px;
}

#product_list.plitka .product:hover{
    border-color:#ddd !important;
}
/*
#product_list.plitka .product:nth-child(4n){
    margin-right:0px;
}
*/

#product_list.plitka .product.inStock .prod-exist{
    display:block;
    position:absolute;
    top:90px;
    right:5px;
    width:16px;
    height:12px;
    background:url('/local/components/elektro/catalog.products/templates/swiper-row/images/prod_exist.png') 0 0 no-repeat;
}

#product_list.plitka .product .prod-sale{
    display:block;
    position:absolute;
    top:115px;
    right:5px;
    width:16px;
    height:16px;
    background:url('/local/templates/elektro/images/sale105.png') 0 0 no-repeat;
}

#product_list.plitka .product .is_filial_icon{
    display:block;
    position:absolute;
    top:115px;
    right:5px;
    width:16px;
    height:16px;
    background:url('/local/templates/elektro/images/is_filial_icon.png') 0 0 no-repeat;
}

#product_list.plitka .product.instockRcOnly .prod-exist{
    display:block;
    position:absolute;
    top:90px;
    right:5px;
    width:16px;
    height:16px;
    background:url('/local/components/elektro/catalog.products/templates/swiper-row/images/instockrconly.png') 0 0 no-repeat;
}

#product_list.plitka .product .storeBalance {
    display:none;
    position:absolute;
    top:80px;
    left:5px;
    z-index:10000;

    border:1px #f2f2f2 solid;
    border-radius:5px;
    background-color:#fff;
    min-width:200px;
    padding:5px 10px;
    box-shadow:0px 0px 10px #999;
}

#product_list.plitka .product .head{
    position:absolute;
    top:0px;
    left:0px;
    background-color:#f9f9fb;
    border-bottom:1px #ddd solid;
    height:65px;
    width:220px;
    overflow:hidden;
    display:table-cell;
    vertical-align:middle;
    box-sizing:border-box;
    padding:10px;
    line-height:14px;
    border-radius:5px 5px 0px 0px;
}

#product_list.plitka .product .head .name{
    height:46px;
    overflow:hidden;
}

#product_list.plitka .product .head a{
    color:#333333;
    font-size:11px;
    text-decoration:none;
    line-height:14px;
}

#product_list.plitka .product .head .article_code{
    display:none;
}

#product_list.plitka .product .head .brand-logo{
    display:none;
}


#product_list.plitka .product div.image{
    box-sizing:border-box;
    position:absolute;
    top:89px;
    left:0px;
    width:220px;
    height:220px;
    line-height:218px;
    text-align:center;
}

#product_list.plitka .product:hover .article_code_middle {
}

#product_list.plitka .product .article_code_middle{
    display:block;
    opacity:1;
    position:absolute;
    top:179px;
    left:-1px;
    background-color: var(--color-gray);
    padding:0px 0px 0px 0px;
    z-index:2;
    color:#fff;
    white-space:nowrap;
    box-sizing:border-box;
    line-height:14px;
    text-align:left;
}

#product_list.plitka .product .article_code_middle span{
    font-size:11px;
    display:block;
    margin-bottom:2px;
    padding-left:3px;
    padding-right:3px;
}

#product_list.plitka .product .article_code_middle{
    max-width:0px;
    overflow:hidden;
    -webkit-transition: max-width .5s;
    transition: max-width .5s;
}

#product_list.plitka .product:hover .article_code_middle{
    max-width:120px;
}

#product_list.plitka .product .article_code_middle:hover{
    max-width:220px;
}

#product_list.plitka .product .image .product-tile-picture-image{
    max-height:100%;
}

#product_list.plitka .product .bottom {
    position:absolute;
    bottom:8px;
    left:0px;
    width:220px;
    height:64px;
    box-sizing:border-box;
    font-family: Roboto Condensed;
}
#product_list.plitka .product .bottom .price{
    font-size:18px;
    height:28px;
    line-height:14px;
    margin-top:5px;
    margin-right:10px;
    text-align:right;
}

#product_list .product .price .price_top{
    display:block;
    font-size:16px;
}
#product_list .product .price .price_bottom{
    display:block;
    margin-top:5px;
    color:#999;
    padding-left:10px;
    font-size:16px;
}

#product_list.spisok .product .price .price_bottom, #product_list.spisok2 .product .price .price_bottom{
    display:none;
}

#product_list .product .price .price_bottom.fa-globe::before{
    margin-right:5px;
}
#product_list .product .price .price_bottom.store-alt::before{
    margin-right:5px;
    content:"";
    width:15px;
    height:12px;
    background:url('/local/templates/elektro/images/store-alt.png') 0 0 no-repeat;
    background-size:cover;
    display:inline-block;
}

#product_list.plitka .product .bottom .buy{
    position:absolute;
    right:10px;
    bottom:0;
}

#product_list.plitka .product .bottom .detail{
    position:absolute;
    right:10px;
    bottom:0;
}

#product_list.plitka .product .bottom .detail a, #product_list.spisok .product .bottom .detail a, #product_list.spisok2 .product .bottom .detail a{
    text-decoration:none;
    color:#666;
    display:inline-block;
    line-height: 38px;
    border: 1px #999 solid;
    padding:0px 5px;
    background-color:#f9f9fa;
    border-radius:2px;
}
#product_list.spisok .product .bottom .detail a, #product_list.spisok2 .product .bottom .detail a{
    margin-top:10px;
}
#product_list .product .bottom .detail a:hover{
    background-color:#fff;
}

#product_list.plitka .product .bottom .icons{
    position:absolute;
    left:10px;
    bottom:12px;
}

#product_list.plitka .product.inStock .prod-exist,
#product_list.plitka .product.instockRcOnly .prod-exist,
#product_list.plitka .product .prod-exist{
    display:none;
}

#product_list .product .in_stock_notice{
    display:none;
}

#product_list.plitka .product .in_stock_notice{
    position: absolute;
    top: 3px;
    right: 5px;
    color:#4e802d;
    border-bottom:#4e802d 1px dotted;
    cursor:pointer;
}

#product_list.plitka .product .in_stock_notice:hover{
    cursor:help;
}
#product_list.plitka .product.inStock .in_stock_notice{
    background-color:#fff;
    line-height:14px;
}
#product_list.plitka .product.inStock .in_stock_notice.type1{
    display:inline-block;
}
#product_list.plitka .product.instockRcOnly .in_stock_notice.type2{
    display:inline-block;
}
#product_list.plitka .product.pod_zakaz .in_stock_notice.type3{
    display:inline-block;
    color:#1970b7;
    border-bottom:#1970b7 1px dotted;
}
#product_list.plitka .product.is_filial .in_stock_notice.type4{
    display:inline-block;
    color:#1970b7;
    border-bottom:#1970b7 1px dotted;
}

/* End */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?153375274551 */
/* /local/components/elektro/catalog.search/templates/.default/style.css?174762994228275 */
/* /local/components/elektro/catalog.products/templates/swiper-row/style.css?17476299407602 */
