
.stopka{

color:#3d3d3d;
font-size: 12px;
text-align: center;
padding-bottom: 50px;
position: relative;
}
.stopka:before{
content:"";
position: absolute;
left:50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
width:97px;
height: 21px;
bottom: 1px;
background-color: #75828d;
}

.stopka .bottomStopkaLeft{
margin: 5px;
color: #00AEC6;
}
.stopka .bottomStopkaRight{
margin: 5px;
color:#3d3d3d;
}

.stopka a{
color:#3d3d3d;
text-decoration: none;

}

.stopkaInfo .stopkaKontakt span.b{

margin: 0px 0px 20px 0px;
}
