<style>
.t812__col {
padding: 0 20px;
margin: 0;
box-sizing: border-box;
}
</style>
<script>
$( document ).ready(function() {
let tx16n = $('#rec260001007');
let arrPl310 = { // Номер вкладки = вставленный в неё блок
0:"#rec260001087",
1:"#rec260002114",
2:"#rec260002393"
};
$.each(arrPl310, function( key, value ) {
let currentElem = tx16n.find('.t585__text:eq('+Number(key)+')');
if(currentElem.length) {
currentElem.html($(value));
};
});
});
</script>