.back-to-top{position:fixed;bottom:20px;right:38px;z-index:100;background:var(--main-color);height:40px;width:40px;border-radius:5px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .3s ease 0s}.back-to-top:hover{background:var(--main-light-color)}.back-to-top img{width:9px;height:15px;transform:rotate(90deg) translateX(-1px);object-fit:contain}.floating-button{position:fixed;bottom:80px;right:20px;z-index:100}.floating-button__main{z-index:2;width:76px;height:76px;background:var(--accent-color);border-radius:50%;overflow:hidden;display:flex;justify-content:center;align-items:center;cursor:pointer}.floating-button__main svg{width:30px;height:30px;object-fit:contain}.floating-button__mail a,.floating-button__telegram a,.floating-button__wa a{border:1px solid #9c9c9c40}.floating-button__wa{position:absolute;top:-20px;left:-55px;padding:0 20px 20px 0}.floating-button__wa a{background:var(--white-color);border-radius:50%;overflow:hidden;display:flex;justify-content:center;align-items:center;width:50px;height:50px}.floating-button__wa svg{width:26px;height:26px;object-fit:contain;transform:translate(1px,1px)}.floating-button__mail{position:absolute;top:90px;right:20px;padding:0 10px 20px}.floating-button__mail a{background:var(--white-color);border-radius:50%;overflow:hidden;display:flex;justify-content:center;align-items:center;width:50px;height:50px}.floating-button__mail svg{width:26px;height:26px;object-fit:contain;transform:translateY(1px)}.floating-button__telegram{position:absolute;top:45px;left:-55px;padding:0 20px 20px 0}.floating-button__telegram a{background:var(--white-color);border-radius:50%;overflow:hidden;display:flex;justify-content:center;align-items:center;width:50px;height:50px}.floating-button__telegram svg{width:26px;height:26px;object-fit:contain}@media screen and (max-width:768px){.floating-button{display:none}}