.system{padding:160px 0}.system__inner{margin:0 auto 24px;max-width:var(--content-width);padding:0 var(--side-padding)}.system__header{align-items:flex-start;display:flex;justify-content:space-between;margin:0 auto;width:min(var(--max-content-width),100%)}.system__header-text{max-width:400px}.system__header-text,.system__links{display:flex;flex-direction:column;gap:16px}.system__links{width:400px}.system__photos{align-items:center;display:flex;gap:16px;justify-content:center;overflow:hidden}.system__photo{flex-shrink:0;height:clamp(150px,15.6vw,300px);overflow:hidden;width:clamp(200px,20.8vw,400px)}.system__photo img{height:100%;object-fit:cover;width:100%}.system__photo--lower{align-self:flex-start;margin-top:clamp(60px,8.33vw,160px)}.system__photos__track{display:contents}@media (max-width:991px){.system{padding:100px 0}.system__header{flex-direction:column;gap:24px}.system__links{max-width:400px;width:100%}}@media (max-width:767px){.system{padding:80px 0 100px}.system__inner{margin-bottom:24px}.system__header{flex-direction:column;gap:24px}.system__links{padding-bottom:60px;width:100%}.system__photos{align-items:center;gap:0;justify-content:flex-start;overflow:hidden;padding:0}.system__photos__track{animation:systemMarquee 50s linear infinite;display:flex;gap:16px;width:max-content}.system__photo{flex-shrink:0;height:225px;width:300px}.system__photo--lower{align-self:auto;margin-top:0}@keyframes systemMarquee{0%{transform:translateX(0)}to{transform:translateX(calc(-50% - 8px))}}}