.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;
    }
    .tmenu-mobile__menucontent_hidden {
        position: relative !important;    
        
    }.t-sociallinks {
        position: absolute;
        right: 0;
        top: 0;
        margin: auto;
        width: 100%;
    }
    .uc-soc {
        position: absolute;
        width: 100%;
        z-index: 999;
        top: auto;
        bottom: 27px;
        width: 100%;
        justify-content: center;
        left: 0;
        right: 0;
        margin: auto;
    }
    
}