/* БАЗА */
.t396 .tn-elem.dot-scale[data-elem-type='button'] {
    border-radius: 5px;
    background-color: #ffffff;
    transition: background-color 0.25s ease;
}

/* ТЕКСТ + СБРОС TILDA BG */
.t396 .tn-elem.dot-scale[data-elem-type='button'] .tn-atom {
  color: #000000 !important;
  transition: color 0.25s ease;
  --t396-bgcolor-color: transparent !important;
}

/* HOVER */
.t396 .tn-elem.dot-scale[data-elem-type='button']:hover {
  background-color: #e43a40;
}

.t396 .tn-elem.dot-scale[data-elem-type='button']:hover .tn-atom {
  color: #ffffff !important;
}

/* 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;
    }
}