Conffice scripts

<script>
$('<a href="tel:+420736188692">+420 736 188 692</a><a href="mailto:groventi@groventi.com">groventi@groventi.com</a><div class="kn_made_by" style="color: #000;order: 99;width: 100%;text-align: center;"><style>#signature {text-align: right;}</style>designed by <a href="http://kubanavratil.com/" target="blank_"><img src='https://cdn.myshoptet.com/usr/code.kubanavratil.com/user/documents/upload/res/signature_black.svg'></a></div>').prependTo('.container.footer-bottom');
</script>

<script>
$(window).scroll(function () {
if ($(this).scrollTop() > 27) {
$("body").addClass("sticky");
} else {
$("body").removeClass("sticky");
}
});
</script>

<script>

 

</script>

<script>
$(function(){
$('.kn_child2 img').each(function(e){
var src = $(e).attr('src');
$(e).hover(function(){
$(this).attr('src', src.replace('.png', '_detail.png'));
}, function(){
$(this).attr('src', src);
});
});
});
</script>

<script>
const details = document.querySelectorAll(".p-short-description details");
details.forEach((targetDetail) => {
targetDetail.addEventListener("click", () => {
details.forEach((detail) => {
if (detail !== targetDetail) {
detail.removeAttribute("open");
}
});
});
});
</script>