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