

/* Start:/local/templates/adapt/components/bitrix/catalog.smart.filter/.default/style.css?17609052015759*/
.filter-item, .filter-b {
    padding-left: 25px !important;
    padding-right: 25px !important;
}
.filtren .title {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.smartfilter .filtren, .smartfilter .vieweditems {
	background: none repeat scroll 0 0;
}
.smartfilter .filtren {
	background: none repeat scroll 0 0;
	position: relative;
	border: solid 1px #CCCCCC;
	border-radius: 5px;
	padding-top: 10px;
}

.smartfilter .disabled {
	color: #9b9b9b !important;
	text-shadow: none !important;
}

.smartfilter .del_filter, .smartfilter .set_filter {
	margin: 5px 0;
	padding: 3px 7px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	border-radius: 4px;
	cursor: pointer;
}

.smartfilter .filtren .showchild {
	border-bottom: 1px dashed #000000;
	color: #000000;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 15px;
	text-decoration: none;
}

.smartfilter .filtren .modef {
	background: none repeat scroll 0 0 white;
	border: 1px solid #CCCCCC;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
	color: #3F3F3F;
	font-size: 13px;
	margin-top: -13px;
	padding: 10px 25px 10px 10px;
	position: absolute;
	left: 176px;
	white-space: nowrap;
	z-index: 1;
}
.smartfilter .filtren .ecke {
	-moz-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	background: none repeat scroll 0 0 #FFFFFF;
	border-right: 1px solid #8BBECB;
	border-top: 1px solid #8BBECB;
	box-shadow: 2px -1px 4px -1px rgba(0, 0, 0, 0.2);
	display: block;
	height: 10px;
	margin-top: -5px;
	position: absolute;
	right: -7px;
	top: 50%;
	width: 10px;
}
.smartfilter .filtren .lvl2 {
	color: #000000;
	font-size: 14px;
	text-shadow: 0 1px 1px #FFFFFF;
	vertical-align: top;
}
.smartfilter .item-range {
    display: inline-block;
    position: relative;
    width: 100px;
}
.smartfilter .item-range::before {
    position: absolute;
    left: 5px;
    top: 0;
    height: 30px;
    color: #ccc;
    line-height: 30px;
}
.item-range-min::before {
    content: "от";
}
.item-range-max::before {
    content: "до";
}
.smartfilter .filtren .max-price, .smartfilter .filtren .min-price {
	border: 1px solid #8CA3AE;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75), 0 3px 6px rgba(215, 215, 215, 0.75) inset;
	display: block;
	height: 27px;
    padding: 4px 4px 4px 30px;
	width: 100px;
}

.filtren > ul {
	margin: 0 !important;
}

.filtren > ul > li {
	margin: 0 !important;
	padding: 5px;
	border-bottom: solid 1px #ccc;
	list-style: none !important;
}

.filtren > ul > li > ul {
	margin: 5px 0 0 0 !important;
	padding: 0 !important;
}

.filtren > ul > li > ul > li > label {
	vertical-align: top;
	padding-left: 4px;
}

#ul_25 > li, #ul_86 > li { display: inline-block; width: 47px; }
#ul_83 > li, #ul_126 > li { display: inline-block; width: 100px; }

.filter-block-left { float: left; padding-right: 20px; }
.smartfilter .filtren .lvl2 { font-size: 12px;}
.smartfilter .filtren input[type="checkbox"] { width: 13px; height: 13px;}

.smartfilter .title {
    font-size: 1.25em;
    font-weight: bold;
    text-transform: uppercase;
}

.filter-block {
    overflow-y: auto;
    max-height: 300px;
}

.filter-block ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.filter-block li {
    position: relative;
    margin: 0;
    padding: 0;
}

.filter-block li > input {
    position: absolute;
    top: 2px;
    left: 0px;
}

.filter-block li > label {
    padding-left: 17px;
}

.filter-block > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.filter-block > ul > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

@media (max-width: 767px) {
    #smart_filter_toggle {
        background: #e20c28;
        text-align: center;
        margin: 15px 0;
        padding: 7px 0;
        color: #fff;
    }
    .smart-filter-block {
        position: fixed;
        z-index: 992;
        top: 0;
        left: 0;
        background: #fff;
        width: 280px;
        height: 100%;
        overflow-y: scroll;
        padding: 50px 15px 30px;
        border-right: solid 2px #fec001;
    }
    .smart-filter-block.active {
        display: block !important;
    }
    .smartfilter .filtren {
        border: none;
    }
    .smart-filter-block.active .modef {
        display: none !important;
        position: fixed;
        width: 100%;
        height: 30px;
        bottom: 0;
        left: 0;
    }
    .smart-filter-block.active .filtren-top {
        position: fixed;
        width: 310px;
        top: 0;
        left: 0;
        margin: 0;
        background: #fec001;
        z-index: 993;
    }
    .smart-filter-block.active .filtren-top .close {
        position: absolute;
        display: block !important;
        font-size: 20px;
        color: #000;
        left: 285px;
        top: 8px;
        cursor: pointer;
    }
    .filtren-bottom {
        display: none;
    }
    .smartfilter .title {
        display: none;
    }
    .row-p-small {
        max-height: 250px;
        overflow-y: auto;
    }
}

@media (max-width: 990px) {
    .smartfilter .filtren .modef {
        display: none !important;
    }
}

.filter-item-one {
    margin-top: 1rem;
    font-size: 14px;
    font-weight: bold;
}
.filter-b-close:after {
    content: "";
    width: 83%;
    height: 100%;
    position: absolute;
    top: 0;
    display: block;
    background: rgb(255 255 255 / 64%);
    background-image: url(/local/templates/adapt/images/load.gif);
    text-align: center;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

/* End */


/* Start:/local/templates/adapt/components/bitrix/system.pagenavigation/visual_new/style.css?17609052013936*/
/* ---- PAGINATION BOTTOM ---- */
.bx_pagination_bottom{
	font-size:11px;
	color: #8d8d8d;
}

.bx_pagination_bottom .bx_pagination_section_one{}
.bx_pagination_bottom .bx_pagination_section_two{
	float: right;
	text-align: right;
}
.bx_pagination_bottom .bx_pg_section{
	height: 30px;
	vertical-align: top;
	line-height: 30px;
	display: inline-block;
}

.bx_pagination_bottom .bx_pagination_select_container{display: inline-block}
.bx_pagination_bottom .bx_pagination_select_container select{
    background: #fff url(/local/templates/adapt/components/bitrix/system.pagenavigation/visual_new/images/select_arrow.png) no-repeat right center;
    border: 1px solid #e0e0e0;
    font-size: 11px;
    height: 22px;
    color: #8d8d8d;
    margin: 2px 20px 2px 10px;
    padding: 1px 25px 3px 5px;
    line-height: 16px;
    resize: none;
    -webkit-appearance: none;
    border-radius: 1px;
    outline: none;
    position: relative;
}

.bx_pagination_bottom .bx_pagination_page{
	white-space: nowrap;
	font-size: 12px;
}
.bx_pagination_bottom .bx_pagination_page ul{
	display: inline-block;
	margin: 0;
	padding: 0;
}
.bx_pagination_bottom .bx_pagination_page li{
	display: inline-block;
	color: #8d8d8d;
	line-height: 22px;
	text-align: center;
	min-width: 22px;
}
.bx_pagination_bottom .bx_pagination_page li a{
	display: block;
	color: #8d8d8d;
	text-decoration: none;
	line-height: 22px;
	min-width: 22px;
	text-align: center;
}
.bx_pagination_bottom .bx_pagination_page li a:hover{color: #555}
.bx_pagination_bottom .bx_pagination_page li.bx_active{
	background: #dbecf4;
	border-radius: 3px;
	box-shadow: inset 0 2px 2px 0 rgba(0,0,0,.1)
}

.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{display: block;}
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col select{margin-right: 5px}


.bx_pagination_bottom .bx_wsnw{white-space: nowrap}




/*1*/
@media (min-width:981px){

}
/*2*/
@media (min-width:640px) and (max-width:980px){

}
/*3*/
@media (min-width:480px) and (max-width:639px) {
	.bx_pagination_bottom .bx_pagination_select_container select{margin-right: 10px;}
}
/*4*/
@media (max-width:479px) {
	.bx_pagination_bottom .bx_pagination_section_one{}
	.bx_pagination_bottom .bx_pagination_section_two{
		float: none;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_select_container{
		width: 47%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
	.bx_pagination_bottom .bx_pagination_select_container select{
		margin-right: 0 !important;
		display: block;
		width: 90%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
	.bx_pagination_bottom .bx_pg_section{
		width: 100%;
		text-align: left;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
	.bx_pagination_bottom .bx_pagination_page{white-space: normal;}	
	.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{width: 100%;text-align: center;height: auto;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_show_col{display: none;}
	.bx_pagination_bottom .bx_pg_text{
		width: 50%;
		display: inline-block;
	}
	.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{display: none;}
}
/*5*/
@media (max-width:320px){
}

	.bx_pagination_bottom .bx_pagination_section_one,
	.bx_pagination_bottom .bx_pagination_section_two,
	.bx_pagination_bottom .bx_pagination_select_container,
	.bx_pagination_bottom .bx_pagination_select_container select,
	.bx_pagination_bottom .bx_pg_section,
	.bx_pagination_bottom .bx_pagination_page,
	.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num,
	.bx_pagination_bottom .bx_pg_section.bx_pg_show_col,
	.bx_pagination_bottom .bx_pg_text,
	.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{
		-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-- PAGINATION ---- */
/* End */


/* Start:/local/templates/adapt/components/bitrix/catalog.section/.default/style.css?1760905201170*/
.print-icons {
	position: absolute;
    right: 27px;
    top: 105px;
    font-size: 20px;
z-index: 10;
}
@media (min-width: 576px) {
	.print-icons {
	    top: 60px;
	}
}

/* End */


/* Start:/local/templates/adapt/components/bitrix/catalog.item/.default/style.css?17609052011661*/
.catalog-item {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 12px 0;
	padding: 1px 6px 6px 6px;
	border: solid 1px #CCCCCC;
	border-radius: 5px;
	font-size: 14px;
	text-decoration: none;
}
.catalog-item:hover {
	border: solid 2px #666666;
	padding: 0 5px 5px 5px;
}
.catalog-item .post {
	height: 34px;
    padding: 5px;
    text-align: center;
	font-size: 13px;
}
.catalog-item .post span {
    background: #96ca5e;
    padding: 1px 2px;
    border-radius: 4px;
}
.catalog-item .title {
	text-align: center;
	height: 50px;
	color: black;
	font-weight: bold;
}
.catalog-item .img-block {
	text-align: center;
	padding: 5px 0;
	height: 160px;
	position: relative;
}
.catalog-item .img-block span {
	display: inline-block;
	position: relative;
}
.catalog-item .img {
	vertical-align: middle;
}

.catalog-item .img-block .sale-banner {
	position: absolute;
	top: 50px;
	left: -9px;
	width: 70px;
	background-color: #f9f02d;
	font-size: 14px;
	font-weight: bold;
	color: #7f8270;
	border-radius: 0 6px 6px 0;
	padding: 3px 7px;
}

.catalog-item .b-compare {
	position: absolute;
	left: 5px;
	bottom: 5px;
}

.catalog-item .props {
	margin-bottom: 10px;
}
.catalog-item .price .new {
	font-size: 25px;
    font-weight: bold;
}
.catalog-item .price .old {
	font-size: 15px;
	text-decoration: line-through;
    color: #f00;
}
@media only screen and (min-width: 767px) and (max-width:1200px ) {
	.catalog-item .price .new {
		font-size: 1rem;
	    font-weight: bold;
	}
	.catalog-item .price .old {
		font-size: 0.6rem;
		text-decoration: line-through;
	}
}
.prop {}
.compare {}
.catalog-item .in-store {
	color: #93b95a;
    font-size: 12px;
}

/* End */
/* /local/templates/adapt/components/bitrix/catalog.smart.filter/.default/style.css?17609052015759 */
/* /local/templates/adapt/components/bitrix/system.pagenavigation/visual_new/style.css?17609052013936 */
/* /local/templates/adapt/components/bitrix/catalog.section/.default/style.css?1760905201170 */
/* /local/templates/adapt/components/bitrix/catalog.item/.default/style.css?17609052011661 */
