

/* Start:/local/js/vendor/slick/slick.css?15687227781776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/js/vendor/slick/slick-dots-plus/1.3/slick-dots-plus.css?15910101921319*/
.slick-dots-plus{
    overflow: hidden;
    height: 30px;
    padding-top: 7px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 100px);
}
.slick-dots-plus .slick-dots-plus-track{
    transition: transform 0.2s;
}
.slick-dots-plus .slick-dots-plus-button-box{
    height: 15px;
    width: 25px;
    float: left;
    opacity: 1;

    transition: opacity 0.2s;
}
.slick-dots-plus .slick-dots-plus-button{
    border: 2px solid white;
    background: transparent;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    margin-top: 0;
    margin-left: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    transform-origin: 100% center;

    transition: margin 0.2s, width 0.2s, height 0.2s, background 0.2s;
}
.slick-dots-plus .slick-dots-plus-button-box.small.right .slick-dots-plus-button{
    transform-origin: 0 center;
}
.slick-dots-plus .slick-dots-plus-button-box.active .slick-dots-plus-button{
    background: white;
}
.slick-dots-plus .slick-dots-plus-button-box.small  .slick-dots-plus-button{
    transform: scale(0.66);
    border-width: 3px;
}
.slick-dots-plus .slick-dots-plus-button-box.mask{
    opacity: 0;
}
.slick-dots-plus .slick-dots-plus-button-box.mask .slick-dots-plus-button{
    cursor: default;
}
.slick-dots-plus .slick-dots-plus-button:focus{
    outline: none;
}
/* End */


/* Start:/local/assets/project-likes/style.css?15949821241138*/
.project-likes{
    border: none;
    background: none;
    color: white;
    padding: 0;
    vertical-align: sub;
    position: relative;
}
.project-likes:focus{
    outline: none;
}
.project-likes svg{
    width: 20px;
    height: 19px;
}
.project-likes__contour{
    fill: rgba(255, 255, 255, 0.51);
    -webkit-filter: drop-shadow(0 0 5px #000101);
    filter: drop-shadow(0 0 5px #000101);

    opacity: 1;
    transition: opacity 0.3s ease-out;
}
.project-likes__overlay{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease-out;
    fill: rgb(255, 255, 255);
}
.project-likes__count{
    color: white;
    opacity: 0.5;
    text-shadow: 0 0 5px #000101;
    position: relative;
    top: -4px;
}
@media only screen and (min-width: 992px) {
    .project-likes:hover .project-likes__contour {
        fill: white;
        -webkit-filter: none;
        filter: none;
    }

    .project-likes:hover .project-likes__count {
        text-shadow: none;
    }
}
.project-likes.--liked .project-likes__overlay{
    opacity: 1;
}
.project-likes.--liked .project-likes__contour{
    opacity: 0;
}
/* End */


/* Start:/local/css/elements/gwd.button.bubble-flat.css?16137320912957*/
/* gwd.button.bubble-flat.css - begin */
body{
    --btn-bubble-flat-color: #333333;
    --btn-bubble-flat-bg: #f2f2f2;
    --btn-bubble-flat-hover: #e3e3e3;
    --btn-bubble-flat-focused: #a2c037;
    --btn-bubble-flat-focused-color: white;
    --btn-bubble-flat-border: #e7e7e7;

    --btn-bubble-flat-border-radius: 4px;
}
.gwd__btn-bubble,
.btn.gwd__btn-bubble{
    min-width: 0;
    padding: 12px 15px;
    margin: 0 10px 10px 0;
    border-radius: var(--btn-bubble-flat-border-radius);

    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    text-align: center;

    border: none;
    background: var(--btn-bubble-flat-bg);
    color: var(--btn-bubble-flat-color);

    cursor: pointer;
}


.gwd__btn-group{
    display: flex;
}
.gwd__btn-group > *{
    flex-flow: row;
}
.gwd__btn-group .gwd__btn-bubble{
    margin: 0;
    border-radius: 0;
}
.gwd__btn-group .gwd__btn-bubble + .gwd__btn-bubble,
.gwd__btn-group .gwd__btn-bubble__label + .gwd__btn-bubble__label .gwd__btn-bubble{
    border-left: solid 1px var(--btn-bubble-flat-border);
}


.gwd__btn-group > .gwd__btn-bubble:first-child,
.gwd__btn-group > *:first-child .gwd__btn-bubble{
    border-top-left-radius: var(--btn-bubble-flat-border-radius);
    border-bottom-left-radius: var(--btn-bubble-flat-border-radius);
}
.gwd__btn-group > .gwd__btn-bubble:last-child,
.gwd__btn-group > *:last-child .gwd__btn-bubble{
    border-top-right-radius: var(--btn-bubble-flat-border-radius);
    border-bottom-right-radius: var(--btn-bubble-flat-border-radius);
    border-right: none;
}

.gwd__btn-bubble:focus,
.btn.gwd__btn-bubble:focus{
    outline: none;
}

.gwd__btn-bubble:hover,
.btn.gwd__btn-bubble:hover{
    background: var(--btn-bubble-flat-hover);
}

.gwd__btn-bubble__label input[type="radio"],
.gwd__btn-bubble__label input[type="checkbox"]{
    display: none;
}

.gwd__btn-bubble__label input[type="radio"] ~ .gwd__btn-bubble,
.gwd__btn-bubble__label input[type="checkbox"] ~ .gwd__btn-bubble{
    font-weight: normal;
    font-size: 14px;
}

.gwd__btn-bubble.active,
a.gwd__btn-bubble.active,
.btn.gwd__btn-bubble.active,
button.gwd__btn-bubble.active,
.gwd__btn-bubble:focus,
a.gwd__btn-bubble:focus,
.btn.gwd__btn-bubble:focus,
button.gwd__btn-bubble:focus,
a.gwd__btn-bubble:active,
button.gwd__btn-bubble:active,
.gwd__btn-bubble__label input[type="radio"]:checked ~ .gwd__btn-bubble,
.gwd__btn-bubble__label input[type="checkbox"]:checked ~ .gwd__btn-bubble{
    background: var(--btn-bubble-flat-focused);
    color: var(--btn-bubble-flat-focused-color);
}

.gwd__btn-bubble:disabled,
.btn.gwd__btn-bubble:disabled,
.gwd__btn-bubble__label input:disabled ~ .gwd__btn-bubble{
    color: #aaa;
    background-image: linear-gradient(to top, #cccccc, #fafafa)!important;
}

@media only screen and (max-width: 767px){
    .gwd__btn-bubble,
    .btn.gwd__btn-bubble{
        margin: 0 5px 5px 0;
        padding: 8px 10px;
    }
}
/* gwd.button.bubble-flat.css - end */
/* End */


/* Start:/local/bitrix/templates/main_page-bootstrap-v2/components/bitrix/news.detail/project.detail2/includes/calc/calc.css?160698090923732*/
.calculation_inputs{
    padding-right: 30px!important;
    border-right: 1px solid #d0d0d0;
}
.calculation_outputs{
    padding-left: 30px!important;
}
.calc_wrapper{
    background-color: #f9f9f9;
    padding: 32px 50px 40px;
    display: flex;
    flex-flow: row wrap;
    margin-top: 80px;
}
.calc_header{
    flex-grow: 0;
    width: fit-content;
    width: -moz-fit-content;
    margin-top: 0;
    margin-right: 76px;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 50px;
}
.calc_description{
    flex-grow: 1;
    font-size: 16px;
    text-align: left;
    flex-basis: 50%;
    margin-top: 11px;
    font-weight: 400;
    position: relative;
    margin-bottom: 0;
}
.calc_open{
    margin-top: 30px;
    position: absolute;
    left: 0;
    bottom: 0px;
}
.calc h4{
    margin-bottom: 20px;
}
.calc h3{
    font-size: 26px;
    margin-bottom: 30px;
    margin-top: 0;
}
.calc h3 > * {
    margin-right: 30px;
}
.calc h3 a{
    font-size: 16px;
    text-decoration: underline;
    font-weight: 400;
}
.calc h5{
    font-size: 16px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 15px;
}
.calc_wrapper .collapse,
.calc_wrapper .collapsing,
.calc_wrapper .collapse.show{
    margin-bottom: 0!important;
}
.calc .area-group{
    position: relative;
}
.calc .form-control{
    border: 1px solid #f2f2f2;
    background-color: #f2f2f2;
    height: 50px;
    border-radius: 10px;
    box-shadow: none;
    font-size: 16px;
}
.calc .form-control:hover,
.calc .form-control:focus{
    box-shadow: none;
    border: 1px solid #efefef;
    background-color: #efefef;
}
.calc .form-group label{
    font-weight: 400;
}
.calc .short-input{
    width: 121px;
    padding-left: 21px;
    padding-right: 50px;
    text-align: left;
}
.calc .input-unit{
    position: absolute;
    bottom: 13px;
    left: 86px;
    opacity: 0.5;
    font-weight: 400;
}
.calc .checkbox label,
.calc .radio label{
    padding-left: 0;
}
.calc label.radio,
.calc label.checkbox{
    display: block;
    position: relative;
    padding-left: 30px;
    min-height: 20px;
    margin: 10px 0 13px;
    cursor: pointer;
}
.calc label.checkbox.checkbox-lg{
    padding-left: 35px;
}
.calc label.radio:last-child,
.calc label.checkbox:last-child{
    margin-bottom: 0;
}
.calc label.checkbox input[type='checkbox'],
.calc label.radio input[type='radio']{
    display: none;
}
.calc .radio .radio-view,
.calc .checkbox .checkbox-view{
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;

    border: 1px solid #cecece;
    position: absolute;
    top: 0;
    left: 0;
}
.calc .radio .radio-view{
    border-radius: 50%;
}
.calc .checkbox .checkbox-view {
    border-radius: 5px;
    border-width: 2px;
    font-size: 22px;
}
.calc .radio:hover .radio-view,
.calc .checkbox:hover .checkbox-view{
    border-color: #99cc33;
    background: #eeeeee;
}
.calc .checkbox.checkbox-lg{
    min-height: 25px;
}
.calc .checkbox.checkbox-lg .checkbox-view{
    width: 25px;
    height: 25px;
    font-size: 30px;
}
.calc .checkbox-label{
    padding-top: 2px;
}
.calc .radio .radio-view:after,
.calc .checkbox .checkbox-view:before{
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    transform: scale(0);
    transition: transform 0.1s;
}
.calc .radio .radio-view:after{
    content: '';
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #80cd0d;
}
.calc .checkbox .checkbox-view:before{
    color: black;
    top: -4px;
    left: -1px;
}
.calc .checkbox.checkbox-lg .checkbox-view:before{
    top: -6px;
    left: -1px;
}
.calc .input-group-flex{
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    padding-bottom: 20px;
}
.calc .input-group-flex > *{
    /*flex-grow: 1;*/
    margin: 0!important;
    position: relative;
    padding: 0!important;
}

.calc .form-group .resist_value{
    display: inline-block;
    color: #858585;
    font-weight: 400;
}
.calc .gwd__btn-bubble__label .gwd__btn-bubble{
    font-size: 16px!important;
    padding: 9px 0 0;
    width: 65px;
    height: 50px;
}
.calc .gwd__btn-bubble .resist_value{
    /*width: 100%;*/
    text-align: center;
    font-size: 12px;
    display: block;
    margin-top: 4px;
    color: inherit;
}


/*.calc .radio.radio-btn .radio-view,*/
/*.calc .checkbox.checkbox-btn .checkbox-view{*/
/*    width: 65px;*/
/*    height: 50px;*/
/*    text-align: center;*/
/*    padding-top: 13px;*/
/*    position: relative;*/
/*    border-radius: 0px;*/
/*    border: solid 1px #dcdcdc;*/
/*    border-left: none;*/
/*    background-image: linear-gradient(to top, #cccccc, #fafafa);*/
/*}*/
/*.calc .radio.radio-btn:first-child .radio-view,*/
/*.calc .checkbox.checkbox-btn:first-child .checkbox-view{*/
/*    border-left: 1px solid #dcdcdc;*/
/*    border-top-left-radius: 10px;*/
/*    border-bottom-left-radius: 10px;*/
/*}*/
/*.calc .radio.radio-btn:last-child .radio-view,*/
/*.calc .checkbox.checkbox-btn:last-child .checkbox-view{*/
/*    border-left: 1px solid #dcdcdc;*/
/*    border-top-right-radius: 10px;*/
/*    border-bottom-right-radius: 10px;*/
/*}*/
/*.calc .radio.radio-btn .radio-view:after,*/
/*.calc .checkbox.checkbox-btn .checkbox-view:before{*/
/*    content: none;*/
/*}*/
/*.calc .radio.radio-btn .resist_value,*/
/*.calc .checkbox.checkbox-btn .resist_value{*/
/*    position: absolute;*/
/*    bottom: -24px;*/
/*    width: 100%;*/
/*    text-align: center;*/
/*    font-size: 14px;*/
/*}*/
.calc .radio input:checked ~ .radio-view:after,
.calc .checkbox input:checked ~ .checkbox-view:before{
    transform: scale(1);
}
.calc .checkbox input:checked ~ .checkbox-view{
    background: white;
    border-color: #99cc33;
}
/*.calc .radio.radio-btn:hover .radio-view,*/
/*.calc .checkbox.checkbox-btn:hover .checkbox-view{*/
/*    background-image: linear-gradient(to top, #dddddd, #ffffff);*/
/*}*/
/*.calc .radio.radio-btn input:checked ~ .radio-view,*/
/*.calc .checkbox.checkbox-btn input:checked ~ .checkbox-view{*/
/*    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.2);*/
/*    background: #99cc33;*/
/*    color: white;*/
/*    border-color: #8db933;*/
/*}*/

.calc .radio .fuel-prices{
    display: none;
}
.calc .radio input:checked ~ .fuel-prices{
    display: block;
}
.calc .fuel-prices > *{
    line-height: 30px;
    display: inline-block;
}
.calc .radio .fuel-prices input{
    display: inline-block;
    padding: 0;
}
.calc .fuel-prices{
    height: 50px;
    display: block;
    margin-left: -30px;
    margin-top: 5px;
    padding: 0;
    text-align: left;
    font-weight: 500;
    color: rgba(52, 52, 52, 0.6);
    margin-bottom: 15px;
}
.calc .fuel-prices input:first-child,
.calc .fuel-prices span{
    float: left;
    height: 50px;
    background: #f2f2f2;
    color: #333;
    display: inline-block;
}
.calc .fuel-prices input{
    height: 50px;
}
.calc .fuel-prices span{
    color: #a2a2a2;
    width: 60px;
    padding-left: 3px;
    padding-top: 11px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-right: 10px;
}
.calc .fuel-prices label{
    display: inline-flex!important;
    width: unset!important;
}
.calc .fuel-prices label:hover > *,
.calc .fuel-prices label input:focus,
.calc .fuel-prices label input:focus ~ span{
    background: #efefef;
}

.calc .fuel-prices input:first-child{
    width: 60px;
    border: none;
    text-align: center;
    padding-left: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.calc .fuel-prices input:last-child{
    border: none;
    width: 120px;
    background: inherit;
    font-weight: 400;
}

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

/* noUI customisation */
.noUi-connects {
    background-image: -webkit-linear-gradient(left, #338dcc, #ffba00 50%, #ef6c0c);
    background-image: linear-gradient(to right, #338dcc, #ffba00 50%, #ef6c0c);
    border-radius: 7px;
}

.noUi-connect {
    /*background-image: -webkit-linear-gradient(bottom, #eeeeee, #cccccc);*/
    /*background-image: linear-gradient(to top, #eeeeee, #cccccc);*/
    background: #f2f2f2;
    border-radius: 7px;
}

.noUi-horizontal {
    height: 14px;
}

.noUi-marker.noUi-marker-horizontal.noUi-marker-normal {
    display: none;
}

.noUi-marker.noUi-marker-horizontal.noUi-marker-large {
    height: 34px;
    width: 2px;
    top: -23px;
    background: #eeeeee;
}

.noUi-base {
    /*width: calc(100% + 20px);*/
    /*margin-left: -10px;*/
    /*border: solid 1px #dcdcdc;*/
    border-radius: 7px;
}

.noUi-target {
    border: none;
    box-shadow: none;
}
html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -13px;
    left: auto;
}

.noUi-horizontal .noUi-handle {
    width: 26px;
    height: 26px;
    /*background-image: -webkit-linear-gradient(135deg, #dddddd, #ffffff);*/
    /*background-image: linear-gradient(315deg, #dddddd, #ffffff);*/
    background: #f2f2f2;
    outline: 0;
    border-radius: 50%;
    border: solid 1px #e0e0e0;
    box-shadow: none;
}

.noUi-value.noUi-value-horizontal.noUi-value-large {
    cursor: pointer;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    color: #000;
}
.noUi-handle:after, .noUi-handle:before{
    content: none;
}
.noUi-handle:hover{
    background-color: #e3e3e3;
    cursor: pointer;
}
/*.noUi-marker.noUi-marker-horizontal.noUi-marker-large:first-child, .noUi-marker.noUi-marker-horizontal.noUi-marker-large:nth-last-of-type(2) {*/
/*display: none;*/
/*}*/
.noUi-target {
    padding: 0 17px;
}
.noUi-connects {
    margin: 0 -17px;
    width: calc(100% + 34px);
}
.noUi-pips-horizontal{
    left: 17px;
    width: calc(100% - 17px*2);
    padding: 0 0 10px;
}
.calc__areas-box{
    padding: 10px 20px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    font-size: 14px;
    border-radius: 10px;
    background-color: #f2f2f2;
    color: rgba(54,54,54, 0.75);
    font-weight: 400;
    margin-bottom: 30px;
}
.calc__areas-box > *{
    flex-basis: calc(50% - 15px);
    flex-shrink: 0;
}
.calc__area{
    position: relative;
    display: flex;
    flex-flow: row wrap;
}
.calc__area > *{
    display: inline-flex;
}
.calc__area__dots{
    border-bottom: 1px dotted rgba(54,54,54, 0.75);
    flex-grow: 1;
    margin-right: 4px;
    margin-left: 3px;
    position: relative;
    top: -6px;
}
.calc__area .value sup{
    top: 0.7em;
    font-size: 60%;
}
.region-search{
    position: relative;
    height: 50px;
    padding-top: 40px;
    z-index: 100;
}
.region-search input.form-control{
    position: absolute;
    top: 0;
    padding-left: 20px;
    padding-right: 50px;
    text-align: left;
    border: 2px solid #f9f9f9;
    margin-left: -2px;
    margin-right: -2px;
    width: calc(100% + 4px);
}
.region-search input.form-control:hover,
.region-search input.form-control:focus{
    border: 2px solid #f9f9f9;
}
.region-search i{
    position: absolute;
    right: 20px;
    top: 11px;
    font-size: 24px;
    color: #333;
    opacity: 0.5;
}
.suggested-regions{
    top: 40px;
    width: 100%;
    background: #f2f2f2;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}
.suggested-regions .list{
    max-height: 200px;
    overflow-y: scroll;
    color: #333;
}

.suggested-regions .help{
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
}
.suggested-regions a{
    display: block;
    padding: 5px 20px;
    width: 100%;
    color: #333;
}
.suggested-regions a:hover,
.suggested-regions a:focus{
    background: #99cc33;
    color: #333;
    text-decoration: none;
}
.suggested-regions a:visited{
    color:#333;
}
.suggested-regions a:first-child{
    padding-top: 20px;
}
.suggested-regions a:last-child{
    padding-bottom: 10px;
}
.calc__material{
}
.calc__results{
    margin-bottom: 30px;
}
.calc__results p{
    margin: 0;
}
.calc__result{
    font-size: 40px;
    font-weight: 500;
}
.calc__result:after{
    content: '/месяц';
    font-weight: 400;
    font-size: 16px;
}
.calc_month {
    max-width:calc(100% - 48px);
    min-width: 80px;
    float:left;
    font-size: 14px;
    font-weight: normal;
    color:#000;
    padding:8px 10px;
    margin-bottom: 1px;
    margin-right: 12px;
}
.calc_month.--disabled{
    background: #d0d0d0 !important;
}

.calc_month0 {width:36%;background-color:#388ec8;}
.calc_month1{width:38%;background-color:#388ec8;}
.calc_month2{width:45%;background-color:#5997a6;}
.calc_month3{width:51%;background-color:#acad53;}
.calc_month4{width:56%;background-color:#f0ba10;}
.calc_month5{width:61%;background-color:#ffa800;}
.calc_month6{width:71%;background-color:#f06e0c;}
.calc_month7{width:66%;background-color:#fa8202;}
.calc_month8{width:61%;background-color:#f0ba10;}
.calc_month9{width:56%;background-color:#acad53;}
.calc_month10{width:51%;background-color:#739e8c;}
.calc_month11{width:46%;background-color:#5997a6;}

.calc_month span {
    float:right;
    color:#000;
    font-size: 14px;
    font-weight: 900;
}
.calc_month_result {
    float:left;
    font-size: 14px;
    text-align: left;
    color: #000000;
    padding:8px 0px;
    font-weight: 500;
    position: relative;
}
.calc__monthly-power{
    position: absolute;
    color: #858585;
    padding-left: 10px;
    white-space: nowrap;
    top: 8px;
    left: 100%;
}
.yearly_result{
    font-weight: 500;
}
.calc__yearly-power{
    color: #858585;
    font-size: 80%;
}

.add-floor a{
}
.group-materials > label{
    margin-bottom: 0!important;
}
.group-materials .calc__material{
}
.group-materials .calc__material.collapse.show,
.group-materials .calc__material.collapsing{
    margin:0;
}
.group-materials .area-group{
    margin-bottom: 10px;
}
.form-group.form-group-no-heat{
    margin-bottom: 20px;
}
.calc h5.total_loss{
    margin-top: 30px;
    margin-bottom: 5px;
}

#modal_other_projects .filter-modal-content{
    width: 1138px;
    height: 700px;
    overflow-y: scroll;
    background-color: #fff;
    text-align: left;
    padding: 30px 50px;
}
#modal_other_projects .filter-modal-content h2{
    font-size: 30px;
    font-weight: 500;
    padding: 0;
    line-height: normal;
    margin-bottom: 30px;
}
#modal_other_projects .filter-modal-content h2:after{
    content: none;
}
.flex-row{
    display: flex;
    flex-flow: row nowrap;
}
.flex-filters{
    flex-basis: 262px;
    flex-shrink: 0;
    flex-grow: 0;
    width: 262px;
    margin-right: 30px;
}
.flex-results{
    flex-grow: 1;
}
.other-series__name{
    display: block;
    clear: both;
    margin-top: 0;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
.other-series__row{
    margin-right: -10px;
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 25px;
}
.other-series__project{
    flex-basis: calc(33.3% - 10px);
    flex-grow: 0;
    margin-bottom: 10px;
    cursor: pointer;
    margin-right: 10px;
}
.other-series__project:hover{
    opacity: 0.7;
}
.other-series__project__img img{
    width: 100%;
}
.other-series__data{
    padding: 15px 20px 10px;
    background-color: #f2f2f2;
    height: 108px;
    width: 100%;
    position: relative;
}
.other-series__project-name{
    font-size: 20px;
    font-weight: 500;
    color: black;
}
.other-series__project-price{
    font-size: 25px;
    font-weight: 700;
    color: #c8821c;
    position: absolute;
    left: 20px;
    bottom: 10px;
}
.other-series__project-price small{
    font-size: 60%;
}
.other-series__project-area{
    font-size: 25px;
    font-weight: 700;
    color: #587640;
    position: absolute;
    right: 20px;
    bottom: 10px;
}



@media(max-width: 991px){
    #calc_collapse{
        margin-right: -15px;
        margin-left: -15px;
    }
    .calc .fuel-prices input:last-child{
        background-color: #f2f2f2;
    }
    .calc_header h2{
        font-size: 30px;
        text-align: left;
    }
    .calc_header h2 ~p {
        text-align: left;
    }
    .calc h3{
        margin-top: 0;
        font-size: 20px;
        margin-bottom: 20px;
    }
    .calc .col-xs-12{
        margin-bottom: 20px;
    }
    .area-group{
        margin-bottom: 10px;
    }
    .calculation_inputs{
        border: none;
        padding-right: 15px!important;
    }
    .calculation_outputs{
        padding-left: 15px!important;
        background: #efefef;
    }
    .calc__areas-box{
        border-radius: 0;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 20px;
        width: calc(100% + 30px);
    }
    .calc__areas-box > *{
        flex-basis: 100%;
    }
    .js_region_wrapper h5{
        /*margin-top: 0!important;*/
        display: none;
    }
    .calc h5.total_loss{
        margin-top: 60px;
    }
    .calc__results{
        margin-bottom: 10px;
        margin-top: 15px;
    }
    .calc .form-group{
        margin-bottom: 20px;
    }
    .calc__material:last-child{
        padding-bottom: 0;
    }
    .region-search input.form-control,
    .region-search input.form-control:hover,
    .region-search input.form-control:focus{
        background-color: #ddd;
        border-color: #efefef;
    }
    .region-search{
        margin-bottom: 20px;
        margin-top: 20px
    }
    .suggested-regions{
        background-color: #ddd;
    }
    .calc__months{
        /*margin-bottom: 30px;*/
    }
    .calc{
        margin-bottom: 0;
    }
    .calc__results{
        padding-bottom: 20px;
    }
    .calc__results.detached{
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 100;
        background: #efefef;
        width: 100%;
        margin: 0;
        padding: 10px 15px 20px;
    }
    .other-series__row{
        margin-right: 0;
    }
    .other-series__project{
        flex-basis: 100%;
    }
    #modal_other_projects .filter-modal-content h2{
        font-size: 30px;
    }
    #modal_other_projects .filter-modal-content{
        height: 80vh;
    }
    .other-series__project{
        margin-right: 0;
    }
}
@media(min-width: 992px){
    #modal_other_projects{
        overflow: visible;
    }
    #modal_other_projects .fancybox-close-small{
        top: -5px;
        right: -48px;
    }
}

.search-box{
    position: relative;
    height: 50px;
    width: 200px;
}
.search-box__input{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: none;
    background: #f2f2f2;
    color: #333;
    position: relative;
    padding-left: 20px;
    padding-right: 40px;
    font-weight: 400;
}
.search-box__icon{
    position: absolute;
    font-size: 25px!important;
    right: 14px;
    top: 11px;
    color: #333;
    opacity: 0.3;
}
@media(max-width: 991px){
    .search-box{
        width: 30px;
        overflow: hidden;
    }
    .search-box__input{
        opacity: 0;
        transform: scaleX(0);
        transition: transform 0.2s, opacity 0.2s;
        transform-origin: right;
    }
    .search-box__icon{
        right: 0;
        transition: transform 0.2s;
    }

    .search-box--open,
    .search-box--opening{
        width: 100%;
    }
    .search-box--open .search-box__input{
        opacity: 1;
        transform: scaleX(1);
    }
    .search-box--open .search-box__icon{
        transform: translateX(-14px);
    }
}
.search-modal__header{
    position: relative;
    width: 100%;
}
.search-box{
    position: absolute;
    top: 0;
    right: 0;
}
@media(max-width: 991px){
    .search-box{
        position: absolute;
        right: 0;
        top: 37px;
    }
}




/* End */


/* Start:/local/bitrix/templates/main_page-bootstrap-v2/components/bitrix/news.detail/project.detail2/includes/calc/calc_filters.css?15949821243632*/
.filters .filters-detachable-wrapper.--detached{
    position: absolute;
    top: 38px;
}
.filters .form-group{
    margin-bottom: 30px;
    position: relative;
}
.filters .form-group-clear{
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 14px;
    cursor: pointer;
}
.filters .filters__h4{
    color: #333;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 15px;
}
.filter__range-slider{
    --border-radius: 10px;

    width: 100%;
    display: flex;
    flex-flow: row;
    position: relative;
    padding-bottom: 13px;
}
.filter__range-slider__clear{
    position: absolute;
    font-size: 14px;
    right: 0;
    bottom: 75px;
}
.filter__range-slider__fake{
    flex-basis: calc(50% - 1px);

    height: 50px;
    background: #f2f2f2;
    color: rgba(51, 51, 51, 0.8);
    font-size: 20px;
    font-weight: normal;
    border: none;
    min-width: 0;
    padding-left: 15px;
}
.filter__range-slider__fake--min{
    border-top-left-radius: var(--border-radius);
    border-bottom-left-radius: var(--border-radius);
    margin-right: 2px;
}
.filter__range-slider__fake--max{
    border-top-right-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
}
.filter__range-slider__range{
    position: absolute;
    bottom: 6px;
    left: 10px;
    width: calc(100% - 20px);
    border-radius: 7px;
    border: solid 1px #dcdcdc;
    padding: 0 11px;
}
.filter__range-slider__range .noUi-target{
    background: #e2e2e2;
    border-color: #e2e2e2;
}
.filter__range-slider__range .noUi-connects{
    margin: 0;
    width: 100%;
    background-image: none;
}
.filter__range-slider__range .noUi-connect{
    background-image: linear-gradient(to right, #99cc33, #587640);
}
.filter__range-slider__range .noUi-handle{

}
.filter__range-slider__range .noUi-handle:before,
.filter__range-slider__range .noUi-handle:after{
    content: none;
}
.filter__floors-group{
    display: flex;
    flex-flow: row nowrap;
}
.btn.filter__floor{
    flex-grow: 1;
    height: 50px;
    min-width: 0;
    margin-top: 0!important;
    font-size: 16px;
}
.btn.filter__floor:active{
    box-shadow: none;
}
.btn.filter__floor.--checked{
    background: var(--btn-bubble-flat-focused);
    color: var(--btn-bubble-flat-focused-color);
}
.btn.filter__floor.--checked + .btn.filter__floor.--checked{
    border-left: 1px solid #9bb736;
}
.btn.filter__floor.--disabled,
.btn.filter__floor.--disabled:hover{
    background-color: #f9f9f9;
    color: #aaaaaa;
    cursor: not-allowed;
}
.filter__floor input{
    display: none;
}
.filter__floor .checkbox-box{
    display: none;
}
.checkbox.filter__checkbox{
    padding-left: 30px;
    position: relative;
    min-height: 20px;
    color: #333;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
    padding-top: 3px;
}
.filter__checkbox + .filter__checkbox{
    margin-top: 15px!important;
}
.filter__checkbox input{
    display: none;
}
.filter__checkbox .checkbox-box{
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 2px solid #cecece;
}
.filter__checkbox .checkbox-box:before{
    opacity: 0;
    font-size: 22px;
    position: relative;
    top: -3px;
    left: -1px;

    transition: opacity 0.3s;
}
.filter__checkbox:hover .checkbox-box{
    border-color: var(--btn-bubble-flat-focused);
}
.filter__checkbox input:checked ~ .checkbox-box:before{
    opacity: 1;
}
.filter__checkbox.--disabled{
    opacity: 0.4;
}
.filter__checkbox.--disabled:hover{
    cursor: not-allowed;
}
.filter__checkbox.--disabled:hover .checkbox-box{
    border: 2px solid #cecece;
}
/* End */


/* Start:/local/css/elements/gwd.button.orange.css?1615447811914*/
a.btn.btn-orange,
button.btn.btn-orange{
    background-color: #c8821c;
    color: white;
    border: none!important;
    border-radius: 10px;

    font-size: 20px;
    font-weight: 900;
    line-height: normal;
    letter-spacing: normal;

    height: 65px;
    min-width: unset;
    box-shadow: inset 0 -5px 0 0 #bb6e00;

    padding-top: 0;
    padding-bottom: 3px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    align-items: center;
    width: fit-content;
    width: -moz-fit-content;
    justify-content: center;

    transition: all 0.2s;
}

a.btn.btn-orange:not(:disabled):hover,
button.btn.btn-orange:not(:disabled):hover{
    background-color: #ffb321;
    box-shadow: inset 0 -3px 0 0 #c98316;
    padding-bottom: 1px;
    text-decoration: none;
}
a.btn.btn-orange:not(:disabled):focus,
button.btn.btn-orange:not(:disabled):focus{
    outline: none;
    text-decoration: none;
}
/* End */


/* Start:/local/assets/gwd-text-input/gwd-text-input.css?16067422832992*/
.gwd-text-input{
    --font-size: 14px;
    --base-color: #f2f2f2;
    --base-color-hover: #dcdcdc;
    --text-color: #333;
    --error-color: #ff0000;
    --required-color: var(--error-color);
    --invalid-color: var(--error-color);
    --input-height: 50px;

    position: relative;
    display: block;
    margin-bottom: 0;
    transition: background 0.2s, border-color 0.2s;
    font-weight: normal;
    font-size: var(--font-size);
}
label.gwd-text-input{
    display: block;
}
.gwd-text-input__err-required{
    color: var(--required-color) !important;
}
.gwd-text-input__err-invalid{
    color: var(--invalid-color) !important;
}
.gwd-text-input__err-required,
.gwd-text-input__err-invalid{
    display: none;
    font-size: inherit;
    font-weight: normal;
    text-align: left;
}
.gwd-text-input__err-required{
    position: absolute;
    /*height: var(--input-height);*/
    height: 100%;
    width: 100% ;
    background: var(--base-color);
    border: 1px solid var(--required-color);
    border-radius: 10px;
    bottom: 0;
    padding-top: 15px;
    left: 0;
    z-index: 100;

    cursor: text;
}
.gwd-text-input__err-invalid{
    border-radius: 0;
    /*bottom: calc(var(--input-height) * -1);*/
    z-index: 10;
    margin-top: 10px;
}
.gwd-text-input__input,
textarea.gwd-text-input__input,
input.gwd-text-input__input{
    border: 1px solid var(--base-color)!important;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
    background: var(--base-color);
    color: var(--text-color);
    font-size: 14px;
    transition: all 0.2s;
    box-shadow: none;
    text-align: left;
}
textarea.gwd-text-input__input{
    padding-top: 15px;
    padding-bottom: 15px;
}
input.gwd-text-input__input{
    height: var(--input-height);
}
.gwd-text-input__input::-webkit-input-placeholder,
.gwd-text-input__input::-moz-placeholder,
.gwd-text-input__input:-ms-input-placeholder,
.gwd-text-input__input:-moz-placeholder,
input.gwd-text-input__input::-webkit-input-placeholder,
input.gwd-text-input__input::-moz-placeholder,
input.gwd-text-input__input:-ms-input-placeholder,
input.gwd-text-input__input:-moz-placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: inherit;
    color: #333;
    opacity: 0.4;
}

.gwd-text-input__err-required,
/*.gwd-text-input__err-invalid,*/
input.gwd-text-input__input{
    padding-left: 20px;
}
.gwd-text-input__input:hover,
.gwd-text-input__input:focus,
textarea.gwd-text-input__input:hover,
textarea.gwd-text-input__input:focus,
input.gwd-text-input__input:hover,
input.gwd-text-input__input:focus{
    background-color: var(--base-color-hover);
    border-color: var(--base-color-hover)!important;
    box-shadow: none;
    outline: none;
}
.gwd-text-input__input.err-invalid{
    border: 1px solid var(--invalid-color)!important;
}
.gwd-text-input__input.err-invalid ~ .gwd-text-input__err-invalid{
    display: block;
}
.gwd-text-input__input.err-required ~ .gwd-text-input__err-required{
    display: block;
}
/* End */


/* Start:/local/assets/bottom-form/style.css?16067422832080*/
.gwd__bottom-form {
    background: #f9f9f9;
    text-align: center;
    position: relative;
}
.gwd__bottom-form h2{
    text-align: center;
    font-weight: 500;
    margin-top: 0;
}
.gwd__bottom-form .gwd__bottom-form__subheader{
    line-height: normal;
}
.gwd__bottom-form .gwd__bottom-form__field{
    text-align: left;
}
.gwd__bottom-form__input{
    width: 100%;
    display: block;
}
.gwd__bottom-form .gwd__bottom-form__fields label{
    font-weight: 400;
}
.gwd__bottom-form .gwd__bottom-form__field label:not(.gwd-text-input):first-child{
    margin-bottom: 10px;
}
.gwd__bottom-form__success{
    display: none;
    opacity: 0;
    background: inherit;

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

    flex-flow: column;
    justify-content: center;
    align-items: center;

    transition: opacity 0.2s;
}
.gwd__bottom-form__success__icon{
    height: 90px;
    margin-bottom: 60px;
}
.gwd__bottom-form .gwd__bottom-form__success__text {
    margin-top: 25px;
    margin-bottom: 0;
}
.gwd__bottom-form .gwd__bottom-form__success__header{
    margin: 0;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.35;
}
.gwd__bottom-form .gwd__bottom-form__success-close{
    border: none;
    width: 44px;
    height: 44px;
    background-color: transparent;
    background-image: url(/local/assets/bottom-form/close.svg);
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position: center;

    position: absolute;
    top: 20px;
    right: 20px;
}
.gwd__bottom-form .gwd__bottom-form__success-close:focus{
    outline: none;
}
.gwd__bottom-form .gwd__bottom-form__success-close:hover{
    background-image: url(/local/assets/bottom-form/close-hover.svg);
}

@keyframes form__success{
    10%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.gwd__bottom-form .gwd__bottom-form__success.--animated-shown{
    display: flex;
    opacity: 0;
    animation-name: form__success;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
/* End */


/* Start:/local/assets/bottom-form/style.desktop.css?1606742283726*/
.gwd__bottom-form{
    padding: 40px 30px;
}
.gwd__bottom-form .gwd__bottom-form__header{
    font-size: 40px;
    margin-bottom: 20px;
    line-height: normal;
}
.gwd__bottom-form .gwd__bottom-form__subheader{
    margin-top: 0;
    margin-bottom: 35px;
}
.gwd__bottom-form .gwd__bottom-form__fields{
    display: flex;
    flex-flow: row;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0;
}
.gwd__bottom-form .gwd__bottom-form__field{
    flex-basis: 33.33%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 0;
}
.gwd__bottom-form .gwd__bottom-form__submit{
    margin: 40px auto 25px;
}

.gwd__bottom-form .gwd__checkbox-approve{
    text-align: center;
}


/* End */


/* Start:/local/include-areas/forms/checkbox-approve-with-error/style.css?16137320912288*/
.gwd__checkbox-approve{
    --color-standby: #aaaaaa;
    --color-hover: #99cc33;
    --color-error: #ff0000;

    --box-size: 20px;
    --font-size: 14px;
    --font-weight: 300;
    --transition-timing: 0.3s;

    font-size: var(--font-size);
    font-weight: var(--font-weight);
    text-align: left;
    display: block;
    width: 100%;
    min-height: var(--box-size);
}
.gwd__checkbox-approve .gwd__checkbox-approve__label{
    position: relative;
    padding-left: calc(var(--box-size) + 10px);
    padding-top: 2px;
    margin: 0;

    color: var(--color-standby);
    font-weight: inherit;

    display: inline-block;
    cursor: pointer;
}
.gwd__checkbox-approve .gwd__checkbox-approve__input{
    display: none;
}
.gwd__checkbox-approve .gwd__checkbox-approve__box{
    display: block;

    position: absolute;
    top: 0;
    left: 0;

    width: var(--box-size);
    height: var(--box-size);
    border-radius: 5px;

    border: 1px solid var(--color-standby);
    color: var(--color-standby);

    transition: border-color var(--transition-timing), color var(--transition-timing);
}
.gwd__checkbox-approve .gwd__checkbox-approve__box:before{
    font-size: calc(var(--box-size) * 1.2);
    position: relative;
    top: -0.15em;
    display: block;

    transform: scale(0);
    transform-origin: center;

    transition: transform var(--transition-timing);
}
.gwd__checkbox-approve .gwd__checkbox-approve__input:checked ~ .gwd__checkbox-approve__box:before{
    transform: scale(1);
}
.gwd__checkbox-approve .gwd__checkbox-approve__link{
    color: var(--color-standby);
    text-decoration: underline;
    font-weight: inherit;
}
.gwd__checkbox-approve .gwd__checkbox-approve__link:hover{
    color: var(--color-hover);
}
.gwd__checkbox-approve .gwd__checkbox-approve__error{
    display: none;
    font-size: var(--font-size);
    font-weight: 400;
    color: var(--color-error);
    opacity: 1;

    margin-top: 10px;
    margin-bottom: 0;
}
.gwd__checkbox-approve__label:hover .gwd__checkbox-approve__box{
    border-color: var(--color-hover);
    color: var(--color-hover);
}
.gwd__checkbox-approve.err-required .gwd__checkbox-approve__box{
    border-color: var(--color-error);
}
.gwd__checkbox-approve.err-required .gwd__checkbox-approve__error{
    display: block;
}
/* End */


/* Start:/local/assets/modal-form/style.css?16067422833477*/
.gwd__modal-form{
    display: none;
    --background-color: white;
}
.fancybox-container .fancybox-slide .gwd__modal-form{
    padding: 45px 30px;
    width: 420px;
    position: relative;
    display: block;
    text-align: left;
    line-height: 1.35;

    background: var(--background-color);
}
.fancybox-slide .gwd__modal-form button[type="submit"]{
    width: 100%;
}
.fancybox-slide .gwd__modal-form__header{
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    margin-top: 0;
    margin-bottom: 25px;
    line-height: inherit;
}
.fancybox-slide .gwd__modal-form__upper-text{
    margin-top: 0;
    margin-bottom: 25px;
    line-height: inherit;
    text-align: center;
}
.form-group>label{
    font-weight: 400;
}
.gwd__modal-form .form-group>label:not(.gwd-text-input):first-child{
    margin-bottom: 10px;
}
.fancybox-slide .gwd__modal-form .gwd__checkbox-approve{
    margin-bottom: 25px;
    margin-top: 0;
}
.fancybox-slide .gwd__modal-form .form-group{
    margin-bottom: 0;
    text-align: left;
}
.fancybox-slide .gwd__modal-form .form-group + .form-group{
    margin-top: 20px;
}
.fancybox-slide .gwd__modal-form .form-group + .gwd__checkbox-approve{
    margin: 25px 0;
}
.gwd__modal-form__success{
    display: none;
    opacity: 0;
    transition: opacity 0.2s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: inherit;
    text-align: center;

    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.fancybox-slide .gwd__modal-form__success{
    /*padding-right: 15px;*/
    /*padding-left: 15px;*/
    padding-left: 40px;
    padding-right: 40px;
}

.fancybox-slide .gwd__modal-form__success__icon{
    height: 90px;
    margin-bottom: 60px;
}
.fancybox-slide .gwd__modal-form__success__header{
    /*margin-top: 160px;*/
    font-size: 26px;
    margin: 0;
}
.fancybox-slide .gwd__modal-form__success__text{
    margin-top: 25px;
    margin-bottom: 0;
}
.fancybox-slide .gwd__modal-form .fancybox-close-small{
    background-image: url(/local/assets/modal-form/close.svg);
    width: 44px;
    height: 44px;
}
.fancybox-slide .gwd__modal-form .fancybox-close-small:hover{
    background-image: url(/local/assets/modal-form/close-hover.svg);
}
.fancybox-slide .gwd__modal-form .fancybox-close-small:after{
    content: none;
}
.fancybox-slide .gwd__modal-form .fancybox-close-small > *{
    display: none;
}

body > .fancybox-container ~ * .scroll_up{
    display: none;
}

@media only screen and (max-width: 991px){
    .fancybox-container .fancybox-slide .gwd__modal-form{
        padding: 15px 15px 30px;
        width: calc(100% - 30px);
    }
    .fancybox-slide .gwd__modal-form button[type="submit"]{
        width: 100%;
    }
    .fancybox-slide .gwd__modal-form__header{
        margin-top: 20px;
        margin-bottom: 25px;
    }

    .gwd__modal-form__success{
        display: none;
        opacity: 0;
        transition: opacity 0.2s;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: inherit;
        text-align: center;
    }
}
@keyframes form__success{
    10%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.gwd__modal-form .gwd__modal-form__success.--animated-shown{
    display: flex;
    opacity: 0;
    animation-name: form__success;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
/* End */


/* Start:/local/css/elements/gwd.button.green.css?1615447811569*/
button.btn.btn-green,
a.btn.btn-green{
    border: none!important;
    background-color:  #587640;
    color: #ffffff!important;
    border-radius: 10px;
    font-size: 20px;
    text-align: center;
    padding: 14px 40px 14px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    white-space: normal;
    line-height: 1.2;
}
button.btn.btn-green:not(:disabled):hover,
a.btn.btn-green:not(:disabled):hover{
    background-color: #79a258;
}
button.btn.btn-green:not(:disabled):focus,
a.btn.btn-green:not(:disabled):focus{
    outline: none;
}
/* End */


/* Start:/local/assets/checkbox-approve/checkbox-approve.css?15912598531219*/
label.gwd-checkbox-approve{
    display: inline-block;
    padding-left: 30px;
    padding-top: 2px;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #aaaaaa;
    cursor: pointer;
    text-align: left;
}
.gwd-checkbox-approve.checkbox{
    margin-top: 0;
    margin-bottom: 0;
}
.gwd-checkbox-approve > a{
    text-decoration: underline;
    color: inherit;
}
.gwd-checkbox-approve > a:hover{
    color: #99cc33;
}
.gwd-checkbox-approve__input{
    display: none;
}
.gwd-checkbox-approve__box{
    display: block;
    width: 20px;
    height: 20px;
    font-size: 16px;
    color: #aaaaaa;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    background: none;
    position: absolute;
    left: 0;
    top: 0;
    transition: color 0.2s, border 0.2s;
}
.gwd-checkbox-approve__box.fa{
    font-size: 23px;
    display: block
}
.gwd-checkbox-approve__box:before{
    opacity: 0;
    position: relative;
    left: 0px;
    top: -3px;
    transition: opacity 0.2s;
}
.gwd-checkbox-approve__input:checked ~ .gwd-checkbox-approve__box:before{
    opacity: 1;
}
.gwd-checkbox-approve:hover .gwd-checkbox-approve__box{
    border-color: #99cc33;
    color: #99cc33;
}
/* End */


/* Start:/local/assets/btn-scroll-up/scrollUp.css?15879869071035*/
button.scroll_up{
    position: fixed;
    bottom: -100px;
    right: calc(50% - 570px - 34px);
    border: none;
    display: block;
    width: 68px;
    height: 68px;
    background-color: white;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
    z-index: 100000;

    transition: background-color 0.1s, bottom 0.2s;
}
button.scroll_up{
    position: fixed;
    bottom: 20px;
    opacity: 0;

    transition: opacity 0.4s;
}
button.scroll_up img{
    position: relative;
    top: 3px;
    right: -1px;
}
button.scroll_up:focus{
    outline: none;
}
button.scroll_up:hover{
    background: #f1f1f1;
}

button.scroll_up.fixed{
    position: fixed;
    opacity: 1;
}
button.scroll_up.pinned{
    position: absolute;
    right: -18px;
    bottom: 230px;
}
@media (max-width: 991px) {

    button.scroll_up {
        width: 40px;
        height: 40px;
        right: 32px;
        bottom: 100px;
    }

    button.scroll_up img {
        height: 8px;
        right: 0px;
        top: 6px;
    }
}
/* End */
/* /local/js/vendor/slick/slick.css?15687227781776 */
/* /local/js/vendor/slick/slick-dots-plus/1.3/slick-dots-plus.css?15910101921319 */
/* /local/assets/project-likes/style.css?15949821241138 */
/* /local/css/elements/gwd.button.bubble-flat.css?16137320912957 */
/* /local/bitrix/templates/main_page-bootstrap-v2/components/bitrix/news.detail/project.detail2/includes/calc/calc.css?160698090923732 */
/* /local/bitrix/templates/main_page-bootstrap-v2/components/bitrix/news.detail/project.detail2/includes/calc/calc_filters.css?15949821243632 */
/* /local/css/elements/gwd.button.orange.css?1615447811914 */
/* /local/assets/gwd-text-input/gwd-text-input.css?16067422832992 */
/* /local/assets/bottom-form/style.css?16067422832080 */
/* /local/assets/bottom-form/style.desktop.css?1606742283726 */
/* /local/include-areas/forms/checkbox-approve-with-error/style.css?16137320912288 */
/* /local/assets/modal-form/style.css?16067422833477 */
/* /local/css/elements/gwd.button.green.css?1615447811569 */
/* /local/assets/checkbox-approve/checkbox-approve.css?15912598531219 */
/* /local/assets/btn-scroll-up/scrollUp.css?15879869071035 */
