@media screen and (max-width: 640px) {
    .t-name_xl {
        font-size: 50px;
    }
}

::-webkit-scrollbar-thumb {
    background: #000;
    /*border-radius: 10px;*/
}
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: #fff;
}

::selection {
    background: #333; /* Цвет фона */
    color: #fff; /* Цвет текста */
}

/*#allrecords {*/
/*    overflow-x: visible !important;*/
/*}*/

div {
    -webkit-tap-highlight-color: transparent;
}

@media screen and (min-width: 960px) {
    .t554__card {
        border-radius: 7px;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    }
}