.infoblock-alternating-container{display:flex;flex-direction:column;gap:18px}.infoblock-alt-card{height:-moz-fit-content;height:fit-content;width:90%;display:flex;padding:22px;-moz-column-gap:86px;column-gap:86px;row-gap:22px;background-color:var(--spblue-1-10);border-radius:10px;box-shadow:0 40px 80px 0 rgba(0,0,0,.2);max-width:100%;pointer-events:all;transition:all .3s;position:relative;justify-content:center}.clickable.infoblock-alt-card:hover{cursor:pointer;background-color:var(--spblue-0-11)}.infoblock-alt-card.odd{align-self:flex-end;flex-wrap:wrap}.infoblock-alt-card.even{align-self:flex-start;flex-wrap:wrap-reverse}.infoblock-alternating-index{font-family:Montserrat;font-size:124px;font-style:normal;font-weight:400;line-height:100%;letter-spacing:-5.58px;opacity:.5;background:linear-gradient(180deg,#F9BC6E,#75A8AB);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;position:absolute;pointer-events:none;top:-62px}.even .infoblock-alternating-index{left:0}.odd .infoblock-alternating-index{right:0}.infoblock-alternating-content{flex-direction:column;gap:16px}.infoblock-alternating-content,.infoblock-alternating-left{display:flex;max-width:100%;min-width:400px;width:100%;flex:1 0 0}.infoblock-alternating-left{overflow:hidden;align-items:center;justify-content:center}.infoblock-alt-card-title{font:var(--h1-medium);color:var(--spblue-11-0)}.infoblock-alternating-image{max-width:calc(50% - 43px);min-width:400px;width:100%;height:auto;flex-grow:1;flex-basis:400px;align-self:start}@media screen and (max-width:770px){.infoblock-alternating-content,.infoblock-alternating-image{width:100%;max-width:100%;min-width:100%}}.infoblock-alt-card.even{transition:transform .5s ease-in-out;transform:translateX(-5%)}.infoblock-alt-card.odd{transition:transform .5s ease-in-out;transform:translateX(5%)}.infoblock-alt-card.slide-animation{transform:translateX(0)}