.t-sociallinks {
    position: absolute;
    right: 0;
    top: 100px;
}
.uc-soc .t188 {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    position: relative;
}
.uc-soc {
    position: fixed;
    width: 100%;
    z-index: 999;
}
.t-sociallinks__item path {
    fill: #393184;
}

@media (max-width: 992px) {
.uc-soc {
    position: absolute;
    width: 100%;
    z-index: 999;
    top: 15px;
}
    
    
}