На початок (Натисніть Enter)
ШВИДКІ ДІЇ

Read timed out

POST https://dxp-webcarconfig.lexus-europe.com/v1/car-config/ua/uk?path=configure/0323fb5f-9bfa-4c22-92ac-fb637f84c451/b1540706-c081-4715-8732-57097264a300&c=ed9ce4f6-4f42-4b8c-a15a-08aa613cefd1 with body {"reduxState":{"carConfigSettings":{"loadedStepUrls":{"highlights":"https://www.lexus.ua/new-cars/nx/highlights","configure":"https://www.lexus.ua/new-cars/nx/build","specs":"https://www.lexus.ua/new-cars/nx/specifications"}}}}

const iframe = document.querySelector('#iframe-service-81985'); window.addEventListener('message', function(e) { let message = e.data; if (message.scrollToIframe) { if(iframe){ let header = document.querySelector(".header"); const iframeTop = iframe.getBoundingClientRect().top + window.pageYOffset; const headerHeight = header ? header.offsetHeight : 0; const scrollTop = iframeTop - headerHeight; setTimeout(() => { window.scrollTo({ top: scrollTop, behavior: 'smooth' }); }, 200); } } }, false);