/* ANNEXX */ 
/* ANX014 внешний вид тела страницы */ 
.t-records { 
 background-color: #ffffff; 
} 
body.t-body { 
 background-color: !important; 
 background-image: url(); 
 background-repeat: repeat; 
 background-attachment: fixed; 
} 
 
@supports not (-webkit-touch-callout: none) { 
 body.t-body { 
 background-position: center; 
 } 
} 
/* ANNEXX конец кода */ 

.t744__info a {
display: inline-block;
padding: 10px 15px;
margin-right: 15px;
margin-top: 20px;
margin-bottom: 20px;
border-radius: 5px;
font-weight: 600;
}

.t744__info a:first-of-type {
background-color: #000;
color: #ffffff !important;
}
.t744__info a:last-of-type {
background-color: #000;
color: #ffffff !important;
}



@media screen and (min-width: 1201px) {
    ::-webkit-scrollbar-thumb {
        /* Укажи цвет скроллбара */
        background: #000000;
        /* Укажи радиус скругления скроллбара */
        border-radius: 5px;
    }
    ::-webkit-scrollbar {
        /* Укажи ширину вертикального скроллбара */
        width: 4px;
        /* Укажи высоту горизонтального скроллбара */
        height: 2px;
        /* Укажи цвет фона под скроллбаром */
        background: #EBEBEB;
    }
}