Ну, ок.
<header>
<a href="#" class="air_call"></a>
</header>
.air_call {
z-index: 5;
display: block;
width: 65px;
height: 65px;
position: fixed;
border-radius: 50%;
transition: .5s;
background: #61a7a1 url(/img/call.png) center center no-repeat;
background-size: 80%;
right: 55px;
bottom: 250px;
}