.payment-list{--item-height:28px;--row-gap:var(--universal-spacings-3xl);--column-gap:var(--universal-spacings-4xl);display:flex;justify-content:center;align-items:center;flex-wrap:wrap;overflow:hidden;gap:0 var(--column-gap);max-height:calc((var(--item-height) + var(--row-gap))*var(--max-rows) - var(--row-gap))}@media (min-width:640px){.payment-list{--item-height:32px;--column-gap:var(--universal-spacings-5xl)}}@media (min-width:1628px){.payment-list{--item-height:36px;--column-gap:72px}}@media (max-width:1139px){}@media (min-width:1140px){}@media (min-width:1628px){}.payment-list__btn{display:block;padding:0;border:none;background:none}.payment-list__img{width:auto;height:var(--item-height)}.payment-list__div{height:var(--row-gap);flex:100%0 0}