.box_stopka{
padding-top: 64px;
}
.stopka{
display: table;
width: 100%;
}
.stopka .bottomStopkaLeft, .stopka .bottomStopkaRight{
font-size: 12px;
display: table-cell;
}
.stopka .bottomStopkaLeft{
}
.stopka .bottomStopkaRight{
text-align: right;
}

	
.stopka a{
color: #ffffff;
}
.stopka a span{
font-weight: 500;
}
.stopka .single{
text-align: center;
}

.stopkaInfo .stopkaKontakt span.b{
}
@media screen and (max-width:400px){
.stopka{display: block;}
.stopka .bottomStopkaLeft, .stopka .bottomStopkaRight{display: block;text-align: center;}
}