

/* Start:/technology/calculator/style.css?17809149471233*/
.banner1{
    border-radius: 2.4rem;
    background-color:  #f1f1f1;
    padding: 4rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    background-image: url("https://www.gwd.ru/upload/medialibrary/57d/57dff8e17ec3610b33cebb5e423145f9.png");

    background-position: calc(100%) calc(100% + 40px);
    background-repeat: no-repeat;
    height: 410px;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 5rem;
    margin-bottom: 4rem;
}
.banner1 h1{
    font-size: 40px;
}
.banner1 p{
    text-align: left;
    max-width: 60%;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media(max-width: 991px) {
    .banner1 {
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        background-size: 60%;
        justify-content: flex-start;
        padding: 24px;
        height: 350px;
        margin-bottom: 0;
    }

    .banner1 h1 {
        font-size: 30px;
    }

    .banner1 p {
        max-width: 100%;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
}
/* 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/heat-calc/temp-slider/style.css?17809037401059*/
.temp-slider{
    background: white;
    border-radius: 8px;
    padding: 22px 20px 38px;
}
.temp-slider .noUi-target{
    border-radius: 8px;
    height: 14px;

    border: none;
    box-shadow: none;
}
.temp-slider .noUi-connects{
    background-image: linear-gradient(90deg, #A0E1FF 0%, #9BD2FF 30.17%, #FFD993 59.13%, #FF9D9D 100%);
    cursor: pointer;

    width: calc(100% + 16px);
    position: relative;
    left: -8px;

    border-radius: 999px;
    overflow: hidden;
}
.temp-slider .noUi-connect{
    background-color: #F1F1F1;
}
.temp-slider .noUi-pips-horizontal{
    top: -18px;

}
.temp-slider .noUi-value-horizontal{
    top: 35px;
    font-size: 14px;
    color: #252726;
}
.temp-slider .noUi-marker-horizontal.noUi-marker{
    width: 1px;
    height: 30px;
    background: #E4E7E5;
}
.temp-slider .noUi-handle{
    width: 30px;
    height: 30px;
    right: -14px;
    top: -9px;

    border-radius: 999px;
    box-shadow: none;

    cursor: pointer;
}
.temp-slider .noUi-handle::before,
.temp-slider .noUi-handle::after{
    content: none;
}
/* End */


/* Start:/local/components/vue/form/search-select/style.css?1780903740794*/
.search-select{
    position: relative;
}

.search-select__input{
    background-image: url(/local/components/vue/form/search-select/icon.svg);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: right 16px center;

    padding-right: 40px;
}
.search-select__suggestions{
    position: absolute;

    width: 100%;
    background-color: white;
    border-radius: 8px;
    border: 1px solid #AEB3B2;

    left: 0;
    top: 60px;

    padding-top: 8px;
    padding-bottom: 8px;
}

.search-select__suggestion{
    display: block;
    width: 100%;

    color: #252726;
    text-decoration: none;

    font-weight: 500;
    line-height: 32px;

    padding-left: 16px;
    padding-right: 16px;
}
.search-select__suggestion:hover{
    background-color: #f9f9f9;
}
/* End */


/* Start:/local/components/vue/form/radio/radio-button-2/style.css?1779102057651*/
.radio-button-2__input{
    display: none;
}

.radio-button-2{
    display: inline-flex;

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

    text-align: center;

    border: 1px solid #E4E6E5;
    background-color: white;

    padding: 8px 12px;
    line-height: 1.25;

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

    color: #2E3332;

    transition: background-color 0.2s, border-color 0.2s;

    border-radius: 8px;
}

.radio-button-2:not(:disabled) {
    cursor: pointer;
}
.radio-button-2:hover{
    background-color: #B5E5CF;
    border-color: #B5E5CF;
}
.radio-button-2.active{
    background-color: #B5E5CF;
    border-color: #386753;
}
/* End */


/* Start:/local/components/vue/form/radio/radio-2/style.css?17809037401224*/
label.radio-2{

    --box-offset-top: 7px;
    --box-offset-side: 4px;

    --side-padding: 30px;

    position: relative;
    min-height: 2.4rem;

    padding-left: var(--side-padding);
    cursor: pointer;

    line-height: 1.5;
}
.radio-2 > input{
    display: none;
}
.radio-2__box{
    position: absolute;
    top: var(--box-offset-top);
    left: var(--box-offset-side);

    width: 12px;
    height: 12px;

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

    border-radius: 999px;
    border: 1px solid #939997;
}
.radio-2__box::before{
    content: '';

    display: block;
    width: 8px;
    height: 8px;

    border-radius: 999px;

    background: var(--bs-primary, var(--accent-500));

    transform: scale(0);
    transition: transform 0.15s;
}
.radio-2.--checked{
    color: var(--bs-primary, var(--accent-500));
}
.radio-2 > input:checked + .radio-2__box{
    border-color: var(--bs-primary, var(--accent-500));
}
.radio-2 > input:checked + .radio-2__box::before{
    transform: scale(1);
}

.radio-2.right-sided{
    width: 100%;
    padding-right: var(--side-padding);
    padding-left: 0;
}
.radio-2.right-sided .radio-2__box{
    right: var(--box-offset-side);
    left: unset;
}
/* End */


/* Start:/local/components/vue/form/checkboxes/checkbox-4/style.css?1780903740860*/
.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.--disabled{
    opacity: 0.5;
}
@media (hover: hover) {
    .checkbox-4:not(.--disabled):hover .checkbox-4__box:not(.--hover) {
        display: none !important;
    }
    .checkbox-4:not(.--disabled):hover .checkbox-4__box.--hover {
        display: inline;
    }
}



.checkbox-4.right-sided .checkbox-4__box{
    order: 9999;
    margin-left: auto;
}
/* End */


/* Start:/local/components/vue/form/checkboxes/checkbox-brif/style.css?17562198621335*/
.checkbox-right {
    --box-bg: #F8F8F8;
    --box-bg-checked: var(--accent-500);

    position: relative;

    padding-top: 0.6rem;
    padding-bottom: 0.6rem;

    min-height: 2.4rem;
    display: flex;
    align-items: center;
    cursor: pointer;

    width: 100%;
    line-height: 40px;
    border-bottom: 1px solid #f0f5f1;
    margin-bottom: 0!important;
}
.ggg input{
    width: calc(100% - 4rem);
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 2rem;
    margin-bottom: 1.2rem !important;
    background-color: white !important;
}

.checkbox-right input {
    display: none;
}
.counter__btn:focus{
    outline: none!important;
}
.checkbox-right__box {
    display: block;
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 1.5rem;
    right: 2rem;
    border-radius: 0.4rem;
    background: var(--box-bg);
    transition: background-color 0.15s;
}

.checkbox-right__checkmark {
    width: 2.4rem;
    height: 2.4rem;
    opacity: 0;
    fill: white;
    position: absolute;
    top: -0.2rem;
    left: -0.2rem;
    transition: opacity 0.15s;
}

.checkbox-right input:checked + .checkbox-right__box {
    background: var(--box-bg-checked);
}

.checkbox-right input:checked + .checkbox-right__box .checkbox-right__checkmark {
    opacity: 1;
}

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


/* Start:/local/components/vue/heat-calc/heat-calc-main/style.css?17809037408671*/
.hc-main__controls{

}
.hc-main__results{

}
.hc-main__controls > .row{
    padding-top: 16px;
    padding-bottom: 16px;
}
@media (max-width: 991px) {
    .hc-main__controls{
        padding-bottom: 112px;
    }
    .hc-main__results{
        width: 100%;

        position: absolute;
        bottom: 0;
        left: 0;

        transform: translateY(calc(100% - 88px));

        transition: transform 0.25s;
        border-radius: 12px;

        z-index: 10;
    }
    .hc-main__results.--up{
        transform: translateY(0);
    }

    .hc-main__results{
        background: white;
        box-shadow: 0 -1px 15px 0 rgba(0, 0, 0, 0.15);
    }
    #heat-calc .bottom-popup__scroller{
        margin-bottom: -16px;
    }
    .hc-main__results {
        background: white;
        padding: 22px 16px;
    }
}

@media (min-width: 992px) {
    #heat-calc .bottom-popup__scroller{
        display: flex;
        flex-flow: column;
        height: 100%;

    }
    .hc-main{
        display: flex;
        flex-flow: row nowrap;
        align-items: stretch;
        gap: 22px;

        width: 100%;
        height: 100%;
        overflow: hidden;

        /*padding-right: 16px;*/
    }

    .hc-main__controls{
        width: calc(66.66% - 11px);
        overflow-y: scroll;
        overflow-x: hidden;
        padding-bottom: 16px;
    }
    .hc-main__controls > .row{
        background-color: #f1f1f1;

        padding-left: 4px;
        padding-right: 4px;
        margin-left: 0;
        margin-right: 0;

        border-radius: 12px;
    }
    .hc-main__controls::-webkit-scrollbar{
        width: 10px;
        background: transparent;

    }
    .hc-main__controls::-webkit-scrollbar-button{
        background: transparent;
        height: 22px;
    }
    .hc-main__controls::-webkit-scrollbar-thumb{
        background-color: #c6c6c6;
        border-radius: 5px;
    }
    .hc-main__results{
        width: calc(33.33% - 11px);
        max-height: 100%;
        padding-bottom: 16px;
        align-self: flex-start;
    }
    .hc-result__toggle{
        display: none;
    }
}


.calc-label{
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 16px;
}
.calc-label:not(:first-child) {
    margin-top: 24px;
}

.hc-separator{
    border-color: rgba(0, 0, 0, 0.05);
    margin-top: 12px;
    margin-bottom: 12px;
    opacity: 1;
}
.hc-block{
    background-color: #F1F1F1;
    border-radius: 12px;

    padding: 24px;
}
@media (min-width: 992px) {
    .hc-block{
        background-color: white;
    }
}

@media (max-width: 991px) {
    .hc-main__controls .temp-slider{
        background-color: #F1F1F1;
    }
    .hc-main__controls .noUi-connects{
        border: 1px solid white;
    }
    .hc-main__controls .noUi-connect{
        background-color: white;
    }
    .hc-main__controls .noUi-handle{
        border: 1.5px solid white;
        background: #e1e1e1;
    }
}

.hc-wall-item:not(:last-child) {
    padding-bottom: 12px;
}
.hc-wall-item + .hc-wall-item{
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 12px;
}

.hc-area__preset{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;

    font-size: 14px;
}
.hc-area__preset:first-child{
    padding-top: 0;
}
.hc-area__preset:last-child{
    padding-bottom: 0;
}
.hc-area__preset + .hc-area__preset{
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.hc-area__preset > *{
    line-height: 1.5;
    letter-spacing: 0.5px;
}
.hc-area__preset-value{
    font-weight: 500;
    margin-left: 30px;
    white-space: nowrap;
}

.hc-option-buttons{
    display: flex;
    flex-flow: row;
    gap: 12px;
}
.hc-option-buttons .radio-button-2{
    background-color: #F1F1F1;
    flex-flow: column;
    border: none;

    height: 62px;
    padding: 0 12px;
    justify-content: center;

    flex-basis: 20%;
    flex-grow: 1;
    max-width: 88px;
}
@media (max-width: 991px) {
    .hc-option-buttons .radio-button-2{
        padding: 0 8px;
    }
    .hc-block .hc-option-buttons .radio-button-2{
        background-color: white;
    }
}
@media (min-width: 992px) {
    .hc-option-buttons .radio-button-2.md-white {
        background-color: white;
    }
}
.hc-option-buttons .radio-button-2 > * + *{
    margin-top: 4px;
}
.hc-option-buttons .radio-button-2.active{
    background-color: #568972;
    color: white;
}

.hc-option-button__name,
.hc-option-button__r0{
    display: block;
    font-size: 14px;
    line-height: 1.17;
}
.hc-option-button__r0{
    opacity: 0.5;
    white-space: nowrap;
}

.hc-block .radio-2{
    font-size: 14px;
    --box-offset-top: 5px;
}
.hc-block .radio-2:not(:last-child){
    padding-bottom: 12px;
}
.hc-block .radio-2:not(:first-child){
    padding-top: 12px;
    --box-offset-top: 17px;
}
.hc-block .radio-2 + .radio-2{
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.hc__fuel-price{
    display: flex;
    flex-flow: row;
    justify-content: space-between;

    background-color: rgba(241, 241, 241, 0.40);
    border-radius: 12px;

    position: relative;
    margin-right: -30px;

    cursor: default;
}
.hc__fuel-price-absolute,
.hc__fuel-price-relative{
    width: calc(50% - 6px);

    background-color: white;
    border-radius: 12px;

}
@media (min-width: 992px) {
    .hc__fuel-price-absolute,
    .hc__fuel-price-relative{
        background-color: rgba(241, 241, 241, 0.40);
    }
}
.hc__fuel-price-relative{
    align-self: stretch;
    color: #AEB3B2;
    display: flex;
    align-items: center;

    padding-left: 16px;
}
.hc__fuel-price-absolute{
    border: none;
}
.hc__fuel-price-absolute:focus{
    background-color: #f9f9f9;
}
@media (min-width: 992px) {
    .hc__fuel-price-absolute:focus{
        background-color: rgba(241, 241, 241, 1);
    }
}
.hc__fuel-price-absolute__unit{
    position: absolute;
    right: calc(50% + 12px);
    height: 100%;
    width: fit-content;

    display: flex;
    align-items: center;

    color: #AEB3B2;
    padding-right: 16px;
}

.hc-main__results .hc-block{
    padding: 22px 16px;
    height: 100%;
    display: flex;
    flex-flow: column;
}

.hc-result__common{
    background-color: #EFF7F1;
    color: #161919;

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

    align-items: center;

    padding: 6px 12px;
    border-radius: 12px;

    margin-bottom: 18px;
}
@media (min-width: 992px) {
    .hc-result__common{
        padding: 6px 12px;
    }
}
.hc-result__common-monthly{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}
@media (min-width: 992px) {
    .hc-result__common-monthly{
        font-size: 16px;
    }
}
.hc-result__common-yearly{
    display: flex;
    flex-flow: column;

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

    align-items: flex-end;
    text-align: right;

    line-height: 1.1;
}
.hc-result__common-yearly-loss{
    color: #959D97;
}
@media (max-width: 991px) {
    .hc-result__common{
        width: calc(100% - 52px - 16px);
    }
    .hc-result__toggle{
        position: absolute;

        right: 16px;
        top: 22px;

        width: 52px;
        height: 48px;

        background-color: #EFF7F1;
        border: none;

        border-radius: 12px;
    }
    .hc-result__toggle svg{
        width: 18px;
        height: 18px;
        color: #00513A;
        transform: rotate(-90deg) scaleX(1);
        transition: transform 0.15s;
    }
    .hc-main__results.--up .hc-result__toggle svg{
        transform: rotate(-90deg) scaleX(-1);
    }
}
@media (min-width: 992px) {
    .hc-result__common-yearly-loss {
        font-size: 12px;
        margin-top: 2px;
    }
}

.hc-result__heat-loss{
    display: flex;
    justify-content: space-between;
}
.hc-result__heat-loss-value{
    font-weight: 600;
}
.hc-result__months{
    margin-top: 12px;
    display: flex;
    flex-flow: column;
    flex-grow: 1;
    justify-content: space-between;
}
.hc-result__month{
    display: flex;
    justify-content: space-between;
}
.hc-result__month + .hc-result__month{
    margin-top: 6px;
}
.hc-result__month-bar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 12px;

    border-radius: 10px;
    line-height: 1.3;
}
@media (min-width: 992px) {
    .hc-result__month-bar{
        padding: 2px 6px;
        line-height: 1.5;
        font-size: 14px;
    }
}
.hc-result__month-amounts{
}
.hc-result__month-temp{
    font-weight: 600;
}
.hc-result__month-price,
.hc-result__month-loss{
    text-align: right;
    font-weight: 500;
}
.hc-result__month-price{
    font-size: 14px;
    line-height: 1.1;
}
.hc-result__month-loss{
    font-size: 12px;
    line-height: 1.1;
    color: #959D97;
}



/* End */


/* Start:/local/components/vue/heat-calc/loading-dummy/style.css?1780903740352*/
.hc-loading-dummy{
    width: 100%;
    height: 80vh;

    background: #F1F1F1;
    color: #b2b2b2;

    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    gap: 30px;

    border-radius: 12px;
}
.hc-loading-dummy h2{
    font-size: 40px;
    font-weight: 600;
}
.hc-loading-dummy .fa{
    font-size: 50px;
}
/* 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/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/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/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?17827233913705*/
.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 .range-with-presets{
    display: flex;
    flex-flow: row wrap;
    gap: 8px;
}
.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?17827233917534*/
/*.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%;

    cursor: pointer;
}
.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 .projects-list-item-2__compare{

    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;
}
@media (max-width: 991px) {
    .projects-list-item-2__name{
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }
}

.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 strong{
    font-weight: 600;
}
.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.--fixprice{
    background-image: url(https://www.gwd.ru/upload/medialibrary/fb2/fb23c46736e902512112b04838fc117d.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    --text-color: white;
}

.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-2/style.css?1780903740928*/
.projects-list{
    --gutter: 1rem;
    --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: 1.5rem;
}

.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;
    }
}
/* 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?17809037402104*/
.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{

    transition: height 0.15s;

}
.sort-dropdown-2.--open .base-dropdown__background{
    box-shadow: none;
}
.sort-dropdown-2 .base-dropdown__list-content-wrapper{
    padding-top: 16px;
    padding-bottom: 16px;

    background: white;
    border-radius: 22px;

    border: 1px solid var(--neutral-25);

    margin-top: 8px;
}
.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/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 */


/* Start:/local/components/vue/heat-calc/project-selector/style.css?17809037403475*/
.hc-projects-selector{
    height: 100%;
    overflow: hidden;

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

}

@media (max-width: 991px) {

    .col-hc-filters {
        position: absolute;

        bottom: 0;
        left: 0;
        max-height: 80vh;

        background: white;
        border-radius: 12px 12px 0 0;

        transform: translateY(100%);
        transition: transform 0.25s;

        z-index: 10;

        box-shadow: 0 -1px 15px 0 rgba(0, 0, 0, 0.15);

        display: flex;
        flex-flow: column;
    }
    .col-hc-filters .projects-filter-3{
        border-radius: 0;
        background-color: white;
    }

    .col-hc-filters .projects-filter-3 .form-group__fields{
        background-color: var(--accent-10);
    }
    .col-hc-filters .projects-filter-3 .btn-secondary{
        --button-background: white;
    }

    .col-hc-filters.--up{
        transform: translateY(0);
    }
    .hc-filters__header{
        display: flex;
        justify-content: space-between;
        align-items: center;

        padding: 8px 16px;
    }
    .hc-filters__header h3{
        font-size: 22px;
    }
    .hc-filters__header button{
        padding: 8px;
    }
    .hc-filters__header svg{
        width: 20px;
        height: 20px;

        fill: #999;
        stroke: none;
    }

    .col-hc-toggles > *{
        height: 42px;
    }
    .col-hc-toggles > .btn.btn-circle{
        width: 42px;
        padding: 4px;
    }
}
@media (min-width: 992px) {
    .hc-projects-selector{
        display: flex;
        flex-flow: row nowrap;
    }
    .col-hc-filters {
        width: 30%;
        flex-basis: 30%;
        padding-right: 0;

        overflow-y: auto;
    }
    .col-hc-filters::-webkit-scrollbar{
        width: 10px;
        background: transparent;

    }
    .col-hc-filters::-webkit-scrollbar-button{
        background: transparent;
        height: 22px;

    }
    .col-hc-filters::-webkit-scrollbar-thumb{
        background-color: #c6c6c6;
        border-radius: 5px;
    }
    .col-hc-list{
        padding-left: 24px;
        padding-bottom: 16px;
        width: 70%;
        flex-basis: 70%;

        overflow-y: scroll;
        overflow-x: hidden;
    }
    .hc-filters__header{
        display: none;
    }
}

.col-hc-toggles{
    display: flex;
    flex-flow: row;

    gap: 10px;

    margin-bottom: 32px;
}
.col-hc-toggles .sort-dropdown-2.base-dropdown{
    --base-height: 48px;
    flex: 50% 1 1;
}
.col-hc-toggles .sort-dropdown-2 .base-dropdown__current{
}
.col-hc-toggles .search-box-2{
    --height: 48px;
    --border-color: #AEB3B2;

    flex: 50% 1 1;
}
.col-hc-toggles .sort-dropdown-2 .base-dropdown__current,
.col-hc-toggles .sort-dropdown-2 .base-dropdown__list-component-wrapper{
    border-color: #AEB3B2;
}

.hc-sort-mobile{
    width: 100%;

    position: fixed;
    bottom: 0;
    left: 0;

    transform: translateY(calc(100% + 20px));
    transition: transform 0.25s;

    background: white;

    padding-top: 8px;
    padding-bottom: 20px;

    border-radius: 12px 12px 0 0;
    box-shadow: 0 -1px 15px 0 rgba(0, 0, 0, 0.15);
}
.hc-sort-mobile.--up{
    transform: translateY(0);
}
.hc-sort-mobile__item{
    display: block;
    color: #333;
    font-weight: 500;
    padding-left: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-decoration: none;
}

.hc-projects-selector .projects-filter-3 .form-group__fields{
    display: flex;
    flex-flow: row wrap;
    gap: 8px;
}
/* End */


/* Start:/local/assets/heat-calc/style.css?17809037401690*/
@media (min-width: 992px) {
    #heat-calc .bottom-popup {
        left: calc(50% - 450px - 22px);
        padding: 16px 22px 0;
    }
    #heat-calc .bottom-popup__scroller{
        width: 950px;
    }
    #heat-calc .bottom-popup__close{
        /*top: 9px;*/
        /*right: 10px;*/

        right: -42px;
        top: -3px;

        /*fill: #00513A;*/
    }
}
@media (min-width: 1400px) {
    #heat-calc .bottom-popup{
        left: calc(50% - 600px - 22px);
    }
    #heat-calc .bottom-popup__scroller{
        width: 1200px;
    }
}
@media (min-width: 1700px) {
    #heat-calc .bottom-popup{
        left: calc(50% - 700px - 22px);
    }
    #heat-calc .bottom-popup__scroller{
        width: 1400px;
    }
}
.heat-calc__header{
    width: 100%;
    background-color: #386753;
    border-radius: 12px;

    color: white;
    display: flex;
    flex-flow: column;
    gap: 16px;

    padding: 32px 22px 22px;

    margin-bottom: 24px;
}
@media(min-width: 992px) {
    .heat-calc__header{
        flex-flow: row;
        align-items: center;
        justify-content: space-between;

        padding: 16px 22px;

        margin-bottom: 16px;
    }
}
.heat-calc__header-text{
    font-size: 24px;
    font-weight: 600;
}
.heat-calc__header-links{
    font-size: 14px;
    font-weight: 500;

    display: flex;
    justify-content: flex-end;
    flex-flow: column;

    gap: 12px;
}
@media (min-width: 992px) {
    .heat-calc__header-links{
        flex-flow: row;
    }
}
.heat-calc__header-links > *{
    color: white;
    text-decoration: none;
}
.heat-calc__header-links svg{
    width: 18px;
    height: 18px;

    margin-left: 5px;
    fill: white;

    vertical-align: text-top;
}
/* End */
/* /technology/calculator/style.css?17809149471233 */
/* /local/js/vendor/libs/nouislider/nouislider.min.css?17459244214294 */
/* /local/components/vue/heat-calc/temp-slider/style.css?17809037401059 */
/* /local/components/vue/form/search-select/style.css?1780903740794 */
/* /local/components/vue/form/radio/radio-button-2/style.css?1779102057651 */
/* /local/components/vue/form/radio/radio-2/style.css?17809037401224 */
/* /local/components/vue/form/checkboxes/checkbox-4/style.css?1780903740860 */
/* /local/components/vue/form/checkboxes/checkbox-brif/style.css?17562198621335 */
/* /local/components/vue/heat-calc/heat-calc-main/style.css?17809037408671 */
/* /local/components/vue/heat-calc/loading-dummy/style.css?1780903740352 */
/* /local/components/vue/form/double-range-slider-4/style.css?17655398752815 */
/* /local/css/elements/v2024/btn.white.css?1776685396341 */
/* /local/components/vue/form/double-range-input/style.css?1765539875843 */
/* /local/components/vue/form/checkboxes/checkbox-button-3/style.css?1765539875159 */
/* /local/components/vue/projects/list/projects-filter-3/style.css?17827233913705 */
/* /local/components/vue/projects/list/projects-list-item-2/style.css?17827233917534 */
/* /local/components/vue/projects/list/projects-list-2/style.css?1780903740928 */
/* /local/components/vue/form/base-dropdown/style.css?17459244211535 */
/* /local/components/vue/projects/list/sort-dropdown-2/style.css?17809037402104 */
/* /local/components/vue/form/search-box-2/style.css?17703848121511 */
/* /local/components/vue/heat-calc/project-selector/style.css?17809037403475 */
/* /local/assets/heat-calc/style.css?17809037401690 */
