<div id="iframe-box" style="height:2700px; margin:0px; padding:0px; overflow:hidden">
<iframe class="promobrand-iframe" frameborder="0" style="overflow:hidden;overflow-x:hidden;overflow-y:hidden; width:100%;position:absolute;top:0px;left:0px;right:0px;bottom:0px" height="100%" width="100%"></iframe>
</div>
<script>
$.ajax({
url:'https://best.promobrand.com.ua/%d0%bc%d0%b5%d1%80%d0%bb%d0%b5%d0%bd/',
type:'GET',
success: function(data){
$(".promobrand-iframe").attr("srcdoc", data);
}
});
$('.promobrand-iframe').load(function(){
$(".promobrand-iframe").contents().find(".open-pop-up").on('click', function(event) { uniRequestOpen(['mail', 'phone', 'comment']);});
height = $(".promobrand-iframe").contents().find("body").height()+ 50;
$("#iframe-box").height(height);
$(".promobrand-iframe").contents().find("a").attr('target','_blank');
});
</script>