:root{--ink:#1a2b4a;--muted:#4a4a4a;--navy:#1f3864}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{font-family:Times New Roman,Georgia,serif;background:#fff;display:flex;justify-content:center}#root{width:100%;display:flex;justify-content:center}.page{--w: min(100vw, 520px);width:100%;max-width:520px;min-height:100vh;display:flex;flex-direction:column}.slice{width:100%;background-image:var(--img);background-size:100% auto;background-repeat:no-repeat;flex:0 0 auto}.header{height:calc(var(--w) * .2);background-position:center top;margin-top:clamp(24px,6vh,64px)}.center{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:24px;text-align:center;margin-top:clamp(24px,8vh,72px)}.center .avatar{width:clamp(96px,28vw,140px);height:clamp(96px,28vw,140px);border-radius:50%;background:#eef1f6;border:2px dashed var(--navy);display:flex;align-items:center;justify-content:center;margin-bottom:6px;overflow:hidden}.center .avatar svg{width:55%;height:55%;fill:#9aa7bd}.center .name{color:var(--ink);font-weight:700;font-size:clamp(26px,7vw,44px)}.center .title{color:var(--muted);font-size:clamp(17px,4.5vw,28px)}.footer{padding:0 5% 5%;margin-top:auto;margin-bottom:clamp(24px,6vh,64px)}.footer .rule{height:2px;background:var(--navy);width:100%;margin-bottom:5%}.contacts{display:grid;grid-template-columns:1fr 1fr;gap:14px 16px}.col{display:flex;flex-direction:column;gap:14px}.item{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--ink)}.item .ico{flex:0 0 auto;width:clamp(28px,7vw,38px);height:clamp(28px,7vw,38px);border-radius:50%;background:var(--navy);display:flex;align-items:center;justify-content:center}.item .ico svg{width:48%;height:48%;fill:#fff}.item .txt{font-family:Georgia,serif;font-size:clamp(12px,3.4vw,16px);line-height:1.2}.item:hover .txt{text-decoration:underline}@media (max-width:380px){.contacts{grid-template-columns:1fr}}.langbar{position:fixed;top:10px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:10}.langbar button{font-family:Arial,sans-serif;font-size:13px;padding:6px 14px;border:1px solid var(--navy);background:#fff;color:var(--navy);border-radius:20px;cursor:pointer}.langbar button.active{background:var(--navy);color:#fff}
