/* BeautyPLAN: ширина двух уровней выпадающего меню, только desktop */
@media screen and (min-width:981px){
  html body .t978__tooltip-menu{
    max-width:480px!important;
  }
  html body .t978__content > .t978__menu{
    width:200px!important;
    min-width:200px!important;
    flex:0 0 200px!important;
  }
  html body .t978__content > .t978__innermenu{
    width:280px!important;
    min-width:280px!important;
    flex:0 0 280px!important;
  }
  html body #rec705497276 .t978__content{
    min-width:0!important;
  }
  html body #rec705497276 .t978__content > .t978__menu{
    width:200px!important;
    min-width:200px!important;
    flex:0 0 200px!important;
  }
  html body #rec705497276 .t978__content > .t978__innermenu{
    width:280px!important;
    min-width:280px!important;
    flex:0 0 280px!important;
  }
}