.stopka{
border-top: 1px solid #707070;
box-sizing: border-box;
padding: 35px 20px;
color: #D5D5D5;
font-family: 'Ubuntu', sans-serif;
font-size: 18px;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
}
.stopka a{
color: #D5D5D5;
}
@media screen and (max-width:800px){
.stopka {flex-direction: column;}
.bottomStopkaRight{padding-top: 30px;}
}