.calculator__form ul li.calc__item{align-items:center;display:flex;flex-wrap:wrap;position:relative}.calculator__form ul li.calc__item span.error__notify{bottom:0;font-size:.75rem;line-height:1rem}.switch-wrapper{transition:transform .5s cubic-bezier(.77,0,.175,1)}.switch div{transition:opacity .2s cubic-bezier(.77,0,.175,1) .125s;will-change:opacity}.switches-container input:first-of-type:checked~.switch-wrapper{transform:translateX(0)}.switches-container input:nth-of-type(2):checked~.switch-wrapper{transform:translateX(100%)}.switches-container input:first-of-type:checked~.switch-wrapper .switch div:first-of-type,.switches-container input:nth-of-type(2):checked~.switch-wrapper .switch div:nth-of-type(2){opacity:1}html{scroll-behavior:smooth}