

/* Start:/local/templates/muzzone/components/bitrix/catalog.smart.filter/smart.mobile.filter/style.css?17727926984786*/
:root {
    --c0: #4F4959;
    --c1: #FBC500;
    --c2: #04B957;
    --c3: #E9F1F4;
    --c4: #4285F4;
    --c5: #D23113;
    --animation1: all .25s ease-out
}


.smart-filter-parameters-box {
    margin-bottom: 20px
}

.smart-filter-parameters-box .bx_filter_block_expanded {
    display: none
}

.smart-filter-parameters-box.bx-active .bx_filter_block_expanded {
    display: block
}

.smart-filter-digits {
    display: flex;
    justify-content: space-between
}

.smart-filter_radio label {
    height: 30px;
    line-height: 30px;
    margin: 0 3px 3px 0;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    padding: 0 12px;
    background: #fff;
    color: var(--c0)
}

.smart-filter_radio input:checked + label {
    background: var(--c0);
    color: #fff
}

.smart-filter_checkbox label {
    display: flex;
    color: var(--c0)
}

.smart-filter_checkbox label span {
    width: calc(100% - 18px);
    padding-left: 7px;
    text-transform: lowercase
}

.smart-filter_checkbox label span:first-letter {
    text-transform: uppercase
}

.smart-filter_checkbox label i {
    width: 17px;
    position: relative;
    bottom: -4px;
    height: 17px;
    background: url(/local/templates/muzzone/components/bitrix/catalog.smart.filter/smart.mobile.filter/images/checkbox2.svg) no-repeat;
    background-position: bottom
}

.smart-filter_checkbox input:checked + label i {
    background-position: top
}

.smart-filter_bottons {
    margin: 10px 0 30px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column
}

@media (max-width: 768px) {
    .smart-filter_bottons {
        margin: 0 15px 15px
    }
}

.smart-filter_bottons input#set_filter {
    background: var(--c4);
    border: 0;
    color: #fff;
    height: 45px
}

.smart-filter_bottons input#del_filter {
    background: 0 0;
    color: #888;
    height: 45px;
    margin-top: 10px;
    border: 0
}

.smart-filter-container-modef {
    position: relative;
    width: 100%;
    display: block;
    clear: both
}

.smart-filter-popup-result {
    position: absolute;
    right: -90%;
    z-index: 1000;
    width: 170px;
    height: 57px;
    line-height: 22px;
    padding: 6px 0 0 20px;
    box-shadow: 0 0 10px #999;
    background: #fff1b2
}

@media (max-width: 768px) {
    .smart-filter-popup-result {
        display: none !important
    }
}

.smart-filter-popup-result a {
    color: var(--c4);
    text-decoration: underline;
    display: block
}

.smart-filter-slider-track-container {
    overflow: hidden;
    padding: 20px 10px 10px
}

.smart-filter-slider-track {
    position: relative;
    height: 2px;
    border: none;
    background: #C3C3C3;
    cursor: pointer;

}

.smart-filter-slider-ruler {
    position: absolute;
    top: -6px;
    width: 1px;
    height: 17px;
    background: #a2bfc7
}

.smart-filter-slider-ruler span {
    position: absolute;
    top: -16px;
    left: 50%;
    display: block;
    margin-left: -50px;
    width: 100px;
    color: #000;
    text-align: center;
    font-size: 11px
}

.smart-filter-slider-range {
    z-index: 50
}

.smart-filter-slider-price-bar, .smart-filter-slider-price-bar-v, .smart-filter-slider-price-bar-vd, .smart-filter-slider-price-bar-vn, .smart-filter-slider-range {
    position: absolute;
    top: 0;
    bottom: 0
}

.smart-filter-slider-price-bar-v {
    background-color: #232323;
}

.smart-filter-slider-handle {
    position: absolute;
    width: 10px;
    z-index: 100;
    height: 10px;
    background-color:  #232323;
    border-radius: 50%;
    border: none;
    box-shadow: none;
    top: -4px;

}

.smart-filter-slider-handle:hover {
    cursor: grab;
    z-index: 110
}

.smart-filter-slider-handle:active {
    cursor: grabbing;
    z-index: 110
}

.smart-filter-slider-handle.left {
    left: 0;
    margin-left: -5px
}

.smart-filter-slider-handle.right {
    right: 0;
    margin-right: -5px
}

.mobile_filter_button {
    display: none
}

@media (max-width: 768px) {
    .mobile_filter_button {
        display: block;
        width: 100%;
        top: 10px;
        background: var(--c0);
        border-radius: 2px;
        color: #fff;
        border: 0;
        height: 45px;
        margin-bottom: 20px
    }

    .mobile_filter_panel {
        position: fixed;
        overflow-y: scroll;
        width: 270px;
        height: 100vh;
        background: var(--c3);
        top: 0;
        left: -270px;
        z-index: 1000;
        transition: var(--animation1)
    }
}

.mobile_filter_panel_show {
    left: 0
}

@media (max-width: 768px) {
    .mobile_filter_panel_over {
        position: fixed;
        transition: var(--animation1);
        width: 100%;
        height: 100vh;
        left: 0;
        top: 0;
        display: none;
        z-index: 900;
        background: rgba(0, 0, 0, .7)
    }

    .mobile_filter_panel_over_show {
        display: block
    }
}
/* End */


/* Start:/local/templates/muzzone/components/bitrix/catalog.section.list/mz_desktop/style.css?17727926982895*/
.catalog-section-list-item { }

.catalog-section-list-item-title {
	overflow: hidden;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	text-overflow: ellipsis;
	font-size: 14px;
	line-height: 20px;
}

.catalog-section-list-item-link {
	vertical-align: middle;
	font-size: 14px;
	line-height: 20px;
}

.catalog-section-list-item-counter {
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
}

.catalog-section-list-item-description { font-size: 13px; }

.catalog-section-list-item-img {
	display: block;
	padding-top: 100%;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-color: #fff;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: 250ms linear all;
}

.catalog-section-list-item-img:hover { border-color: var(--theme-color-primary); }

/* region Line */
.catalog-section-list-line-list {
	padding: 0;
	list-style: none;
}

.catalog-section-list-line-list .catalog-section-list-item {
	display: flex;
	margin-bottom: 15px;
	align-items: flex-start;
}

.catalog-section-list-line-list .catalog-section-list-item-title { text-align: left; }

.catalog-section-list-line-img-container {
	padding-right: 15px;
	min-width: 75px;
	width: 75px;
}

.catalog-section-list-line-list .catalog-section-list-titles {
	margin: 0;
	line-height: 20px;
}

/*endregion*/

/*region Text */
.catalog-section-list-text-list {
	padding: 0;
	list-style: none;
	column-count: 3;
}

.catalog-section-list-text-list .catalog-section-list-item-title { text-align: left; }

@media (max-width: 767px) {
	.catalog-section-list-text-list { column-count: 1; }
}

/*endregion*/

/*region Tile */

.catalog-section-list-tile-list {
	padding: 0;
	list-style: none;
}

.catalog-section-list-tile-img-container { width: 100%; }

/*endregion*/

/* list */

.catalog-section-list-list { margin-bottom: 30px; }

.catalog-section-list-list .catalog-section-list-item {
	padding: 0;
	line-height: 16px;
	display:inline-block;
	padding: 10px 15px 0 15px;
	background: #f5f5f5;
	margin-bottom: 10px;
}

.catalog-section-list-list .catalog-section-list-item:before { content: '' !important }

.catalog-section-list-list-title {
	display: inline-block;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
}

.catalog-section-list-list-link {
	white-space: nowrap;
	font-size: 16px;
	text-decoration: none;
}

.catalog-section-list-list-link:hover { text-decoration: none }

.catalog-section-list-list-title span { font-size: 11px; }

@media (max-width: 639px) {
	.bx-touch .catalog-section-list-list .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .catalog-section-list-list .bx_catalog_line_title a { font-size: 12px; }
}

.catalog-section-list-list-title,
.catalog-section-list-list-link { transition: all 0.3s ease; }
/* End */
/* /local/templates/muzzone/components/bitrix/catalog.smart.filter/smart.mobile.filter/style.css?17727926984786 */
/* /local/templates/muzzone/components/bitrix/catalog.section.list/mz_desktop/style.css?17727926982895 */
