
.box_contact{
background-color: #37333A;

}
.box_contact .div_contact{
padding: 40px 15px;
width: 1350px;
box-sizing: border-box;
max-width: 100%;
margin: 0px auto;
color: #919091;
display: flex;
justify-content: space-between;
}

.box_contact .div_contact>div{

}
.box_contact .div_contact .tit{
color:#FFFFFF;
font-size: 17px;
font-weight: 300;
margin-bottom: 20px;
}
.box_contact .div_contact .box{

}
.box_contact .div_contact .box p{
margin-bottom: 10px;
}

.box_contact .div_contact .logoBottom{
align-self: center;
margin: 0px 20px;
}

.box_contact .div_contact .logoBottom img{
width: 350px;
height: auto;
max-width: 100%;
}
.box_contact .div_contact .menuBottom{

}
.box_contact .div_contact .menuBottom ul{
list-style: none;
column-count: 1;
}
.box_contact .div_contact .menuBottom ul li{
margin: 5px 0px;
}
.box_contact .div_contact .menuBottom ul li a{
color: #919091;
transition: 0.5s ease-out 0s;
}
.box_contact .div_contact .menuBottom ul li a:hover{
color: #FFFFFF;
}


.box_stopka{
background-color: #2d2931;
}
.box_stopka .div_stopka{
padding: 0px 15px;
width: 1760px;
box-sizing: border-box;
max-width: 100%;
margin: 0px auto;
display: flex;
justify-content: space-between;
align-items: center;
}

.stopka{
color: #ffffff;
font-size: 12px;
font-weight: 400;
display: flex;
justify-content: space-between;
align-items: center;
box-sizing: border-box;
padding: 20px 10px;

}
.stopka a{
color: #FFFFFF;
}

.menuStopka ul{list-style:none;}
.menuStopka ul li{display:inline-block;padding-right:60px;}
.menuStopka ul li a{color:#FFFFFF;font-size:12px;font-weight:300;padding:20px 0px;display:block;}

.bottomStopkaRight{
margin-left: 40px;
}

@media screen and (max-width:780px){
.box_contact .div_contact{
flex-direction: column;
align-items: center;
}
.box_contact .div_contact > div {
text-align: center;
}

}
@media screen and (max-width:820px){
.box_stopka .div_stopka{flex-direction: column}
.menuStopka ul li{padding: 0px 30px}
}
@media screen and (max-width:560px){
.stopka {flex-direction: column;}
.bottomStopkaRight{margin: 20px 0px 0px 0px}
}