.base-tabs{align-items:center;display:flex;justify-content:center}.base-tabs .base-button{flex:1}.base-tabs .base-button:not(:last-child){margin-right:30rem}.wallet-payment-form-fields{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));grid-column-gap:30rem;grid-row-gap:30rem}@media screen and (max-width:1200px){.wallet-payment-form-fields{grid-template-columns:repeat(1,minmax(0,1fr))}}@media screen and (max-width:992px){.wallet-payment-form-fields{grid-template-columns:repeat(1,minmax(0,1fr))}}@media screen and (max-width:768px){.wallet-payment-form-fields{grid-template-columns:repeat(1,minmax(0,1fr))}}.wallet-payment-form-fields hr{margin:0}.wallet-payment-form-fields__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-column-gap:30rem;grid-row-gap:30rem}@media screen and (max-width:1200px){.wallet-payment-form-fields__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:992px){.wallet-payment-form-fields__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:768px){.wallet-payment-form-fields__grid{grid-template-columns:repeat(1,minmax(0,1fr))}}.wallet-payment-form-fields__grid hr{grid-column:span 2}.wallet-payment-form-fields__title{font-size:20rem}.wallet-payment-form-fields__price{display:flex;flex-direction:column;height:50rem;justify-content:space-between}.wallet-payment-form-fields__price span:first-child{color:var(--color-gray-to-silver);font-size:19rem}.wallet-payment-form-fields__price span:first-child+span{font-size:18rem}
