.headerAcademia__mediaLinks{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.headerAcademia__mediaLinks_group{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
}

.tg-logo:before {
    content: url(/assets/img/tg-blue.svg);
    width: 37px;
    height: 35px;
    display: block;
}
.vk-logo:before {
    content: url(/assets/img/vk-blue.svg);
    width: 55px;
    display: block;
}

.header_start .vk-logo:before{
    content: url(/assets/img/vk-white.svg);
}
.header_start .tg-logo:before{
    content: url(/assets/img/tg-white.svg);
}

@media (max-width: 767.98px) {
    .headerAcademia__mediaLinks {
        position: absolute;
        top: 24.5%;
        right: 20%;
    }
}
@media (max-width: 575.98px) {
    .headerAcademia__mediaLinks {
        position: unset;
        margin-top: 10px;
        margin-right: 120px;
    }
}
@media (max-width: 1199.98px) {
    .headerNew .headerNew__section {
        gap: 0;
    }
    .nav-link {
        display: block;
        padding: .5rem 0.5rem;
    }
}