/* прилипающее меню в мобильной версии */ 
.fixed-price {
    position: sticky;
    position: -webkit-sticky;
    //z-index: 999;
    top: 190px;
}

.fixed-price .t-records {
    overflow: unset !important;
}
.t396__artboard .t396__elem .tn-atom a:hover {
    border-bottom: 1px solid #000000;
    top:3px;
}