.logosList{align-items:center;display:flex;justify-content:space-between;margin:12px -5px}.logosList--gray{filter:invert(1);opacity:.3}.logosList__paymentProviders,.logosList__trustFactors{align-items:center;display:flex;flex-basis:100%;flex-wrap:nowrap;justify-content:space-between;width:100%}.logosList__paymentProviders{flex-wrap:nowrap}.logosList__paymentProviders li,.logosList__trustFactors li{display:inline-flex}li.logosList__mobileProviders{display:flex}.logosList__mobileProviders{align-items:center;border:1px solid #fff;border-radius:4px;height:58px;justify-content:space-between;max-width:100%;min-width:241px;padding:0 10px}.logosList__mobileProviders>*{display:block;flex-basis:auto;flex-shrink:0}.logosList__mobileProviders>img{object-fit:contain}.logosList__mobileProviders a img{margin:0;object-fit:contain;width:100%}@media (max-width:1024px){.logosList{flex-direction:column}.logosList--marquee{--logoListWidth:904px;animation:slide 60s linear infinite;background:url(https://cdn.mrq.com/images/logo-list.svg) 0 repeat-x;background-size:contain;height:50px;width:calc(var(--logoListWidth)*2)}.logosList--marquee>*{display:none}}@media (max-width:768px){.logosList__mobileProviders a img{transform:scale(.8)}}@keyframes slide{0%{transform:translateZ(0)}to{transform:translate3d(calc(var(--logoListWidth)*-1),0,0)}}