@keyframes fly{0%{animation-timing-function:ease-in-out;transform:translate(50%) translateY(-50%) rotate(0) scale(1)}40%{animation-timing-function:ease-in-out;transform:translate(calc(50% - 6px)) translateY(calc(-50% + .83333rem)) rotate(5deg) scale(1.03)}50%{animation-timing-function:ease-in-out;transform:translate(calc(50% - 6px)) translateY(calc(-50% + .83333rem)) rotate(5deg) scale(1.03)}to{transform:translate(50%) translateY(-50%) rotate(0) scale(1)}}@keyframes flyStandart{0%{animation-timing-function:ease-in-out;transform:translate(-50%) translateY(0) rotate(0) scale(1)}40%{animation-timing-function:ease-in-out;transform:translate(calc(-50% - 6px)) translateY(0) rotate(5deg) scale(1.03)}50%{animation-timing-function:ease-in-out;transform:translate(calc(-50% - 6px)) translateY(0) rotate(5deg) scale(1.03)}to{transform:translate(-50%) translateY(0) rotate(0) scale(1)}}@keyframes flashing{0%{opacity:1}2%{opacity:0}4%{opacity:1}6%{opacity:0}8%{opacity:1}to{opacity:1}}.custom-checkbox input{display:none}.custom-checkbox input:checked+label:before{background:url(../img/checkbox-tick.svg) 50% 50% no-repeat}.custom-checkbox label{display:grid;grid-template-columns:24px 1fr;grid-gap:10px;align-items:center;cursor:pointer}.custom-checkbox label:before{border:1px solid #fff;border-radius:5px;content:"";display:block;height:24px;width:24px}.custom-checkbox.dark input:checked+label:before{background:#5d06b9 url(../img/checkbox-tick.svg) 50% 50% no-repeat;border:1px solid #00ff4d}.custom-checkbox.dark label:before{border:1px solid #4b4b4b}
