@import url(https://fonts.googleapis.com/css2?family=Poppins&display=swap);:root{--headerColor:#07458a;--mainColor:#0de6fc;--secondColor:#00e691;--thirdColor:#3ae055;--additionalColor:#417a1f;--altColor:#e61787;--altSecondColor:grey;--SharedLayoutColor:#1b2430;--contentWidth:90rem;--pageInset:120px;--SecondBigFontSize:4.5rem;--BigFontSize:3.5rem;--SemiBigFontSize:3rem;--MediumFontSize:1.8rem;--SemiMediumFontSize:1.4rem;--SmallFontSize:1.1rem;--SemiSmallFontSize:0.9rem}html{scroll-behavior:smooth}*{box-sizing:border-box;font-family:Poppins,sans-serif;margin:0;padding:0}::-webkit-scrollbar{width:.75rem}::-webkit-scrollbar-track{background:linear-gradient(#07458a,#3ae055);background:linear-gradient(var(--headerColor),var(--thirdColor))}::-webkit-scrollbar-thumb{background:#0de6fc;background:var(--mainColor);border-radius:1rem}::-webkit-scrollbar-thumb:hover{background:#00e691;background:var(--secondColor)}.fade-bottom{animation:fade-bottom .8s ease-in}@keyframes fade-bottom{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.welcome{background-image:url(/static/media/welcome-background.3f409fcbff8199155d30.jpg);background-size:cover;border-bottom-right-radius:330px 330px;display:flow-root;height:630px;margin:40px auto 0;max-width:var(--contentWidth);position:relative;width:calc(100% - var(--pageInset)*2)}.welcome,.welcome:before{border-top-left-radius:150px 150px}.welcome:before{background-color:#00000080;border-bottom-right-radius:335px 335px;content:"";height:100%;opacity:.25;position:absolute;width:100%}.welcome p{color:var(--secondColor);float:right;font-size:var(--SecondBigFontSize);margin:15% 10%;position:relative;text-transform:uppercase}#find{color:var(--mainColor);text-decoration:underline}#your{color:#fff}.welcome .btn{background:linear-gradient(.7turn,var(--thirdColor),var(--headerColor));border:0;border-radius:30px;color:var(--mainColor);cursor:pointer;float:left;font-size:20px;height:50px;text-decoration:none;width:195px}.welcome .btn:hover{box-shadow:10px -5px 20px 0 var(--mainColor),-10px 1px 20px 0 var(--thirdColor);color:#fff}@media screen and (max-width:1024px){.welcome{height:400px;margin:20px 10px;width:auto}.welcome:before{width:100%}.welcome p{font-size:var(--BigFontSize)}}@media screen and (max-width:480px){.welcome{border-bottom-right-radius:150px 150px;height:260px;margin:20px 10px;width:auto}.welcome .btn{display:inline-block;float:none;font-size:15px;height:30px;margin-top:10px;width:135px}.welcome p{font-size:var(--MediumFontSize);margin:10% 8%}}.offers{flex-direction:column;margin:45px auto 0;min-width:320px;width:calc(100% - var(--pageInset)*2)}.offers,.offers h1{display:flex;max-width:var(--contentWidth)}.offers h1{align-items:center;color:var(--headerColor);font-size:var(--SemiBigFontSize);gap:30px;justify-content:center;margin-top:0;text-align:center}.offers h1:after,.offers h1:before{background:var(--headerColor);content:"";flex:1 1;height:2px}.offers-desc p{color:var(--altSecondColor);font-size:var(--SmallFontSize);margin-top:5px;max-width:var(--contentWidth);text-align:center}.box-container{grid-gap:60px;display:grid;gap:60px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));justify-content:center;justify-items:center;margin:50px 0;max-width:var(--contentWidth)}.box{border-radius:40px;box-shadow:0 10px 30px #07458a2e;display:block;height:630px;max-width:398px;overflow:hidden;position:relative;text-decoration:none;transition:transform .35s ease,box-shadow .35s ease;width:100%}.box:focus-visible,.box:hover{box-shadow:0 22px 45px #07458a52;transform:translateY(-10px)}.box:before{background-size:cover;content:"";inset:0;position:absolute;transition:transform .5s ease}.box:focus-visible:before,.box:hover:before{transform:scale(1.08)}.box:after{background:linear-gradient(0deg,#000c 0,#00000059 45%,#0000 75%);content:"";inset:0;position:absolute}.box1:before{background-image:url(/static/media/house.4be042b0763848c3c59d.jpg);background-position:40% 50%}.box2:before{background-image:url(/static/media/office.938df4fc804c9d84269b.jpg);background-position:35% 50%}.box3:before{background-image:url(/static/media/vacant_land.1b2b694964fb11893bc6.jpg);background-position:45% 50%}.box-container .content{bottom:40px;left:0;padding:0 24px;position:absolute;right:0;z-index:1}.content h2{font-size:clamp(1.6rem,3.4vw,var(--BigFontSize));line-height:1.1}.box_desc{color:#ffffffeb;font-size:var(--SmallFontSize);margin-top:12px;opacity:0;transform:translateY(12px);transition:opacity .35s ease,transform .35s ease}.box:focus-visible .box_desc,.box:hover .box_desc{opacity:1;transform:translateY(0)}@media (hover:none){.box_desc{opacity:1;transform:none}}.box1 .content span{color:var(--mainColor)}.box1 h2{color:#fff}.box2 h2{color:var(--thirdColor)}.box3 h2{color:var(--mainColor)}@media screen and (max-width:1024px){.offers{margin:45px auto;max-width:100%;padding:0 20px;width:auto}.offers h1{font-size:var(--MediumFontSize);width:100%}.offers h1:after,.offers h1:before{content:"";display:none}.offers-desc p{width:100%}.box-container{gap:50px;grid-template-columns:minmax(0,400px)}.box{height:300px;max-width:400px}.box-container .content{bottom:24px;padding:0 18px}.box_desc{font-size:var(--SemiSmallFontSize);margin-top:8px}.offers{align-items:center;display:flex;flex-direction:column;height:auto;justify-content:center;margin:45px auto 0;max-width:1024px;min-width:320px;overflow-x:hidden}}@media screen and (max-width:480px){.offers{margin:45px auto 0}.box{height:270px;max-width:350px}}@media screen and (max-width:320px){.box{height:200px;max-width:300px}.box1 .content h2,.box2 .content h2,.box3 .content h2{font-size:var(--MediumFontSize)}}.company{display:flex;flex-wrap:wrap;height:auto;margin:90px auto 0;max-width:var(--contentWidth);width:calc(100% - var(--pageInset)*2)}.company-desc{width:100%}.company-desc h1{align-items:center;color:var(--headerColor);display:flex;font-size:var(--SemiBigFontSize);gap:30px;justify-content:center;margin-top:0;text-align:center}.company-desc h1:after,.company-desc h1:before{background:var(--headerColor);content:"";flex:1 1;height:2px}.company-desc p{color:var(--altSecondColor);font-size:var(--SmallFontSize);margin-top:5px;text-align:center}.company-container{margin-top:50px;width:100%}.company_img{aspect-ratio:864/560;border-radius:1.8rem;height:auto;object-fit:cover;width:100%}.company_element{float:left;width:50%}.company_info{padding-left:25px;padding-right:25px}.company_info h1{color:var(--headerColor);font-size:var(--SemiBigFontSize);padding-bottom:3.2rem}.company_info P{font-size:var(--SemiMediumFontSize)}.company_info .btn{background:linear-gradient(72deg,var(--headerColor),var(--thirdColor));border:0;border-radius:30px;color:var(--mainColor);cursor:pointer;font-size:var(--MediumFontSize);height:55px;margin-top:1.5rem;text-decoration:none;width:240px}.company_info .btn:hover{box-shadow:10px -5px 20px 0 var(--thirdColor),-10px 1px 20px 0 var(--mainColor);color:#fff}@media screen and (max-width:1024px){.company{align-items:center;display:flex;flex-direction:column;height:auto;width:auto}.company-desc h1{font-size:var(--MediumFontSize)}.company-desc h1:after,.company-desc h1:before{display:none}.company_img{border-radius:1.8rem}.company_element{display:flex;flex-direction:column;height:auto;justify-content:center;margin-bottom:20px;width:100%}.company_info{padding:25px;text-align:center}.company_info h1{font-size:var(--MediumFontSize);padding-bottom:3.2rem}.company_info p{font-size:var(--SemiMediumFontSize)}}@media screen and (max-width:480px){.company_info h1{font-size:var(--SemiMediumFontSize)}.company_info p{font-size:var(--SmallFontSize)}.company_info .btn{font-size:var(--SemiMediumFontSize);height:auto;padding:5px 0;width:180px}}.star_rating{height:auto;margin:90px auto 0;max-width:var(--contentWidth);padding-bottom:60px;width:calc(100% - var(--pageInset)*2)}.star_rating h1{align-items:center;color:var(--headerColor);display:flex;font-size:var(--SemiBigFontSize);gap:30px;justify-content:center;text-align:center}.star_rating h1:after,.star_rating h1:before{background:var(--headerColor);content:"";flex:1 1;height:2px}.star_rating p{color:var(--altSecondColor);font-size:var(--SmallFontSize);margin-top:5px;text-align:center}.rating{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:100px}.rating textarea{border-radius:40px;font-size:var(--SmallFontSize);height:335px;max-width:620px;padding:20px;width:100%}.stars{max-width:560px;text-align:center;width:100%}.star{color:var(--altSecondColor);opacity:50%}.star,.star-hover{height:90px;width:90px}.star-hover{color:orange;cursor:pointer}.rating .btn{background:linear-gradient(72deg,var(--headerColor),var(--thirdColor));border:0;border-radius:30px;color:var(--mainColor);cursor:pointer;font-size:var(--MediumFontSize);height:55px;margin-top:1.5rem;text-decoration:none;width:190px}.rating .btn:hover{box-shadow:10px -5px 20px 0 var(--thirdColor),-10px 1px 20px 0 var(--mainColor);color:#fff}@media screen and (max-width:1024px){.star_rating{height:auto;margin:40px auto 15px;padding:0 12px 40px;width:auto}.star_rating h1{font-size:var(--MediumFontSize)}.star_rating h1:after,.star_rating h1:before{display:none}}@media screen and (max-width:700px){.stars{max-width:500px}.star,.star-hover{height:75px;width:75px}.star_rating p{font-size:var(--SmallFontSize)}.rating{margin-top:40px}.rating textarea{height:300px;max-width:500px}}@media screen and (max-width:480px){.stars{max-width:400px}.star,.star-hover{height:60px;width:60px}.rating{margin-top:24px}.rating textarea{height:200px;max-width:350px}.rating .btn{height:auto;margin-top:1rem;padding:8px 0;width:150px}}@media screen and (max-width:320px){.rating textarea{height:150px;max-width:290px}}.banner{background:url(/static/media/offers-baner.d44821b199e1721c19b3.jpg);background-position:50% 55%;background-size:cover;height:365px;margin:90px auto 50px;max-width:var(--contentWidth);position:relative;width:calc(100% - var(--pageInset)*2)}.banner:before{background-color:#00000080;content:"";height:100%;opacity:.2;position:absolute;width:100%}.banner h1{color:var(--mainColor);font-size:var(--BigFontSize);padding-top:5%;position:relative;text-align:center;text-shadow:1px 1px 1px #00000080;text-transform:uppercase;z-index:1}.banner h1 span{color:#fff}@media screen and (max-width:1024px){.banner{height:auto;margin:20px 10px;width:auto}.banner:before{width:100%}.banner h1{font-size:var(--MediumFontSize)}}.dropdown{max-width:296px}.dropdown,.dropdown-btn{cursor:pointer;width:100%}.dropdown-btn{align-items:center;background:#fff;border:1px solid #80808033;border-radius:10px;display:flex;height:100%;justify-content:space-between;padding:10px 15px;text-align:left}.dropdown-icon-primary,.dropdown-icon-secondary{color:var(--headerColor);font-size:2rem}.dropdown-icon-secondary{margin-left:auto}.dropdown-menu{background-color:#fff;border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;font-size:var(--SmallFontSize);line-height:1.5;list-style:none;margin-top:.5rem;padding:1rem 1.5rem;position:absolute;width:100%;z-index:10}.menu-section{position:relative}.menu-section .dropdown-btn .content{margin-left:.5rem}.menu-section .dropdown-btn .content span{color:var(--secondColor);font-size:var(--SmallFontSize)}.menu-section .dropdown-btn .content .description{color:var(--altSecondColor);font-size:1rem}.menu{cursor:pointer}.menu:hover{color:var(--headerColor)}.search{border-radius:.5rem;box-shadow:0 0 26px -15px #3e3e48;display:flex;flex-direction:row;justify-content:space-between;margin:auto;max-width:var(--contentWidth);padding:8px 40px;width:calc(100% - var(--pageInset)*2)}.search .btn{background:linear-gradient(72deg,var(--headerColor),var(--thirdColor));border:0;border-radius:30px;color:var(--mainColor);cursor:pointer;font-size:var(--MediumFontSize);height:55px;margin-top:7px;text-align:center;text-decoration:none;width:200px}.search .btn:hover{box-shadow:10px -5px 20px 0 var(--thirdColor),-10px 1px 20px 0 var(--mainColor);color:#fff}@media (max-width:1024px){.search{align-items:center;flex-direction:column;gap:4px;padding-bottom:6px;padding-left:30px;padding-top:6px;width:auto}.search .btn{font-size:var(--SemiMediumFontSize);height:auto;margin-left:45px;width:120px}}@media screen and (max-width:320px){.search{margin-left:-15px;width:320px}.search .btn{margin-left:80px}}.offers-content{background:#fff;border-radius:20px;box-shadow:0 0 26px -15px #3e3e48;cursor:pointer;margin:20px auto;max-width:500px;padding-bottom:15px;transition:box-shadow .2s ease-in-out;width:100%}.offers-content:hover{box-shadow:0 0 24px -4px #3e3e48}.offers-image{aspect-ratio:470/290;border-radius:20px;height:auto;margin:8px 15px 0;object-fit:cover;width:calc(100% - 30px)}.element{display:flex;font-size:var(--SmallFontSize);gap:.5rem;margin:8px 15px;text-align:center}.element .country,.element .type{border-radius:30px;color:#fff;padding-left:1.5rem;padding-right:1.5rem}.element .country{background-color:var(--additionalColor)}.details-content{color:#000;display:flex;font-size:var(--SmallFontSize);gap:5px;margin-left:15px}.rent{color:var(--altSecondColor);font-size:.8rem}@media screen and (max-width:1024px){.element{font-size:var(--SemiSmallFontSize)}.offers-content{max-width:340px}}@media screen and (max-width:320px){.offers-content{max-width:300px}}.property_list{height:auto;margin:90px auto 50px;max-width:var(--contentWidth);width:calc(100% - var(--pageInset)*2)}.property_list .container{justify-content:center;width:100%}.offer{display:grid;grid-template-columns:repeat(3,1fr)}.offer .link{display:flex;text-decoration:none}.loading{display:flex;justify-content:center}.loading_message{color:var(--altSecondColor);font-size:var(--MediumFontSize);text-align:center}.loading-icon,.loading_message{margin-bottom:100px;margin-top:100px}.loading-icon{animation:spin 1s linear infinite;color:var(--secondColor);font-size:var(--BigFontSize)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media screen and (max-width:1024px){.property_list{margin:20px 10px;width:auto}.offer{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:720px){.offer{grid-template-columns:repeat(1,1fr)}}.about{height:auto;margin:60px auto;max-width:var(--contentWidth);width:calc(100% - var(--pageInset)*2)}.about_data{align-items:center;display:flex;gap:60px;margin-top:30px}.about_img{aspect-ratio:700/420;border-radius:20px;box-shadow:0 18px 40px #07458a2e;height:auto;object-fit:cover;width:100%}.about_eyebrow{color:var(--secondColor);font-size:var(--SmallFontSize);letter-spacing:.18em;margin-bottom:.75rem;text-transform:uppercase}.about_info h1{color:var(--headerColor);font-size:var(--SemiBigFontSize);line-height:1.15}.about_box,.about_info{flex:1 1}.about_description{font-size:var(--SmallFontSize);line-height:1.7;margin-top:1.5rem}.stats{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr);margin-top:24px}.about_stats{align-items:center;background:#fff;border:1px solid #07458a1f;border-radius:.9rem;box-shadow:0 8px 20px #07458a14;display:flex;flex-direction:column;gap:4px;padding:1.1rem .75rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.about_stats:hover{box-shadow:0 16px 30px #07458a29;transform:translateY(-6px)}.about_icon{border:1px solid var(--secondColor);border-radius:20px;font-size:34px}.about_value{color:var(--headerColor);font-size:var(--SemiMediumFontSize);font-weight:700}.about_label{color:var(--altSecondColor);font-size:var(--SemiSmallFontSize)}@media screen and (max-width:1024px){.about{height:auto;padding:0 16px;width:auto}.about_data{align-items:center;flex-direction:column;gap:30px;margin-top:20px}.about_info{text-align:center}.about_info h1{font-size:var(--MediumFontSize)}.about_img{margin-top:1rem}}@media screen and (max-width:480px){.stats{grid-template-columns:1fr}.about_eyebrow{font-size:var(--SemiSmallFontSize)}}.contact{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:30px auto}.header{color:var(--headerColor);font-size:var(--SemiBigFontSize)}.forms{align-items:center;justify-content:center;max-width:540px}.email,.forms,.message,.name{display:flex;flex-direction:column;width:100%}.email,.message,.name{gap:6px;margin-bottom:18px}#email,#message,#name{background:#f2f2f2;border:1px solid #000;border-radius:10px;font-size:1rem;outline:none;padding:.75rem;width:100%}#email_label,#message_label,#name_label{font-size:var(--SmallFontSize)}#message{height:150px}.forms-btn{background:linear-gradient(36deg,var(--headerColor),var(--thirdColor));border:none;border-radius:.25rem;border-radius:30px;color:#fff;cursor:pointer;font-size:1rem;font-size:var(--MediumFontSize);height:55px;margin-top:1rem;padding:.5rem 1rem;text-decoration:none;width:190px}.forms-btn:hover{box-shadow:10px -5px 20px 0 var(--thirdColor),-10px 1px 20px 0 var(--mainColor);color:var(--mainColor)}#value{margin-top:1rem}.header{font-size:2rem;margin-bottom:2rem;text-align:center}@media screen and (max-width:1024px){.contact{padding:0 16px}#email,#message,#name{font-size:var(--SemiSmallFontSize)}#email_label,#message_label,#name_label{font-size:var(--SemiSmallFontSize);margin:0;padding:0}.forms-btn,.header{font-size:var(--SemiMediumFontSize)}.forms-btn{height:auto;width:auto}}nav{background:var(--SharedLayoutColor);box-shadow:0 5px 15px #0000000f;justify-content:space-between;padding:20px 80px}#navbar,nav{align-items:center;display:flex}#navbar{justify-content:center}#navbar li{font-size:var(--SemiMediumFontSize);list-style:none;padding:0 20px;position:relative;text-decoration:none}#navbar .link{color:var(--secondColor);text-decoration:none}#navbar .link:hover{color:#fff;text-decoration:none;transition:.3s ease-in-out}#navbar .link:hover:after{background:#fff;bottom:-4px;content:"";height:2px;left:20px;position:absolute;transition:.3s ease-in-out;width:30%}#navbar .link-active{color:var(--mainColor);text-decoration:none;transition:.3s ease-in-out}#navbar .link-active:after{background:var(--mainColor);bottom:-4px;content:"";height:2px;left:20px;position:absolute;transition:.3s ease-in-out;width:30%}.logo img{height:90px;margin-left:20px;width:170px}#mobile{background:none;border:0;cursor:pointer;display:none;padding:0}#mobile i{color:var(--secondColor)}.nav_backdrop{display:none}@media screen and (max-width:1024px){nav{padding:15px 20px}.logo img{height:auto;margin-left:0;width:140px}#navbar{align-items:flex-start;background:var(--SharedLayoutColor);box-shadow:-10px 0 30px #00000059;display:flex;flex-direction:column;height:100dvh;justify-content:flex-start;padding:100px 24px 24px;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .3s ease-in-out;width:min(78vw,300px);z-index:4}#navbar.nav_active{transform:translateX(0)}#navbar li{margin-bottom:25px;padding:0;white-space:nowrap}.nav_backdrop{background:#00000080;display:block;inset:0;opacity:0;pointer-events:none;position:fixed;transition:opacity .3s ease-in-out;z-index:3}.nav_backdrop.is_open{opacity:1;pointer-events:auto}#mobile{display:block;position:relative;z-index:5}#mobile i{cursor:pointer;font-size:var(--MediumFontSize)}}.footer{background:var(--SharedLayoutColor);height:230px;text-align:center;width:auto}.footer h1{color:#fff;font-size:var(--SmallFontSize);padding-top:60px}.footer .links{display:flex;justify-content:center}.footer p{color:#fff;cursor:pointer}.footer .links ul{list-style:none}.footer .links li{cursor:pointer;display:inline-block;margin:20px;text-decoration:none}.footer .link,.footer .note{color:#fff;text-decoration:none}.footer .note{font-size:12px;margin-top:.5rem}.footer .note a{color:#fff;text-decoration:none}@media (max-width:480px){.footer{height:auto;padding:30px 10px}.footer h1{font-size:var(--MediumFontSize);padding-top:30px}.footer .links{align-items:center;flex-direction:column;margin-top:20px}.footer .links li{margin:10px 0}}@media (max-width:1024px){.footer .links{align-items:center;flex-direction:column;justify-content:space-between}}.not_found{margin:120px auto;max-width:var(--contentWidth);padding-bottom:80px;text-align:center;width:calc(100% - var(--pageInset)*2)}.not_found h1{color:var(--headerColor);font-size:var(--SemiBigFontSize);text-transform:uppercase}.not_found p{color:var(--altSecondColor);font-size:var(--SmallFontSize);line-height:1.7;margin:1.5rem auto 2.5rem;max-width:520px}.not_found .btn{background:linear-gradient(72deg,var(--headerColor),var(--thirdColor));border:0;border-radius:30px;color:var(--mainColor);cursor:pointer;font-size:var(--MediumFontSize);height:55px;width:220px}.not_found .btn:hover{box-shadow:10px -5px 20px 0 var(--thirdColor),-10px 1px 20px 0 var(--mainColor);color:#fff}@media screen and (max-width:1024px){.not_found{margin:60px auto;padding:0 16px 60px;width:auto}.not_found h1{font-size:var(--MediumFontSize)}.not_found .btn{font-size:var(--SemiMediumFontSize);height:45px;width:180px}}.property_details{margin:90px auto;max-width:var(--contentWidth)}.offer_data{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.offer_element{margin-bottom:0}.offer_element .country,.offer_element .type{border-radius:30px;color:#fff;padding-left:1.5rem;padding-right:1.5rem}.offer_element .country{background-color:var(--additionalColor)}.offer_element{display:flex;gap:2px;margin-bottom:1rem}.offer_price{color:var(--headerColor);font-size:var(--SemiMediumFontSize);text-align:right}.offer_image{aspect-ratio:1200/700;border-radius:20px;display:block;height:auto;margin:2rem auto;max-width:1200px;object-fit:cover;width:100%}.offer_stats{color:var(--headerColor);display:flex;font-size:var(--SemiMediumFontSize);gap:.8rem;justify-content:center;margin-bottom:6px}.offer_description{margin:10px auto;text-align:center;width:70%}#header{color:var(--headerColor);font-size:var(--MediumFontSize);margin-top:3rem;text-align:center}.estate_agent{display:flex;justify-content:center;margin-top:3rem}.agent_name{font-size:var(--SmallFontSize);text-align:center}.estate_agent img{display:block;height:auto;margin:0 auto;width:150px}.estate_agent form{align-items:center;display:flex;flex-direction:column;gap:1rem}.estate_agent input,.estate_agent textarea{border:1px solid #000;border-radius:10px;max-width:500px;padding:10px;width:100%}.estate_agent input{height:70px}.estate_agent textarea{height:180px}.estate_agent .btn{background:linear-gradient(54deg,var(--headerColor),var(--thirdColor));border:0;border-radius:30px;color:#fff;cursor:pointer;font-size:var(--MediumFontSize);height:55px;text-decoration:none;width:190px}.estate_agent .btn:hover{box-shadow:10px -5px 20px 0 var(--thirdColor),-10px 1px 20px 0 var(--mainColor);color:var(--mainColor)}#value{color:red;min-height:1.2rem;text-align:center}#value.form_sent{color:var(--additionalColor)}@media screen and (max-width:1024px){.property_details{margin:40px auto;padding:0 12px;width:auto}.offer_data{display:flex;flex-direction:column}.offer_element{display:flex;gap:2px;margin-bottom:1rem}.offer_price{text-align:center}.offer_image{margin:2rem auto;max-width:600px}.offer_stats{color:var(--headerColor);display:flex;font-size:var(--SemiMediumFontSize);gap:.8rem;justify-content:center;margin-bottom:6px}.offer_description{margin:10px auto;text-align:center;width:70%}#header{font-size:var(--SemiMediumFontSize)}.estate_agent img{height:auto;width:120px}.estate_agent input,.estate_agent textarea{font-size:var(--SemiSmallFontSize);max-width:450px}.estate_agent .btn{font-size:var(--SemiMediumFontSize);height:40px;width:130px}}@media screen and (max-width:480px){.offer_image{margin:2rem auto}}@media screen and (max-width:320px){.offer_element{font-size:var(--SemiSmallFontSize)}}
/*# sourceMappingURL=main.292c74c6.css.map*/