.ssm{height:fit-content;position:fixed;right:2.8rem;transition:all var(--slow_transition);width:fit-content;z-index:10}.loaded:not(.scrolled) .ssm,.scrolled--up:not(.scrolled) .ssm,.ssm{top:20rem}.ssm__list{display:flex;flex-direction:column;gap:var(--spacer_16);height:fit-content;width:fit-content}.ssm__list-item{border-radius:50%;height:5.6rem;width:5.6rem}.ssm__list-item-link{align-items:center;background:#fff;border-radius:50%;box-shadow:1px 1px 1px 1px #e3292e82;color:var(--primary_color);display:flex;font-size:24px;height:60px;justify-content:center;margin-bottom:15px;width:60px}.ssm__list-item-link-svg{height:100%;width:100%}.ssm__list-item svg rect{fill:var(--white_color)}.ssm__list-item svg path,.ssm__list-item:hover svg rect{fill:var(--primary_color)}.ssm__list-item:hover svg path{fill:var(--white_color)}@media (max-width:1220px){.ssm{right:2rem}}