.t-sociallinks__customimg {
    /*width: 300px !important;*/
    width: max-content !important;
    height: 30px;
    vertical-align: baseline;
    object-fit: contain;
    object-position: center;


/*.t228 a, #allrecords .t228 a {
    text-decoration: none;
    color: #000000;
    /* width: 30px; */
    /* height: 30px; */
}
*/

#error-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    z-index: 9999;
}

.uc-error-popup {
    display: none; /* Скрыть попап по умолчанию */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 30px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    z-index: 1000;
}

.t228 a, #allrecords .t228 a {
    text-decoration: none;
    color: #000000;
    width: 100% !important;
    height: 30px;
}

@media screen and (max-width: 980px) {
    .t228 img {
        float: inherit;
        width: 30px;
        text-decoration: none;
        color: #000000;
        width: 100% !important;
        height: 30px;
    }
}