/* === MANY checkout payments — consolidated final === */
.mc-checkout-payment-card{overflow:hidden}
.mc-checkout-payment-card .mc-checkout-card__head--simple{position:relative;justify-content:flex-start!important;align-items:flex-start!important;gap:13px!important;padding-right:150px!important;margin-bottom:16px}
.mc-checkout-payment-card .mc-checkout-card__head--simple>div{flex:1 1 auto!important;min-width:0!important;text-align:left!important}
.mc-checkout-payment-card .mc-checkout-card__head--simple:after{content:"Быстро · удобно · безопасно";position:absolute;top:8px;right:0;padding:7px 10px;border:1px solid #e3edd0;border-radius:999px;background:#f8fbf1;color:#7d9760;font-size:11px;font-weight:700;line-height:1;white-space:nowrap}
.mc-checkout-payment-card .mc-payment-panel{margin:0!important}
.mc-checkout-payment-card .mc-payment-help{display:flex!important;align-items:center;gap:10px;margin:0 0 16px!important;padding:12px 14px!important;border:1px solid #d6e6ad;border-radius:13px;background:#f8fcef;color:#5f6f4c;font-size:13px;line-height:1.45}
.mc-checkout-payment-card .mc-payment-help>i{flex:0 0 auto;color:#83ae13;font-size:16px}
.mc-checkout-payment-card .mc-payment-help a{color:#638e08;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}
.mc-checkout-payment-card .mc-payment-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;align-items:stretch;margin-top:0!important}
.mc-checkout-payment-card .basket-form_payment label{position:relative!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;height:100%!important;min-height:108px!important;padding:14px!important;border:1px solid #e1e8d4!important;border-radius:17px!important;background:#fff!important;color:#26313b!important;box-shadow:0 5px 15px rgba(33,45,25,.035)!important;overflow:hidden!important;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease,background-color .18s ease!important;cursor:pointer!important}
.mc-checkout-payment-card .basket-form_payment label:hover{border-color:#b9d96d!important;box-shadow:0 9px 22px rgba(40,65,16,.08)!important;transform:translateY(-1px)!important}
.mc-checkout-payment-card .basket-form_payment label:after{display:none!important;content:none!important}
.mc-checkout-payment-card .basket-form_payment label input[type="radio"]{position:absolute!important;opacity:0!important;width:1px!important;height:1px!important;margin:0!important;pointer-events:none!important}
.mc-checkout-payment-card .basket-form_payment label input[type="radio"]+img{display:block!important;width:100%!important;height:30px!important;min-height:30px!important;margin:0 0 10px!important;padding:0!important;border:none!important;border-radius:11px!important;background:transparent!important;box-shadow:none!important;object-fit:contain!important;box-sizing:border-box!important;transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease!important}
.mc-checkout-payment-card .basket-form_payment label input[type="radio"]:checked+img{border-color:#9bcf20!important;background:#fbfff2!important}
.mc-checkout-payment-card .basket-form_payment label img[src*="card_rb_qr"]{transform:scale(1.16);transform-origin:center}
.mc-checkout-payment-card .basket-form_payment label img[src*="sbp.png"]{transform:scale(1.08);transform-origin:center}
@supports selector(label:has(input:checked)){.mc-checkout-payment-card .basket-form_payment label:has(input:checked){box-shadow:0 8px 22px rgba(76,117,11,.10)!important}}
.mc-checkout-payment-card .basket-form_payment label:has(input[type="radio"]:checked){background:#fbfff4!important;border-color:#9bcf20!important}
.mc-checkout-payment-card .basket-form_payment label span{display:block!important;margin:0!important;color:#7a8490!important;font-size:11.5px!important;font-weight:500!important;line-height:1.45!important;white-space:normal!important}
.mc-checkout-payment-card .basket-form_payment label span b,.mc-checkout-payment-card .basket-form_payment label span strong{display:block!important;margin:0 0 7px!important;color:#26313b!important;font-size:12.5px!important;font-weight:800!important;line-height:1.35!important}
.mc-checkout-payment-card .basket-form_payment label .mc-payment-copy{display:block!important;margin:0!important;color:#77818b!important;font-size:12.5px!important;font-weight:500!important;line-height:1.42!important}
.mc-checkout-payment-card .basket-form_payment label .mc-payment-copy b,.mc-checkout-payment-card .basket-form_payment label .mc-payment-copy strong{display:block!important;margin:0 0 5px!important;color:#25303a!important;font-size:14px!important;font-weight:800!important;line-height:1.34!important}
.mc-checkout-payment-card .basket-form_payment label>br{display:none!important}
.mc-checkout-payment-card .basket-form_payment.mc-payment-not-needed>.mc-payment-grid{opacity:.45}
.mc-checkout-payment-card .basket-form_payment.mc-payment-not-needed>.mc-payment-help{opacity:.6}
@media(max-width:1200px){
  .mc-checkout-payment-card .mc-payment-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .mc-checkout-payment-card .basket-form_payment label{min-height:100px!important}
}
@media(max-width:980px){
  .mc-checkout-payment-card .mc-checkout-card__head--simple{padding-right:0!important}
  .mc-checkout-payment-card .mc-checkout-card__head--simple:after{display:none}
  .mc-checkout-payment-card .mc-payment-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
  .mc-checkout-payment-card .basket-form_payment label{min-height:108px!important;padding:11px!important}
  .mc-checkout-payment-card .basket-form_payment label input[type="radio"]+img{height:30px!important;min-height:30px!important;margin-bottom:9px!important}
  .mc-checkout-payment-card .basket-form_payment label .mc-payment-copy{font-size:11px!important;line-height:1.38!important}
  .mc-checkout-payment-card .basket-form_payment label .mc-payment-copy b,.mc-checkout-payment-card .basket-form_payment label .mc-payment-copy strong{font-size:12px!important;line-height:1.3!important;margin-bottom:4px!important}
}
@media(max-width:520px){
  .mc-checkout-payment-card .mc-payment-help{align-items:flex-start;padding:11px 12px!important;font-size:12px;margin-bottom:12px!important}
  .mc-checkout-payment-card .mc-payment-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  .mc-checkout-payment-card .basket-form_payment label{min-height:108px!important;padding:10px!important;border-radius:14px!important}
  .mc-checkout-payment-card .basket-form_payment label input[type="radio"]+img{height:30px!important;min-height:30px!important;margin-bottom:8px!important}
  .mc-checkout-payment-card .basket-form_payment label span{font-size:10.5px!important;line-height:1.4!important}
  .mc-checkout-payment-card .basket-form_payment label span b,.mc-checkout-payment-card .basket-form_payment label span strong{font-size:11.2px!important;margin-bottom:5px!important}
  .mc-checkout-payment-card .basket-form_payment label .mc-payment-copy{font-size:10.5px!important;line-height:1.34!important}
  .mc-checkout-payment-card .basket-form_payment label .mc-payment-copy b,.mc-checkout-payment-card .basket-form_payment label .mc-payment-copy strong{font-size:11.2px!important;line-height:1.28!important}
}
@media(max-width:390px){
  .mc-checkout-payment-card .mc-payment-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  .mc-checkout-payment-card .basket-form_payment label{min-height:108px!important;padding:9px!important}
  .mc-checkout-payment-card .basket-form_payment label input[type="radio"]+img{height:30px!important;min-height:30px!important}
  .mc-checkout-payment-card .basket-form_payment label .mc-payment-copy{font-size:10px!important}
  .mc-checkout-payment-card .basket-form_payment label .mc-payment-copy b,.mc-checkout-payment-card .basket-form_payment label .mc-payment-copy strong{font-size:10.7px!important}
}
