

/* Start:/local/bitrix/templates/.default/components/bitrix/news/projects/bitrix/news.list/projects-vue-2-series/style.css?177755090313844*/
.projects{
    padding-bottom: 4rem;

    font-family: Montserrat, Roboto, "sans-serif";
}
.projects > .row{
    margin-left: -12px;
    margin-right: -12px;
}
.projects > .row > [class*=col] {
    padding-left: 12px;
    padding-right: 12px;
}
.projects__header{
    margin-bottom: 3rem;
}
@media (width < 768px) {
    .projects__header{
        margin-bottom: 1.6rem;
    }
}
.projects.--initializing{
    min-height: 100vh;
}
.projects h1{
    --h1-mb: 0;
    margin-bottom: 0;
}
.projects__top-inputs{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 24px;
    gap: 8px;
}
.projects__top-inputs .btn{
    height: 44px;
    min-width: 44px;
    border-radius: 22rem;
}
.projects__photo-search-link{
    width: 44px;
    height: 44px;
    padding: 4px;
}
@media (max-width: 767px) {
    .btn.projects__photo-search-link {
        margin-left: 0;
    }
}

.projects__search-box{
    flex-grow: 1;
}

@media (max-width: 767px) {
    .projects__search-box.search-box-collapsible{
        --maximized-width: 100%;
    }

}

.projects__none-found{
    border: 0.1rem solid #ebccd1;
    background: #f2dede;
    color: #a94442;
    font-size: 2rem;
    padding: 2rem;
    border-radius: 0.4rem;
}

.projects__grid-selector{
    display: flex;
    flex-flow: row;
    gap: 5px;
    margin-right: auto;

    background-color: var(--accent-10);

    border-radius: 999px;
    padding: 2px;
}
.btn.projects__grid-selector-option{
    width: 40px;
    height: 40px;
    min-width: unset;
    border-radius: 999px;
    padding: 0;

    --button-color: var(--color-brand-primary);
    --button-background: transparent;
}
.btn.projects__grid-selector-option svg{
    width: 20px;
    height: 20px;
}
.projects__grid-selector-option.--active{
    --button-color: white;
    --button-background: #7BA485;
}
@media (hover: hover) {
    .btn.projects__grid-selector-option:hover{
        --button-color: var(--accent-100);
    }
    .btn.projects__grid-selector-option.--active:hover{
        --button-background: var(--accent-100);
        --button-color: white;
    }
}

/*.projects__top-inputs__grid-selector__icon{*/
/*    width: 2rem;*/
/*    height: 2rem;*/

/*    fill: #333333;*/
/*    opacity: 0.3;*/

/*    transition: opacity 0.1s;*/
/*}*/
/*.projects__top-inputs__grid-selector:hover .projects__top-inputs__grid-selector__icon{*/
/*    opacity: 0.5;*/
/*}*/
/*.projects__top-inputs__grid-selector.--active .projects__top-inputs__grid-selector__icon{*/
/*    opacity: 1;*/
/*}*/
/*.projects__top-inputs__grid-selector:focus,*/
/*.projects__top-inputs__grid-selector:active{*/
/*    outline: none;*/
/*}*/

.projects-filter-tags.--has-content{
    margin-bottom: 3.2rem;
}

@media (max-width: 991px) {
    .projects h1{
        /*margin-bottom: 2rem;*/
    }
    .projects__top-inputs{
        justify-content: flex-start;
    }
    .projects .projects-series-list .checkbox-button__button{
        padding: 0.6rem 0.8rem;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .projects .filter__range-slider__fake{
        font-size: 1.6rem;
    }
}

@media (max-width: 767px) {
    .projects__top-inputs{
        flex-wrap: wrap;
        gap: 8px;
    }
    .projects__top-inputs__mobile-toggle{
        white-space: nowrap;
        text-decoration: none;
        height: 5rem;
        line-height: 5rem;
        position: relative;
    }
    .projects__top-inputs__mobile-toggle.--is-modified:after{
        content: '';
        display: block;
        width: 1.2rem;
        height: 1.2rem;
        border-radius: 50%;
        background: var(--color-orange, #C8821C);
        border: 0.2rem solid white;
        right: -0.5rem;
        top: 1.1rem;
        position: absolute;
    }
    .projects__top-inputs__mobile-toggle span{
        color: var(--color-text-default, #333);
        border-bottom: 0.1rem dashed var(--color-link-hover-underline, #A2C037);
    }
    .projects__top-inputs__mobile-toggle svg{
        width: 2rem;
        height: 2rem;
        fill: var(--color-brand-primary);
        margin-left: 0.5rem;
    }
    .projects .sort-dropdown{
        margin-right: -5rem;
        z-index: 0;
    }

    .projects .vue-search-box{
        --height: 4.4rem;
        flex: 50% 1 1;
        margin-left: 0;
        border-radius: 0.8px;
    }
    .projects .vue-search-box.--mobile-visible{
        /*opacity: 1;*/
        /*transform: scaleX(1);*/

    }
    .projects__filters-wrapper{
        height: 0;

        transition: height 0.3s;
        overflow: hidden;
    }

    .radio-2{
        margin-bottom: 1.5rem ;
    }
}

/*@media (min-width: 1200px) {*/
/*    .projects__filters-wrapper{*/
/*        flex: 0 0 297px;*/
/*        max-width: 297px;*/
/*    }*/
/*}*/

.projects-fade-active{
    transition: opacity 200ms;
}
.projects-fade{
    opacity: 0;
}
.projects-fade-to{
    opacity: 1;
}


.projects__bottom-seo-text{
    margin-top: 4rem;
}
.projects__bottom-seo-text h2{
    text-align: left;
    line-height: 1.15;
}
.projects__bottom-seo-text h3{
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-size: 2.4rem;
    line-height: 1.35;
}
.projects__bottom-seo-text h4{
    margin-top: 4rem;
}
.projects__bottom-seo-text h3:not(:first-child) {
    margin-top: 4rem;
}
.projects__bottom-seo-text p + p,
.projects__bottom-seo-text ul + p,
.projects__bottom-seo-text ol + p,
.projects__bottom-seo-text p + ol,
.projects__bottom-seo-text p + ul{
    margin-top: 1.5rem;
}
.projects__bottom-seo-text strong{
    font-weight: 700;
}

.projects__bottom-seo-text p,
.projects__bottom-seo-text ol,
.projects__bottom-seo-text ul,
.projects__bottom-seo-text h2,
.projects__bottom-seo-text h3,
.projects__bottom-seo-text h4{

}
.projects__bottom-seo-text ol,
.projects__bottom-seo-text ul{
    line-height: 1.5;
}
.projects__bottom-seo-text ul,
.projects__bottom-seo-text ol,
.projects__bottom-seo-text ol > li{
    padding-left: 1.5rem;
}
.projects__bottom-seo-text ol ul{
    padding-left: 2.5rem;
}
.projects__bottom-seo-text ol > li + li,
.projects__bottom-seo-text ul > li + li{
    margin-top: 1.5rem;
}
.projects__bottom-seo-text ol > li p + p,
.projects__bottom-seo-text ul > li p + p{
    margin-top: 0.5rem;
}

.projects__toggle-sort{
    padding: 0;
}
.projects__toggle-sort.--is-modified::after{
    content: '';

    width: 1rem;
    height: 1rem;
    border-radius: 999px;
    border: 1px solid white;
    background-color: var(--secondary-500);

    position: absolute;
    left: calc(1em + -0.4rem);
    top: calc(50% - 1.3rem);
}

.projects-lead-magnet{
    width: 100%;
    border-radius: 2rem;

    background-color: rgba(243, 246, 244, 1);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;

    height: 49.6rem;

    padding: 1.6rem 0.8rem 1.6rem 0.8rem;
    display: flex;
    flex-flow: column;

    margin-top: 1.6rem;
    text-align: center;
}
.projects-lead-magnet h2{
    font-size: 2.8rem;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 0.8rem;
}
.projects-lead-magnet p{
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 2.4rem;
}
@media (min-width: 992px) {
    .projects-lead-magnet{
        height: unset;
        text-align: left;
        padding: 2.5rem 43.8rem 2.5rem 5rem;
        background-position: right center;
    }
    .projects-lead-magnet h2{
        font-size: 3.2rem;
    }
}

.projects__filters-wrapper{
    align-self: stretch;
    position: relative;
}
.projects.--filters-detached .projects__filters-detachable{
    position: fixed;
    top: var(--header-height);
}
.projects.--filters-bottom .projects__filters-detachable{
    position: absolute;
    bottom: 0;
}


/*.projects__filters-promo .btn.btn-ghost{*/
/*    --button-color: var(--promo-color);*/
/*    --button-hover-color: var(--color-brand-primary);*/
/*}*/

/*.projects__filters-promo__title{*/
/*    margin-top: auto;*/
/*    --h3-size: 26px;*/
/*    --h3-mb: 8px;*/
/*    --header-weight: 800;*/
/*}*/
/*.projects__filters-promo__labels{*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*}*/
/*.projects__filters-promo__special{*/
/*    background-color: rgba(255, 255, 255, 0.10);*/
/*    padding: 0px 12px;*/

/*    height: 32px;*/

/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    gap: 6px;*/

/*    border-radius: 999px;*/
/*}*/
/*.projects__filters-promo__special svg{*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    stroke: var(--promo-color);*/
/*}*/

/*.projects__filters-promo__labels .btn{*/
/*    width: 44px;*/
/*    height: 44px;*/
/*    padding: 0;*/
/*    border-radius: 22px;*/
/*}*/
/*.fixprice-promo{*/
/*    --promo-color: #402C00;*/
/*    background-image: linear-gradient(180deg, #FFF7E4 0%, #FFEBBF 20.67%, #FFEBBF 80.29%, #FFF7E4 100%);*/
/*}*/
/*.fixprice-promo .projects__filters-promo__special{*/
/*    background: rgba(64, 44, 0, 0.10);*/
/*}*/
/*.fixprice-promo .btn.btn-ghost{*/
/*    --button-hover-background: #402C00;*/
/*    --button-hover-color: white;*/
/*}*/
/*.roof-promo{*/
/*    --promo-color: white;*/
/*}*/

/*@media (hover: hover) {*/
/*    .projects__filters-promo:hover{*/
/*        color: var(--promo-color);*/
/*    }*/
/*    .projects__filters-promo:hover .btn.btn-ghost{*/
/*        color: var(--button-hover-color);*/
/*        fill: var(--button-hover-color);*/
/*        background-color: var(--button-hover-background);*/
/*    }*/
/*}*/

.projects__filters-toggle__placeholder{
    margin-top: 30px;
    margin-bottom: 20px;
}
.projects__filters-toggle{
    left: calc(50% - 125px);
    width: 250px;
    box-shadow: 0 16px 40px 0 rgba(0, 0, 0, 0.10);
}
.projects__filters-toggle.--detached{
    position: fixed;
    bottom: 31px;
}
.projects__filters-toggle.--detached.--offset {
    bottom: 80px;
}
@media (min-width: 440px) {
    .projects__filters-toggle.--detached{
        bottom: 34px;
    }
    .projects__filters-toggle.--detached.--offset{
        bottom: 94px;
    }
}
@media (max-width: 767px) {
    .projects-filter__bottom-panel{
        padding-bottom: 0;
    }
    .projects-filter__bottom-panel .bottom-popup__header h3{
        width: 255px;
        margin-bottom: 8px;
    }
    .projects-filter__bottom-panel .bottom-popup__footer{
        position: fixed;
        bottom: 20px;
        width: calc(100% - 32px);
    }
    .projects-filter__bottom-panel .row > .col-12:last-child{
        padding-bottom: 80px;
    }
}

#promo-fixprice-form .gwd__modal-form__header{
    --h3-size: 28px;
    --h3-mb: 16px;
    --header-weight: 700;

    text-align: left;

    color: #4A4F4B;
}
#promo-fixprice-form .gwd__modal-form__upper-text{
    text-align: left;
}
#promo-fixprice-form h5{
    --h5-size: 16px;
    --h5-mb: 24px;
    --header-height: 700;
}
#promo-fixprice-form p+p{
    margin-top: 16px;
}
.projects__presets{
    margin-bottom: 16px;
}
.projects__presets-wrapper{
    display: flex;
    flex-flow: row nowrap;
    gap: 8px;
}
.projects__presets .btn{
    --button-color: #252726!important;
    font-size: 12px;
    font-weight: 500;
}
@media (max-width: 768px) {
    .projects__presets{
        overflow-x: scroll;
        margin-left: -15px;
        margin-right: -15px;
        padding-bottom: 10px;
        margin-bottom: 6px;
    }
    .projects__presets-wrapper{
        padding-left: 15px;
        padding-right: 15px;
        width: fit-content;
    }
}
@media (min-width: 768px) {
    .projects__presets{
        margin-bottom: 20px;
    }
    .projects__presets-wrapper{
        flex-flow: row wrap;
    }
    .projects__presets .btn{
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .projects__results-wrapper{
        display: flex;
        flex-flow: column;
    }
    .projects__results-wrapper > *{
        order: 3;
    }
    .projects__presets{
        order: 2;
    }
    .projects__top-inputs{
        margin-bottom: 20px;
    }
}

.fixprice-promo-m{
    border-radius: 24px;
    background-image:
            url(https://www.gwd.ru/upload/medialibrary/813/813fe7774b50f9203a8ba1bef223876b.png),
            linear-gradient(180deg, #FFF7E4 0%, #FFEBBF 20.67%, #FFEBBF 80.29%, #FFF7E4 100%);
    background-size: contain, 100% 100%;
    background-position: center right, center;
    background-repeat: no-repeat;

    position: relative;

    display: flex;
    flex-flow: column;
    gap: 12px;

    font-size: 12px;
    line-height: 1.5;

    padding: 16px 24px;

    margin-bottom: 16px;
}
.fixprice-promo-m .badge {
    height: 23px;

    border-radius: 999px;
    background-color: rgba(64, 44, 0, 0.10);

    width: fit-content;

    font-weight: 500;
    color: #402C00;

    padding-left: 9px;
    padding-right: 9px;

    display: flex;
    align-items: center;
    gap: 4px;
}
.fixprice-promo-m .badge svg{
    width: 16px;
    height: 16px;
}
.fixprice-promo-m h3{
    --h3-size: 20px;
    --header-weight: 800;
    --h3-mb: 0;
    color: #402C00;
    line-height: normal;
}
.fixprice-promo-m p{
    margin: 0;
}

.fixprice-promo-m .btn{
    --button-color: #402C00;

    position: absolute;

    top: 8px;
    right: 12px;

    background-color: transparent;

    width: 44px;
    height: 44px;

    border-radius: 999px;
    padding: 0;

    display: flex;
    align-items: center;
    justify-content: center;
}

.individual-collections{
    margin-bottom: 24px;
}

.individual-collections__list{
    display: flex;
    flex-flow: row nowrap;
    gap: 16px;

}
@media (max-width: 991px) {
    .individual-collections{
        margin-bottom: 20px;
    }
    .individual-collections__scroller{
        overflow-x: scroll;

        margin-left: -15px;
        margin-right: -15px;
    }
    .individual-collections__list{
        width: fit-content;
        padding-left: 15px;
        padding-right: 15px;
    }
    .individual-collections__list > *{
        flex-shrink: 0;
    }
}
/* End */


/* Start:/local/css/elements/v2024/btn.outline-brand.css?1758718697236*/
.btn.btn-outline-brand{
    --button-color: var(--accent-500);
    --button-background: var(--white-a10);
    --button-hover-background: var(--accent-a25);
    border: 0.1rem solid var(--button-color);
}
.btn.btn-outline-brand:hover{

}
/* End */


/* Start:/local/include-areas/projects/promo-scary/style.css?17806674381442*/
.scary-promo-wide{
    background-color: #FFEDEB;

    width: 100%;
    display: flex;
    flex-flow: column;

    padding: 16px 20px;
    border-radius: 24px;
}

.scary-promo-wide__badge{
    width: 40px;
    height: 40px;
    border-radius: 999px;

    background-color: #FFDAD6;
    display: flex;
    justify-content: center;
    align-items: center;

    margin-bottom: 16px;
}

.scary-promo-wide__title{
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
    color: #7D000D;
    margin-bottom: 0;
}
.scary-promo-wide__appeal{
    line-height: 1.3;
    margin-top: 8px;
}
.scary-promo-wide__btn{
    --button-background: #930011;
    --button-color: white;
    --button-hover-background: #7d000d;

    font-size: 14px;
    font-weight: 500;

    width: 100%;

    line-height: 24px;
    padding: 12px 16px;

    margin-top: 24px;
}

@media (min-width: 991px) {
    .scary-promo-wide{
        flex-flow: row;
        align-items: center;

        padding: 20px 24px;
    }
    .scary-promo-wide__main{
        position: relative;
        padding-left: 56px;
        margin-right: auto;
    }

    .scary-promo-wide__badge{
        position: absolute;
        top: 0;
        left: 0;
    }

    .scary-promo-wide__title{
        font-size: 20px;

    }

    .scary-promo-wide__appeal{
        font-size: 14px;
    }

    .scary-promo-wide__btn{
        width: 187px;
        margin-left: 40px;
        margin-top: 0;
    }
}
/* End */


/* Start:/local/components/vue/form/checkboxes/checkbox-4/style.css?1765539875687*/
.checkbox-4{
    position: relative;
    cursor: pointer;

    display: flex;
    align-items: center;
    gap: 4px;

    font-size: 14px;
    margin: 0;
}
.checkbox-4 input{
    display: none;
}

.checkbox-4__box{
    width: 20px;
    height: 20px;
}
.checkbox-4__box.--hover{
    display: none;
}
.checkbox-4__box.--checked{
    display: none;
}

.checkbox-4 input:checked ~ .checkbox-4__box{
    display: none;
}
.checkbox-4 input:checked ~ .checkbox-4__box.--checked{
    display: inline;
}
.checkbox-4:hover .checkbox-4__box:not(.--hover){
    display: none!important;
}
.checkbox-4:hover .checkbox-4__box.--hover{
    display: inline;
}

.checkbox-4.--disabled{
    opacity: 0.5;
}
/* End */


/* Start:/local/js/vendor/libs/nouislider/nouislider.min.css?17459244214294*/
/*! nouislider - 14.5.0 - 5/11/2020 */
.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;right:0;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;transform-style:flat}.noUi-connect{height:100%;width:100%}.noUi-origin{height:10%;width:10%}.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left:0;right:auto}.noUi-vertical .noUi-origin{width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}.noUi-touch-area{height:100%;width:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:transform .3s;transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;right:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;right:-6px;top:-17px}.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left:-17px;right:auto}.noUi-target{background:#FAFAFA;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-connects{border-radius:3px}.noUi-connect{background:#3FB8AF}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-sub{background:#AAA}.noUi-marker-large{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);padding-left:25px}.noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0,50%);transform:translate(0,50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:120%}.noUi-horizontal .noUi-origin>.noUi-tooltip{-webkit-transform:translate(50%,0);transform:translate(50%,0);left:auto;bottom:10px}.noUi-vertical .noUi-origin>.noUi-tooltip{-webkit-transform:translate(0,-18px);transform:translate(0,-18px);top:auto;right:28px}
/* End */


/* Start:/local/components/vue/form/double-range-slider-4/style.css?17655398752815*/
.range-slider-4{
    --border-radius: 999px;
    --handle-size: 2.4rem;
    --handle-circle-size: 12px;
    --input-hover-bg: #dcdcdc;
    --bar-height: 1px;


    --handle-circle-offset: calc(50% - var(--handle-circle-size) / 2);

    width: 100%;
    display: flex;
    flex-flow: row;
    position: relative;
    padding-bottom: 2.8rem;
}
.range-slider-4__clear{
    position: absolute;
    font-size: 14px;
    right: 0;
    bottom: 75px;
    color: #333;
    cursor: pointer;
}
.range-slider-4__clear:hover {
    color: #333;
    text-decoration: none;
}
.range-slider-4__fake{
    flex-basis: calc(50% - 1px);

    height: 36px;
    background: white;
    color: var(--neutral-950);
    font-size: 14px;
    font-weight: normal;
    min-width: 0;
    padding-left: 12px;

    border: 1px solid var(--neutral-25);
    border-radius: var(--border-radius);
}
.range-slider-4__fake:hover{
    background-color: #f5f5f5;
}
.range-slider-4__fake:focus{
    outline: none;
    background-color: white;
    border-color: #c9c9c9;
}
.range-slider-4__fake--left{
    margin-right: 4px;
    padding-left: 15px;
    text-align: left;
}
.range-slider-4__fake--right{
    padding-right: 15px;
    text-align: right;
}
.range-slider-4__range{
    position: absolute;
    bottom: 1.2rem;
    left: 0;
    width: 100%;
    border: none;
    padding: 0;
}
.range-slider-4__range.noUi-horizontal{
    height: var(--bar-height);
}
.range-slider-4__range.noUi-target{
    background: rgba(0, 0, 0, 0.03);
    box-shadow: none;
}
.range-slider-4__range .noUi-connects{
    margin: 0;
    width: 100%;
    background-image: none;
}
.range-slider-4__range .noUi-connect{
    background-color: var(--color-brand-primary);
}
.range-slider-4__range .noUi-handle{
    width: var(--handle-size);
    height: var(--handle-size);
    background: none;
    border: none;
    top: -12px;
    box-shadow: none;
    cursor: e-resize;

    position: absolute;
}
.range-slider-4__range .noUi-handle.noUi-handle-lower{
    right: calc(-1 * var(--handle-size) / 2 - var(--handle-circle-size) / 2 + 1px);

}
.range-slider-4__range .noUi-handle.noUi-handle-upper{
    right: calc(-1 * var(--handle-circle-size) / 2 - 1px);
}
.range-slider-4__range .noUi-handle::before{
    content: '';
    display: block;

    width: var(--handle-circle-size);
    height: var(--handle-circle-size);
    border-radius: 9999px;

    border: 1px solid var(--color-brand-primary);
    background: white;

    position: absolute;
    top: var(--handle-circle-offset);
    left: var(--handle-circle-offset);
}
.range-slider-4__range .noUi-handle:hover::before{
    background-color: var(--accent-25);
}
.range-slider-4__range .noUi-handle:active::before{
    background-color: var(--color-brand-primary);
}
.range-slider-4__range .noUi-handle:after{
    content: none;
}
/* End */


/* Start:/local/components/vue/form/double-range-input/style.css?1765539875843*/
.double-range-input{
    --units: '';

    display: flex;
    flex-flow: row nowrap;
    gap: 8px;

    font-size: 14px;
}
.double-range-input__side{
    flex: 1 1 50%;
    position: relative;
}
.double-range-input .form-control{
    min-width: unset;

    padding-left: 32px;
    padding-right: 32px;

    height: 36px;

    background-color: white;
    border: 1px solid var(--neutral-25);
}

.double-range-input__side::before{
    position: absolute;
    left: 12px;
    top: 8px;
    line-height: 20px;

    color: var(--neutral-925);
}
.double-range-input__side.--left::before{
    content: 'от';
}
.double-range-input__side.--right::before{
    content: 'до';
}

.double-range-input__side::after{
    content: var(--units);
    position: absolute;
    right: 12px;
    top: 8px;
    line-height: 20px;
    color: var(--neutral-600)
}
/* End */


/* Start:/local/css/elements/v2024/btn.white.css?1776685396341*/
.btn.btn-white{
    --button-color: var(--color-brand-primary);
    --button-background: white;
    --button-hover-background: var(--bs-primary-bg-subtle, #E7FFF1);
}

.btn.btn-white.active{
    --button-background: var(--color-brand-primary);
    --button-color: white;
    --button-hover-background: var(--bs-primary-bg-subtle, #E7FFF1);
}
/* End */


/* Start:/local/components/vue/form/checkboxes/checkbox-button-3/style.css?1765539875159*/
.checkbox-button-3 input{
    display: none;
}
.checkbox-button-3 .btn{
    /*border-radius: 999px*/
}

.checkbox-button-3.--disabled .btn{
    opacity: 0.5;
}
/* End */


/* Start:/local/components/vue/projects/list/projects-filter-3/style.css?17695888853601*/
.projects-filter-3{
    background-color: var(--accent-10);
    border-radius: 24px;
    padding: 16px;

    font-family: Montserrat, Roboto, "sans-serif";

    max-height: calc(100vh - var(--header-height));
    overflow-y: auto;

    scrollbar-width: thin;
}
.projects-filter-3::-webkit-scrollbar{
    width: 3px;
}
.projects-filter-3::-webkit-scrollbar-track{
    padding: 16px 0;
    width: 3px;
    background-color: transparent;
}
.projects-filter-3::-webkit-scrollbar-button{
    height: 24px;
}
.projects-filter-3::-webkit-scrollbar-thumb{
    width: 3px;
    background-color: var(--accent-25);
    border-radius: 99px;
}

.projects-filter-3 .form-group__fields .btn{
    --button-color: #252726;
    padding: 0.6rem 1.2rem;

    font-size: 1.4rem;
    line-height: 20px;
    /*font-weight: 500;*/

    height: 38px;
    min-width: 38px;
}
.projects-filter-3 .control-label{
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 1;

    display: block;
}

.projects-filter-3 .form-group__fields{
    background: white;

    padding: 12px;

    border-radius: 16px;
}
.projects-filter-3 .form-group__fields--checkboxes,
.projects-filter-3 .form-group__fields--buttons{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;

    gap: 12px;
}
/*.projects-filter-3 .form-group__fields--checkboxes label,*/
.projects-filter-3 .form-group__fields--buttons label{
    margin: 0;
}
.projects-filter-3 .form-group__fields--checkboxes{
    flex-flow: column;
}
.projects-filter-3 .form-group__fields--buttons{
    gap: 6px;
}
.projects-filter-3 .form-group__fields--buttons.--sm .btn{
    height: 32px;
    font-size: 12px;
    padding: 7px 10px;
    line-height: 16.5px;
}
.projects-filter-3  .form-group{
    margin-bottom: 0;
}
.projects-filter-3  .form-group + .form-group{
    margin-top: 16px;
}
.projects-filter-3 .checkbox-3{
    width: 100%;
}
.projects-filter-3__individual{
    height: unset;
}
.projects-filter-3__bottom-buttons{
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
}

.projects-filter-3__clear{
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;

    border-radius: 0;

    font-weight: 500;

    --button-hover-background: var(--button-background);
}

.projects-filter-3__separator{
    margin-top: 0.7rem;
    margin-bottom: 1.2rem;

    height: 0.1rem;
    width: 100%;

    background-color: var(--neutral-10);
}

.projects-filter-3 .btn.range-slider-preset-2{
    height: 32px;
    min-width: 32px;

    font-size: 12px;

    padding-left: 8px;
    padding-right: 8px;

    letter-spacing: -0.3px;
}
.projects-filter-3__series{
    padding-left: 24px;
    margin-top: -4px;

    width: 100%;
}
.projects-filter-3__series-toggle{
    cursor: pointer;
    text-decoration: none;

    font-size: 14px;

    display: flex;
    width: 100%;

    color: var(--color-text-default);
}
.projects-filter-3__series-list{
    display: flex;
    flex-flow: column;
    gap: 12px;

    position: relative;
}
.projects-filter-3 .caret{
    width: 14px;
    height: 14px;
}
.projects-filter-3__series-toggle .caret{
    margin-left: auto;
}
.projects-filter-3__series-reset{
    width: 100%;
}
.projects-filter-3__series-list a{
    position: absolute;
    top: -3px;
    right: -6px;

    display: flex;
    justify-content: center;
    align-items: center;

    width: 24px;
    height: 24px;

    transform: scaleY(-1);

    cursor: pointer;

    border-radius: 6px;
}
@media (hover: hover) {
    .projects-filter-3__series-list a:hover{
        background: #f2f2f2;
    }
}
/* End */


/* Start:/local/components/vue/projects/list/projects-list-item-2/style.css?17712312907045*/
/*.projects-list-item-2__wrapper{*/
/*    height: 100%;*/
/*}*/
.projects-list-item-2{
    border-radius: 24px;
    overflow: hidden;


    display: block;

    text-decoration: none;
    color: white;

    position: relative;
    width: 100%;
    height: 100%;
}
.projects-list-item-2:hover{
    text-decoration: none;
    color: white;
}

.projects-list-item-2__bg{
    position: absolute;
    display: block;

    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    object-fit: cover;
    object-position: center;
}
.projects-list-item-2__content{
    position: absolute;

    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    display: flex;
    flex-flow: column;

    padding: 16px 20px 24px;

    /*background: linear-gradient(0deg, #000 -16.67%, rgba(0, 0, 0, 0.00) 80.47%);*/
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.00) 47.6%, rgba(0, 0, 0, 0.00) 81.25%, rgba(0, 0, 0, 0.10) 100%);


}
.projects-list-item-2__badges{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.projects-list-item-2__badge{
    border-radius: 999px;

    padding: 6px 12px;
    font-size: 12px;
    font-weight: 500;

    height: 26px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.projects-list-item-2__badge svg{
    margin-top: -1px;
    margin-bottom: -1px;
}
.projects-list-item-2__specs{
    display: flex;
    flex-flow: row wrap;
    gap: 4px;
}
.projects-list-item-2__specs > * {
    background-color: var(--black-a700);
    backdrop-filter: blur(6px);
}

.projects-list-item-2__buttons{
    display: flex;
    flex-flow: row nowrap;
    gap: 4px;
}
.projects-list-item-2__buttons > *{
    border: none;

    background-color: white;
    /*backdrop-filter: blur(6px);*/

    color: var(--color-brand-primary);
    fill: var(--color-brand-primary);
}
.projects-list-item-2__buttons > *:first-child{

    width: 26px;
    padding: 0;
    align-items: center;
    justify-content: center;

}
@media(hover: hover) {
    .projects-list-item-2__buttons > *:hover {
        background-color: rgba(255, 255, 255, 0.40);
    }
}
.projects-list-item-2__buttons > *:focus,
.projects-list-item-2__buttons > *:active{
    outline: none;
    border: none;
}
.projects-list-item-2__buttons svg{
    width: 16px;
    height: 16px;
}

.projects-list-item-2__name{
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    margin-top: auto;
    margin-bottom: 0;
    display: flex;
    flex-flow: row wrap;
    gap: 12px;
    align-items: flex-start;
    flex-direction: column;
}

.projects-list-item-2__bottom{
    margin-top: 12px;
    display: flex;
    flex-flow: row;
    align-items: center;
}
.projects-list-item-2__bottom-icon{
    width: 24px;
    height: 24px;
    margin-right: 1.58px;
    fill: white;
}
.projects-list-item-2__bottom-spec{
    font-size: 12px;
    line-height: 1;
    color: white;

    margin-right: 12px;
}
.projects-list-item-2__price{
    margin-left: auto;
    font-size: 18px;
    font-weight: 700;
}

.projects-list-item-2__price.--individual{
    height: 24px;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    font-size: 8px;
}
.projects-list-item-2__project-literal{
    display: block;
    font-size: 20px;
    line-height: 1;
    position: relative;
    /*left: -3px;*/
    font-weight: 800;
}

.projects-list-item-2__promo{
    --bg-color: white;
    --text-color: black;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 6px;
    height: 28px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 500;
    width: fit-content;
    border-radius: 999px;
    color: var(--text-color);
    background-color: var(--bg-color);
    margin-top: 12px;
}
.projects-list-item-2__promo.--red{
    --bg-color: #FFDAD6;
    --text-color: #B62326;
}
.projects-list-item-2__promo.--new{
    --bg-color: #D2D8FB;
    --text-color: #2A2D8E;
}
.projects-list-item-2__promo.--arh{
    --bg-color: #FFE0B9;
    --text-color: #AE5507;
}

.projects-list-item-2__promo.--author{
    --bg-color: #B9EAFF;;
    --text-color: #0741AE;
}
.projects-list-item-2__promo-icon{
    width: 16px;
    height: 16px;
    stroke: var(--text-color);

}
.projects-list-item-2__promo-icon-info{
    width: 16px;
    height: 16px;
    color: #1A1C1B;
    cursor: pointer;
    transition: color 0.2s ease;
}

.tooltip-container {
    position: relative;
    display: inline-block;
    margin-left: 4px;
}

.projects-list-item-2__promo-icon-info:hover {
    color: #1A1C1B;
}

.tooltip-content {
    position: absolute;
    bottom: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%);
    width: 280px;
    padding: 16px 20px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
}

.tooltip-title {
    color: #1A1C1B;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 12px;
}

.tooltip-text {
    color: #1A1C1B;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.tooltip-container:hover .tooltip-content {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.projects-list-item-2__promo.--arh,
.projects-list-item-2__promo.--author {
    cursor: pointer;
    position: relative;
    user-select: none;
}

.projects-list-item-2__promo.--tooltip-active {
    z-index: 10000;
}

.projects-list-item-2__promo {
    position: relative;
}


@media (min-width: 768px) {
    .projects-list-item-2__promo.--arh:hover .tooltip-content,
    .projects-list-item-2__promo.--author:hover .tooltip-content {
        opacity: 1;
        visibility: visible;
        transform: translateX(-50%) translateY(0);
        pointer-events: auto;
    }
    .projects-list-item-2__promo.--arh,
    .projects-list-item-2__promo.--author {
        cursor: default;
    }
    .projects-list-item-2__promo.--arh,
    .projects-list-item-2__promo.--author {
        cursor: default;
    }
}

@media (max-width: 767px) {
    .tooltip-content {
        opacity: 1;
        visibility: visible;
        transform: translateX(-50%) translateY(0);
        pointer-events: auto;
    }
    .projects-list-item-2__promo.--arh,
    .projects-list-item-2__promo.--author {
        cursor: pointer;
    }
    .projects-list-item-2__promo-icon-info {
        opacity: 0.8;
    }

    .projects-list-item-2__promo.--tooltip-active .projects-list-item-2__promo-icon-info {
        opacity: 1;
    }
    .projects-list-item-2__promo.--arh:active,
    .projects-list-item-2__promo.--author:active {
        transform: scale(0.98);
        transition: transform 0.1s ease;
    }
    .projects-list-item-2__promo.--arh:hover,
    .projects-list-item-2__promo.--author:hover {
        background-color: var(--bg-color);
    }
}
/* End */


/* Start:/local/components/vue/projects/list/projects-list-scrollspy-2/style.css?17660627252268*/
.projects-list{
    --gutter: 2rem;
    --half-gutter: calc(var(--gutter) / 2);
}
.projects-list > .row{
    --margin: calc(var(--half-gutter) * -1);
    margin-left: var(--margin);
    margin-right: var(--margin);

    margin-bottom: -1.5rem;
}
.projects-list > .row > [class*=col]{
    padding-left: var(--half-gutter);
    padding-right: var(--half-gutter);

    margin-bottom: 2rem;
}

.projects-list__transition{
    transition: opacity 200ms;
}

.projects-list__text-append{
    background-color: var(--color-background-gray-light-medium, #f2f2f2);
    padding: 2rem 2rem 0;

    height: 100%;
}
.projects-list__text-append > *{
    line-height: 1.2;
}
.projects-list__text-append h4{
    margin-bottom: 1rem;
}
.projects-list__text-append p{
    margin-bottom: 1.5rem;
}

.projects-list-item-2__wrapper{
    height: 300px;
}
@media (min-width: 992px) {
    .projects-list-item-2__wrapper{
        height: 350px;
    }
}

.projects-list .--dummy .projects-list-item-2__wrapper{
    background: #f2f2f2;
    width: 100%;
    border-radius: 24px;
}


.projects__filters-promo.fixprice-promo{
    border-radius: 24px;
    padding: 16px 20px;

    display: flex;
    flex-flow: row;
    align-items: center;
    gap: 32px;

    background: linear-gradient(180deg, #FFF7E4 0%, #FFEBBF 20.67%, #FFEBBF 80.29%, #FFF7E4 100%);

    text-decoration: none;
    color: black;
}
.projects__filters-promo.fixprice-promo:hover{
    text-decoration: none;
    color: black;
}
.fixprice-left{
    font-size: 12px;
    flex-basis: 45%;
    flex-shrink: 1;
    flex-grow: 1;
}
.fixprice-left p + p{
    margin-top: 0;
}
.projects__filters-promo__title{
    --h3-size: 20px;
    --h3-mb: 12px;
    color: #402C00;
    font-weight: 800;
    line-height: normal;
}
.fixprice-center{
    width: 153px;
    flex-grow: 0;
    flex-shrink: 0;
}
.fixprice-right{

    align-self: stretch;


    display: flex;
    flex-flow: column;
    justify-content: space-between;

    flex-basis: 55%;
    flex-shrink: 1;
    flex-grow: 1;

    font-size: 12px;
}
.btn-fixprice{
    --button-background: #402C00;
    --button-color: white;

    margin-top: 16px;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    width: fit-content;
    padding-left: 16px;
    padding-right: 16px;
}
/* End */


/* Start:/local/components/vue/form/checkbox-button/style.css?17459244211743*/
.checkbox-button{
    display: inline-block;
    margin-bottom: 0;
    --button-background-hover: #e5e5e5;

    --button-background-checked: var(--color-green-yellowish, #A2C037);
    --button-color-checked: white;
}
.checkbox-button__input{
    display: none;
}
.checkbox-button__button{
    --button-background: var(--color-background-gray-light-medium, #f2f2f2);
    --button-color: var(--color-text-default, #333);
    display: block;
    background-color: var(--button-background);
    border-radius: 0.4rem;
    padding: 1.2rem 1.5rem;
    font-size: 1.4rem;
    color: var(--button-color);
    height: auto;

    transition: background-color 0.2s, color 0.2s;
}
.checkbox-button:hover:not(.--disabled) .checkbox-button__button,
.checkbox-button:focus:not(.--disabled) .checkbox-button__button{
    --button-background: var(--button-background-hover);
}

.checkbox-button__input:checked ~ .checkbox-button__button,
.checkbox-button.--checked .checkbox-button__button{
    --button-background: var(--button-background-checked);
    --button-color: var(--button-color-checked);
    --button-background-hover: #bcdc44;
    font-weight: 500;
}

.checkbox-button:hover .checkbox-button__input:checked:not(:disabled) ~ .checkbox-button__button,
.checkbox-button:focus .checkbox-button__input:checked:not(:disabled) ~ .checkbox-button__button,
.checkbox-button:hover:not(.--disabled) .checkbox-button.--checked .checkbox-button__button,
.checkbox-button:focus:not(.--disabled) .checkbox-button.--checked .checkbox-button__button{
    --button-background: var(--button-background-checked);
    --button-color: var(--button-color-checked);
    font-weight: 500;
}

.checkbox-button__input:disabled ~ .checkbox-button__button{
    opacity: 0.5;
}

/* End */


/* Start:/local/components/vue/form/dropdown-select/style.css?17766870222721*/
.dropdown-select{
    --bg-current-selection: var(--black-a0);
    --bg-hovered: var(--black-a10);
    --text-color: var(--black-a1000);

    position: relative;

    width: 36rem;
}
.dropdown-select__selection{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;

    height: 48px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;

    background-color: var(--bg-current-selection);
    border-radius: 999px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    color: var(--text-color);
    fill: var(--text-color);

    text-decoration: none;

    transition: background-color 0.1s;

    cursor: pointer;
}
.dropdown-select__selection.--open{
    background-color: var(--bg-hovered);
}
.dropdown-select__icon{
    width: 1.6rem;
    height: 1.6rem;

    margin-right: 0.8rem;
}
.dropdown-select__chevron{
    margin-left: auto;

    width: 1.4rem;
    height: 1.4rem;

    transform: scaleY(1);
    transition: transform 0.1s;
}
.dropdown-select__selection.--open .dropdown-select__chevron{
    transform: scaleY(-1);
}
.dropdown-select__list-collapse{
    position: absolute;

    top: 6rem;
    left: 0;

    width: 100%;
    height: 0;
    max-height: 80rem;

    overflow-y: hidden;
    border-radius: 24px;

    background: white;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.10);

    transition: height 0.2s;

    z-index: 100;
}
.dropdown-select__list-collapse::-webkit-scrollbar{
    width: 0.4rem;
}
.dropdown-select__list-collapse::-webkit-scrollbar-button{
    display: none;
}
.dropdown-select__list-collapse::-webkit-scrollbar-track{
    background-color: var(--black-a10);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.dropdown-select__list-collapse::-webkit-scrollbar-thumb{
    background-color: var(--black-a100);
    border-radius: 0.2rem;
}
.dropdown-select__list{
    padding: 0.8rem;
}
.dropdown-select__option{
    padding: 1.6rem;
    line-height: 2.4rem;
    background-color: white;
    border-radius: 0.4rem;

    color: var(--text-color);

    text-decoration: none;
    display: block;

    cursor: pointer;

    transition: background-color 0.1s;
}
.dropdown-select__option:first-child{
    border-radius: 18px 18px 4px 4px;
}
.dropdown-select__option:last-child{
    border-radius: 4px 4px 18px 18px;
}
.dropdown-select__selection:focus,
.dropdown-select__selection:hover,
.dropdown-select__selection:active,
.dropdown-select__option:focus,
.dropdown-select__option:hover,
.dropdown-select__option:active{
    color: var(--text-color);
}
@media (hover: hover) {
    .dropdown-select__selection:hover,
    .dropdown-select__option:hover{
        background-color: var(--bg-hovered);
    }
}
/* End */


/* Start:/local/components/vue/projects/list/projects-series-list-2/style.css?17695888851001*/
.projects-series-list__buttons{
    display: flex;
    justify-content: flex-end;
}
.projects-series-list__buttons .checkbox-button{
    margin-right: 1rem;
    margin-bottom: 1rem;
    background: none;
    border: none;
    padding: 0;
    display: inline-block;
}
.projects-series-list__buttons .checkbox-button:focus,
.projects-series-list__buttons .checkbox-button:active{
    outline: none;
}
.projects-series__list__section-title{
    margin-top: 3rem;
    font-size: 26px;
    margin-bottom: 6px;
}
.projects-series-list__section:first-child .projects-series__list__section-title{
    margin-top: 0;
}
.projects-series__list__section-description{
    margin-top: 0;
    margin-bottom: 1.3rem;
}
@media (max-width: 767px) {
    .projects-series__list__section-title{
        font-size: 2.4rem;
        margin-bottom: 0.4rem;
    }
    .projects-series__list__section-description{
        font-size: 1.4rem;
    }
    .projects-series-list__buttons .dropdown-select{
        width: 100%;
    }
}
/* End */


/* Start:/local/css/elements/v2024/btn.ghost.css?1765539875343*/
.btn.btn-ghost{
    --button-color: var(--color-brand-primary);
    --button-background: transparent;
    /*--button-hover-background: var(--accent-a10);*/
    --button-hover-background: #f5f5f5;
}
.btn.btn-ghost.active{
    --button-color: white;
    --button-background: var(--color-brand-primary);
    --button-hover-background: #458366;
}

/* End */


/* Start:/local/components/vue/projects/list/projects-filter-modal/style.css?1765539875633*/
.projects-filter-modal__header{
    --h3-size: 28px;
    --header-weight: 600;
    --h3-mb: 0;
}
.projects-filter-modal.projects-filter-3{
    background: transparent;

    width: auto;
    height: unset;
    overflow-y: auto;
    overflow-x: hidden;

    border-radius: 0;

    padding: 0;
}
.projects-filter-modal__header{
    color: var(--color-brand-primary);
}
@media (min-width: 992px) {
    .projects-filter-modal.projects-filter-3{
        width: 900px;
    }
}


.projects-filter-modal.projects-filter-3 .form-group__fields{
    background-color: var(--accent-10);
}

.projects-filter-modal__submit{
    margin-top: 20px;
}

/* End */


/* Start:/local/components/vue/form/base-dropdown/style.css?17459244211535*/
.base-dropdown{
    --base-height: 5rem;
    --option-height: 3rem;
    height: var(--base-height);
    width: fit-content;
    width: -moz-fit-content;

    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.base-dropdown__background{
    position: relative;
    border-radius: 1rem;
    background: #f7f7f7;
    z-index: 10;
}
.base-dropdown__current,
.base-dropdown__option{
    padding-left: 2rem;
    padding-right: 4rem;

    white-space: nowrap;
}
.base-dropdown__current{
    height: var(--base-height);
    line-height: var(--base-height);
    border-radius: 1rem;

    cursor: pointer;
    position: relative;
}
.base-dropdown__caret{
    height: var(--base-height);
    width: 1rem;

    position: absolute;
    right: 1.5rem;
    top: 0;

}
.base-dropdown__list{
    transform-origin: top center;
    height: 0;
    overflow: hidden;
    transition: height 0.15s;
}
.base-dropdown__option{
    display: block;
    text-decoration: none;
    color: #333;
    height: var(--option-height);
    line-height: var(--option-height);
    cursor: pointer;
}
.base-dropdown__list-content-wrapper{
    padding-bottom: 1rem;
}
.base-dropdown.--open .base-dropdown__background{
    box-shadow: 0 3px 5px 0 rgba(0, 1, 5, 0.1);
}
.base-dropdown:hover .base-dropdown__list,
.base-dropdown.--open .base-dropdown__list{
    will-change: height;
}
.base-dropdown__current:hover,
.base-dropdown__option:hover{
    background: #e5e5e5;
}
.base-dropdown__option:hover{
    color: #333;
}
/* End */


/* Start:/local/components/vue/projects/list/sort-dropdown-2/style.css?17655398752194*/
.base-dropdown__option .sort-dropdown-2__option-prefix{
    opacity: 0;
}
.base-dropdown__current .sort-dropdown-2__option-content{
    /*border-bottom: 0.1rem dashed var(--color-link-hover-underline, #A2C037);*/
}
.base-dropdown__current .sort-dropdown-2__option-content:hover {
    /*color: var(--color-green-yellowish, #A2C037);*/
}

.sort-dropdown-2.base-dropdown{
    --base-height: 44px;
}
.sort-dropdown-2 .base-dropdown__background{
    background-color: transparent;
    box-shadow: none;
}
.sort-dropdown-2 .base-dropdown__current{
    background-color: white;
    border: 1px solid var(--neutral-25);
    border-radius: 22px;

    font-size: 14px;
}
.sort-dropdown-2 .base-dropdown__list{
    background: white;
    border-radius: 22px;

    border: 1px solid transparent;
    transition: height 0.15s, border 0.15s;

    margin-top: 8px;
}
.sort-dropdown-2.--open .base-dropdown__background{
    box-shadow: none;
}
.sort-dropdown-2.--open .base-dropdown__list{
    border-color: var(--neutral-25);
}
.sort-dropdown-2 .base-dropdown__list-content-wrapper{
    padding-top: 16px;
    padding-bottom: 16px;
}
.sort-dropdown-2 .base-dropdown__option{
    font-size: 14px;
}
.sort-dropdown-2 .base-dropdown__option.--active{
    font-weight: 500;
}
.sort-dropdown-2 .base-dropdown__option + .base-dropdown__option{
    margin-top: 12px;
}

@media(max-width: 767px){
    .sort-dropdown-2{
        height: unset;
    }
    .sort-dropdown-2__icon{
        width: 2rem;
        height: 2rem;
    }
    .base-dropdown__background{
        background: transparent;
    }
    .sort-dropdown-2 .base-dropdown__option.--active{
        font-weight: 500;
        color: var(--color-brand-primary);
    }
    .sort-dropdown-2 .base-dropdown__option,
    .sort-dropdown-2 .base-dropdown__current{
        padding-right: 0;
        padding-left: 0;
    }
    .sort-dropdown-2 .projects__top-inputs__mobile-toggle svg{
        transform: scaleX(-1);
    }
    .base-dropdown__current:hover{
        background: none;
    }
    .base-dropdown.--open .base-dropdown__background{
        box-shadow: none;
    }
    .sort-dropdown-2 .base-dropdown__option:hover{
        background: transparent;
    }
}
/* End */


/* Start:/local/components/vue/projects/list/projects-filter-tags-2/components/projects-filter-tag/style.css?1765539875920*/
.projects-filter-tag{
    border: 0.1rem solid rgb(228, 231, 229);
    padding-left: 1.2rem;
    font-size: 13.5px;

    border-radius: 2.4rem;

    position: relative;

    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    height: 3.8rem;

    flex-shrink: 0;
    flex-grow: 0;
    width: fit-content;

    cursor: pointer;

    background: transparent;
    transition: background 0.15s;
}
.projects-filter-tag__button{
    width: 3.8rem;
    height: 3.8rem;

    border: none;
    background: none;

    position: relative;
}
.projects-filter-tag__icon{
    width: 2.1rem;
    height: 2.1rem;

    fill: var(--accent-500);

    position: absolute;
    top: 0.8rem;
    left: 0.8rem;

    opacity: 1;
    transition: opacity 0.15s;
}
.projects-filter-tag:hover{
    outline: none;
    background: var(--accent-a100);
}
.projects-filter-tag:hover .projects-filter-tag__icon{
    /*opacity: 0.7;*/
}

/* End */


/* Start:/local/components/vue/projects/list/projects-filter-tags-2/style.css?1765539875920*/
.projects-filter-tags{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    gap: 0.8rem;
}
@media (width < 768px) {
    .projects-filter-tags{
        flex-flow: row nowrap;
        overflow-x: auto;
        padding-bottom: 10px;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        margin-left: -1.5rem;
        margin-right: 1.5rem;
        width: calc(100% + 3rem);
    }
    .projects-filter-tags.--has-content{
        margin-bottom: 0.6rem;
    }
}
.projects-filter-tag.clear-all{
    border: none;
    /*border-color: var(--black-a0);*/
    background: var(--black-a0);
    cursor: pointer;

    transition: background 0.15s;
}
.projects-filter-tag.clear-all .projects-filter-tag__icon{
    fill: var(--neutral-925);
}

.projects-filter-tag.clear-all:hover{
    background: #00000018
}

.projects-filter-tag.clear-all:hover .projects-filter-tag__icon{
    opacity: 1;
}
/* End */


/* Start:/local/components/vue/form/radio/radio-2/style.css?1760358879864*/
label.radio-2{
    position: relative;
    min-height: 2.4rem;

    padding-left: 3rem;
    padding-top: 0.3rem;
    cursor: pointer;

    line-height: 1.3;
}
.radio-2 > input{
    display: none;
}
.radio-2__box{
    position: absolute;
    top: 0.4rem;
    left: 0.4rem;

    width: 16px;
    height: 16px;

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 999px;
    border: 1px solid var(--black-a50);
}
.radio-2__box::before{
    content: '';
    /*position: absolute;*/
    /*top: 1px;*/
    /*left: 1px;*/

    display: block;
    width: 12px;
    height: 12px;

    border-radius: 999px;

    background: var(--accent-500);

    transform: scale(0);
    transition: transform 0.15s;
}
.radio-2.--checked{
    color: var(--accent-500);
}
.radio-2 > input:checked + .radio-2__box::before{
    transform: scale(1);
}
/* End */


/* Start:/local/components/vue/projects/list/sort-popup-content/style.css?174592442151*/
.sort-popup-content .radio-2{
    display: block;
}
/* End */


/* Start:/local/components/vue/projects/list/projects-compare-popup-2/style.css?17727819882937*/
.projects-compare-popup-2__placeholder{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;

    display: flex;
    justify-content: flex-start;
}
@media (min-width: 768px) {
    .projects-compare-popup-2__placeholder{
        justify-content: center;
    }
}

.projects-compare-popup-2__detachable{
    --top-position-offset: 100px;
    position: relative;
    display: flex;
    flex-flow: row;
    justify-content: center;
    gap: 12px;
}
@media (max-width: 767px) {

    .projects-compare-popup-2__detachable{
        justify-content: flex-start;
        width: calc(100% - 30px - (100% - 30px - 250px)/2);
    }
}
.projects-compare-popup-2__detachable.--detached{
    position: fixed;
    bottom: 30px;
}
.projects-compare-popup-2__detachable.--on-top{
    position: absolute;
    top: var(--top-position-offset);
}
@media (min-width: 440px) {
    .projects-compare-popup-2__detachable.--detached{
        bottom: 35px;
    }
}
.projects-compare-popup-2__go{
    --button-background: var(--color-brand-primary);
    --button-color: white;
    --button-hover-background: var(--color-brand-primary-light);

    border-radius: 999px;
}
/*@media (max-width: 767px) {*/
    .projects-compare-popup-2__go{
        padding-left: 70px;
        justify-content: space-between;
        width: 100%;
    }
/*}*/
.projects-compare-popup-2__clear{
    --button-color: white;
    --button-background: rgba(255, 255, 255, 0.20);

    border-radius: 999px;
    width: 40px;
    height: 40px;
    padding: 0;
}
/*@media (max-width: 767px) {*/
    .projects-compare-popup-2__clear{
        position: absolute;
        top: 2px;
        left: 2px;
    }
/*}*/
@media (min-width: 768px) {
    .projects-compare-popup-2__go{
        padding-left: 55px;
    }
    /*.projects-compare-popup-2__go{*/
    /*    height: 44px;*/
    /*    padding-top: 2px;*/
    /*    padding-bottom: 2px;*/
    /*    padding-right: 2px;*/

    /*    --button-background: white;*/
    /*    --button-color: var(--accent-400);*/
    /*    --button-hover-background: white;*/

    /*    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);*/
    /*}*/
    /*.projects-compare-popup-2__arrow{*/
    /*    width: 40px!important;*/
    /*    height: 40px!important;*/
    /*    margin-right: 0!important;*/

    /*    padding: 5px;*/

    /*    flex-shrink: 0;*/

    /*    background-color: var(--accent-400);*/
    /*    border-radius: 999px;*/

    /*    fill: white;*/
    /*}*/
    /*.projects-compare-popup-2__go:hover .projects-compare-popup-2__arrow{*/
    /*    background-color: var(--accent-300);*/
    /*}*/

    /*.projects-compare-popup-2__clear{*/
    /*    --button-background: white;*/
    /*    --button-color: var(--accent-400);*/
    /*    --button-hover-color: white;*/
    /*    --button-hover-background: var(--accent-400);*/

    /*    width: 44px;*/
    /*    height: 44px;*/

    /*    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);*/
    /*}*/
}


/* End */


/* Start:/local/components/vue/projects/list/individual-collection/style.css?17778843531289*/
.individual-collection{
    background-color: #386753;

    border-radius: 12px;

    color: white;
    text-decoration: none;

    height: 125px;
    width: 190px;

    padding: 16px 20px;

    display: flex;
    flex-flow: column;

    justify-content: space-between;

    background-image: url('/local/components/vue/projects/list/individual-collection/bg.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom -15px left;

    cursor: pointer;
}
@media (min-width: 992px) {
    .individual-collection{
        width: 234px;
        height: 105px;
    }
}
.individual-collection.active{
    background-color: #223E32;
    color: white;
}
@media (hover: hover) {
    .individual-collection:hover{
        background-color: #223E32;
        color: white;
    }
}

.individual-collection__header{
    font-size: 16px;
    --h3-size: 16px;
    --h3-mb: 0;
    font-weight: 500;
}

.individual-collection__count{
    font-size: 16px;
    font-weight: 400;
    opacity: 0.6;
}

@media (min-width: 992px) {
    .individual-collection{
        padding: 12px;
    }
    .individual-collection__header{
        font-size: 14px;
        --h3-size: 14px;
        --h3-lh: 1.1;
    }
    .individual-collection__count{
        font-size: 14px;
    }
}
/* End */


/* Start:/local/components/vue/misc/bottom-popup-panel/style.css?17751178702910*/
.bottom-popup{
    position: fixed;

    width: 100vw;

    bottom: 0;
    left: 0;
    z-index: 1000000;

    display: flex;
    flex-flow: column;

    padding: 16px;
    gap: 8px;

    transform: translateY(100%);

    border-radius: 24px 24px 0 0;

    background: white;
}
@media (min-width: 768px) {
    .bottom-popup{
        padding: 24px;
        gap: 12px;
    }
}
@media (min-width: 992px) {
    .bottom-popup{
        padding: 40px;
        gap: 20px;
    }
}
@media (hover: none) {
    .bottom-popup{
        padding-top: 30px;
    }
    .bottom-popup__handle{
        width: 10rem;
        height: 3rem;

        position: absolute;
        padding-top: 0.8rem;
        top: 0;
        display: flex;
        justify-content: center;
        left: calc(50% - 5rem);
    }
    .bottom-popup__handle::before{
        content: '';
        display: block;

        width: 7.7rem;
        height: 4px;
        border-radius: 999px;

        background-color: var(--black-a25);
    }
}
@media (hover: hover) {
    .bottom-popup__handle{
        display: none;
    }
}
@media (min-width: 992px) {
    .bottom-popup{
        width: fit-content;
        left: calc(50% - 450px);
        bottom: unset;

        border-radius: 24px;
    }
}
.bottom-popup.--transition{
    transition: transform 0.15s;
}
.bottom-popup__header{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;

    position: relative;

    flex-shrink: 0;
}
.bottom-popup__name{
    font-weight: 500;
    font-size: 1.8rem;
    margin-bottom: 0;
}

.bottom-popup__scroller{
    /*background: white;*/
    overflow-y: auto;
    overflow-x: hidden;

    flex-shrink: 1;
    flex-grow: 1;

}

.bottom-popup__footer{
    display: flex;
    flex-flow: column;
    gap: 1.2rem;
}
@media (min-width: 768px) {
    .bottom-popup__footer{
        flex-flow: row;
    }
}
@media (max-width: 767px) {
    .bottom-popup__footer .btn {
        width: 100%;
    }
}
.bottom-popup__close{
    border: none;
    background: none;
    padding: 0;
    width: 3.2rem;
    height: 3.2rem;

    position: absolute;
    right: 0;
    top: -50px;

    fill: white;
}
.bottom-popup__close > * {
    width: 2rem;
    height: 2rem;
}
.bottom-popup__background{
    display: none;

    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    background: rgba(0, 0, 0, 0.50);
    backdrop-filter: blur(4px);

    opacity: 0;

    transition: opacity 0.15s;
    z-index: 100000;
}

body.--stages-gallery .bottom-popup.--stage-gallery-popup{
    z-index: 100000;
}

body.--stages-gallery .bottom-popup__background.--stage-gallery-popup-bg{
    z-index: 99999;
    backdrop-filter: blur(4px);
}

.fancybox-container,
.fancybox__container{
    z-index: 2147483647 !important;
}

body.--filters-open{
    overflow: hidden;
}

body.--filters-open .mob_contact{
    display: none!important;
}
/* End */


/* Start:/local/components/vue/form/search-box-2/style.css?17703848121511*/
.search-box-2{
    --height: 44px;
    --width: 216px;
    --input-bg: white;
    --input-bg-hover: #e3e3e3;
    --border-color: #c2c8c3;
    --border-radius: 22px;
    --button-width: var(--height);

    position: relative;
    width: var(--width);
}
.search-box-2__input{
    height: var(--height);
    width: 100%;
    background-color: var(--input-bg);

    padding-left: 20px;
    padding-right: var(--button-width);

    font-size: 14px;
    /*max-height: 4.4rem;*/
    border-radius: var(--border-radius);
    border: 1px solid var(--border-color);

    transition: background 0.2s;
}
@media (max-width: 767px) {
    .search-box-2__input{
        max-height: 4.4rem;
    }
}
.search-box-2__input:hover{
    background: var(--input-bg-hover);
}
.search-box-2__input:focus{
    outline: none;
}
.search-box-2__button{
    position: absolute;
    top: -0.1rem;
    right: 6px;
    padding: 0;

    height: var(--height);
    width: var(--button-width);

    background: none;
    border: none;
}
.search-box-2__icon{
    height: 24px;
    width: 24px;

    fill: rgba(51, 51, 51, 0.3);

    transition: fill 0.2s;
}
.search-box-2__close{
    width: 3rem;
    height: 3rem;
    border: 0.2rem solid white;
    background: #dcdcdc;
    color: #aaa;
    font-size: 1.6rem;
    line-height: 2rem;
    border-radius: 50%;
    position: absolute;
    right: -1rem;
    top: -1rem;
}
.search-box-2__button:focus{
    outline: none;
}
.search-box-2__button:hover .search-box-2__icon:last-child{
    fill: #b0b0b0;
}
/* End */
/* /local/bitrix/templates/.default/components/bitrix/news/projects/bitrix/news.list/projects-vue-2-series/style.css?177755090313844 */
/* /local/css/elements/v2024/btn.outline-brand.css?1758718697236 */
/* /local/include-areas/projects/promo-scary/style.css?17806674381442 */
/* /local/components/vue/form/checkboxes/checkbox-4/style.css?1765539875687 */
/* /local/js/vendor/libs/nouislider/nouislider.min.css?17459244214294 */
/* /local/components/vue/form/double-range-slider-4/style.css?17655398752815 */
/* /local/components/vue/form/double-range-input/style.css?1765539875843 */
/* /local/css/elements/v2024/btn.white.css?1776685396341 */
/* /local/components/vue/form/checkboxes/checkbox-button-3/style.css?1765539875159 */
/* /local/components/vue/projects/list/projects-filter-3/style.css?17695888853601 */
/* /local/components/vue/projects/list/projects-list-item-2/style.css?17712312907045 */
/* /local/components/vue/projects/list/projects-list-scrollspy-2/style.css?17660627252268 */
/* /local/components/vue/form/checkbox-button/style.css?17459244211743 */
/* /local/components/vue/form/dropdown-select/style.css?17766870222721 */
/* /local/components/vue/projects/list/projects-series-list-2/style.css?17695888851001 */
/* /local/css/elements/v2024/btn.ghost.css?1765539875343 */
/* /local/components/vue/projects/list/projects-filter-modal/style.css?1765539875633 */
/* /local/components/vue/form/base-dropdown/style.css?17459244211535 */
/* /local/components/vue/projects/list/sort-dropdown-2/style.css?17655398752194 */
/* /local/components/vue/projects/list/projects-filter-tags-2/components/projects-filter-tag/style.css?1765539875920 */
/* /local/components/vue/projects/list/projects-filter-tags-2/style.css?1765539875920 */
/* /local/components/vue/form/radio/radio-2/style.css?1760358879864 */
/* /local/components/vue/projects/list/sort-popup-content/style.css?174592442151 */
/* /local/components/vue/projects/list/projects-compare-popup-2/style.css?17727819882937 */
/* /local/components/vue/projects/list/individual-collection/style.css?17778843531289 */
/* /local/components/vue/misc/bottom-popup-panel/style.css?17751178702910 */
/* /local/components/vue/form/search-box-2/style.css?17703848121511 */
