@import"https://fonts.googleapis.com/css2?family=Inter:wght@100;400;600;700&display=swap";*:not(svg *){all:unset;display:revert}html,body{min-width:320px}body{font-family:Inter,sans-serif;color:#000;font-size:16px;line-height:16px;font-weight:400;background-color:#f9fcfc;overflow:hidden}a{cursor:pointer;text-decoration:underline;transition:.3s linear}a:hover{text-decoration:none}.main{position:absolute;left:0;right:0;bottom:0;top:0;margin:auto;width:420px;height:270px;padding:0 16px}.main__text{margin:32px 0;font-weight:700;font-size:28px;line-height:34px}.main__contacts{display:flex;justify-content:space-between;align-items:center}.avatar{display:flex;align-items:center;justify-content:center;width:350px;height:350px;border-radius:50%}.avatar__image{width:350px;height:350px}.animate.avatar,.animate .avatar__image{animation:scaleImage 2s;width:88px;height:88px}.load{opacity:0;transition:.3s linear}.loaded{opacity:1}@keyframes scaleImage{0%{width:350px;height:350px}to{width:88px;height:88px}}@media screen and (max-width: 420px){.main{width:80%;min-width:320px}}
