.calculator{justify-content:flex-end;align-items:center;gap:20px;margin:80px 0;padding-right:40px;font-size:36px;display:flex}.calculator-item{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(30px)}.calculator-item.visible{opacity:1;transform:translateY(0)}.calculator>img:nth-child(2){object-fit:contain;width:45px;height:44px}.calculator>img:nth-child(4){object-fit:contain;width:42px;height:34px}.calculator>img:nth-child(6){object-fit:contain;width:36px;height:18px}
