.t-menu-base:not(.t-menu-base_positionfixed) {
  background-color: rgba(248, 245, 240, 0) !important;
  box-shadow: none !important;
}
.t-menu-base {
  transition: background-color 0.4s ease, box-shadow 0.4s ease !important;
}
.t-menu-base.t-menu-base_positionfixed a.t-menu__link-item {
  color: #1c1c1e !important;
  transition: color 0.2s ease;
}
.t-menu-base.t-menu-base_positionfixed a.t-menu__link-item:hover {
  color: #2a6b8a !important;
}