@import"https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;500;600;700&display=swap";:root{font-family:Golos Text,system-ui,sans-serif;color:#243b37;background:#faf9f5;font-synthesis:none}*{box-sizing:border-box}body{margin:0}button,input,textarea,select{font:inherit}button,a{transition:background .2s}button{cursor:pointer;border:1px solid #d4ddd6;background:transparent;color:#24564e;border-radius:9px;padding:12px 18px}button:hover{background:#e9f0e8}button:disabled{opacity:.5;cursor:wait}a{color:#185d57}header,main,footer{max-width:1120px;margin:auto}header{display:flex;align-items:center;justify-content:space-between;padding:26px 24px;border-bottom:1px solid #e2e6df}.brand{border:0;padding:0;display:flex;gap:12px;text-align:left;font-size:20px;font-weight:700;color:#253f36}.brand small{display:block;font-weight:400;font-size:14px}.mark{display:grid;place-items:center;background:#185d57;color:#fff;width:46px;height:46px;border-radius:50% 50% 12px 12px;font-size:28px}main{padding:0 24px;min-height:75vh}.hero{padding:66px 0 48px;text-align:center}.eyebrow{font-size:10px;letter-spacing:2px;color:#678676;font-weight:600}h1{font-size:clamp(34px,6vw,62px);line-height:1.12;letter-spacing:-2px;font-weight:500;margin:22px 0}h1 em{font-family:Georgia,serif;color:#277361;font-weight:400}p{line-height:1.65}h2{font-size:23px;font-weight:500}h3{font-weight:600}.hero p,.muted{color:#758078}.search{display:flex;gap:12px;align-items:center;max-width:790px;background:#fff;padding:9px;border:1px solid #cdd9cc;border-radius:13px;margin:30px auto 13px;box-shadow:0 8px 25px #25483708}.search>span{font-size:28px;padding-left:12px}.search input{border:0;margin:0;padding:12px 0;min-width:0;flex:1;outline-offset:4px}.primary{display:inline-block;background:#185d57;color:#fff;border:0;border-radius:8px;padding:14px 22px;text-decoration:none}.primary:hover{background:#104740}.hint{font-size:12px;color:#819084}.chips{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-top:24px}.chips button{border-radius:30px;padding:8px 16px;font-size:12px;border-color:#e0e4db}.section-title{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #e0e4db;padding:18px 0}.section-title small{color:#7b897f}.section-title h2 span{font-size:13px;background:#e9ede3;border-radius:20px;padding:4px 8px;margin-left:8px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:#fff;text-align:left;border:1px solid #e1e6de;border-radius:15px;padding:23px;color:inherit}.card-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.avatar{border-radius:50%;background:#e8eddf;color:#3e6955;width:52px;height:52px;display:grid;place-items:center;font-size:23px}.score{font-size:10px;color:#368165}.card h3{margin-bottom:8px}.card .muted{font-size:12px}.card p{font-size:13px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.tags{display:flex;flex-wrap:wrap;gap:5px}.tags span{font-size:11px;padding:5px 8px;background:#f4f5ee;border-radius:4px}.card-bottom{border-top:1px solid #edf0e9;margin-top:20px;padding-top:16px;display:flex;justify-content:space-between;font-size:12px;color:#4e7661}.empty{text-align:center;padding:42px 20px 50px;background:#f1f3eb;border:1px dashed #d4decc;border-radius:16px}.empty-icon{font-size:40px;color:#809c83}.empty p{color:#7d897a;font-size:14px}aside{background:#e6eddf;border-radius:16px;margin:40px 0;display:flex;align-items:center;justify-content:space-between;padding:25px 32px;gap:20px}aside h2{font-size:21px}aside p{font-size:13px;color:#74836e}footer{padding:25px 24px 40px;border-top:1px solid #e0e4db;display:flex;justify-content:space-between;color:#8b9488;font-size:12px}.error{background:#ffe7e3;padding:16px;margin-top:15px;border-radius:8px}.loading{padding:10px;color:#537765}.back{margin-top:25px;border:0;padding-left:0}.profile,.editor{max-width:780px;margin:30px auto 60px}.profile h1,.editor h1{font-size:40px}.service,fieldset{border:1px solid #dce3d8;border-radius:12px;padding:20px;margin:16px 0;background:#fff}.price{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-top:1px solid #eee;font-size:14px}figure{margin:0}figure img,video{width:100%;border-radius:10px;max-height:300px;object-fit:cover}figcaption{font-size:12px;padding:8px}.prewrap{white-space:pre-wrap;overflow-wrap:anywhere}.stars{color:#a48129}label{display:block;font-size:13px;margin:15px 0}input,textarea,select{display:block;width:100%;border:1px solid #ccd7c9;border-radius:7px;padding:12px;margin-top:6px;background:#fff;color:#233d32}textarea{min-height:100px;resize:vertical}.check{display:flex;align-items:center;gap:10px}.check input{width:auto}.editor button{margin:4px}.price-edit{background:#f3f5ee;padding:12px;border-radius:8px;margin:12px 0}button:focus-visible,a:focus-visible{outline:3px solid #c5a34b;outline-offset:3px}@media(max-width:720px){.grid{grid-template-columns:1fr 1fr}.hero{padding-top:42px}.section-title{align-items:flex-start;gap:10px}.section-title small{padding-top:22px;text-align:right}aside{padding:22px;flex-direction:column;align-items:flex-start}}@media(max-width:480px){main{padding:0 16px}header{padding:18px 16px}header>button:last-child{font-size:12px;padding:10px}.hero p{font-size:14px}.desktop{display:none}.grid{grid-template-columns:1fr}.search{gap:5px}.search>span{display:none}.search input{font-size:12px;padding-left:8px}.search button{padding:13px;font-size:13px}.section-title h2{font-size:19px}.section-title small{font-size:10px}.eyebrow{font-size:8px}footer{gap:20px}.price{flex-wrap:wrap}}
