.hero-tile{position:relative;padding:5.9rem 1.8rem 1.8rem;display:flex;gap:5rem;flex-direction:column;justify-content:space-between;border-radius:.8rem;background:#fff;background:var(--c-white);cursor:pointer;transition:all .3s ease-in-out;min-height:24rem}.hero-tile.skeleton{background:0 0/300% 300% linear-gradient(-61deg,#676767 40%,#fff 50%,#676767 60%);background:0 0/300% 300% linear-gradient(-61deg,var(--c-grey) 40%,var(--c-white) 50%,var(--c-grey) 60%)}.hero-tile:hover{background:#aa143c;background:var(--c-ruby);color:#fff;color:var(--c-white);border-radius:2.4rem}.hero-tile:hover .hero-tile_head-text{color:#f1f1f1;color:var(--c-greytint)}.hero-tile_head{position:absolute;top:2rem;left:0;width:100%;padding:0 1.8rem;display:flex;justify-content:space-between}.hero-tile_head-text{color:#676767;color:var(--c-grey)}.hero-tile_footer{display:flex;gap:1.2rem;justify-content:space-between;align-items:flex-end}.hero-tile_footer-icon{flex-shrink:0;color:rgba(8,8,8,.2);transform:scaleX(-1)}@supports (color:color-mix(in lch,red,blue)){.hero-tile_footer-icon{color:color-mix(in hsl,var(--c-black),transparent 80%)}}.hero-promo{position:relative;display:flex;flex-direction:column;gap:1.3rem;padding:1rem 1rem .6rem;background:#aa143c;background:var(--c-ruby);border-radius:.8rem;color:#fff;color:var(--c-white);cursor:pointer;overflow:hidden}@media (min-width:1280px){.hero-promo{gap:1.5rem;padding:1.8rem 2rem 1.8rem 3rem}.hero-promo.skeleton{height:138px;background:0 0/300% 300% linear-gradient(-61deg,#676767 40%,#fff 50%,#676767 60%);background:0 0/300% 300% linear-gradient(-61deg,var(--c-grey) 40%,var(--c-white) 50%,var(--c-grey) 60%)}}@media (min-width:1728px){.hero-promo:after{content:"";position:absolute;bottom:-1rem;right:3.6rem;width:12rem;height:11.6rem;background:url(/resources/_nuxt/img/promo-hero.7785229.svg) no-repeat 50%/100% 100%}}.hero-promo_head{display:flex;justify-content:space-between;gap:1rem}.hero-promo_head-text{color:#f1f1f1;color:var(--c-greytint);background-color:#aa143c;background-color:var(--c-ruby);z-index:1;z-index:var(--z-content-1)}.hero-promo_body{display:flex;justify-content:space-between;align-items:center;gap:1.7rem}.hero-promo_time-wrap{display:flex;gap:.8rem}@media (min-width:1728px){.hero-promo_time-wrap{gap:4.8rem}}.hero-promo_time{display:flex;gap:.4rem}@media (min-width:1280px){.hero-promo_time{gap:1rem}}.hero-promo_time-item{position:relative;display:flex;flex-direction:column;align-items:center}.hero-promo_time-item:not(:last-of-type){padding-right:.4rem}.hero-promo_time-item:not(:last-of-type):after{content:":";position:absolute;top:50%;transform:translateY(-50%);right:-3px;font-family:Aeroport,sans-serif;font-family:var(--f-main);font-weight:700;font-weight:var(--w-bold);font-size:2rem;line-height:110%;letter-spacing:-.1px;color:#080808;color:var(--c-black);opacity:.3}@media (min-width:1728px){.hero-promo_time-item:not(:last-of-type){padding-right:1rem}.hero-promo_time-item:not(:last-of-type):after{right:-5px}}.hero-promo_time-text{color:#f1f1f1;color:var(--c-greytint);max-width:10rem}.hero-promo_head-icon{color:rgba(0,0,0,.2);transform:scaleX(-1)}@supports (color:color-mix(in lch,red,blue)){.hero-promo_head-icon{color:color-mix(in hsl,var(--c-black-default),transparent 80%)}}.hero{background:#f1f1f1;background:var(--c-greytint);padding:1.4rem 0 2.3rem;margin-bottom:2.7rem}@media (min-width:1280px){.hero{padding:4rem 0 6rem;margin-bottom:8rem}}.hero-item-anim{opacity:0}.hero_wrapper{display:flex;flex-direction:column;gap:1.8rem}@media (min-width:1280px){.hero_wrapper{flex-direction:row;gap:2rem}}.hero_info{flex:1;display:flex;flex-direction:column;gap:1.8rem}@media (min-width:1280px){.hero_info{gap:3.2rem;justify-content:space-between}}.hero_tiles.__desk{display:none}@media (min-width:1280px){.hero_tiles.__desk{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem}.hero_tiles.__mob{display:none}}.hero_slider .v-slider_pagination-wrap{display:none}.hero_slider .arrow-button{display:flex}.hero_slider .v-slider_button-prev{left:0}.hero_slider .v-slider_button-next{right:0}.hero_slider.skeleton{width:100%;height:670px}@media (min-width:1280px){.hero_slider{width:66%}.hero_slider.skeleton{width:50vw;height:670px}.hero_slider .v-slider_pagination-wrap{display:block}.hero_slider .v-slider_button-prev{left:2rem}.hero_slider .v-slider_button-next{right:2rem}}.hero_slide{position:relative}.hero_slide,.hero_slide-image{border-radius:.8rem;overflow:hidden;height:100%}.hero_slide-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero_slide-gradient{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(8,8,8,.4)}@supports (color:color-mix(in lch,red,blue)){.hero_slide-gradient{background:color-mix(in hsl,var(--c-black),transparent 60%)}}.hero_slide-content{display:flex;flex-direction:column;justify-content:space-between;position:absolute;top:0;left:0;width:100%;height:100%;padding:2.5rem 1.6rem 1.5rem}@media (min-width:1280px){.hero_slide-content{padding:8rem 5rem 6rem;align-items:flex-start}}.hero_slide-title{color:#fff;color:var(--c-white);max-width:60rem}.v-filters-skeleton_break{flex-basis:100%;height:0}.filters-short-index{margin-bottom:4.8rem}@media (min-width:1280px){.filters-short-index{margin-bottom:10rem}}.filters-short-index_wrap.__desk{display:none}@media (min-width:1280px){.filters-short-index_wrap.__mob{display:none}.filters-short-index_wrap.__desk{display:block}}@media (min-width:1728px){.filters-short-index_wrap.__desk{max-width:132.8rem;margin:0 auto}}.filters-short-index_head{display:flex;gap:.8rem;margin-bottom:3.2rem}.filters-short-index_head.skeleton{height:4.9rem;width:80rem;max-width:100%}.filters-short-index_field-turn{display:flex;gap:.8rem}.filters-short-index_filters .field.__complexId,.filters-short-index_filters .field.__turnId,.filters-short-index_filters .field.__viewId{display:none}@media (min-width:1280px) and (max-width:1499px){.filters-short-index_filters .v-filters_fields{grid-template-columns:repeat(4,auto)}.filters-short-index_filters .v-filters_fields .field.__price{width:32rem}.filters-short-index_filters .v-filters_fields .field.__floorNameRange{width:27rem}.filters-short-index_filters .v-filters_fields .field.__area{width:20rem;min-width:0}}@media (min-width:1728px){.filters-short-index_filters .v-filters_fields .v-button{grid-column:4}}.card-slider{position:relative}.card-slider,.card-slider .card-slider_slide,.card-slider .v-slider-wrap{height:100%}.card-slider .v-slider_pagination-wrap{bottom:0}.card-slider_slide{border-radius:8px;overflow:hidden}.card-slider_slide img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.card-slider_area{position:absolute;top:0;left:0;display:none;width:100%;height:100%;z-index:2;z-index:var(--z-content-2)}.card-slider_area div{flex:1}@media (min-width:1280px){.card-slider_area{display:flex}}.complex-card-index-small{position:relative;overflow:hidden}@media (max-width:1279px){.complex-card-index-small{height:auto!important}}.complex-card-index-small_image{position:relative;aspect-ratio:1/1;border-radius:8px;overflow:hidden}.complex-card-index-small_image .card-slider,.complex-card-index-small_image .card-slider_slide,.complex-card-index-small_image .v-slider-wrap{height:100%}.complex-card-index-small_image .v-slider{padding:0}.complex-card-index-small_image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media (min-width:1280px){.complex-card-index-small_image{width:36.46667rem}}@media (min-width:1728px){.complex-card-index-small_image{width:51.13333rem}}.complex-card-index-small_tags{position:absolute;top:.9rem;left:1.1rem}@media (min-width:1280px){.complex-card-index-small_tags{top:3.4rem;right:2.8rem;left:auto}}.complex-card-index-small_info{padding-top:2.1rem}@media (min-width:1280px){.complex-card-index-small_info{padding-top:4.3rem}}.complex-card-index_title{margin-bottom:2rem}.complex-card-index-small_title{margin-bottom:1.8rem}@media (min-width:1280px){.complex-card-index-small_title{margin-bottom:2rem}}.complex-card-index-small_factoids-list{display:flex;flex-direction:column;gap:.8rem}@media (min-width:1280px){.complex-card-index-small_factoids-list{flex-direction:row;gap:3.2rem;flex-wrap:wrap;padding-bottom:3.1rem}}@media (min-width:1728px){.complex-card-index-small_factoids-list{display:grid;grid-template-columns:19rem 14rem 13rem;grid-gap:3.2rem;gap:3.2rem;flex-wrap:nowrap}}.complex-card-index-small_hidden-info{display:flex;flex-direction:column;gap:3.2rem;border-top:1px solid #f1f1f1;border-top:1px solid var(--c-greytint);padding-top:3.5rem;padding-bottom:4.4rem}@media (max-width:1279px){.complex-card-index-small_hidden-info{display:none}}.complex-card-index-small_hidden-info-item{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}@media (min-width:1728px){.complex-card-index-small_hidden-info-item{grid-template-columns:19rem 14rem 13rem;gap:3.2rem}}.complex-card-index-small_hidden-info-item-title{color:#aa143c;color:var(--c-ruby)}.complex-card-index-big{position:relative;margin:0 -2rem}@media (min-width:1280px){.complex-card-index-big{margin:0}}.complex-card-index-big_image{position:relative;border-radius:8px;overflow:hidden;aspect-ratio:375/520}.complex-card-index-big_image .card-slider,.complex-card-index-big_image .card-slider_slide,.complex-card-index-big_image .v-slider-wrap{height:100%}.complex-card-index-big_image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.complex-card-index-big_image .v-slider_pagination-wrap{bottom:20rem}@media (min-width:1280px){.complex-card-index-big_image{aspect-ratio:1600/760;width:100%}.complex-card-index-big_image .v-slider_pagination-wrap{left:auto;right:13.1rem;bottom:9.5rem;width:auto}}.complex-card-index-big_info-container{position:absolute;top:1.2rem;left:1.6rem;right:1.6rem;bottom:1.2rem;border-radius:12px;border:4px solid #fff;border:4px solid var(--c-white);z-index:2;z-index:var(--z-content-2);overflow:hidden;pointer-events:none}@media (min-width:1280px){.complex-card-index-big_info-container{top:4.3rem;left:7.1rem;right:7.1rem;bottom:4.3rem}}.complex-card-index-big_info-wrap{position:absolute;bottom:-4px;background:#fff;background:var(--c-white);border-radius:12px;padding:0 1.2rem;z-index:1;z-index:var(--z-content-1);pointer-events:all;width:100%}@media (min-width:1280px){.complex-card-index-big_info-wrap{padding:0 6rem;width:auto;left:-4px}}.complex-card-index-big_tags{position:absolute;top:.9rem;left:1.1rem}@media (min-width:1280px){.complex-card-index-big_tags{top:3.4rem;right:2.8rem;left:auto}}.complex-card-index-big_info{padding-top:2.1rem}@media (min-width:1280px){.complex-card-index-big_info{padding-top:4.3rem}}.complex-card-index-big_title{margin-bottom:1.8rem}@media (min-width:1280px){.complex-card-index-big_title{margin-bottom:2rem}}.complex-card-index-big_factoids-list{display:flex;gap:.8rem;flex-wrap:wrap;padding-bottom:1.7rem}.complex-card-index-big_factoids-list .field{width:auto}@media (min-width:1280px){.complex-card-index-big_factoids-list{display:grid;grid-template-columns:16.8rem 12.4rem 11rem;grid-gap:4.8rem;gap:4.8rem;padding-bottom:3.1rem}}.complex-card-index-big_hidden-info{display:flex;flex-direction:column;gap:3.2rem;border-top:1px solid #f1f1f1;border-top:1px solid var(--c-greytint);padding-top:3.5rem;padding-bottom:4.4rem}@media (max-width:1279px){.complex-card-index-big_hidden-info{display:none}}.complex-card-index-big_hidden-info-item{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}@media (min-width:1280px){.complex-card-index-big_hidden-info-item{grid-template-columns:16.8rem 12.4rem 11rem;gap:4.8rem}}.complex-card-index-big_hidden-info-item-title{color:#aa143c;color:var(--c-ruby)}.our-projects{margin-bottom:4.8rem}@media (min-width:1280px){.our-projects{margin-bottom:10rem}}.our-projects_title{margin-bottom:2.8rem}@media (min-width:1280px){.our-projects_title{margin-bottom:3.2rem}}.our-projects_grid{display:flex;flex-direction:column;gap:2.8rem}@media (min-width:1280px){.our-projects_grid{gap:6rem}}.our-projects_grid-small-cards.__desk{display:none}@media (min-width:1280px){.our-projects_grid-small-cards.__mob{display:none}.our-projects_grid-small-cards.__desk{display:grid;grid-template-columns:repeat(3,minmax(auto,1fr));grid-gap:3.3rem;gap:3.3rem}}.form-inline{position:relative;z-index:2;z-index:var(--z-content-2);background:#f1f1f1;background:var(--c-greytint);padding:2rem 0 3rem}@media (min-width:1280px){.form-inline{padding:6.8rem 0 9.1rem;display:flex;justify-content:space-between}}.form-inline_title{margin-bottom:1.8rem}@media (min-width:1280px){.form-inline_title{margin-bottom:3.2rem}}.form-inline_text{margin-bottom:2.4rem;max-width:332px;font-size:1.4rem}@media (min-width:1280px){.form-inline_text{font-size:1.6rem;margin-bottom:3.7rem;max-width:75rem}}.form-inline_form .v-form_submit_button{width:100%}.form-inline_form .input-date-wrap{display:flex;flex-direction:column;gap:1.8rem}@media (min-width:1280px){.form-inline_form{flex-wrap:wrap}.form-inline_form .form-basic_inputs{flex-direction:row;gap:3.2rem;order:1}.form-inline_form .v-input{width:25rem}.form-inline_form .input-date-wrap{display:grid;grid-template-columns:repeat(2,19rem)}.form-inline_form .v-form_submit_button{width:auto}.form-inline_form .v-form_submit{order:2}.form-inline_form.form-basic{flex-direction:row;align-items:flex-end}.form-inline_form .check{order:3;width:100%}}@media (min-width:1728px){.form-inline_form .v-input{width:32rem}}