.mobile-contacts {
    display: none !important;
}

@media screen and (max-width: 980px) {
    .mobile-contacts {
        position: absolute;
        top: 85px;
        z-index: 999;
        padding: 20px;
        text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
        display: block !important;
    }

    .mobile-contacts.hidden {
        opacity: 0;
        visibility: hidden;
    }
  
    .mobile-contacts .t228__right_descr {
        font-weight: 600;
        color: #fff !important;
    }
    
    .mobile-contacts .t228__right_descr a {
        color: #fff !important;
        text-decoration: none;
        font-size: 18px;
    }
      
    .mobile-contacts ul {
        list-style: none;
        display: flex;
        padding: 0 !important;
    }
    
    .mobile-contacts ul li {
        margin-right: 10px;
    }
    
    .mobile-contacts .t-sociallinks__svg path {
        fill: #fff !important;
    }
}
