#footer>div[class="call"]{
    position: absolute;
    top:0px;
    right: var(--h_header);
    height: 100%;
    z-index: 0;
}
#footer>div[class="call"]>p{
    float: left;
    height: 100%;

    font-family: 'Gotham Book';
    text-transform: uppercase;
    line-height: calc(2*var(--h_header));
    font-size: 10px;
    text-align: right;
    color: #aaa;
}
#footer>div[class="call"]>p>a{
    font-size: 10px;
    text-decoration: none;
    font-weight: bolder;
    color: var(--C_turquoise);
}
#footer>div[class="call"]>p>a:hover{color: var(--C_orange);}
