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

Read timed out

POST https://dxp-webcarconfig.lexus-europe.com/v1/car-config/ua/uk?path=configure/5f45b6c8-99ec-490a-9f7a-bad8b6fcb222/68ac885e-6657-45dd-be35-19e149d0f966&c=be0aae7d-d4e4-4876-9ef0-1d622f848662 with body {"reduxState":{"carConfigSettings":{"loadedStepUrls":{"highlights":"https://www.lexus.ua/new-cars/lx/highlights","configure":"https://www.lexus.ua/new-cars/lx/build","specs":"https://www.lexus.ua/new-cars/lx/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);