.box_foot{

}
.div_foot{
width: 1530px;
box-sizing: border-box;
padding: 30px 15px;
max-width: 100%;
margin: 0px auto;
border-top: 1px solid #DCDCDC;
display: flex;
justify-content: space-between;
align-items: center;
}

.menuStopka{
flex: 1 0 auto;
}
.logoStopa{
margin-right: 60px;
}

.stopka{
color: #686868;
font-size: 15px;
font-weight: 400;
display: flex;
justify-content: space-between;
align-items: center;
box-sizing: border-box;
padding: 20px 10px;
}
.stopka a{
color: #686868;
}
@media screen and (max-width:1050px) {
.div_foot{
flex-direction: column;
}
.menuStopka ul li{padding: 0px 30px}
.logoStopa{margin: 0px 0px 30px 0px}
}