footer {
margin-top: auto;
height: auto;
background-color: #DEDEDE;
padding-bottom: 0;
z-index: 10;
}

.all_footer {
width: 65vw;
height: auto;
margin: 0 auto;
flex-direction: row;
}

.footer_groups {
position: relative;
display: flex;
margin-top: 35px;
margin-bottom: 35px;
width: 100%;
height: 117px;
}

.footer_group_name {
font-size: 18px;
font-weight: 500;
margin-bottom: 22px;
}

.footer_group_left_part {
display: flex;
position: absolute;
justify-content: left;
left: 0;
}

.footer_group_right_part {
display: flex;
position: absolute;
justify-content: right;
right: 0;
}

.footer_group {
margin-right: 180px;
}

.vk_logo {
position: relative;
width: 40px;
height: 40px;
}

.footer_group_tag {
text-decoration: none;
color: #3F3F3F;
margin-bottom: 4px;
}

.footer_group_tag:hover {
color: #000000;
}



@media screen and (max-width: 1600px) {
.all_footer {
width: 93vw;
}        
}

@media screen and (max-width: 768px) {
.footer_groups {
position: relative;
display: flex;
margin-top: 35px;
margin-bottom: 35px;
width: 100%;
height: auto;
flex-direction: column;
align-items: center;
justify-content: space-between;
}
.footer_group{
margin-bottom: 35px;
margin-right: 0;
}
.footer_group_left_part {
position: static;
position: relative;
display: flex;
margin-top: 35px;
width: 100%;
height: auto;
flex-direction: column;
align-items: center;
justify-content: space-between;
}
.footer_group_right_part {
position: static;
}
.footer_group_tags{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.footer_group_name{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.footer_group_last{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
}