

/* Start:/bitrix/templates/retailmobile/components/bitrix/catalog/catalog-list-products/style.css?17497198169698*/
.filter{
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 20;
    min-height: 100%;
}
.filter.open{
    display: block;
}
.filter .title-f{
    height: 52px;
    line-height: 52px;
    text-align: center;
    color: #000;
    font-size: 18px;
    background-color: #eeeeee;
}
.filter .title-f a{
    display: block;
    float: right;
    width: 52px;
    height: 52px;
    background-image: url("/upload/svg/cancel.svg");
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top:0;

}
.filter .title-f a:active{
    background-color: #fff;
}
.filter .bx-filter-parameters-box-title{
    height: 46px;
    padding: 0 15px;
    line-height: 46px;
    color: #000;
    font-size: 16px;
    border-bottom: 1px solid #e2e2e2;
}
.filter .bx-filter-parameters-box-title:active{

}
.filter .bx-filter-input-container input {
    border: 1px solid #ddd;
    text-align: center;
    font-size: 13px;
    display: block;
    width: 100%;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border-radius: 2px;
    background: #fff;
    outline: none;
}
.filter .bx-filter-parameters-box-container-block.bx-left{
    float: left;
    width: 40%;
}
.filter .bx-filter-parameters-box-container-block.bx-right{
    float: right;
    width: 40%;
}
.filter .bx-ui-slider-track-container{
    clear: both;
    padding-top: 10px;
    display: none;
}
.filter .bx-filter-parameters-box-title .bx-filter-parameters-box-hint{
    display: block;
}
.filter .bx-filter-parameters-box-title em.circule{
    width: 9px;
    height: 9px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #e2e2e2;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    transition: .3s ease-out;
}
.filter  .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title em.circule{
    border-color: #74cc2d;
    background-color: #74cc2d;
}
.filter .bx-filter-parameters-box-title .fap{
    width: 18px;
    height: 46px;
    background-image: url("/upload/svg/down-arrow.svg");
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    float: right;
    -moz-transform: rotate(0deg); /* Для Firefox */
    -ms-transform: rotate(0deg); /* Для IE */
    -webkit-transform: rotate(0deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(0deg); /* Для Opera */
    transform: rotate(0deg);
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.filter  .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title .fap{
    -moz-transform: rotate(180deg); /* Для Firefox */
    -ms-transform: rotate(180deg); /* Для IE */
    -webkit-transform: rotate(180deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(180deg); /* Для Opera */
    transform: rotate(180deg);
}
.filter .bx-filter-parameters-box .bx-filter-block{
    display: none;
    background-color: #eeeeee;
    padding: 10px 15px;
    border-bottom: 1px solid #e2e2e2;
}
.filter  .bx-filter-parameters-box.bx-active .bx-filter-block{
    display: block;

}
.filter  .bx-filter-parameters-box .bx-filter-block .checkbox{
    height: 46px;
    line-height: 46px;
}
.filter  .bx-filter-parameters-box.bx-active .bx-filter-block .checkbox .bx-filter-param-label{
    display: inline-block;
    width: 100%;
}
.filter  .bx-filter-parameters-box.bx-active .bx-filter-block .checkbox label{
    display: block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.filter  .bx-filter-parameters-box.bx-active .bx-filter-block .checkbox label:focus{
    outline: none;
}
.filter .bx-ui-slider-part{
    display: block;
    float: left;
    width: calc(100% / 5);
    text-align: center;
    line-height: 24px;
}
.bx-filter .bx-ui-slider-range, .bx-filter .bx-ui-slider-pricebar, .bx-filter .bx-ui-slider-pricebar-vd, .bx-filter .bx-ui-slider-pricebar-vn, .bx-filter .bx-ui-slider-pricebar-v {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 2px;
}
.filter .price-separator {
    float: left;
    width: 20%;
    margin: 0 -1px;
    height: 40px;
    position: relative;
}
.filter .price-separator:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/bitrix/templates/retailmobile/components/bitrix/catalog/catalog-list-products/images/minus.svg);
}
.filter .bx-ui-slider-pricebar-v {
    background: #81bc3d;
}
.filter .bx-ui-slider-pricebar-vn {
    background: #ddd;
}
.filter.bx-ui-slider-pricebar-vd {
    background: #ddd;
}
.filter .bx-ui-slider-range {
    z-index: 500;
}
.filter .bx-ui-slider-handle {
    background: #81bc3d !important;
    border-radius: 50%;
    box-shadow: 0 0 2px rgba(0, 0, 0, .3);
    width: 20px;
    height: 20px;
    top: -4px;
    z-index: 10;
    display: block;
    position: absolute;
}
.filter .bx-filter-parameters-box-container{
    min-height: 40px;
}
.bx-ui-slider-handle.left{
    left: 0;
}
.bx-ui-slider-handle.right{
    right: 0;
}
.filter .bx-ui-slider-track{
    height: 40px;
    position: relative;
    padding-top: 15px;
}
.bx-ui-slider-track{
    display: block;
}
.bx-ui-slider-track .bx-ui-slider-part{
    display: inline-block;
}
.bx-filter-param-text{
    font-size: 16px;
    color: #000;
}
.checkbox-st {
    vertical-align: top;
    margin: 0 3px 0 0;
    width: 17px;
    height: 17px;
}
/* Это для всех браузеров, кроме совсем старых, которые не поддерживают
селекторы с плюсом. Показываем, что label кликабелен. */
.checkbox-st + label {
    cursor: pointer;
}

/* Прячем оригинальный чекбокс. */
.checkbox-st:not(checked) {
    position: absolute;
    opacity: 0;
}
.checkbox-st:not(checked) + label {
    position: relative; /* будем позиционировать псевдочекбокс относительно label */
}
/* Оформление первой части чекбокса в выключенном состоянии (фон). */
.checkbox-st:not(checked) + label:before {
    content: '';
    position: absolute;
    top: 14px;
    right: 0;
    width: 42px;
    height: 22px;
    border-radius: 13px;
    background: #fff;
    box-shadow: inset 0 2px 1px rgba(0,0,0,.2);
}
.bx-filter-param-label.disabled .checkbox-st:not(checked) + label:before{
    background: #aaa;
}
/* Оформление второй части чекбокса в выключенном состоянии (переключатель). */
.checkbox-st:not(checked) + label:after {
    content: '';
    position: absolute;
    top: 15px;
    right: 20px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 2px 3px rgba(0,0,0,.3);
    transition: all .2s; /* анимация, чтобы чекбокс переключался плавно */
}
/* Меняем фон чекбокса, когда он включен. */
.checkbox-st:checked + label:before {
    background: #74cc2d;
}
/* Сдвигаем переключатель чекбокса, когда он включен. */
.checkbox-st:checked + label:after {
    right: 1px;
}
.bx-filter-param-label:focus,
.bx-filter-param-label span:focus {
    outline: none;
}
.bx-filter-parameters-box-container .btn{
    float: left;
    width: 50%;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius:0;
    height: 52px;
    font-size: 14px;
}
.bx-filter-parameters-box-container .btn.btn-link{
    background-color: #eeeeee;
    color: #737373;
}
.bx-filter-parameters-box-container .btn.btn-link:active{
    background-color: #DADADA;
}
#sort_modal{
    position: fixed;
    width: 100%;
    background-color: rgba(0,0,0,0.4);
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    visibility:hidden;
    opacity: 0;
    -webkit-transition: opacity 0.2s,bottom 0.2s, visibility 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s,bottom 0.2s, visibility 0.2s, transform 0.2s;
}
#sort_modal.open{
    visibility: visible;
    opacity: 1;
    bottom: 0;
}
#sort_modal .content{
    background-color: #fff;
    height: 262px;
    position: absolute;
    width: 100%;
    bottom: -262px;
}
#sort_modal .content .title{
    height: 34px;
    background-color: #eeeeee;
    text-align: left;
    line-height: 35px;
    font-size: 16px;
    padding-left: 15px;
    border-bottom: 1px solid #e2e2e2;
}
#sort_modal .content .title .close{
    width: 36px;
    display: inline-block;
    float: right;
    height: 36px;
    background-image: url(/upload/svg/cancel.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
}
#sort_modal .content .title .close:active{
    background-color: #fff;
}
#sort_modal .content ul{
    margin: 0;
    padding: 0;

}
#sort_modal .content ul li{
    list-style: none;
    line-height: 46px;
    height: 46px;
    border-bottom: 1px solid #e2e2e2;
    padding: 0 15px;
    font-size: 16px;
    position: relative;
}
#sort_modal .content ul li.active{
    color: #74cc2d;
}
#sort_modal .content ul li.active:after{
    background-image: url(/upload/svg/checked.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center;
    position: absolute;
    right: 10px;
    content: "";
    display: block;
    width: 18px;
    height: 46px;
    top: 0;
}
.row-filter{
    overflow: auto;
    height: 100vh;
}
/* End */


/* Start:/bitrix/templates/retailmobile/components/bitrix/catalog.smart.filter/.default/style.css?1749719816130*/
.bx-filter-popup-result{
    display: none !important;
}
.btn-fixed{
    position: fixed;
    bottom: 0;
    width: 100%;
}
/* End */


/* Start:/bitrix/templates/retailmobile/components/bitrix/catalog/catalog-list-products/bitrix/catalog.section.list/.default/style.css?17497198157305*/
/* line */
.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-repeat: no-repeat;
	-webkit-background-size:contain;
			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{
	-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;
}

/* text */
.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;
	line-height: 14px;
}
.bx_catalog_text .bx_catalog_text_title a{
	color: #4c7da6;
	white-space: nowrap;
	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{
		-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;
	}
	
/* tile */

.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;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			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-repeat: no-repeat;
	-webkit-background-size:contain;
			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;}




/*2*/
@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;}
}
/*3*/
@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 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(4n+1){clear: both;}
}
/*4*/
@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(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{
		-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;
	}
	
/* list */

.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;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
	margin-bottom: 10px;
}
.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{
		-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:/bitrix/templates/retailmobile/components/bitrix/system.pagenavigation/round/style.css?17497198163060*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #74cc2d;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev,
.bx-pagination .bx-pagination-container ul li.bx-pag-next{
    display: none;
}

/* End */
/* /bitrix/templates/retailmobile/components/bitrix/catalog/catalog-list-products/style.css?17497198169698 */
/* /bitrix/templates/retailmobile/components/bitrix/catalog.smart.filter/.default/style.css?1749719816130 */
/* /bitrix/templates/retailmobile/components/bitrix/catalog/catalog-list-products/bitrix/catalog.section.list/.default/style.css?17497198157305 */
/* /bitrix/templates/retailmobile/components/bitrix/system.pagenavigation/round/style.css?17497198163060 */
