@import url(https://fonts.googleapis.com/css?family=Roboto:regular,700&display=swap);@font-face{font-family:icons;font-display:swap;src:url(../fonts/icons.woff2) format("woff2"),url(../fonts/icons.woff) format("woff");font-weight:400;font-style:normal}[class*=_icon-]:before{font-family:icons;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[class*=_icon-]:before{display:block}._icon-arrow:before{content:"\e900"}._icon-bathtub:before{content:"\e901"}._icon-bed:before{content:"\e902"}._icon-close:before{content:"\e903"}._icon-deal:before{content:"\e904"}._icon-document:before{content:"\e905"}._icon-facebook:before{content:"\e906"}._icon-home:before{content:"\e907"}._icon-instagram:before{content:"\e908"}._icon-key:before{content:"\e909"}._icon-linkedin:before{content:"\e90a"}._icon-location:before{content:"\e90b"}._icon-people:before{content:"\e90c"}._icon-price-money:before{content:"\e90d"}._icon-search:before{content:"\e90e"}._icon-searchTwo:before{content:"\e90f"}._icon-shop-cart:before{content:"\e910"}._icon-square:before{content:"\e911"}._icon-twiter:before{content:"\e912"}*{padding:0;margin:0;border:0}*,*::after,*::before{box-sizing:border-box}*::after,*::before{display:inline-block}body,html{height:100%;min-width:320px}body{color:#222;line-height:1;font-family:Roboto;font-size:1rem;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,textarea{font-family:Roboto;font-size:inherit;line-height:inherit;color:inherit;background-color:transparent}input,textarea{width:100%}button,option,select{cursor:pointer}a{display:inline-block;color:inherit;text-decoration:none}ul li{list-style:none}img{vertical-align:top}h1,h2,h3,h4,h5,h6{font-weight:inherit;font-size:inherit}.lock body{overflow:hidden;touch-action:none;-ms-scroll-chaining:none;overscroll-behavior:none}.wrapper{min-height:100%;display:flex;flex-direction:column;overflow:hidden}@supports (overflow:clip){.wrapper{overflow:clip}}.wrapper > main{flex:1 1 auto}.wrapper > *{min-width:0}[class*=__container]{max-width:80rem;margin:0 auto;padding:0 .625rem}.button{display:inline-flex;padding:.5625rem 1.3125rem;border-radius:.375rem;line-height:1.5;justify-content:center;align-items:center}.button--border{border:.0625rem solid #e7e8e3;box-shadow:0 2px 4px 0 rgba(0,0,0,.08);background-color:#fff;transition:border-color .3s}.button--border span{transition:color .3s}.button--border::before{transition:color .3s;font-size:1.125rem}.button--bg{background-color:#cf6f49;color:#fff;transition:color .5s,background-color .3s}.button--default{transition:color .3s}.button--fw{width:100%}input[type=email],input[type=tel],input[type=text],textarea{-webkit-appearance:none;appearance:none}.input{border-radius:.375rem!important;width:100%;display:block;padding:.5625rem .75rem .5625rem 3.5rem;border:.0625rem solid #e7e8e3;caret-color:inherit;box-shadow:0 2px 4px 0 rgba(0,0,0,.08);color:#65665c;font-size:1.25rem;line-height:1.5}.input--psmall{padding:.75rem .875rem}.input--bg{background-color:#fff}.input[placeholder]:not([data-placeholder-nohiden])::-webkit-input-placeholder{-webkit-transition:opacity .3s;transition:opacity .3s;color:#65665c}.input[placeholder]:not([data-placeholder-nohiden]):-ms-input-placeholder{-ms-transition:opacity .3s;transition:opacity .3s;color:#65665c}.input[placeholder]:not([data-placeholder-nohiden])::-ms-input-placeholder{-ms-transition:opacity .3s;transition:opacity .3s;color:#65665c}.input[placeholder]:not([data-placeholder-nohiden])::placeholder{transition:opacity .3s;color:#65665c}.input[placeholder]:not([data-placeholder-nohiden]):focus::-webkit-input-placeholder{opacity:0}.input[placeholder]:not([data-placeholder-nohiden]):focus:-ms-input-placeholder{opacity:0}.input[placeholder]:not([data-placeholder-nohiden]):focus::-ms-input-placeholder{opacity:0}.input[placeholder]:not([data-placeholder-nohiden]):focus::placeholder{opacity:0}textarea.input{resize:none;padding:0 0}.rating{display:inline-block}.rating__items{display:inline-flex;align-items:flex-start;gap:.25rem}.rating__item{flex:0 0 1.25rem;width:1.25rem;height:1.25rem;position:relative;background:url(../img/star-empty.svg) 0 0/1.25rem no-repeat;transition:all .3s}.rating__item--active{background:url(../img/star-full.svg) 0 0/1.25rem no-repeat}.rating__item span{position:absolute;top:0;left:0;width:0%;height:1.25rem;background:url(../img/star-full.svg) 0 0/1.25rem no-repeat}.rating__item:not(:last-child)::after{content:"";position:absolute;right:0;top:0;height:100%;width:.25rem;-webkit-transform:translateX(100%);transform:translateX(100%)}[data-rating=set] .rating__item:not(:last-child)::after{cursor:pointer}.rating__input{width:100%;height:100%;opacity:0;display:block}[data-rating=set] .rating__input{cursor:pointer}.menu__list{display:flex;justify-content:flex-end;flex-wrap:wrap;row-gap:.25rem}.menu__link{line-height:1.5;transition:color .3s}.menu__link--flex{display:flex;align-items:center;gap:.5rem}.icon-menu{display:none}body::after{content:"";background-color:rgba(0,0,0,.5);position:fixed;width:100%;height:100%;top:0;left:0;opacity:0;transition:opacity .8s ease 0s;pointer-events:none;z-index:149}.popup-show body::after{opacity:1}.popup{position:fixed;top:0;left:0;bottom:0;right:0;padding:30px 10px;transition:visibility .8s ease 0s;visibility:hidden;pointer-events:none}.popup_show{z-index:150;visibility:visible;overflow:auto;pointer-events:auto}.popup_show .popup__content{visibility:visible;-webkit-transform:scale(1);transform:scale(1)}.popup__wrapper{display:flex;flex-direction:column;align-items:center;min-height:100%;flex:1 1 auto;width:100%;display:flex;justify-content:center;align-items:center}.popup__content{visibility:hidden;-webkit-transform:scale(0);transform:scale(0);transition:-webkit-transform .3s ease 0s;transition:transform .3s ease 0s;transition:transform .3s ease 0s,-webkit-transform .3s ease 0s;background-color:#eee;padding:20px;width:100%;max-width:900px;border-radius:20px}.lock .popup__content{visibility:visible}.spollers{display:grid;gap:15px}.spollers__item{font-size:1.25rem}.spollers__title{width:100%;cursor:default;text-align:left;position:relative;list-style:none;padding-right:.875rem;line-height:1.5;color:#2a2c1f}.spollers__title:not(:last-child){margin-bottom:1rem}.spollers__title::-webkit-details-marker,.spollers__title::marker{display:none}._spoller-init .spollers__title{cursor:pointer}._spoller-init .spollers__title::after,._spoller-init .spollers__title::before{content:"";position:absolute;right:0;top:50%;background-color:#2a2c1f;height:2px;width:6px;transition:-webkit-transform .5s ease 0s;transition:transform .5s ease 0s;transition:transform .5s ease 0s,-webkit-transform .5s ease 0s}._spoller-init .spollers__title::before{-webkit-transform:translate(-75%,-50%) rotate(40deg);transform:translate(-75%,-50%) rotate(40deg)}._spoller-init .spollers__title::after{-webkit-transform:translate(0,-50%) rotate(-40deg);transform:translate(0,-50%) rotate(-40deg)}._spoller-init .spollers__title._spoller-active::before{-webkit-transform:translateX(-75%) rotate(-40deg);transform:translateX(-75%) rotate(-40deg)}._spoller-init .spollers__title._spoller-active::after{-webkit-transform:rotate(40deg);transform:rotate(40deg)}.spollers__body{display:flex;flex-direction:column;gap:1rem;line-height:1.5;color:#2a2c1f}.spollers__link{transition:color .3s}.ibg{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ibg--top{-o-object-position:top;object-position:top}.ibg--bottom{-o-object-position:bottom;object-position:bottom}.ibg--left{-o-object-position:left;object-position:left}.ibg--right{-o-object-position:right;object-position:right}.ibg--contain{-o-object-fit:contain;object-fit:contain}.label-block{border-radius:2rem;background-color:#e7e8e3;padding:.25rem .75rem;display:inline-block;align-self:flex-start;font-size:.875rem;line-height:1.5;color:#2a2c1f;white-space:nowrap}.content-block{display:flex;flex-direction:column;gap:1.25rem}.content-block__title{color:#2a2c1f}.content-block__subtitle{color:#65665c}.content-block__form{display:flex;position:relative;gap:1rem;white-space:nowrap}.content-block__form .icon{position:absolute;top:50%;left:5.16129%;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:1.25rem}.content-block__actions{display:flex;gap:.25rem}.content-block__actions a:last-child{display:flex;flex-direction:row-reverse;gap:.5rem}.content-block__actions a:last-child::before{font-size:.375rem;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.content-block__items{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem}.item-content-block{flex:1 1 15.3125rem}.item-content-block__icon{width:3rem;height:3rem;background-color:#fae8e1;display:flex;justify-content:center;align-items:center;font-size:1.5rem;color:#cf6f49;border-radius:.5rem}.item-content-block__icon:not(:last-child){margin-bottom:1rem}.item-content-block__title{font-weight:700;line-height:1.4;color:#2a2c1f}.item-content-block__title:not(:last-child){margin-bottom:1.125rem}.item-content-block__subtitle{color:#65665c;line-height:1.5}.title{line-height:1.2}.title--bold{font-weight:700}.subtitle{line-height:1.5}.actions-navigation{display:flex;justify-content:center;gap:.5rem}.actions-navigation a:last-child{display:flex;align-items:center;flex-direction:row-reverse;gap:.5rem}.actions-navigation a:last-child::before{font-size:.375rem;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.grid-items--320{display:grid;gap:32px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.info-block{display:flex;flex-direction:column;text-align:center;gap:1.5rem}.header{position:fixed;width:100%;top:0;left:0;background-color:#fff;z-index:10;-webkit-transform:translateY(-100%);transform:translateY(-100%)}.loaded .header._watcher-view{-webkit-transform:translateY(0);transform:translateY(0);transition-duration:2s;transition-delay:2s}.header__welcome{background-color:#939878;display:flex;justify-content:center;align-items:center;padding:.625rem 0}.header__container{display:flex;align-items:center;gap:.5rem;padding-top:1rem;padding-bottom:1rem}.header__menu{flex:1 1 100%}.header__actions{display:flex;align-items:center;white-space:nowrap}.welcom-header{position:relative}.welcom-header__title{line-height:1.5;font-size:.875rem;color:#fff}.welcom-header__close{position:absolute;top:50%;right:3%;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:1.125rem;transition:color .3s}.actions-header__cart{display:flex;align-items:center;gap:.5rem}.form-search{position:absolute;bottom:-55.5px;left:0;width:100%;opacity:0;transition:opacity 1.5s}.form-search input{padding-right:3rem}.form-search button{position:absolute;top:50%;right:.75rem;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:1.5rem}.form-search._open{opacity:1}.top-footer__container{display:flex;justify-content:space-between}.top-footer__spollers{flex:1 1 100%;display:flex;justify-content:space-between}.top-footer__actions{width:100%;display:flex;flex-direction:column}.top-footer__title{line-height:1.5;color:#2a2c1f}.top-footer__title:not(:last-child){margin-bottom:.625rem}.top-footer__subtitle{line-height:1.5;color:#65665c}.top-footer__subtitle:not(:last-child){margin-bottom:.875rem}.top-footer form{display:flex;white-space:nowrap;gap:1rem}.top-footer form:not(:last-child){margin-bottom:1rem}.top-footer__links{display:flex;gap:1rem}.item-link{font-size:.75rem;line-height:1.5;color:#65665c;transition:color .3s}.bottom-footer{background-color:#f5f5f2}.bottom-footer__container{display:flex;justify-content:space-between;gap:1rem;padding-top:1.5625rem;padding-bottom:1.5625rem}.bottom-footer__coopyright{font-size:.875rem;line-height:1.5;color:#65665c}.bottom-footer__items{display:flex;gap:.75rem}.item-social{font-size:1.25rem;transition:color .3s}.main-home{position:relative}.main-home__section{position:absolute;width:100%;height:100%;top:0;left:0;z-index:-1}.main-home__container{overflow:hidden}.main-home__content .content-block__title{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.main-home__content .content-block__subtitle{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.main-home__content .content-block__form{-webkit-transform:scale(0);transform:scale(0)}.main-home__content .content-block .label-block{-webkit-transform:translateX(-150%);transform:translateX(-150%)}.loaded .main-home__content .content-block._watcher-view .label-block{-webkit-transform:translateX(0);transform:translateX(0);transition-delay:2.5s;transition-duration:1s}.loaded .main-home__content .content-block._watcher-view .content-block__title{-webkit-transform:translateX(0);transform:translateX(0);transition-delay:1.5s;transition-duration:.8s}.loaded .main-home__content .content-block._watcher-view .content-block__subtitle{-webkit-transform:translateX(0);transform:translateX(0);transition-delay:2s;transition-duration:1s}.loaded .main-home__content .content-block._watcher-view .content-block__form{-webkit-transform:scale(1);transform:scale(1);transition-delay:2s;transition-duration:1s}.section-main-home{display:grid;grid-template-columns:repeat(2,1fr);overflow:hidden}.section-main-home__left{position:relative;background-color:#f5f5f2;-webkit-transform:scale(0);transform:scale(0)}.section-main-home__left .left,.section-main-home__left .right{position:absolute}.section-main-home__left .left{top:0;left:0}.section-main-home__left .right{bottom:0;right:0}.loaded .section-main-home__left._watcher-view{-webkit-transform:scale(1);transform:scale(1);transition-duration:1.5s;transition-delay:.5s}.section-main-home__right{position:relative;opacity:0}.section-main-home__right img{position:absolute;top:0;left:0}.loaded .section-main-home__right._watcher-view{opacity:1;transition-duration:1.5s;transition-delay:.5s}.best-home__container{display:flex;justify-content:space-between;gap:1rem;overflow:hidden}.best-home__title{line-height:1.5;color:#2a2c1f;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.loaded .best-home__title._watcher-view{-webkit-transform:translateX(0);transform:translateX(0);transition-duration:1.5s;transition-delay:1s}.best-home__items{display:flex;align-items:center;justify-content:center;row-gap:.5rem;flex-wrap:wrap}.item-best-home{opacity:0}.loaded .item-best-home._watcher-view{opacity:1}.loaded .item-best-home._watcher-view:nth-child(1){transition-delay:1s;transition-duration:.6s}.loaded .item-best-home._watcher-view:nth-child(2){transition-delay:1.2s;transition-duration:.9s}.loaded .item-best-home._watcher-view:nth-child(3){transition-delay:1.4s;transition-duration:1.2s}.loaded .item-best-home._watcher-view:nth-child(4){transition-delay:1.6s;transition-duration:1.5s}.loaded .item-best-home._watcher-view:nth-child(5){transition-delay:1.8s;transition-duration:1.8s}.how-home__container{display:flex;flex-direction:column}.how-home .info-block .title{overflow:hidden;-webkit-transform:translateY(-100%);transform:translateY(-100%)}.loaded .how-home .info-block .title._watcher-view{-webkit-transform:translateY(0);transform:translateY(0);transition-delay:2s;transition-duration:2s}.how-home .info-block .subtitle{max-width:55.3125rem;margin:0 auto;opacity:0}.loaded .how-home .info-block .subtitle._watcher-view{opacity:1;transition-delay:2.5s;transition-duration:2s}.how-home__items{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem}.item-how-home{flex:1 1 25.3125rem;opacity:0;border-radius:1rem;border:.0625rem solid #e7e8e3;box-shadow:0 2px 4px 0 rgba(0,0,0,.08)}.loaded .item-how-home._watcher-view{opacity:1}.loaded .item-how-home._watcher-view:nth-child(1){transition-delay:1s;transition-duration:.6s}.loaded .item-how-home._watcher-view:nth-child(2){transition-delay:1.2s;transition-duration:.9s}.loaded .item-how-home._watcher-view:nth-child(3){transition-delay:1.4s;transition-duration:1.2s}.item-how-home__body{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.item-how-home__icon{flex:0 0 3rem;width:3rem;height:3rem;border-radius:.5rem;background-color:#fae8e1;display:flex;justify-content:center;align-items:center;color:#cf6f49}.item-how-home__icon:not(:last-child){margin-bottom:1.5rem}.item-how-home__title{line-height:1.4;font-weight:700;color:#2a2c1f}.item-how-home__title:not(:last-child){margin-bottom:1.0625rem}.item-how-home__subtitle{line-height:1.5;color:#65665c}.works-home__container{display:flex;flex-direction:column}.item-work-home{display:flex;justify-content:space-between;align-items:center;gap:1rem;opacity:0}.item-work-home__image{aspect-ratio:1/1;max-width:37.5rem;border-radius:1rem;overflow:hidden;width:100%;position:relative}.loaded .item-work-home._watcher-view{transition-delay:1.5s;transition-duration:2.5s;opacity:1}.houses-home{background-color:#f5f5f2;position:relative}.houses-home__image{position:absolute;aspect-ratio:1/1}.houses-home__image--first{top:0;right:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.houses-home__image--last{left:0;bottom:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.houses-home__container{display:flex;flex-direction:column}.houses-home__container .info-block .label-block{align-self:center;opacity:0}.houses-home__container .info-block .title{opacity:0}.loaded .houses-home__container .info-block._watcher-view .label-block{opacity:1;transition-duration:2.5s;transition-delay:1s}.loaded .houses-home__container .info-block._watcher-view .title{opacity:1;transition-duration:1.5s}.houses-home__wrapper{display:flex;flex-direction:column}.houses-home__wrapper .actions-navigation{opacity:0}.loaded .houses-home__wrapper._watcher-view .actions-navigation{opacity:1;transition-delay:.5s;transition-duration:1.3s}.item-house-home{border-radius:.75rem;background-color:#fff;overflow:hidden;box-shadow:0 2px 4px 0 rgba(0,0,0,.08);opacity:0}.loaded .item-house-home._watcher-view{opacity:1}.loaded .item-house-home._watcher-view:nth-child(1){transition-delay:1s;transition-duration:.6s}.loaded .item-house-home._watcher-view:nth-child(2){transition-delay:1.2s;transition-duration:.9s}.loaded .item-house-home._watcher-view:nth-child(3){transition-delay:1.4s;transition-duration:1.2s}.loaded .item-house-home._watcher-view:nth-child(4){transition-delay:1.6s;transition-duration:1.5s}.loaded .item-house-home._watcher-view:nth-child(5){transition-delay:1.8s;transition-duration:1.8s}.loaded .item-house-home._watcher-view:nth-child(6){transition-delay:2s;transition-duration:2.1s}.item-house-home__picture{overflow:hidden;aspect-ratio:405/268;width:100%}.item-house-home__image-link{transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.item-house-home__title{font-weight:700;line-height:1.4;color:#2a2c1f}.item-house-home__title:not(:last-child){margin-bottom:.1875rem}.item-house-home__link{transition:color .3s}.item-house-home__price{display:flex;font-weight:700;line-height:1.5;color:#2a2c1f;display:flex;gap:.25rem}.item-house-home__price::before{content:"$"}.item-house-home__price::after{content:"USD"}.item-house-home__price:not(:last-child){margin-bottom:1rem}.item-house-home__location{display:flex;align-items:center;gap:.625rem;color:#65665c;line-height:1.5}.item-house-home__location::before{font-size:.875rem}.item-house-home__location:not(:last-child){margin-bottom:1rem}.item-house-home__additional{display:flex;row-gap:.5rem;flex-wrap:wrap}.additional__item{display:flex;align-items:center;gap:.625rem;line-height:1.5;color:#65665c}.additional__item::before{font-size:.875rem}.locations-home{background-color:#f5f5f2}.locations-home__container{display:flex;flex-direction:column;position:relative}.locations-home__container .info-block .title{opacity:0}.locations-home__container .info-block .subtitle{opacity:0}.loaded .locations-home__container .info-block._watcher-view .title{transition-delay:.3s;opacity:1;transition-duration:2s}.loaded .locations-home__container .info-block._watcher-view .subtitle{opacity:1;transition-delay:1s;transition-duration:2s}.locations-home__body{display:flex;flex-direction:column}.locations-home__body .actions-navigation{opacity:0}.loaded .locations-home__body._watcher-view .actions-navigation{opacity:1;transition-delay:.5s;transition-duration:1.3s}.locations-home__banner{position:absolute;width:calc(100% - 20px);left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);opacity:0}.loaded .locations-home__banner._watcher-view{opacity:1;transition-delay:1s;transition-duration:2.5s}.item-location-home{background-color:#fff;box-shadow:0 2px 4px 0 rgba(0,0,0,.08);border-radius:1rem;border:1px solid #e7e8e3;opacity:0}.loaded .item-location-home._watcher-view{opacity:1}.loaded .item-location-home._watcher-view:nth-child(1){transition-delay:1s;transition-duration:.6s}.loaded .item-location-home._watcher-view:nth-child(2){transition-delay:1.2s;transition-duration:.9s}.loaded .item-location-home._watcher-view:nth-child(3){transition-delay:1.4s;transition-duration:1.2s}.loaded .item-location-home._watcher-view:nth-child(4){transition-delay:1.6s;transition-duration:1.5s}.loaded .item-location-home._watcher-view:nth-child(5){transition-delay:1.8s;transition-duration:1.8s}.loaded .item-location-home._watcher-view:nth-child(6){transition-delay:2s;transition-duration:2.1s}.item-location-home__body{display:flex;flex-direction:column;gap:.75rem}.item-location-home__title{line-height:1.4;color:#2a2c1f;font-weight:700}.item-location-home__title-link{transition:color .3s}.item-location-home__link-details{align-self:flex-start;display:flex;align-items:center;flex-direction:row-reverse;gap:.5rem;transition:color .3s}.item-location-home__link-details::before{font-size:.375rem;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.banner-home{background-color:#65665c;border-radius:1.5rem;padding-left:.75rem;padding-right:.75rem}.banner-home__body{max-width:48.125rem;width:100%;margin:0 auto;text-align:center;display:flex;flex-direction:column}.banner-home__icons{align-self:center;background-color:#fff;border-radius:.5rem;display:flex;align-items:center;justify-content:center}.banner-home__icons:not(:last-child){margin-bottom:.8125rem}.banner-home__title{color:#fff}.banner-home__title:not(:last-child){margin-bottom:1.8125rem}.banner-home__subtitle{line-height:1.5;color:#e7e8e3}.banner-home__subtitle:not(:last-child){margin-bottom:1.3125rem}.banner-home .button{align-self:center}.what-home__container{display:flex;flex-direction:column}.what-home__container .info-block .title{opacity:0}.what-home__container .info-block .subtitle{opacity:0}.loaded .what-home__container .info-block._watcher-view .title{transition-delay:.3s;opacity:1;transition-duration:2s}.loaded .what-home__container .info-block._watcher-view .subtitle{opacity:1;transition-delay:1s;transition-duration:2s}.item-feedback-home{background-color:#fff;box-shadow:0 2px 4px 0 rgba(0,0,0,.08);border-radius:1rem;border:1px solid #e7e8e3;opacity:0}.loaded .item-feedback-home._watcher-view{opacity:1}.loaded .item-feedback-home._watcher-view:nth-child(1){transition-delay:1s;transition-duration:.6s}.loaded .item-feedback-home._watcher-view:nth-child(2){transition-delay:1.2s;transition-duration:.9s}.loaded .item-feedback-home._watcher-view:nth-child(3){transition-delay:1.4s;transition-duration:1.2s}.item-feedback-home__body{display:flex;flex-direction:column}.item-feedback-home__text{flex:1 1 100%;line-height:1.5;color:#2a2c1f}.item-feedback-home__text::after,.item-feedback-home__text::before{content:'"'}.item-feedback-home__user-info{display:flex;gap:1.125rem}.user-info-feedback-home__avatar{width:3rem;height:3rem;border-radius:50%}.user-info-feedback-home__info{display:flex;flex-direction:column;line-height:1.5}.user-info-feedback-home__name{color:#2a2c1f;font-weight:700}.user-info-feedback-home__category{color:#65665c}.posts-home{background-color:#f5f5f2}.posts-home__container{display:flex;flex-direction:column;overflow:hidden}.posts-home__container .content-block{position:relative}.posts-home__container .content-block .label-block{opacity:0}.posts-home__container .content-block .button{align-self:flex-start}.posts-home__container .content-block__title{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.posts-home__container .content-block__subtitle{max-width:44.375rem;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.loaded .posts-home__container .content-block._watcher-view .label-block{opacity:1;transition-delay:1s;transition-duration:1s}.loaded .posts-home__container .content-block._watcher-view .content-block__title{-webkit-transform:translateX(0);transform:translateX(0);transition-duration:.8s}.loaded .posts-home__container .content-block._watcher-view .content-block__subtitle{-webkit-transform:translateX(0);transform:translateX(0);transition-delay:.5s;transition-duration:1.5s}.item-post-home{background-color:#fff;box-shadow:0 2px 4px 0 rgba(0,0,0,.08);border-radius:1rem;border:1px solid #e7e8e3;overflow:hidden;display:flex;flex-direction:column;opacity:0}.loaded .item-post-home._watcher-view{opacity:1}.loaded .item-post-home._watcher-view:nth-child(1){transition-delay:1s;transition-duration:.6s}.loaded .item-post-home._watcher-view:nth-child(2){transition-delay:1.2s;transition-duration:.9s}.loaded .item-post-home._watcher-view:nth-child(3){transition-delay:1.4s;transition-duration:1.2s}.item-post-home__picture{aspect-ratio:403/266;overflow:hidden}.item-post-home__picture-link{transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.item-post-home__body{display:flex;flex-direction:column;flex:1 1 auto}.item-post-home__header{display:flex;align-items:center;gap:1rem;font-size:.875rem;line-height:1.5}.item-post-home__header:not(:last-child){margin-bottom:1rem}.item-post-home__label{padding:.25rem .5rem;background-color:#fae8e1;display:inline-block;align-self:flex-start;border-radius:2rem;color:#2a2c1f}.item-post-home__date{color:#65665c}.item-post-home__title{font-weight:700;line-height:1.4;color:#2a2c1f;flex:1 1 100%}.item-post-home__title:not(:last-child){margin-bottom:.5rem}.item-post-home__title-link{transition:color .3s}.item-post-home__text{line-height:1.5;color:#65665c}.item-post-home__text:not(:last-child){margin-bottom:1.25rem}.item-post-home__details{align-self:flex-start;display:flex;align-items:center;flex-direction:row-reverse;gap:.5rem;color:#65665c;line-height:1.5;transition:color .3s}.item-post-home__details::before{font-size:.375rem;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}@media (min-width:47.99875em){.top-footer__actions{max-width:24rem}.works-home__container .item-work-home:nth-child(even){flex-direction:row-reverse}.item-work-home__content{max-width:32.5rem}.locations-home__banner{bottom:-14.5rem}}@media (min-width:61.99875em){.main-home__content .content-block__title{max-width:32.1875rem}.main-home__content .content-block__subtitle{max-width:31.25rem}.main-home__content .content-block__form{max-width:30rem}.section-main-home__right{-webkit-transform:scale(0);transform:scale(0)}.loaded .section-main-home__right._watcher-view{-webkit-transform:scale(1);transform:scale(1)}.best-home__title{max-width:15.3125rem}.posts-home__container .content-block .button{position:absolute;bottom:0;right:0}}@media (min-width:80em){.button{font-size:1rem}.menu__list{-webkit-column-gap:2rem;-moz-column-gap:2rem;column-gap:2rem}.spollers__title{font-size:1rem}.spollers__body{font-size:.875rem}.item-content-block__title{font-size:1.25rem}.item-content-block__subtitle{font-size:1rem}.title--big{font-size:3.5rem}.title--small{font-size:3rem}.subtitle--big{font-size:1.25rem}.subtitle--small{font-size:1.125rem}.header__actions{gap:1rem}.top-footer__container{-webkit-column-gap:5.9375rem;-moz-column-gap:5.9375rem;column-gap:5.9375rem}.top-footer__container{padding-top:4rem}.top-footer__container{padding-bottom:4rem}.top-footer__title{font-size:1rem}.top-footer__subtitle{font-size:1rem}.bottom-footer__container{padding-left:4rem}.bottom-footer__container{padding-right:4rem}.main-home__container{padding-top:10rem}.main-home__container{padding-bottom:10rem}.best-home__container{padding-top:4.1875rem}.best-home__container{padding-bottom:8rem}.best-home__title{font-size:1.125rem}.best-home__items{-webkit-column-gap:2rem;-moz-column-gap:2rem;column-gap:2rem}.how-home__container{gap:4rem}.how-home__container{padding-bottom:8rem}.item-how-home{padding-top:3.0625rem}.item-how-home{padding-bottom:2.9375rem}.item-how-home{padding-left:2rem}.item-how-home{padding-right:2rem}.item-how-home__title{font-size:1.5rem}.item-how-home__subtitle{font-size:1rem}.works-home__container{gap:8rem}.works-home__container{padding-bottom:8rem}.houses-home__image{width:8.4375rem}.houses-home__container{gap:5.125rem}.houses-home__container{padding-top:8rem}.houses-home__container{padding-bottom:10rem}.houses-home__wrapper{gap:5rem}.item-house-home__body{padding:1.5rem}.item-house-home__title{font-size:1.5rem}.item-house-home__price{font-size:1.125rem}.item-house-home__location{font-size:1rem}.item-house-home__additional{-webkit-column-gap:1.5rem;-moz-column-gap:1.5rem;column-gap:1.5rem}.additional__item{font-size:1rem}.locations-home__container{gap:5.125rem}.locations-home__container{padding-bottom:22.8125rem}.locations-home__body{gap:5rem}.item-location-home{padding:2rem}.item-location-home__title{font-size:1.25rem}.banner-home{padding-top:6rem}.banner-home{padding-bottom:6rem}.banner-home__icons{width:3rem}.banner-home__icons{height:3rem}.banner-home__icons{font-size:2rem}.banner-home__subtitle{font-size:1.125rem}.what-home__container{gap:5rem}.what-home__container{padding-top:28.75rem}.what-home__container{padding-bottom:10rem}.item-feedback-home{padding:2rem}.item-feedback-home__body{gap:1.75rem}.item-feedback-home__text{font-size:1.125rem}.user-info-feedback-home__info{font-size:1rem}.posts-home__container{gap:5rem}.posts-home__container{padding-top:8rem}.posts-home__container{padding-bottom:8rem}.item-post-home__body{padding:1.5rem}.item-post-home__title{font-size:1.5rem}.item-post-home__text{font-size:1rem}.item-post-home__details{font-size:1rem}}@media (max-width:20em){.button{font-size:.875rem}.spollers__title{font-size:.875rem}.spollers__body{font-size:.75rem}.item-content-block__title{font-size:1rem}.item-content-block__subtitle{font-size:.875rem}.title--big{font-size:2rem}.title--small{font-size:1.5rem}.subtitle--big{font-size:1rem}.subtitle--small{font-size:.875rem}.top-footer__container{padding-top:1.5rem}.top-footer__container{padding-bottom:1.5rem}.top-footer__title{font-size:.875rem}.top-footer__subtitle{font-size:.875rem}.bottom-footer__container{padding-left:.75rem}.bottom-footer__container{padding-right:.75rem}.main-home__container{padding-top:3.75rem}.main-home__container{padding-bottom:3.75rem}.best-home__container{padding-top:1.5rem}.best-home__container{padding-bottom:3rem}.best-home__title{font-size:.875rem}.best-home__items{-webkit-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem}.how-home__container{gap:2rem}.how-home__container{padding-bottom:3rem}.item-how-home{padding-top:1.5rem}.item-how-home{padding-bottom:1.5rem}.item-how-home{padding-left:1rem}.item-how-home{padding-right:1rem}.item-how-home__title{font-size:1.125rem}.item-how-home__subtitle{font-size:.875rem}.works-home__container{gap:1.5rem}.works-home__container{padding-bottom:3rem}.houses-home__image{width:5rem}.houses-home__container{gap:1.5rem}.houses-home__container{padding-top:3.75rem}.houses-home__container{padding-bottom:5rem}.houses-home__wrapper{gap:1.25rem}.item-house-home__body{padding:1rem}.item-house-home__title{font-size:1.125rem}.item-house-home__price{font-size:.875rem}.item-house-home__location{font-size:.875rem}.item-house-home__additional{-webkit-column-gap:.75rem;-moz-column-gap:.75rem;column-gap:.75rem}.additional__item{font-size:.875rem}.locations-home__container{gap:1.5rem}.locations-home__container{padding-bottom:3.75rem}.locations-home__body{gap:1.25rem}.locations-home__banner{bottom:-18.75rem}.item-location-home{padding:1rem}.item-location-home__title{font-size:1rem}.banner-home{padding-top:2rem}.banner-home{padding-bottom:2rem}.banner-home__icons{width:2.5rem}.banner-home__icons{height:2.5rem}.banner-home__icons{font-size:1.5rem}.banner-home__subtitle{font-size:1rem}.what-home__container{gap:1.25rem}.what-home__container{padding-top:21.25rem}.what-home__container{padding-bottom:3.75rem}.item-feedback-home{padding:1rem}.item-feedback-home__body{gap:1rem}.item-feedback-home__text{font-size:1rem}.user-info-feedback-home__info{font-size:.875rem}.posts-home__container{gap:1.25rem}.posts-home__container{padding-top:3.75rem}.posts-home__container{padding-bottom:3.75rem}.item-post-home__body{padding:1rem}.item-post-home__title{font-size:1.125rem}.item-post-home__text{font-size:.875rem}.item-post-home__details{font-size:.875rem}}@media (max-width:61.99875em){.content-block__form .icon{left:1rem}.main-home__content .content-block__title{color:#fff}.main-home__content .content-block__subtitle{color:#fff}.main-home__content .content-block__form{color:#fff}.main-home__content .content-block__form .input[placeholder]:not([data-placeholder-nohiden]){color:#fff}.main-home__content .content-block__form .input[placeholder]:not([data-placeholder-nohiden])::-webkit-input-placeholder{color:#fff}.main-home__content .content-block__form .input[placeholder]:not([data-placeholder-nohiden]):-ms-input-placeholder{color:#fff}.main-home__content .content-block__form .input[placeholder]:not([data-placeholder-nohiden])::-ms-input-placeholder{color:#fff}.main-home__content .content-block__form .input[placeholder]:not([data-placeholder-nohiden])::placeholder{color:#fff}.section-main-home{grid-template-columns:auto}.section-main-home__left{display:none}.section-main-home__right img{z-index:-2}.section-main-home__right::after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;z-index:-1;background-color:rgba(0,0,0,.4)}.best-home__container{flex-direction:column}}@media (max-width:47.99875em){.menu__body{position:absolute;max-width:16.25rem;width:100%;min-height:100%;right:-100%;top:8.125rem;overflow:auto;padding:1.5rem .9375rem 1.5rem 1rem;transition:right .3s;background-color:#fff;border-radius:1.875rem 0 0 2.4375rem}.menu__body::before{content:"";position:fixed;width:100%;height:100%;right:-100%;top:0;transition:right .3s;z-index:2}.menu-open .menu__body{right:0}.menu-open .menu__body::before{right:0}.menu__list{flex-direction:column;row-gap:.75rem}.menu__item{width:100%}.menu__item button{justify-content:center}.menu__link{font-size:1.5rem;width:100%;text-align:center}.icon-menu{display:block;position:relative;width:1.875rem;height:1.125rem;z-index:5}.icon-menu span,.icon-menu::after,.icon-menu::before{content:"";transition:all .3s ease 0s;right:0;position:absolute;width:100%;height:.125rem;background-color:#000}.icon-menu::before{top:0}.icon-menu::after{bottom:0}.icon-menu span{top:calc(50% - .0625rem)}.menu-open .icon-menu span{width:0}.menu-open .icon-menu::before{top:calc(50% - .0625rem);-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.menu-open .icon-menu::after{bottom:calc(50% - .0625rem);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.content-block__form{flex-direction:column}.content-block__form .icon{top:.9375rem;-webkit-transform:translateY(0);transform:translateY(0)}.header__actions{gap:.5rem}.top-footer__container{flex-direction:column;row-gap:1.5rem}.item-work-home{flex-direction:column}.item-work-home__image{max-width:none}}@media (max-width:47.99875em) and (any-hover:none){.icon-menu{cursor:default}}@media (max-width:29.99875em){.content-block__actions{flex-direction:column}.actions-navigation{flex-direction:column}.grid-items{grid-template-columns:auto}.top-footer__spollers{flex-direction:column}.top-footer form{flex-direction:column}.bottom-footer__container{flex-direction:column;align-items:center}.item-how-home{flex:auto}}@media (min-width:20em) and (max-width:80em){@supports (font-size:clamp(0.875rem ,0.8333333333rem + 0.2083333333vw ,1rem)){.button{font-size:clamp(.875rem ,.8333333333rem + .2083333333vw ,1rem)}}@supports not (font-size:clamp(0.875rem ,0.8333333333rem + 0.2083333333vw ,1rem)){.button{font-size:calc(.875rem + .125 * (100vw - 20rem)/ 60)}}@supports (font-size:clamp(0.875rem ,0.8333333333rem + 0.2083333333vw ,1rem)){.spollers__title{font-size:clamp(.875rem ,.8333333333rem + .2083333333vw ,1rem)}}@supports not (font-size:clamp(0.875rem ,0.8333333333rem + 0.2083333333vw ,1rem)){.spollers__title{font-size:calc(.875rem + .125 * (100vw - 20rem)/ 60)}}@supports (font-size:clamp(0.75rem ,0.7083333333rem + 0.2083333333vw ,0.875rem)){.spollers__body{font-size:clamp(.75rem ,.7083333333rem + .2083333333vw ,.875rem)}}@supports not (font-size:clamp(0.75rem ,0.7083333333rem + 0.2083333333vw ,0.875rem)){.spollers__body{font-size:calc(.75rem + .125 * (100vw - 20rem)/ 60)}}@supports (font-size:clamp(1rem ,0.9166666667rem + 0.4166666667vw ,1.25rem)){.item-content-block__title{font-size:clamp(1rem ,.9166666667rem + .4166666667vw ,1.25rem)}}@supports not (font-size:clamp(1rem ,0.9166666667rem + 0.4166666667vw ,1.25rem)){.item-content-block__title{font-size:calc(1rem + .25 * (100vw - 20rem)/ 60)}}@supports (font-size:clamp(0.875rem ,0.8333333333rem + 0.2083333333vw ,1rem)){.item-content-block__subtitle{font-size:clamp(.875rem ,.8333333333rem + .2083333333vw ,1rem)}}@supports not (font-size:clamp(0.875rem ,0.8333333333rem + 0.2083333333vw ,1rem)){.item-content-block__subtitle{font-size:calc(.875rem + .125 * (100vw - 20rem)/ 60)}}@supports (font-size:clamp(2rem ,1.5rem + 2.5vw ,3.5rem)){.title--big{font-size:clamp(2rem ,1.5rem + 2.5vw ,3.5rem)}}@supports not (font-size:clamp(2rem ,1.5rem + 2.5vw ,3.5rem)){.title--big{font-size:calc(2rem + 1.5 * (100vw - 20rem)/ 60)}}@supports (font-size:clamp(1.5rem ,1rem + 2.5vw ,3rem)){.title--small{font-size:clamp(1.5rem ,1rem + 2.5vw ,3rem)}}@supports not (font-size:clamp(1.5rem ,1rem + 2.5vw ,3rem)){.title--small{font-size:calc(1.5rem + 1.5 * (100vw - 20rem)/ 60)}}@supports (font-size:clamp(1rem ,0.9166666667rem + 0.4166666667vw ,1.25rem)){.subtitle--big{font-size:clamp(1rem ,.9166666667rem + .4166666667vw ,1.25rem)}}@supports not (font-size:clamp(1rem ,0.9166666667rem + 0.4166666667vw ,1.25rem)){.subtitle--big{font-size:calc(1rem + .25 * (100vw - 20rem)/ 60)}}@supports (font-size:clamp(0.875rem ,0.7916666667rem + 0.4166666667vw ,1.125rem)){.subtitle--small{font-size:clamp(.875rem ,.7916666667rem + .4166666667vw ,1.125rem)}}@supports not (font-size:clamp(0.875rem ,0.7916666667rem + 0.4166666667vw ,1.125rem)){.subtitle--small{font-size:calc(.875rem + .25 * (100vw - 20rem)/ 60)}}@supports (padding-top:clamp(1.5rem ,0.6666666667rem + 4.1666666667vw ,4rem)){.top-footer__container{padding-top:clamp(1.5rem ,.6666666667rem + 4.1666666667vw ,4rem)}}@supports not (padding-top:clamp(1.5rem ,0.6666666667rem + 4.1666666667vw ,4rem)){.top-footer__container{padding-top:calc(1.5rem + 2.5 * (100vw - 20rem)/ 60)}}@supports (padding-bottom:clamp(1.5rem ,0.6666666667rem + 4.1666666667vw ,4rem)){.top-footer__container{padding-bottom:clamp(1.5rem ,.6666666667rem + 4.1666666667vw ,4rem)}}@supports not (padding-bottom:clamp(1.5rem ,0.6666666667rem + 4.1666666667vw ,4rem)){.top-footer__container{padding-bottom:calc(1.5rem + 2.5 * (100vw - 20rem)/ 60)}}@supports (font-size:clamp(0.875rem ,0.8333333333rem + 0.2083333333vw ,1rem)){.top-footer__title{font-size:clamp(.875rem ,.8333333333rem + .2083333333vw ,1rem)}}@supports not (font-size:clamp(0.875rem ,0.8333333333rem + 0.2083333333vw ,1rem)){.top-footer__title{font-size:calc(.875rem + .125 * (100vw - 20rem)/ 60)}}@supports (font-size:clamp(0.875rem ,0.8333333333rem + 0.2083333333vw ,1rem)){.top-footer__subtitle{font-size:clamp(.875rem ,.8333333333rem + .2083333333vw ,1rem)}}@supports not (font-size:clamp(0.875rem ,0.8333333333rem + 0.2083333333vw ,1rem)){.top-footer__subtitle{font-size:calc(.875rem + .125 * (100vw - 20rem)/ 60)}}@supports (padding-left:clamp(0.75rem ,-0.3333333333rem + 5.4166666667vw ,4rem)){.bottom-footer__container{padding-left:clamp(.75rem ,-.3333333333rem + 5.4166666667vw ,4rem)}}@supports not (padding-left:clamp(0.75rem ,-0.3333333333rem + 5.4166666667vw ,4rem)){.bottom-footer__container{padding-left:calc(.75rem + 3.25 * (100vw - 20rem)/ 60)}}@supports (padding-right:clamp(0.75rem ,-0.3333333333rem + 5.4166666667vw ,4rem)){.bottom-footer__container{padding-right:clamp(.75rem ,-.3333333333rem + 5.4166666667vw ,4rem)}}@supports not (padding-right:clamp(0.75rem ,-0.3333333333rem + 5.4166666667vw ,4rem)){.bottom-footer__container{padding-right:calc(.75rem + 3.25 * (100vw - 20rem)/ 60)}}@supports (padding-top:clamp(3.75rem ,1.6666666667rem + 10.4166666667vw ,10rem)){.main-home__container{padding-top:clamp(3.75rem ,1.6666666667rem + 10.4166666667vw ,10rem)}}@supports not (padding-top:clamp(3.75rem ,1.6666666667rem + 10.4166666667vw ,10rem)){.main-home__container{padding-top:calc(3.75rem + 6.25 * (100vw - 20rem)/ 60)}}@supports (padding-bottom:clamp(3.75rem ,1.6666666667rem + 10.4166666667vw ,10rem)){.main-home__container{padding-bottom:clamp(3.75rem ,1.6666666667rem + 10.4166666667vw ,10rem)}}@supports not (padding-bottom:clamp(3.75rem ,1.6666666667rem + 10.4166666667vw ,10rem)){.main-home__container{padding-bottom:calc(3.75rem + 6.25 * (100vw - 20rem)/ 60)}}@supports (padding-top:clamp(1.5rem ,0.6041666667rem + 4.4791666667vw ,4.1875rem)){.best-home__container{padding-top:clamp(1.5rem ,.6041666667rem + 4.4791666667vw ,4.1875rem)}}@supports not (padding-top:clamp(1.5rem ,0.6041666667rem + 4.4791666667vw ,4.1875rem)){.best-home__container{padding-top:calc(1.5rem + 2.6875 * (100vw - 20rem)/ 60)}}@supports (padding-bottom:clamp(3rem ,1.3333333333rem + 8.3333333333vw ,8rem)){.best-home__container{padding-bottom:clamp(3rem ,1.3333333333rem + 8.3333333333vw ,8rem)}}@supports not (padding-bottom:clamp(3rem ,1.3333333333rem + 8.3333333333vw ,8rem)){.best-home__container{padding-bottom:calc(3rem + 5 * (100vw - 20rem)/ 60)}}@supports (font-size:clamp(0.875rem ,0.7916666667rem + 0.4166666667vw ,1.125rem)){.best-home__title{font-size:clamp(.875rem ,.7916666667rem + .4166666667vw ,1.125rem)}}@supports not (font-size:clamp(0.875rem ,0.7916666667rem + 0.4166666667vw ,1.125rem)){.best-home__title{font-size:calc(.875rem + .25 * (100vw - 20rem)/ 60)}}@supports ((-moz-column-gap:clamp(1rem ,0.6666666667rem + 1.6666666667vw ,2rem)) or (column-gap:clamp(1rem ,0.6666666667rem + 1.6666666667vw ,2rem))){.best-home__items{-webkit-column-gap:clamp(1rem ,.6666666667rem + 1.6666666667vw ,2rem);-moz-column-gap:clamp(1rem ,.6666666667rem + 1.6666666667vw ,2rem);column-gap:clamp(1rem ,.6666666667rem + 1.6666666667vw ,2rem)}}@supports not ((-moz-column-gap:clamp(1rem ,0.6666666667rem + 1.6666666667vw ,2rem)) or (column-gap:clamp(1rem ,0.6666666667rem + 1.6666666667vw ,2rem))){.best-home__items{-webkit-column-gap:calc(1rem + 1 * (100vw - 20rem)/ 60);-moz-column-gap:calc(1rem + 1 * (100vw - 20rem)/ 60);column-gap:calc(1rem + 1 * (100vw - 20rem)/ 60)}}@supports (gap:clamp(2rem ,1.3333333333rem + 3.3333333333vw ,4rem)){.how-home__container{gap:clamp(2rem ,1.3333333333rem + 3.3333333333vw ,4rem)}}@supports not (gap:clamp(2rem ,1.3333333333rem + 3.3333333333vw ,4rem)){.how-home__container{gap:calc(2rem + 2 * (100vw - 20rem)/ 60)}}@supports (padding-bottom:clamp(3rem ,1.3333333333rem + 8.3333333333vw ,8rem)){.how-home__container{padding-bottom:clamp(3rem ,1.3333333333rem + 8.3333333333vw ,8rem)}}@supports not (padding-bottom:clamp(3rem ,1.3333333333rem + 8.3333333333vw ,8rem)){.how-home__container{padding-bottom:calc(3rem + 5 * (100vw - 20rem)/ 60)}}@supports (padding-top:clamp(1.5rem ,0.9791666667rem + 2.6041666667vw ,3.0625rem)){.item-how-home{padding-top:clamp(1.5rem ,.9791666667rem + 2.6041666667vw ,3.0625rem)}}@supports not (padding-top:clamp(1.5rem ,0.9791666667rem + 2.6041666667vw ,3.0625rem)){.item-how-home{padding-top:calc(1.5rem + 1.5625 * (100vw - 20rem)/ 60)}}@supports (padding-bottom:clamp(1.5rem ,1.0208333333rem + 2.3958333333vw ,2.9375rem)){.item-how-home{padding-bottom:clamp(1.5rem ,1.0208333333rem + 2.3958333333vw ,2.9375rem)}}@supports not (padding-bottom:clamp(1.5rem ,1.0208333333rem + 2.3958333333vw ,2.9375rem)){.item-how-home{padding-bottom:calc(1.5rem + 1.4375 * (100vw - 20rem)/ 60)}}@supports (padding-left:clamp(1rem ,0.6666666667rem + 1.6666666667vw ,2rem)){.item-how-home{padding-left:clamp(1rem ,.6666666667rem + 1.6666666667vw ,2rem)}}@supports not (padding-left:clamp(1rem ,0.6666666667rem + 1.6666666667vw ,2rem)){.item-how-home{padding-left:calc(1rem + 1 * (100vw - 20rem)/ 60)}}@supports (padding-right:clamp(1rem ,0.6666666667rem + 1.6666666667vw ,2rem)){.item-how-home{padding-right:clamp(1rem ,.6666666667rem + 1.6666666667vw ,2rem)}}@supports not (padding-right:clamp(1rem ,0.6666666667rem + 1.6666666667vw ,2rem)){.item-how-home{padding-right:calc(1rem + 1 * (100vw - 20rem)/ 60)}}@supports (font-size:clamp(1.125rem ,1rem + 0.625vw ,1.5rem)){.item-how-home__title{font-size:clamp(1.125rem ,1rem + .625vw ,1.5rem)}}@supports not (font-size:clamp(1.125rem ,1rem + 0.625vw ,1.5rem)){.item-how-home__title{font-size:calc(1.125rem + .375 * (100vw - 20rem)/ 60)}}@supports (font-size:clamp(0.875rem ,0.8333333333rem + 0.2083333333vw ,1rem)){.item-how-home__subtitle{font-size:clamp(.875rem ,.8333333333rem + .2083333333vw ,1rem)}}@supports not (font-size:clamp(0.875rem ,0.8333333333rem + 0.2083333333vw ,1rem)){.item-how-home__subtitle{font-size:calc(.875rem + .125 * (100vw - 20rem)/ 60)}}@supports (gap:clamp(1.5rem ,-0.6666666667rem + 10.8333333333vw ,8rem)){.works-home__container{gap:clamp(1.5rem ,-.6666666667rem + 10.8333333333vw ,8rem)}}@supports not (gap:clamp(1.5rem ,-0.6666666667rem + 10.8333333333vw ,8rem)){.works-home__container{gap:calc(1.5rem + 6.5 * (100vw - 20rem)/ 60)}}@supports (padding-bottom:clamp(3rem ,1.3333333333rem + 8.3333333333vw ,8rem)){.works-home__container{padding-bottom:clamp(3rem ,1.3333333333rem + 8.3333333333vw ,8rem)}}@supports not (padding-bottom:clamp(3rem ,1.3333333333rem + 8.3333333333vw ,8rem)){.works-home__container{padding-bottom:calc(3rem + 5 * (100vw - 20rem)/ 60)}}@supports (width:clamp(5rem ,3.8541666667rem + 5.7291666667vw ,8.4375rem)){.houses-home__image{width:clamp(5rem ,3.8541666667rem + 5.7291666667vw ,8.4375rem)}}@supports not (width:clamp(5rem ,3.8541666667rem + 5.7291666667vw ,8.4375rem)){.houses-home__image{width:calc(5rem + 3.4375 * (100vw - 20rem)/ 60)}}@supports (gap:clamp(1.5rem ,0.2916666667rem + 6.0416666667vw ,5.125rem)){.houses-home__container{gap:clamp(1.5rem ,.2916666667rem + 6.0416666667vw ,5.125rem)}}@supports not (gap:clamp(1.5rem ,0.2916666667rem + 6.0416666667vw ,5.125rem)){.houses-home__container{gap:calc(1.5rem + 3.625 * (100vw - 20rem)/ 60)}}@supports (padding-top:clamp(3.75rem ,2.3333333333rem + 7.0833333333vw ,8rem)){.houses-home__container{padding-top:clamp(3.75rem ,2.3333333333rem + 7.0833333333vw ,8rem)}}@supports not (padding-top:clamp(3.75rem ,2.3333333333rem + 7.0833333333vw ,8rem)){.houses-home__container{padding-top:calc(3.75rem + 4.25 * (100vw - 20rem)/ 60)}}@supports (padding-bottom:clamp(5rem ,3.3333333333rem + 8.3333333333vw ,10rem)){.houses-home__container{padding-bottom:clamp(5rem ,3.3333333333rem + 8.3333333333vw ,10rem)}}@supports not (padding-bottom:clamp(5rem ,3.3333333333rem + 8.3333333333vw ,10rem)){.houses-home__container{padding-bottom:calc(5rem + 5 * (100vw - 20rem)/ 60)}}@supports (gap:clamp(1.25rem ,0.0000000625rem + 6.25vw ,5rem)){.houses-home__wrapper{gap:clamp(1.25rem ,.0000000625rem + 6.25vw ,5rem)}}@supports not (gap:clamp(1.25rem ,0.0000000625rem + 6.25vw ,5rem)){.houses-home__wrapper{gap:calc(1.25rem + 3.75 * (100vw - 20rem)/ 60)}}@supports (padding:clamp(1rem ,0.8333333333rem + 0.8333333333vw ,1.5rem)){.item-house-home__body{padding:clamp(1rem ,.8333333333rem + .8333333333vw ,1.5rem)}}@supports not (padding:clamp(1rem ,0.8333333333rem + 0.8333333333vw ,1.5rem)){.item-house-home__body{padding:calc(1rem + .5 * (100vw - 20rem)/ 60)}}@supports (font-size:clamp(1.125rem ,1rem + 0.625vw ,1.5rem)){.item-house-home__title{font-size:clamp(1.125rem ,1rem + .625vw ,1.5rem)}}@supports not (font-size:clamp(1.125rem ,1rem + 0.625vw ,1.5rem)){.item-house-home__title{font-size:calc(1.125rem + .375 * (100vw - 20rem)/ 60)}}@supports (font-size:clamp(0.875rem ,0.7916666667rem + 0.4166666667vw ,1.125rem)){.item-house-home__price{font-size:clamp(.875rem ,.7916666667rem + .4166666667vw ,1.125rem)}}@supports not (font-size:clamp(0.875rem ,0.7916666667rem + 0.4166666667vw ,1.125rem)){.item-house-home__price{font-size:calc(.875rem + .25 * (100vw - 20rem)/ 60)}}@supports (font-size:clamp(0.875rem ,0.8333333333rem + 0.2083333333vw ,1rem)){.item-house-home__location{font-size:clamp(.875rem ,.8333333333rem + .2083333333vw ,1rem)}}@supports not (font-size:clamp(0.875rem ,0.8333333333rem + 0.2083333333vw ,1rem)){.item-house-home__location{font-size:calc(.875rem + .125 * (100vw - 20rem)/ 60)}}@supports ((-moz-column-gap:clamp(0.75rem ,0.5rem + 1.25vw ,1.5rem)) or (column-gap:clamp(0.75rem ,0.5rem + 1.25vw ,1.5rem))){.item-house-home__additional{-webkit-column-gap:clamp(.75rem ,.5rem + 1.25vw ,1.5rem);-moz-column-gap:clamp(.75rem ,.5rem + 1.25vw ,1.5rem);column-gap:clamp(.75rem ,.5rem + 1.25vw ,1.5rem)}}@supports not ((-moz-column-gap:clamp(0.75rem ,0.5rem + 1.25vw ,1.5rem)) or (column-gap:clamp(0.75rem ,0.5rem + 1.25vw ,1.5rem))){.item-house-home__additional{-webkit-column-gap:calc(.75rem + .75 * (100vw - 20rem)/ 60);-moz-column-gap:calc(.75rem + .75 * (100vw - 20rem)/ 60);column-gap:calc(.75rem + .75 * (100vw - 20rem)/ 60)}}@supports (font-size:clamp(0.875rem ,0.8333333333rem + 0.2083333333vw ,1rem)){.additional__item{font-size:clamp(.875rem ,.8333333333rem + .2083333333vw ,1rem)}}@supports not (font-size:clamp(0.875rem ,0.8333333333rem + 0.2083333333vw ,1rem)){.additional__item{font-size:calc(.875rem + .125 * (100vw - 20rem)/ 60)}}@supports (gap:clamp(1.5rem ,0.2916666667rem + 6.0416666667vw ,5.125rem)){.locations-home__container{gap:clamp(1.5rem ,.2916666667rem + 6.0416666667vw ,5.125rem)}}@supports not (gap:clamp(1.5rem ,0.2916666667rem + 6.0416666667vw ,5.125rem)){.locations-home__container{gap:calc(1.5rem + 3.625 * (100vw - 20rem)/ 60)}}@supports (padding-bottom:clamp(3.75rem ,-2.6041666667rem + 31.7708333333vw ,22.8125rem)){.locations-home__container{padding-bottom:clamp(3.75rem ,-2.6041666667rem + 31.7708333333vw ,22.8125rem)}}@supports not (padding-bottom:clamp(3.75rem ,-2.6041666667rem + 31.7708333333vw ,22.8125rem)){.locations-home__container{padding-bottom:calc(3.75rem + 19.0625 * (100vw - 20rem)/ 60)}}@supports (gap:clamp(1.25rem ,0.0000000625rem + 6.25vw ,5rem)){.locations-home__body{gap:clamp(1.25rem ,.0000000625rem + 6.25vw ,5rem)}}@supports not (gap:clamp(1.25rem ,0.0000000625rem + 6.25vw ,5rem)){.locations-home__body{gap:calc(1.25rem + 3.75 * (100vw - 20rem)/ 60)}}@supports (padding:clamp(1rem ,0.6666666667rem + 1.6666666667vw ,2rem)){.item-location-home{padding:clamp(1rem ,.6666666667rem + 1.6666666667vw ,2rem)}}@supports not (padding:clamp(1rem ,0.6666666667rem + 1.6666666667vw ,2rem)){.item-location-home{padding:calc(1rem + 1 * (100vw - 20rem)/ 60)}}@supports (font-size:clamp(1rem ,0.9166666667rem + 0.4166666667vw ,1.25rem)){.item-location-home__title{font-size:clamp(1rem ,.9166666667rem + .4166666667vw ,1.25rem)}}@supports not (font-size:clamp(1rem ,0.9166666667rem + 0.4166666667vw ,1.25rem)){.item-location-home__title{font-size:calc(1rem + .25 * (100vw - 20rem)/ 60)}}@supports (padding-top:clamp(2rem ,0.6666666667rem + 6.6666666667vw ,6rem)){.banner-home{padding-top:clamp(2rem ,.6666666667rem + 6.6666666667vw ,6rem)}}@supports not (padding-top:clamp(2rem ,0.6666666667rem + 6.6666666667vw ,6rem)){.banner-home{padding-top:calc(2rem + 4 * (100vw - 20rem)/ 60)}}@supports (padding-bottom:clamp(2rem ,0.6666666667rem + 6.6666666667vw ,6rem)){.banner-home{padding-bottom:clamp(2rem ,.6666666667rem + 6.6666666667vw ,6rem)}}@supports not (padding-bottom:clamp(2rem ,0.6666666667rem + 6.6666666667vw ,6rem)){.banner-home{padding-bottom:calc(2rem + 4 * (100vw - 20rem)/ 60)}}@supports (width:clamp(2.5rem ,2.3333333333rem + 0.8333333333vw ,3rem)){.banner-home__icons{width:clamp(2.5rem ,2.3333333333rem + .8333333333vw ,3rem)}}@supports not (width:clamp(2.5rem ,2.3333333333rem + 0.8333333333vw ,3rem)){.banner-home__icons{width:calc(2.5rem + .5 * (100vw - 20rem)/ 60)}}@supports (height:clamp(2.5rem ,2.3333333333rem + 0.8333333333vw ,3rem)){.banner-home__icons{height:clamp(2.5rem ,2.3333333333rem + .8333333333vw ,3rem)}}@supports not (height:clamp(2.5rem ,2.3333333333rem + 0.8333333333vw ,3rem)){.banner-home__icons{height:calc(2.5rem + .5 * (100vw - 20rem)/ 60)}}@supports (font-size:clamp(1.5rem ,1.3333333333rem + 0.8333333333vw ,2rem)){.banner-home__icons{font-size:clamp(1.5rem ,1.3333333333rem + .8333333333vw ,2rem)}}@supports not (font-size:clamp(1.5rem ,1.3333333333rem + 0.8333333333vw ,2rem)){.banner-home__icons{font-size:calc(1.5rem + .5 * (100vw - 20rem)/ 60)}}@supports (font-size:clamp(1rem ,0.9583333333rem + 0.2083333333vw ,1.125rem)){.banner-home__subtitle{font-size:clamp(1rem ,.9583333333rem + .2083333333vw ,1.125rem)}}@supports not (font-size:clamp(1rem ,0.9583333333rem + 0.2083333333vw ,1.125rem)){.banner-home__subtitle{font-size:calc(1rem + .125 * (100vw - 20rem)/ 60)}}@supports (gap:clamp(1.25rem ,0.0000000625rem + 6.25vw ,5rem)){.what-home__container{gap:clamp(1.25rem ,.0000000625rem + 6.25vw ,5rem)}}@supports not (gap:clamp(1.25rem ,0.0000000625rem + 6.25vw ,5rem)){.what-home__container{gap:calc(1.25rem + 3.75 * (100vw - 20rem)/ 60)}}@supports (padding-top:clamp(21.25rem ,18.75rem + 12.5vw ,28.75rem)){.what-home__container{padding-top:clamp(21.25rem ,18.75rem + 12.5vw ,28.75rem)}}@supports not (padding-top:clamp(21.25rem ,18.75rem + 12.5vw ,28.75rem)){.what-home__container{padding-top:calc(21.25rem + 7.5 * (100vw - 20rem)/ 60)}}@supports (padding-bottom:clamp(3.75rem ,1.6666666667rem + 10.4166666667vw ,10rem)){.what-home__container{padding-bottom:clamp(3.75rem ,1.6666666667rem + 10.4166666667vw ,10rem)}}@supports not (padding-bottom:clamp(3.75rem ,1.6666666667rem + 10.4166666667vw ,10rem)){.what-home__container{padding-bottom:calc(3.75rem + 6.25 * (100vw - 20rem)/ 60)}}@supports (padding:clamp(1rem ,0.6666666667rem + 1.6666666667vw ,2rem)){.item-feedback-home{padding:clamp(1rem ,.6666666667rem + 1.6666666667vw ,2rem)}}@supports not (padding:clamp(1rem ,0.6666666667rem + 1.6666666667vw ,2rem)){.item-feedback-home{padding:calc(1rem + 1 * (100vw - 20rem)/ 60)}}@supports (gap:clamp(1rem ,0.75rem + 1.25vw ,1.75rem)){.item-feedback-home__body{gap:clamp(1rem ,.75rem + 1.25vw ,1.75rem)}}@supports not (gap:clamp(1rem ,0.75rem + 1.25vw ,1.75rem)){.item-feedback-home__body{gap:calc(1rem + .75 * (100vw - 20rem)/ 60)}}@supports (font-size:clamp(1rem ,0.9583333333rem + 0.2083333333vw ,1.125rem)){.item-feedback-home__text{font-size:clamp(1rem ,.9583333333rem + .2083333333vw ,1.125rem)}}@supports not (font-size:clamp(1rem ,0.9583333333rem + 0.2083333333vw ,1.125rem)){.item-feedback-home__text{font-size:calc(1rem + .125 * (100vw - 20rem)/ 60)}}@supports (font-size:clamp(0.875rem ,0.8333333333rem + 0.2083333333vw ,1rem)){.user-info-feedback-home__info{font-size:clamp(.875rem ,.8333333333rem + .2083333333vw ,1rem)}}@supports not (font-size:clamp(0.875rem ,0.8333333333rem + 0.2083333333vw ,1rem)){.user-info-feedback-home__info{font-size:calc(.875rem + .125 * (100vw - 20rem)/ 60)}}@supports (gap:clamp(1.25rem ,0.0000000625rem + 6.25vw ,5rem)){.posts-home__container{gap:clamp(1.25rem ,.0000000625rem + 6.25vw ,5rem)}}@supports not (gap:clamp(1.25rem ,0.0000000625rem + 6.25vw ,5rem)){.posts-home__container{gap:calc(1.25rem + 3.75 * (100vw - 20rem)/ 60)}}@supports (padding-top:clamp(3.75rem ,2.3333333333rem + 7.0833333333vw ,8rem)){.posts-home__container{padding-top:clamp(3.75rem ,2.3333333333rem + 7.0833333333vw ,8rem)}}@supports not (padding-top:clamp(3.75rem ,2.3333333333rem + 7.0833333333vw ,8rem)){.posts-home__container{padding-top:calc(3.75rem + 4.25 * (100vw - 20rem)/ 60)}}@supports (padding-bottom:clamp(3.75rem ,2.3333333333rem + 7.0833333333vw ,8rem)){.posts-home__container{padding-bottom:clamp(3.75rem ,2.3333333333rem + 7.0833333333vw ,8rem)}}@supports not (padding-bottom:clamp(3.75rem ,2.3333333333rem + 7.0833333333vw ,8rem)){.posts-home__container{padding-bottom:calc(3.75rem + 4.25 * (100vw - 20rem)/ 60)}}@supports (padding:clamp(1rem ,0.8333333333rem + 0.8333333333vw ,1.5rem)){.item-post-home__body{padding:clamp(1rem ,.8333333333rem + .8333333333vw ,1.5rem)}}@supports not (padding:clamp(1rem ,0.8333333333rem + 0.8333333333vw ,1.5rem)){.item-post-home__body{padding:calc(1rem + .5 * (100vw - 20rem)/ 60)}}@supports (font-size:clamp(1.125rem ,1rem + 0.625vw ,1.5rem)){.item-post-home__title{font-size:clamp(1.125rem ,1rem + .625vw ,1.5rem)}}@supports not (font-size:clamp(1.125rem ,1rem + 0.625vw ,1.5rem)){.item-post-home__title{font-size:calc(1.125rem + .375 * (100vw - 20rem)/ 60)}}@supports (font-size:clamp(0.875rem ,0.8333333333rem + 0.2083333333vw ,1rem)){.item-post-home__text{font-size:clamp(.875rem ,.8333333333rem + .2083333333vw ,1rem)}}@supports not (font-size:clamp(0.875rem ,0.8333333333rem + 0.2083333333vw ,1rem)){.item-post-home__text{font-size:calc(.875rem + .125 * (100vw - 20rem)/ 60)}}@supports (font-size:clamp(0.875rem ,0.8333333333rem + 0.2083333333vw ,1rem)){.item-post-home__details{font-size:clamp(.875rem ,.8333333333rem + .2083333333vw ,1rem)}}@supports not (font-size:clamp(0.875rem ,0.8333333333rem + 0.2083333333vw ,1rem)){.item-post-home__details{font-size:calc(.875rem + .125 * (100vw - 20rem)/ 60)}}}@media (min-width:47.99875em) and (max-width:80em){@supports ((-moz-column-gap:clamp(0.75rem ,-1.1248779345rem + 3.9060974181vw ,2rem)) or (column-gap:clamp(0.75rem ,-1.1248779345rem + 3.9060974181vw ,2rem))){.menu__list{-webkit-column-gap:clamp(.75rem ,-1.1248779345rem + 3.9060974181vw ,2rem);-moz-column-gap:clamp(.75rem ,-1.1248779345rem + 3.9060974181vw ,2rem);column-gap:clamp(.75rem ,-1.1248779345rem + 3.9060974181vw ,2rem)}}@supports not ((-moz-column-gap:clamp(0.75rem ,-1.1248779345rem + 3.9060974181vw ,2rem)) or (column-gap:clamp(0.75rem ,-1.1248779345rem + 3.9060974181vw ,2rem))){.menu__list{-webkit-column-gap:calc(.75rem + 1.25 * (100vw - 47.99875rem)/ 32.00125);-moz-column-gap:calc(.75rem + 1.25 * (100vw - 47.99875rem)/ 32.00125);column-gap:calc(.75rem + 1.25 * (100vw - 47.99875rem)/ 32.00125)}}@supports (gap:clamp(0.5rem ,-0.2499511738rem + 1.5624389672vw ,1rem)){.header__actions{gap:clamp(.5rem ,-.2499511738rem + 1.5624389672vw ,1rem)}}@supports not (gap:clamp(0.5rem ,-0.2499511738rem + 1.5624389672vw ,1rem)){.header__actions{gap:calc(.5rem + .5 * (100vw - 47.99875rem)/ 32.00125)}}@supports ((-moz-column-gap:clamp(1rem ,-6.4057678411rem + 15.4290848014vw ,5.9375rem)) or (column-gap:clamp(1rem ,-6.4057678411rem + 15.4290848014vw ,5.9375rem))){.top-footer__container{-webkit-column-gap:clamp(1rem ,-6.4057678411rem + 15.4290848014vw ,5.9375rem);-moz-column-gap:clamp(1rem ,-6.4057678411rem + 15.4290848014vw ,5.9375rem);column-gap:clamp(1rem ,-6.4057678411rem + 15.4290848014vw ,5.9375rem)}}@supports not ((-moz-column-gap:clamp(1rem ,-6.4057678411rem + 15.4290848014vw ,5.9375rem)) or (column-gap:clamp(1rem ,-6.4057678411rem + 15.4290848014vw ,5.9375rem))){.top-footer__container{-webkit-column-gap:calc(1rem + 4.9375 * (100vw - 47.99875rem)/ 32.00125);-moz-column-gap:calc(1rem + 4.9375 * (100vw - 47.99875rem)/ 32.00125);column-gap:calc(1rem + 4.9375 * (100vw - 47.99875rem)/ 32.00125)}}}@media (min-width:20em) and (max-width:47.99875em){@supports (bottom:clamp(-18.75rem ,-21.7858498147rem + 15.1792490736vw ,-14.5rem)){.locations-home__banner{bottom:clamp(-18.75rem ,-21.7858498147rem + 15.1792490736vw ,-14.5rem)}}@supports not (bottom:clamp(-18.75rem ,-21.7858498147rem + 15.1792490736vw ,-14.5rem)){.locations-home__banner{bottom:calc(-18.75rem + 4.25 * (100vw - 20rem)/ 27.99875)}}}@media (any-hover:hover){.button--border:hover{border-color:#cf6f49}.button--border:hover span{color:#cf6f49}.button--border:hover::before{color:#cf6f49}.button--bg:hover{color:#222;background-color:#fae8e1}.button--default:hover{color:#cf6f49}[data-rating=set] .rating__items:hover .rating__item{background:url(../img/star-full.svg) 0 0/1.25rem no-repeat}[data-rating=set] .rating__item:hover ~ .rating__item{background:url(../img/star-empty.svg) 0 0/1.25rem no-repeat}[data-rating=set] .rating__item:hover ~ .rating__item span{display:none}.menu__link:hover{color:#cf6f49}.spollers__link:hover{color:#cf6f49}.welcom-header__close:hover{color:#fff}.item-link:hover{color:#cf6f49}.item-social:hover{color:#cf6f49}.item-house-home__image-link:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.item-house-home__link:hover{color:#cf6f49}.item-location-home__title-link:hover{color:#cf6f49}.item-location-home__link-details:hover{color:#cf6f49}.item-post-home__picture-link:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.item-post-home__title-link:hover{color:#cf6f49}.item-post-home__details:hover{color:#cf6f49}}