.fixed-button{display:inline-block;font-size:24px;color:#01305b;font-weight:600;background-color:#60c3d9;padding:10px 50px;position:fixed;right:60px;bottom:53px;z-index:1000;box-shadow:4px 4px 10px 0px rgba(0,0,0,.4);transition:right 1s cubic-bezier(0.68, -0.6, 0.32, 1.6),color .5s ease-in-out}@media(max-width: 1024px){.fixed-button{display:none}}.fixed-button__svg{opacity:0;width:25px;position:absolute;left:12px;top:18px;transition:all .5s .25s ease-in-out;fill:#01305b}.fixed-button--hide .fixed-button__svg{opacity:1}.fixed-button--hide{right:-130px !important}.fixed-button--hide:hover{right:0 !important;transition:right .5s cubic-bezier(0.34, 1.56, 0.64, 1)}.fixed-button--hide:hover .fixed-button__svg{opacity:0}