.calculator{justify-content:flex-end;align-items:center;gap:20px;margin:80px 0;padding:0 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}@media (max-width:1200px){.calculator{flex-direction:column;gap:20px;margin:140px 0;padding:0 20px;font-size:24px;display:flex}.calculator>img:nth-child(2){width:36px;height:auto}.calculator>img:nth-child(4){width:38px;height:auto}.calculator>img:nth-child(6){width:32px;height:auto}.calculator-item.visible{text-align:center}}
