body {
    background-color: #1C1C1B;
}
/*навигация*/
.nav-bg a, nav-f a {
    text-decoration: none;
    transition: opacity .2s linear;
}
    
.nav-bg a:hover {
    color: #F59A33 !important;
}
    
.nav-f a:hover {
    color: #F59A33 !important;
}

/*ковер игнор лого*/
/*.pointer-ignorelol {*/
/*    pointer-events: none !important;*/
/*}*/
/*направления*/
/*.repulsion {*/
/*    pointer-events: auto !important;*/
/*    transform-style: preserve-3d !important;*/
/*    will-change: transform;*/
/*}*/

/*.repulsion .tn-atom {*/
/*    pointer-events: none !important;*/
/*}*/
