.box_foot{
border-top:1px solid #E6E6E6;
}
.div_foot{
width: 1260px;
padding: 20px 15px;
box-sizing: border-box;
max-width: 100%;
margin: 0px auto;
display: flex;
justify-content: space-between;
align-items: center;
}

.stopka{
color: #444444;
font-size: 16px;
font-weight: 300;
display: flex;
justify-content: space-between;
align-items: center;
box-sizing: border-box;
}
.stopka a{
color: #444444;
}
.stopka .bottomStopkaRight{
margin-left: 50px;
}
@media screen and (max-width:1250px){
.div_foot{flex-direction: column}
.menuStopka ul li{padding: 0px 30px}
}
@media screen and (max-width:750px){
.stopka{flex-direction: column}
.stopka .bottomStopkaRight{margin: 20px 0px 0px 0px}
}