

/* Start:/local/templates/perm_shop/components/bitrix/catalog/main/bitrix/catalog.section.list/.default/style.css?16472622701091*/
.sections-list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 40px;
	margin-top: 0;
	padding: 0;
	justify-content: center;
}

.sections-list__item {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	max-width: 260px;
	width: 100%;
}

.sections-list__link {
	border-radius: 8px;
	background-color: #EAEAEA;
	border: 1px solid #EAEAEA;
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.sections-list__link img {
	border-radius: 8px;
	display: block;
	transition: transform 0.3s;
	width: 100%;
}

.sections-list__link:hover img {
	transform: scale(1.02);
}

.sections-list__link-title {
	background-color: #54A321;
	border-radius: 6px;
	bottom: 10px;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	line-height: 2;
	left: 10px;
	max-width: calc(100% - 20px);
	padding: 4px 8px;
	position: absolute;
	top: auto;
	text-transform: uppercase;
	z-index: 1;
}

.sections-list__link-title--active {
	background-color: #c94623;
}

.sections-list__link img.active {
	opacity: 0.3
}
/* End */


/* Start:/local/components/perm_shop/catalog.smart.filter/templates/.default/style.css?17525864859730*/
/* FILTER LAYOUT */

#smartfilter {
    width: 100%;
    min-width: 220px;
    /*display: grid;*/
    /*align-items: baseline;*/
    /*flex-wrap: wrap;*/
    /*gap: 20px;*/
    padding-left: 14px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.catalog-filter {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
    padding: 25px;
    /*border: 1px solid #eee;*/
    margin-bottom: 0 !important;
}

.catalog-filter__item:first-child {
    width: 100%;
    border-bottom: 1px solid #eee;
}

.catalog-filter__item:first-child label {
    max-width: 30%;
}

.catalog-filter__item {
    padding: 10px 0px 10px 0px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 0px !important;
}

.catalog-filter__item .select {
    margin-bottom: 0px !important;
}

.bx-filter-prop {
    display: inline-block;
    height: fit-content;
}

.bx-filter-prop {
    display: inline-block;
}
.bx-filter-parameters-box-title {
    transition: 0.2s;
    font-size: inherit;
    /*padding-bottom: 7px;*/
    background-color: #fcfcfc;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    padding: 5px 10px 5px 10px;
}

.bx-filter-parameters-box-title:hover {
    background-color: #54a321;
    border: 1px solid #54a321;
}

.bx-filter-parameters-box-title:hover span {
    color: #fff;
}

.bx-filter-parameters-box-title span {
    transition: 0.2s;
    font-weight: normal;
    /*color: #54a321;*/
    /*border-bottom: 1px solid transparent;*/
    cursor: pointer;
}

.bx-filter-block {
    display: none;
    -webkit-transition: padding .3s ease;
    -moz-transition: padding .3s ease;
    -ms-transition: padding .3s ease;
    -o-transition: padding .3s ease;
    transition: padding .3s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bx-filter-button-box .bx-filter-block {
    display: block;
}

.bx-filter-parameters-box-container {
    /*padding-bottom: 20px;*/
}
.bx-filter-parameters-box-container .checkbox:first-child {
    margin-top: 0;
}
.bx-filter-parameters-box-container-block {
    font-size: 11px;
    color: #3f3f3f;
}

.bx-filter-button-box {
    display: inline-block;
    float: right;
}

.bx-ios .catalog-filter .bx-filter-input-container input {
    /* Fix of input shadow for IOS browsers. */

    background-image: -webkit-linear-gradient(#ffffff 0%, #ffffff 100%);
    background-image: linear-gradient(#ffffff 0%, #ffffff 100%);
}
.catalog-filter .bx-filter-button-box {
    clear: both;
}

.filter-checked-label {
    cursor: pointer;
    color: #54a321;
    text-decoration: underline;
}

.filter-checked-label:hover {
    color: #407e1f;
}

/* POPUPs */

.bx-filter-block {
    position: absolute;
    z-index: 999999;
    background-color: #fcfcfc;
    border: 1px solid #eee;
    border-radius: 10px;
    max-height: 320px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 !important;
}

.popup-window-content {
    background-color: transparent !important;
}

.bx-active {
    display: block !important;
}

/* DROPDOWN */

.bx-filter-param-label {
    min-height: 20px;
    font-weight: normal;
    cursor: pointer;
    transition: 0.2s;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #eee;
    padding: 10px;
    margin-bottom: 0px !important;
}

.bx-filter-param-label.selected, .bx-filter-param-label:hover {
    transition: 0.2s;
    background-color: #54a321;
    color: #fff;
    font-weight: bold;
    border-color: #54a321;
}

.bx-filter-param-label label.selected, .bx-filter-param-label:hover {
    transition: 0.2s;
    color: #fff;
}

.bx-filter-select-dropdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bx-filter-select-dropdown ul li {
    display: block;
    text-align: left;
    vertical-align: middle;
}

.disabled {
    color: #6c6c6c;
    background: transparent;
    box-shadow: none;
    position: relative;
    pointer-events: none;
}

.disabled::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: transparent;
}

/* CHECKBOXES */

/* PRICES */

.catalog-filter-price-container {
    box-sizing: content-box;
    min-width: 15vw;
    padding: 25px;
}

.bx-ui-slider-track-container {
    padding-top: 35px;
    padding-bottom: 25px;
}
.bx-ui-slider-track {
    position: relative;
    height: 7px;
    /*background: #d8e9f0;/* COLOR */
}
.bx-ui-slider-part {
    position: absolute;
    top: -6px;
    width: 1px;
    height: 17px;
    font-weight: normal !important;
    /*background: #a2bfc7;*/
}

.bx-filter-input-container input {
    font-weight: normal !important;
}

.bx-ui-slider-part.p1 {
    left: -1px;
}
.bx-ui-slider-part.p2 {
    left: 25%;
    display: none;
}
.bx-ui-slider-part.p3 {
    left: 50%;
    display: none;
}
.bx-ui-slider-part.p4 {
    left: 75%;
    display: none;
}
.bx-ui-slider-part.p5 {
    right: -1px;
}
.bx-ui-slider-part span {
    font-size: 11px;
    /*font-weight: bold;*/
    position: absolute;
    top: 25px;
    left: 50%;
    display: block;
    width: 100px;
    margin-left: -50px;
    text-align: center;
    color: #000;
}
.bx-ui-slider-part.p2 span,
.bx-ui-slider-part.p3 span,
.bx-ui-slider-part.p4 span {
    color: #6b8086;
}
.bx-ui-slider-range,
.bx-ui-slider-pricebar,
.bx-ui-slider-pricebar-vd,
.bx-ui-slider-pricebar-vn,
.bx-ui-slider-pricebar-v {
    position: absolute;
    top: 0;
    bottom: 0;
}
/*.catalog-filter .bx-ui-slider-range {*/
/*	z-index: 50;*/
/*}*/
.bx-ui-slider-pricebar {
    z-index: 100;
}
.bx-ui-slider-pricebar-vd {
    z-index: 60;
    background: #849da4;/* COLOR */
}
.bx-ui-slider-pricebar-vn {
    z-index: 70;
    background: #eee;/* COLOR */
}
.bx-ui-slider-pricebar-v {
    z-index: 80;
    background: #54a321;/* COLOR */
}
.bx-ui-slider-handle {
    position: absolute;
    top: 0;
    width: 22px;
    height: 22px;
    border-bottom: none;
    border-radius: 100%;
    border: 1px solid #eaeaea;
    background: #fff;
    z-index: 100;
}

.bx-ui-slider-handle:after {
    content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 100%;
    background: #54a321;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.bx-ui-slider-handle:hover {
    -webkit-cursor: grab;
    -ms-cursor: grab;
    -o-cursor: grab;
    cursor: grab;
}
.bx-ui-slider-handle:active {
    -webkit-cursor: grabbing;
    -ms-cursor: grabbing;
    -o-cursor: grabbing;
    cursor: grabbing;
}
.bx-ui-slider-handle.left {
    left: 0;
    transform: translate(-50%, -50%);
    /* COLOR */
    /*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAArUlEQVQ4y6WSQQ6FMAhEXbjyXwzOpBdx5bXKbYRWLFSJ2m8ysVHfzGA7DH9cuKVfNwwM40ZzZzJlmE3WTjjNfF9Fn2EwMH5pUGYWOJ3w6wZ4wDKz6rUBumQPPxrUmT0IxuxpqxYLQ7MOG5TaHtbk1iza5+VauW5dfdcYSDKcMLkP7wxdA5sMQWV/BkwDTY7mtAfHjpJ/Ihj4DoIgXZ9J+siaimi6rimLgSw87qod+1BRTwMJRYoAAAAASUVORK5CIIA=) no-repeat right top;*/
}
.bx-ui-slider-handle.right {
    right: 0;
    transform: translate(50%, -50%);
    /* COLOR */
}

.catalog-filter-values-wrapper {
    padding: 20px;
}

.catalog-filter-price-input {
    flex-grow: 1;
}

.inputs-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.inputs-wrapper input {
    padding: 5px 0 5px 5px !important;
    height: auto !important;
}

/*
* 	Result Popup
*
*/

.bx-filter .bx-filter-popup-result {
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    z-index: 915;
    display: none;
    line-height: normal;
    margin-top: -7px;
    margin-left: 10px;
    padding: 0 10px;
    white-space: nowrap;
    color: #3f3f3f;
    min-height: 37px;
    line-height: 18px;
    border-style: solid;
    border: 1px solid #C6DCE7;
}
.bx-filter .bx-filter-popup-result.left {
    border-width: 2px 10px 2px 2px;
    -webkit-border-image: url(/local/components/perm_shop/catalog.smart.filter/templates/.default/images/result_popup_left.png) 4 20 4 4 repeat;
    -moz-border-image: url(/local/components/perm_shop/catalog.smart.filter/templates/.default/images/result_popup_left.png) 4 20 4 4 repeat;
    -o-border-image: url(/local/components/perm_shop/catalog.smart.filter/templates/.default/images/result_popup_left.png) 4 20 4 4 repeat;
    border-image: url(/local/components/perm_shop/catalog.smart.filter/templates/.default/images/result_popup_left.png) 4 20 4 4 fill repeat;
}
.bx-filter .bx-filter-popup-result.right {
    border-width: 2px 2px 2px 10px;
    -webkit-border-image: url(/local/components/perm_shop/catalog.smart.filter/templates/.default/images/result_popup_right.png) 4 4 4 20 repeat;
    -moz-border-image: url(/local/components/perm_shop/catalog.smart.filter/templates/.default/images/result_popup_right.png) 4 4 4 20 repeat;
    -o-border-image: url(/local/components/perm_shop/catalog.smart.filter/templates/.default/images/result_popup_right.png) 4 4 4 20 repeat;
    border-image: url(/local/components/perm_shop/catalog.smart.filter/templates/.default/images/result_popup_right.png) 4 4 4 20 fill repeat;
}

.bx-filter .bx-filter-popup-result.right {
    left: 97%;
}
.bx-filter .bx-filter-popup-result.left {
    right:97%;
}
.bx-filter-horizontal .bx-filter-popup-result{
    display: inline-block;
    position: relative;
    left: auto;
    right: auto;
    bottom: -7px;
}
.bx-filter .bx-filter-popup-result a {
    color: #0073a3;
    line-height: 10px;
}
.bx-filter .bx-filter-popup-result a:hover {
    text-decoration: none;
}
.bx-filter .bx-filter-popup-result-close {
    display: none;
}
@media (max-width: 767px) {
    .bx-touch .bx-filter .bx-filter-popup-result {
        font-size: 12px;
        line-height: 14px;
        position: fixed !important;
        z-index: 1001;
        top: auto !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        margin-top: 0;
        margin-left: 0;
        width: auto;
        height: auto;
        padding: 10px;
        border-radius: 2px;
        border: 1px solid #c6dae7;
        background: rgba(255,255,255,.9);
    }
    .bx-touch .bx-filter .bx-filter-popup-result br{display: none;}
    .bx-filter .bx-filter-popup-result .arrow {
        display: none;
    }
}
/* End */
/* /local/templates/perm_shop/components/bitrix/catalog/main/bitrix/catalog.section.list/.default/style.css?16472622701091 */
/* /local/components/perm_shop/catalog.smart.filter/templates/.default/style.css?17525864859730 */
