.box_stopka{
border-top:1px solid #EFEFEF;
display: flex;
justify-content: space-between;
align-items: center;
}
.box_stopka .stopka{
display: flex;
justify-content: space-between;
align-items: center;
width: 50%;
color: #707070;
font-size: 17px;
font-weight: 400;
}
.box_stopka .stopka a{
color: #707070;
}
@media screen and (max-width:990px) {
.box_stopka{flex-wrap: wrap}
.box_stopka>div{width: 100%;text-align: center}
.box_stopka>div.menuStopka{margin-bottom: 20px}
.box_stopka .stopka{width: 100%;justify-content: center}
.box_stopka .stopka .bottomStopkaRight{margin-left: 30px}
.menuStopka ul li {padding: 0px 30px}
}