﻿.sljl_mainP{
    padding-top:60px;
}
.socialInfo{
    position:fixed;
/*    top:215px;*/
    top:32%;
}
.titleActive{
    text-transform:none;
}
.socialInfo_item {
    margin-bottom: 6px;
    width: 54px;
    height: 54px;
    background: #161616;
    border-radius: 5px;
}
    .socialInfo_item{
        display:flex;
        justify-content:center;
        align-items:center;
    }
    .dis{
        position:unset !important;
        padding-top:172px !important;
    }
.twitterWidth{
    width:30px !important;
}
.socialInfo_item a {
    font-size: 30px;
    color: #c7c7c7;
}
    .socialInfo_item a:hover {
        font-size: 30px;
        /*        color: #e78113;*/
        color: #bbf408;
    }
@media screen and (max-width: 1023px) {
    .socialInfo{
        display:none;
    }
}
@media screen and (max-width: 1200px) {
    .socialInfo {
        display: none;
    }
    .dis{
        display:none;
    }
    .sljl_mainP{
        padding-top:100px;
    }
}