.stopka{
color:#8a8a8a;
font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.03em;
}

.stopka .bottomStopkaLeft{
float: left;
margin: 26px 0px 26px 0px;
}
.stopka .bottomStopkaRight{
float: right;
margin: 26px 0px 26px 0px;
}

.stopka a{
color:#8a8a8a;
text-decoration: none;
font-size: 12px;
}

.stopkaInfo .stopkaKontakt span.b{
color: #081E50;
font-size: 12px;
margin: 0px 0px 20px 0px;
}
@media screen and (max-width:780px){
    .stopka{
        text-align: center;
    }
    .stopka .face{margin: 0px}
    .stopka .bottomStopkaLeft, .stopka .bottomStopkaRight{
        float: none;
        text-align: center;
    }
}