  /* Меню на внутренних страницах */
  body.internal-page .t466__container__bg {
    background-color: #000000 !important; /* Твой цвет */
  }
  
  
.t466__logo__title {
    font-family: 'Arial', sans-serif !important;
    font-weight: 900 !important; /* максимально жирный */
    font-size: 20px !important;
    line-height: 1.55 !important;
    color: #F6EFE5 !important;
    text-transform: none !important; /* или uppercase, если хочешь капсом */
}
#rec858708220 .t396__artboard {
    background-color: #ffffff!important;
}
div#rec858713431 {
    background: #fff!important;
}

/* Или конкретно для элементов с точным старым цветом */
[data-style*="#40312f"] {
    color: #000000 !important;
}

@media(max-width:991px){
    
}