banditman,
<!DOCTYPE html>
<html>
<head>
<title>Untitled</title>
<meta charset="utf-8">
<style type="text/css">
</style>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script>
$(function() {
$('.t-input-block').replaceWith(function() {
var sel = $('<select name="Delivery">');
var options = sel[0].options;
$('[name="Delivery"]').each(function(i,el) {
options[i] = new Option(el.value, el.value);
})
return sel
})
});
</script>
</head>
<body>
<div class="t-input-group t-input-group_dl" data-input-lid="1566467945834">
<div class="t-input-subtitle t-descr t-descr_xxs t-opacity_70" data-redactor-toolbar="no" field="li_subtitle__1566467945834" style="">Доставка по г. Санкт-Петербург - 200 руб. (от 2000 руб. доставка бесплатная)</div>
<div class="t-input-block">
<div class="t-radio__wrapper t-radio__wrapper-delivery" data-delivery-variants-hook="y" data-delivery-free="2000">
<label class="t-radio__control t-text t-text_xs" style="">
<input type="radio" name="Delivery" value="Доставка курьером 200 руб. = 200" checked="checked" class="t-radio t-radio_delivery js-tilda-rule" data-tilda-req="1" data-delivery-price=" 200">
<div class="t-radio__indicator"></div>
Доставка курьером 200 руб.
</label>
<label class="t-radio__control t-text t-text_xs" style="">
<input type="radio" name="Delivery" value="1. Б.Московская 8/2 М.Владимирская маг. Великолукский мясокомбинат " class="t-radio t-radio_delivery js-tilda-rule" data-tilda-req="1" data-delivery-price="">
<div class="t-radio__indicator"></div>
1. Б.Московская 8/2 М.Владимирская маг. Великолукский мясокомбинат
</label>
<label class="t-radio__control t-text t-text_xs" style="">
<input type="radio" name="Delivery" value="2. 1-я Красноармейская 8-10. М.Технологический ин-т. МЕДОК " class="t-radio t-radio_delivery js-tilda-rule" data-tilda-req="1" data-delivery-price="">
<div class="t-radio__indicator"></div>
2. 1-я Красноармейская 8-10. М.Технологический ин-т. МЕДОК
</label>
<label class="t-radio__control t-text t-text_xs" style="">
<input type="radio" name="Delivery" value="3. М. Ладожская ТК Заневский Каскад цокольный этаж " class="t-radio t-radio_delivery js-tilda-rule" data-tilda-req="1" data-delivery-price="">
<div class="t-radio__indicator"></div>
3. М. Ладожская ТК Заневский Каскад цокольный этаж
</label>
</div>
<div class="t-input-error"></div>
</div>
</div>
</body>
</html>