.mod_kontakt{
padding: 50px 15px;
box-sizing: border-box;
}
.box_stopka{
width: 1270px;
box-sizing: border-box;
padding: 0px 15px;
margin: 0px auto;
max-width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
border-top:1px solid #ECEFF1;
}

.stopka{
font-size: 16px;
font-weight: 400;
display: flex;
justify-content: space-between;
align-items: center;
box-sizing: border-box;
}
.stopka a{
color: #263238;
}
.bottomStopkaRight{
margin-left: 60px;
}

@media screen and (max-width:1100px){
.box_stopka{flex-direction: column}
.menuStopka ul li{padding: 0px 15px}
}
@media screen and (max-width:650px){
.stopka{
flex-direction: column;
}
.bottomStopkaRight{margin: 10px 0px 0px 0px}
}