.social-list-nav {
    display: flex;
    align-items: center;
}
.social-list-nav li {
    padding: 0 0px;
}

.social-list-nav .fa:before {
    font-size: 18px;
    line-height: 130%;
    display: block;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    color: #7c878e;
    padding: 5px 0;
    position: relative;
    z-index: 1;
    border: 1px solid #fff;
    -webkit-transition: color .4s,background-color .4s;
    transition: color .4s,background-color .4s;
}

.social-list-nav li a:hover .fa-facebook::before {
    background: #3b5998;
}
.social-list-nav li a:hover .fa-linkedin::before {
    background: #0094bc;
}

.social-list-nav li a:hover .fa-instagram::before {
    background: #C13584;
}

@media (max-width: 1279px) {
    .nav--primary .nav__level1-item-link {
        white-space: normal;        
    }
    .nav--primary .nav__level1-item {
        max-width: 150px;
    }

}

@media (max-width: 1023px) {
    .nav--primary .nav__level1-item {
        max-width: 100%;    
     }
}

@media (max-width: 767px) {
    .social-list-nav li {
        padding: 0;
    }
}