::selection {
    background: #0033ff; /*фон*/
    color: #fff; /*текст*/
}
@media (min-width: 1201px) 
{
    div[id="allrecords"] {
        padding-left: 10% !important;
    }
    .t396__elem.zoomon {
        overflow: hidden;
    }
    .zoomon a {
        transition: all 1.3s ease;
    }
    .zoomon a:hover {
        transform: scale(1.08);
    }
}
.btn_text_left {
    text-align: left !important;
}