

/* Start:/local/templates/perm_shop/components/bitrix/news.list/homepage_banners_perm/style.css?16748183503208*/
.banners-slider {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    overflow-x: auto;
    scrollbar-width: thin;
}

.banners-slider:not(:last-child) {
    margin-bottom: 30px;
}

@media(min-width: 1200px) {
    .banners-slider:not(:last-child) {
        margin-bottom: 60px;
    }
}

.banners-slider__slide {
    max-width: 520px;
    min-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

.banners-slider.slick-initialized {
    overflow: hidden;
}

.banners-slider.slick-initialized .banners-slider__slide {
    min-width: 0;
    max-width: 100%;
}

.banners-slider .slick-arrow {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
    height: 40px;
    width: 40px;
    z-index: 1;
}

.banners-slider .slick-arrow svg {
    fill: #9E9E9E;
    height: 16px;
    width: 16px;
}

.banners-slider .slick-prev {
    left: 10px;
}

.banners-slider .slick-next {
    right: 10px;
}

@media(min-width: 768px) {
    .banners-slider .slick-prev {
        left: -10px;
    }

    .banners-slider .slick-next {
        right: -10px;
    }
}

.small-banner {
    border-radius: 8px;
    color: #fff;
    display: block;
    min-height: 220px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    z-index: 1;
}

/*@media(min-width: 1200px) {
  .small-banner {
    max-width: 500px;
  }
}*/
a.small-banner img {
    transform: scale(1);
    transition: transform 0.3s;
}

a.small-banner:hover img {
    transform: scale(1.02);
}

.small-banner.bg-green {
    background-color: #6BC95B;
}

.small-banner.bg-red {
    background-color: #c94623;
}

.small-banner.bg-blue {
    background-color: #5BB5C9;
}

.small-banner.bg-lightgreen {
    background-color: #3ED7A0;
}

.small-banner img {
    border-radius: 8px;
    display: block;
    height: 220px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.small-banner__inner {
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: 0;
    position: absolute;
    padding: 20px 24px;
    right: 0;
    top: 0;
    z-index: 1;
}

.small-banner__title {
    display: block;
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.bg-red .small-banner__title {
    font-size: 28px;
}

@media(min-width: 1900px) {
    .small-banner__title {
        font-size: 40px;
    }
}

.small-banner__title small {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: none;
}

.small-banner__title .color-green {
    color: #106F00
}

.small-banner__title .color-blue {
    color: #006980
}

.small-banner__title .color-lightgreen {
    color: #008A58
}

.small-banner__text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857;
    margin-top: auto;
}

.small-banner__text.color-green {
    color: #106F00
}

.small-banner__text.color-blue {
    color: #006980
}

.small-banner__text.color-lightgreen {
    color: #008A58
}
/* End */


/* 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?175379422013228*/
/* FILTER LAYOUT */

#smartfilter-form {
    width: 100%;
    padding-left: 20px;
    display: flex;
    align-items: center;
}

#catalog-filter-wrapper {
    flex-grow: 1;
}

.filter-btn {
    display: none;
}

.active {
    display: block !important;
}

#sort-dropdown {
    width: 100%;
}

.sort-select {
    min-width: 240px;
    border-bottom: 1px solid #eee;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
    font-weight: normal;
}

.sort-select span {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dropdown-select__item {
    cursor: pointer;
    border-bottom: 1px solid #eee;
    padding: 10px;
    background-color: #fcfcfc;
}

.dropdown-select__item:last-child {
    border-bottom: none;
}

.dropdown-select__item:hover {
    background-color: #ffe6e6;
    color: #3c3c3c;
}

#catalog-filter {
    display: flex;
    flex-direction: row;
    padding: 25px;
    /*border: 1px solid #eee;*/
    margin-bottom: 0 !important;
    font-size: 14px !important;
    flex-wrap: wrap;
    z-index: 99990;
    position: sticky;
    left: 0;
    top: 0;
    background-color: #fff;
}

.bx-filter-checked-wrapper {
    flex-basis: 100%;
    padding: 0 !important;
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
}

.bx-filter-checked-block {
    display: flex;
    gap: 20px;
    /*padding: 0px 10px 0px 10px;*/
}

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

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

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

.bx-filter-controls-block {
    margin-left: auto;
    border-left: 1px solid #eee;
}

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

.bx-filter-prop {
    display: inline-block;
}
.bx-filter-parameters-box-title {
    transition: 0.2s;
    /*padding-bottom: 7px;*/
    /*background-color: #fcfcfc;*/
    border: 1px solid #eaeaea;
    border-radius: 7px;
    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;
}

#del_filter {
    text-decoration: underline dotted !important;
    margin: 0px 10px !important;
}

.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;
}

.bx-filter-controls-block {
    display: flex;
    align-items: center;
}

@media (max-width: 820px) {
    #catalog-filter {
        padding: 0px 0px 20px 0px !important;
        justify-content: space-between;
    }
    #catalog-filter-wrapper {
        position: fixed;
        padding: 0px;
        z-index: 999999;
        width: 100vw;
        height: 100dvh;
        overflow-y: auto;
        background: #fff;
        left: -100%;
        top: 0;
        transition: 0.2s;
    }
    .filter-btn {
        display: block !important;
        cursor: pointer;
        border: 1px solid #eaeaea;
        border-radius: 6px;
        padding: 5px 10px 5px 10px;
    }
    #smartfilter-form {
        display: block !important;
        padding: 15px !important;
    }
    .bx-filter-prop {
        width: 100%;
    }
    .bx-filter-parameters-box-title {
        font-size: 18px;
        border-radius: 0px;
        border: 0px;
        border-bottom: 1px solid #eee;
        padding: 10px;
    }
    .bx-filter-controls-block {
        position: sticky;
        bottom: 0;
        left: 0;
        width: 100%;
        align-content: center;
        justify-content: space-around;
        height: 15vh;
        margin: 0px;
        border: 0px;
        background: #fff !important;
        gap: 15px;
        z-index: 99999999999;
    }
    .bx-filter-controls-block div {
        flex-grow: 1;
    }
    #modef {
        display: flex !important;
        height: 40px;
        padding: 6px 12px;
        border: 1px solid #eee;
        border-radius: 6px;
        align-items: center;
        justify-content: center;
    }
    #del_filter {
        width: 100%;
        height: 40px;
        border: 1px solid #eee;
        border-radius: 6px;
        margin: 0px !important;
    }
    .filter-checked-label {
        border-radius: 6px;
        text-decoration: none;
        border: 1px solid #eaeaea;
        padding: 5px 10px 5px 10px;
    }
    .bx-filter-checked-wrapper {
        display: flex;
        margin-top: 10px !important;
    }
}

/* 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;
}

@media (max-width: 820px) {
    .bx-filter-block:not(#sort-dropdown) {
        position: relative;
        background-color: transparent;
        border: none;
        overflow-y: hidden;
        max-height: none;
    }
}

/* 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;
}

.price-filtered-label {
    text-transform: lowercase;
}

/* CHECKBOXES */

.catalog-filter-values-wrapper {
    padding: 0 !important;
}

.checkbox-icon, .radio-icon {
    border-radius: 6px !important;
}

/* 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;
}

.inputs-wrapper input {
    padding: 5px 0 5px 5px !important;
    height: auto !important;
    border-radius: 0px !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/news.list/homepage_banners_perm/style.css?16748183503208 */
/* /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?175379422013228 */
