

/* Start:/built/individual-planning/style.css?1750767405303*/
.nomargin{
    margin: 0!important;
}
.text-gray{
    color: rgba(51,51,51, 0.75);
}
.gwd-text-input__err-invalid{
    height: unset!important;
    padding-bottom: 15px;
    top: 50px;
    bottom: unset!important;
}
.btn.btn-orange{
    padding-left: 40px!important;
    padding-right: 40px!important;
}
/* End */


/* Start:/built/individual-planning/gwd.arch-project.css?17507674051094*/
.arch-project{
    display: block;
    background: #f2f2f2;
    padding-bottom: 65px;
    flex-grow: 1;
    text-decoration: none;
    color: #333;
    position: relative;
}
.arch-project:hover{
    color: #333;
    opacity: 0.8;
}
.arch-project__image{
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;

}
.arch-project__info{
    display: flex;
    flex-flow: row nowrap;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: space-between;
    align-items: center;

    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    /*position: relative;*/
    /*top: 0px;*/
    height: 65px;

    position: absolute;
    bottom: 0;
    width: 100%;
}
.arch-project__name{
    margin-right: 10px;
    flex-shrink: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.arch-project__area{
    font-size: 26px;
    font-weight: 900;
    color: var(--color-brand-primary);
    flex-shrink: 0;
}
.arch-project__area sup{
    font-size: 60%;
}
/* End */


/* Start:/built/individual-planning/gwd.project-likes.css?17507674051438*/
.project-likes{
    display: flex;

    border: none;
    background: none;
    color: white;

    position: absolute;
    bottom: 5px;
    right: 7px;
}
.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);
}
.project-likes__overlay{
    position: absolute;
    top: 1px;
    left: 6px;
    fill: rgba(255, 255, 255, 0);
}
.project-likes__count{
    color: white;
    opacity: 0.5;
    text-shadow: 0 0 5px #000101;
    position: relative;

    margin-left: 5px;
    /*top: -4px;*/
}
.project-likes:hover .project-likes__contour svg{
    fill: white;
    -webkit-filter: none;
    filter: none;
}
.project-likes:hover .project-likes__count{
    text-shadow: none;
    opacity: 1;
}
.arch-project__likes.--liked .project-likes__overlay{
    fill: white;
}
.project-likes.--liked .project-likes__contour{
    -webkit-filter: none;
    filter: none;
    fill: none;
}
.project-likes.--liked .project-likes__overlay{
    fill: #e53d3d;
    opacity: 1;
}
@media(min-width: 768px) {
    .project-likes:hover .project-likes__count{
        opacity: 1;
    }

    .project-likes:hover .project-likes__overlay{
        fill: white;
        opacity: 1;
    }
    .project-likes.--liked:hover .project-likes__overlay{
        fill: #ee6666;
    }
}
/* End */


/* Start:/local/css/elements/gwd.button.orange.css?1745924421914*/
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/js/vendor/slick/slick.css?17459244211776*/
/* 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/bitrix/templates/main_page-bootstrap-v2/components/bitrix/news.detail/project.individual.desktop/style.css?174592442118064*/
.ip-wrapper{
    line-height: normal;
    position: relative;
    z-index: 1;
}
.ip-project-variants{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.ip-project-variants .btn-project-variant{
    min-width: 120px;
    padding-top: 12px;
    padding-bottom: 11px;

    background-color: white;
    color: #333;
    border: none;
    border-radius: 4px;
}
.btn-project-variant + .btn-project-variant{
    margin-left: 5px;
}
.ip-project-variants .btn-project-variant:hover{
    background: #f9f9f9;
    color: #333;
}
.ip-project-variants .btn-project-variant.--active{
    background: #587640;
    color: white;
}

.breadcrumbs{
    position: relative;
    z-index: 10;
    background: transparent!important;
}
.ip-wrapper h2{
    margin: 0;
    font-size: 40px;
    line-height: normal;
}
.ip-about-wrapper,
.ip-about{
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.ip-about{
    margin-top: 0;
    height: 1400px;
    position: relative;
}
.ip-about-bg-wrapper{
    /*position: relative;*/
}
.ip-about-bg {
    position: absolute;
    width: 100%;
    left: 0;
}
.slick-container:not(.slick-initialized){
    position: relative;
}
.slick-container:not(.slick-initialized) > *:not(:first-child){
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
}
.ip-about-bg.slick-container{
    position: absolute!important;
}
.ip-about-bg img{
    width: 100%;
    height: 1400px;
    object-fit: cover;
}
.ip-about-wrapper .ip-about{
    margin-top: 0;
}
.ip-about__top{
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 80px;

    --color: white;
    color: var(--color);

    transition: color 0.2s;
}
.--black-mode .ip-about__top{
    --color: #333;
}

.ip-about-bg-wrapper .slick-dots-stories__dashes{
    bottom: 52rem;
    top: unset;

    justify-content: center;
}
.ip-about-bg-wrapper .slick-dots-stories__dash{
    flex-grow: 0;
    width: 11.7rem;
}

.pre-h1{
    text-transform: uppercase;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0.7px;
    opacity: 0.6;
    margin: 0;
    text-align: center;
    font-weight: normal;
}
h1.h1{
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
}
.area-popup{
    display: inline-block;
    position: relative;
    cursor: pointer;
    border-radius: 50%;
}
.area-popup__question{
    width: 20px;
    height: 20px;
    vertical-align: bottom;
    fill: var(--color);
    transition: fill 0.2s;
}
.area-clicker{
    position: absolute;
    width: 50px;
    height: 50px;
    left: -14px;
    top: -14px;
}
.area-popup__box{
    display: none;
    opacity: 0;
    position: absolute;
    left: -139px;
    bottom: 26px;
    width: 300px;
    padding: 16px 20px 10px;
    line-height: 1.35;
    font-size: 16px;
    color: #333;
    background: white;
    border: 1px solid #e1e1e1;
    z-index: 1001;
}
.area-popup:after{
    display: none;
    content: '';
    border-left: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    background: white;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    position: absolute;
    top: -11px;
    left: 5px;
    z-index: 1002;
}
.area-popup__bg{
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.3);
    top: 0;
    left: 0;
    z-index: 1000;
}
.area-popup:hover .area-popup__box,
.area-popup:hover:after{
    display: block;
}
.area-popup:hover .area-popup__box{
    opacity: 1;
}
.area-popup__close{
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 11px;
}
.area-popup__close svg{
    width: 10px;
    height: 10px;
    fill: #c5c5c5;
}
.ip-properties{
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: flex-end;
}
.ip-property{
    font-size: 40px;
    margin-right: 50px;
}
.ip-property:last-child{
    margin-right: 0;
}
.ip-property.ip-property-area{

}
.ip-property-area sup{
    font-size: 54%;
    font-weight: 500;
    top: -13px;
}
.ip-property.ip-property-tech{
    font-size: 23px;
    line-height: 0.87;
}
.ip-property.ip-property-rooms{
    line-height: 1;
}
.ip-property-tech .ip-property-definition{
    margin-top: 6px;
}

.ip-property .ip-property-definition{
    display: block;
    line-height: normal;
    font-size: 16px;
}
.btn.ip-about__button{
    margin: 42px auto 0;
    display: block;
    width: fit-content;
}

.ip-about__bottom{
    position: absolute;
    bottom: 0;
    padding: 40px;
    width: 100%;
}
.ip-about__text{
    position: relative;
    background-color: #ffffff;
    height: 440px;
    width: 100%;
    padding: 86px 275px 40px 40px;
}
.ip-about__text.--no-arch{
    padding-right: 40px;
}
.ip-about__text h2{
    position: absolute;
    top: 38px;
    left: 40px;
    background: white;
    width: calc(100% - 80px - 275px);
}

.ip-wrapper .ip-about__text h3{
    font-size: 26px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
}
.ip-about__text p{
    margin-bottom: 0;
}
.ip-about__text ul + p,
.ip-about__text p + ul,
.ip-about__text p + p,
.ip-about__text ul li + li{
    margin-top: 10px;
}
.ip-about__text ul{
    padding-left: 30px;
}

.ip-about__scrollable{
    height: 100%;
    width: 100%;
    overflow-y: auto;
    scroll-behavior: smooth;
    padding-right: 40px;
    z-index: 10;
    position: relative;
}
.ip-about__text.--overflown::before,
.ip-about__text.--overflown::after{
    content: '';
}
.ip-about__text.--overflown .ip-about__scrollable{
    overflow-y: scroll;
}

.ip-about__text:before,
.ip-about__text:after {
    width: calc(100% - 275px - 12px);
    height: 47px;
    position: absolute;
    left: 0;
    opacity: 1;
    z-index: 20;
    transition: opacity 0.3s;
}
.ip-about__text.--no-arch:before,
.ip-about__text.--no-arch:after{
    width: calc(100% - 12px);
}
.ip-about__text:before{
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0), white);
    top: 86px;
}
.ip-about__text:after{
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
    bottom: 40px;
}
.ip-about__text.--top:before{
    opacity: 0;
}
.ip-about__text.--bottom:after{
    opacity: 0;
}
.ip-about__scrollable::-webkit-scrollbar{
    width: 6px;
    height: 100%;
    background-color: transparent;
}
.ip-about__scrollable::-webkit-scrollbar-thumb{
    background: #c4c4c4;
}
.ip-about__scrollable::-webkit-scrollbar-track-piece{
    height: 100%;
    background: #f2f2f2;
}
.ip-about__scrollable::-webkit-scrollbar-button{
    /*display: none;*/
    background: transparent;
    height: 15px;
}

.ip-wrapper .project-likes{
    font-size: 20px;
}
.ip-wrapper .project-likes .project-likes__overlay,
.ip-wrapper .project-likes .project-likes__contour{
    width: 23px;
    height: 23px;
    filter: none;
}
.ip-wrapper .project-likes .project-likes__overlay,
.ip-wrapper .project-likes .project-likes__contour,
.ip-wrapper .project-likes .project-likes__count{
    filter: none;
    text-shadow: none;
    font-weight: 400;
}
.ip-wrapper .project-likes .project-likes__count{
    opacity: 1;
}
.ip-about .project-likes{
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: unset;
}
.ip-about .project-likes__contour{
    stroke: var(--color);
    transition: stroke 0.2s;
}
.ip-about .project-likes__overlay{
    fill: var(--color);
    transition: fill 9.2s;
}
.ip-about .project-likes__count{
    color: var(--color);
    transition: color 0.2s;
}



.ip-wrapper .project-likes:hover .project-likes__overlay,
.ip-wrapper .project-likes:hover .project-likes__contour,
.ip-wrapper .project-likes:hover .project-likes__count{
    filter: drop-shadow(0 0 4px rgba(51, 51, 51, 0.3));
}
.ip-about.--black-mode .project-likes:hover .project-likes__overlay,
.ip-about.--black-mode .project-likes:hover .project-likes__contour,
.ip-about.--black-mode .project-likes:hover .project-likes__count{
    filter: drop-shadow(0 0 4px rgba(51, 51, 51, 0.3));
}
.ip-about .project-likes:hover .project-likes__overlay,
.ip-about .project-likes:hover .project-likes__contour,
.ip-about .project-likes:hover .project-likes__count{
    filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.5));
}

.--black-mode .project-likes__count,
.ip-likes .project-likes__count{
    color: #333;
}
.ip-likes{
    text-align: center;
    margin-bottom: 40px;
    margin-top: 80px;
}
.ip-likes .project-likes__contour{
    stroke: #333;
}
.ip-likes .project-likes__people.--large{
    font-size: 20px;
}
.scrollbar_btn{
    display: none;
    position: absolute;
    z-index: 2;
    right: 272px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.ip-about__text.--overflown .scrollbar_btn{
    display: block;
}
.ip-about__text.--no-arch .scrollbar_btn{
    right: 37px;
}
.scrollbar_up{
    border-top: none;
    top: 88px;
    border-bottom: 7px solid #c4c4c4;
}
.scrollbar_down{
    border-bottom: none;
    border-top: 7px solid #c4c4c4;
    bottom: 42px;
}
.scrollbar_up.--limit{
    border-bottom: 7px solid #f2f2f2;
}
.scrollbar_down.--limit{
    border-top: 7px solid #f2f2f2;
}

.ip-about__arch{
    position: absolute;
    right: 0;
    top: 0;
    width: 275px;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.ip-about__arch img{
    width: 200px;
    height: 200px;
    margin-bottom: 17px;

}
.ip-about__arch a{
    margin-top: 5px;
    text-decoration: underline;
}
.ip-about__arch .caps{
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    line-height: normal;
    opacity: 0.8;
    text-align: center;
    margin: 0;
}
.ip-about__arch-name{
    font-size: 26px;
    color: #587640;
    line-height: normal;
    margin: 0;
    font-weight: 500;
}
.ip-gallery{
    margin-top: 60px;
}
.ip-gallery .ip-gallery__image{
    position: relative;
    display: block;
    transition: 0.2s;
    margin-bottom: 30px;
    width: 100%;
    padding-top: 61%;
}
.ip-gallery .ip-gallery__image img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.ip-gallery .ip-gallery__image--long{
    padding-top: calc(122% + 30px);
}

.ip-gallery__image:hover{
    opacity: 0.7;
}
.ip-gallery__image:after{
    content: '';
    position: absolute;
    top: 2px;
    right: 1px;
    opacity: 0;
    transition: 0.2s;
    background-image: url(https://www.gwd.ru/local/bitrix/templates/main_page-bootstrap-v2/img/fotorama.png);
    width: 32px;
    height: 32px;
    background-position: 0 -32px;
    background-repeat: no-repeat;
}
.ip-gallery__image:hover:after{
    opacity: 1;
}

.project-tabs.nav-pills{
    margin-top: 50px;
    border-bottom: 1px solid #e8e8e8
}
.project-tabs.nav-pills>li+li{
    margin-left: 0;
}
.project-tabs.nav-pills>li>a {
    border-radius: 0;
}
.project-tabs.nav>li>a {
    position: relative;
    display: block;
    padding: 6px 0 6px;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    color: #333333;
    margin-bottom: -1px;
}
.project-tabs.nav-pills>li>a{
    /*margin-right: 30px;*/
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.project-tabs.nav-pills>li>a:after{
    content: '';
    position: absolute;
    bottom: -5px;
    left: 15px;
    width: calc(100% - 30px);
    height: 5px;
    background: #587640;
    opacity: 0;
}

.project-tabs.nav-pills>li:first-child>a{
    padding-left: 0;
}
.project-tabs.nav-pills>li:first-child>a:after{
    width: calc(100% - 15px);
    left: 0;
}
.project-tabs.nav-pills>li>a{}
.project-tabs.nav-pills>li>a:focus,
.project-tabs.nav-pills>li>a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #587640;
}
.project-tabs.nav-pills>li.active>a,
.project-tabs.nav-pills>li.active>a:focus,
.project-tabs.nav-pills>li.active>a:hover {
    color: #587640;
    background-color: transparent;
    border-bottom: 5px solid transparent;
}
.project-tabs.nav-pills>li.active>a:after,
.project-tabs.nav-pills>li.active>a:focus:after,
.project-tabs.nav-pills>li.active>a:hover:after {
    opacity: 1;
}

.ip-wrapper .tab-content {
    margin-top: -1px;
}
.ip-wrapper .tab-content .tab-content {
    margin: 0;
    border: 0 none;
}
.ip-wrapper .tab-pane a.fancybox {
    width: 100%;
    position: relative;
    padding-top: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    cursor: pointer;
}
.ip-wrapper .tab-pane a img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
}

.nav.variant-nav {margin: 20px 0;}
.nav.variant-nav .nav-pills>li+li{
    margin-left: 0;
}
.nav-pills.variant-nav li {
    margin-right: 10px;
}
.nav-pills.variant-nav a {
    width: 45px;
    height: 45px;
    background-color: #ffffff;
    border: solid 2px #cccccc;
    display: block;
    border-radius: 50%;
    font-size: 25px;
    font-weight: 900;
    text-align: center;
    color: #cccccc;
    padding: 0;
    margin: 0;
    line-height: 1;
    padding-top: 0.35em;
}
.nav-pills.variant-nav a:hover {
    color: #587640;
    border-color: #587640;
}
.nav-pills.variant-nav a.active {
    color: #fff;
    background-color: #587640;
    border-color: #587640;
}
.plan_info{
    display: block;
    clear: both;
    font-size: 16px;
    color: #333;
    text-align: left;
    margin-top: 9px;
}
.plan_info::before{
    content: '';
    display: block;
    height: 5px;
    width: 63px;
    position: relative;
    top: -20px;
    background-color: #587640;
}
.plan_info .plan_size{
    font-size: 40px;
    color: #587640;
    font-weight: bold;
    display: block;
    line-height: 1;
    top: 1px;
    position: relative;
    margin-top: 6px;
}
.plan_info .plan_size sup{
    top: -13px;
    font-size: 22px;
}




.ip-wrapper h3{
    font-size: 30px;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}
.ip-change{
    margin-top: 50px;
    text-align: center;
}
.ip-change h3{
    font-size: 26px;
}
.ip-change__text{
    margin-top: 8px;
    line-height: normal;
}
.ip-change .btn.btn-green{
    padding-left: 40px;
    padding-right: 40px;
}

.ip-video{
    margin-top: 80px;
}
.ip-video h2{
    text-align: center;
    margin-bottom: 25px;
}

.ip-other{
    margin-top: 80px;
}
.ip-other h2{
    margin-bottom: 25px;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: baseline;
}
.ip-other__link{
    font-size: 16px;
    font-weight: 400;
}
.ip-other__link .underline{
    text-decoration: underline;
}
.ip-other .project-likes{
    position: absolute;
    bottom: 5px;
    right: 10px;
}
.ip-other .arch-project{
    height: 311px;
}
.ip-filters{
    margin-top: 80px;
}
.ip-filters h2{
    margin-bottom: 36px;
}
.ip-filter{
    display: flex;
    flex-flow: column;
    justify-content: center;
    position: relative;
    padding-left: 60px;
    min-height: 50px;
}
.ano_ico {
    background-size: 70px;
    background-position: center left;
    background-repeat: no-repeat;
    display: block;
    width: 70px;
    height: 50px;
    position: absolute;
    left: -10px;
    top: 0;
}
.ano_text{
    color: #587640;
    text-decoration: underline;
    margin-left: 10px;
}
.ano_text:hover{text-decoration: none;}
.aico1{background-image: url(/local/images/projects/price.svg)}
.aico2{background-image: url(/local/images/projects/material.svg)}
.aico3{background-image: url(/local/images/projects/etaznost.svg)}
.aico4{background-image: url(/local/images/projects/metraz.svg)}
.ip-form{
    margin-top: 80px;
}

.ip-wrapper a:hover .underline,
.ip-wrapper a:hover .underlined{
    text-decoration: none;
}

.likely .clipboard{
    position: relative;
    background-color: #ececec;
}
.likely .clipboard svg{
    position: relative;
}
.likely .clipboard .clipboard__text{
    padding-right: 4px;
}
.likely .clipboard:hover{
    background-color: rgb(220, 226, 215)
}
.likely .clipboard__text{
    opacity: 1;
}
.likely .clipboard__text-success{
    position: absolute;
    top: 0;
    left: 20px;
    opacity: 0;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 4px;
    border-radius: 3px;
    background-color: inherit;
}
.likely .clipboard__text,
.likely .clipboard__text-success{
    transition: opacity 0.2s;
}
.underline{
    text-decoration: underline;
}


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

.ip-decoration{
    margin-top: 80px;
}
.ip-decoration h2{
    margin-bottom: 30px;
}
.ip-decoration__image-wrapper{
    position: relative;
}
.ip-decoration__image-wrapper::before{
    display: block;
    content: '';
    width: 100%;
    padding-top: 55%;
}
.ip-decoration__image-wrapper img{
    display: block;
    width: 100%;
    height: 100%;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    object-fit: cover;
}

.slider-iframe {
    width: 100%;
    height: 670px;
    border: none;
}

@media (max-width: 1199px) {
    .slider-iframe {
        height: 470px;
    }
}

@media (max-width: 768px) {
    .slider-iframe {
        height: 370px;
    }
}

.ip-built{
    margin-top: 70px;
}
.ip-built h2{
    margin-bottom: 20px;
}
.ip-built__gallery__wrapper{
    position: relative;
}
.ip-built__gallery__item{
    position: relative;
}
.ip-built__gallery__item::before{
    content: '';
    display: block;
    padding-top: 60%;
}
.ip-built__gallery__item img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    object-position: center;
}
.ip-built__gallery__maximize{
    background-color: transparent;
    background-image: url(https://www.gwd.ru/local/bitrix/templates/main_page-bootstrap-v2/img/fotorama.png);
    background-position: 0 -3.2rem;
    border: none;
    width: 3.2rem;
    height: 3.2rem;
    position: absolute;
    top: 0.4rem;
    right: 0.4rem;
}
/* End */


/* Start:/local/js/vendor/slick/slick-dots-stories/1.0/style.css?1745924421532*/
.slick-dots-stories__dashes{
    width: 100%;
    padding: 0 15px;
    display: flex;
    flex-flow: row nowrap;

    position: absolute;
    top: 10px;
    left: 0;

}
.slick-dots-stories__dash{
    margin-right: 2px;
    height: 3px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.5);
    overflow: hidden;

    flex-grow: 1;
    flex-shrink: 1;
}
.slick-dots-stories__dash__fill{
    width: inherit;
    height: 3px;
    background-color: white;
}
.slick-dots-stories__dash:last-child{
    margin-right: 0;
}
/* End */


/* Start:/local/js/vendor/slick/slick-dots-plus/2.0/slick-dots-plus.css?17459244211565*/
.slick-dots-plus--2-0 .slick-dots{
    overflow: hidden;
    height: 30px;
    padding-top: 7px;
    padding-left: 0;
    position: absolute;
    bottom: 0;
    left: calc(50% - 100px);
    list-style: none;

    --dots-color: white;

    width: max-content;
    width: -moz-max-content;
    white-space: nowrap;
}

.slick-dots-plus--2-0.--transitions .slick-dots{
    transition: transform 0.2s;
}

.slick-dots-plus--2-0 .slick-dots > li{
    height: 15px;
    width: 25px;
    float: left;
    opacity: 1;
}
.slick-dots-plus--2-0.--transitions .slick-dots > li{
    transition: opacity 0.2s;
}

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

.slick-dots-plus--2-0 .slick-dots > li.small.right > button{
    transform-origin: 0 center;
}
.slick-dots-plus--2-0 .slick-dots > li.slick-active > button{
    background: var(--dots-color);
}
.slick-dots-plus--2-0 .slick-dots > li.small > button{
    transform: scale(0.66);
    border-width: 3px;
}
.slick-dots-plus--2-0 .slick-dots > li.mask{
    opacity: 0;
}
.slick-dots-plus--2-0 .slick-dots > li.mask > button{
    cursor: default;
}
.slick-dots-plus--2-0 .slick-dots button:focus{
    outline: none;
}
/* End */


/* Start:/local/assets/project-likes/style.css?17459244201499*/
.project-likes{
    --main-color: white;
    --shadow-color: #000101;

    --hover-color: var(--main-color);

    --icon-filter: drop-shadow(0 0 5px var(--shadow-color));
    --text-shadow: 0 0 5px var(--shadow-color);

    --contour-color: var(--main-color);
    --overlay-color: var(--main-color);
    --overlay-color-liked: var(--main-color);

    border: none;
    background: none;
    color: var(--main-color);
    padding: 0;
    vertical-align: sub;
    position: relative;
}
.project-likes:focus{
    outline: none;
}
.project-likes svg{
    width: 20px;
    height: 19px;
    vertical-align: initial;
}
.project-likes__contour{
    fill: var(--contour-color);

    -webkit-filter: var(--icon-filter);
    filter: var(--icon-filter);

    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: var(--overlay-color);
}
.project-likes__count{
    color: var(--main-color);
    text-shadow: var(--text-shadow);
    position: relative;
    top: -4px;
}
@media only screen and (min-width: 992px) {

    .project-likes:hover .project-likes__contour {
        fill: var(--hover-color);
        -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/assets/bottom-form/style.css?17689189402476*/
.gwd__bottom-form {
    --padding: 2.4rem;


    padding: var(--padding);

    background: #f8faf9;
    text-align: center;
    position: relative;

    border-radius: 2.4rem;
    /*overflow: hidden;*/
}
.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 .form-group{
    text-align: left;
}
.gwd__bottom-form .form-control{
    --bs-input-bg: #FFF;
    --bs-input-hover-bg: #f2f2f2;
}

.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;*/
/*}*/
/*.btn.gwd__bottom-form__submit{*/
/*    border-radius: 0.8rem;*/
/*}*/
.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;
}

.gwd__bottom-form .presentation-dropdown{
    margin: 32px auto 12px;
}
.gwd__bottom-form .presentation-dropdown .gwd__bottom-form__submit{
    margin-top: 6px;
    margin-bottom: 0;
}
/* End */


/* Start:/local/assets/bottom-form/style.desktop.css?1768918940760*/
@media (min-width: 768px) {
    .gwd__bottom-form {
        --padding: 3.2rem;
        --h2-size: 2.6rem;
        --h2-mb: 2.4rem;
    }

    .gwd__bottom-form .gwd__bottom-form__subheader {
        margin-top: 0;
        margin-bottom: 35px;
    }

    .gwd__bottom-form .gwd__bottom-form__fields {
        margin-top: 0;
    }

    .gwd__bottom-form .gwd__bottom-form__field {
        margin-bottom: 0;
    }

    .gwd__bottom-form .gwd__bottom-form__submit {
        min-width: 25rem;
        margin: 3.2rem auto 1.2rem;
    }

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

    .gwd__bottom-form .gwd__checkbox-approve {
        margin: 0 auto;
    }
}

.gwd__bottom-form .presentation-dropdown{
    width: fit-content;
}
/* End */


/* Start:/local/css/elements/gwd.button.green.css?1745924421613*/
button.btn.btn-green,
a.btn.btn-green{
    border: none!important;
    background-color:  var(--color-brand-primary);
    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: var(--color-brand-primary-light);
}
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?17459244201219*/
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 */
/* /built/individual-planning/style.css?1750767405303 */
/* /built/individual-planning/gwd.arch-project.css?17507674051094 */
/* /built/individual-planning/gwd.project-likes.css?17507674051438 */
/* /local/css/elements/gwd.button.orange.css?1745924421914 */
/* /local/js/vendor/slick/slick.css?17459244211776 */
/* /local/bitrix/templates/main_page-bootstrap-v2/components/bitrix/news.detail/project.individual.desktop/style.css?174592442118064 */
/* /local/js/vendor/slick/slick-dots-stories/1.0/style.css?1745924421532 */
/* /local/js/vendor/slick/slick-dots-plus/2.0/slick-dots-plus.css?17459244211565 */
/* /local/assets/project-likes/style.css?17459244201499 */
/* /local/assets/bottom-form/style.css?17689189402476 */
/* /local/assets/bottom-form/style.desktop.css?1768918940760 */
/* /local/css/elements/gwd.button.green.css?1745924421613 */
/* /local/assets/checkbox-approve/checkbox-approve.css?17459244201219 */
