.contactBar{position:fixed;bottom:50px;right:25px;z-index:100;color:#fff;display:flex;flex-direction:column;align-items:flex-end;font-size:14px;line-height:18px}.contactBar .contactBar__item{border-radius:32px;background-color:#0f3553;display:flex;align-items:center;width:60px;margin:5px 0}.contactBar .contactBar__item,.contactBar .contactBar__item-content{overflow:hidden;transition:width .2s ease-in-out,padding-left .2s ease-in-out,opacity .3s ease-in-out}.contactBar .contactBar__item-content{color:#fff;max-height:60px;width:0;padding-left:0;opacity:0;white-space:nowrap}.contactBar .contactBar__item-icon{background-color:#0f3553;color:#fff;width:60px;height:60px;display:flex;justify-content:center;border-radius:32px;z-index:10}.contactBar .contactBar__item-icon svg{width:28px;max-width:28px}@media (min-width:1024px){.contactBar .contactBar__tel:hover{width:245px;padding-left:20px}.contactBar .contactBar__mail:hover{width:200px;padding-left:20px}.contactBar .contactBar__item:hover{opacity:1}.contactBar .contactBar__tel:hover>.contactBar__item-content{width:170px;opacity:1}.contactBar .contactBar__mail:hover>.contactBar__item-content{width:140px;opacity:1}}