/* Круглый чекбокс только в блоке rec1727007701 */
#rec1727007701 .t-checkbox__indicator{
  width:18px !important;
  height:18px !important;
  border:2px solid #ff8c2b !important;
  border-radius:50% !important;
  background:transparent !important;
  background-image:none !important;
  box-shadow:none !important;
  position:relative !important;
  box-sizing:border-box !important;
}

/* Убиваем штатную "галку" Тильды */
#rec1727007701 .t-checkbox__indicator:before,
#rec1727007701 .t-checkbox__indicator:after{
  content:"" !important;
  background:none !important;
  background-image:none !important;
  border:0 !important;
  box-shadow:none !important;
}

/* Рисуем точку внутри (как radio) */
#rec1727007701 .t-checkbox__indicator:after{
  position:absolute !important;
  width:10px !important;
  height:10px !important;
  border-radius:50% !important;
  background:#ff8c2b !important;
  top:50% !important;
  left:50% !important;
  transform:translate(-50%,-50%) scale(0) !important;
  transition:transform .2s ease !important;
}

/* Активное состояние */
#rec1727007701 .t-checkbox:checked + .t-checkbox__indicator:after{
  transform:translate(-50%,-50%) scale(1) !important;
}
