.pay-page{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:32px}.pay-page__title{font-family:GoogleSans-Bold,sans-serif;font-weight:700;font-size:32px;line-height:75%;color:#3d4248}.pay-page__cards{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.pay-page__card{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-radius:8px;padding:12px 16px;max-width:440px;height:56px;font-family:GoogleSans-Regular,sans-serif;font-weight:400;font-size:16px;line-height:150%;color:#3d4248;background-color:#f8f8f8}.pay-page__card,.pay-page__card-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.pay-page__card-info{gap:12px}.pay-page__card-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:4px;width:50px;height:32px;background-color:#f3f4f2}.pay-page__card-icon img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.pay-page__card-trash{cursor:pointer}.pay-page__delete-popup .confirmation-popup__content .confirmation-popup__subtitle,.pay-page__delete-popup .confirmation-popup__content .confirmation-popup__title{text-align:left}.pay-page__delete-popup .confirmation-popup{padding:32px 40px;width:460px}@media(max-width:990px){.pay-page__delete-popup .confirmation-popup{width:auto}}