@import"https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Merriweather,serif;background-color:#f7f7f7}a,h1,h2,h3,h4,p{color:#1e1e24;text-decoration:none}.title{font-size:32px}.page{flex-direction:column;min-height:100vh}.container,.page{width:100%;display:flex}.container{flex:1 1;margin:50px 0 70px;flex-direction:column;align-items:center}.withSidebar{display:flex;justify-content:space-between;align-items:flex-start;column-gap:20px}.block,.withSidebar{width:100%;max-width:1240px}.block{margin-top:40px}.row{display:flex;align-items:center;column-gap:20px}.reverse{flex-direction:row-reverse!important}.reverse__column{align-items:flex-end!important}.slick-next:before,.slick-prev:before{color:#d2c196!important}@media screen and (max-width:1280px){.container{padding:0 20px}}@media screen and (max-width:1000px){.withSidebar{flex-direction:column!important;row-gap:40px}}@media screen and (max-width:520px){.withSidebar{row-gap:25px}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}}.Toastify__toast{--y:0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.modal_wrapper__mcXqC{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:rgba(0,0,0,.5);z-index:10000;display:flex;justify-content:center;align-items:center;overflow-y:hidden}.modal_inner__laGEm{position:relative;padding:64px 20px 20px;width:100%;max-width:800px;max-height:95vh;background-color:#fff;border-radius:10px;overflow-y:auto;color:#232323}.modal_inner__ar__0__0z{direction:rtl}.modal_inner__laGEm::-webkit-scrollbar{display:none}.modal_close__m5UZc{padding:5px;position:absolute;top:15px;right:15px;background:none;outline:0;border:2px solid #232323;border-radius:50px;display:flex;justify-content:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;z-index:99}@media screen and (max-width:840px){.modal_wrapper__mcXqC{padding:0 20px}}.input_input__u4sG5{width:100%;font-size:16px;padding:16px 20px;border:1px solid #ccc;outline-color:#d2c196}.input_input__ar__TezCq{direction:rtl}.textarea_textarea__qwUrO{width:100%;font-size:16px;padding:16px 20px;border:1px solid #ccc;outline-color:#d2c196;height:200px;font-family:Merriweather,serif;resize:vertical}.button_btn__wGKkD{padding:16px 20px;color:#fff;display:flex;justify-content:center;align-items:center;text-decoration:none;font-size:18px;background-color:#d2c196;border:none;outline-color:#b1a17a;cursor:pointer;transition:all .1s linear}.button_btn__wGKkD:disabled{opacity:.5}.button_btn__wGKkD:disabled:hover{background-color:#d2c196;cursor:default}.button_btn__wGKkD:hover{background-color:#b1a17a}.switch_switch__PGVrY{padding:5px 3px;width:40px;height:18px;background-color:#ecf6f9;border-radius:50px;display:flex;align-items:center;cursor:pointer}.switch_switch__active__tWsid{justify-content:flex-end}.switch_circle__JYR1z{padding:7px;border-radius:18px;background-color:#d2c196}.header_header__avsZC{width:100%;max-width:1240px;padding:20px 0;display:flex;justify-content:space-between;align-items:center;column-gap:20px;z-index:10}.header_logo__ZTwbM{width:100%;max-width:165px;height:auto}.header_title__3exW1{text-decoration:none}.header_title__3exW1>h1{font-size:20px;color:#fff;white-space:nowrap}.header_nav__O5vs6{display:flex;align-items:center}.header_nav__O5vs6>search{margin-left:15px}.header_nav__ar__Ylc31>search{margin-right:15px}.header_btn__AdxKx,.header_link__Yjztk{padding:15px 20px;color:#fff;white-space:nowrap;text-decoration:none;transition:all .1s linear;border:none;outline:0;background:none;cursor:pointer}.header_btn__AdxKx:hover,.header_btn__active__Sk1bb,.header_link__Yjztk:hover,.header_link__active__hhGDO{background-color:#d2c196}.header_dropdown__eSE3D{position:relative;display:inline-block;z-index:100}.header_dropdown__button__kjZUJ{height:100%;padding:15px 20px;color:#fff;background:#d2c196;font-weight:500;font-size:18px;border:none;cursor:pointer;z-index:100}.header_dropdown__button__kjZUJ:first-child{background:none}.header_dropdown__button__kjZUJ:hover{background-color:#b1a17a}.header_dropdown__link__1gk7X{padding:15px 20px;color:#fff;background:none;font-weight:500;font-size:18px;border:none;cursor:pointer;background-color:#d2c196;text-decoration:none;transition:all .1s linear;z-index:100}.header_dropdown__link__1gk7X:hover{background-color:#f0ddad}.header_dropdown__content__EN2sf{display:none;position:absolute;min-width:50px;box-shadow:0 8px 16px 0 rgba(0,0,0,.2);z-index:100}.header_dropdown__content__EN2sf>.header_dropdown__button__kjZUJ:first-child{background-color:#d2c196}.header_dropdown__content__EN2sf>.header_dropdown__button__kjZUJ:first-child:hover{background-color:#b1a17a}.header_dropdown__content__links__IyW2z{min-width:180px;right:calc(100% - 64px);z-index:100}.header_dropdown__content__links__ar__nGyw2{min-width:100px;right:calc(100% - 122px)}.header_dropdown__eSE3D:hover .header_dropdown__content__EN2sf{display:flex;flex-direction:column}.header_mobile__Tk3BQ{display:none}@media screen and (max-width:1280px){.header_header__avsZC{padding:20px}}@media screen and (max-width:1240px){.header_nav__O5vs6{display:none}.header_mobile__Tk3BQ{display:flex;align-items:stretch;column-gap:0}}@media screen and (max-width:720px){.header_contacts__GRd_F{display:none}}@media screen and (max-width:620px){.header_mobile__Tk3BQ>search,.header_nav__O5vs6>search{display:none}}@media screen and (max-width:520px){.header_logo__ZTwbM{max-width:120px;height:auto}}.newsWidget_news__TMbI7{width:100%;background-color:#fff}.newsWidget_img__wvszE{width:100%;object-fit:cover;transition:all .1s linear;z-index:1}.newsWidget_img__wvszE:hover{opacity:.9}.newsWidget_content__NzBAt{width:100%;padding:0 30px 30px;display:flex;flex-direction:column;align-items:flex-start;row-gap:20px}.newsWidget_panel__VSqNR{margin-top:-40px;width:100%;padding:24px;background-color:#d2c196;display:flex;flex-direction:column;row-gap:10px;z-index:10}.newsWidget_text__USapD{font-size:18px;line-height:30px}.newsWidget_title__rFWFQ>h2{transition:all .1s linear;font-size:22px;color:#fff}.newsWidget_title__rFWFQ>h2:hover{color:#ededed}.newsWidget_link__z2OYb{text-decoration:none}@media screen and (max-width:640px){.newsWidget_img__wvszE{max-height:400px}}@media screen and (max-width:520px){.newsWidget_img__wvszE{max-height:340px}}.filterWidget_search__UaTUD{width:100%;max-width:1440px;z-index:5;display:flex;align-items:stretch}.filterWidget_row__D8Ztp{display:flex;align-items:center;column-gap:10px}.filterWidget_row__D8Ztp>p{white-space:nowrap}.filterWidget_block__d4g0U{width:100%;max-width:360px;background-color:#fff;padding:16px 24px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;row-gap:15px;border-right:1px solid #ccc}.filterWidget_block__d4g0U:last-child{border-right:none}.filterWidget_select__VFQpI{width:100%;border:none}.filterWidget_btn___0eev{padding:0 20px;flex:1 1;background-color:#d2c196;display:flex;justify-content:center;align-items:center;column-gap:5px;font-size:20px;color:#fff;border:none;outline:0;transition:all .1s linear;cursor:pointer}.filterWidget_btn___0eev:hover{background-color:#b1a17a}@media screen and (max-width:1480px){.filterWidget_search__UaTUD{padding:0 20px}.filterWidget_block__d4g0U{padding:8px 16px}}@media screen and (max-width:1280px){.filterWidget_search__UaTUD{padding:0}}@media screen and (max-width:1000px){.filterWidget_search__UaTUD{flex-wrap:wrap}.filterWidget_block__d4g0U{padding:16px 24px;max-width:50%;border-bottom:1px solid #ccc}.filterWidget_btn___0eev{padding:20px}}@media screen and (max-width:660px){.filterWidget_search__UaTUD{flex-direction:column;align-items:stretch}.filterWidget_block__d4g0U{max-width:620px}}.property_property__hA0IO{width:100%;max-width:400px;display:flex;flex-direction:column}.property_property__img__Hli4K{overflow:hidden}.property_img__g0TdY{width:100%;object-fit:cover;transition:all .2s ease-out}.property_img__g0TdY:hover{transform:scale(105%)}.property_content__zEtNu{width:100%;background-color:#fff;padding:16px;flex:1 1}.property_title__5bjNZ{font-weight:500;font-size:18px}.property_address__nQfF9{margin-top:5px;opacity:.7}.property_attributes__UpD_9{margin-top:20px;display:flex;align-items:stretch;flex-wrap:wrap;column-gap:25px;row-gap:15px}.property_attribute__J_JS8{margin-top:5px;display:flex;align-items:center;column-gap:10px}.property_price__Zsy_K{margin-top:20px}.property_price__title__TGCLB{margin-top:5px;font-size:20px;font-weight:500}@media screen and (max-width:1300px){.property_property__hA0IO{max-width:360px}}@media screen and (max-width:1200px){.property_property__hA0IO{max-width:460px}}@media screen and (max-width:1020px){.property_property__hA0IO{max-width:400px}}@media screen and (max-width:900px){.property_property__hA0IO{max-width:360px}}@media screen and (max-width:840px){.property_property__hA0IO{max-width:800px}}.homeOneNews_oneNews__O_41e{width:100%;max-width:400px}.homeOneNews_img__9NxtL{width:100%;object-fit:cover}.homeOneNews_content__pU27I{width:100%;background-color:#fff;padding:20px;display:flex;flex-direction:column;align-items:flex-start;row-gap:15px}.homeOneNews_title__6I8CW{font-size:20px;font-weight:500;transition:all .1s linear}.homeOneNews_title__6I8CW:hover{opacity:.8}@media screen and (max-width:1300px){.homeOneNews_oneNews__O_41e{max-width:360px}}@media screen and (max-width:1200px){.homeOneNews_oneNews__O_41e{max-width:460px}}@media screen and (max-width:1020px){.homeOneNews_oneNews__O_41e{max-width:400px}}@media screen and (max-width:900px){.homeOneNews_oneNews__O_41e{max-width:360px}}@media screen and (max-width:840px){.homeOneNews_oneNews__O_41e{max-width:800px}}.homeNews_news__Oi9f_{width:100%;max-width:1240px;margin-top:70px;display:flex;flex-direction:column;align-items:center}.homeNews_title__ivm4v{font-size:36px;font-weight:400}.homeNews_subtitle__Io6LS{margin-top:10px;opacity:.8}.homeNews_list__pyD5U{margin-top:40px;width:100%;display:flex;align-items:flex-start;column-gap:20px}@media screen and (max-width:1280px){.homeNews_news__Oi9f_{padding:0 20px}}.homeContacts_contacts__ByVjr{width:100%;max-width:1240px;display:flex;flex-direction:column;background:none}.homeContacts_wrapper__zawmL{padding:40px 0 70px;width:100%;display:flex;column-gap:20px;justify-content:space-between;align-items:flex-start}.homeContacts_form__DZNa8{width:100%;max-width:600px;display:flex;flex-wrap:wrap;gap:20px}.homeContacts_img__EvS8r{width:100%;max-width:600px;height:auto}.homeContacts_block__RASNJ{padding:8px 8px 8px 0;display:flex;flex-direction:column;row-gap:10px}.homeContacts_input__J8lYm{display:flex;flex-direction:column;row-gap:10px;cursor:default}.homeContacts_textarea__SvUz5{width:495px;height:100px}.homeContacts_checkbox__9uNQX{padding:8px;position:relative;background-color:#fff;border:1px solid #232323;border-radius:4px;display:flex;justify-content:center;align-items:center}.homeContacts_checkbox__active__XCUnb{padding:2px 1px;background-color:#d2c196;border:1px solid #d2c196}.homeContacts_label__caE7C,.homeContacts_title___Qb7m{font-weight:500}.homeContacts_subtitle__Dq_d8{color:#232323}.homeContacts_row__49i8o{width:100%;display:flex;flex-wrap:wrap;column-gap:10px}.homeContacts_row__49i8o>p{white-space:nowrap}@media screen and (max-width:1240px){.homeContacts_form__DZNa8{max-width:520px}}@media screen and (max-width:1180px){.homeContacts_img__EvS8r{max-width:50%;height:auto}}@media screen and (max-width:900px){.homeContacts_img__EvS8r{display:none}}@media screen and (max-width:760px){.homeContacts_wrapper__zawmL{flex-direction:column;row-gap:40px}.homeContacts_form__DZNa8{max-width:760px}}@media screen and (max-width:680px){.homeContacts_contacts__ByVjr{display:none}}.propertySelection_wrapper___Sqre{width:100%;display:none;flex-direction:column;align-items:flex-start;row-gap:15px;overflow-y:visible}.propertySelection_block__KmCBi{display:flex;flex-direction:column;row-gap:10px}.propertySelection_input__rhmRi{width:460px}.propertySelection_btn__5aL98{display:none;align-items:center;column-gap:15px;margin-bottom:20px}.propertySelection_textarea__D1bwd{width:460px;height:70px;resize:none}.propertySelection_checkbox__b7miv{padding:8px;position:relative;background-color:#fff;border:1px solid #232323;border-radius:4px;display:flex;justify-content:center;align-items:center}.propertySelection_checkbox__active__MOMWB{padding:2px 1px;background-color:#d2c196;border:1px solid #d2c196}@media screen and (max-width:540px){.propertySelection_wrapper___Sqre{align-items:stretch}.propertySelection_input__rhmRi,.propertySelection_textarea__D1bwd{width:100%}}@media screen and (max-width:680px){.propertySelection_btn__5aL98,.propertySelection_wrapper___Sqre{display:flex}}.searchWidget_search__9K6OB{display:flex;align-items:center;column-gap:10px}.searchWidget_search__input__6MarM{padding:8px 16px;background:none;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border:2px solid #d2c196;border-radius:8px;color:#fff;font-size:16px}.searchWidget_search__input__ar__fJF1V{direction:rtl}.searchWidget_search__btn__E0iru{background:none;border:none;outline:0;cursor:pointer}.richText_wrapper__P7MAl{width:100%;display:flex;flex-direction:column;row-gap:5px}.footerLinks_links__gWk2m{display:flex;align-items:flex-start;flex-direction:column;row-gap:8px}.footerLinks_link__1qtSQ{display:flex;align-items:center;column-gap:10px;color:#fff}.faqwidget_faq__y9kuQ{width:100%;display:flex;flex-direction:column}.faqwidget_faq__question__fS_y7{padding:20px 8px;display:flex;align-items:center;column-gap:10px;color:#232323;line-height:24px;background-color:#d2c196;cursor:pointer}.faqwidget_faq__content__KtrXL{padding:16px 24px;display:none;background-color:#ecf6f9;line-height:24px}.faqwidget_faq__content__active__QKJWI{display:block}.mobileContacts_mobileContacts__uue1x{width:100%;display:none;position:fixed;background-color:#fff;left:0;bottom:0;padding:16px;z-index:1000;align-items:center;justify-content:space-around}.mobileContacts_link__gk1Vf{display:flex;flex-direction:column;align-items:center;row-gap:5px;font-weight:500}@media screen and (max-width:680px){.mobileContacts_mobileContacts__uue1x{display:flex}}@media screen and (max-width:410px){.mobileContacts_img__kiOQ6{width:100%;max-width:38px;height:auto}}.homeAboutUs_about__DC5CU{margin-top:70px;width:100%;max-width:1240px;display:flex;justify-content:space-between;align-items:flex-start;column-gap:40px}.homeAboutUs_content__Wc0zo{display:flex;flex-direction:column;align-items:flex-start;row-gap:15px}.homeAboutUs_title__y4Bx9{font-size:36px;font-weight:400}.homeAboutUs_text__REh_m{font-size:18px;line-height:30px}@media screen and (max-width:1040px){.homeAboutUs_img__1cXGh{width:100%;max-width:360px;height:auto}.homeAboutUs_text__REh_m{font-size:16px;line-height:27px}}@media screen and (max-width:860px){.homeAboutUs_img__1cXGh{max-width:460px}.homeAboutUs_about__DC5CU{flex-direction:column;align-items:center;row-gap:30px}}.testimotal_testimotal__yU1tP{width:100%;padding:20px;background-color:#ecf6f9}.testimotal_title__b4j_3{font-size:24px;font-weight:500}.testimotal_text__AxxId{margin-top:10px;font-size:18px;line-height:27px}