.snake{display:flex;flex-direction:column;gap:24px}.snake__item{counter-increment:section}.snake__top{display:flex;align-items:center;gap:32px;margin-bottom:24px}.snake__nr{position:relative;flex:0 0 40px;width:40px;height:40px}.snake__nr:before{content:counter(section);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:24px}.snake__nr .icon-svg{width:40px;height:40px}.snake__parts{position:relative;padding-left:44px;display:flex;flex-direction:column;gap:24px;padding-bottom:48px}.snake__parts:before{content:"";position:absolute;left:20px;top:0;width:0;box-shadow:0 0 0 1px var(--color-grey-scale-600);height:100%;background-color:var(--color-grey-scale-600)}.snake__content{display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px 16px;font-weight:500}.snake__text{flex:0 0 100%;padding:20px;border-radius:20px 20px 20px 8px}.snake__name,.snake__info{flex:1;margin:0;max-width:calc(50% - 8px)}.snake__info{text-align:right}.snake__item:last-child .snake__parts:before{content:normal}@media(min-width:750px){.snake__top{display:block;text-align:center}.snake__nr{width:48px;height:48px;margin:0 auto 28px}.snake__nr .icon-svg{width:48px;height:48px}.snake__parts{padding:32px 0 56px}.snake__parts:before{left:50%;transform:translate(-50%) translateZ(0)}.snake__content{width:calc(50% - 32px)}.snake__text{border-radius:20px 20px 8px}.snake__part--right .snake__content{margin-left:auto}.snake__part--right .snake__text{border-radius:20px 20px 20px 8px}}
