.fixed-buttons{position:fixed;top:50%;right:0;display:flex;flex-direction:column;grid-gap:1px;z-index:100}.fixed-button{background-color:var(--color-secondary-red);width:40px;height:40px;display:flex;justify-content:center;align-items:center;padding:8px;font:600 1.5rem/1.1 var(--font-text);letter-spacing:3.45px;text-transform:uppercase;white-space:nowrap;position:relative;transition:all 2s cubic-bezier(.19,1,.22,1)}@media only screen and (min-width:768px){.fixed-button{width:50px;height:50px;padding:9px}.fixed-button:hover span,.fixed-button:focus span{max-width:200px;padding-right:9px;right:100%}}.fixed-button svg{width:22px;height:22px}@media only screen and (min-width:768px){.fixed-button svg{width:30px;height:30px}}.fixed-button span{max-width:0;overflow:hidden;transition:inherit;position:absolute;top:0;bottom:0;right:calc(100% - 9px);background-color:var(--color-secondary-red);display:flex;align-items:center;padding-right:0;padding-left:9px}
