.box_stopka{

}
.stopka{
color:#FFFFFF;
font-size: 11px;
padding: 40px 0px;
position: relative;
}

.stopka::after {
content: "";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.stopka::before {
content: "";
background-color: #6f7071;
width: 100%;
height: 1px;
top:50%;
left: 0px;
position: absolute;
z-index: 0;
}

.stopka .bottomStopkaLeft{
float: left;
margin: 0px;
background-color: #4b4c4e;
padding-right: 16px;
position: relative;
z-index: 1;
}
.stopka .bottomStopkaRight{
float: right;
margin: 0px;
background-color: #4b4c4e;
padding-left: 16px;
position: relative;
z-index: 1;
}

.stopka a{
color:#FFFFFF;
text-decoration: none;
font-size: 11px;
}

.stopkaInfo .stopkaKontakt span.b{
color: #081E50;
font-size: 12px;
margin: 0px 0px 20px 0px;
}
