@media (min-width: 1025px) {
    /* header menu */
    a.menu {display: block; border-bottom: 4px solid #fff; color: #a09d9d; font-weight: 500; font-family: Georgia, serif; margin: 0 22px; padding: 80px 0 63px 0; text-decoration: none;}
  .index-page .desktop-menu li:nth-child(1) a.menu {border-bottom: 4px solid #ef7f1d;}
  a.menu:hover {border-bottom: 4px solid #ef7f1d; color:#070707;}
  a.menu b { display: block; text-transform: uppercase; font-weight: 300; color: #1c1c1c; font-size: 16px;}
  a.menu span {border-left: 1px solid #e8e8e8; display: block;   font-size: 14px; padding: 0 22px;}
  li a .nobr {margin: 0 -22px;}
  li:first-child a .nobr { border-left: 0;}
  /*a.menu:hover {opacity: .6;}*/
  /* header menu */
  .desktop-menu {display: flex; justify-content: center; list-style: none; margin: 0; padding-right: 24px;}
  
  .menu b { display: block; text-transform: uppercase; font-weight: 300; color: #1c1c1c; font-size: 16px;}
  .header-menu-wrapper {}
  .header-menu ul {list-style: none; margin: 0; padding: 0;}
  .header-menu li {display: inline-block; position: relative;}
  .header-menu li > ul {background: #fff; border: 1px solid #e8e8e8; border-radius: 1px; box-shadow: 0 0 3px rgba(136, 136, 136, 0.4); font-family: Georgia, serif; left: 0; margin: -66px 0 0;/*max-width: 275px;*/ width: calc(100% + 4px); padding: 0; position: absolute; top: 100%;}
  .header-menu li > ul li {border-bottom: #e8e8e8 1px solid; display: block; padding: 0; }
  .header-menu li > ul li a {color: #333; display: block; font-size: 13px; padding: 12px 23px; text-decoration: none;}

  .header-menu li > ul > li ul {background: #fff; left: 100%; position: absolute; top: 0;}

}