:root {
  --width-menu: 250px;
  --width-second-menu: 375px;
  --double-menu: calc(var(--width-menu) + var(--width-second-menu));
}
