

/* Start:/local/templates/donballon_braind/resource/css/DBFilter.css?175619049918743*/
.db-filter.catalog__filter{
    padding-right: 0;
}
.db-filter.catalog__filter {
    display: block;
}
.db-filter, .db-filter *{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    box-sizing: border-box;
}
.db-filter .db-item,
.db-filter .db-item .db-title,
.db-filter .db-item .db-title>span
{
    display: block;
    position: relative;
}
.db-filter .db-item{
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 16px;
    overflow: hidden;
}
.db-filter .db-item.disabled{
    display: none;
}
.db-filter .db-item .db-title{
    margin-bottom: 12px;
}
.db-filter .db-item .db-title>span{
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: -0.03em;
    color: #423C5A;
    padding-right: 39px;
}
.db-filter .db-item .db-title>.db-all
{
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    translate: 0 -50%;
    font-weight: 600;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #00A6FF;
    padding-right: 16px;
    cursor: pointer;
}
.db-filter .db-item .db-title>.db-all.disabled{
    display: none;
}
.db-filter .db-item .db-title>.db-all:after{
    content: '';
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.19316 4.19737C6.45235 3.93586 6.87445 3.93398 7.13596 4.19316L8.31128 5.35804C8.32033 5.367 8.32935 5.37594 8.33834 5.38486C8.78393 5.82646 9.15804 6.19722 9.42524 6.52995C9.70629 6.8799 9.92338 7.25174 9.98139 7.70682C10.0062 7.9015 10.0062 8.0985 9.98139 8.29318C9.92338 8.74826 9.70629 9.1201 9.42524 9.47005C9.15804 9.80277 8.78394 10.1735 8.33835 10.6151L7.13596 11.8068C6.87445 12.066 6.45235 12.0641 6.19316 11.8026C5.93398 11.5411 5.93586 11.119 6.19737 10.8598L7.37268 9.69496C7.85246 9.21944 8.17157 8.90175 8.38566 8.63517C8.5913 8.37911 8.6446 8.23565 8.65876 8.1246C8.6693 8.04186 8.6693 7.95814 8.65876 7.8754C8.6446 7.76436 8.5913 7.62089 8.38566 7.36483C8.17157 7.09825 7.85246 6.78056 7.37268 6.30504L6.19737 5.14017C5.93586 4.88098 5.93398 4.45888 6.19316 4.19737Z" fill="%2300A6FF"/></svg>');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    translate: 0 -50%;
    width: 16px;
    height: 16px;
    transition: 0.3s;
}
.db-filter .db-item .db-title>.db-all.active:after{
    rotate: 90deg;
}
.db-filter .db-item .db-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 3px;
    margin-bottom: 13px;
    transition: height 0.3s ease;
    overflow: hidden;
    box-sizing: border-box;
    align-items: flex-start; /* Добавляем выравнивание по верху */
    align-content: flex-start; /* Добавляем выравнивание по верху */
}
.db-filter .db-item .db-list .db-value {
    position: relative;
    margin: 0;
    white-space: nowrap;
    padding: 6px 12px;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: -0.03em;
    color: #423C5A;
    background: #F2F2F2;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.3s;
    flex-shrink: 0; /* Предотвращаем сжатие элементов */
}
.db-filter .db-item .kc-range {
    margin-bottom: 16px;
}
.db-filter .db-item .db-radio {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 24px;
    background-color: #D2D0D7;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.db-filter .db-item .db-radio:before{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 2px;
    top: 2px;
    background: #FFFFFF;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    transition: left 0.3s;
}
.db-filter .db-item .db-radio.active{
    background-color: #00A6FF;
}
.db-filter .db-item .db-radio.active:before{
    left: calc(100% - 22px);
}
.db-filter .db-item .db-list .db-value.red{
    color: #FF3746;
}
.db-filter .db-item .db-list .db-value.disabled{
    display: none;
    opacity: 0;
}
.db-filter .db-item .db-color-list{
    display: flex;
    flex-wrap: wrap;
    margin-right: -3px;
    margin-left: -3px;
    margin-bottom: 16px;
}
.db-filter .db-item .db-color-list .db-value{
    position: relative;
    flex: 0 0 auto;
    width: 25%;
    max-width: 25%;
    padding-right: 3px;
    padding-left: 3px;
    margin-bottom: 6px;
    cursor: pointer;
}
.db-filter-go {
    display: inline-block;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    letter-spacing: -0.03em;
    white-space: nowrap;
    color: #FFFFFF;
    padding: 0 5px;
    background: #00A6FF;
    box-shadow: 0 2px 20px rgba(81, 81, 81, 0.25);
    border-radius: 40px;
    width: 100%;
    max-width: 280px;
    z-index: 3;
    overflow: hidden;
}
.db-filter-go.disabled{
    display: none;
    filter: grayscale(100%);
}
.db-value.filter-off,
.db-radio.filter-off
{
    opacity: 0.3;
    pointer-events: none;
}
/* Состояние загрузки */
.db-filter-go.load {
    font-size: 0;
    color: transparent;
    pointer-events: none;
}

/* Спиннер */
.db-filter-go.load::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
}

/* Анимация спиннера */
@keyframes spin {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.db-filter .db-btn-list{
    display: block;
    position: relative;
    text-align: center;
}
.db-filter .db-item .db-color-list .db-value i{
    display: none;
    position: absolute;
    width: 19px;
    line-height: 19px;
    background: #00A6FF;
    border-radius: 20px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: -0.03em;
    right: 4px;
    top: 0;
    text-align: center;
}
.db-filter .db-item .db-color-list .db-value.active i{
    display: block;
}
.db-filter .db-item .db-color-list .db-value>.img{
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    margin: 0 auto 4px auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 140%;
}
.db-filter .db-item .db-color-list .db-value>.img.border{
    border: 1px solid #D2D0D7;
}
.db-filter .db-item .db-color-list .db-value>span{
    display: block;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    text-align: center;
    letter-spacing: -0.03em;
    color: #423C5A;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: auto;
}
.db-filter .db-item .db-color-list-full{
    display: block;
    position: absolute;
    width: 100%;
    background-color: #fff;
    z-index: 1;
}
.db-filter .db-item .db-list.db-img-item .db-value{
    line-height: 20px;
    white-space: nowrap;
    padding: 10px 14px 10px 32px;
    border-radius: 8px;
}
.db-filter .db-item .db-list.db-img-item .db-value>img{
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 8px;
    top: 50%;
    translate: 0 -50%;
    object-fit: contain;
    object-position: center;
}
.db-filter .db-item .db-list.show .db-value.disabled{
    display: block;
}
.db-filter .db-item .db-list.show.visible .db-value.disabled{
    opacity: 1;
}
.db-filter .db-item .db-full-list{
    display: block;
    position: absolute;
    width: 100%;
    background-color: #fff;
    left: 0;
    opacity: 0;
    z-index: 1;
    max-height: 499px;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.db-filter .db-item .db-full-list.show{
    pointer-events: auto;
    opacity: 1;
}
.db-filter .db-item .db-full-list>.db-scroll{
    display: block;
    position: relative;
    overflow: auto;
    max-height: 458px;
}
/* Полностью убираем стрелки во всех браузерах */
.db-filter .db-item .db-full-list>.db-scroll {
    /* Для Firefox */
    scrollbar-width: thin;
    scrollbar-color: #e0e0e0 transparent;

    /* Для IE/Edge */
    -ms-overflow-style: none;
}

/* Для Chrome/Safari */
.db-filter .db-item .db-full-list>.db-scroll::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.db-filter .db-item .db-full-list>.db-scroll::-webkit-scrollbar-track {
    background: transparent;
    margin: 4px 0;
}

.db-filter .db-item .db-full-list>.db-scroll::-webkit-scrollbar-thumb {
    background-color: #e0e0e0;
    border-radius: 4px;
    border: 2px solid transparent;
    background-clip: content-box;
}

/* Ключевое решение - полностью убираем кнопки */
.db-filter .db-item .db-full-list>.db-scroll::-webkit-scrollbar-button {
    display: none;
    height: 0;
    width: 0;
    background: transparent;
    opacity: 0;
    visibility: hidden;
}

/* Дополнительно - убираем угол между скроллбарами */
.db-filter .db-item .db-full-list>.db-scroll::-webkit-scrollbar-corner {
    display: none;
    background: transparent;
}
.db-filter .db-item .db-full-list>.db-scroll>.db-br{
    display: block;
    position: absolute;
    left: 0;
    margin-top: -10px;
    height: 11px;
    width: 100%;
    background-color: #fff;
    z-index: 1;
}
.db-filter .db-item .db-full-list .db-value{
    display: block;
    position: relative;
    padding: 10px 24px 10px 0;
    background-color: #fff;
    border-bottom: 1px solid #F2F2F2;
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #423C5A;
    z-index: 1;
}
.db-filter .db-item .db-full-list .db-value:last-child{
    margin-bottom: -3px;
}
.db-filter .db-item .db-full-list .db-value:before,
.db-filter .db-item .db-full-list .db-value:after
{
    content: '';
    display: block;
    position: absolute;
    right: 2px;
    top: 11px;
    height: 20px;
    width: 20px;
    background: #FFFFFF;
    border: 2px solid #F2F2F2;
    border-radius: 6px;
}
.db-filter .db-item .db-full-list .db-value.active:after{
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.2007 4.8786C11.6149 4.47308 12.277 4.43907 12.732 4.81805C13.187 5.19727 13.2731 5.85496 12.9487 6.33563L12.8784 6.42938L10.3618 9.44989C9.8858 10.0211 9.4514 10.5462 9.04543 10.9128C8.61603 11.3005 8.06383 11.6558 7.33156 11.6559C6.59905 11.6559 6.04621 11.3005 5.61672 10.9128C5.41369 10.7294 5.20365 10.506 4.98488 10.2575L4.30031 9.44989L3.6509 8.67059L3.58058 8.57684C3.25626 8.0962 3.34241 7.43848 3.79738 7.05926C4.25253 6.67997 4.91533 6.71385 5.32961 7.11981L5.40871 7.20575L6.05812 7.98504L6.70265 8.74676C6.87858 8.94727 7.0215 9.09857 7.14992 9.21453C7.23721 9.29335 7.29611 9.3333 7.33058 9.35418C7.36496 9.33345 7.42431 9.29391 7.51222 9.21453C7.76882 8.98283 8.08297 8.6103 8.60402 7.98504L11.1206 4.96453L11.2007 4.8786Z" fill="white"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #00A6FF;
    border: 2px solid #00A6FF;
}
.db-filter .db-search,
.db-filter .db-search>input
{
    display: block;
    position: relative;
    height: 39px;
    line-height: 39px;
}
.db-filter .db-search{
    margin-bottom: 10px;
}
.db-filter .db-search>input{
    width: calc(100% - 2px);
    border: none;
    padding: 0 12px 0 12px;
    background-color: #F2F2F2;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.03em;
    color: #423C5A;
}
.db-full-list .db-value .kc-img-color{
    vertical-align: top;
    margin-right: 5px;
    width: 18px;
    height: 18px;
}
.db-full-list .db-sub-value{
    width: calc(100% + 24px);
}
.db-full-list .db-sub-value>.db-value{
    border-bottom: none !important;
}
.db-filter .db-item .db-full-list .db-value.db-sub-block{
    padding-left: 24px;
}
.db-full-list .db-sub-block i{
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url(/local/templates/donballon_braind/components/bitrix/catalog.smart.filter/.default/img/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px auto;
    left: 0;
    top: 7px;
    transition: 0.3s;
    transform-origin: center;
    cursor: pointer;
}
.db-full-list .db-sub-block i.active{
    transform: rotate(-180deg);
}
.db-filter .db-item .db-full-list .db-value.db-sub-block>.db-sub-value{
    transition: 0.3s height;
}
.db-filter .db-item .db-full-list .db-value.db-sub-block>.db-sub-value{
    overflow: hidden;
    height: 0;
}
.db-filter .db-item .db-full-list .db-value.db-sub-block>.db-sub-value{
    background-color: transparent;
    padding-top: 1px;
}
.db-filter .db-item .db-list>.db-value.active{
    background-color: #00A6FF;
    color: #ffffff;
    padding: 6px 18px 6px 5px;
}
.db-filter .db-item .db-list.db-img-item>.db-value.active{
    background-color: #00A6FF;
    color: #ffffff;
    padding: 10px 18px 10px 28px;
}
.db-filter .db-item .db-list.db-img-item>.db-value.active>img{
    left: 5px;
}
.db-filter .db-item .db-list>.db-value.active>img{
    filter: brightness(0) invert(1);
}
.db-filter .db-item .db-list>.db-value.active:after{
    content: '';
    display: block;
    position: absolute;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    background-image: url(/local/templates/donballon_braind/components/bitrix/catalog.smart.filter/.default/img/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    right: 5px;
    top: 50%;
    translate: 0 -50%;
}
.db-filter .db-item .db-full-list .db-value>span,
.db-filter .db-item .db-full-list .db-value>img{
    cursor: pointer;
}
.db-filter .db-item .db-full-list .db-value.activeSub:before
{
    background-color: #00A6FF;
    border: 2px solid #00A6FF;
}
.db-filter .db-item .db-full-list .db-value.activeSub:after{
    right: 7px;
    top: 16px;
    height: 10px;
    width: 10px;
    background: #FFFFFF;
    border: 2px solid #F2F2F2;
    border-radius: 50%;
}
.db-filter-head{
    display: none;
    position: relative;
    box-sizing: border-box;
    width: calc(100% + 15px);
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 8px;
}
.db-full-list .db-filter-head{
    width: 100%;
}
.db-filter-head *{
    box-sizing: border-box;
}
.db-filter-head>a{
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    translate: 0 -50%;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.03em;
    color: #00A6FF;
    z-index: 1;
}
.db-filter-head>h5{
    display: block;
    position: relative;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 39px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #423C5A;
}
.db-filter-head>.db-close{
    display: block;
    position: absolute;
    right: 4px;
    top: 50%;
    translate: 0 -50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-image: url(/local/templates/donballon_braind/components/bitrix/catalog.smart.filter/.default/img/close_filter.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.db-filter-head>.db-back{
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    translate: 0 -50%;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background-image: url(/local/templates/donballon_braind/components/bitrix/catalog.smart.filter/.default/img/back.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 1;
}
.catalog__mobile-filter-controls{
    display: none !important;
}
@media (max-width: 991px) {
    .db-filter-head{
        display: block;
    }
    .db-filter{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 100%;
        z-index: 9999;
        background-color: #fff;
        padding: 15px 15px 50px 15px;
        overflow-x: hidden;
        overflow-y: auto;
        transition: left 0.3s;
    }
    .db-filter.show{
        left: 0;
    }
    .db-filter.catalog__filter{
        padding-right: 15px;
    }
    .db-filter .db-item .db-full-list{
        position: fixed;
        top: 0;
        left: 100%;
        width: 100%;
        height: 100%;
        padding: 15px;
        max-height: unset;
        opacity: 1;
        transition: left 0.3s;
    }
    .db-filter .db-item .db-full-list>.db-scroll{
        max-height: unset;
        overflow-y: auto;
        overflow-x: hidden;
        height: calc(100% - 34px);
        padding-bottom: 50px;
    }
    .db-filter .db-item .db-full-list{
        z-index: 9;
    }
    .db-filter .db-item .db-full-list.show{
        left: 0;
    }
    .db-filter .db-btn-list{
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 9;
        padding-top: 5px;
        background-color: #fff;
    }
    .catalog__mobile-filter-controls{
        display: block !important;
        margin-bottom: 20px;
    }
    .db-old-section{
        display: none;
    }
    .db-filter-go{
        left: 50% !important;
        translate:-50% 0;
    }
}
/* End */


/* Start:/local/templates/donballon_braind/resource/css/KCRange.css?17531168085086*/
.kc-range{
    white-space: nowrap;
    font-size: 0;
}
.kc-range .kc-number-min,
.kc-range .kc-number-max{
    display: inline-block !important;
    position: relative;
    vertical-align: top;
    width: calc(50% - 5px);
}
.kc-range .kc-number-min{
    margin-right: 5px;
}
.kc-range .kc-number-max{
    margin-left: 5px;
}
.kc-range-line{
    display: block;
    position: relative;
    width: 100%;
    height: 1px;
    margin: 20px 0 20px 0;
    border: 0;
    border-radius: 0;
    background: #d2d0d7;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.kc-range-line>div:nth-child(1),
.kc-range-line>div:nth-child(3){
    display: block;
    position: absolute;
    top: -11px;
    cursor: pointer;
    border: 6px solid #00a6ff;
    border-radius: 100%;
    outline: 0 !important;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 22px;
    height: 22px;
    z-index: 2;
}
.kc-range-line>div:nth-child(1){
    left: 0;
    right: unset;
}
.kc-range-line>div:nth-child(3){
    right: 0;
    left: unset;
}
.kc-range-line>div:nth-child(2){
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    width: 100%;
    transform: translateY(-50%);
    background: #00a6ff;
    z-index: 1;
}
.kc-range .kc-number-min>input,
.kc-range .kc-number-max>input{
    display: block;
    position: relative;
    width: 100%;
    border: none;
    padding: 10px 12px 10px 32px;
    background-color: #F2F2F2;
    border-radius: 8px;
    margin-top: 0 !important;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.03em;
    color: #423C5A;
}
.kc-range .kc-number-min:before{
    content: '';
    background-image: url('data:image/svg+xml,<svg width="14" height="8" viewBox="0 0 14 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.864 7.084C3.208 7.084 2.624 6.944 2.112 6.664C1.6 6.376 1.196 5.984 0.9 5.488C0.604 4.992 0.456 4.428 0.456 3.796C0.456 3.156 0.604 2.592 0.9 2.104C1.196 1.608 1.6 1.22 2.112 0.94C2.624 0.66 3.208 0.52 3.864 0.52C4.528 0.52 5.116 0.66 5.628 0.94C6.148 1.22 6.552 1.604 6.84 2.092C7.136 2.58 7.284 3.148 7.284 3.796C7.284 4.428 7.136 4.992 6.84 5.488C6.552 5.984 6.148 6.376 5.628 6.664C5.116 6.944 4.528 7.084 3.864 7.084ZM3.864 5.8C4.232 5.8 4.56 5.72 4.848 5.56C5.136 5.4 5.36 5.168 5.52 4.864C5.688 4.56 5.772 4.204 5.772 3.796C5.772 3.38 5.688 3.024 5.52 2.728C5.36 2.424 5.136 2.192 4.848 2.032C4.56 1.872 4.236 1.792 3.876 1.792C3.508 1.792 3.18 1.872 2.892 2.032C2.612 2.192 2.388 2.424 2.22 2.728C2.052 3.024 1.968 3.38 1.968 3.796C1.968 4.204 2.052 4.56 2.22 4.864C2.388 5.168 2.612 5.4 2.892 5.56C3.18 5.72 3.504 5.8 3.864 5.8ZM9.50344 7V1.504L9.85144 1.864H7.24744V0.592H13.2474V1.864H10.6554L11.0034 1.504V7H9.50344Z" fill="%23BAB6C3"/></svg>');
}
.kc-range .kc-number-max:before{
    content: '';
    background-image: url('data:image/svg+xml,<svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.4 6.304V1.864H2.94L2.904 2.896C2.888 3.264 2.864 3.62 2.832 3.964C2.8 4.3 2.748 4.612 2.676 4.9C2.604 5.18 2.5 5.412 2.364 5.596C2.228 5.78 2.048 5.9 1.824 5.956L0.336 5.728C0.576 5.728 0.768 5.652 0.912 5.5C1.064 5.34 1.18 5.124 1.26 4.852C1.348 4.572 1.412 4.256 1.452 3.904C1.492 3.544 1.52 3.172 1.536 2.788L1.62 0.592H6.9V6.304H5.4ZM0.108 8.428V5.728H7.848V8.428H6.444V7H1.5V8.428H0.108ZM11.6837 7.084C11.0277 7.084 10.4437 6.944 9.93169 6.664C9.41969 6.376 9.01569 5.984 8.71969 5.488C8.42369 4.992 8.27569 4.428 8.27569 3.796C8.27569 3.156 8.42369 2.592 8.71969 2.104C9.01569 1.608 9.41969 1.22 9.93169 0.94C10.4437 0.66 11.0277 0.52 11.6837 0.52C12.3477 0.52 12.9357 0.66 13.4477 0.94C13.9677 1.22 14.3717 1.604 14.6597 2.092C14.9557 2.58 15.1037 3.148 15.1037 3.796C15.1037 4.428 14.9557 4.992 14.6597 5.488C14.3717 5.984 13.9677 6.376 13.4477 6.664C12.9357 6.944 12.3477 7.084 11.6837 7.084ZM11.6837 5.8C12.0517 5.8 12.3797 5.72 12.6677 5.56C12.9557 5.4 13.1797 5.168 13.3397 4.864C13.5077 4.56 13.5917 4.204 13.5917 3.796C13.5917 3.38 13.5077 3.024 13.3397 2.728C13.1797 2.424 12.9557 2.192 12.6677 2.032C12.3797 1.872 12.0557 1.792 11.6957 1.792C11.3277 1.792 10.9997 1.872 10.7117 2.032C10.4317 2.192 10.2077 2.424 10.0397 2.728C9.87169 3.024 9.78769 3.38 9.78769 3.796C9.78769 4.204 9.87169 4.56 10.0397 4.864C10.2077 5.168 10.4317 5.4 10.7117 5.56C10.9997 5.72 11.3237 5.8 11.6837 5.8Z" fill="%23BAB6C3"/></svg>');
}
.kc-range .kc-number-min:before,
.kc-range .kc-number-max:before{
    left: 10px;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    width: 16px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #BAB6C3;
}
/* End */


/* Start:/local/templates/donballon_braind/components/bitrix/catalog.item/.default/style.css?1756120085498*/
.red {
    color: #ff3645;
}
ul.kc-promo_list{
    display: block;
    position: relative;
    padding-left: 0;
    margin-left: 0;
}
ul.kc-promo_list>li{
    display: block;
    position: relative;
    list-style-type: none;
    padding-left: 10px;
    margin-left: 0;
    font-size: 12px;
}
ul.kc-promo_list>li:before{
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    top: 5px;
    height: 5px;
    left: 0;
    background-color: #4cd596;
    border-radius: 50%;
}
/* End */
/* /local/templates/donballon_braind/resource/css/DBFilter.css?175619049918743 */
/* /local/templates/donballon_braind/resource/css/KCRange.css?17531168085086 */
/* /local/templates/donballon_braind/components/bitrix/catalog.item/.default/style.css?1756120085498 */
