Цитата: 
	
 
calculator.addEventListener('change', ev => {
			const {target} = ev;
			const el = target.closest('.total');
			if (el) {
				const sum = el.closest('.sum');
				setCheckedSum(sum, target.checked);
			}
			testChecked(calculator);
			
			sum(calculator);
       })
 | 
	
		
 voraa, 
	Спасибо большое  | 
	
		
 рони, 
	Спасибо огромное  | 
| Часовой пояс GMT +3, время: 13:21. |