.payment-box .payment-item .payment-item-other{will-change:height;transition:height .5s linear;--webkit-transition: height .5s linear}.payment-box .payment-item input[type=radio]:before{width:16px;height:16px;content:"";display:block;pointer-events:none;opacity:0;border:5px solid var(--sx-red);border-radius:50%;transition:box-shadow 1.33s cubic-bezier(.3,.5,.5,1)}.payment-box .payment-item input[type=radio]:checked{border:none}.payment-box .payment-item input[type=radio]:checked:before{opacity:1}.payment-box .payment-item .third-card{transition:height .3s linear}.payment-box .payment-item.active{background-color:#0000000b;border:1px solid var(--sx-red)}.payment-box .payment-item.active label{background-color:#fff}.payment-box .payment-item.active .save,.payment-box .payment-item.active .save-box{border-radius:1.5rem;background:var(--sx-red);color:#fff}.payment-box .payment-item:last-child .payment-item-other{border-bottom:0}
