.box_stopka{

}
.stopka{
color:#FFFFFF;
font-size: 16px;
font-weight: 300;
margin-top: 20px;
padding-top: 35px;
position: relative;
display: inline-block;
}
.stopka:after{
content: "";
position: absolute;
width: 90%;
height: 1px;
left: 0px;
right: 0px;
top:0px;
margin: auto;
background-color: rgba(255,255,255,0.15);
}

.stopka .bottomStopkaLeft{
margin: 0px;
display: inline-block;
}
.stopka .bottomStopkaRight{
margin: 0px;
display: inline-block;
}

.stopka a{
color:#FFFFFF;
text-decoration: none;
font-size: 16px;
font-weight: 300;
}
