.fixed-button{top:200px;position:fixed;right:0px;color:#000;text-decoration:none;z-index:9;border-radius:3px 0 0 3px;transition:opacity 1s ease;display:flex;align-items:stretch}.fixed-button:hover .phone-number{opacity:1}.icon-phone{background:#C6953D;padding:20px;width:60px;display:flex;justify-content:center;align-items:center}.phone-number{opacity:0;font-size:16px;margin-left:10px;background:#C6953D;padding:14px 20px;transition:all 0.3s cubic-bezier(0.4,0,1,1)}.fixed-button:hover .phone-number{display:inline}.fixed-button.fix1{top:200px}.fixed-button.fix2{top:260px}.fixed-button.fix3{top:320px}@media(max-width:767px){.fixed-button{display:none}}