#rec834879778 .t770__bottomwrapper a.t-menu__link-item,
#rec841098532 a.t-menu__link-item{
  opacity: 1 !important;
}

#rec834879778 .t770__bottomwrapper a.t-menu__link-item[href*="#medflex"],
#rec841098532 a.t-menu__link-item[href*="#medflex"]{
  color: #2f55e6 !important;
  display: inline-block !important;     /* важно: не inline-flex */
  vertical-align: middle !important;    /* ровно в линию */
  white-space: nowrap !important;
  text-decoration: none !important;
}

/* 2) Иконка слева (тоже inline-block, чтобы не ломать baseline) */
#rec834879778 .t770__bottomwrapper a.t-menu__link-item[href*="#medflex"]::before,
#rec841098532 a.t-menu__link-item[href*="#medflex"]::before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  background: url("https://booking.medflex.ru/static/images/medtochka-icon.svg") center/contain no-repeat;
}

/* 3) Убираем тильдовскую линию-подчеркивание у этого пункта */
#rec834879778 .t770__bottomwrapper a.t-menu__link-item[href*="#medflex"]::after,
#rec841098532 a.t-menu__link-item[href*="#medflex"]::after{
  content: none !important;
}

@media screen and (max-width: 1200px){
  #rec834879778 .t770__bottomwrapper .t770__list_item{ padding-left: 8px !important; padding-right: 8px !important; }
  #rec841098532 .t229__list_item{ padding-left: 8px !important; padding-right: 8px !important; }
}

/* Мобильное меню (бургер) T770: делаем #medflex синим и с иконкой */
#rec834879778 .t770__mobilelist a.t-menu__link-item[href*="#medflex"],
#rec834879778 .t770__mobilelist a.t-menu__link-item[href$="#medflex"]{
  color:#2f55e6 !important;
  opacity:1 !important;
  white-space: nowrap !important;
  text-decoration: none !important;
}

/* Иконка слева */
#rec834879778 .t770__mobilelist a.t-menu__link-item[href*="#medflex"]::before,
#rec834879778 .t770__mobilelist a.t-menu__link-item[href$="#medflex"]::before{
  content:"";
  display:inline-block;
  vertical-align: middle;
  width:18px;
  height:18px;
  margin-right:8px;
  background:url("https://static.tildacdn.com/tild3039-6462-4235-b033-393731333330/medtochka-icon.svg") center/contain no-repeat;
}

#rec834879778 .t770__mobilelist a.t-menu__link-item[href*="#medflex"]::after,
#rec834879778 .t770__mobilelist a.t-menu__link-item[href$="#medflex"]::after{
  content:none !important;
}


#rec834879778 a.t-menu__link-item[href*="#medflex"]::before,
#rec841098532 a.t-menu__link-item[href*="#medflex"]::before{
  content:"";
  display:inline-block !important;
  vertical-align:middle !important;
  width:18px !important;
  height:18px !important;
  margin-right:8px !important;

  background-image:url("https://static.tildacdn.com/tild3039-6462-4235-b033-393731333330/medtochka-icon.svg") !important;
  background-size:contain !important;
  background-repeat:no-repeat !important;
  background-position:center !important;

  opacity:1 !important;
  filter:none !important;
}


